@font-face {
    font-family: "ARLRDBD";
    src: url("../fonts/ARLRDBD.otf") format("opentype");
}

@font-face {
    font-family: 'Amontillados';
    src: url('../fonts/Amontillados.ttf') format('truetype')
}

body {
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.6);
    font-size: 16px;
    line-height: 28px;
    overflow-x: hidden;
}

html,
body {
    height: 100%
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    color: #323232;
    margin-top: 0;
}

a {
    font-family: 'Roboto', sans-serif;
    text-decoration: none;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}

a:hover {
    color: #fff;
    text-decoration: none;
}

a:focus {
    outline: none;
    text-decoration: none;
}

ul,
li {
    margin: 0;
    padding: 0;
}

p {
    margin: 0;
}

fieldset {
    border: 0 none;
    margin: 0 auto;
    padding: 0;
}

::-moz-selection {
    color: #fff;
    background: #41cb52;
}

::-webkit-selection {
    color: #fff;
    background: #41cb52;
}

/*START SCROLL TO TOP*/
.topcontrol {
    background: #41cb52 none repeat scroll 0 0;
    border-radius: 50px;
    bottom: 10px;
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
    color: #fff;
    cursor: pointer;
    font-size: 26px;
    height: 50px;
    line-height: 50px;
    opacity: 1;
    position: fixed;
    right: 10px;
    text-align: center;
    transition: all 0.2s ease 0s;
    width: 50px;
    z-index: 999;
}

.topcontrol:hover {
    background: #222;
    color: #fff;
}

/*END SCROLL TO TOP*/
.section-padding {
    padding: 60px 0
}

.message-home.section-padding {
    padding: 30px 0
}

/*START SECTION TITLE DESIGN*/
.section-title {
    margin-bottom: 60px
}

.section-title h2 {
    color: #333;
    font-size: 30px;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
}

.section-title h2 span {
    color: #41cb52
}

@media only screen and (max-width: 320px) {
    .section-title h2 {
        font-size: 24px
    }
}

.section-title-white {
    color: #fff !important;
    position: relative;
}

.section-title span {
    background: #41cb52 none repeat scroll 0 0;
    display: block;
    height: 8px;
    margin: 20px auto;
    width: 60px;
}

.section-title p {
    margin: auto;
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .section-title p {
        width: 100%;
    }
}

.btn-light-bg {
    background: #41cb52 none repeat scroll 0 0;
    border: 1px solid #41cb52;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    padding: 12px 40px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.btn-light-bg:hover,
.btn-light-bg:focus {
    background: #333 none repeat scroll 0 0;
    border: 1px solid #333;
    color: #fff;
}

.header_area {
    border-bottom: 1px solid #eee;
    left: 0;
    top: 0;
    width: 100%;
}

.top-info-left a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    color: rgba(0, 0, 0, 0.6);
    display: inline-block;
    font-family: source sans pro, sans-serif;
    font-size: 15px;
    margin: 0 0 0 -4px;
    padding: 10px 30px;
}

@media only screen and (max-width: 360px) {
    .top-info-left a {
        margin-bottom: 10px;
        width: 215px;
    }
}

.top-info-left a i {
    color: #41cb52;
    margin-right: 10px;
}

.top-info-right ul {
    float: right
}

@media only screen and (max-width: 360px) {
    .top-info-right {
        text-align: center;
    }
}

@media only screen and (max-width: 480px) {
    .top-info-right ul {
        float: left
    }
}

.top-info-right li {
    float: left
}

.top-info-right li a {
    display: block
}

.top-info-right li a {
    border-right: 1px solid #eee;
    color: #333;
    height: 47px;
    line-height: 47px;
    margin: 0.6px;
    text-align: center;
    transition: all 0.36s ease-out 0s;
    width: 47px;
}

.top-info-right li a:hover {
    color: #41cb52;
}

.stick {
    position: fixed;
    top: 0px;
    z-index: 999999;
    transition: all 0.4s ease-in-out 0s;
}

.navbar-default {
    background-color: #fff;
    border: medium none;
    border-radius: 0;
    margin-bottom: 0;
    padding: 20px 0;
    -webkit-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    width: 100%;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #41cb52 !important;
    background-color: transparent;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    color: #41cb52 !important;
    background-color: transparent;
}

.navbar-brand {
    padding: 0;
    height: 100%;
}

.navbar-brand img {
    width: auto;
}

.top-info-icons {
    float: right;
    padding-bottom: 15px;
    padding-top: 15px;
    padding-right: 0;
}

.top-info-icons .info-icons i {
    padding: 5px 0;
    background: #2E4D9C;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    margin-right: 5px;
    color: #fff;
    line-height: 18px;
}

.top-info-icons .info-icons.socials:first-child i {
    margin-right: 0;
}

.top-info-icons .info-icons.socials ul li {
    display: inline-block;
}

.top-info-icons .info-icons.socials ul li a {
    padding: 0;
}

.top-info-icons .info-icons {
    display: inline-block;
    float: right;
    margin-right: 15px;
    color: rgba(0, 0, 0, 0.6);
}

.top-info-icons .info-icons img {
    display: inline-block;
    width: 25px;
    padding-right: 5px;
}

.top-info-icons .first-block .info-icons img {
    display: inline-block;
    width: 45px;
    padding-right: 5px;
}

.top-info-icons .first-block .info-icons {
    font-size: 28px;
    font-weight: 900;
    color: rgba(0, 0, 0, 0.6);
}

.top-info-icons .first-block,
.top-info-icons .second-block {
    padding-right: 0;
}

.top-info-icons .second-block {
    padding-top: 5px;
}

.top-info-icons .second-block .info-icons {
    font-size: 18px;
    font-weight: 600;
}

.top-info-icons .second-block .info-icons.socials ul.list-icons li:last-child img {
    padding-right: 0;
}

.top-info-icons .info-icons:first-child {
    margin-right: 0;
}

@media only screen and (max-width: 480px) {
    .navbar-brand img {
        margin-left: 10px;
    }
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
    border-color: #fff;
}

.col-md-9.menu-top-style {
    padding: 0;
}

.menu-top li a {
    font-family: "ARLRDBD", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 32px;
    font-weight: 600;
    padding: 15px 10px 15px;
    color: #174193 !important;
    font-style: italic;
}

.menu-top li a:hover {
    color: #2E4D9C;
}

.menu-top nav li:first-child a {
    padding-left: 0;
}

.menu-top nav li:last-child a {
    padding-right: 0;
}

.navbar-collapse {
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .navbar-default .navbar-nav>li>a {
        margin-top: 10px;
        padding: 8px;
    }
}

@media only screen and (max-width: 480px) {
    .menu-top {
        background-color: #fff
    }

    .navbar-default .navbar-nav>li>a {
        color: #313131 !important
    }
}

@media only screen and (max-width: 480px) {
    .menu-top {
        color: #fff !important;
        margin-left: 0px;
    }
}

/*START DROPDOWN MENU*/
.menu_dropdown ul {
    list-style-type: none
}

.menu_dropdown li ul.sub-menu,
.menu_dropdown ul li ul.sub-menu li ul.sub-menu {
    background: #fff;
    left: 10px;
    opacity: 0;
    filter: alpha(opacity=0);
    padding: 15px;
    position: absolute;
    top: 115%;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 200px;
    z-index: -99;
}

.menu_dropdown ul li ul.sub-menu li ul.sub-menu {
    top: 0;
    left: 100%;
    -webkit-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
}

.menu_dropdown ul li ul.sub-menu li {
    padding: 0;
    width: 100%;
}

.menu_dropdown ul li:hover ul.sub-menu {
    top: 100%;
    opacity: 1;
    filter: alpha(opacity=100);
    z-index: 999;
    visibility: visible;
}

.menu_dropdown ul.nav>li ul li:hover ul.sub-menu {
    opacity: 1;
    filter: alpha(opacity=100);
    visibility: visible;
}

.menu_dropdown ul li ul.sub-menu li a {
    border-bottom: 1px solid #eee;
    color: #333 !important;
    cursor: pointer;
    display: block;
    font-family: roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    padding: 13px 10px 12px;
    text-transform: capitalize;
}

.menu_dropdown ul li ul.sub-menu li:last-child a {
    border-bottom: none;
}

.menu_dropdown ul li:hover ul.sub-menu li a:hover {
    color: #41cb52 !important;
    text-decoration: none;
}

/*END DROPDOWN MENU*/
.navbar-default.menu-shrink li a {
    color: #282828 !important
}

.navbar-default.menu-shrink li a:hover {
    color: #41cb52 !important
}

.navbar-default .navbar-toggle {
    background: #fff none repeat scroll 0 0
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #fff
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #41cb52
}

.welcome-area {
    position: relative;
    height: 700px
}

.welcome-area:before {
    background: rgba(0, 0, 0, 0.3);
    content: "";
    height: 100%;
    filter: alpha(opacity=80);
    position: absolute;
    width: 100%;
}

.hero-text {
    padding-top: 250px;
}

@media only screen and (max-width: 360px) {
    .hero-text {
        padding-top: 120px;
    }
}

.hero-text h2 {
    color: #fff;
    font-size: 60px;
    font-weight: 500;
    line-height: 70px;
    text-transform: capitalize;
}

@media only screen and (max-width: 480px) {
    .hero-text h2 {
        font-size: 40px;
        line-height: 50px;
    }
}

.hero-text p {
    color: #fff;
    margin: auto auto 15px;
    width: 60%;
}

@media only screen and (max-width: 768px) {
    .hero-text p {
        width: 100%
    }
}

.btn-home-bg {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid #fff;
    border-radius: 500px;
    color: #fff;
    font-weight: 500;
    margin: 15px 15px 0;
    padding: 12px 36px;
    text-transform: uppercase;
    transition: all 0.2s ease 0s;
}

.btn-home-bg:hover,
.btn-home-bg:focus {
    background: #41cb52;
    color: #fff;
    border: 2px solid #41cb52;
}

.about_single {
    transition: all 0.2s ease 0s;
}

@media only screen and (max-width: 768px) {
    .about_single {
        margin-bottom: 20px
    }
}

.about_single img {
    border-radius: 100px;
    height: 80px;
    margin-bottom: 15px;
    width: 80px;
}

.about_single span {
    background: #41cb52 none repeat scroll 0 0;
    display: block;
    height: 2px;
    margin: 15px auto;
    width: 54px;
}

.about_single h4 {
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s ease 0s;
}

.about_single:hover h4 {
    color: #41cb52
}

@media only screen and (max-width: 480px) {
    .about_single {
        margin-bottom: 20px
    }
}

/*START ABOUT US PAGE CODE HERE*/
.single_more_about_us {
    padding-top: 15px;
}

.single_more_about_us h2 {
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.single_more_about_us p {
    margin-bottom: 15px;
    line-height: normal;
    text-align: justify;
}

.single_more_about_us p.text-offers {
    margin-bottom: 10px;
    line-height: normal;
    text-align: justify;
    font-weight: 900;
    font-size: 18px;
}

.single_more_about_us_img {}

.single_more_about_us_img img {}

/*START COUNTER AREA*/
.complete-project-area {
    position: relative;
    padding: 100px 0;
}

.complete-project-area:before {
    background: rgba(0, 0, 0, 0.4);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.single-project-complete {
    text-align: center;

}

@media only screen and (max-width: 768px) {
    .single-project-complete {
        margin-bottom: 30px;
    }
}

.single-project-complete i {
    color: #fff;
    font-size: 30px;
    margin-bottom: 10px;

}

.single-project-complete h2 {
    font-size: 60px;
    font-weight: 900;
    color: #fff;
}

.single-project-complete h3 {
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 2px;
    font-weight: 500;
    margin-top: 0;
}

.service {
    padding-top: 60px;
    padding-bottom: 20px;
}

.service .section-title {
    margin-bottom: 15px;
}

.serviceBox {
    margin-bottom: 15px;
    margin-top: 15px;
    position: relative;
    text-align: center;
    z-index: 1;
}

.serviceBox .service-icon {}

.serviceBox .service-icon span {
    border-radius: 3px;
    bottom: 0;
    color: #fff;
    display: inline-block;
    font-size: 30px;
    height: 100px;
    left: 0;
    line-height: 60px;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.3s ease-out 0s;
    width: 100px;
}

.serviceBox .service-content {
    background: #fff;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    padding: 15px 15px;
    position: relative;
}

.serviceBox .title {
    font-size: 20px;
    font-weight: 500;
    margin: 15px 0 15px;
    position: relative;
    text-transform: capitalize;
    transition: all 0.3s ease-out 0s;
}

.serviceBox:hover .title {
    color: #41cb52;
}

.serviceBox .description {
    line-height: normal;
    margin-bottom: 15px;
    min-height: 80px;
    text-align: justify;
}

.serviceBox .read-more {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #e7e7e7;
    font-size: 14px;
    color: #c4c2c2;
    margin: 0 auto;
    position: absolute;
    bottom: -17px;
    left: 0;
    right: 0;
    transition: all 0.3s ease-out 0s;
}

.serviceBox .read-more:hover {
    border: 1px solid #41cb52;
    color: #41cb52;
}

.serviceBox.green .read-more:hover {
    border: 1px solid #008b8b;
    color: #008b8b;
}

.serviceBox.blue .read-more:hover {
    border: 1px solid #3498db;
    color: #3498db;
}

.serviceBox.orange .read-more:hover {
    border: 1px solid #e67e22;
    color: #e67e22;
}

@media only screen and (max-width: 990px) {
    .serviceBox {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .serviceBox {
        margin-bottom: 80px;
    }
}

.newsletter {
    background: rgba(0, 0, 0, 0) url("../img/bg/bg-home.jpg") repeat scroll 0 0;
}

.signup_form {}

.signup_form h3 {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 15px;
    margin-top: 0;
    text-transform: uppercase;
}

.signup_form p {
    margin: auto;
    width: 82%;
}

.signup_form input {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #eee;
    border-radius: 100px;
    box-shadow: none;
    color: #333;
    font-size: 18px;
    height: 50px;
    margin-bottom: 30px;
    margin-top: 20px;
}

.signup_form input:focus {
    box-shadow: none;
    border: 2px solid #41cb52;
    border-radius: 100px;
}

.btn-light-bg-three {
    background: #41cb52 none repeat scroll 0 0;
    border: 2px solid #41cb52;
    border-radius: 30px;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    padding: 10px 40px;
    transition: all 0.3s ease 0s;
}

.btn-light-bg-three:hover,
.btn-light-bg-three :focus {
    background: #333;
    border: 2px solid #333;
    color: #fff;
}

/*
* ----------------------------------------------------------------------------------------
* 06.END NEWSLETTER DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 07.START BUSINESS PROMOTION DESIGN
* ----------------------------------------------------------------------------------------
*/
.single-business-promotion {
    margin-bottom: 40px;
}

.single-business-promotion h2 {
    font-weight: 500;
    margin-top: 0;
    text-transform: uppercase;
    font-size: 26px;
}

.single-business-promotion p {}

.single-business-promotion-img {
    width: 100%;
}

@media only screen and (max-width: 768px) {
    .single-business-promotion-img {
        margin-top: 60px;
    }
}

#accordion .panel {
    border: none;
    box-shadow: none;
    border-radius: 10px;
    margin-bottom: 10px;
}

#accordion .panel-heading {
    padding: 0;
    border: none;
    border-radius: 10px;
}

#accordion .panel-title a {
    background: #41cb52 none repeat scroll 0 0;
    border: medium none;
    color: #fff;
    display: block;
    font-size: 20px;
    font-weight: 600;
    padding: 20px 35px;
    position: relative;
    transition: all 0.3s ease 0s;
    text-transform: capitalize;
}

#accordion .panel-title a:after,
#accordion .panel-title a.collapsed:after {
    content: "\f068";
    font-family: fontawesome;
    width: 40px;
    height: 40px;
    line-height: 32px;
    border-radius: 50%;
    background: #41cb52;
    text-align: center;
    font-size: 15px;
    color: #fff;
    border: 5px solid #fff;
    position: absolute;
    top: 10px;
    left: -20px;
    transition: all 0.3s ease 0s;
}

#accordion .panel-title a.collapsed:after {
    content: "\f067";
}

#accordion .panel-title a:hover:after,
#accordion .panel-title a.collapsed:hover:after {
    transform: rotate(360deg);
}

#accordion .panel-body {
    background: #fff none repeat scroll 0 0;
    border-top: medium none;
    position: relative;
}

/*
* ----------------------------------------------------------------------------------------
* 07.END BUSINESS PROMOTION DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 08.START BUSINESS NEEDS DESIGN
* ----------------------------------------------------------------------------------------
*/
.business_seo {
    position: relative;
}

.business_seo:before {
    background: rgba(255, 255, 255, 0.4);
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.business_seo_bg {
    background: rgba(255, 255, 255, 0.7) none repeat scroll 0 0;
    padding: 50px 30px;
}

.business_seo_title {
    margin-bottom: 50px;
}

.business_seo_title h2 {
    font-size: 26px;
    font-weight: 500;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.business_seo_title p {}

.single_business_seo {
    margin-bottom: 30px;
}

.single_business_seo img {
    float: left;
    margin-right: 20px;
    width: 36px;
}

.single_business_seo h4 {
    overflow: hidden;
}

.single_business_seo p {
    overflow: hidden;
}

.single_business_btn {
    text-align: center;
}

/*
* ----------------------------------------------------------------------------------------
* 08.END BUSINESS NEEDS DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 09.START PRICING DESIGN
* ----------------------------------------------------------------------------------------
*/
.pricing-plan {
    background: #f7f7f7;
}

.pricingTable {
    text-align: center;
    background: #fff;
    box-shadow: 0 0 5px 0 rgba(1, 1, 1, 0.2);
    overflow: hidden;
    position: relative;
    animation-delay: 0.25s;
}

.pricingTable .pricingTable-header {
    background: #41cb52;
    border-bottom: 6px solid rgba(0, 0, 0, 0.3);
    border-radius: 0 0 200px 200px/32px;
    box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.3);
    margin-bottom: 70px;
    padding-bottom: 70px;
    position: relative;
}

.pricingTable .title {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin: 0;
    padding: 20px 20px 15px;
    text-transform: uppercase;
}

.pricingTable .price-value {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    background: #41cb52;
    border: 2px solid #eceeeb;
    padding: 30px 0;
    margin: auto;
    box-shadow: 0 0 0 4px #eee, 0 0 0 0 rgba(0, 0, 0, 0.2) inset, 0 0 0 1px rgba(0, 0, 0, 0.2) inset, 0 0 0 2px rgba(0, 0, 0, 0.2) inset, 0 0 0 3px rgba(0, 0, 0, 0.2) inset;
    position: absolute;
    bottom: -73px;
    left: 0;
    right: 0;
}

.pricingTable .price-value:after {
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4);
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.1;
}

.pricingTable:hover .price-value:after {
    animation: 0.6s ease-out 0.1s normal forwards 1 running loading-3;
}

.pricingTable .amount {
    color: #fff;
    display: block;
    font-size: 40px;
    font-weight: 600;
    margin-top: 14px;
}

.pricingTable .month {
    display: inline-block;
    font-size: 14px;
    color: #fff;
}

.pricingTable .pricing-content {
    padding: 15px 20px;
    margin: 0;
    list-style: none;
}

.pricingTable .pricing-content li {
    color: #212f3c;
    padding: 10px 0;
    text-transform: capitalize;
}

.pricingTable .pricingTable-signup {
    display: block;
    padding: 20px;
    background: #41cb52;
    font-size: 18px;
    color: #fff;
    letter-spacing: 2px;
    border-radius: 200px 200px 0 0 /32px;
    border-top: 5px solid rgba(0, 0, 0, 0.3);
    box-shadow: -1px 0 1px 1px rgba(0, 0, 0, 0.3);
    position: relative;
}

.pricingTable .pricingTable-signup:before,
.pricingTable .pricingTable-signup:after {
    content: "\f101";
    font-family: "FontAwesome";
    display: inline-block;
    padding-right: 10px;
}

.pricingTable .pricingTable-signup:after {
    content: "\f100";
    padding-left: 10px;
}

.pricingTable .pricingTable-signup:hover:before {
    animation: 1s linear 0s alternate none infinite running loading-2;
}

.pricingTable .pricingTable-signup:hover:after {
    animation: 1s linear 0s alternate none infinite running loading-1;
}

@keyframes loading-1 {
    20% {
        opacity: 1;
        transform: translateX(-7px);
    }

    100% {
        opacity: 0.8;
        transform: translateX(7px);
    }
}

@keyframes loading-2 {
    20% {
        opacity: 1;
        transform: translateX(7px);
    }

    100% {
        opacity: 0.8;
        transform: translateX(-7px);
    }
}

@keyframes loading-3 {
    60% {
        opacity: 0.7;
        transform: scale(1.2);
    }

    80% {
        opacity: 0.3;
        transform: scale(1.6);
    }

    99% {
        opacity: 0;
        transform: scale(2);
    }

    100% {
        opacity: 0;
        transform: scale(0);
    }
}

@media only screen and (max-width: 990px) {
    .pricingTable {
        margin-bottom: 30px;
    }
}

/*
* ----------------------------------------------------------------------------------------
* 09.END PRICING DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 0.START PROJECTS DESIGN
* ----------------------------------------------------------------------------------------
*/
.recent-projects {
    padding-top: 60px;
    padding-bottom: 60px;
}

.portfolio-filters {
    margin-bottom: 60px
}

.portfolio-filters li.active {
    color: #fff;
    background: #41cb52;
    border: 1px solid #41cb52;
}

.portfolio-filters li {
    border: 1px solid #eee;
    border-radius: 30px;
    color: #333;
    cursor: pointer;
    display: inline-block;
    font-weight: 600;
    margin-right: 5px;
    padding: 8px 40px;
    text-transform: uppercase;
    transition: all 0.4s ease 0s;
}

@media only screen and (max-width: 480px) {
    .portfolio-filters li {
        padding: 8px 24px;
        margin-bottom: 10px
    }
}

.portfolio-filters li:hover {
    color: #fff;
    background: #41cb52;
    border: 1px solid #41cb52;
}

.grid {
    overflow: hidden;
}

.grid .mix {
    display: none;
    opacity: 0;
    filter: alpha(opacity=0);
}

.box {
    margin-bottom: 30px;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.box img {
    width: 100%;
    height: auto;
}

.box .box-content {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    color: #fff;
    padding-top: 10%;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    transform: rotateZ(300deg);
    transition: all 0.4s ease 0s;
}

.box:hover .box-content {
    opacity: 1;
    top: 0;
    transform: rotateZ(0deg);
}

.box .title {
    color: #333;
    display: block;
    font-size: 20px;
    font-weight: 500;
    margin: 0 0 8px;
    text-transform: uppercase;
}

.box .post {
    display: block;
    margin-bottom: 10px;
    color: #333;
    padding-left: 40px;
    text-align: left;
}

.box .icon {
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    bottom: 20px;
    left: 0;
}

.box .icon li {
    display: inline-block;
    float: right;
}

.box .icon li a {
    background: #41cb52 none repeat scroll 0 0;
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 20px;
    height: 40px;
    line-height: 40px;
    margin: 0 15px;
    transition: all 0.3s ease 0s;
    width: 40px;
}

.box .icon li a:hover {
    border-radius: 0;
}

@media only screen and (max-width: 990px) {
    .box {
        margin-bottom: 20px;
    }
}

.project_btn {
    margin-top: 30px;
    text-align: center;
}

.project_details {
    background: #EEF1F2;
    padding-top: 60px;
    padding-bottom: 30px;
}

.project_details_bg {
    background: #fff;
    margin-bottom: 30px;
    padding: 20px 0;
}

.single_project_details {
    padding-top: 100px;
}

.single_project_details h3 {}

/*
* ----------------------------------------------------------------------------------------
* 0.END PROJECTS DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 0.START TESTIMONIAL DESIGN
* ----------------------------------------------------------------------------------------
*/
.testimonial {
    background: #fcfcfc none repeat scroll 0 0;
    border-left: 4px solid #41cb52;
    box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.06);
    margin: 0 15px 30px;
    overflow: hidden;
    padding: 30px 30px 30px 130px;
    position: relative;
}

.testimonial:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    border-top: 25px solid #41cb52;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    transform: rotate(-45deg);
    transform-origin: 80% -30% 0;
}

.testimonial .pic {
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 60px;
    left: 20px;
}

.testimonial .pic img {
    width: 100%;
    height: auto;
}

.testimonial .description {
    margin-bottom: 15px;
}

.testimonial .title {
    color: #333;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    text-transform: capitalize;
}

.testimonial .post {
    display: inline-block;
    font-size: 17px;
    color: #41cb52;
}

.owl-theme .owl-controls .owl-page span {
    border: 2px solid #41cb52;
    background: #fff;
    opacity: 1;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls .owl-page:hover span {
    background: #41cb52;
}

@media only screen and (max-width: 767px) {
    .testimonial {
        padding: 20px;
        text-align: center;
    }

    .testimonial .pic {
        display: block;
        position: static;
        margin: 0 auto 15px;
    }
}

.owl-theme .owl-controls {
    margin-top: 50px;
    text-align: center;
}

.owl-theme .owl-controls .owl-page {
    display: inline-block
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer
}

.owl-theme .owl-controls .owl-page span {
    background-color: #41cb52 !important;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    width: 12px;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background-color: #fff
}

.owl-theme .owl-controls {
    display: block !important;
    margin-top: 20px;
    text-align: center;
}

/*
* ----------------------------------------------------------------------------------------
* 0.END TESTIMONIAL DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* 0.START TEAM DESIGN
* ----------------------------------------------------------------------------------------
*/
.our-expert {
    background: #f9f9f9;
}

.our-team {
    overflow: hidden;
    position: relative;
}

.our-team .pic {
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.our-team .layer-1 {
    width: 200%;
    overflow: hidden;
    transform: rotate(10deg) translate(-13%, 13%);
}

.our-team .layer-2 {
    background: #fff;
    overflow: hidden;
    transform: rotate(-16deg) translate(-9%, -13%);
}

.our-team .layer-3 {
    width: 51%;
    margin: 0 auto;
    transform: rotate(6deg) translateY(5%);
}

.our-team img {
    width: 100%;
    height: auto;
}

.our-team .social {
    width: 50%;
    height: 150%;
    background: linear-gradient(to right, rgba(244, 205, 3, 0), rgba(65, 203, 82, 0.8));
    position: absolute;
    bottom: 0;
    right: 0;
    transform: translateX(100%);
    transition: all 0.3s ease-out 0s;
}

.our-team:hover .social {
    transform: translateX(0px);
}

.our-team .social-icon {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 30px;
    position: absolute;
    bottom: 95px;
    right: 15px;
}

.our-team .social-icon li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #fff;
    border-radius: 50%;
    font-size: 13px;
    color: #000;
    text-align: center;
    margin: 4px 0;
    transform: scale(0);
    transition: all 0.2s ease-out 0.4s;
}

.our-team:hover .social-icon li a {
    transform: scale(1);
}

.our-team .social-icon li a.fa-facebook:hover {
    color: #4867aa;
}

.our-team .social-icon li a.fa-google-plus:hover {
    color: #db4437;
}

.our-team .social-icon li a.fa-twitter:hover {
    color: #1da1f2;
}

.our-team .team-info {
    padding: 15px 15px 20px;
    margin: 25px;
    background: #41cb52;
    border-radius: 3px;
    text-align: center;
    position: absolute;
    bottom: 65px;
    left: 0;
    right: 0;
    transition: all 0.2s ease-out 0s;
}

.our-team:hover .team-info {
    background: #fff;
}

.our-team .title {
    font-size: 18px;
    color: #000;
    margin: 0;
}

.our-team .post {
    display: block;
    font-size: 14px;
    font-style: italic;
    margin-top: 5px;
}

.our-team .description {
    padding: 0 20px;
    text-align: center;
}

@media only screen and (max-width: 990px) {
    .our-team {
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .our-team .social-icon {
        right: 25px;
    }

    .our-team .team-info {
        bottom: 30px;
    }
}

@media only screen and (max-width: 767px) {
    .our-team .team-info {
        bottom: 65px;
    }
}

/*
* ----------------------------------------------------------------------------------------
* 0.END TEAM DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* .START 404 PAGE DESIGN
* ----------------------------------------------------------------------------------------
*/
.search {
    margin-bottom: 30px
}

.error_page h1 {
    font-size: 200px;
    text-shadow: 0 4px 0 #dcdcdc;
}

@media only screen and (max-width: 320px) {
    .error_page h1 {
        font-size: 150px
    }
}

.has-feedback {
    margin-bottom: 30px;
}

.form-control-feedback {
    color: #333;
    line-height: 50px !important;
    width: 60px;
}

.error_page h2 {
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 30px;
}

/*
* ----------------------------------------------------------------------------------------
* .END 404 PAGE DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
*  .START HOME BLOG
* ----------------------------------------------------------------------------------------
*/
.post-slide {
    padding: 0 15px;
}

@media only screen and (max-width: 768px) {
    .post-slide {
        margin-bottom: 40px;
    }
}

.post-slide .post-img {
    overflow: hidden;
}

.post-slide .post-img img {
    width: 100%;
    height: auto;
    transform: scale(1, 1);
    transition: all 0.3s ease-in-out 0s;
}

.post-slide:hover .post-img img {
    transform: scale(1.2, 1.2);
    filter: none;
    opacity: 1;
}

.post-slide .post-content {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #eee;
    padding: 20px 30px;
    position: relative;
}

.post-slide .post-date {
    min-width: 28px;
    min-height: 28px;
    line-height: 28px;
    text-align: center;
    background: #333;
    position: absolute;
    top: -30px;
    left: 30px;
}

.post-slide .month {
    display: block;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    padding: 0 10px;
    background: #41cb52;
    text-transform: uppercase;
}

.post-slide .date {
    color: #fff;
    font-size: 14px;
}

.post-slide .post-title {
    margin: 20px 0 10px;
}

.post-slide .post-title a {
    color: #41cb52;
    font-size: 22px;
    text-transform: capitalize;
    transition: all 0.50s ease 0s;
}

.post-slide .post-title a:hover {
    color: #333;
    text-decoration: none;
}

.post-slide .post-description {}

.post-slide .post-bar {
    padding: 15px 0;
    list-style: none;
    text-align: center;
    background: #41cb52;
}

.post-slide .post-bar li {
    display: inline-block;
    margin-right: 5px;
}

.post-slide .post-bar li a {
    text-transform: capitalize;
    color: #fff;
    transition: 0.2s ease;
}

.post-slide .post-bar li a:hover {
    text-decoration: none;
    color: #333;
}

.post-slide .post-bar li i {
    color: #fff;
    margin-right: 5px;
}

.bpmb {
    margin-bottom: 60px;
}

.post-description_mbtop {}

/*START PAGINATION*/
.blog_pagination {
    margin-bottom: 0;
    margin-left: 10px;
}

ul.blog_pagination li a {
    border: 1px solid #eee;
    border-radius: 0 !important;
    color: #161616;
    font-size: 18px;
    height: 46px;
    margin: 5px;
    line-height: 35px;
    width: 45px;
    text-align: center;
}

ul.blog_pagination li a:hover {
    color: #fff;
    background: #41cb52;
    border: 1px solid #41cb52;
}

/*END PAGINATION*/
/*START BLOG SIDEBAR DESIGN*/
.blog_sidebar_title {
    border-bottom: 1px solid #eee;
    font-weight: 500;
    margin-bottom: 15px;
    margin-top: 0;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.blog_search,
.latest_blog,
.video_post,
.categories {
    margin-bottom: 60px
}

@media only screen and (max-width: 768px) {
    .blog_search {
        margin-top: 60px
    }
}

.blog_search input {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #eee;
    border-radius: 0 !important;
    color: #161616;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single_latest_blog {
    overflow: hidden
}

.single_latest_blog_mt {
    margin-top: 20px
}

.single_latest_blog img {
    float: left;
    height: 75px;
    margin-right: 15px;
    overflow: hidden;
    width: 75px;
}

.single_latest_blog h4 {
    color: #161616;
    font-size: 16px;
    margin: 10px 0 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.single_latest_blog:hover h4 {
    color: #41cb52
}

.single_latest_blog span {
    color: #161616
}

.categories ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.categories ul li {}

.categories ul li a {
    color: #333;
    display: block;
    font-weight: 300;
    padding: 5px 0;
}

.categories ul li a:hover {
    color: #41cb52
}

.categories ul li a i {
    margin-right: 10px
}

.video_post iframe {
    width: 100%;
    height: 220px;
    border: medium none;
}

.tag a {
    border: 1px solid #eee;
    border-radius: 500px;
    color: #333;
    display: block;
    float: left;
    font-size: 12px;
    margin: 4px;
    padding: 8px 30px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.tag a:hover {
    background: #41cb52;
    color: #fff;
    border: 1px solid #41cb52;
}

.author_part {
    margin-bottom: 60px;
    overflow: hidden;
}

.single_author {
    background: #f9f9f9 none repeat scroll 0 0;
    padding: 20px;
}

.author_part img {
    border: 4px solid #41cb52;
    border-radius: 100px;
    float: left;
    height: 120px;
    margin-bottom: 25px;
    margin-right: 20px;
    width: 120px;
}

.author_part h4 {}

.author_part p {
    margin-bottom: 0
}

.blog_head_title {
    border-bottom: 1px solid #eee;
    margin: 0 0 30px;
    padding-bottom: 10px;
}

.comments_part {
    margin-bottom: 60px;
    overflow: hidden;
}

.single_comment {
    margin-bottom: 30px;
    background: #f9f9f9;
    padding: 20px;
}

.single_comment_mbnone {
    margin-bottom: 0px
}

.single_comment img {
    border: 4px solid #41cb52;
    border-radius: 100px;
    float: left;
    height: 120px;
    margin-bottom: 25px;
    margin-right: 20px;
    width: 120px;
}

.single_comment h4 {}

.single_comment p {
    margin-bottom: 0
}

/*
* ----------------------------------------------------------------------------------------
*  .END HOME BLOG
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* .START COMPANY PARTNER LOGO
* ----------------------------------------------------------------------------------------
*/
.partner-logo {}

.partner {
    text-align: center
}

.partner.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
    display: none !important;
}

/*
* ----------------------------------------------------------------------------------------
*  .END COMPANY PARTNER LOGO
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* .START ADDRESS DESIGN
* ----------------------------------------------------------------------------------------
*/
.our-address {
    background: #41cb52 none repeat scroll 0 0;
}

@media only screen and (max-width: 480px) {
    .single_address {
        margin-bottom: 30px;
    }
}

.single_address img {
    margin-bottom: 20px;
    width: 60px;
}

.single_address h4 {
    text-transform: capitalize;
    color: #fff;
}

.single_address p {
    color: #fff;
}

/*
* ----------------------------------------------------------------------------------------
* .END ADDRESS DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* .START CONTACT PAGES DESIGN
* ----------------------------------------------------------------------------------------
*/
.contact-title {
    background: #41cb52 none repeat scroll 0 0;
    border: 4px double #fff;
    color: #fff;
    font-size: 24px;
    margin: 0 auto 60px;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
    width: 320px;
}

.single-address {
    margin-bottom: 30px
}

.mb-none {
    margin-bottom: 0px
}

.single-address i {
    font-size: 22px;
    background: #41cb52;
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50px;
    padding: 20px 20px;
    text-align: center;
}

.single-address h2 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
}

.single-address p {
    margin-bottom: 0;
}

.contact_padding {
    padding-top: 60px
}

.form-control {
    background: #f9f9f9 none repeat scroll 0 0;
    border: 1px solid #eee;
    border-radius: 2px;
    box-shadow: none;
    color: #333;
    height: 50px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.form-control:hover,
.form-control:focus {
    border: 1px solid #41cb52;
    box-shadow: none;
    outline: 0 none;
}

.description textarea {
    height: 220px
}

.form-group button {
    border: none
}

@media only screen and (max-width: 480px) {
    .actions {
        margin-bottom: 60px
    }
}

.btn-contact-bg {
    background: #41cb52 none repeat scroll 0 0;
    border-radius: 0 !important;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.15);
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.btn-contact-bg:hover,
.btn-contact-bg:focus {
    background: #333;
    color: #fff;
}

#map {
    height: 400px
}

/*
* ----------------------------------------------------------------------------------------
* .END CONTACT PAGES DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* .START FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/
.footer_area {
    background: #2f3032;
    padding-top: 50px;
    padding-bottom: 50px;
}

.single_footer {}

@media only screen and (max-width: 480px) {
    .single_footer {
        margin-bottom: 40px;
    }
}

.single_footer h4 {
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.single_footer h4.title-h4-bottom {
    float: left;
    color: rgba(255, 255, 255, 0.9);
    font-weight: 500;
    margin-bottom: 15px;
    margin-top: 15px;
    text-transform: uppercase;
    width: 100%;
}

.single_footer img {
    margin-bottom: 10px;
    width: 200px;
}

.single_footer p {
    color: rgba(255, 255, 255, 0.9);
}

.single_footer ul {
    list-style: none;
}

.single_footer ul li a {
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
    font-weight: 400;
    line-height: 35px;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
}

.single_footer ul li a:hover {
    color: #41cb52;
}

.link_mright {
    float: left;
    /*margin-right: 30px;*/
    margin-right: 15%;
}

.single_footer_news {
    margin-bottom: 20px;
}

.single_footer span {
    color: rgba(255, 255, 255, 0.9);
}

.single_footer h5 a {
    color: #fff;
    font-size: 17px;
    text-transform: capitalize;
    transition: all 0.3s ease 0s;
}

.single_footer h5 a:hover {
    color: #41cb52;
}

/*START FOOTER BOTTOM*/
.footer_bottom_mtop {
    padding: 30px 0;
    border-top: 1px solid #444;
    margin-top: 60px;
}

.copyright p {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 0;
    text-transform: capitalize;
}

@media only screen and (max-width: 768px) {
    .copyright p {
        padding-left: 20px;
    }
}

.footer_links {}

.footer_links ul {
    list-style: none;
}

.footer_links ul li {
    float: left;
}

.footer_links ul li a {
    color: rgba(255, 255, 255, 0.9);
    padding: 0 11px;
}

.footer_links ul li a:hover {
    color: #41cb52;
}

/*
* ----------------------------------------------------------------------------------------
* .END FOOTER DESIGN
* ----------------------------------------------------------------------------------------
*/

/*
* ----------------------------------------------------------------------------------------
* .START SECTION TOP DESIGN
* ----------------------------------------------------------------------------------------
*/
.section-top {
    background: url("../img/bg/bg-water01.jpg");
    background-size: cover;
    background-position: bottom;
}

.section-top.section-padding {
    padding: 30px 0 30px;
}

.section-top-content {}

.section-top-content h1 {
    color: #fff;
    text-transform: capitalize;
    font-weight: 600;
    text-shadow: 1px 1px #000,
        2px 2px #000,
        3px 3px #000;
}

.breadcrumb {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    margin-bottom: 0;
    padding: 0;
}

.section-top-content ol li {
    color: #fff !important;
    text-shadow: 1px 1px #000,
        2px 2px #000,
        3px 3px #000;
    font-weight: 900;
    font-size: 20px;
}

.section-top-content ol li a {
    color: #fff !important;
    font-weight: 900;
}

.section-top-content ol li a:hover {
    color: #fff !important;
    font-weight: 900;
}

.paddZero {
    padding: 0;
}

.promotion .section-title {
    margin-bottom: 30px;
    margin-top: 15px;
}

.promo-box-text p {
    font-family: 'Actoniahand';
    font-size: 32px;
    color: #fd3600;
    margin-bottom: 0;
    text-shadow: 5px 2px 15px #fff;
    font-weight: 600;
}

.promo-box-text {
    margin-bottom: 15px;
}

/* CSS3 STYLE GENERIC */
.view {
    width: 100%;
    height: 100%;
    margin: 0;
    float: left;
    border: 2px solid #fff;
    overflow: hidden;
    position: relative;
    text-align: center;
    box-shadow: 0px 0px 5px #aaa;
    cursor: default;
}

.view .mask,
.view .content {
    width: 100%;
    height: 200px;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
}

.view img {
    display: block;
    position: relative;
}

.view a.info {
    display: inline-block;
    text-decoration: none;
    padding: 0;
    text-indent: -9999px;
    width: 20px;
    height: 20px;
}

.mask-promotion {
    position: absolute;
    top: 15%;
    z-index: 2;
    width: 100%;
    text-align: center;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.mask-promotion img {
    margin: auto;
}

.mask-button-info {
    position: absolute;
    width: 100%;
    z-index: 5;
    bottom: -35px;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.mask-button-info .btn-contact-info {
    background: #41cb52 none repeat scroll 0 0;
    border-radius: 15px;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.15);
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    outline: 0;
}

.fourth-effect .mask {
    position: absolute;
    /* Center the mask */
    top: 50px;
    left: 100px;
    cursor: pointer;
    border-radius: 50px;
    border-width: 50px;
    display: inline-block;
    height: 100px;
    width: 100%;
    border: 50px solid rgba(0, 0, 0, 0.7);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    opacity: 1;
    visibility: visible;
    -moz-transform: scale(4);
    -webkit-transform: scale(4);
    -o-transform: scale(4);
    -ms-transform: scale(4);
    transform: scale(4);
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.fourth-effect:hover .mask,
.fourth-effect:hover .mask-promotion {
    opacity: 0;
    border: 0px solid rgba(0, 0, 0, 0.7);
    visibility: hidden;
}

.fourth-effect:hover .mask-button-info {
    bottom: 15px;
}

.mask-button-info.more {
    position: absolute;
    width: 100%;
    z-index: 5;
    bottom: -160px;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.mask-button-info.more .btn-contact-info {
    margin: 0 5px;
    padding: 10px 15px;
    font-size: 16px;
    line-height: normal;
    text-transform: none;
}

.mask-button-info.more .btn-contact-info {
    background: rgba(65, 203, 82, 0.95) none repeat scroll 0 0;
}

.mask-button-info.more .btn-contact-info strong {
    text-transform: uppercase;
}

.fourth-effect:hover .mask-button-info.more {
    bottom: 70px;
}

.col-md-4:first-child .view.fourth-effect:hover .mask-button-info.more {
    bottom: 30px;
}

.q-about-us .single-q {
    display: inline-block;
    text-align: center;
    padding: 0 15px;
    ;
}

.feature.section-padding {
    padding: 60px 0 0;
}

.more-about-feature.section-padding {
    padding: 0 0 60px;
}

.feature .section-title {
    margin-bottom: 25px;
}

.paraiso-boy {
    padding-top: 30px;
}

.paraiso-boy img {
    margin: 0 auto 0;
}

.promotion .section-title h2 {
    color: #333;
    font-size: 30px;
    font-weight: 600;
    margin: 0;
    text-transform: uppercase;
}

.promotion .section-title span {
    background: #1f8f8f none repeat scroll 0 0;
    display: block;
    height: 4px;
    margin: 10px auto;
    width: 20%;
}

.about-us-text .section-title span {
    background: #1f8f8f none repeat scroll 0 0;
    display: block;
    height: 4px;
    margin: 10px auto;
    width: 35%;
}

.offer-text .section-title span {
    background: #1f8f8f none repeat scroll 0 0;
    display: block;
    height: 4px;
    margin: 20px auto;
    width: 52%;
}

ul.list-info-footer li {
    color: rgba(255, 255, 255, 0.9);
    font-size: 15px;
    font-weight: 400;
    line-height: 35px;
    transition: all 0.3s ease 0s;
}

ul.list-info-footer li:first-child {
    text-transform: lowercase;
}

ul.list-info-footer li i {
    margin-right: 15px;
}

ul.list-info-footer li:last-child {
    line-height: 0;
}

ul.list-info-footer li:last-child i {
    color: transparent;
}

ul.list-info-footer li:hover {
    color: #41cb52;
}

.single_footer.social-icon-footer {
    float: right;
    margin-top: -15px;
    padding-right: 15px;
}

.single_footer .footer_area_title h4 {
    float: left;
}

.single_footer.social-icon-footer ul li {
    display: inline-block;
}

.single_footer.social-icon-footer ul li i {
    padding: 5px 0;
    background: #2E4D9C;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    margin-right: 10px;
    color: #fff;
    line-height: 18px;
}

.gallery {
    padding-top: 60px;
    padding-bottom: 60px;
}

.gallery .section-title span {
    background: #1f8f8f none repeat scroll 0 0;
    display: block;
    height: 4px;
    margin: 20px auto;
    width: 25%;
}

.gallery .right-gallery .col-img {
    padding: 10px 15px;
    max-height: 140px;
    overflow: hidden;
}

.events-projects {
    padding-top: 60px;
    padding-bottom: 60px;
}

.dishes-section {
    padding-top: 60px;
    padding-bottom: 60px;
}

.csi-special-single {
    margin-bottom: 4.2rem
}

.csi-special-single figure {
    position: relative
}

.csi-special-single figure a {
    border-radius: 5px;
}

.csi-special-single figure a img {
    border-radius: 5px;
    border: 5px solid #ddd;
    box-shadow: 0 0 10px rgba(0, 0, 0, .25);
    -moz-transition-duration: .6s;
    -webkit-transition-duration: .6s;
    -o-transition-duration: .6s;
    transition-duration: .6s;
}

.csi-special-single figure figcaption {
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    border-radius: 5px;
    opacity: 0;
    -moz-transition-duration: .6s;
    -webkit-transition-duration: .6s;
    -o-transition-duration: .6s;
    transition-duration: .6s
}

.csi-special-single figure figcaption .csi-hover-link {
    display: table;
    height: 100%;
    width: 100%
}

.csi-special-single figure figcaption .csi-hover-link .csi-vertical {
    display: table-cell;
    text-align: center;
    vertical-align: middle
}

.csi-special-single figure figcaption .csi-hover-link .csi-vertical a i {
    font-size: 4.2rem;
    line-height: 6.300000000000001rem;
    color: #FE0000;
    margin-bottom: 3rem;
    -moz-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -o-transition-duration: .3s;
    transition-duration: .3s
}

.csi-special-single figure figcaption .csi-hover-link .csi-vertical a i:hover {
    color: #FE0000
}

.csi-special-single .single-info {
    border-top: 3px solid #f9f9f9;
    box-shadow: 0 0 10px rgba(0, 0, 0, .25);
    background: #fff;
    position: relative;
    z-index: 1;
    text-align: center;
    margin-top: -15px;
    padding: 1.6rem 0 2rem;
}

.csi-special-single .single-info .price-area {
    position: absolute;
    top: -60px;
    text-align: center;
    width: 100%
}

.csi-special-single .single-info .speacial-info,
.csi-special-zikzak {
    position: relative
}

.csi-special-single .single-info .price-area .price {
    background: #fff;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    font-family: Cookie, cursive;
    font-size: 2.6rem;
    line-height: 6rem;
    color: #212739;
    display: inline-block
}

.csi-special-single .single-info .price-area .price span {
    font-family: Lato, sans-serif;
    font-size: 1.6rem;
    line-height: 2.4000000000000004rem;
    color: #FE0000;
    font-weight: 400
}

.csi-special-single .single-info .subtitle {
    font-family: Cookie, cursive;
    font-size: 2.6rem;
    line-height: 3.9000000000000004rem;
    color: #FE0000;
    margin: 0;
    font-weight: 400
}

.csi-special-single .single-info .title {
    font-family: Lato, sans-serif;
    font-size: 2.6rem;
    line-height: 3.9000000000000004rem;
    color: #212739;
    font-weight: 900;
    margin: 0
}

.csi-special-single:hover figure figcaption {
    opacity: 1;
    height: 100%
}

.csi-special-single:hover figure figcaption .csi-hover-link .csi-vertical a i {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    -webkit-transform-origin: center;
    transform-origin: center;
    animation-duration: .6s;
    animation-timing-function: linear
}

.csi-special-single:hover .single-info {
    border-top: 3px solid #FE0000
}

.gallery-projects {
    padding-top: 60px;
    padding-bottom: 60px;
}

.events-projects .box .box-content {
    padding-top: 25%
}

.events-projects .box .icon li {
    display: inline-block;
    float: none;
}

.events-projects .box .icon li a {
    background: #41cb52 none repeat scroll 0 0;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-size: 15px;
    height: auto;
    line-height: 0;
    margin: 0;
    transition: all 0.3s ease 0s;
    padding: 10px 15px;
    width: 100%;
}

.events-projects .box .icon li a:hover {
    border-radius: 5px;
}

.events-projects .box .title {
    color: #333;
    display: block;
    font-size: 18px;
    font-weight: 600;
    margin: 0 0 8px;
    text-transform: uppercase;
}

/* Gallery Effects*/
.gallery-projects .section-title {
    margin-bottom: 30px;
}

.grid-gallery {
    max-width: 1300px;
    margin: 0 auto;
    list-style: none;
    text-align: center;
}

.grid-gallery .gallery-content {
    display: inline-block;
    margin: 0;
    padding: 20px;
    text-align: left;
    position: relative;
}

.grid-gallery figure {
    margin: 0;
    position: relative;
}

.grid-gallery figure img {
    max-width: 100%;
    display: block;
    position: relative;
}

.grid-gallery figcaption {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px;
    background: #2E4D9C;
    color: #FE0000;
}

.grid-gallery figcaption h3 {
    margin: 0;
    padding: 0;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 900;
}

.grid-gallery figcaption a {
    text-align: center;
    padding: 5px 10px;
    border-radius: 2px;
    display: inline-block;
    background: #FE0000;
    color: #fff;
    line-height: normal;
}

.cs-style-gallery figure img {
    z-index: 10;
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
}

.no-touch .cs-style-gallery figure:hover img,
.cs-style-gallery figure.cs-hover img {
    -webkit-transform: translateY(-50px) scale(0.75);
    -moz-transform: translateY(-50px) scale(0.75);
    -ms-transform: translateY(-50px) scale(0.75);
    transform: translateY(-50px) scale(0.75);
}

.no-touch .gallery-wrapper .cs-style-gallery figure:hover img,
.gallery-wrapper .cs-style-gallery figure.cs-hover img {
    -webkit-transform: translateY(-10px) scale(0.95);
    -moz-transform: translateY(-10px) scale(0.95);
    -ms-transform: translateY(-10px) scale(0.95);
    transform: translateY(-10px) scale(0.95);
}

.gallery-wrapper .grid-gallery .gallery-content {
    display: inline-block;
    margin: 0;
    padding: 5px;
    text-align: left;
    position: relative;
}

.cs-style-gallery figcaption {
    height: 100%;
    width: 100%;
}

.cs-style-gallery figcaption h3 {
    margin-top: 55%;
}

.cs-style-gallery figcaption a {
    position: absolute;
    bottom: 5px;
    left: 35%;
}

.ptb15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.single_more_about_us_img.about_img_2 {
    padding-top: 100px;
}

.ul-list {
    display: inline-block;
    float: left;
    width: 50%;
    -webkit-padding-start: 40px;
}

.ul-list2 {
    display: inline-block;
    -webkit-padding-start: 40px;
}

.ul-list2 li.no-list {
    display: inline-block;
    -webkit-padding-start: 0;
    margin-left: -40px;
}

.message-text h3 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 900;
}

.single_more_about_us ul{
    -webkit-padding-start: 40px;
}

.fa-wasap-foot {
    font-size: 18px;
}

.pt10 {
    padding: 10px 0 0 0;
}

.pr5 {
    padding-right: 5px;
}

.pl5 {
    padding-left: 5px;
}

@keyframes bounce {

    0%,
    20%,
    60%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    80% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
}

.navbar-list li:hover a {
    animation: bounce 1s;
}

.promotion.section-padding {
    padding-top: 15px;
}

.single-footer-video {
    width: 100%;
    float: left;
    padding: 0 15px 15px 0;
}

.menu-nopad {
    padding-left: 0;
}

/*Media Player Music*/

#player {
    width: 252px;
    height: 250px;
    position: absolute;
    border-radius: 50%;
    border: 1px solid #D0D0D0;
}

#player .cover {
    width: 250px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
}

#player .container {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

#player .info {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 250px;
    height: 115px;
    background-color: #FFF;
}

#player .info .cont {
    text-align: center;
    padding-top: 20px;
}

#player .trackinfo {
    position: absolute;
    bottom: 135px;
    color: #FFF;
}

#player .trackinfo p {
    text-shadow: 0px 0px 5px #333;
}

#player .trackinfo #title {
    font-weight: bold;
    font-size: 18px;
    padding-left: 25px;
    margin-bottom: 0px;
    line-height: 18px;
}

#player .trackinfo #artist {
    padding-left: 25px;
}

#track {
    width: 100%;
    height: 5px;
    position: absolute;
    background-color: #A6A7A9;
    bottom: 115px;
    left: 0;
    z-index: 10;
    cursor: pointer;
}

#progress {
    float: left;
    height: 5px;
    width: 0%;
    background: #00CC99;
    cursor: pointer;
}

#handler {
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: #00CC99;
    top: 50%;
    left: 0%;
    margin-left: -10px;
    margin-top: -10px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 5;
}

#player .nav {
    width: 50px;
    height: 50px;
    vertical-align: top;
    background-color: #FFF;
    border: 2px solid #00CC99;
    border-radius: 50%;
    outline: none;
    margin: 0 7px;
    cursor: pointer;
}

#player .nav:hover {
    background-color: #00CC99;
}

#player .nav img {
    height: 20px;
    vertical-align: middle;
    float: none;
}

#player .pad {
    padding-left: 10px;
    float: none;
}

#player .pad2 {
    padding-left: 6px;
    float: none;
}

#player .pad3 {
    padding-left: 6px;
    float: none;
}

#player #prev {
    padding-right: 5px;
}

#player #next {
    padding-left: 4px;
}

.single_footer.audio {
    padding-top: 30px;
}


/* audio player footer */
.player-wrap:before,
.player-wrap:after {
    content: "";
    border-radius: 50%;
    height: 90px;
    width: 100px;
    position: absolute;
    display: block;
    top: 0;
    z-index: -1;
}

.player-container {
    padding-top: 30px;
}

.player-wrap {
    display: block;
    z-index: 1;
    width: 75%;
    height: 91px;
    margin: 0 auto;
    color: white;
    position: relative;
}

.player-wrap:before {
    left: -45px;
}

.player-wrap:after {
    left: -45px;
}

.play-pause {
    width: 80px;
    height: 80px;
    display: inline-block;
    position: absolute;
    left: -33px;
    top: 10px;
    background-image: url("../img/play-audio.png");
    border-radius: 20%;
    background-repeat: no-repeat;
    cursor: pointer;
}

.play-pause.paused {
    background-image: url("../img/pause-audio.png");
}

.play-pause.pausing {
    background-image: url("../img/play-audio.png");
}

.play-pause.playing {
    background-image: url("../img/pause-audio.png");
}

progress {
    height: 7px;
    border-radius: 7px;
    width: 75%;
    background-color: white;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

progress[value]::-webkit-progress-bar {
    background-color: white;
    border-radius: 50%;
    padding: 2px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
}

progress[value]::-webkit-progress-value {
    background: #c34747;
    padding-left: 6px;
}

.song-meta {
    margin-left: 65px;
    z-index: 5;
    width: 100%;
    padding-right: 40px;
    padding-top: 0;
}

.artist,
.pcast-time {
    font-size: 11px;
    font-weight: lighter;
    text-transform: uppercase;
    letter-spacing: .15em;
    opacity: .6;
}

.pcast-time {
    letter-spacing: 0;
}

.player-wrap,
.player-wrap:before,
.player-wrap:after {
    background-image: url(data:image/png;base64,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);
}

#gallery-home.right-gallery.col-md-9 {
    padding: 15px;
}

#thanks-you {
    margin: 0 auto;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 30px
}

#thanks-you .thanks {
    color: #2e4c9c;
    text-shadow: -1px -2px 3px rgba(17, 17, 17, 0.3);
    text-align: center;
    font-family: "Monsterrat", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 38px;
    margin-bottom: 32px;
}

#thanks-you underline {
    border-top: 5px solid rgba(92, 166, 93, 0.9);
    border-bottom: 5px solid rgba(92, 166, 93, 0.9);
}

#thanks-you h3 {
    margin-left: 16px;
    font-weight: 600;
    color: #132b59;
}

#myMap.modal {
    text-align: center;
    padding: 0 !important;
}

#myMap.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px;
}

#myMap .modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}

#myMap .modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    text-align: center;
}

#myMap button.close {
    background-color: #4CAF50;
    border: none;
    color: white;
    padding: 10px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 50%;
    opacity: .5;
}

#myMap button.close:focus,
#myMap button.close:hover {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 1;
    outline: 0
}

@media (min-width: 768px) {
    #myMap .modal-dialog {
        width: 65%;
        margin: 30px auto;
    }

    .buttonModal {
        background: rgba(65, 203, 82, 0.95) none repeat scroll 0 0;
        color: #fff;
        padding: 5px 10px;
        border-radius: 5px;
    }

    .modal-dialog.imagen-promo .modal-footer {
        padding: 15px;
        text-align: center;
        border-top: 1px solid #e5e5e5;
    }

}

#owlHome.owl-theme .owl-dots {
    margin-top: 0;
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
}

#owlHome.owl-theme .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    background: #fff;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}

#owlHome.owl-theme .owl-dots .owl-dot.active span,
#owlHome.owl-theme .owl-dots .owl-dot:hover span {
    background: #4DC7A0;
}

#owlHome.owl-theme .owl-dots .owl-dot.active span,
#owlHome.owl-theme .owl-dots .owl-dot:hover span,
#owlHome.owl-theme .owl-dots .owl-dot:focus span,
#owlHome.owl-theme .owl-dots .owl-dot {
    outline: 0;
}

#gallery-moments.gallery-moments-all .gallery-content.gal {
    padding-top: 15px;
    padding-bottom: 15px;
}

#gallery-moments.gallery-moments-all .gallery-content.gal figure {
    position: relative;
    overflow: hidden;
}

#gallery-moments.gallery-moments-all .gallery-content.gal figcaption {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    background: #2E4D9C;
    color: #FE0000;
    top: 0;
    z-index: -1;
}

#owlHome.owl-theme:hover .owl-dots {
    opacity: 1;
}

.justify-blocks {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.promo-home {
    margin-bottom: 15px;
}

.promo-content {
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 10px;
    min-height: 230px;
    overflow: hidden;
    background: #2895b3;
}

.promo-img {
    padding-left: 0;
    padding-right: 0;
    position: relative;
}

.promo-txt {
    text-align: left;
    background: #2895b3;
    max-height: 236px;
    padding: 20px 15px;
}

.promo-txt h4,
.promo-txt ul {
    color: #fff;
}

.promo-txt h3 {
    font-weight: 900;
    color: #fff;
}

.promo-txt ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

.promo-img .downloadcupon {
    position: absolute;
    bottom: 0;
    width: 100%;
    background: #35821c;
    color: #fff;
    padding: 5px 0;
}

.promo-box-text h2 {
    font-family: "Amontillados", Arial, "Helvetica Neue", Helvetica, sans-serif;
    font-size: 130px;
    -webkit-text-stroke: 2px black;
    line-height: 90px;
    letter-spacing: 5px;
    background: -webkit-linear-gradient(90deg, #70ef00, #ffeb00 80%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin: 0;
}

.box .box-content.promotion{
    display: block;
    margin-bottom: 10px;
    color: #333;
    padding-left: 40px;
    text-align: left;
}