
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=Libre+Baskerville:ital,wght@0,400;0,700;1,400&display=swap');
.flaticon-visibility:before {
  content: "\f123";
  font-family: "Flaticon";
}

*{
    margin:0px;
    padding:0px;
    border:none;
    outline:none;
    font-size: 100%;
    line-height: inherit;
}
 .banner {
  width: 100%;
  overflow: hidden;
}

.banner-img {
  width: 100%;       /* Fill the width */
  height: auto;      /* Maintain aspect ratio */
  display: block;
}

   /* @media (max-width: 768px) {
      .banner {
        height: 50vh;
        background-image: url('../images/banner/banner-mb.jpg');
      }
    }

    @media (max-width: 480px) {
      .banner {
        height: 50vh;
         background-image: url('../images/banner/banner-mb.jpg');
      }
    }*/
body {

    font-size:16px;
    color:#000;
    line-height:1.5em;
    font-weight:400;
    background:#ffffff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    font-family: 'Inter', sans-serif;
}

a{
    text-decoration:none;
    cursor:pointer;
    color: #24a77e;
}

.theme_color{
    color:#24a77e;
}

a:hover,
a:focus,
a:visited,
a:active,
button:active{
    text-decoration:none;
    outline:none;
}

h1,h2,h3,h4,h5,h6 {
    position:relative;
    font-weight:normal;
    margin:0px 0px 15px;
    background:none;
    line-height:1.25em;
    font-family: 'Libre Baskerville', serif;
}

h1{
    font-size: 60px;
}

h2{
    font-size: 48px;
}

h3{
    font-size: 40px;
}

h4{
    font-size: 26px;
}

h5{
    font-size: 20px;
}

h6{
    font-size: 16px;
}

input,select,button{
    font-family: 'Inter', sans-serif;
}

textarea{
    overflow:hidden;
    resize: none;
}

button{
    outline: none !important;
    cursor: pointer;
}

p{
    font-size: 15px;
    line-height: 1.7em;
    font-weight: 400;
    margin: 0 0 15px;
}

.text{
    font-size: 15px;
    line-height: 1.7em;
    font-weight: 400;
    margin: 0 0;
}

.clearfix::after{display:block;clear:both;content:""}

::-webkit-input-placeholder{color: inherit;}
::-moz-input-placeholder{color: inherit;}
::-ms-input-placeholder{color: inherit;}

.page-wrapper{
    position:relative;
    margin:0 auto;
    width:100%;
    min-width:300px;
    z-index: 9;
    overflow: hidden;
}

.auto-container{
    position:static;
    max-width:1200px;
    padding:0px 15px;
    margin:0 auto;
}

ul,li{
    list-style:none;
    padding:0px;
    margin:0px;
}

figure{
    margin-bottom: 0;
}

.theme-btn{
    display:inline-block;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
}

.theme-btn i{
    position: relative;
    display: inline-block;
    font-size: 14px;
    margin-left: 3px;
}

.centered{
    text-align:center !important;
}

/*Btn Style One*/

.btn-style-one{
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    text-transform:uppercase;
    border-radius:0px;
    overflow:hidden;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}

.btn-style-one .btn-title{
    position: relative;
    display:block;
    font-size: 15px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 600;
    padding: 14px 30px;
    background: none;
    border-radius:0px;
    border: 1px dashed #ffffff;
    z-index:1;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}

.btn-style-one .arrow{
    position: relative;
    top: -1px;
    display: inline-block;
    vertical-align: middle;
    padding-left: 7px;
    font-size: 10px;
}

.btn-style-one:hover .btn-title{
    background: #24a77e;
    border-color: #24a77e;
    color: #ffffff;
}

.btn-style-one.alt-hover:hover .btn-title{
    background: #232323;
    border-color: #232323;
    color: #ffffff;
}

/*Btn Style Two*/

.btn-style-two{
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    text-transform:uppercase;
    border-radius:0px;
    overflow:hidden;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}

.btn-style-two .btn-title{
    position: relative;
    display:block;
    font-size: 15px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 600;
    padding: 14px 30px;
    background: #132728;
    border-radius:0px;
    border: 1px dashed #132728;
    z-index:1;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}

.btn-style-two .arrow{
    position: relative;
    top: -1px;
    display: inline-block;
    vertical-align: middle;
    padding-left: 7px;
    font-size: 10px;
}

.btn-style-two:hover .btn-title{
    background: #24a77e;
    border-color: #24a77e;
    color: #ffffff;
}

/*Btn Style Three*/

.btn-style-three{
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    text-transform:uppercase;
    border-radius:0px;
    overflow:hidden;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}

.btn-style-three .btn-title{
    position: relative;
    display:block;
    font-size: 15px;
    line-height: 30px;
    color: #ffffff;
    font-weight: 600;
    padding: 14px 30px;
    background: #24a77e;
    border-radius:0px;
    border: 1px dashed #24a77e;
    z-index:1;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}

.btn-style-three.alternate .btn-title{
    background: #132728;
    border-color: #132728;
}

.btn-style-three .arrow{
    position: relative;
    top: -1px;
    display: inline-block;
    vertical-align: middle;
    padding-left: 7px;
    font-size: 10px;
}

.btn-style-three:hover .btn-title{
    background: #132728;
    border-color: #132728;
    color: #ffffff;
}

.btn-style-three.alternate:hover .btn-title{
    background: #24a77e;
    border-color: #24a77e;
}

/*Btn Style Four*/

.btn-style-four{
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    text-transform:uppercase;
    border-radius:0px;
    background: none;
    overflow:hidden;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}

.btn-style-four .btn-title{
    position: relative;
    display:block;
    font-size: 15px;
    line-height: 30px;
    color: #24a77e;
    font-weight: 600;
    padding: 14px 30px;
    background: none;
    border-radius:0px;
    border: 1px dashed #24a77e;
    z-index:1;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}

.btn-style-four .arrow{
    position: relative;
    top: -1px;
    display: inline-block;
    vertical-align: middle;
    padding-left: 7px;
    font-size: 10px;
}

.btn-style-four:hover .btn-title{
    background: #24a77e;
    border-color: #24a77e;
    color: #ffffff;
}

/*Btn Style Five*/

.btn-style-five{
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    text-transform:uppercase;
    border-radius:0px;
    overflow:hidden;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}

.btn-style-five .btn-title{
    position: relative;
    display:block;
    font-size: 15px;
    line-height: 30px;
    color: #132728;
    font-weight: 600;
    padding: 15px 30px;
    background: #ffffff;
    border-radius:0px;
    z-index:1;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}

.btn-style-five .arrow{
    position: relative;
    top: -1px;
    display: inline-block;
    vertical-align: middle;
    padding-left: 7px;
    font-size: 10px;
}

.btn-style-five:hover .btn-title{
    background: #24a77e;
    border-color: #24a77e;
    color: #ffffff;
}

.btn-style-five.alt-hover:hover .btn-title{
    background: #232323;
    border-color: #232323;
    color: #ffffff;
}

/*Btn Style Six*/

.btn-style-six{
    position: relative;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    text-transform:uppercase;
    border-radius:0px;
    overflow:hidden;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}

.btn-style-six .btn-title{
    position: relative;
    display:block;
    font-size: 15px;
    line-height: 30px;
    color: #132728;
    font-weight: 700;
    padding: 10px 30px;
    background: none;
    border-radius:0px;
    border: 1px dashed rgba(0,0,0,0.20);
    z-index:1;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}

.btn-style-six .arrow{
    position: relative;
    top: -1px;
    display: inline-block;
    vertical-align: middle;
    padding-left: 7px;
    font-size: 10px;
}

.btn-style-six:hover .btn-title{
    background: #24a77e;
    border-color: #24a77e;
    color: #ffffff;
}

.pull-right{
    float: right;
}

.pull-left{
    float: left;
}

.preloader{
    position:fixed;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    z-index:999999;
    background-color:rgba(0,0,0,0);
}

.preloader .icon{
    position:fixed;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    z-index:5;
    background-color:rgba(0,0,0,0);
    background-position:center center;
    background-repeat:no-repeat;
    background-image:url(../images/icons/preloader.svg);
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
}

.page-loaded .preloader .icon{
    opacity:0;
}

.preloader:before{
    content:'';
    position:absolute;
    left:0;
    top:0;
    width:51%;
    height:100%;
    background:#ffffff;
    z-index:0;
    -webkit-transform:translateX(0%);
    -ms-transform:translateX(0%);
    transform:translateX(0%);
    -webkit-transition: all 800ms ease;
    -moz-transition: all 800ms ease;
    -ms-transition: all 800ms ease;
    -o-transition: all 800ms ease;
    transition: all 800ms ease;
}

.page-loaded .preloader:before{
    -webkit-transform:translateX(-101%);
    -ms-transform:translateX(-101%);
    transform:translateX(-101%);
}

.preloader:after{
    content:'';
    position:absolute;
    right:0;
    top:0;
    width:51%;
    height:100%;
    background:#ffffff;
    z-index:2;
    -webkit-transform:translateX(0%);
    -ms-transform:translateX(0%);
    transform:translateX(0%);
    -webkit-transition: all 800ms ease;
    -moz-transition: all 800ms ease;
    -ms-transition: all 800ms ease;
    -o-transition: all 800ms ease;
    transition: all 800ms ease;
}

.page-loaded .preloader:after{
    -webkit-transform:translateX(101%);
    -ms-transform:translateX(101%);
    transform:translateX(101%);
}

/*img{
    display:inline-block;
    max-width:100%;
    height:auto;
}*/

.dropdown-toggle::after{
    display: none;
}

.fa{
    line-height: inherit;
}

/***

====================================================================
    Scroll To Top style
====================================================================

***/

.scroll-to-top{
    position:fixed;
    right:30px;
    bottom:30px;
    width:58px;
    height:58px;
    color:#ffffff;
    font-size:20px;
    line-height:58px;
    text-align:center;
    z-index:100;
    cursor:pointer;
    background:#1d3334;
    border-radius: 0px;
    display:none;
    -webkit-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    transition:all 300ms ease;
}

.scroll-to-top.alternate{
    background: none;
    line-height:56px;
    color: #24a77e;
    border: 1px dashed #24a77e;
}

.scroll-to-top:hover{
    background:#24a77e;
    color:#ffffff;
}


/***

====================================================================
    Main Header style / Header Style One
====================================================================

***/

.main-header{
    position: relative;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    z-index: 9999;
    background:none;
}

.main-header .header-top{
    position: relative;
    border-bottom: 1px solid rgba(0,0,0,0.10);
}

.main-header .header-top .top-left{
    position: relative;
    float: left;
    padding: 10px 0px;
}

.main-header .header-top .tip-link{
    position: relative;
    color: #24a77e;
    line-height: 30px;
    font-size: 15px;
    float: left;
}

.main-header .header-top .tip-link a{
    color: #24a77e;
}

.main-header .header-top .tip-link .icon{
    position: relative;
    font-size: 14px;
    padding-right: 7px;
}

.main-header .header-top .social-links{
    position: relative;
    float: left;
    margin-left: 41px;
}

.main-header .header-top .social-links:before{
    content: '';
    position: absolute;
    left: -21px;
    top: 7px;
    height: 16px;
    border-left: 1px solid #d0d0d0;
}

.main-header .header-top .social-links li{
    position: relative;
    float: left;
    line-height: 30px;
    margin-right: 15px;
}

.main-header .header-top .social-links li:last-child{
    margin-right: 0;
}

.main-header .header-top .social-links li a{
    position: relative;
    display: block;
    font-size: 14px;
    color: #132728;
}

.main-header .header-top .social-links li a:hover{
    color: #24a77e;
}

.main-header .header-top .top-right{
    position: relative;
    float: right;
    padding: 10px 0px;
}

.main-header .header-top .top-links{
    position: relative;
    float: left;
}

.main-header .header-top .top-links li{
    position: relative;
    float: left;
    color: #132728;
    font-size: 15px;
    line-height: 30px;
    margin-right: 41px;
}

.main-header .header-top .top-links li:after{
    content: '';
    position: absolute;
    right: -21px;
    top: 7px;
    height: 16px;
    border-left: 1px solid #d0d0d0;
}

.main-header .header-top .top-links li:last-child:after{
    display: none;
}

.main-header .header-top .top-links li:last-child{
    margin-right: 0;
}

.main-header .header-top .top-links li a{
    position: relative;
    display: block;
    color: #132728;
}

.main-header .header-top .top-links li a:hover{
    color: #24a77e;
}

.main-header .header-top .top-links li .icon{
    position: relative;
    color: #24a77e;
    font-size: 16px;
    vertical-align: middle;
    line-height: 30px;
    padding-right: 7px;
}

/*=== Header Top Two ===*/

.main-header .header-top-two{
    position: relative;
    background: #132728;
    color: #ffffff;
}

.main-header .header-top-two .top-left{
    position: relative;
    float: left;
    padding: 6px 0px;
}

.main-header .header-top-two .quote-link{
    position: relative;
    color: #ffffff;
    line-height: 30px;
    font-size: 16px;
    float: left;
}

.main-header .header-top-two .quote-link a{
    color: #24a77e;
}

.main-header .header-top-two .quote-link .icon{
    position: relative;
    font-size: 10px;
    vertical-align: middle;
    padding-left: 5px;
}

.main-header .header-top-two .top-right{
    position: relative;
    float: right;
    padding: 6px 0px;
}

.main-header .header-top-two .top-links{
    position: relative;
    float: left;
}

.main-header .header-top-two .top-links li{
    position: relative;
    float: left;
    color: #ffffff;
    font-size: 16px;
    line-height: 30px;
    margin-right: 41px;
}

.main-header .header-top-two .top-links li:after{
    content: '';
    position: absolute;
    right: -21px;
    top: 7px;
    height: 16px;
    border-left: 1px solid rgba(255,255,255,0.15);
}

.main-header .header-top-two .top-links li:last-child:after{
    display: none;
}

.main-header .header-top-two .top-links li:last-child{
    margin-right: 0;
}

.main-header .header-top-two .top-links li a{
    position: relative;
    display: block;
    font-size: 14px;
    color: #ffffff;
}

.main-header .header-top-two .top-links li a:hover{
    color: #24a77e;
}

.main-header .header-top-two .top-links li .icon{
    position: relative;
    color: #24a77e;
    font-size: 16px;
    vertical-align: middle;
    line-height: 30px;
    padding-right: 8px;
}

/*=== Header Main Box ===*/

.main-header .header-upper{
    position:relative;
    display: block;
    left: 0;
    top: 0;
    padding: 0px 0px;
    width: 100%;
    background: #ffffff;
    z-index: 6;
}

.main-header .header-upper .inner-container{
    position:relative;
    display: block;
}

.main-header .header-upper .logo-box{
    position: relative;
    float: left;
    padding: 15px 0px;
}

.main-header .header-upper .logo-box .logo{
    position: relative;
    display:block;
}

.main-header .header-upper .logo-box .logo img{
    position: relative;
    display: inline-block;
    max-width: 100%;
    height: 80px;
    max-height: 80px;
    z-index:1;
}

.main-header .other-links{
    position: relative;
    float: right;
    padding: 30px 0px 20px;
}

.main-header .other-links .info{
    position: relative;
    float: left;
    line-height: 25px;
    padding-left: 56px;
}

.main-header .other-links .info-icon{
    position: absolute;
    left: 0;
    top: 50%;
    line-height: 50px;
    margin-top: -25px;
    font-size: 46px;
    color: #24a77e;
}

.main-header .other-links .info .phone{
    position: relative;
    display: block;
    font-size: 18px;
}

.main-header .other-links .info .phone a{
    color: #132728;
    font-weight: 600;
}

.main-header .other-links .info .call{
    position: relative;
    display: inline-block;
    color: #24a77e;
    font-weight: 500;
    padding-top: 3px;
    line-height: 22px;
    border-bottom: 1px dashed #24a77e;
}

.main-header .other-links .info .call a{
    color: #132728;
}

.main-header .other-links .info .call .icon{
    font-size: 14px;
    padding-left: 7px;
}

.main-header .other-links .search-box{
    position: relative;
    float: left;
    margin-left: 40px;
}

.main-header .other-links .search-box .form-group{
    position: relative;
    display: block;
    width: 270px;
    margin: 0;
    padding-right: 52px;
}

.main-header .other-links .search-box form .field-box{
    position: relative;
    display: block;
    z-index: 3;
}

.main-header .other-links .search-box .btn-box{
    position: absolute;
    right: 0;
    top: 0;
    width: 60px;
    height: 50px;
}

.main-header .other-links .search-box form input[type="text"],
.main-header .other-links .search-box form input[type="search"]{
    display: block;
    width: 100%;
    height: 50px;
    line-height: 28px;
    padding: 10px 25px;
    border: 1px solid rgba(0,0,0,0.10);
    background: #ffffff;
    border-radius: 25px;
}

.main-header .other-links .search-box .btn-box:before{
    content: '';
    position: absolute;
    left: -40px;
    top: -2px;
    width: 54px;
    height: 54px;
    background: #ffffff;
    border-radius: 27px;
    z-index: 2;
}

.main-header .other-links .search-box .search-btn{
    position: relative;
    display: block;
    width: 60px;
    height: 50px;
    line-height: 30px;
    padding: 10px 15px;
    text-align: right;
    background: #24a77e;
    color: #ffffff;
    border-radius: 0px 25px 25px 0px;
    z-index: 1;
}

/*=== Header Upper Two ===*/

/*.main-header .header-upper-two{
    position:relative;
    display: block;
    left: 0;
    top: 0;
    padding: 0px 0px;
    width: 100%;
    background: #f3faf8;
    z-index: 1;


}*/

.main-header .header-upper-two {
    position: relative;
    display: block;
    left: 0;
    top: 0px;
    padding: 0px 0px;
    width: 100%;
        background: #fff;
    backdrop-filter: blur(-6px);
    z-index: 1;
}
.main-header .header-upper-two1 {
    position: absolute;
    display: block;
    left: 0;
    top: 0px;
    padding: 0px 0px;
    width: 100%;
        background: #0d0d0c8f;
    backdrop-filter: blur(-6px);
    z-index: 1;
}
.main-header .header-upper-two .inner-container{
    position:relative;
    display: block;
    padding: 8px 0;
/*    min-height: 150px;*/
}

.main-header .header-upper-two .logo-box{
    position: absolute;
    left: 50%;
    top: 0px;
    margin-left: -110px;
    text-align: center;
    width: 220px;
    float: left;
    padding: 17px 0px;
    z-index:2;
}

.main-header .header-upper-two .logo-box .logo{
    position: relative;
    display:block;
}

.main-header .header-upper-two .logo-box .logo img{
    position: relative;
    display: inline-block;
    max-width: 100%;
    height: 80px;
    max-height: 80px;
    z-index:1;
}

.main-header .header-upper-two .iso{
    position: absolute;
    left: 0;
    top: 0;
    float: left;
    line-height: 25px;
    padding-left: 70px;
    padding-top: 10px;
    margin-top: 25px;
}

.main-header .header-upper-two .iso .iso-icon{
    position: absolute;
    left: 0;
    top: 50%;
    line-height: 56px;
    margin-top: -28px;
    font-size: 36px;
    color: #24a77e;
}

.main-header .header-upper-two .iso .number{
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: #24a77e;
    line-height: 24px;
}

.main-header .header-upper-two .iso .txt{
    position: relative;
    display: block;
    color: #132728;
    font-weight: 500;
    padding-top: 5px;
    line-height: 24px;
}

.main-header .header-upper-two .help{
    position: absolute;
    right: 0;
    top: 0;
    float: right;
    line-height: 25px;
    padding-left: 62px;
    margin-top: 30px;
}

.main-header .header-upper-two .help .call-icon{
    position: absolute;
    left: 0;
    top: 50%;
    line-height: 50px;
    margin-top: -25px;
    font-size: 46px;
    color: #24a77e;
}

.main-header .header-upper-two .help .info .phone{
    position: relative;
    display: block;
    font-size: 18px;
    padding-top: 3px;
}

.main-header .header-upper-two .help .info .phone a{
    color: #132728;
    font-weight: 500;
}

.main-header .header-upper-two .help .info .txt{
    position: relative;
    display: block;
    color: #24a77e;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
}

.main-header .header-lower{
    position: relative;
    display: block;
    background: #132728;
    color: #ffffff;
    z-index: 5;
    font-size: 14px;
}

.header-style-two .header-lower{
    position: absolute;
    left: 0;
    top: 100%;
    background: none;
    width: 100%;
    margin-top: -33px;
}

.main-header .header-lower .inner{
    position: relative;
    display: block;
}

.header-style-two .header-lower .inner{
    padding: 0px 25px;
    background: #ffffff;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.05);
}

.main-header .header-lower .more-links{
    position: relative;
    float: right;
    padding: 8px 0px;
}

.header-style-two .header-lower .more-links{
    padding: 7px 0px;
}

.main-header .header-lower .more-links .cart-btn{
    position: relative;
    float: left;
    padding-top: 8px;
}

.header-style-two .header-lower .more-links .cart-btn{
    padding-top: 5px;
}

.main-header .header-lower .more-links .cart-btn a{
    position: relative;
    display: block;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 42px;
    border: 1px solid rgba(255,255,255,0.20);
    color: #ffffff;
    border-radius: 50%;
    -webkit-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    transition:all 300ms ease;
}

.header-style-two .header-lower .more-links .cart-btn a{
    background: none;
    color: #132728;
    border: 1px solid rgba(0,0,0,0.20);
}

.header-style-two .header-lower .more-links .cart-btn .count{
    position: absolute;
    right: -10px;
    top: 0px;
    line-height: 20px;
    width: 20px;
    height: 20px;
    font-size: 10px;
    font-style: normal;
    border-radius: 50%;
    background: #24a77e;
    color: #ffffff;
    font-weight: 600;
}

.main-header .header-lower .more-links .cart-btn a:hover{
    background: #24a77e;
    color: #ffffff;
}

.header-style-two .header-lower .more-links .cart-btn a:hover .count{
    background: #132728;
    color: #ffffff;
}

.main-header .header-lower .more-links .estimate-btn{
    position: relative;
    top: 1px;
    float: left;
    margin-left: 15px;
}

.main-header .header-lower .more-links .estimate-btn a{
    position: relative;
    display: block;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px 30px;
    padding-left: 85px;
    line-height: 29px;
    color: #ffffff;
    background: #24a77e;
    border-radius: 4px;
    overflow: hidden;
    -webkit-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    transition:all 300ms ease;
}

.main-header .header-lower .more-links .estimate-btn .icon{
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 60px;
    line-height: 40px;
    font-weight: 400;
    font-size: 36px;
    color: #24a77e;
    background: #ffffff;
    padding: 12px 5px 8px;
    text-align: center;
}

.main-header .header-lower .more-links .estimate-btn .arrow{
    position: relative;
    top: 1px;
    padding-left: 10px;
    font-size: 12px;
    font-weight: 400;
}

.header-style-two .header-lower .social-links{
    position: relative;
    float: left;
    margin-left: 40px;
    top: 5px;
    border: 1px solid rgba(0,0,0,0.15);
}

.header-style-two .header-lower .social-links li{
    position: relative;
    float: left;
    border-right: 1px solid rgba(0,0,0,0.15);
}

.header-style-two .header-lower .social-links li:last-child{
    border-right: none;
}

.header-style-two .header-lower .social-links li a{
    position: relative;
    display: block;
    width: 42px;
    height: 42px;
    text-align: center;
    font-size: 14px;
    color: #132728;
    line-height: 42px;
    -webkit-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    transition:all 300ms ease;
}

.header-style-two .header-lower .social-links li a:hover{
    color: #24a77e;
}

.header-style-two .social-links li .t-tip-box{
  position: absolute;
  /*left: 0%;*/
  left: 50%;
  transform: translateX(-50%);
  bottom: -43px;
  width: 90px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  background: #24a77e;
  border-radius: 0px;
  visibility: hidden;
  opacity: 0;
  transition: all 500ms ease;
}

.header-style-two .social-links li:hover .t-tip-box{
  bottom: -33px;
  visibility: visible;
  opacity: 1;
}

.header-style-two .social-links .t-tip-box:before{
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  left: 40px;
  background: #24a77e;
  top: -4px;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.main-header .loc-box{
    position: relative;
    float: left;
    padding-top: 31px;
    margin-left: 40px;
}

.main-header .loc-box .drop-list{
    position:relative;
    display:block;
    width:100%;
}

.main-header .loc-box .drop-list .dropdown-outer{
    position:relative;
}

.main-header .loc-box .drop-list .btn-box{
    position: relative;
    display: block;
    padding: 9px 26px;
    padding-left: 50px;
    border: 1px dashed rgba(0,0,0,0.15);
    line-height: 30px;
    font-size: 16px;
    color: #132728;
    font-weight: 500;
}

.main-header .loc-box .drop-list .btn-box:before{
    content: "";
    position:absolute;
    left: 24px;
    top: 15px;
    height:16px;
    width: 16px;
    border: 6px solid #24a77e;
    border-radius: 50%;
    z-index:5;
}

.main-header .loc-box .drop-list .btn-box:after{
    content: "\f0d7";
    font-family: 'Font Awesome 5 Free';
    position:relative;
    padding-left: 5px;
    top: 0px;
    height:24px;
    display:inline-block;
    vertical-align: middle;
    color:#999999;
    line-height:24px;
    font-size:16px;
    border: none;
    font-weight:700;
    z-index:5;
}

.main-header .loc-box .drop-list .dropdown-menu{
    width:100%;
    min-width: 190px;
    padding:0px 0px;
    margin:2px 0 0;
    background:#ffffff;
    border-radius:5px;
    border-top: none;
    border:1px solid rgba(0,0,0,0.10);
    box-shadow:0px 0px 20px 0px rgba(0,0,0,0.15);
}

.main-header .loc-box .drop-list .dropdown-menu li{
    position:relative;
    display:block;
    border-bottom:1px solid rgba(0,0,0,0.10);
    padding:0px 0px;
}

.main-header .loc-box .drop-list .dropdown-menu li:last-child{
    border: none;
}

.main-header .loc-box .drop-list .dropdown-menu li a{
    position:relative;
    display:block;
    display: block;
    font-size: 15px;
    line-height: 24px;
    padding: 10px 20px;
    text-transform: capitalize;
    color: #132728 ;
}

.main-header .loc-box .drop-list .dropdown-menu li:hover > a{
    color:#ffffff ;
    background: #24a77e;
}

.main-header .nav-outer{
    position: relative;
    float: right;
    z-index:1;
}

.main-header .nav-outer .main-menu{
    position:relative;
}

.main-menu .navbar-collapse{
    padding:0px;
    display:block !important;
}

.main-menu .navigation{
    position:relative;
    margin:0px;
    font-family: 'Inter', sans-serif;
}

.main-menu .navigation > li{
    position:relative;
    float:left;
    padding:10px 0px;
    margin-right: 30px;
    -webkit-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    transition:all 300ms ease;
}

.main-menu .navigation > li:last-child{
    margin-right:0px;
}

.main-menu .navigation > li:last-child:after{
    display: none;
}

.main-menu .navigation > li > a{
    position:relative;
    display:block;
    text-align:center;
    font-size:17px;
    line-height:32px;
    font-weight:600;
    text-transform:capitalize;
    letter-spacing: 0.03em;
    color:#ffffff;
    padding:12px 0px;
    opacity:1;
    -webkit-transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    transition:all 300ms ease;
}


.header-style-two .main-menu .navigation > li > a{
    color: #000;  
    line-height:30px;
    padding:9px 0px 7px;
}
.header-style-two .main-menu .navigation1 > li > a{
    color: #fff;  
    line-height:30px;
    padding:9px 0px 7px;
}
.main-menu .navigation > li.dropdown > a{
    padding-right:20px;
}

.main-menu .navigation > li.dropdown > a:after{
    font-family: 'Flaticon';
    content: "\f191";
    position:absolute;
    right:0px;
    top: 14px;
    display:block;
    color: #24a77e;
    line-height:32px;
    font-size:10px;
    font-weight:400;
    z-index:5;
}

.header-style-two .main-menu .navigation > li.dropdown > a:after{
    top: 10px;
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li.current > a{
    color: #24a77e;
}

.sticky-header .main-menu .navigation > li:hover > a,
.sticky-header .main-menu .navigation > li.current > a{
    color: #24a77e;
}

.sticky-header .main-menu .navigation > li.dropdown > a{
    padding-right:0px;
}

.main-menu .navigation > li > ul{
    position:absolute;
    left:0px;
    top:100%;
    width:245px;
    z-index:100;
    display:none;
    background:#ffffff;
    padding: 0px 0px;
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    -ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    -o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    -moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li > ul.from-right{
    left:auto;
    right:0px;
}

.main-menu .navigation > li > ul > li{
    position:relative;
    padding: 0px 0px;
    width:100%;
    border-bottom: 1px solid rgba(0,0,0,0.10);
}

.main-menu .navigation > li > ul > li > a{
    position:relative;
    display:block;
    padding:10px 25px;
    line-height:30px;
    font-weight:500;
    font-size:16px;
    color:#171b27;
    text-align:left;
    text-transform:capitalize;
    transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
}

.main-menu .navigation > li > ul > li:hover > a{
    color:#24a77e;
    padding-left: 43px;
    background: #f2f2f2;
}

.main-menu .navigation > li > ul > li > a:before{
    font-family: 'Flaticon';
    content: "\f179";
    position:absolute;
    left:25px;
    top: 10px;
    display:block;
    line-height:30px;
    font-size:12px;
    font-weight:400;
    color:#24a77e;
    opacity: 0;
    transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    z-index:1;
}

.main-menu .navigation > li > ul > li:hover > a:before{
    opacity: 1;
    transition:all 300ms ease 200ms;
    -moz-transition:all 300ms ease 200ms;
    -webkit-transition:all 300ms ease 200ms;
    -ms-transition:all 300ms ease 200ms;
    -o-transition:all 300ms ease 200ms;
}

.main-menu .navigation > li > ul > li > ul{
    position:absolute;
    left:100%;
    margin-left: 10px;
    top:0;
    width:245px;
    z-index:100;
    display:none;
    background:#ffffff;
    padding: 0px 0px;
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    -webkit-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    -ms-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    -o-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    -moz-box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
    box-shadow:2px 2px 5px 1px rgba(0,0,0,0.05),-2px 0px 5px 1px rgba(0,0,0,0.05);
}

.main-menu .navigation > li > ul > li > ul:before{
    content: '';
    position: absolute;
    left: -10px;
    top: 0;
    width: 10px;
    height: 100%;
}

.main-menu .navigation > li > ul > li > ul > li{
    position:relative;
    padding: 0px 0px;
    width:100%;
    border-bottom: 1px solid rgba(0,0,0,0.10);
}

.main-menu .navigation > li > ul > li  > ul > li > a{
   position:relative;
    display:block;
    padding:10px 25px;
    line-height:30px;
    font-weight:500;
    font-size:16px;
    color:#171b27;
    text-align:left;
    text-transform:capitalize;
    transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
}

.main-menu .navigation > li > ul > li  > ul > li:hover > a{
    color:#24a77e;
    background: #f2f2f2;
    padding-left: 43px;
}

.main-menu .navigation > li > ul > li  > ul > li > a:before{
    font-family: 'Flaticon';
    content: "\f179";
    position:absolute;
    left:25px;
    top: 10px;
    display:block;
    line-height:30px;
    font-size:12px;
    font-weight:400;
    color:#24a77e;
    opacity: 0;
    transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    -webkit-transition:all 300ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
    z-index:1;
}

.main-menu .navigation > li > ul > li  > ul > li:hover > a:before{
    opacity: 1;
    transition:all 300ms ease 200ms;
    -moz-transition:all 300ms ease 200ms;
    -webkit-transition:all 300ms ease 200ms;
    -ms-transition:all 300ms ease 200ms;
    -o-transition:all 300ms ease 200ms;
}

.main-menu .navigation > li.dropdown:hover > ul{
    visibility:visible;
    opacity:1;
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
    visibility:visible;
    opacity:1;
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    transition:all 300ms ease;
    -moz-transition:all 300ms ease;
    -webkit-transition:all 500ms ease;
    -ms-transition:all 300ms ease;
    -o-transition:all 300ms ease;
}

.main-menu .navigation li.dropdown .dropdown-btn{
    position:absolute;
    right:10px;
    top:8px;
    width:34px;
    height:30px;
    border:1px solid #ffffff;
    text-align:center;
    font-size:16px;
    line-height:26px;
    color:#ffffff;
    cursor:pointer;
    z-index:5;
    display:none;
}


/***

====================================================================
    Inner Header 
====================================================================

***/

.inner-header .header-top .top-links li,
.inner-header .header-top .top-links li a{
    color: #132728;
}

.main-header .header-top a{
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.inner-header .header-lower .inner{
    padding-left: 25px;
}

.inner-header .header-lower .inner:before{
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    right: 0;
    bottom: 10px;
    border: 1px dashed rgba(255,255,255,0.25);
    z-index: 1;
}

.inner-header .nav-outer .main-menu{
    position: relative;
    z-index: 10;
}

.inner-header .main-menu .navigation > li{
    margin-right: 55px;
}

.inner-header .main-menu .navigation > li:after{
    content: '';
    position: absolute;
    right: -28px;
    top: 25px;
    height: 26px;
    border-right: 1px dashed rgba(255,255,255,0.25);
}

.inner-header .main-menu .navigation > li.dropdown > a{
    padding-right: 0;
}

.inner-header .main-menu .navigation > li.dropdown > a:after{
    display: none;
}

.inner-header .header-lower .more-links{
    padding: 0 0;
}

.inner-header .header-lower .more-links:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    bottom: 0px;
    min-height: 100%;
    background: #24a77e;
    width: 2000px;
    z-index: 0;
}

.inner-header .header-lower .more-links .cart-btn a,
.inner-header .header-lower .more-links .quote-btn a{
    position: relative;
    z-index: 10;
}

.inner-header .header-lower .more-links .cart-btn{
    padding: 16px 10px;
    border:none;
    width: 80px;
    text-align: center;
    background: #1c8b68;
    border-radius: 0;
}

.inner-header .header-lower .more-links .cart-btn a{
    line-height: 40px;
    border:none;
    display: block;
    font-size: 20px;
    width: 100%;
    text-align: center;
    background: #1c8b68;
    border-radius: 0;
}

.inner-header .header-lower .more-links .cart-btn sub{
    padding-left: 5px;
    font-size: 12px;
}

.inner-header .header-lower .more-links .cart-btn a:hover{
    background: none;
    color: #ffffff;
}

.inner-header .header-lower .more-links .quote-btn{
    position: relative;
    float: left;
    display: block;
    padding: 13px 0px;
}

.inner-header .header-lower .more-links .quote-btn a{
    position: relative;
    display: block;
    line-height: 30px;
    padding: 10px 25px;
    border:none;
    color: #ffffff;
    display: block;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    text-align: center;
}

.inner-header .header-lower .more-links .quote-btn a i{
    position: relative;
    top: -1px;
    vertical-align: middle;
    padding-left: 7px;
    font-size: 10px;
}

.inner-header .other-links .search-box .search-btn{
    background: #efefef;
    color: #8b8b8b;
}

/*** 

====================================================================
                Sticky Header
====================================================================

***/

.sticky-header{
    position: fixed;
    visibility: hidden;
    opacity: 0;
    left: 0px;
    top: 0px;
    width: 100%;
    padding: 0px 0px;
    z-index: -1;
    background: #ffffff;
    border-bottom:1px solid #f0f0f0;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.10);
    -moz-box-shadow: 0 0 15px rgba(0,0,0,0.10);
    -ms-box-shadow: 0 0 15px rgba(0,0,0,0.10);
    -o-box-shadow: 0 0 15px rgba(0,0,0,0.10);
    box-shadow: 0 0 15px rgba(0,0,0,0.10);
    -webkit-transition: top 300ms ease;
    -moz-transition: top 300ms ease;
    -ms-transition: top 300ms ease;
    -o-transition: top 300ms ease;
    transition: top 300ms ease;
}

.fixed-header .sticky-header{
    opacity:1;
    z-index: 99901;
    visibility:visible;
}

.fixed-header .sticky-header .logo{
    padding: 12px 0px;
}

.fixed-header .sticky-header .logo img{
    height: 50px;
}

.sticky-header .main-menu{
    position: relative;
    float: left;
}

.sticky-header .main-menu .navigation > li{
    margin-left: 30px !important;
    padding: 0;
    margin-right: 0 !important;
    background-color: transparent;
}

.sticky-header .main-menu .navigation > li.dropdown > a:after,
.sticky-header .main-menu .navigation > li:before{
    display: none;
}

.sticky-header .main-menu .navigation > li > a{
    padding:24px 0px !important;
    line-height:30px;
    font-size:16px;
    font-weight:600;
    color:#132728;
    text-transform:capitalize;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.sticky-header .main-menu .navigation > li > ul > li > ul{
    left:auto;
    right:100%;
    margin-right: 10px; 
}

.sticky-header .main-menu .navigation > li:hover > a,
.sticky-header .main-menu .navigation > li.current > a,
.sticky-header .main-menu .navigation > li.current-menu-item > a{
    opacity:1;
}

.sticky-header .contact-link{
    position: relative;
    float: left;
    margin-left: 25px;
    padding-top: 11px;
}

.sticky-header .contact-link .theme-btn .btn-title{
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 15px;
    letter-spacing: 1px;
}




/*** 

====================================================================
            Mobile Menu
====================================================================

***/

.nav-outer .mobile-nav-toggler{
    position: relative;
    float: right;
    font-size: 30px;
    line-height: 40px;
    cursor: pointer;
    margin-left: 0px;
    color: #ffffff;
    margin: 18px 0px 0px 0px;
    display: none;
}

.header-style-two .nav-outer .mobile-nav-toggler{
    color: #132728;
    margin-top: 14px;
}

.mobile-menu{
    position: fixed;
    right: 0;
    top: 0;
    width: 300px;
    padding-right:30px;
    max-width:100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
}

.mobile-menu .mCSB_inside>.mCSB_container{
    margin-right:5px;   
}

.mobile-menu .navbar-collapse{
    display:block !important;   
}

.mobile-menu .nav-logo{
    position:relative;
    padding:30px 25px;
    text-align:left;    
}

.mobile-menu .nav-logo img{
    max-height: 90px;
}

.mobile-menu-visible{
    overflow: hidden;
}

.mobile-menu-visible .mobile-menu{
    opacity: 1;
    visibility: visible;
}

.mobile-menu .menu-backdrop{
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: rgba(0,0,0,0.70);
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
}

.mobile-menu-visible .mobile-menu .menu-backdrop{
    opacity: 0.70;
    visibility: visible;
    -webkit-transition:all 0.7s ease;
    -moz-transition:all 0.7s ease;
    -ms-transition:all 0.7s ease;
    -o-transition:all 0.7s ease;
    transition:all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .menu-box{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background: #202020;
    padding: 0px 0px;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    border-radius: 0px;
    -webkit-transform: translateX(101%);
    -ms-transform: translateX(101%);
    transform: translateX(101%);
}

.mobile-menu-visible .mobile-menu .menu-box{
    opacity: 1;
    visibility: visible;
    -webkit-transition:all 0.7s ease;
    -moz-transition:all 0.7s ease;
    -ms-transition:all 0.7s ease;
    -o-transition:all 0.7s ease;
    transition:all 0.7s ease;
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}

.mobile-menu .close-btn{
    position: absolute;
    right: 10px;
    top: 10px;
    line-height: 30px;
    width: 24px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
    z-index: 10;
    -webkit-transition:all 0.9s ease;
    -moz-transition:all 0.9s ease;
    -ms-transition:all 0.9s ease;
    -o-transition:all 0.9s ease;
    transition:all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn{
    -webkit-transform:rotate(360deg);
    -ms-transform:rotate(360deg);
    transform:rotate(360deg);
}

.mobile-menu .close-btn:hover{
    -webkit-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg);
}

.mobile-menu .navigation{
    position: relative;
    display: block;
    width: 100%;
    float: none;
}

.mobile-menu .navigation li{
    position: relative;
    display: block;
    border-top: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation:last-child{
    border-bottom: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation li > ul > li:first-child{
    border-top: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation li > a{
    position: relative;
    display: block;
    line-height: 24px;
    padding: 10px 25px;
    font-size: 14px;
    font-weight: 500;
    color: #ffffff;
    text-transform: uppercase;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease; 
}

.mobile-menu .navigation li ul li > a{
    font-size: 14px;
    margin-left: 20px;
    text-transform: capitalize;
}

.mobile-menu .navigation li > a:before{
    content:'';
    position:absolute;
    left:0;
    top:0;
    height:0;
    border-left: 3px solid #24a77e;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease; 
}

.mobile-menu .navigation li.current > a:before{
    height:100%;
}

.mobile-menu .navigation li.dropdown .dropdown-btn{
    position:absolute;
    right:10px;
    top:6px;
    width:32px;
    height:32px;
    text-align:center;
    font-size:16px;
    line-height:32px;
    color:#ffffff;
    background:rgba(255,255,255,0.10);
    cursor:pointer;
    border-radius:2px;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease; 
    z-index:5;
}

.mobile-menu .navigation li.dropdown > a{
    padding-right: 30px;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open{
    -webkit-transform:rotate(90deg);
    -ms-transform:rotate(90deg);
    transform:rotate(90deg);    
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul{
    display: none;
}

.mobile-menu .social-links{
    position:relative;
    text-align:center;
    padding:30px 25px;
}

.mobile-menu .social-links li{
    position:relative;
    display:inline-block;
    margin:0px 10px 10px;
}

.mobile-menu .social-links li a{
    position:relative;
    line-height:32px;
    font-size:16px;
    color:#ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease; 
}


/***

====================================================================
        Banner Section
====================================================================

***/

.banner-section{
    position: relative;
    z-index:1;
}

.banner-carousel{
    position: relative;
    z-index: 1;
}

.banner-carousel .slide-item{
    position: relative;
    display: block;
    background-color: #282828;
    color: #ffffff;
    overflow:hidden;
}

.banner-carousel .slide-item:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
    opacity: 0;
    z-index: 1;
}

.banner-carousel .slide-item .image-layer{
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    opacity:1;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
   /* -webkit-transform:scale(1);
    -ms-transform:scale(1);
    transform:scale(1);*/
}

/*.banner-carousel .active .slide-item .image-layer{
    -webkit-transform:scale(1.15);
    -ms-transform:scale(1.15);
    transform:scale(1.15);
    -webkit-transition: all 7000ms linear;
    -moz-transition: all 7000ms linear;
    -ms-transition: all 7000ms linear;
    -o-transition: all 7000ms linear;
    transition: all 7000ms linear;
}*/

.banner-carousel .content-box{
    position: relative;
    display: table;
    vertical-align: middle;
    width: 100%;
    height: 760px;
    padding: 0 0px;
    z-index:5;
}

.banner-carousel .content-box .content{
    position: relative;
    display: table-cell;
    vertical-align: middle;
    padding: 50px 0px;
}

.banner-carousel .content-box .inner{
    position: relative;
    display: block;
    width: 100%;
    max-width: 760px;
}

.banner-carousel .content-box.right-aligned .inner{
    float: right;
    max-width: 700px;
}

.banner-two .banner-carousel .content-box .inner{
    text-align: center;
    max-width: 700px;
    float: none;
    margin: 0 auto;
}

.banner-carousel .content-box .subtitle{
    display: block;
    font-size: 24px;
    line-height: 1.25em;
    color: #ffffff;
    font-weight: 500;
    opacity: 0;
    margin-bottom: 15px;
    letter-spacing: 0;
    -webkit-transform: translateY(80px);
    -moz-transform: translateY(80px);
    -ms-transform: translateY(80px);
    -o-transform: translateY(80px);
    transform: translateY(80px);
    text-transform:capitalize;
}

.banner-carousel .content-box .subtitle .icon{
    position: relative;
    top: -2px;
    display: inline-block;
    width: 24px;
    height: 30px;
    margin-right: 10px;
    background: url(../images/icons/leaf-one.png) left center no-repeat;
    vertical-align: middle;
}

.banner-carousel .active .content-box .subtitle{
    opacity: 1;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
    -webkit-transition-delay: 500ms;
    -moz-transition-delay: 500ms;
    -ms-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    transition-delay: 500ms;
}

.banner-carousel .content-box h1{
    display: block;
    font-size: 60px;
    line-height: 1.25em;
    color: #ffffff;
    font-weight: 700;
    opacity: 0;
    margin-bottom: 16px;
    text-transform: capitalize;
    letter-spacing: 0;
    -webkit-transform: translateY(80px);
    -moz-transform: translateY(80px);
    -ms-transform: translateY(80px);
    -o-transform: translateY(80px);
    transform: translateY(80px);
    text-transform:capitalize;
}

.banner-two .banner-carousel .content-box h1{ 
    font-weight: 700;
    font-size: 64px;
    padding-top: 5px;
}

.banner-carousel .active .content-box h1{
    opacity: 1;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
    -webkit-transition-delay: 1000ms;
    -moz-transition-delay: 1000ms;
    -ms-transition-delay: 1000ms;
    -o-transition-delay: 1000ms;
    transition-delay: 1000ms;
}

.banner-carousel .content-box .text{
    display: block;
    font-size: 18px;
    line-height: 1.6em;
    color: #ffffff;
    font-weight: 500;
    max-width: 650px;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
}

.banner-carousel .active .content-box .text{
    opacity: 1;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}

.banner-carousel .content-box .link-box{
    position: relative;
    display: block;
    padding-top: 35px;
    opacity: 0;
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -o-transform: translateY(50px);
    transform: translateY(50px);
}

.banner-two .banner-carousel .content-box .link-box{
    padding-top: 20px;
}

.banner-carousel .content-box .link-box .theme-btn{
    min-width: 180px;
    margin-right: 15px;
}

.banner-two .banner-carousel .content-box .link-box .theme-btn{
    margin: 0px 8px 10px;
}

.banner-carousel .content-box .link-box .theme-btn:last-child{
    margin-right: 0;
}

.banner-carousel .active .content-box .link-box{
    opacity: 1;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    -webkit-transition: all 700ms ease;
    -moz-transition: all 700ms ease;
    -ms-transition: all 700ms ease;
    -o-transition: all 700ms ease;
    transition: all 700ms ease;
    -webkit-transition-delay: 2000ms;
    -moz-transition-delay: 2000ms;
    -ms-transition-delay: 2000ms;
    -o-transition-delay: 2000ms;
    transition-delay: 2000ms;
}

.banner-two .banner-carousel .active .content-box .link-box{
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}

.banner-carousel .owl-nav{
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -25px;
    width: 100%;
    height: 0;
}

.banner-section .banner-carousel .owl-nav .owl-prev,
.banner-section .banner-carousel .owl-nav .owl-next{
    position: absolute;
    left: 50px;
    display: block;
    top: 0;
    width: 50px;
    height: 50px;
    background: #ffffff;
    font-size: 20px;
    line-height: 50px;
    text-align: center;
    color: #132728;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.banner-two .banner-carousel .owl-nav .owl-prev,
.banner-two .banner-carousel .owl-nav .owl-next{
    line-height: 48px;
    background: none;
    border: 1px dashed #ffffff;
    color: #ffffff;
}

.banner-section .banner-carousel .owl-nav .owl-next{
    left: auto;
    right: 50px;
}

.banner-section .banner-carousel .owl-nav .owl-prev:hover,
.banner-section .banner-carousel .owl-nav .owl-next:hover{
    background: #24a77e;
    border-color: #24a77e;
    color: #ffffff;
}

.banner-section .owl-dots{
    position: absolute;
    left: 0px;
    bottom: 30px;
    text-align: center;
    display: none;
}

.banner-section .owl-dots .owl-dot{
    position: relative;
    display: inline-block;
    width: 16px;
    height: 16px;
    margin:0px 7px;
}

.banner-section .owl-dots .owl-dot span{
    position: relative;
    display: block;
    width: 16px;
    height: 16px;
    border: 2px solid rgba(255,255,255,0.50);
    border-radius: 50%;
}

.banner-section .owl-dots .owl-dot.active span{
    border-color: rgba(255,255,255,1);
}

.banner-section .owl-dots .owl-dot span:before{
    content: '';
    position: absolute;
    left: 4px;
    top: 4px;
    right: 4px;
    bottom: 4px;
    background: rgba(255,255,255,0.50);
    border-radius: 50%;
    z-index: 1;
}

.banner-section .owl-dots .owl-dot.active span:before{
    background: rgba(255,255,255,1);
}


/***

====================================================================
        Section Title
====================================================================

***/

.sec-title{
    position:relative;
    padding-left: 80px;
    min-height: 65px;
    margin-bottom:55px;
}

.sec-title.alternate{
    padding-left: 0px;
    padding-right: 80px;
    margin-bottom:0px;
    text-align: right;
}

.sec-title:before{
    content: '';
    position: absolute;
    left: 0px;
    top: 3px;
    width: 40px;
    height: 65px;
    background: #24a77e;
}

.sec-title.alternate:before{
    left: auto;
    right: 0;
}

.sec-title .title-icon{
    position: absolute;
    left: 20px;
    top: 32px;
}

.sec-title.alternate .title-icon{
    left: auto;
    right: 20px;
}

.sec-title .subtitle{
    position: relative;
    display: block;
    line-height: 1.6em;
    font-size: 14px;
    color: #24a77e;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 5px;
}

.sec-title h2{
    position: relative;
    display: block;
    
    font-size: 37px;
    line-height: 51px;
    color: #132728;
    font-weight: 700;
    margin-bottom: 0px;
}

.sec-title h2 strong{
    font-weight: 700;
}

.sec-title .sub-text{
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 1.6em;
    font-weight: 400;
    color: #000;
    padding: 10px 0px 0px;
    margin-left: -80px;
}
.header-logo img{
max-width: 130px;
}



.areas-section{
    position:relative;
    padding: 0px 0px;
}

.areas-section .inner-container{
    position: relative;
    display: block;
    background: #ffffff;
    margin-top: 70px;
/*    box-shadow: 0px 20px 20px 0px rgba(0,0,0,0.07);*/
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.07), 0 0 10px rgba(0, 0, 0, 0.03);
    z-index: 15;
    margin-bottom: 30px;
}

.areas-section .row{
    margin: 0 0;
}

.area-block{
    position: relative;
    padding: 0 0;
    border-right: 1px dashed rgba(0,0,0,0.15);
}

.area-block:last-child{
    border-right: none;
}

.area-block .inner{
    position: relative;
    display: block;
    padding: 35px 40px;
}

.area-block .content{
    position: relative;
    display: block;
    padding-left: 80px;
}

.area-block .content{
    position: relative;
    display: block;
    min-height: 70px;
    padding-left: 80px;
}

.area-block .content .icon{
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 54px;
    color: #24a77e;
    line-height: 1em;
}

.area-block .content h5{
    font-weight: 700;
    color: #132728;
    text-transform: capitalize;
    margin-bottom: 8px;
    padding-bottom: 10px;
    border-bottom: 1px dashed rgba(0,0,0,0.15);
}

.area-block .content h5 a{
    color: #132728;
}

.area-block .link-box{
    position: absolute;
    right: 35px;
    bottom: -25px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.area-block .link-box a{
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    padding: 10px 10px;
    line-height: 30px;
    text-align: center;
    background: #ffffff;
    color: #24a77e;
    border-radius: 50%;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.07),0px 10px 20px 0px rgba(0,0,0,0.03);
}

.area-block .link-box a:before{
    content: '';
    position: absolute;
    left: 4px;
    top: 4px;
    right: 4px;
    bottom: 4px;
    border: 1px dashed rgba(0,0,0,0.15);
    border-radius: 50%;
}

.area-block .link-box a:hover:before{
    border-color: #24a77e;
}

.about-two{
 position: relative;
    padding: 107px 0px 50px;
    background: #f6f6f6;
}
.tp-about-area{
    padding-bottom: 60px !important;
}
.about-two .text-column{
    position: relative;
    margin-bottom: 50px;
    z-index: 1;
}

.about-two .text-column .sec-title{
    margin-bottom: 20px;
}

.about-two .text-column .inner{
    position: relative;
    display: block;
    padding-right: 10px;
}

.about-two .text-column .text{
    position: relative;
    font-size: 16px;
    color: #585f5f;
    line-height: 1.6em;
    margin-bottom: 20px;
}

.about-two .text-column .bigger-text{
    font-size: 17px;
    color: #000;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 25px;
}

.about-two .text-column .insured{
    position: relative;
    padding-left: 100px;
    min-height: 80px;
}

.about-two .text-column .insured .icon{
    position: absolute;
    left: 0;
    top: 0px;
    padding-left: 10px;
    line-height: 80px;
    font-size: 56px;
    color: #24a77e;
}

.about-two .text-column .insured .icon:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 75px;
    height: 80px;
    background: #f2f2f2;
}

.about-two .text-column .insured .icon span{
    position: relative;
}

.about-two .text-column .insured h5{
    position: relative;
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #132728;
    margin-bottom: 10px;
}

.about-two .text-column .insured .text{
    position: relative;
    color: #2a2a2a;
    margin-bottom: 0;
}

.about-two .text-column .lower-box{
    position: relative;
    padding-top: 30px;
}

.about-two .text-column .lower-box .link-box{
    position: relative;
    float: left;
}

.about-two .text-column .lower-box .iso{
    position: relative;
    float: left;
    line-height: 25px;
    padding-left: 70px;
    padding-top: 8px;
    margin-left: 30px;
}

.about-two .text-column .lower-box .iso .iso-icon{
    position: absolute;
    left: 0;
    top: 0px;
    line-height: 56px;
    font-size: 36px;
    color: #24a77e;
}

.about-two .text-column .lower-box .iso .number{
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 500;
    padding-top: 5px;
    color: #24a77e;
    line-height: 24px;
}

.about-two .text-column .lower-box .iso .txt{
    position: relative;
    display: block;
    color: #132728;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
}

.about-two .image-column{
    position: relative;
    margin-bottom: 50px;
    z-index: 1;
}

.about-two .image-column .inner{
    position: relative;
    display: block;
    padding-left: 30px;
}

.about-two .image-column .image-box{
    position: relative;
    z-index: 1;
}

.about-two .image-column .image-box:before{
    content: '';
    position: absolute;
    left: -55px;
    bottom: 35px;
    width: 135px;
    height: 135px;
    background: url(../images/icons/square-pattern-1.png) left top no-repeat;
}

.about-two .image-column .image{
    position: relative;
    display: block;
    z-index: 1;
}

.about-two .image-column .image img{
    display: block;
    width: auto;
    min-width: 100%;
    max-width: none;
}

.about-two .image-column .vid-link{
    position: absolute;
    left: 50px;
    top: 35px;
    width: 100px;
    height: 100px;
    border:5px solid #ffffff;
    border-radius: 50%;
    background: #000000;
    z-index: 2;
}

.about-two .image-column .vid-link img{
    position: relative;
    display: block;
    width: 90px;
    height: 90px;
    opacity: 1;
    border-radius: 50%;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
}

.about-two .image-column .vid-link:hover img{
    opacity: 0.70;
}

.about-two .image-column .vid-link .icon{
    position: absolute;
    left: 9px;
    top: 9px;
    right: 9px;
    bottom: 9px;
    line-height: 70px;
    background: rgba(0,0,0,0.50);
    border:1px solid #ffffff;
    border-radius: 50%;
    text-align: center;
    color: #ffffff;
    font-size: 24px;
    z-index: 2;
}
.pb-45 {
    padding-bottom: 5px;
}
.pt-110 {
    padding-top: 80px;
}
.tp-section-wrap span i {
    font-size: 30px;
    color: #5b8c51;
    margin-bottom: 20px;
}
.tp-section-title {
/*    font-size: 50px;*/
    color: #000;
            font-size: 32px;
            line-height: 1.30em;
    color: #132728;
    font-weight: 700;
   /* margin-bottom: 20px;
    line-height: 60px;*/
}
.about-area-2 .line-bar {
    position: relative;
}
.about-area-2 .line-bar::before {
    position: absolute;
    content: "";
    display: block;
    width: 135px;
    height: 1px;
    left: -70px;
    top: 0px;
    right: 0;
    background: #5b8c51;
}
.about-area-2 p {
    font-size: 17px;
    line-height: 30px;
}
.about-area-2 .author-info {
    display: flex
;
    align-items: center;
}
.mt-20 {
    margin-top: 20px;
}
.about-area-2 .author-info img {
    margin-right: 20px;
}
.author-content h5 {
    font-size: 20px;
    line-height: 24px;
    color: #31512a;
    margin-bottom: 0;
}

.facts-two{
    position:relative;
    padding: 0px 0px;
    background: #132728;
    color: #ffffff;
}

.facts-two .outer-container{
    padding: 0px 20px;
}

.facts-two .row{
    margin: 0 0;
}

.facts-two .fact-block{
    position: relative;
    padding: 0;
    border-right: 1px dashed rgba(255,255,255,0.20);
    z-index: 1;
}

.facts-two .fact-block:last-child{
    border-right: none;
}

.facts-two .fact-block .inner{
    position: relative;
    display: block;
    padding: 45px 45px;
}

.facts-two .fact-block .icon-box{
    position: absolute;
    right: 30px;
    top: 60px;
    display: block;
    font-size: 80px;
    line-height: 1em;
    color: #1a3132;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
}

.facts-two .fact-block:hover .icon-box{
    color: #24a77e;
}

.facts-two .fact-block .fact-count{
    position: relative;
    font-size: 60px;
    line-height: 1em;
    font-weight: 700;
    color: #24a77e;
}

.facts-two .fact-block .fact-count .title{
    position: relative;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    
    display: inline-block;
    margin-left: 7px;
}

.facts-two .fact-block .sub-text{
    position: relative;
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    line-height: 1.2em;
}

.main-services{
    position:relative;
    padding: 100px 0px 60px;
}

.main-services .title-box{
    position: relative;
    margin-bottom: 50px;
}

.main-services .title-box .text{
    position: relative;
    padding-top: 10px;
    line-height: 1.7em;
    max-width: 490px;
}

.service-block{
    position: relative;
    margin-bottom: 40px;
}

.service-block .inner-box{
    position: relative;
    display: block;
}

.service-block .upper{
    position: relative;
    display: block;
}

.service-block .hvr-icon{
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -30px 0px 0px -30px;
    width: 60px;
    height: 60px;
    font-size: 36px;
    text-align: center;
    line-height: 60px;
    background: #24a77e;
    color: #ffffff;
    opacity: 0;
    -ms-transform: scale(0);
    transform: scale(0);
    z-index: 6;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -ms-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}

.service-block:hover .hvr-icon{
    opacity: 1;
    -ms-transform: scale(1);
    transform: scale(1);
}

.service-block .image-box{
    position: relative;
    display: block;
    background: #132728;
}

.service-block .image-box img{
    position: relative;
    display: block;
    width: 100%;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -ms-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}

.service-block:hover .image-box img{
    opacity: 0.15;
}

.service-block .lower{
    position: relative;
    padding: 25px 10px 25px 20px;
    background: #ffffff;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.15);
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -ms-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
/*    min-height: 482px;*/
}

.service-block:hover .lower{
    box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.25);
}

.service-block .lower:before{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    height: 100%;
    background: url(../images/icons/vertical-pattern-1.png) right top repeat-y;
    opacity: 0.30;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -ms-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}

.service-block:hover .lower:before{
    opacity: 1;
}

.service-block .lower .icon-right{
    position: absolute;
    right: 0;
    top: -30px;
    width: 60px;
    height: 60px;
    font-size: 36px;
    text-align: center;
    line-height: 60px;
    background: #24a77e;
    color: #ffffff;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -ms-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}

.service-block:hover .lower .icon-right{
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
}

.service-block h5{
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 1.5em;
    margin-bottom: 12px;
}

.service-block h5 a{
    color: #132728;
}
.service-block h5{
    color: #132728;
}
.newbl{ padding:10px; background:#27a592; border-radius:10px; margin-top:10px;}
.service-block h6{
    color: #eefffc; padding-top:10px; padding-bottom:0; margin-bottom:0; font-weight:bold;
}
.new{     
    color: #eefffc;
    line-height: 30px;
    /* padding: 12px 0px; */ 
    font-size: 16px; padding-bottom:0; margin-bottom:0;}

.service-block h5 a:hover{
    color: #24a77e;
}

.service-block .text{
    position: relative;
    display: block;
}

.service-block .more-link{
    position: relative;
    display: block;
    padding-top: 15px;
}

.service-block .more-link a{
    position: relative;
    display: inline-block;
    vertical-align: top;
    line-height: 24px;
    color: #24a77e;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -ms-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}

.service-block .more-link a i{
    position: relative;
    top: -1px;
    vertical-align: middle;
    margin-left: 5px;
}

.service-block .more-link a:hover{
    text-decoration: underline;
}
.p-carousel .owl-nav{
    display: none;
}

.p-carousel .owl-dots {
    position: absolute;
    bottom: 10px; /* or whatever distance from bottom you want */
    left: 50%;
    transform: translateX(-50%);
    display: flex !important;
    justify-content: center;
    width: auto;
}

.p-carousel .owl-dots .owl-dot{
    position: relative;
    display: block;
    width: 12px;
    height: 12px;
    margin:0px 5px;
}

.p-carousel .owl-dots .owl-dot span{
    position: relative;
    display: block;
    width: 12px;
    height: 12px;
    border: 3px solid rgba(0,0,0,0.30);
    border-radius: 50%;
}

.p-carousel .owl-dots .owl-dot.active span{
    border-color: #24a77e;
}

.why-us-two{
    position:relative;
    padding: 0px 0px;
    background: url(../images/background/simple-pattern.jpg) center top repeat;
}

.why-us-two .outer-container{
    position: relative;
}

.why-us-two .outer-container > .row{
    margin: 0 0;
}

.why-us-two .left-col{
    position: relative;
    padding: 100px 0;
}

.why-us-two .left-col .rating{
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
    padding: 25px 5px 45px;
    background: #24a77e;
    text-align: center;
    color: #ffffff;
}

.why-us-two .left-col .rating:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    border: 35px solid transparent;
    border-bottom: 22px solid #ffffff;
}

.why-us-two .left-col .rating .stars{
    position: relative;
    display: block;
    line-height: 24px;
    font-size: 12px;
    letter-spacing: 3px;
}

.why-us-two .left-col .rating .stars .fa:nth-child(2){
    font-size: 14px;
}

.why-us-two .left-col .rating .count{
    position: relative;
    display: block;
    line-height: 24px;
    font-weight: 600;
    font-size: 18px;
    padding-top: 3px;
}

.why-us-two .left-col .rating .rate-text{
    position: relative;
    display: block;
    padding-top: 7px;
    text-transform: uppercase;
    line-height: 16px;
    font-weight: 700;
    font-size: 10px;
}

.why-us-two .left-col .floated-text{
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
    height: 590px;
}

.why-us-two .left-col .floated-inner{
    position: absolute;
    right: -3px;
    bottom: 425px;
    height: 70px;
    width: 400px;
    transform-origin: right bottom;
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.why-us-two .left-col .floated-inner .txt{
    position: relative;
    display: block;
    font-size: 48px;
    line-height: 70px;
    font-weight: 700;
    text-transform: uppercase;
    color: #e3e3e3;
    font-family: 'Libre Baskerville', serif;
}

.why-us-two .left-col .inner{
    position: relative;
    float: right;
    width: 100%;
    max-width: 600px;
    padding-left: 15px;
}

.why-us-two .left-col .content-box{
    position: relative;
    background: #132728;
    padding-right: 70px;
}

.why-us-two .left-col .content-box:before{
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
    height: 100%;
    background: #ffffff;
}

.why-us-two .left-col .content{
    position: relative;
    min-height: 590px;
    padding: 60px 40px;
    z-index: 1;
}

.why-us-two .left-col .content-box .pattern{
    position: absolute;
    right: 70px;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    background: url(../images/why-us-right-bg.png) right bottom no-repeat;
    opacity: 1;
}

.why-us-two .left-col .image-layer{
    position:absolute;
    left:0;
    top:0;
    right: 0;
    bottom: 0;
    height:100%;
    opacity:1;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.why-us-two .left-col .sec-title{
    margin-left: -80px;
    margin-bottom: 25px;
}

.why-us-two .left-col .sec-title h2{
    color: #ffffff;
}

.why-us-two .left-col .content .text{
    max-width: 380px;
    color: #a7aeae;
    margin-bottom: 20px;
}

.why-us-two .left-col .content .link-box{
    position: relative;
    padding-top: 30px;
}

.why-us-two .left-col .content ul{
    position: relative;
}

.why-us-two .left-col .content ul li{
    position:relative;
    display: block;
    color:#ffffff;
    line-height: 30px;
    padding: 12px 0px;
    padding-left: 20px;
    font-size:16px;
    text-transform: capitalize;
    border-bottom: 1px dashed rgba(255,255,255,0.25);
    transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    -webkit-transition:all 0.4s ease;
    -ms-transition:all 0.4s ease;
    -o-transition:all 0.4s ease;
}

.why-us-two .left-col .content ul li:last-child{
    border-bottom: none;
}

.why-us-two .left-col .content ul li:before{
    font-family: 'Font Awesome 5 Free';
    content: "\f0da";
    position:absolute;
    left:0px;
    top: 12px;
    color: #a7aeae;
    display:block;
    line-height:30px;
    font-size:20px;
    font-weight:700;
}

.why-us-two .left-col .content ul li:hover{
    color:#24a77e;
}

.why-us-two .pattern-layer{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/why-us-right-pattern.png) right center no-repeat;
    opacity: 1;
}

.why-us-two .right-col{
    position: relative;
    padding: 100px 0 40px;
}

.why-us-two .right-col .inner{
    position: relative;
    max-width: 600px;
    padding-left: 60px;
}

.why-block-two{
    position: relative;
    margin-bottom: 60px;
}

.why-block-two .icon-box{
    position: relative;
    width: 80px;
    height: 80px;
    background: #ffffff;
    line-height: 80px;
    text-align: center;
    font-size: 48px;
    color: #24a77e;
    margin-bottom: 30px;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.10);
}

.why-block-two h5{
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 12px;
    color: #132728;
}

.why-block-two .text{
    color: #585f5f;
    margin-bottom: 25px;
}

.why-block-two .link-box{
    position: relative;
}

.why-block-two .link-box a{
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 38px;
    border: 1px dashed rgba(0,0,0,0.25);
    color: rgba(0,0,0,0.25);
    border-radius: 50%;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
}

.why-block-two .link-box a:hover{
    border-color: #24a77e;
    background: #24a77e;
    color: #ffffff;
}
.projects-two{
    position:relative;
    background: #ffffff;
    padding: 100px 0px 70px;
}

.projects-two .upper-box{
    position: relative;
    padding-bottom: 25px;
}

.projects-two .upper-box .sec-title{
    float: left;
    margin-bottom: 30px;
}

.projects-two .upper-box .link-box{
    float: right;
    padding-top: 10px;
    margin-bottom: 30px;
}

.projects-two .masonry-box{
    position: relative;
    display: block;
}

.project-block-two{
    position: relative;
    margin-bottom: 30px;
}

.project-block-two .inner-box{
    position: relative;
    display: block;
    text-align: center;
}

.project-block-two .image-box{
    position: relative;
    display: block;
    background: #172e2f;
}

.project-block-two .image-box img{
    position: relative;
    display: block;
    width: 100%;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -ms-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}

.project-block-two:hover .image-box img{
    opacity: 0.15;
}

.project-block-two .hover-box{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 5;
}

.project-block-two .hvr-content{
    position: absolute;
    left: 0;
    bottom: 30px;
    width: 100%;
    display: block;
    opacity: 0;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -ms-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}

.project-block-two:hover .hvr-content{
    bottom: 50%;
    margin-bottom: -32px;
    opacity: 1;
}

.project-block-two .hover-box h5{
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0;
}

.project-block-two .hover-box a{
    color: #ffffff;
}

.project-block-two .hover-box .cat{
    position: relative;
    margin-bottom: 8px;
    color: #24a77e;
    text-transform: capitalize;
}

.project-block-two .hover-box .cat a{
    color: #24a77e;
}

.work-process-two{
    position:relative;
    background: #f3faf8;
    padding: 100px 0px 50px;
}

.work-process-two .title-box{
    position: relative;
    margin-bottom: 50px;
}

.work-process-two .title-box .text{
    position: relative;
    padding-top: 10px;
    line-height: 1.7em;
    max-width: 490px;
}

.work-process-two .process{
    position: relative;
}

.process-block-two{
    position: relative;
    margin-bottom: 50px;
}

.process-block-two .inner-box{
    position: relative;
    display: block;
    text-align: center;
}

.process-block-two .inner-box:before{
    content: '';
    position: absolute;
    right: -40px;
    top: 45px;
    width: 40px;
    height: 70px;
    background: url(../images/icons/tri-pattern-3.png) left center no-repeat;
}

.process .process-block-two:last-child .inner-box:before{
    display: none;
}

.process-block-two .icon-box{
    position: relative;
    display: block;
    width: 160px;
    height: 160px;
    margin: 0 auto 30px;
    background: #ffffff;
    color: #24a77e;
    border-radius: 50%;
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.07);
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -ms-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}

.process-block-two:hover .icon-box{
    background: #24a77e;
    color: #ffffff;
    box-shadow: none;
}

.process-block-two .icon-box .icon{
    position: relative;
    display: block;
    width: 160px;
    height: 160px;
    line-height: 160px;
    font-size: 64px;
}

.process-block-two .icon-box .count{
    position: absolute;
    right: 3px;
    bottom: 0px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -ms-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}

.process-block-two:hover .icon-box .count{
    bottom: 100%;
    right: 0px;
    margin-bottom: -50px;
}

.process-block-two .icon-box .count .number{
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    padding: 10px 10px;
    font-size: 18px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    background: #24a77e;
    color: #ffffff;
    border-radius: 50%;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.07),0px 10px 20px 0px rgba(0,0,0,0.03);
}

.process-block-two:hover .icon-box .count .number{
    background: #ffffff;
    color: #24a77e;
}

.process-block-two .icon-box .count .number:before{
    content: '';
    position: absolute;
    left: 4px;
    top: 4px;
    right: 4px;
    bottom: 4px;
    border: 1px dashed #ffffff;
    border-radius: 50%;
}

.process-block-two:hover .icon-box .count .number:before{
    border-color: rgba(0,0,0,0.15);
}

.process-block-two .lower-box{
    position: relative;
    display: block;
}

.process-block-two h5{
    position: relative;
    color: #132728;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.process-block-two .text{
    position: relative;
    font-size: 16px;
    color: #585f5f;
}
.gallery-section{
    position: relative;
    padding: 70px 0;
}

.gallery-section .left-leaf {
    position: absolute;
    left: 5%;
    top: 120px;
}
.gallery-section .right-leaf {
    position: absolute;
    right: 20px;
    bottom: 140px;
}
.wide-gallery .outer-container .auto-container{
    max-width: none;
    padding: 0px 30px;
}

.gallery-section .title-box{
    position: relative;
    margin-bottom: 40px;
}

.gallery-section .title-box .text{
    position: relative;
    padding-top: 10px;
    line-height: 1.7em;
    max-width: 490px;
}

.gallery-section .upper-row{
    position: relative;
}

/*=== Mixitup Gallery ===*/
.gallery-filters{
    position: relative;
    padding: 20px 0px 10px;
    border-bottom: 1px dashed #24a77e;
    border-top: 1px dashed #24a77e;
    margin-bottom:70px;
}

.gallery-filters.style-two{
    border:none;
    padding: 10px 0 0;
    margin-bottom:40px;
}

.gallery-filters .filter-tabs{
    position:relative;
    display: block;
}

.gallery-filters li{
    position:relative;
    display: inline-block;
    vertical-align: top;
    font-size:18px;
    line-height:30px;
    padding:0px 0px;
    cursor:pointer;
    color:#132728;
    font-weight:500;
    margin: 0 40px 10px 0px;
    text-transform: capitalize;
    background: none;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.gallery-filters.style-two li{
    margin: 0 1px 10px 0px;
    line-height: 24px;
    font-size: 17px;
    padding: 5px 22px;
}

.gallery-filters.style-two li:before{
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -7px;
    bottom: 100%;
    border: 7px solid transparent;
    border-bottom: 7px solid #24a77e;
    opacity: 0;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.gallery-filters.centered li{
    margin: 0px 20px 10px;
}

.gallery-filters.centered.style-two li{
    margin: 0px 0px 10px;
}

.gallery-filters li .count{
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -12px;
    width: 24px;
    height: 24px;
    line-height: 23px;
    border: 1px dashed #24a77e;
    background: #ffffff;
    font-weight: 600;
    color: #24a77e;
    font-size: 13px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.gallery-filters.style-two li .count{
    bottom: 100%;
    margin-bottom: 7px;
    border: none;
}

.gallery-filters.style-two .filter.active{
    color: #ffffff;
    background: #24a77e;
}

.gallery-filters.style-two li.active:before{
    opacity: 1;
}

.gallery-filters .filter.active{
    color: #24a77e;
}

.gallery-filters .filter.active .count{
    opacity: 1;
    visibility: visible;
}

.mixitup-gallery .gallery-item-two{
    display: none;
}

.mix{
    display: none;
}

.gallery-item{
    position: relative;
    margin-bottom: 30px;
}

.gallery-item .inner-box{
    position: relative;
    display: block;
    text-align: center;
    overflow: hidden;
     padding: 10px;
     -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;

}
.gallery-item:hover .inner-box{
    border: 1px dashed #24a77e;
    padding: 10px;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -ms-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}

.gallery-item .inner-box:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
/*    border: 1px dashed #24a77e;*/
    height: 350px;
}

.gallery-item .image-box{
    position: relative;
    display: block;
    background: #172e2f;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -ms-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
    z-index: 5;
}

/*.gallery-item:hover .image-box{
    margin: 10px 10px;

}*/

.gallery-item .image-box img{
    position: relative;
    display: block;
    width: 100%;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -ms-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
        height: 350px;
    object-fit: cover;
        object-position: top;
}

.gallery-item:hover .image-box img{
    opacity: 0.20;
}

.gallery-item .image-box:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.50);
    background: -webkit-linear-gradient(bottom,rgba(0,0,0,0.70),rgba(0,0,0,0.10));
    background: -ms-linear-gradient(bottom,rgba(0,0,0,0.70),rgba(0,0,0,0.10));
    background: -moz-linear-gradient(bottom,rgba(0,0,0,0.70),rgba(0,0,0,0.10));
    z-index: 1;
}

.gallery-item .hover-box{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 5;
}

.gallery-item .hvr-content{
    position: absolute;
    left: 0;
    bottom: -60px;
    width: 100%;
    display: block;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -ms-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}

.gallery-item:hover .hvr-content{
    bottom: 50%;
    margin-bottom: -110px;
}

.gallery-item .hover-box h5{
  font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0;
    padding: 0px 30px;
    line-height: 29px;
}

.gallery-item .hover-box a{
    color: #ffffff;
}

.gallery-item .hover-box .cat{
    position: relative;
    margin-bottom: 10px;
    text-transform: capitalize;
}

.gallery-item .link-box{
    position: relative;
    display: block;
    margin-top: 30px;
}

.gallery-item .link-box a{
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 60px;
    height: 60px;
    font-size: 22px;
    text-align: center;
    line-height: 60px;
    color: #ffffff;
    background: #24a77e;
    border-radius: 50%;
    transform: scale(0) rotate(360deg);
    -webkit-transform: scale(0) rotate(360deg);
    -ms-transform: scale(0) rotate(360deg);
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -ms-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}

.gallery-item:hover .link-box a{
    transform: scale(1) rotate(0deg);
    -webkit-transform: scale(1) rotate(0deg);
    -ms-transform: scale(1) rotate(0deg);
}

.gallery-section .more-box{
    position: relative;
    padding-top: 20px;
    text-align: center;
}

.gallery-section .more-box .theme-btn{
    min-width: 180px;
}
.testimonials-two{
    position:relative;
    background: #ffffff;
    padding: 100px 0px;
    overflow: hidden;
}

.testimonials-two .pattern-layer{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/testi-pattern-left.png) left top repeat-y;
}

.testimonials-two .sec-title{
    position: relative;
    margin-bottom: 40px;
}

.testimonials-two .thumbs-col{
    position: relative;
    order: 0;
}

.testimonials-two .thumbs-col .inner{
    position: relative;
    display: block;
    max-width: 470px;
    min-height: 440px;
}

.testimonials-two .thumbs-col .image-thumb{
    position: absolute;
    border-radius: 50%;
}

.testimonials-two .thumbs-col .image-thumb:nth-child(1){
    width: 270px;
    height: 270px;
    left: 100px;
    top: 70px;
    z-index: 5;
}

.testimonials-two .thumbs-col .image-thumb:nth-child(2){
    width: 200px;
    height: 200px;
    right: 0px;
    bottom: 0;
}

.testimonials-two .thumbs-col .image-thumb:nth-child(3){
    width: 160px;
    height: 160px;
    right: 40px;
    top: 0;
}

.testimonials-two .thumbs-col .image-thumb:nth-child(4){
    width: 150px;
    height: 150px;
    left: 0px;
    top: 170px;
}

.testimonials-two .thumbs-col .image-thumb .icon{
    position: absolute;
    right: -27px;
    top: 50%;
    margin-top: -27px;
    width: 54px;
    height: 54px;
    background: #24a77e;
    color: #ffffff;
    line-height: 54px;
    text-align: center;
    font-size: 24px;
    border-radius: 50%;
    opacity: 0;
}

.testimonials-two .thumbs-col .image-thumb:nth-child(1) .icon{
    opacity: 1;
}

.testimonials-two .thumbs-col .image-thumb .image{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #132728;
    overflow: hidden;
    border-radius: 50%;
}

.testimonials-two .thumbs-col .image-thumb .image img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.40;
    border-radius: 50%;
}

.testimonials-two .thumbs-col .image-thumb:nth-child(1) .image img{
    opacity: 1;
}

.testimonials-two .carousel-col{
    position: relative;
    order: 12;
}

.testimonials-two .carousel-box{
    position: relative;
    z-index: 1;
}

.testimonials-two .owl-stage-outer{
    overflow: visible;
}
.testi-block-two{
    position: relative;
    margin-bottom: 30px;
}

.owl-theme .testi-block-two{
    opacity: 0;
    visibility: hidden;
    margin-bottom: 0;
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -ms-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}

.owl-theme .active .testi-block-two{
    opacity: 1;
    visibility: visible;
}

.testi-block-two .inner-box{
    position: relative;
    display: block;
}

.testi-block-two .inner-box .content{
    position: relative;
    display: block;
    background: #ffffff;
    padding: 40px 40px 35px;
    box-shadow: 0px 5px 25px 0px rgba(0,0,0,0.07);
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
}

.testi-block-two .info{
    position: relative;
    padding-left: 70px;
    min-height: 35px;
    margin-bottom: 15px;
}

.testi-block-two .info .quote-icon{
    position: absolute;
    left: 13px;
    top: 3px;
}

.testi-block-two .info .quote-icon:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 5px;
    height: 37px;
    background: #b1d0c7;
    border-radius: 3px;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -ms-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}

.testi-block-two .info .quote-icon:after{
    content: '';
    position: absolute;
    left: 17px;
    top: 0;
    width: 5px;
    height: 37px;
    background: #b1d0c7;
    border-radius: 3px;
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition:all 0.5s ease;
    -moz-transition:all 0.5s ease;
    -ms-transition:all 0.5s ease;
    -o-transition:all 0.5s ease;
    transition:all 0.5s ease;
}

.testi-block-two .inner-box:hover .quote-icon:before,
.testi-block-two .inner-box:hover .quote-icon:after{
    background: #24a77e;
}

.testi-block-two .title{
    position: relative;
    font-size: 20px;
    font-weight: 700;
    color: #132728;
}

.testi-block-two .rating{
    position: relative;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    color: #24a77e;
    margin-bottom: 12px;
}

.testi-block-two .rating span{
    position: relative;
    display: inline-block;
    margin-right: 3px;
}

.testi-block-two .rating .far{
    color: #dadada;
}

.testi-block-two .image{
    position: relative;
    top: -40px;
    width: 80px;
    height: 80px;
    border: 7px solid #f2f2f2;
    border-radius: 50%;
}

.testi-block-two .image img{
    position: relative;
    display: block;
    width: 66px;
    height: 66px;
    border-radius: 50%;
}

.testi-block-two .text{
    position: relative;
    font-size: 18px;
    color: #585f5f;
    margin-bottom: 20px;
}

.testi-block-two .author{
    position: relative;
    font-size: 13px;
    font-weight: 500;
    text-transform: uppercase;
    color: #24a77e;
}

.testi-block-two .author .name{
    position: relative;
    font-size: 18px;
    font-family: 'Libre Baskerville', serif;
    font-weight: 700;
    text-transform: capitalize;
    color: #132728;
}

.testimonials-two .owl-nav{
    display: none;
}

.testimonials-two .owl-dots{
    position: absolute;
    left: -36px;
    top: 50%;
    margin-top: -50px;
    width: 12px;
}

.testimonials-two .owl-dots .owl-dot{
    position: relative;
    display: block;
    width: 12px;
    height: 12px;
    margin:0px 0px 7px;
}

.testimonials-two .owl-dots .owl-dot span{
    position: relative;
    display: block;
    width: 12px;
    height: 12px;
    border: 3px solid rgba(0,0,0,0.30);
    border-radius: 50%;
}

.testimonials-two .owl-dots .owl-dot.active span{
    border-color: #24a77e;
}
.call-to-two{
    position:relative;
    padding: 80px 0px 50px;
    background: #132728;
}

.call-to-two .image-layer{
    position:absolute;
    left:0;
    top:0;
    width: 100%;
    height:100%;
    opacity:0.20;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: right center;
}

.call-to-two .image-layer:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.50);
    background: -webkit-linear-gradient(left,rgba(19,39,40,1),rgba(0,0,0,0.0));
    background: -ms-linear-gradient(left,rgba(19,39,40,1),rgba(0,0,0,0.0));
    background: -moz-linear-gradient(left,rgba(19,39,40,1),rgba(0,0,0,0.0));
}

.call-to-two .title-col{
    position: relative;
    margin-bottom: 20px;
}

.call-to-two .title-col .inner{
    position: relative;
    padding: 0px 0px;
}

.call-to-two .title-col h4{
    line-height: 40px;
    font-size: 30px;
    font-weight: 700;
    text-transform: capitalize;
    margin: 0;
    color: #ffffff;
}

.call-to-two .links-col{
    position: relative;
}

.call-to-two .links-col .inner{
    position: relative;
    padding-top: 12px;
}

.call-to-two .links-col li{
    position: relative;
    float: left;
    margin: 0 20px 20px 0;
}

.call-to-two .links-col li:last-child{
    margin: 0 0 20px;
}

.call-to-two .links-col .theme-btn{
    min-width: 180px;
}

.awards-section{
    position:relative;
    padding: 0px 0px;
    background: #f3faf8;
    z-index: 1;
}

.awards-section .bottom-image{
    position: absolute;
    right: 50px;
    bottom: -30px;
}

.awards-section .outer-container{
    position: relative;
}

.awards-section .outer-container > .row{
    margin: 0 0;
}

.awards-section .left-col{
    position: relative;
    padding: 95px 75px 95px 0;
    width: 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.awards-section .left-col .image-layer{
    position: absolute;
    right: 75px;
    left: -2000px;
    top: 0;
    height: 100%;
    background-position: right bottom;
    background-repeat: no-repeat;
    opacity: 0.20;
}

.awards-section .left-col:before{
    content: '';
    position: absolute;
    right: 75px;
    left: -2000px;
    top: 0;
    height: 100%;
    background: #132728;
}

.awards-section .left-col .bg-icon{
    position: absolute;
    right: 120px;
    bottom: 0;
}

.awards-section .left-col .inner{
    position: relative;
    min-width: 100%;
    margin-left: -290px;
    z-index: 10;
}

.awards-section .left-col .content-box{
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 430px;
}

.awards-section .left-col .content{
    position: relative;
    z-index: 1;
}

.awards-section .left-col .title-box{
    position: relative;
    padding-left: 95px;
    min-height: 140px;
    margin-bottom: 20px;
}

.awards-section .left-col .icon-box{
    position: absolute;
    left: 0;
    top: 5px;
    width: 80px;
    bottom: 10px;
    border: 1px solid #24a77e;
    color: #24a77e;
    text-align: center;
}

.awards-section .left-col .icon-box .icon{
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: 80px;
    font-size: 48px;
    margin-top: -40px;
    line-height: 80px;
}

.awards-section .left-col .title-box .subtitle{
    text-transform: uppercase;
    color: #24a77e;
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 10px;
}

.awards-section .left-col .title-box h4{
    color: #ffffff;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 0;
    line-height: 1.4em;
}

.awards-section .left-col .content .text{
    position: relative;
    color: #a7aeae;
}

.awards-section .left-col .link-box{
    position: relative;
    padding-top: 35px;
}

.awards-section .left-col .link-box .theme-btn .btn-title{
    padding-top: 10px;
    padding-bottom: 10px;
}

.awards-section .left-col .link-box .theme-btn:hover .btn-title{
    background: #ffffff;
    border-color: #ffffff;
    color: #132728;
}

.awards-section .right-col{
    position: relative;
    width: 75%;
    flex: 0 0 75%;
    max-width: 75%;
    padding: 100px 0 90px;
}

.awards-section .right-col .inner{
    position: relative;
    margin-left: -75px;
    padding-right: 15px;
    padding-left: 60px;
}

.award-block{
    position: relative;
    margin-bottom: 30px;
}

.owl-theme .award-block{
    position: relative;
    margin-bottom: 0;
    opacity: 0;
    visibility: hidden;
}

.owl-theme .active .award-block{
    opacity: 1;
    visibility: visible;
    -webkit-transition:all 0.15s ease;
    -moz-transition:all 0.15s ease;
    -ms-transition:all 0.15s ease;
    -o-transition:all 0.15s ease;
    transition:all 0.15s ease;
}

.awards-section .owl-theme .owl-stage-outer{
    overflow: visible;
}

.award-block .inner-box{
    position: relative;
    display: block;
    text-align: center;
    padding: 95px 40px 40px;
    margin-top: 75px;
    margin-bottom: 25px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.10);
}

.award-block .icon-box{
    position: absolute;
    left: 50%;
    margin-left: -75px;
    top: -75px;
    width: 150px;
    height: 150px;
    padding-top: 58px;
    line-height: 16px;
    text-align: center;
    font-size: 11px;
    color: #132728;
    font-weight: 700;
    text-transform: uppercase;
    background: url(../images/icons/award-badge.png) center top no-repeat;
}

.award-block h6{
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 10px;
    color: #132728;
    line-height: 1.7em;
}

.award-block .date{
    position: relative;
    color: #24a77e;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.award-block .link-box{
    position: absolute;
    left: 50%;
    margin-left: -25px;
    bottom: -25px;
}

.award-block .link-box a{
    position: relative;
    display: block;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 48px;
    background: #ffffff;
    border: 1px dashed #24a77e;
    color: #24a77e;
    border-radius: 50%;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
}

.award-block .link-box a:hover{
    border-color: #24a77e;
    background: #24a77e;
    color: #ffffff;
}

.award-block .link-box .t-tip-box{
  position: absolute;
  /*left: 0%;*/
  left: 50%;
  transform: translateX(-50%);
  top: -30px;
  width: 120px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  background: #24a77e;
  border-radius: 0px;
  visibility: hidden;
  opacity: 0;
  transition: all 500ms ease;
}

.award-block .link-box:hover .t-tip-box{
  top: -45px;
  visibility: visible;
  opacity: 1;
}

.award-block .link-box .t-tip-box:before{
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  left: 55px;
  background: #24a77e;
  bottom: -4px;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.awards-section .owl-theme .owl-dots{
    display: none;
}

.awards-section .owl-theme .owl-nav{
    position: absolute;
    left: 0;
    top: 165px;
    width: 100%;
    height: 0;
}

.awards-section .owl-theme .owl-nav .owl-prev,
.awards-section .owl-theme .owl-nav .owl-next{
    position: absolute;
    left: -100px;
    top: 0;
    display: inline-block;
    margin-left: 10px;
    width: 60px;
    height: 60px;
    background: #ffffff;
    font-size: 22px;
    line-height: 58px;
    border: 1px dashed rgba(0,0,0,0.15);
    text-align: center;
    color: #777777;
    border-radius: 50%;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
}

.awards-section .owl-theme .owl-nav .owl-next{
    right: -100px;
    left: auto;
}

.awards-section .owl-theme .owl-nav .owl-prev:hover,
.awards-section .owl-theme .owl-nav .owl-next:hover{
    border-color: #24a77e;
    color: #ffffff;
    background: #24a77e;
}

.main-footer{
    position:relative;
    background: #132728;
    color: #9a9fa6;
}

.footer-two{
    background: #132728;
}

.main-footer .upper-section{
    position:relative;
    padding:70px 0px 0px;
    background: #132728;
}

.main-footer .left-image{
    position: absolute;
    left: 30px;
    bottom: 20px;
}

.main-footer .right-image{
    position: absolute;
    right: 30px;
    bottom: 20px;
}

.main-footer .upper{
    position:relative;
    padding:0px 0px 30px;
    margin-bottom: 50px;
    border-bottom: 1px solid rgba(255,255,255,0.15);
}

.main-footer .upper .inner{
    position: relative;
    display: block;
    min-height: 80px;
    padding-left: 290px;
}

.main-footer .upper .inner:before{
    content: '';
    position: absolute;
    left: 260px;
    top: 15px;
    width: 1px;
    height: 50px;
    border-right: 1px solid rgba(255,255,255,0.15);
}

.main-footer .upper .logo{
    position: absolute;
    left: 0;
    top: 0;
}

.main-footer .upper .text-box{
    position: relative;
    float: left;
    width: 100%;
    padding-top: 15px;
    max-width: 570px;
}

.main-footer .upper .text{
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #a7aeae;
}

.main-footer .upper .text a{
    position: relative;
    display: inline-block;
    margin-left: 20px;
    vertical-align: top;
    color: #24a77e;
    font-size: 16px;
    font-weight: 500;
}

.main-footer .upper .text a i{
    position: relative;
    font-size: 11px;
}

.main-footer .upper .social{
    position: relative;
    float: right;
    padding-top: 20px;
}

.main-footer .upper .social li{
    position: relative;
    float: left;
    margin-left: 15px;
}

.main-footer .upper .social li a{
    position: relative;
    display: block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #a7aeae;
    background: #24393a;
    border-radius: 50%;
    transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -webkit-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
}

.main-footer .upper .social li a:hover{
    color: #ffffff;
    background: #24a77e;
}

.main-footer .widgets-section{
    position:relative;
    padding:0px 0px 40px;
}

.main-footer .footer-widget{
    position:relative;
    margin-bottom:10px;
}

.main-footer .widget-title{
    position:relative;
    margin-bottom:25px;
}

.footer-two .widget-title{
    padding-left: 35px;
}

.footer-two .widget-title:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 24px;
    height: 24px;
    background: url(../images/icons/leaf-seven.png) right top no-repeat;
}

.main-footer .widget-title h4{
    position: relative;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3em;
    color: #ffffff;
    text-transform: capitalize;
    margin: 0 0;
}

.main-footer .newsletter-widget{
    position:relative;
    margin-bottom: -30px;
    z-index: 1;
}

.main-footer .newsletter-form{
    position:relative;
}

.main-footer .newsletter-form form{
    position:relative;
}

.main-footer .newsletter-form .form-group{
    position: relative;
    margin: 0;
    background: #1d3334;
    padding-right: 270px;
}

.main-footer .newsletter-form .form-group input[type="text"],
.main-footer .newsletter-form .form-group input[type="tel"],
.main-footer .newsletter-form .form-group input[type="email"]{
    position: relative;
    float: left;
    width: 50%;
    line-height: 30px;
    padding: 15px 25px;
    height: 60px;
    display:block;
    font-size: 15px;
    background: none;
    font-weight:400;
    color:#ffffff;
    border-radius: 0px;
    border-right:1px solid rgba(0,0,0,0.30);
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.main-footer .newsletter-form .form-group input[type="text"]:focus,
.main-footer .newsletter-form .form-group input[type="email"]:focus,
.main-footer .newsletter-form .form-group input[type="tel"]:focus{
    background: rgba(255,255,255,0.10);
}

.newsletter-form .form-group input::-webkit-input-placeholder{
    color:#a7aeae;
}

.newsletter-form .form-group .theme-btn{
    position: absolute;
    right: 0;
    top: 0;
    width: 270px;
}

.newsletter-form .form-group .theme-btn .btn-title{
    padding: 15px 20px;
    line-height: 30px;
    border: none;
    text-align: center;
}

.main-footer .links-widget{
    position: relative;
}

.main-footer .services-widget ul li{
    position: relative;
    margin-bottom: 20px;
}

.main-footer .services-widget ul li a{
    position: relative;
    display: block;
    padding-top: 0px;
    padding-left: 80px;
    min-height: 54px;
    color: #ffffff;
}

.main-footer .services-widget ul li .icon{
    position: absolute;
    left: 0;
    top: 0;
    width: 60px;
    line-height: 54px;
    font-size: 48px;
    color: #24a77e;
}

.main-footer .services-widget ul li .txt{
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 30px;
    text-transform: capitalize;
    font-weight: 600;
    color: #ffffff;
    margin-bottom: 3px;
}

.main-footer .services-widget ul li .sub-txt{
    position: relative;
    display: block;
    color: #a7aeae;
}

.main-footer .services-widget ul li .sub-txt i{
    position: relative;
    padding-left: 7px;
    font-size: 10px;
    vertical-align: middle;
}

.main-footer .links-widget .widget-content{
    position: relative;
}

.main-footer .links-widget .column{
    position:relative;
    margin-bottom: 30px;
}

.main-footer .links-widget .links li{
    position:relative;
    margin-bottom:15px;
    font-size: 16px;
    color: #a7aeae;
}

.main-footer .links-widget .links li a{
    position:relative;
    display: block;
    color:#a7aeae;
    font-weight: 400;
    line-height: 24px;
    padding-left: 20px;
    font-size:16px;
    text-transform: capitalize;
    transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    -webkit-transition:all 0.4s ease;
    -ms-transition:all 0.4s ease;
    -o-transition:all 0.4s ease;
}

.main-footer .links-widget .links li a:before{
    font-family: 'Font Awesome 5 Free';
    content: "\f0da";
    position:absolute;
    left:0px;
    top: 0px;
    display:block;
    line-height:24px;
    font-size:14px;
    font-weight:700;
}

.main-footer .links-widget .links li a:hover{
    color:#24a77e;
}

.main-footer .info{
    position:relative;
}

.main-footer .info li{
    position:relative;
    font-weight: 400;
    line-height: 1.7em;
    color: #a7aeae;
    margin-bottom:18px;
    padding: 0 0 0 34px;
}
.main-footer .info li span{
        position: absolute;
    left: 0;
    margin-top: 2px;
    font-size: 20px;
    color: #fff;
}
.main-footer .info li a{
    color: #ffffff;
    transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    -webkit-transition:all 0.4s ease;
    -ms-transition:all 0.4s ease;
    -o-transition:all 0.4s ease;
}

.main-footer .info li a:hover{
    color: #ffffff;
    text-decoration: underline;
}

.main-footer .newsletter-widget .text{
    margin-bottom: 15px;
    line-height: 24px;
}

.main-footer .footer-bottom{
    position:relative;
    background: #0e1d1e;
}

.footer-two .footer-bottom{
    border-top: 1px solid rgba(255,255,255,0.20);
}

.main-footer .footer-bottom .inner{
    position: relative;
    display: block;
    text-align: center;
    padding: 50px 0px 20px;
    line-height: 30px;
}

.footer-two .footer-bottom .inner{
    padding-top: 20px;
}

.main-footer .footer-bottom .copyright{
    position:relative;
    float: left;
    color: #a7aeae;font-weight:400;
}

.main-footer .footer-bottom .bottom-links{
    position:relative;
    float: right;
}

.main-footer .footer-bottom .bottom-links li{
    position: relative;
    float: left;
    margin-left: 30px;
}

.main-footer .footer-bottom .bottom-links li:first-child{
    margin-left: 0;
}

.main-footer .footer-bottom .bottom-links li:before{
    content: '//';
    position: absolute;
    left: -30px;
    width: 30px;
    text-align: center;
    color: #24a77e;
}

.main-footer .footer-bottom .bottom-links li:first-child:before{
    display: none;
}

.main-footer .footer-bottom .bottom-links li a{
    position: relative;
    display: block;
    text-transform: capitalize;
    color: #a7aeae;
    transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    -webkit-transition:all 0.4s ease;
    -ms-transition:all 0.4s ease;
    -o-transition:all 0.4s ease;
}

.main-footer .footer-bottom a:hover{
    color: #ffffff;
    text-decoration: underline;
}

.main-footer .about{
    position: relative;
    max-width: 350px;
}

.main-footer .about .logo{
    position: relative;
    margin-bottom: 25px;
}
.main-footer .about .logo img{
    max-width: 90px;
}
.main-footer .about .text-box{
    position: relative;
}

.main-footer .about .text-box .text{
    position: relative;
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: #a7aeae;
}

.main-footer .about .link{
    position: relative;
    padding-top: 15px;
    margin-bottom: 30px;
}

.main-footer .about .text-box a{
    position: relative;
    display: inline-block;
    vertical-align: top;
    color: #24a77e;
    font-size: 16px;
    font-weight: 500;
}

.main-footer .about .text-box a i{
    position: relative;
    font-size: 11px;
}

.main-footer .about .hours{
    position: relative;
    padding: 0 0 0 70px;
    min-height: 54px;
    color: #ffffff;
    line-height: 27px; font-weight:400;
}

.main-footer .about .hours .icon{
    position: absolute;
    left: 0;
    top: 2px;
    font-size: 48px;
    line-height: 1em;
    color: #24a77e;
}

.main-footer .subscribe-box{
    position: relative;
    display: block;
    color: #a7aeae;
    padding: 20px 50px 20px 30px;
    border: 5px solid rgba(255,255,255,0.07);
}

.main-footer .subscribe-box .text{
    margin-bottom: 15px;
}

.main-footer .subscribe-box .newsletter{
    position: relative;
}

.subscribe-box .newsletter form{
    position:relative;
}

.subscribe-box .newsletter .form-group{
    position: relative;
    margin: 0;
}

.subscribe-box .newsletter .form-group input[type="text"],
.subscribe-box .newsletter .form-group input[type="tel"],
.subscribe-box .newsletter .form-group input[type="email"]{
    position: relative;
    display: block;
    width: 100%;
    line-height: 30px;
    padding: 15px 30px 15px 50px;
    height: 60px;
    display:block;
    font-size: 15px;
    background: #ffffff;
    font-weight:400;
    color:#132728;
    border-radius: 0px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.subscribe-box .newsletter .form-group input[type="text"]:focus,
.subscribe-box .newsletter .form-group input[type="email"]:focus,
.subscribe-box .newsletter .form-group input[type="tel"]:focus{
    background: rgba(255,255,255,0.95);
}

.subscribe-box .newsletter .alt-icon{
    position: absolute;
    left: 20px;
    top: 50%;
    margin-top: -15px;
    line-height: 30px;
    font-size: 16px;
    color: #24a77e;
    z-index: 1;
    pointer-events: none;
}

.subscribe-box .newsletter .form-group input::-webkit-input-placeholder{
    color:#585f5f;
}

.subscribe-box .newsletter .form-group .theme-btn{
    position: absolute;
    right: -22px;
    top: 8px;
    width: 44px;
    height: 44px;
    font-size: 20px;
    line-height: 44px;
    text-align:center;
    background: #24a77e;
    color: #ffffff;
}

.subscribe-box .newsletter .form-group .theme-btn:hover{
    background: #132728;
    box-shadow: 0 0 20px 0px #24a77e;
}

.subscribe-box .follow{
    position: relative;
    margin-top: 20px;
    color: #a7aeae;
    line-height: 24px;
}

.subscribe-box .follow li{
    position: relative;
    float: left;
    font-size: 15px;
    margin-right: 31px;
}

.subscribe-box .follow li:after{
    content: '';
    position: absolute;
    right: -16px;
    top: 4px;
    height: 16px;
    border-right: 1px solid rgba(255,255,255,0.25);
}

.subscribe-box .follow li:last-child{
    margin-right: 0;
}

.subscribe-box .follow li:first-child:after,
.subscribe-box .follow li:last-child:after{
    display: none;
}

.subscribe-box .follow li a{
    position: relative;
    font-size: 14px;
    color: #a7aeae;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.subscribe-box .follow li a:hover{
    color: #24a77e;
}
.cta-bg-section {
    background-attachment: fixed;
}
.z-1 {
    z-index: 1;
}
.p-r {
    position: relative;
}
.bg_cover {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
.pb-50 {
    padding-bottom: 50px;
}
.pt-100 {
    padding-top: 100px;
}
.text-white {
    color: #fff !important;
}.mb-20 {
    margin-bottom: 20px;
}.cta-image-box {
    margin-bottom: -80px;
}
.cta-image-box img {
    border-radius: 30px;
}
.contact-section{
    position:relative;
    padding: 100px 0px 50px;
    background: #f3faf8;
}

.contact-section .pattern-layer{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/contact-pattern.jpg) center top repeat;
}

.contact-section .text-column{
    position: relative;
    order: 12;
    margin-bottom: 50px;
    z-index: 1;
}

.contact-section .text-column .sec-title{
    margin-bottom: 40px;
}

.contact-section .text-column .inner{
    position: relative;
    display: block;
}

.contact-section .image-column{
    position: relative;
    order: 0;
    margin-bottom: 50px;
    z-index: 1;
}

.contact-section .image-column .inner{
    position: relative;
    display: block;
    margin-left: -330px;
}

.contact-section .image-column .image-box{
    position: relative;
    margin-top: -40px;
}

.contact-section .image-column .image{
    position: relative;
    display: block;
    float: right;
}

.contact-section .image-column .image img{
    display: block;
    width: 100%;
}

.contact-section .form-outer{
    position: relative;
    display: block;
    padding: 0px 35px 15px 35px;
    border: 4px solid #24a77e;
    border-top: none;
}

.contact-section .form-outer:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 35px;
    border-top: 4px solid #24a77e;
}

.contact-section .form-outer:after{
    content: '';
    position: absolute;
    left: 210px;
    top: 0;
    right: 0;
    border-top: 4px solid #24a77e;
}

.contact-section .form-box{
    position: relative;
    display: block;
    z-index: 1;
}

.contact-section .form-box .discount{
    position: relative;
    display: block;
    top: -10px;
    font-weight: 600;
    color: #24a77e;
    font-size: 18px;
    padding-left: 20px;
    margin-bottom: 25px;
}

.contact-section .default-form .form-group{
    margin-bottom: 20px;
}

.contact-section .default-form .form-group button,
.contact-section .default-form .form-group input[type="submit"]{
    display: block;
    width: 100%;
}
.default-form{
    position: relative;
}

.default-form .row{
    margin: 0 -15px;
}

.default-form .form-group{
    position:relative;
    margin-bottom: 20px;
}

.default-form .field-inner{
    position: relative;
    display: block;
}

.default-form .field-inner .alt-icon{
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -15px;
    line-height: 30px;
    font-size: 16px;
    color: #24a77e;
    z-index: 1;
    pointer-events: none;
}

.default-form .form-group .field-label{
    position:relative;
    display: block;
    color: #585f5f;
    font-size: 16px;
    line-height: 24px;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.default-form .form-group .e-label{
    position: relative;
}

.default-form .form-group input[type="text"],
.default-form .form-group input[type="email"],
.default-form .form-group input[type="password"],
.default-form .form-group input[type="tel"],
.default-form .form-group input[type="url"],
.default-form .form-group input[type="file"],
.default-form .form-group input[type="number"],
.default-form .form-group textarea,
.default-form .form-group select{
    position: relative;
    display: block;
    height: 60px;
    width: 100%;
    font-size: 15px;
    color: #25283a;
    line-height: 30px;
    font-weight: 400;
    padding: 14px 20px;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius:0px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.default-form .form-group textarea{
    height: 150px;
    padding-top: 20px;
    resize: none;
}

.default-form .form-group select{
    -webkit-appearance:none;
    -ms-appearance:none;
    -moz-appearance:none;
    -o-appearance:none;
    appearance:none;
    background:#ffffff url(../images/icons/icon-select.png) right center no-repeat;
    cursor:pointer;
}

.default-form .form-group select option{
    line-height: 20px;
    padding-left:20px;
    text-indent: 20px;
    cursor:pointer; 
}

.default-form .form-group input[type="submit"],
.default-form .form-group button{
    display:inline-block;
}

.default-form .form-group input[type="text"]:focus,
.default-form .form-group input[type="email"]:focus,
.default-form .form-group input[type="password"]:focus,
.default-form .form-group input[type="tel"]:focus,
.default-form .form-group input[type="url"]:focus,
.default-form .form-group input[type="file"]:focus,
.default-form .form-group input[type="number"]:focus,
.default-form .form-group textarea:focus,
.default-form .form-group select:focus,
.form-group .ui-selectmenu-button.ui-button:focus,
.form-group .ui-selectmenu-button.ui-button:active{
    border-color: #24a77e;
}

.default-form ::-webkit-input-placeholder{color: #585f5f;}

.default-form ::-moz-input-placeholder{color: #585f5f; }

.default-form ::-ms-input-placeholder{color: #585f5f;}

.default-form label.error{
    color: #ff0000;
    font-size:14px;
    text-transform: capitalize;
    text-align:left;
    display:block;
    padding-top:7px;
    line-height: 24px;
}

/*Custom Select*/

.form-group .ui-selectmenu-button.ui-button{
    width:100%;
    font-size:15px;
    font-style:normal;
    height:60px;
    padding:14px 20px;
    line-height:30px;
    font-family: 'Inter', sans-serif;
    color:#585f5f;
    border-radius:0px;
    background-color:#ffffff;
    border: 1px solid #e0e0e0;
}

.form-group .ui-button .ui-icon{
    background:none;
    position:relative;
    top:5px;
    text-indent:0px;
    color:#999999;
}

.form-group .ui-button .ui-icon:before{
    font-family: 'Font Awesome 5 Free';
    content: "\f0d7";
    position:absolute;
    right:0px;
    top:0px !important;
    width:15px;
    height:30px;
    display:block;
    color:#24a77e;
    line-height:20px;
    font-size:16px;
    font-weight:700;
    text-align:center;
    z-index:5;
}

.ui-widget.ui-widget-content{
    border:1px solid #24a77e;
    border-top: none;
    font-family: 'Inter', sans-serif;
    border-radius: 0;
    padding: 0;
}

.ui-menu .ui-menu-item{
    font-size:14px;
    border-bottom:1px solid #24a77e;
}

.ui-menu .ui-menu-item:last-child{
    border:none;
}

.ui-menu .ui-menu-item-wrapper{
    position:relative;
    display:block;
    padding:10px 20px !important;
    font-size:15px;
    line-height:30px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.ui-menu .ui-menu-item-wrapper:hover,
.ui-menu .ui-menu-item-wrapper.ui-state-active{
    background: #24a77e;
    margin: 0;
}
.ic-box{
        position: relative;
    width: 80px;
    height: 80px;
    background: #ffffff;
    line-height: 80px;
    text-align: center;
    font-size: 48px;
    color: #24a77e;
    margin-bottom: 30px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.10);
}
.contact-two{
    position:relative;
    padding: 100px 0px 50px;
    background: #ffffff;
}

.contact-two:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 250px;
    background: #f3faf8;
}

.contact-two .pattern-layer{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 64px;
    background: url(../images/background/contact-bottom-pattern.png) center top repeat-x;
}

.contact-two .map-column{
    position: relative;
    margin-bottom: 50px;
    z-index: 1;
}

.contact-two .map-column .title{
    position: relative;
    margin-bottom: 125px;
}

.contact-two .map-column h2{
    font-size: 30px;
    font-weight: 700;
    margin: 0;
}

.contact-two .map-column .inner{
    position: relative;
    display: block;
    padding-right: 20px;
}

.contact-two .map-column .map-outer{
    position: relative;
    display: block;
}

.contact-two .map-column .map-box{
    position: relative;
    display: block;
    z-index: 1;
}

.contact-two .map-column iframe{
    position: relative;
    display: block;
    width: 100%;
    height: 290px;
    border: none;
}

.contact-two .map-column .image{
    position: relative;
    display: block;
}

.contact-two .map-column .image img{
    display: block;
    width: 100%;
}

.contact-two .map-column .info-box{
    position: relative;
    display: block;
    padding: 25px 30px 0px;
    box-shadow: 0px 20px 30px 0px rgba(0,0,0,0.07);
}

.contact-two .map-column .info{
    position: relative;
    margin: 0px -30px;
}

.contact-two .map-column .info li{
    position: relative;
    float: left;
    width: 50%;
    padding: 0px 30px 0px 30px;
    min-height: 40px;
    color: #585f5f;
    margin-bottom: 25px;
}

.contact-two .map-column .info li:after{
    content: '';
    position: absolute;
    right: 0px;
    top: 4px;
    bottom: 4px;
    border-right: 1px solid #e0e0e0;
}

.contact-two .map-column .info li:nth-child(even):after{
    display: none;
}

.contact-two .map-column .info li .icon{
    position: absolute;
    left: 30px;
    top: 4px;
    font-size: 40px;
    line-height: 1em;
    color: #24a77e;
}

.contact-two .map-column .info li .text{
    position: relative;
    margin-left: 55px;
    margin-bottom: 0;
}

.contact-two .map-column .info li a{
    position: relative;
    color: #585f5f;
}

.contact-two .map-column .info li a:hover{
    text-decoration: underline;
    color: #24a77e;
}

.contact-two .form-column{
    position: relative;
    margin-bottom: 50px;
    z-index: 1;
}

.contact-two .form-column .inner{
    position: relative;
    display: block;
    padding-left: 20px;
}

.contact-two .form-outer{
    position: relative;
    display: block;
    background: #ffffff;
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.10);
    z-index: 1;
}

.contact-two .form-outer .title-box{
    position: relative;
    padding: 13px 20px;
    text-align: center;
    background: #24a77e;
    color: #ffffff;
}

.contact-two .form-outer .title-box h4{
    font-weight: 700;
    line-height: 34px;
    font-size: 24px;
    margin: 0;
}

.contact-two .form-box{
    position: relative;
    display: block;
    padding: 32px 30px 22px;
}

.contact-two .form-box .text{
    position: relative;
    display: block;
    margin-bottom: 25px;
}

.contact-two .default-form .form-group{
    margin-bottom: 20px;
}

.contact-two .default-form form .row{
    margin: 0 0;
}

.contact-two .default-form form .row .form-group{
    padding: 0 0;
}

.contact-two .default-form .form-group button,
.contact-two .default-form .form-group input[type="submit"]{
    display: block;
    width: 100%;
}

.main-services .owl-theme .owl-nav{
    position: absolute;
    left: 0;
    top: 165px;
    width: 100%;
    height: 0;
}

.main-services .owl-theme .owl-nav .owl-prev,
.main-services .owl-theme .owl-nav .owl-next{
    position: absolute;
    left: -100px;
    top: 0;
    display: inline-block;
    margin-left: 10px;
    width: 60px;
    height: 60px;
    background: #ffffff;
    font-size: 22px;
    line-height: 58px;
    border: 1px dashed rgba(0,0,0,0.15);
    text-align: center;
    color: #777777;
    border-radius: 50%;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
}

.main-services .owl-theme .owl-nav .owl-next{
    right: -100px;
    left: auto;
}

.main-services .owl-theme .owl-nav .owl-prev:hover,
.main-services .owl-theme .owl-nav .owl-next:hover{
    border-color: #24a77e;
    color: #ffffff;
    background: #24a77e;
}
.page-banner{
    position:relative;
    padding: 0;
    color: #ffffff;
    background: #0f2c36;
    background-position:center top;
    background-repeat:no-repeat;
    background-size:cover;
        z-index: 9;
}

.page-banner .banner-inner{
    position: relative;
    display: block;
    z-index:2;
}

.page-banner .inner-container{
    position: relative;
       padding: 90px 0px 80px;
}

.alt-banner .inner-container{
    padding-bottom: 120px;
}

.page-banner .image-layer{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
        background-blend-mode: overlay;
    background-color: #00000091;
}

.page-banner .image-layer:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #24a77e;
    background: -webkit-linear-gradient(top,rgba(0,0,0,0),#24a77e);
    background: -ms-linear-gradient(top,rgba(0,0,0,0),#24a77e);
    background: -moz-linear-gradient(top,rgba(0,0,0,0),#24a77e);
    opacity: 0.40;
}

.page-banner h1{
  position: relative;
    font-size: 34px;
    color: #ffffff;
    line-height: 1.35em;
    font-weight: 700;
    text-transform: capitalize;
    /* text-align: center; */
    margin: 0;
    margin-bottom: 10px;
}

.page-banner .page-nav{
    position: relative;
/*    padding-top: 100px;*/
}

.page-banner .news-info{
    position: relative;
    padding-top: 100px;
}

.page-banner .news-info .info{
    position: relative;
    display: block;
}

.page-banner .news-info .info .cat{
    position: relative;
    float: left;
    border: 1px solid rgba(255,255,255,0.50);
    background: rgba(255,255,255,0.20);
    padding: 5px 15px;
    line-height: 20px;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    color: #ffffff;
}

.page-banner .news-info .info .cat a{
    color: #ffffff;
}

.page-banner .news-info .info .date{
    position: relative;
    float: left;
    margin-left: 20px;
    color: #ffffff;
    font-size: 15px;
    line-height: 24px;
    padding: 5px 0px 2px;
}

.page-banner .news-info .info .date .icon{
    padding-right: 5px;
    vertical-align: baseline;
}

.page-banner .bread-crumb{
    position: relative;
    display: inline-block;
}

.page-banner .bread-crumb li{
    position: relative;
    float: left;
    font-size: 16px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 500;
    text-transform: capitalize;
    margin-right: 30px;
}

.page-banner .bread-crumb li:before{
    position: absolute;
    right: -30px;
    width: 25px;
    top: 1px;
    text-align: center;
    font-size: 10px;
    line-height: 24px;
    color: #ffffff;
    font-weight: 400;
    content: "|";
}

.page-banner .bread-crumb li:last-child{
    padding-right: 0;
    margin-right: 0;
}

.page-banner .bread-crumb li:last-child:before{
    display: none;
}

.page-banner .bread-crumb li a{
    color:#ffffff;
    font-weight: 500;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.page-banner .bread-crumb li a:hover,
.page-banner .bread-crumb li.active{
    color:#ffffff;  
}
.why-us-three{
    position:relative;
    padding: 100px 0px;
/*    background: #132728;*/
    color: #a7aeae;
}

.why-us-three .title-box{
    position: relative;
    margin-bottom: 60px;
}

.why-us-three .sec-title h2{
    color: #ffffff;
}

.why-us-three .title-box .text{
    position: relative;
    padding-top: 10px;
    line-height: 1.7em;
    max-width: 490px;
}

.why-us-three .why-box{
    position: relative;
}

.why-box .row{

}

.why-block-three{
    position: relative;
}

.why-box .row .why-block-three{
    padding-right: 30px;
    padding-left: 30px;
    padding-bottom: 30px;
    border-right: 1px solid rgba(255,255,255,0.15);
    border-bottom: 1px solid rgba(255,255,255,0.15);
        padding: 20px !important;
    border: 1px dashed;
        margin-bottom: 30px;
}

.why-box .row .why-block-three:nth-child(1),
.why-box .row .why-block-three:nth-child(4),
.why-box .row .why-block-three:nth-child(7){
    padding-left: 0;
}

.why-box .row .why-block-three:nth-child(3),
.why-box .row .why-block-three:nth-child(6),
.why-box .row .why-block-three:nth-child(9){
    padding-right: 0;
    padding-left: 30px;
/*    border-right: none;*/
}

.why-box .row .why-block-three:nth-child(4),
.why-box .row .why-block-three:nth-child(5),
.why-box .row .why-block-three:nth-child(6){
    padding-top: 30px;
    padding-bottom: 0;
/*    border-bottom: none;*/
}

.why-block-three .inner-box{
    position: relative;
    display: block;
    padding: 0px 0px 0px 100px;
    min-height: 80px;
}

.why-block-three .icon-box{
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 80px;
    height: 80px;
    font-size: 50px;
    line-height: 80px;
    color: #24a77e;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
}

.why-block-three:hover .icon-box{
    top: 7px;
}
.why-block-three .icon-box:hover .flap:after {
    opacity: 1;
    -ms-transform: rotate(25deg);
    transform: rotate(25deg);
}
.why-block-three .icon-box .icon{
    position: relative;
    display: block;
    text-align: center;
    z-index: 5;
}

.why-block-three .icon-box .flap{
    position: absolute;
    left: 0;
    top: 0;
    width: 80px;
    height: 80px;
}

.why-block-three .icon-box .flap:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 100%;
    background: rgba(255,255,255,0.07);
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
    z-index: 2;
}

.why-block-three .icon-box .flap:before{
    width: 100%;
    background: #132728;
}

.why-block-three .icon-box .flap:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #24a77e;
    opacity: 0;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
    z-index: 1;
}

.why-block-three .icon-box .flap:after{
    opacity: 1;
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
}

.why-block-three h5{
    position: relative;
    top: 0;
    color: #32a780;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.why-block-three .text{
    position: relative;
/*    max-width: 340px;*/
    margin-bottom: 0px;
    color: #000;
/*    margin-top: 20px;*/
}
.choosing_gardener {
    padding-top:55px;
}

.choosing_gardener .choosing_reason {
    position: relative;
    margin-left: 41px;
    border: 1px dashed #eeeeee;
    padding: 15px 8px 15px 60px;
    margin-bottom: 40px;
}
.choosing_gardener .choosing_reason .icon_holder {
    width:80px;
    height:80px;
    position: absolute;
    background:#6aaf08;
    top:24%;
    left:-8%;
    padding:5px;
}
.choosing_gardener .choosing_reason .icon_holder i {
    width:70px;
    height:70px;
    font-size: 24px;
    color:#32a780;
    border:1px dashed rgba(336,336,336,0.5);
    padding: 23px;
}
.choosing_gardener .choosing_reason:hover,
.choosing_gardener .choosing_reason:focus {
    border: 1px dashed #6aaf08;
}
 .sec-shapes {
    position: absolute;
    bottom: 150px;
    left: 0;
    z-index: -1;
    max-width: 300px;
    width: 100%;
} .sec-shapes img {
    width: 100%;
}
.shapes-1 {
    position: absolute;
    top: -120px;
    max-width: 345px;
    width: 100%;
    right: 0;
    z-index: 1;
    opacity: 0.1;
}.shapes-1 img {
    width: 100%;
}
 .team-images {
    position: relative;
    max-width: 300px;
    width: 100%;
/*    height: 365px;*/
    border-radius: 50%;
    background: #27a592;
    z-index: 1; /* Avoid pushing it behind everything */
}
.team-images img {
/*    height: 380px;*/
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 20px;
}.team-style-2 {
/*    max-width: 315px;*/
    width: 100%;
    margin-bottom: 40px;
}
.team-content h4{
        font-size: 28px;
    line-height: 51px;
    color: #132728;
    font-weight: 700;
}
.team-content p{
    font-size: 17px;
    color: #000;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 25px;
}
.team-phone{
    font-size: 20px;
    color: #1e583b !important
}

 .listing-items ul{
    position: relative;
}

 .listing-items ul li{
    position:relative;
    display: block;
    color:#000;
    line-height: 30px;
/*    padding: 12px 0px;*/
    padding-left: 20px;
    font-size:16px; 
    border-bottom: 1px dashed rgba(255,255,255,0.25);
    transition:all 0.4s ease;
    -moz-transition:all 0.4s ease;
    -webkit-transition:all 0.4s ease;
    -ms-transition:all 0.4s ease;
    -o-transition:all 0.4s ease;
}

 .listing-items ul li:last-child{
    border-bottom: none;
}

 .listing-items ul li:before{
    font-family: 'Font Awesome 5 Free';
    content: "\f0da";
    position:absolute;
    left:0px;
    top: 0px;
    color: #27a592;
    display:block;
    line-height:30px;
    font-size:20px;
    font-weight:700;
}

 .listing-items ul li:hover{
    color:#24a77e;
}
.fancybox-button svg path {
    fill: #fff;
    stroke-width: 1px !important;
}
.contact-three{
    position:relative;
    padding: 0px 0px;
    background: url(../images/contact-pattern-2.jpg) left top repeat;
}

.contact-three .outer-container{
    position: relative;
}

.contact-three .outer-container > .row{
    margin: 0 0;
}

.contact-three .text-col{
    position: relative;
    padding: 100px 0 60px;
}

.contact-three .text-col .inner{
    position: relative;
    float: right;
    width: 100%;
    /*max-width: 600px;*/
    padding-right: 40px;
    padding-left: 15px;
}

.contact-three .top-icon{
    position: absolute;
    top: 80px;
    right: 40px;
    font-size: 250px;
    color: #eeeeee;
    line-height: 0.5em;
}

.contact-three .address{
    position: relative;
    max-width: 320px;
    margin-bottom: 40px;
}

.contact-three .address h5{
    font-size: 20px;
    color: #132728;
    margin-bottom: 15px;
    font-weight: 700;
    text-transform: capitalize;
}

.contact-three .address .text{
    font-size: 18px;
    margin-bottom: 20px;
}

.contact-three .address .link{
    position: relative;
}

.contact-three .address .link a{
    position: relative;
    display: inline-block;
    vertical-align: top;
    color: #24a77e;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px dashed;
}

.contact-three .address .link a i{
    position: relative;
    font-size: 11px;
}

.contact-three .info{
    position: relative;
}

.contact-three .info-block{
    position: relative;
    margin-bottom: 30px;
}

.contact-three .info-block .inner-box{
    position: relative;
    display: block;
    padding: 40px 25px 25px;
    background: #ffffff;
    min-height: 100%;
    box-shadow: 0px 7px 20px 0px rgba(0,0,0,0.10);
}

.contact-three .info-block .icon{
    position: relative;
    display: block;
    font-size: 48px;
    color: #24a77e;
    line-height: 1em;
    margin-bottom: 25px;
}

.contact-three .info-block h6{
    font-size: 18px;
    color: #132728;
    margin-bottom: 15px;
    font-weight: 700;
    text-transform: capitalize;
}

.contact-three .info-block li{
    position: relative;
    line-height: 24px;
    margin-bottom: 3px;
    color: #585f5f;
}

.contact-three .info-block li a{
    color: #585f5f;
}

.contact-three .info-block li a:hover{
    text-decoration: underline;
    color: #24a77e;
}

.contact-three .form-col{
    position: relative;
    padding: 90px 0 70px;
}

.contact-three .form-col .image-right{
    position: absolute;
    right: 0;
    bottom: 0px;
}

.contact-three .form-col .sec-title{
    margin-bottom: 40px;
}

.contact-three .form-col .sec-title h2{
    color: #ffffff;
}

.contact-three .form-col .inner{
    position: relative;
    width: 100%;
    max-width: 600px;
    padding-left: 40px;
    padding-right: 15px;
}

.contact-three .form-col .image-layer{
    position:absolute;
    left:0;
    top:0;
    right: 0;
    bottom: 0;
    height:100%;
    opacity:1;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: top right;
    background-size: cover;
}

.contact-three .contact-form .row{
    margin: 0 -10px;
}

.contact-three .contact-form .row .form-group{
    margin-bottom: 20px;
    padding: 0px 10px;
}

.contact-three .contact-form textarea{
    height: 120px;
}
.text-black{
    color: #000 !important;
}
.book-enquiry {
    top: 160px;
    z-index: 9999;
}
.aside-form {
    position: fixed;
    width: 300px;
    padding: 15px;
    background-color: #fff;
    right: -300px;
    transition: all ease-in-out 0.7s;
    -webkit-transition: all ease-in-out 0.7s;
    -o-transition: all ease-in-out 0.7s;
    -moz-transition: all ease-in-out 0.7s;
    -ms-transition: all ease-in-out 0.7s;
    border: 1px solid #0d55a6;
}.book-enquiry-btn {
    background-position: 0 0;
    top: 0;
}
.aside-form-button {
    width: 42px;
    height: 207px;
    position: absolute;
    left: -42px;
    display: inline-block;
    cursor: pointer;
    background: #27a592;
}.aside-form-button span {
    color: #fff;
    font-weight: 600;
    transform: rotate(90deg);
    display: block;
    width: 101px;
    text-align: center;
    position: relative;
    right: 30px;
    top: 56px;
    white-space: nowrap;
}
.mvg-history{
    position:relative;
    padding: 0px 0px 100px;
    background: #f2f2f2;
}

.mvg-history:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 160px;
    background: #ffffff;
}

.mvg{
    position: relative;
}

.mvg-box{
   position: relative;
/*    margin: 0 -50px 0;*/
    padding: 50px 50px;
    background: #ffffff;
    overflow: hidden;
    border-top: 10px solid #34a593;
        box-shadow: 0 0 15px rgba(0, 0, 0, 0.10);
}

.mvg-col{
    position: relative;
}

.description-col{
    position: relative;
    margin-bottom: 30px;
}

.mvg-block{
    position: relative;
    margin-bottom: 30px;
    z-index: 15;
}

.mvg-block .inner-box{
    position: relative;
    display: block;
}

.mvg-block .image-box{
    position: relative;
    display: block;
}

.mvg-block .image-box img{
    position: relative;
    display: block;
    width: 100%;
}

.mvg-block .lower-box{
    position: relative;
    display: block;
    padding: 30px 20px;
    text-align: center;
}

.mvg-block .lower-box .subtitle{
    position: relative;
    margin-bottom: 7px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 15px;
    z-index: 1;
}

.mvg-block .lower-box .subtitle span{
    position: relative;
    display: inline-block;
    vertical-align: middle;
    padding: 0 10px;
    color: #24a77e;
}

.mvg-block .lower-box .subtitle span:before{
    content: '';
    position: absolute;
    left: 100%;
    top: 49%;
    width: 45px;
    border-bottom: 1px dashed #d0d0d0;
}

.mvg-block .lower-box .subtitle span:after{
    content: '';
    position: absolute;
    right: 100%;
    top: 49%;
    width: 45px;
    border-bottom: 1px dashed #d0d0d0;
}

.mvg-block .lower-box h5{
    position: relative;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    color: #132728;
    margin: 0;
    z-index: 1;
}

.mvg-block .lower-box .letter{
    position: absolute;
    left: 0;
    top: 12px;
    width: 100%;
    font-size: 100px;
    font-weight: 800;
    text-transform: uppercase;
    color: #f2f2f2;
    line-height: 100px;
    font-family: 'Libre Baskerville', serif;
}

.mvg .carousel-box{
    position: relative;
    display: block;
    z-index: 10;
}

.mvg .mvg-carousel .owl-stage-outer{
    overflow: visible;
}

.desc-block{
    position: relative;
}

.mvg .mvg-carousel .desc-block{
    opacity: 0;
    visibility: hidden;
}

.mvg .mvg-carousel .active .desc-block{
    opacity: 1;
    visibility: visible;
}

.desc-block .inner{
    position: relative;
    display: block;
}

.desc-block .fade-icon{
    position: absolute;
    right: -30px;
    top: 0;
    font-size: 84px;
    line-height: 1em;
    color: #f2f2f2;
}

.desc-block .icon-box{
    position: relative;
    display: block;
    font-size: 60px;
    line-height: 1em;
    margin-bottom: 25px;
    color: #24a77e;
}

.desc-block h5{
   position: relative;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    color: #132728;
    margin: 0 0 12px;
    font-size: 28px;
    line-height: 51px;
    color: #132728;
    font-weight: 700;
}

.desc-block .text{
   position: relative;
    color: #132728;
    margin: 0 0;
    font-size: 17px;
    color: #000;
    line-height: 32px;
    font-weight: 500;
}
.desc-block .text strong{
   position: relative;
    color: #132728;
    margin: 0 0;
    font-size: 17px;
    color: #000;
    line-height: 32px;
    font-weight: 800;
}

.desc-block .link{
    position: relative;
    padding-top: 20px;
}

.desc-block .link a{
    position: relative;
    display: inline-block;
    vertical-align: top;
    color: #24a77e;
    font-size: 16px;
    font-weight: 500;
}

.desc-block .link a i{
    position: relative;
    font-size: 10px;
}

.mvg-carousel .owl-nav{
    position: relative;
    padding-top: 30px;
}

.mvg-carousel.owl-theme .owl-nav .owl-prev,
.mvg-carousel.owl-theme .owl-nav .owl-next{
    position: relative;
    left: 0;
    top: 0;
    display: inline-block;
    vertical-align: top;
    margin:0 1px 0 0;
    width: 60px;
    height: 60px;
    background: #24a77e;
    font-size: 24px;
    line-height: 60px;
    text-align: center;
    color: #ffffff;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
}

.mvg-carousel.owl-theme .owl-nav .owl-prev:hover,
.mvg-carousel.owl-theme .owl-nav .owl-next:hover{
    border-color: #362627;
    background: #362627;
    color: #ffffff;
}

.mvg-carousel .owl-dots{
    position: relative;
    text-align: center;
    display: none;
}

.history-box{
    position: relative;
    margin-top: 50px;
}

.history-box .carousel-box{
    position: relative;
    display: block;
    margin: 0px -50px;
    padding: 0px 50px;
}

.history-box .carousel-box:before{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 28px;
    border-bottom: 1px dashed rgba(0,0,0,0.25);
}

.history-block{
    position: relative;
    text-align: center;
}

.history-block .inner{
    position: relative;
    display: block;
    padding: 0px 10px;
}

.history-block .date{
    position: relative;
    display: block;
    max-width: 160px;
    margin: 0 auto 35px;
}

.history-block .date .date-inner{
    position: relative;
    display: block;
    padding: 4px 4px;
    background: #f2f2f2;
    border: 1px dashed rgba(0,0,0,0.25);
}

.history-block .date .date-inner span{
    position: relative;
    display: block;
    padding: 8px 5px;
    line-height: 30px;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
}

.history-block:hover .date .date-inner span{
    background: #24a77e;
    color: #ffffff;
}

.history-block h5{
    position: relative;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    color: #132728;
    margin: 0 0 12px;
}

.history-block .text{
    position: relative;
    color: #132728;
    margin: 0 0;
}

.history-box .owl-theme .owl-nav,
.history-box .owl-theme .owl-dots{
    display: none;
}

.history-box .see-all{
    position: relative;
    text-align: center;
    padding-top: 50px;
}

.history-box .see-all a{
    position: relative;
    display: inline-block;
    vertical-align: top;
    color: #24a77e;
    text-transform: capitalize;
    font-size: 16px;
    font-weight: 500;
    border-bottom: 1px dashed #24a77e;
}

.history-box .see-all a i{
    position: relative;
    font-size: 10px;
}
a:hover {
    color: #34a593;
    text-decoration: underline;
}
.why-us{
    position:relative;
    padding: 100px 0px 70px;
}

.why-us .pattern-layer{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/background/bg-pattern-2.jpg) center top repeat;
}

.why-us .right-leaf{
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../images/background/big-leaf-right.png) right center no-repeat;
}

.why-us .title-box{
    position: relative;
    margin-bottom: 50px;
}

.why-us .title-box .text{
    position: relative;
    padding-top: 10px;
    line-height: 1.7em;
    max-width: 490px;
}

.why-block{
    position: relative;
    margin-bottom: 30px;
}

.why-block .inner-box{
    position: relative;
    display: block;
    text-align: center;
    padding: 45px 25px 20px;
    background: #ffffff;
    border-radius: 7px;
    min-height: 100%;
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.10);
}

.why-block .icon-box{
    position: relative;
    top: 0;
    display: block;
    width: 90px;
    height: 90px;
    margin: 0 auto 30px;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
}

.why-block:hover .icon-box{
    top: -5px;
}

.why-block .icon-box span{
    position: relative;
    display: block;
    width: 90px;
    height: 90px;
    background: #ffffff;
    color: #24a77e;
    font-size: 48px;
    line-height: 90px;
    border-radius: 50%;
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.07);
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
}

.why-block:hover .icon-box span{
    color: #ffffff;
    background: #24a77e;
}

.why-block .icon-box:before{
    content: '';
    position: absolute;
    display: block;
    left: -8px;
    top: 0;
    width: 90px;
    height: 90px;
    background: #eaeaea;
    border-radius: 50%;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
}

.why-block:hover .icon-box:before{
    left: 8px;
    background: #228a69;
}

.why-block h5{
    position: relative;
    top: 0;
    color: #132728;
    font-size: 20px;
    font-weight: 700;
    text-transform: capitalize;
    margin-bottom: 12px;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
    font-size: 25px;
/*    line-height: 51px;*/
    color: #132728;
    font-weight: 700;
}

.why-block:hover h5{
    opacity: 0;
}

.why-block .text{
    position: relative;
    top: 0;
    color: #585f5f;
    margin-bottom: 0px;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
    font-size: 16px;
    color: #000;
    line-height: 32px;
    font-weight: 500;
    margin-bottom: 25px;
}

.why-block:hover .text{
    top: -45px;
}

.why-block .more-link{
    position: relative;
    top: 0;
    display: block;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
}

.why-block:hover .more-link{
    top: -20px;
}

.why-block .more-link a{
    position: relative;
    display: inline-block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    color: #777777;
    font-size: 20px;
}

.why-block .more-link a:before{
    content: '';
    position: absolute;
    right: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background:#24a77e url(../images/icons/tri-pattern-2.png) 65% 65% no-repeat;
    opacity: 0;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
}

.why-block:hover .more-link a:before{
    opacity: 1;
}

.why-block .more-link a span{
    position: relative;
    z-index: 1;
}

.why-block:hover .more-link a{
    color: #ffffff;
}

.why-block .right-curve{
    position: absolute;
    right: 15px;
    bottom: 15px;
    border: 24px solid transparent;
    border-right: 24px solid #f3faf8;
    border-bottom: 24px solid #f3faf8;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
}

.why-block:hover .right-curve{
    opacity: 0;
}

.why-block .right-curve:before{
    content: '';
    position: absolute;
    right: -15px;
    bottom: -15px;
    width: 48px;
    height: 48px;
    background: url(../images/icons/tri-pattern-1.png) right bottom no-repeat;
}
@media(min-width:991px){
.header-upper-two1 .center-just{
    justify-content: center;
}
}
  .sidebar-form {
    position: fixed;
    top: 30%;
    right: -350px;
    width: 350px;
    box-shadow: 0 0 10px #00000020;
    padding: 20px;
    transform: translateY(-50%);
    transition: right .4s linear;
    z-index: 999999;
    background-color: #fff;
  }
.sidebar-form .call-action {
       position: absolute;
    background-color: #27a592;
    font-family: unset;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
/*    border-radius: 0px 0px 5px 5px;*/
    color: #fff;
    width: 230px;
    height: 40px;
    line-height: 40px;
    border-bottom: none !important;
    cursor: pointer;
    left: -134px;
    top: 50%;
    transform: translateY(-50%) rotate(90deg);
  }
  @media(max-width:991px){
    .sidebar-form {
      position: fixed;
      bottom: -100% !important;
      right: 0px;
      width: 100%;
      height: 100%;
      box-shadow: 0 0 10px #00000020;
      padding: 20px;
      transition: bottom .4s linear;
      z-index: 999999;
      background-color: #fff;
      top: unset;
      left: unset;
      transform: unset;
  }
  .sidebar-form .call-action {
    position: absolute;
    background-color: #27a592;
    font-family: unset;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    color: #fff;
    width: 100%;
    height: 40px;
    line-height: 40px;
    border-bottom: none !important;
    cursor: pointer;
    right: 0;
    bottom: 100%;
    transform: none;
    top: unset;
    left: unset;
    border-radius: 0;
  }
}
@media(max-width:991px){
    .banner-img {
    width: 100%;
    height: 259px;
    display: block;
    object-fit: cover;
}
.main-header .header-upper-two1 {
   
    background: transparent;
    
}
}
.cont-form{
    background:#e8e4e4;padding: 50px;
}
.bank-det {
    line-height: 45px;
    font-size: 27px;
        font-family: 'Inter', sans-serif;
}
#popup .close{ position: absolute;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: rgb(39 165 146);
    opacity: 1;
    right: -10px;
    top: -10px;
    line-height: 33px;}