/*FONTS*/
@font-face{
    font-family: barlow;
    src:url("../fonts/Barlow/Barlow-Regular.ttf");
    font-weight: 400;
}
@font-face{
    font-family: barlow;
    src:url("../fonts/Barlow/Barlow-Medium.ttf");
    font-weight: 500;
}
@font-face{
    font-family: barlow;
    src:url("../fonts/Barlow/Barlow-SemiBold.ttf");
    font-weight: 600;
}
@font-face{
    font-family: barlow;
    src:url("../fonts/Barlow/Barlow-Bold.ttf");
    font-weight: 700;
}
@font-face {
    font-family: LeMajor;
    src: url(../fonts/LeMajor-Regular.otf);
}
@font-face {
    font-family: pacifico;
    src: url(../fonts/Pacifico-Regular.ttf);
}
@font-face {
    font-family: font-awesome;
    src: url(../fonts/font-awesome/fa-solid-900.woff2);
}
body{
    font-family: barlow;
    font-size: 16px;
    line-height: 1.5em;
    color: #666666;
    overflow-x: hidden;
    font-weight: 400;
    transition: all 0.3s ease;
}
ul{
    padding: 0;
    margin: 0;
}
.mt30{
    margin-top: 30px;
}

.header-one {position: absolute;top: 0;left: 0;width: 100%;z-index: 10;color: #ffffff;}
.header-one .top-bar {font-size: 13px;padding: 5px 15px;border-bottom: 1px solid #ef6838;-webkit-transition: 0.3s;-o-transition: 0.3s;transition: 0.3s;background: #ef6838;}
.header-one .top-bar a {color: #ffffff;font-size: 15px;font-weight: 500;font-family: barlow;}
.top-bar ul{float: right;}
.header-one .top-bar ul {list-style: none;margin: 0;padding: 0;}
.header-one .top-bar ul li {display: inline-block;padding: 0 15px;}
.header-one .top-bar-left ul li {padding-left: 0;}
.header-one .top-bar-right {text-align: right;}
.header-one .top-bar-right ul li {padding-right: 0;margin: 0px 5px;}
.header-one .header-nav {padding: 15px;-webkit-transition: 0.3s;-o-transition: 0.3s;transition: 0.3s;background: #407e3e;padding-bottom: 5px;padding-top: 10px;
                         /*baackground: #3f678e;*/
}
.header-one h3{
    /*font-family: pacifico;*/
    margin: 8px 25px 8px 0;
}
.header-one h3 span{
    color: #113150;
}
.header-one .header-logo {display: inline-block;vertical-align: middle;margin-right: 10px;}
.header-one .header-logo a img{
    width: 100%;
}
.header-one .header-menu {float: left;font-family: barlow;font-weight: 400;/*margin-top: 15px;*/}
.header-one .header-menu>ul {display: inline-block;list-style: none;margin: 0;padding: 0;}
.header-one .header-menu>ul>li {display: inline-block;position: relative;}
.header-one .header-menu>ul>li>a {color: #fff;padding: 2px 5px;display: block;-webkit-transition: 0.3s;-o-transition: 0.3s;transition: 0.3s;border-radius: 4px;margin-top: 4px;}
.header-one.sticky.active .header-nav {padding: 7px 15px;background: #ef6838;}
.header-one.sticky.active .header-nav li.stevst a {background: #407e3e;}
.header-one.sticky.active .header-nav .sld img {background: #407e3e;}
.header-one.sticky.active .header-nav .header-menu>ul>li>a.active {color: #ef6838 !important;}
.header-one.sticky.active .header-nav .header-menu>ul>li>a {color: #fff;}
.header-one.sticky.active .header-menu>ul>li>a:hover {color: #ef6838;background: #fff;}
.header-one.sticky .header-menu>ul>li>a:hover {color: #ef6838;background: #fff;}
.header-one.sticky .header-menu .inrpgeti .inrpgetli a {color: #fff;}
.header-one.sticky .header-menu .inrpgeti .inrpgetli a:hover {color: #ef6838;}
.header-one.sticky.active .header-menu .inrpgeti .inrpgetli a {color: #fff;}
.header-one.sticky.active .header-menu .inrpgeti .inrpgetli a:hover {color: #fab144;}
.header-one .header-menu>ul>li>a#search-modal-btn {padding: 5px 5px;}
.header-one .header-menu>ul>li>a#sliding-sidebar-btn {padding-right: 0;background: #efb358;padding: 5px 5px;}
.header-one .header-menu>ul>li>a:hover {color: #c79153;text-decoration: none;}
.header-one .header-menu>ul>li>ul {list-style: none;margin: 0;padding: 0;position: absolute;top: 100%;left: 0;min-width: 150px;border-top: 5px solid #407e3e;background: #ffffff;z-index: 10;opacity: 0;visibility: hidden;-webkit-transform: translateY(20px);-ms-transform: translateY(20px);transform: translateY(20px);-webkit-transition: 0.3s;-o-transition: 0.3s;transition: 0.3s;-webkit-box-shadow: 0px 0px 5px 0px rgba(92, 87, 92, 0.75);box-shadow: 0px 0px 5px 0px rgba(92, 87, 92, 0.75);}
.header-one .header-menu>ul>li:hover>ul {opacity: 1;visibility: visible;-webkit-transform: translateY(0);-ms-transform: translateY(0);transform: translateY(0);}
.header-one .header-menu>ul>li>ul>li {position: relative;}
.header-one .header-menu>ul>li>ul>li a {font-family: barlow;font-size: 15px;padding: 8px 20px;display: block;color: #666666;white-space: nowrap;border-bottom: 1px solid #eeeeee;-webkit-transition: 0.3s;-o-transition: 0.3s;transition: 0.3s;}
.header-one .header-menu>ul>li>ul>li:last-child a {border-bottom: none;}
.header-one .header-menu>ul>li>ul>li a:hover {color: #ef6838;text-decoration: none;background: #f5f4f4;}
.header-one .header-menu>ul>li>ul>li>ul {list-style: none;margin: 0;padding: 0;position: absolute;top: 0;left: 100%;margin-left: 5px;min-width: 150px;background: #ffffff;z-index: 10;opacity: 0;visibility: hidden;-webkit-transform: translateY(20px);-ms-transform: translateY(20px);transform: translateY(20px);-webkit-transition: 0.3s;-o-transition: 0.3s;transition: 0.3s;-webkit-box-shadow: 0px 0px 5px 0px rgba(92, 87, 92, 0.75);box-shadow: 0px 0px 5px 0px rgba(92, 87, 92, 0.75);}
.header-one .header-menu>ul>li>ul>li:hover>ul {opacity: 1;visibility: visible;-webkit-transform: translateY(0);-ms-transform: translateY(0);transform: translateY(0);}
.header-one .mobile-menu {display: none;}
.header-one.sticky {position: fixed;-webkit-transition: 0.3s;-o-transition: 0.3s;transition: 0.3s; z-index: 1030;}
.header-one.sticky.active {background: rgba(0, 0, 0, 0.7);}
.header-one.sticky.active .top-bar {padding: 5px 15px;}
.header-one.sticky.active .header-nav {padding: 7px 15px;}
.db {
    border-bottom: 1px solid #ddd;
}
.inrpgeti {
    float: right;
    margin-bottom: 1.5rem;
    position: relative;
    top: 10px;
}
.inrpgeti li {
    display: inline;
    margin: 5px 20px;
}
.header-one.sticky .header-menu .inrpgeti .inrpgetli a {
    color: #fff;
}
.inrpgeti li a i{
    font-family: font-awesome;
}
li.stevst a {
    color: #fff;
    background: #ef6838;
    padding: 6px 12px;
    border-radius: 2px;
    transition: all 0.3s ease-in-out;
}
#mobile-header {
    display: none;
}
#desktop-header {
    display: block;
}
/*/HEADER STYLES OVER*/

/*BANNER STYLES*/
.scroll-icon {width: 20px;height: 30px;position: absolute;left: 50%;bottom: 30px;margin-left: -9px;-webkit-box-shadow: inset 0 0 0 2px #ffffff;box-shadow: inset 0 0 0 2px #ffffff;border-radius: 25px;opacity: 0.75;cursor: pointer;-webkit-transition: all 0.2s ease-in-out 0s;-o-transition: all 0.2s ease-in-out 0s;transition: all 0.2s ease-in-out 0s;-webkit-transform: translateY(10px);-webkit-transform: translateY(0px);-ms-transform: translateY(0px);transform: translateY(0px);z-index: 1;}
.scroll-icon:hover {opacity: 1;}
.scroll-icon:before {content: '';width: 4px;height: 5px;background: #ffffff;margin-left: 8px;top: 8px;border-radius: 4px;-webkit-animation-duration: 1.5s;animation-duration: 1.5s;-webkit-animation-iteration-count: infinite;animation-iteration-count: infinite;-webkit-animation-name: scroll;animation-name: scroll;position: absolute;}
#main-menu li a{
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    -webkit-transform: translateY(10px);
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    z-index: 1;
}
#main-menu li a:before{
    -webkit-animation-duration: 1.5s;animation-duration: 1.5s;-webkit-animation-iteration-count: infinite;animation-iteration-count: infinite;-webkit-animation-name: scroll;animation-name: scroll;position: absolute;
    content: "";
}
@-webkit-keyframes scroll {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    50% {
        opacity: 1;
        -webkit-transform: translateY(7px);
        transform: translateY(7px);
    }
}

@keyframes scroll {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
    50% {
        opacity: 1;
        -webkit-transform: translateY(7px);
        transform: translateY(7px);
    }
}

.banner-wrap {
    background-image: url("../img/slider1.jpg");
    background-position: center;
    padding: 0;
    opacity: 0.8;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    position: relative;
    z-index: 10;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.banner-wrap:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.90);
}

.banner-wrap video {
    border: 2px solid #ef6838;
    border-radius: 10px;
    width: 100%;
    height: auto;
    max-height: 90vh; /* Ensure the video doesn't overflow the viewport */
}

.banner-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; /* Center elements horizontally */
    height: 100%;
    text-align: center;
    z-index: 11; /* Ensure it is above the overlay */
}

.banner-container h1 {
    font-size: 45px;
    font-weight: 700;
    margin: 0 0 20px;
    color: #fff;
    text-transform: uppercase;
}

.banner-container h1 span {
    color: #fff;
}

.banner-container h2 {
    font-size: 30px;
    font-weight: 500;
    margin: 0 0 20px;
    color: #ef6838;
    text-transform: uppercase;
}

.banner-container h3 {
    font-size: 22px;
    font-weight: 400;
    margin: 0 0 30px;
    color: #fff;
}

.banner-container a.btn {
    width: 100px;
    margin-top: 20px; /* Add margin to create space above the button */
}

.btn-primary {
    color: #fff;
    background: #ef6838;
    padding: 6px 12px;
    border-radius: 2px;
    transition: all 0.3s ease-in-out;
    border: none;
    outline: none;
}

/*about section*/
.welcome-sec{
    background: #407e3e;
}
.h2span{
    color: #ef6838;
    text-transform: lowercase;
    font-weight: 600;
}
.welcome{
    color: #fff;
    text-align: center;
    padding: 20px 0px;
}
.welcome h2{
    color: #fff;
    font-size: 27px;
    font-weight: 600;
    letter-spacing: 2px;
    font-family: LeMajor;
    text-transform: lowercase;
    line-height: 40px;
}
.welcome p {
    font-size: 17px;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

/*features*/
.round-sec{
    padding: 25px 0px;
    background-image: url(../img/climpek.png);
}
.part {
    text-transform: lowercase;
    font-size: 25px;
    line-height: 45px;
    color: #407e3e;
    margin-bottom: 30px;
    text-align: center;
    font-family: LeMajor;
    font-weight: 600;
}
.part span{
    font-size: 30px;
}
.hmep .feature-icon .icon {
    display: inline-block;
}
.hmep .feature-icon .icon {
    text-align: center;
}
.hmep .feature-content {
    display: block;
    text-align: center;
}
.hmep{
    text-align: center;
}
.hmep .feature-content {
    margin-left: 0;
    position: relative;
    top: 5px;
}
.hmep .feature-content h5 {
    font-size: 20px;
}
.w-20{width: 20%;flex: 20%;max-width: 20%;}
.single-feature.hmep.mb-2 {
    margin-bottom: 2rem !important;
}
.services-right {
    display: inline-block;
}
.feature-content {
    margin-left: 2%;
    position: relative;
    top: 15px;
}
.feature-content h5 {
    font-size: 30px;
    color: #000;
    margin-bottom: 0px;
}
.feature-content p {
    color: #666;
    font-size: 15px;
}
.feature-icon .icon {
    border: 2px solid #ef6838;
    border-radius: 10%;
    padding: 5px 0px;
    margin-left: 0px;
    width: 65px;
    height: 65px;
    line-height: 65px;
    text-align: center;
}
.feature-icon .icon img {
    width: 80%;
    text-align: center;
    margin: 0 auto;
}

/*about styles*/
.about-sec .text-block{
    background: #fff;
    padding: 20px 40px;
    position: relative;
    left: 100px;
    z-index: 9;
    top: -20px;
    border-right: 5px solid #ef6838;
}
.about-sec .text-block h2{
    font-size: 25px;
    text-transform: lowercase;
    font-weight: 600;
    color: #407e3e;
    text-align: center;
    font-family: LeMajor;
}
.about-sec .text-block h5{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    color: #407e3e;
    text-align: center;
}
.about-sec .text-block p{
    font-size: 15px;
    line-height: 23px;
    text-align: justify;
    color: #666;
}
.about-sec .text-block-1 {
    background: #fff;
    padding: 20px 40px;
    position: relative;
    left: 100px;
    z-index: 9;
    top: 60px;
    border-right: 5px solid #ef6838;
}
.pmo{
    padding: 0;
    margin:0;
}
.tbp{
    padding: 10px 5px;
}
.about-sec .text-block-1 h2{
    font-size: 25px;
    text-transform: lowercase;
    font-weight: 600;
    color: #407e3e;
    text-align: center;
    font-family: LeMajor;
}
.about-sec .text-block-1 h5{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 500;
    color: #407e3e;
    text-align: center;
}
.about-sec .text-block-1 p{
    font-size: 15px;
    line-height: 23px;
    text-align: justify;
    color: #666;
}
.about-sec .img-block img{
    height: 400px;
    width: auto;
    overflow: hidden;
}
.about-sec .text-block-club-1 {
    background: #fff;
    padding: 20px 40px;
    position: relative;
    right: 100px;
    z-index: 9;
    top: 0px;
    border-left: 5px solid #ef6838;
    margin: 75px 0;
}
.about-sec .text-block-club-1 h2 {
    font-size: 25px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #407e3e;
    text-align: center;
    text-transform: lowercase;
    font-family: LeMajor;
}
.be-more-do{
    width: 100%;
    height: auto;
    object-fit: cover;
}
.watg {
    background: #ef6838;
    padding: 10px 0px;
}
.cf {
    padding: 0;
}
.watgp {
    color: #ffffff;
    font-size: 28px;
    font-weight: 300;
    margin: 0;
    text-transform: lowercase;
    text-align: center;
    letter-spacing: 1px;
    font-family: LeMajor;
}
.tbp {
    padding: 10px 5px;
}
/*amenities*/
.prem-sec {
    padding: 15px 0px;
    background-image: url(../img/climpek.png);
}
.prem {
    color: #407e3e;
    text-align: center;
    font-size: 30px;
    font-weight: 600;
    text-transform: lowercase;
    font-family: LeMajor;
    letter-spacing: 1px;
}
.ameni-icon {
    text-align: center;
    margin-top: 30px;
}
.ameni-icon .icon {
    border: 2px solid #ef6838;
    border-radius: 10px;
    width: 80px;
    height: 80px;
    line-height: 80px;
}
.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.ameni-icon .icon img {
    transition: all 0.3s ease-in-out;
    margin: 10px 0;
    height: 54px;
    width: auto;
    border-radius: 8px;
}
.ameni-icon .icon img.img-new{
    height: auto;
    margin: 0;
}
.ameni-icon .icon:hover img {
    transform: scale(1.3);
}
.tct p {
    margin: 10px 0px;
    font-size: 19px;
    color: #555;
    line-height: 30px;
}

/*project carousel*/
.latest-projects-area{position: relative;display: block;background: #f5f9ff;width: 100%;padding: 100px 50px;}
.latest-projects-v3{padding: 0;}
.single-project-style3 .img-holder{position: relative;display: block;overflow: hidden;z-index: 10;}
.single-project-style3 .img-holder img{width: auto;height: 200px;overflow: hidden;transform: scale(1.01);transition: all 700ms ease;}
.single-project-style3:hover .img-holder img {transform:scale(1.2) rotate(2deg);}
.single-project-style3 .overlay-content{position: absolute;top: 0;left: 0;width: 100%;height: 100%;content: "";background: rgba(0, 0, 0, 0.50);transform: scaleX(0);border: 4px solid #ef6838;transition: all 700ms ease 100ms;z-index: 3;}
.single-project-style3.sps3 .overlay-content{position: relative;top: 0;left: 0;width: 100%;height: 100%;content: "";background: #3a4b3b;transform: scaleX(1);/*border: 4px solid #3a4e3a;*/transition: all 700ms ease 100ms;z-index: 3;min-height: 130px;box-shadow: rgb(6 33 63 / 13%) 0px 1px 2px 0px;border: none;border-radius: 4px;}
.single-project-style3.sps3 .overlay-content .inner-content .links-icons {display: table-cell;vertical-align: middle;text-align: center;transform: scale(1);transition: all 700ms ease 500ms;}
.single-project-style3:hover .overlay-content{transform: scaleY(1);}
.single-project-style3:hover .overlay-content .inner-content .links-icons{transform: scale(1.0);}

.single-project-style3.sps3 .links-icons .icon-link {color: #edf6ef;padding: 10px;font-size: 16px;line-height: 26px;display: block;font-family: "Barlow",sans-serif;}
.single-project-style3 .overlay-content .inner-content{display: table;width: 100%;height: 100%;}
.single-project-style3 .overlay-content .inner-content .links-icons{display: table-cell;vertical-align: middle;text-align: center;transform: scale(0);transition: all 700ms ease 500ms;}
.single-project-style3 .overlay-content .inner-content .links-icons a span:before{position: relative;display: block;width: 35px;height: 35px;margin: 0 auto;color: #ffffff;font-size: 35px;line-height: 35px;font-weight: 400;transition: all 500ms ease;}
.single-project-style3 .overlay-content .inner-content .links-icons a:hover span:before{color: #e9212e;}
.single-project-style3 .title-holder{position: relative;display: block;padding-top: 24px;}
.single-project-style3 .title-holder span{color: #7c7e84;}
.single-project-style3 .title-holder h3{color: #ffffff;font-weight: 600;margin: 3px 0 0;}
.project-carousel-v3.owl-carousel .owl-nav {position: absolute;top: -115px;display: block;left: 0;right: 0;max-width: 1170px;width: 100%;margin: 0 auto;}
.project-carousel-v3.owl-carousel .owl-nav [class*="owl-"] {position: absolute;right: 0;display: inline-block;background: transparent;width: 55px;height: 55px;border: 1px solid #ef6838;line-height: 0;margin: 0;padding: 15px !important;transition: all 700ms ease 100ms;border-radius: 50%;}
.project-carousel-v3.owl-carousel .owl-nav .owl-prev {right: 65px;font-size: 30px;font-weight: 500;color: #ef6838;}
.project-carousel-v3.owl-carousel .owl-nav [class*="owl-"] i:before{color: #5e5e5e;font-size: 20px;font-weight: 400;}
.project-carousel-v3.owl-carousel .owl-nav .owl-next {margin-left: 10px;font-size: 30px;font-weight: 500;color: #ef6838;}
.project-carousel-v3.owl-carousel .owl-nav [class*="owl-"]:hover{border-color: #407e3e;}
.links-icons .icon-link{color: #fff;}
.sec-title h2{
    margin-bottom: 20px;
}

/*master plan*/
.master-sec {
    padding-bottom: 0px;
    background-image: url(../img/climpek.png);
}
.demo-gallery > ul {
    margin-bottom: 0;
    padding-left: 15px;
}
.demo-gallery > ul > li {
    margin-bottom: 15px;
    width: 100%;
    display: inline-block;
    margin-right: 15px;
    list-style: outside none none;
}
.demo-gallery > ul > li a {
    border: 3px solid #FFF;
    border-radius: 3px;
    display: block;
    overflow: hidden;
    position: relative;
    float: left;}
.demo-gallery > ul > li a > img {
    -webkit-transition: -webkit-transform 0.15s ease 0s;
    -moz-transition: -moz-transform 0.15s ease 0s;
    -o-transition: -o-transform 0.15s ease 0s;
    transition: transform 0.15s ease 0s;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    height: 100%;
    width: 100%;
}
.mb20{margin-bottom: 20px;}
.mb30{
    margin-bottom: 30px;
}
.mt20{margin-top: 20px;}
.mb10{margin-bottom: 10px;}
.hovereffect {width: 100%;height: 100%;float: left;position: relative;text-align: center;cursor: default;}
.hovereffect img {display: block;position: relative;-webkit-transition: all .35s;transition: all .35s;width: 100%;}
.hovereffect .overlay {position: absolute;overflow: hidden;width: 80%;height: auto;left: 10%;top: 5%;border-bottom: 1px solid #fff;border-top: 1px solid #fff;-webkit-transition: opacity .35s,-webkit-transform .35s;transition: opacity .35s,transform .35s;-webkit-transform: scale(0,1);-ms-transform: scale(0,1);transform: scale(0,1);}
.overlay h3 {text-align: center;color: #fff;margin: 20px;display: block;font-family: "Barlow",sans-serif;font-size: 25px;font-weight: 500;line-height: 40px;}

.hovereffect:hover img {
    filter: url(data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.6" /><feFuncG type="linear" slope="0.6" /><feFuncB type="linear" slope="0.6" /></feComponentTransfer></filter></svg>#filter);
    filter: brightness(.6);-webkit-filter: brightness(.6);
}
.hovereffect:hover .overlay {opacity: 1;-webkit-transform: scale(1);-ms-transform: scale(1);transform: scale(1);}
.ctr img{width: 100%;cursor: pointer;}
.pd25{padding-bottom: 25px; padding-top: 25px;}
.mplane {
    color: #407e3e;
    font-size: 25px;
    font-weight: 600;
    text-align: left;
    text-transform: lowercase;
    font-family: LeMajor;
    letter-spacing: 1px;
    margin-bottom: 10px;
}
.mplaneh {color: #ef6838;font-size: 22px;font-weight: 600;text-align: left;font-family: LeMajor;letter-spacing: 1px;text-transform: lowercase;line-height: 30px;}
.mplanep{color: #666;font-size: 15px;}
.ttpbrd{border-top: 2px solid #ef6838;border-bottom: 2px solid #ef6838;}
.ttplan {color: #407e3e;font-size: 20px;font-weight: 600;text-align: center;font-family: LeMajor;text-transform: lowercase;letter-spacing: 1px;}
.typh2 {color: #ef6838;font-size: 30px;font-weight: 600;text-align: center;text-transform: lowercase;font-family: LeMajor;margin-bottom: 10px;letter-spacing: 1px;}
.typh5 {color: #407e3e;font-size: 23px;font-weight: 600;text-align: center;font-family: LeMajor;margin-bottom: 10px;text-transform: lowercase;letter-spacing: 1px;}
.typp{margin: 20px 0px;}
.typp p{color: #666;font-size: 15px;font-weight: 400;line-height: 23px;}
.flor .ctr img {height: auto;}
.flor.indf .ctr img {height: auto;}
@media(min-width: 1400px) and (max-width: 1600px){
    .flor .ctr img {height: 567px;object-fit: fill;}
    .flor.indf .ctr img {height: 450px;object-fit: fill;}
}
.contr {
    font-size: 50px;
    color: #000;
    font-family: font-awesome;
}
.carousel-inner{background: #fff;padding: 0px;margin: 0px;}
.carousel-inner .item{
    transition: all 0.3s ease;
}
.price-sec{background-image: url(../img/climpek.png);padding-top: 25px;}
.ftp-end {
    font-family: LeMajor;
    font-size: 27px;
    color: #ef6838;
    text-align: center;
    margin-bottom: 10px;
    text-transform: lowercase;
    letter-spacing: 1px;
    font-weight: 600;
}
.mb20{
    margin-bottom: 20px;
}
.mb60{margin-bottom: 60px;}
#pricing-table-section {padding: 100px 0;}
#pricing-table-section .pricing-table-item {border: 1px solid #dddddd;border-radius: 5px;padding: 45px;position: relative;overflow: hidden;}
#pricing-table-section.background-dark .pricing-table-item {border: 1px solid #666666;}
#pricing-table-section .pricing-table-item i {color: #c79153;font-size: 40px;margin-bottom: 25px;}
#pricing-table-section .pricing-table-item h3 {margin-bottom: 20px;}
#pricing-table-section .pricing-table-item .price {font-family: 'Barlow', sans-serif;color: #c79153;font-size: 35px;margin-bottom: 45px;display: block;font-weight: 700;}
#pricing-table-section .pricing-table-item ul {margin: 0;padding: 0;list-style: none;}
#pricing-table-section .pricing-table-item ul li {margin-bottom: 20px;}
#pricing-table-section .pricing-table-item ul li:last-child {margin-bottom: 0;}
#pricing-table-section .pricing-table-item .btn {margin-top: 50px;}
#pricing-table-section .pricing-table-item .highlight-label {background: #c79153;color: #fff;text-transform: uppercase;position: absolute;right: -50px;-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg);transform: rotate(45deg);padding: 5px 0;min-width: 200px;top: 30px;}
.unlock{color: #fff !important;background: #ef6838;padding: 6px 12px;border-radius: 2px;transition: all 0.3s ease-in-out;}
.unlock:hover{background: #407e3e;cursor:pointer;}
.unlock i{margin-right: 5px;font-size: 12px;font-family: font-awesome;}
#pricingtable {width: 100%;padding-bottom: 50px;}
#pricingtable td, #pricingtable th {border: 1px solid #bbb;padding: 10px;text-align: center;}
#pricingtable tr:nth-child(even){background-color: #f2f2f2;}
#pricingtable th {padding: 10px 50px;color: #fff;background-color: #407e3e;text-align: center;font-weight: 400;}

/*location*/
.calcd{background-image: url(../img/climpek.png);padding-top: 25px;}
.brd{border-top: 2px solid #ef6838;}
input#txtLocation::placeholder {color: #222 !important;font-size:15px;}
#floating-panel input#txtLocation{border-radius: 50px;box-shadow: inset 0px 0px 3px 1px #ccc;background: #f3f7fa;width: 100%;padding: 10px 20px;border: inherit;}
#txtLocation{border-radius: 50px;box-shadow: inset 0px 0px 3px 1px #ccc;background: #f3f7fa;}
.cald {font-family: LeMajor;font-size: 30px;color: #ef6838;margin-bottom: 10px;letter-spacing: 1px;text-transform: lowercase;font-weight: 600;}
div#aqntiesmap-loc {
    margin-top: 20px;
}
.distance_bg {
    background: #fff;
    padding: 40px;
    box-shadow: 0 3px 9px 0 #8A8A8A;
}
.input-area p {
    color: #ef6838;
    font-size: 22px !important;
    margin-bottom: 15px;
}
.info-card{
    display: none;
}
#directionsPanel, .directionsPanel {
    padding: 15px 0;
    max-height: 230px;
    overflow: auto;
    text-align: left;
}
.rp-sec {
    padding: 25px 0px;
    background-image: url(../img/climpek.png);
}
.rp-sec.spcl-p0{padding: 0px;}
.rp-sec.spcl-p0 .rp-div-p {border-bottom: 2px solid #faaf40;padding: 20px 0px;}
.rp-div p{line-height: 30px;margin: 0;color: #666;font-size: 15px;text-align: left;}
.rp-div-p{border-top: 2px solid #ef6838;border-bottom: 2px solid #ef6838;padding: 20px 0px;text-align: center;}
.mt0{margin-top: 0px;}
.brd{border-top: 2px solid #ef6838;}
.pt20{padding-top: 20px;}
.nh2 {color: #407e3e;font-size: 30px;font-weight: 600;text-align: center;text-transform: lowercase;font-family: LeMajor; margin-bottom: 10px;letter-spacing: 1px;}
.nh5 {color: #ef6838;font-size: 20px;font-weight: 600;text-align: center;font-family: LeMajor;margin-bottom: 10px;text-transform: lowercase;letter-spacing: 1px;}
.pt20{padding-top: 20px;}
.p-txt-blck{color: #407e3e;font-size: 15px;line-height: 24px;}
.p-txt-blck p{color: #666;font-size: 15px;line-height: 24px;}

.card-header {background-repeat: round;color: #fff;padding: 3px 10px;}
.card-header .btn-link{color: #fff;text-align: left;text-decoration: none;}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {height: auto !important;}
.card-body {padding: 0px;}
.cntr img {height: auto;}
.tab-pane .nav-tabs li {margin: 20px 0px;}
.tab-pane .nav-tabs li a {padding: 10px 0px;border: none;}
/*.collapse{border-bottom: 1px solid #ddd;}*/
.collapsed{text-decoration: none;}
.collapse.in {
    display: block;
}
.accordion{width: 95%;}
.accordion .card {margin: 5px 0px;}
.tab-pane .nav-tabs {float: none;}
.accordion .card .card-header {padding: 0;background: #ef6838;}
.accordion .card .btn.collapsed .arrow-icon {transform: rotate(180deg);}
.accordion .card .btn .arrow-icon {position: relative;right: -15px;top: 50%;margin-top: -3px;-webkit-transition: 0.3s;-o-transition: 0.3s;transition: 0.3s;}
#faq-section .card .btn {font-size: 15px;}
#faq-section {padding: 20px 0 40px !important;background-image: url(../img/climpek.png);}
#faq-section {padding: 20px 0;padding-bottom: 10px;}
#faq-section .card {border-radius: 0;margin-bottom: 20px;border: 0;}
#faq-section .card .card-header {background: #1f581c;border: 1px solid rgba(0, 0, 0, .125);margin-bottom: 0;border-radius: 0;position: relative;padding-right: 40px;padding: 10px 20px;}
#faq-section.background-dark .card .card-header {background: #222222;border: 1px solid #666666;}
#faq-section .card .card-body {border: 1px solid rgba(0, 0, 0, .125);border-top: 0;padding: 15px 15px;font-size: 15px;line-height: 23px;color: #222;}
#faq-section.background-dark .card .card-body {background: #222222;border: 1px solid #666666;border-top: 0;}
#faq-section .card .btn {font-size: 17px;font-weight: 400;color: #ef6838;padding: 0;width: 100%;text-align: left;text-decoration: none;letter-spacing: 0.5px;text-transform: uppercase;}
#faq-section.background-dark .card .btn {color: #ffffff;}
#faq-section .card .btn .arrow-icon {position: absolute;right: 20px;top: 50%;margin-top: -3px;-webkit-transition: 0.3s;-o-transition: 0.3s;transition: 0.3s;}
#faq-section .card .btn.collapsed .arrow-icon {-webkit-transform: rotate(180deg);-ms-transform: rotate(180deg);transform: rotate(180deg);}
#specifications-section {padding: 20px 0;padding-bottom: 10px;background-image: url(../img/climpek.png);}
#specifications-section .card {border-radius: 0;margin-bottom: 20px;border: 0;}
#specifications-section .card .card-header {background: #1f581c;border: 1px solid rgba(0, 0, 0, .125);margin-bottom: 0;border-radius: 0;position: relative;padding-right: 40px;padding: 10px 20px;}
#specifications-section.background-dark .card .card-header {background: #222222;border: 1px solid #666666;}
#specifications-section .card .card-body {border: 1px solid rgba(0, 0, 0, .125);border-top: 0;padding: 15px 15px;font-size: 15px;line-height: 23px;color: #666;background-image: url("../img/climpek.png");}#specifications-section .card .card-body ul{
    padding-left: 30px;
}
#specifications-section.background-dark .card .card-body {background: #222222;border: 1px solid #666666;border-top: 0;}
#specifications-section .card .btn {font-size: 17px;font-weight: 400;color: #ef6838;padding: 0;width: 100%;text-align: left;text-decoration: none;letter-spacing: 0.5px;text-transform: uppercase;}
#specifications-section.background-dark .card .btn {color: #ffffff;}
#specifications-section .card .btn .arrow-icon {position: absolute;right: 20px;top: 50%;margin-top: -3px;-webkit-transition: 0.3s;-o-transition: 0.3s;transition: 0.3s;}
#specifications-section .card .btn.collapsed .arrow-icon {-webkit-transform: rotate(180deg);-ms-transform: rotate(180deg);transform: rotate(180deg);}

.project{background-image: url(../img/climpek.png);}
.faq-sec .card-header {padding: .25rem 0rem;background-color: transparent;border-bottom: none;}
.faq-sec .accordion .card:last-of-type {border: none;}
.faq-sec .btn {text-decoration: none;font-size: 19px;color: #407e3e;padding: 0px 1.25rem;text-align: left;}
.faq-sec .accordion .card {background: transparent !important;border: none;}
.faq-sec .card-body {padding: 0.25rem 2rem;font-size: 15px;color: #666;}
.pb0{padding-bottom: 0px;}
.faq-sec .ftp-end {text-align: left;padding-left: 10px;}
.bdtop{border-top: 2px solid #ef6838;padding-top: 25px;}
.faq-sec .card-header {padding: .25rem 0rem;background-color: transparent;border-bottom: none;}
.faq-sec .accordion .card:last-of-type {border: none;}
.pb0{padding-bottom: 0px;}
.faq-sec .card-header {background: transparent !important;}
footer {width: 100%;margin: 0;padding: 0;font-size: 13px;color: white;background: #407e3e;background-repeat: no-repeat;background-size: cover;font-family: "Barlow",sans-serif;padding-top: 100px;position: relative;margin-top: 60px;}
.social-icon-section{position: absolute;top: -10%;left: 0;width: 100%;}
.ftpp{font-size: 15px;}
.ftop{background: #ef6838;}
.foot-top{text-align: center;color: #fff;width: 100%;padding: 10px 0px;margin: 10px 10px;border: 2px solid #407e3e;}
.foot-top h2 {color: #fff;font-size: 25px;text-transform: lowercase;font-weight: 600;text-align: center;font-family: LeMajor;letter-spacing: 1px;}
.foot-mail.cha{text-align: left;}
.mp0{padding: 0px;margin: 0px;}
.pgl-footer h2 {color: #fff;font-size: 20px;margin-bottom: 10px;}
.pgl-upper-foot address {line-height: 2.2;font-size: 16px;}
.pgl-upper-foot a {color: #666;}
.pgl-upper-foot a {color: #666;font-size: 16px !important;font-weight: 500 !important;}
.pgl-footer li {margin-bottom: 8px;font-size: 16px;}
#footer-mail.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}
#footer-mail.form-inline .form-control {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    height: 35px;
    border-radius: 0px;
    border: none;
}
#footer-mail.form-inline input {
    margin: 5px 10px 5px 0;
    padding: 10px;
    background-color: #fff;
}
.submi {
    padding: 5px 50px !important;
}
.button-primary {
    font-weight: 500;
    background: #ef6838;
    background: linear-gradient(to right, #ef6838 50%, #ef6838 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    color: #ffffff;
    border-radius: 0;
    padding: 10px 35px;
    text-transform: uppercase;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border: 1px solid #ddd;
}
.pgl-copyrights {
    padding: 10px 10px 0 10px;
}
.pgl-copyrights p {
    font-size: 14px;
}
.pt60{
    padding-top: 60px;
}
.pgl-copyrights a {
    color: white;
}
.pull-right{
    float: right;
}

#scroll-to-top {position: fixed;bottom: 20px;right: 20px;background: #ef6838;width: 50px;height: 50px;cursor: pointer;opacity: 0.8;text-align: center;border: 1px solid #eee;z-index: 1;-webkit-transition: 0.3s;-o-transition: 0.3s;transition: 0.3s;display: none;}
#scroll-to-top i {color: #fff;font-size: 40px;margin-top: 6px;-webkit-transition: 0.3s;-o-transition: 0.3s;transition: 0.3s; font-family: font-awesome;}
#scroll-to-top:hover {opacity: 1;}
#scroll-to-top:hover i {margin-top: 2px;}

.modal-open .modal {z-index: 9999999999;opacity:1;
  background-color: rgba(0,0,0,0.5);}
.modal-content {
  border-radius: 2px;
  margin-top: 60px;
}
.modal-header {
  background-image: url(../img/climpek.png);
  padding: 5px 20px;
}
.modal-title {
  text-transform: lowercase;
  font-size: 25px;
  line-height: 45px;
  color: #ef6838;
  text-align: center;
  font-weight: 600;
  font-family: LeMajor;
}
.modal-header .close {
  font-size: 55px;
  font-weight: 400;
  padding: 0rem 1rem;
  margin: -1rem -1rem -1rem auto;
  position: relative;
  top: 0px;
  height: 70px;
}
.ftop {
  background: #ef6838;
}
.foot-top {
  text-align: center;
  color: #fff;
}
.modal-body .foot-top h2 {
  color: #fff;
  font-size: 25px;
  text-transform: lowercase;
  font-weight: 550;
  text-align: center;
  line-height: 40px;
}
.foot-top h2{
    font-family: LeMajor;
  letter-spacing: 1px;
}
.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.modal-body .form-group {
  width: 100%;
  margin: 5px 0px;
  display: block;
  text-align: center;
}
.modal-body .form-inline .form-control {
  display: block;
  width: 100%;
  vertical-align: middle;
  height: 40px;
  border-radius: 0px;
}
.form-inline .form-control {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
  height: 35px;
  border-radius: 0px;
  border: none;
}
.modal-body .submi {
  width: 80%;
  letter-spacing: 1px;
  height: 45px;
  font-size: 20px;
  font-weight: 400;
  background-color: #fff;
  border: 1px solid #ddd;
  margin: 20px 0px;
}