:root{
	--primary-color: #ffa40f;
	--secondary-color: #021C2F;
}

html, body{
	overflow-x: hidden;
}
#mainNavbar a.dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}

/* Show dropdown on hover */
.navbar-nav .dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0; /* optional: remove small gap */
}

/* Optional: make dropdown smooth */
.dropdown-menu {
    transition: all 0.3s ease;
}
.navbar-nav li{
    font-family: "Inter", sans-serif;
    font-weight:600;
    font-size:16px;
    padding:0 12px;
}
.navbar-light .navbar-nav .nav-link{
    color:#0f1f46;
}
.navbar-light .navbar-nav .nav-link:hover{
    color:#ffa40f;
}
.current_page_item a{
	color: var(--primary-color) !important;
}
.hd-book-btn{
    padding: 13px 34px;
    background: rgb(255, 164, 15);
    display: inline-block;
    position: relative;
    z-index: 1;
    transition: .5s;
    font-weight: 400;
    font-size: 18px;
    color: rgb(255, 255, 255);
}
.hd-book-btn:before{
    position: absolute;
    content: "";
    left: -10px;
    top: -10px;
    width: 100%;
    height: 100%;
    border: 1px solid rgb(255, 164, 15);
    transition: .5s;
}
.hd-book-btn:hover:before{
    left:0;
    top:0;
}
@media screen and (max-width:768px){
	.hd-book-btn{
		display: inline-block !important;
	}
}
.hd-book-btn:hover{
    color:#f1f1f1;
}
.hd-book-btn img{
    margin-right:10px;
}
.title-box h5{
	color: #FFFFFF;
	font-size: 16px;
	  font-family: "Barlow", sans-serif;
}

.title-box h2{
    font-family: "Barlow", sans-serif;
    font-weight: 700;
}
@media screen and (min-width:991px){
	.title-box h2{
        font-size: 50px;
    }
}

@media (max-width: 1440px) {

.navbar-nav li {
    font-size: 14px;
    padding: 0 10px;
}

}
/*-----------------------------------
    Universal Styling
------------------------------------*/
@media screen and (min-width:991px){
	.title-box h2{
	    font-size: 75px;
    }
}
a{
	text-decoration: none;
}
/* button */
.primary-btn-1{


    color: #fff;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 500;
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    display: inline-flex;
    align-items: center;
    line-height: normal;
    white-space: nowrap;
    padding: 15px 35px;
    gap: 10px;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all .6s;
    border-radius: 50px;
    }
    .primary-btn-1:hover{
        color: #fff;
    border: 1px solid var(--secondary-color);
    }
    .primary-btn-1 span{
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-radius: 50%;
    background-color: var(--secondary-color);
    transition: all .6s;
    transform: translate(-50%, -50%);
    z-index: -1;
    }
    .primary-btn-1:hover span{
        width: 225%;
        height: 1000.5px;
    }

/*-----------------------------------
Hero  section Styling
------------------------------------*/
.hero-section-form-wrapper {
	background: #fff;
	width: 342.78px;
	border-radius: 30px;
}
@media screen and (max-width:768px){
	.hero-section-form-wrapper{
		width: 100%;
	}
}
.hero-section{
    padding:150px 0;
}
.hero-section-btn{
    width:max-content;
    margin:0 auto;
}

@media (max-width: 767.98px) { 
 
.hero-section {
    padding: 50px 0;
}
    
}
/*-----------------------------------
About section Styling
------------------------------------*/
.about{
    position: relative;
        margin-bottom: 70px;
}
.about .about-content h3{
	color: #4B4B4B;
	 font-family: "Roboto Condensed", sans-serif;
}
.about .about-btn .more{
    background-color: #16254a;
}
.about .about-btn .more:before {
    border: 1px solid #16254a;
}
@media screen and (min-width:991px){
	.about .about-content h3{
		font-size: 24px;
	}
}
.about .title-box h5 {
    color: #ffa40f;
    font-size: 20px;
}
.about .title-box h3 {
    font-size: 36px;
    color: #16254a;
}
.about .title-box h3 span{
    font-weight: 700;
}
.about .about-content p{
	color: #7D7D7D;
	 font-family: "Roboto", sans-serif;
	line-height: 1.8;
}
.about .about-featured-wrapper .about-featured-icon {
    width: 65px;
    height: 65px;
    line-height: 60px;
    text-align: center;
    background: #ffa40f;
    border-radius: 50px;
        position: relative;
    z-index: 1;
    overflow: hidden;
    transition: .5s;
}
.about .about-featured-wrapper .about-featured-icon:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 0%;
    height: 100%;
    background: rgb(22, 37, 74);
    border-radius: 50%;
    z-index: -1;
    transition: .5s;
}
.about .about-featured-wrapper .about-featured-icon:hover:before {
    width: 100%;
}
.about .about-featured-wrapper .about-featured-icon img {
    width: 35px;
    height: 35px;
}
.about .about-img-wrapper{
    position: relative;
}
.about .about-img-wrapper .image1 img{
    height: 500px;
    object-fit: cover;
    width: 100%;
    border: 6px solid #ffa40f;
    border-radius: 20px;
}
.about .about-img-wrapper .image2 {
    position: absolute;
    clear: both;
    top: 15%;
    right: -70px;
    width: 85%;
}
.about .about-img-wrapper .image2 img {
    height: 550px;
    width: 100%;
    object-fit: cover;
    border: 6px solid #ffa40f;
    border-radius: 20px;
}
.about .about-img-wrapper .info {
    background-color: #16254a;
    border-radius: 50%;
    width: 200px;
    height: 200px;
    text-align: center;
    position: absolute;
    clear: both;
    content: "";
    bottom: -18%;
    left: 5%;
}
.about .about-img-wrapper .info .text{
    position: relative;
    padding: 15px;
}
.about .about-img-wrapper .info .text img{
        animation: animName 10s linear infinite;
}
@keyframes animName {
 0%{
    transform: rotate(0deg);
   }
100%{
    transform: rotate(360deg);
   }
}
.about .about-img-wrapper .info .text .icon {
    position: absolute;
    clear: both;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 35%;
}
.about .about-img-wrapper .info .text .icon img{
    animation: mirrorflip 5s 0s linear infinite;
}
@keyframes mirrorflip {
	0% {
		transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-o-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
		
	}
	50% {
		transform: scale(-1, 1);
		-webkit-transform: scale(-1, 1);
		-moz-transform: scale(-1, 1);
		-o-transform: scale(-1, 1);
		-ms-transform: scale(-1, 1);
	}
	100% {
		transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		-moz-transform: scale(1, 1);
		-o-transform: scale(1, 1);
		-ms-transform: scale(1, 1);
	}
}
	.about .about-featured-wrapper .about-featured-text h3 {
	  font-family: "Roboto Condensed", sans-serif;
}
@media screen and (min-width:991px){
	.about .about-featured-wrapper .about-featured-text h3 {
        color: #16254a;
        font-size: 22px;
        margin-bottom: 0;
        font-weight: 600;
    }
}
.about .about-featured-wrapper .about-featured-text p{
	color: #ffa40f;
	font-size: 20px;
}
@media screen and (max-width:475px){
	.about .about-featured-wrapper .about-featured-text p{
	width: 160px !important;
}
}
@media screen and (max-width:768px){
	.about .about-featured-wrapper .about-featured-text p{
	width: 313px;
}
}

@media screen and (min-width:1400px){
	.about .about-featured-wrapper .about-featured-text p{
	width: 197px;
}
}

.inner-about-warp{
    margin-bottom: 10px;
}

@media (max-width: 767.98px) { 
    
    .about .title-box h3 {
    font-size: 25px;
}
.about {
    margin-bottom: 0;
}
.about .about-img-wrapper .image2 {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
    margin-top: 20px;
}
.about .about-img-wrapper .image1 img {
    height: 350px;
}
.about .about-img-wrapper .image2 img {
    height: 350px;
}
.about .about-img-wrapper .info{
    display: none;
}
    
}

.contact-wrap {
    background: url(../images/contact-bg.png) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 60px 0 30px 0;
    position: relative;
}
.contact-wrap .heading {
    margin-bottom: 0px;
    text-align: left;
    color: #000;
}

.contact-wrap .heading h4 {
    font-size: 20px;
    color: #000;
    font-weight: 400;
    text-transform: capitalize;
    display: inline-block;
    padding-bottom: 10px;
}

.contact-wrap .heading h2 {
    font-weight: 700;
    font-size: 45px;
    padding: 0;
    color: #fff;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 10px;
}
.contact-wrap .heading p {
    padding-top: 0;
    color: #fff;
    font-weight: 400;
    font-size: 20px;
}
.contact-wrap .more{
    color: #ffa40f;
    font-size: 20px;
    float: right;
}
.contact-wrap .contact-cont{
    position: relative;
    z-index: 9;
}
.contact-wrap .contact-cont h2 {
    font-size: 40px;
    padding: 5px 0;
    color: #fff;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
}
.contact-wrap .contact-cont h4 {
    font-size: 25px;
    padding: 5px 0;
    color: #fff;
    margin-bottom: 20px;
    text-align: left;
}
.contact-wrap .contact-cont p{
    font-size: 15px;
    color: #fff;
    text-align: center;
}
.contact-wrap .contact-cont p span{
    font-size: 20px;
    font-weight: 600;
}
.contact-wrap .contact-cont h2 span{
    display: block;
}
.contact-wrap .contact-cont form{
    padding: 50px 0 40px 0;
}
  .contact-wrap .submit-btn {
    text-align: center;
  }
.contact-wrap .submit-btn .submit {
    text-decoration: none;
    color: #fff;
    padding: 12px 65px;
    font-size: 18px;
    background-color: #ffa40f;
    transition: 0.4s;
    border-radius: 0;
    margin-top: 0;
    text-transform: capitalize;
    border: none;
    font-weight: 600;
    width: 100%;
}
.contact-wrap .form-group{
    margin-bottom: 50px;
}
.contact-wrap .form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #fff;
    background-color: transparent;
    background-image: none;
    border: 1px solid #8e8d8d;
    border-radius: 0px;
    box-shadow: none;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.contact-wrap select.form-control option{
    color: #8e8d8d;
}
.contact-wrap .wpcf7-response-output{
    color: #fff;
}
  .contact-wrap textarea {
    height: 150px !important;
    border-radius: 0px;
    background-color: transparent;
    background-image: none;
}
  .contact-wrap .form-control::-webkit-input-placeholder { /* Edge */
  color: #8e8d8d;
  }
  .contact-wrap .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #8e8d8d;
  }
  .contact-wrap .form-control::placeholder {
  color: #8e8d8d;
  }

@media (max-width: 767.98px) { 
    
.contact-wrap .heading h2 {
    font-size: 30px;
}
.contact-wrap .more {
    float: none;
}
    
}

/*-----------------------------------
Services section Styling
------------------------------------*/
.service-wrap {
    position: relative;
    padding: 80px 0;
    background-color: #F3F3F3;
    height: auto;
    z-index: 9;
}

.service-wrap .heading {
    text-align: center;
    margin-bottom: 50px;
    padding-left: 0;
}

.service-wrap .heading h4 {
    font-size: 18px;
    color: #88D113;
    font-weight: 600;
}

.service-wrap .heading h2 {
    font-size: 50px;
    color: #16254a;
    margin-bottom: 0;
    font-weight: 700;
}

.service-wrap .heading h2 span {
    color: #ecac30;
}

.service-wrap .heading p {
    font-size: 14px;
}

#service-slider .owl-stage-outer {
    padding-bottom: 30px;
}

.service-wrap .service-box {
    position: relative;
    border-radius: 0px;
    transition: 0.4s;
    margin-bottom: 40px;
    border: 1px solid #bebebe;
}

/* #service-slider .service-box::after {
    position: absolute;
    clear: both;
    content: "";
    bottom: 0;
    left: 0;    
    z-index: 0;
} */
.service-wrap .service-box .image{
    padding: 0px;
    overflow: hidden;
    position: relative;
}

.service-wrap .service-box .image img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    border-radius: 0;
}
.service-wrap .service-box .image:hover:before {
    height: 100%;
}
.service-wrap .service-box .image:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background: rgb(255 164 15 / 13%);
    transition: .5s;
}
.service-wrap .service-box .service-cont {
    position: relative;
    padding: 20px 20px 0 20px;
    color: #fff;
    height: auto;
    text-align: left;
    background-color: #fff;
    min-height: 140px;
    margin: 0 auto;
    margin-top: 0;
}

.service-wrap .service-box .service-cont p {
    font-size: 18px;
    color: #5c5c5c;
    margin-bottom: 0;
}

.service-wrap .service-box .service-cont h4 {
    font-weight: 700;
    padding: 5px 0;
    margin-bottom: 5px;
    text-transform: capitalize;
    position: relative;
    font-size: 21px;
    color: #16254a;
    transition: 0.4s;
}
.service-wrap .service-box .service-cont h4:hover{
    color: #ffa40f;
}

/*#service-slider .service-cont .image{
    height: 300px;
    overflow: hidden;
}*/
.service-wrap .service-cont .image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.service-wrap .service-cont .more {
    background: #16254a;
    color: #fff;
    text-decoration: none;
    display: block;
    text-transform: capitalize;
    font-weight: 500;
    transition: 0.4s;
    font-size: 15px;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    transform: rotate(45deg);
}
.service-wrap .service-cont .more i{
    transform: rotate(-45deg);
}
.service-wrap .service-cont .more:hover {
    background-color: #ffa40f;
    color: #fff;
}

.service-wrap .service-cont .service-icon {
    /*width: 100%;*/
}

.service-wrap .service-cont .service-icon img {
    width: 70px;
    transition: 0.4s;
    height: 70px;
    object-fit: contain;
}

@media (max-width: 767.98px) { 
 
.service-wrap {
    padding: 30px 0;
}
.service-wrap .heading h2 {
    font-size: 30px;
}
.service-wrap .service-box .image img {
    height: 260px;
}
.service-wrap .service-box .service-cont{
    padding: 15px;
    min-height: 100%;
}
    
}

/*-----------------------------------
Why Choose Us Styling
------------------------------------*/
.choose-wrap {
    background: url(../images/chooseBg.png) no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
}
.choose-wrap .heading {
    margin-bottom: 0px;
    text-align: left;
    color: #000;
}

.choose-wrap .heading h4 {
    font-size: 20px;
    color: #000;
    font-weight: 400;
    text-transform: capitalize;
    display: inline-block;
    padding-bottom: 10px;
}

.choose-wrap .heading h2 {
    font-weight: 700;
    font-size: 45px;
    padding: 0;
    color: #fff;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 10px;
}
.choose-wrap .heading p {
    padding-top: 0;
    color: #fff;
    font-weight: 400;
    font-size: 20px;
}
.choose-wrap .left-side{
    background-color: rgba(255,255,255,0.2);
}
.choose-wrap .choose-box {
    text-align: center;
    padding: 0px 20px;
    display: flex;
    justify-content: center;
    height: 200px;
    align-items: center;
    flex-direction: column;
    transition: .5s;
    overflow: hidden;
    position: relative;
}
.choose-wrap .choose-box:hover:before {
    transform: scale(1);
}
.choose-wrap .choose-box:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(15 31 70 / 20%);
    transition: .5s;
    transform: scale(0);
    z-index: 1;
}
.choose-wrap .choose-box:hover .image {
    filter: brightness(1) invert(0);
}
.choose-wrap .choose-box .image {
    filter: brightness(0) invert(1);
    transition: .5s;
    position: relative;
    z-index: 9;
}
.choose-wrap .choose-box p{
    font-size: 22px;
    margin-bottom: 0;
    font-weight: 700;
    margin-top: 10px;
    color: #fff;
    position: relative;
    z-index: 9;
}
.choose-wrap .choose-box:hover p{
    color: #ffa40f;
}
.choose-wrap .right-side{
    padding-top: 20%;
}
.choose-wrap .title-box h5 {
    color: #ffa40f;
    font-size: 20px;
    margin-bottom: 0;
}
.choose-wrap .title-box h3 {
    font-size: 40px;
    color: #fff;
    margin: 30px 0;
}
.choose-wrap .title-box h3 span{
    font-weight: 700;
    display: block;
}
.choose-wrap .about-featured-wrapper .about-featured-text h3 {
        color: #16254a;
        font-size: 22px;
        margin-bottom: 0;
        font-weight: 600;
    }
.choose-wrap .about-featured-wrapper .about-featured-icon {
    width: 100px;
    height: 100px;
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    transition: .5s;
}
.choose-wrap .about-featured-wrapper .about-featured-icon img {
    width: 80px;
    height: 70px;
}
.choose-wrap .about-featured-wrapper .about-featured-text h3 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 0;
    font-weight: 600;
    margin-top: 15px;
}

@media (max-width: 767.98px) { 
    
.choose-wrap .title-box h3 {
    font-size: 22px;
}
    
}


.info-wrap{
    position: relative;
    padding: 80px 0;
}
@media (max-width: 767.98px) { 
    
.info-wrap {
    padding: 40px 0;
}
    
}


.project-wrap{
    position: relative;
    padding: 60px 0 40px 0;
    background-color: #0f1f46;
}
.project-wrap .heading {
    margin-bottom: 50px;
    text-align: left;
    color: #000;
}

.project-wrap .heading h4 {
    color: #ffa40f;
    font-size: 20px;
}

.project-wrap .heading h2 {
    font-weight: 700;
    font-size: 45px;
    padding: 0;
    color: #fff;
    text-transform: capitalize;
    position: relative;
    margin-bottom: 10px;
}
.project-wrap .hd-book-btn{
    float: right;
}
.project-wrap .image{
    position: relative;
    transition: 0.4s;
    margin-bottom: 20px;
}
/*.project-wrap .image:nth-of-type(1) img{*/
/*    height: 500px;*/
/*}*/
/*.project-wrap img:nth-of-type(1) {*/
/*  height: 600px;*/
/*}*/
/*.project-wrap img:nth-of-type(2) {*/
/*  height: 300px;*/
/*}*/
.project-wrap img {
    width: 100%;
    object-fit: cover;
}
/*.project-wrap .image:hover .content{*/
/*    opacity: 1;*/
/*}*/
.project-wrap .image .content{
    position: absolute;
    clear: both;
    content: "";
    bottom: 0px;
    left: 0px;
    background-color: #fff;
    color: #16254a;
    padding: 20px;
    opacity: 1;
    transition: 0.4s;
}
.project-wrap .image .content p,
.project-wrap .image .content h4{
    margin-bottom: 0;
}
.project-wrap .image .content h4 {
    font-size: 20px;
    font-weight: 700;
}

@media (max-width: 767.98px) { 
 
 .project-wrap .heading h2 {
    font-size: 30px;
}   
.project-wrap .hd-book-btn{
    float: none;
    margin-bottom: 40px;
}
    
}
/*==========================
  Blog CSS
==========================*/
.blog-wrap{
    position: relative;
    padding: 60px 0;
    height: auto;
    z-index: 9;
 }
.blog-wrap .heading {
    text-align: center;
    margin-bottom: 50px;
    padding-left: 0;
}

.blog-wrap .heading h2 {
    font-size: 50px;
    color: #16254a;
    margin-bottom: 0;
    font-weight: 700;
}
.blog-wrap .blog-content {
    background: #fff;
    position: relative;
    border-bottom: 5px solid #0f1f46;
    transition: 0.4s;
}
.blog-wrap .blog-content:hover{
    border-bottom: 5px solid #ffa40f;
}
.blog-wrap .blog-content:hover .blog-content-title h3 a{
        color: #ffa40f;
        transition: 0.4s;
}
.blog-wrap .blog-content .blog-img-wrapper img {
    width: 100%;
    height: 221px;
    object-fit: cover;
    border-radius: 10px;
}
 .blog-wrap .blog-content .blog-img-wrapper{
     position: relative;
 }
 .blog-wrap .blog-content .blog-img-wrapper .blog-content-date{
     position: absolute;
     top: -35px;
     left: 20px;
     transition: all .5s ease-in-out;
     
 }
 .blog-wrap .blog-content .blog-img-wrapper .blog-content-date span{
     width: 55px;
    
 }
 .blog-wrap .blog-content:hover .blog-content-date{
     left: 0;
 }
 .blog-wrap .blog-content .blog-img-wrapper .blog-content-date .blog-content-day{
     background: #000;
     padding: 6px 8px 5px;
     color: #fff;
     display: block;
     text-align: center;
 }
 .blog-wrap .blog-content .blog-img-wrapper .blog-content-date .blog-content-month{
     background: #fff;
     padding: 6px 8px 5px 8px;
     color: #000;
     display: block;
     text-align: center;
 }
 .blog-wrap .blog-content .blog-content-title h3 a {
    color: #0f1f46;
    background: linear-gradient(to right, rgb(43, 30, 22) 0%, rgb(43, 30, 22) 100%) 0px 95% / 0px 1px no-repeat;
    transition: all 500ms ease;
    text-decoration: none;
    font-weight: 600;
    font-family: "Roboto Condensed", sans-serif;
    font-size: 20px;
}
 .blog-wrap .blog-content .blog-content-title h3 a:hover{
     background-size: 100% 1px;
 }
 .blog-wrap .blog-content .blog-content-text{
     margin-bottom: 30px;
 }
.blog-wrap .blog-content .blog-content-text p {
    color: #7a736a;
    font-size: 14px;
}
.blog-wrap .blog-content .blog-content-admin {
        padding: 2px 16px;
    background: rgb(15, 31, 70);
    display: inline-block;
    position: relative;
    z-index: 1;
    border-radius: 30px;
    font-size: 12px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    transition: .5s;
}
 .blog-wrap .blog-content .blog-content-admin svg,
 .blog-wrap .blog-content .blog-content-admin a{
     color: var(--text-white);
     text-transform: capitalize;
 }
 
 @media (max-width: 767.98px) { 
    
.blog-wrap .heading h2 {
    font-size: 30px;
}
    
}
 
 
.quote-wrap{
    position: relative;
    padding: 50px 0;
    background: url('../images/quoteBg.jpg') no-repeat;
    background-position: center;
    background-size: cover;
}
.quote-wrap .content {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.quote-wrap .content h2 {
    color: #fff;
    font-weight: 600;
    padding-right: 30px;
    margin-bottom: 0;
    font-size: 35px;
}
.quote-wrap .content h2 span{
    font-weight: 700;
}
.quote-wrap .content .more{
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    text-transform: capitalize;
    padding: 12px 40px;
    background-color: #0f1f46;
    border-radius: 5px;
    margin-right: 30px;
    font-size: 22px;
}
.quote-wrap .content .hd-book-btn.more2{
    background-color: #0f1f46;
}
.quote-wrap .content .hd-book-btn.more2:before {
    position: absolute;
    content: "";
    left: -10px;
    top: -10px;
    width: 100%;
    height: 100%;
    border: 1px solid #0f1f46;
    transition: .5s;
}
.quote-wrap .content .hd-book-btn.more2:hover:before {
    left: 0;
    top: 0;
}
.quote-wrap .content .more i{
    padding-right: 10px;
} 
 
 @media (max-width: 767.98px) { 
    
.quote-wrap .content {
    display: block;
}
.quote-wrap .content h2 {
    padding-right: 0;
    margin-bottom: 30px;
    font-size: 20px;
}
.quote-wrap .content .more {
    padding: 12px 15px;
    margin-right: 25px;
    font-size: 22px;
}
    
}
 
/*-----------------------------------
    Home Contacts Area list Styling
------------------------------------*/
.gallery-before-after-section .gallery-before-after-content img{
	width: 100%;
	height: 300px;
	object-fit: cover;
	border-radius: 6px;
}
.gallery-before-after-section .gallery-before-after-content{
	position: relative;
}
.gallery-before-after-section .gallery-before-after-content:before{
	content:'';
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5));
	border-radius: 6px;
	opacity: 0
}
.gallery-before-after-section .gallery-before-after-content .icon-search{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	color: #fff;
}
.gallery-before-after-section .gallery-before-after-content:hover:before{
	opacity: 1;
}
.gallery-before-after-section .gallery-before-after-content:hover .icon-search{
	opacity: 1;
}
/*-----------------------------------
    Home Contacts Area list Styling
------------------------------------*/
.homepage-contact-section .home-area-list ul{
	list-style: none;
	padding-left: 0;
	column-count: 2;
}
@media screen and (max-width:768px){
	.homepage-contact-section .home-area-list ul{
			column-count: 1;
	}
}
.homepage-contact-section .home-area-list ul li a{
	color: #fff;
	text-decoration: none;
	transition: all .5s ease-in-out;
	  font-family: "Roboto", sans-serif;

	
}
.homepage-contact-section .home-area-list ul li a:hover{
	color: var(--primary-color);
}
.homepage-contact-section .home-area-list ul li a:before{
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='2em' height='2em' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M12 10a2 2 0 0 0-2 2a2 2 0 0 0 2 2c1.11 0 2-.89 2-2a2 2 0 0 0-2-2'/%3E%3C/svg%3E");
	position: relative;
	top: 10px;
}
/* homepage contact form CSS */
.homepage-contact-section .home-page-contact-section-left .homepage-contact-section-form-wrapper input,
.homepage-contact-section .home-page-contact-section-left .homepage-contact-section-form-wrapper select{
	height: 47px;
	border-radius: 4px;
	background: #fff !important;
	border: none;
}
.homepage-contact-section .home-page-contact-section-left .homepage-contact-section-form-wrapper input:focus{
	box-shadow: none;
	border: 1px solid var(--primary-color);
	color: var(--primary-color);
}
.homepage-contact-section .home-page-contact-section-left .homepage-contact-section-form-wrapper input::placeholder,
.homepage-contact-section .home-page-contact-section-left .homepage-contact-section-form-wrapper textarea::placeholder{
	color: #A8A8A8;
}
.homepage-contact-section .home-page-contact-section-left .homepage-contact-section-form-wrapper select{
	color: #A8A8A8;
}
.homepage-contact-section .home-page-contact-section-left .homepage-contact-section-form-wrapper textarea{
	height: 109px;
	background: #fff !important;
	border: none;
}
.homepage-contact-section .home-page-contact-section-left .homepage-contact-section-form-wrapper textarea:focus{
		color: var(--primary-color);
	box-shadow: none;
}
.homepage-contact-section .home-page-contact-section-left .homepage-contact-section-form-wrapper .theme-btn{
	background: var(--primary-color) !important;
	color: #fff;
	padding: 10px 35px;
	transition: all .5s ease-in-out;
}
.homepage-contact-section .home-page-contact-section-left .homepage-contact-section-form-wrapper .theme-btn:hover{
	background: var(--secondary-color) !important;
}

@media screen and (min-width:991px){
	.homepage-contact-section .home-page-contact-section-left,
	.homepage-contact-section .home-page-contact-section-right{
		height: 585px !important;
		max-height: 600px;
	}
}
/* Map CSS */
.map-section iframe{
	border-radius: 16px;
}

/* Footer */
footer{
    background-color:#021C2F;
    background: url('../images/footer-bg.jpg') no-repeat;
    background-position: center;
    background-size: cover;
/*     padding:45px 0; */
}
footer p{
    font-family:"Work Sans", sans-serif;
    font-size:15px;
    color:#FFFFFF;
    font-weight:400;
}
.opening_hour h5{
    font-family:"Work Sans", sans-serif;
    font-size:18px;
    color:#FFFFFF;
    font-weight:700;
}
footer h4 {
    font-family: "Roboto Condensed", sans-serif;
    color: #fea11a;
    font-weight: 600;
    font-size: 22px;
}
.horline {
    height: 1px;
    background-color: #faa413;
    width: 63px;
    margin-bottom: 20px;
}
.footer-social a i{
        color: #ffa40f;
    font-size: 25px;
}
.footmenu li{
    font-family: "Roboto", sans-serif;
    font-weight:400;
    font-size:16px;
    line-height:35px;
}
.footcont li i{
    color: #ffa40f;
    padding-right: 10px;
}
.footmenu li a{
    color:#FFFFFF;
    text-decoration:none;
}
.footmenu li a:hover {
    color: #ffa40f;
}
.footcont li{
    font-family: "Roboto", sans-serif;
    font-weight:400;
    font-size:16px;
    line-height:35px;
}
.footcont li a{
    color:#FFFFFF;
    text-decoration:none;
}
.footcont li a:hover {
    color: #ffa40f;
}
.footaddress{
    font-family: "Roboto", sans-serif;
    font-weight:400;
    font-size:16px;
    line-height:35px;
    color:#FFFFFF;
}

/*-----------------------------------
    Page Banner CSS
------------------------------------*/
.page-banner{
	height: 100%;
	    text-align: center;
}
.page-banner .inner-banner-content{
    padding: 70px 0;
}
.page-banner .inner-banner-content .breadcrumb{
        justify-content: center;
}
.page-banner h1{
    color: #fff;
    font-weight: 600;
	 font-family: "Roboto Condensed", sans-serif;
}
@media screen and (min-width:991px){
    .page-banner h1{
        font-size: 48px;
    }
}
.page-banner .breadcrumb li a {
    color: var(--primary-color);
	 font-family: "Roboto Condensed", sans-serif;
}
.page-banner .breadcrumb li{
    color: #fff;
}

/*-----------------------------------
   Testimonials CSS
------------------------------------*/
.testimonials-page{
	background: unset !important;
}
.testimonials-page .wp-google-name span{
	color: #000 !important;
}
.testimonials-page .wp-gr .wp-google-based{
	color: #000 !important;
}

.testimonials-page .wp-gr .wp-google-powered{
	color: #000 !important;	
}


/*-----------------------------------
      Contact Us Page Section
------------------------------------*/
.contact-page-section{
	background: #FCF8F3;
}
.contact-page-section .contact-section-content{
	padding: 7em 3em 3em 3em;
}
.contact-page-section .contact-section-content .section-sub-title{
	color:var(--secondary-color);
}
.contact-page-section .contact-section-content .section-title{
	color: #fff;
	line-height: 43px;
}
.contact-page-section .contact-section-para{
	color: #f0f0f0;
	
}
.contact-page-section .contact-section-content-text{
	border-bottom: 1px solid #FFFFFF25;
}
.contact-page-section .contact-section-info .contact-section-icon{
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: var(--primary-color);
	border-radius: 4px;
	
}
.contact-page-section .contact-section-info .contact-section-icon svg{
	width: 25px;
	height: 25px;
	color: #fff;
}
.contact-page-section .contact-section-info .contact-section-details h3{
	color: #fff;
	 font-family: "Alumni Sans", sans-serif;
	font-weight: 700;
}
.contact-page-section .contact-section-info .contact-section-details a{
	color: #d1d1d1;
}
@media screen and (min-width:991px){
	.contact-page-section .contact-section-info .contact-section-details h3{
		font-size: 24px;
	}
}

.contact-page-section .contact-section-form-details h3{
	color: var(--primary-color);
	font-weight: 700;
	line-height: 43px;
	
}
.contact-page-section .contact-section-form-details p{
	color: #666;
}
@media screen and (min-width: 991px){
	.contact-page-section .contact-section-form-details h3{
		font-size: 45px;
	}
}
.contact-page-section .contact-section-form label{
	color: var(--secondary-color);
	font-weight: 500;
}
.contact-page-section .contact-section-form input{
	background: #f0f0f0;
	border: none;
	height: 45.19px;
	border-radius: 4px;
}
.contact-page-section .contact-section-form input:focus{
	box-shadow: none;
	border: 1px solid #f0f0f0;
	background: transparent;
}
.contact-page-section .contact-section-form textarea{
	background: #f0f0f0;
	border: none;
	height: 150px;
	border-radius: 4px;
}
.contact-page-section .contact-section-form textarea:focus{
	box-shadow: none;
	border: 1px solid #f0f0f0;
	background: transparent;
}
.contact-page-section .contact-section-form input::placeholder{
	color: #666;
}
.contact-page-section .contact-section-form .theme-btn{
	background: var(--primary-color) !important;
	font-size: 14px;
	height: unset;
	padding: 10px 20px;
	color: #fff;
	
}
.contact-page-section .contact-section-form .theme-btn:hover{
	background: var(--primary-color) !important;
}
.contact-page-section .contact-section-form .primary-btn-1:hover{
		background: var(--primary-color) !important;
}

@media screen and (min-width:991px){
	.contact-page-section .contact-section-form-wrapper{
	padding: 3em;
}
}

@media (max-width: 767.98px) { 
    
.contact-page-section .contact-section-content {
    padding: 3em 1em 1em 1em;
}
    
}

/*-----------------------------------
   Areas page CSS
------------------------------------*/
.area-page-section .area-page-content .primary-btn-1{
	width: 185px;
	padding: 15px !important;
	display: flex;
	justify-content: center;
}

@media screen and (max-width:768px){
	.area-page-section .area-page-content .primary-btn-1{
		width: 170px;
		padding: 10px 0 !important;
	}
}
/*================================
 <-- Single Service -->
==================================*/ 
.single-service .single-service-sidebar h3,
.single-service .single-service-sidebar-contacts h3{
	color: #222;
	 font-family: "Roboto Condensed", sans-serif;
	font-weight: 700;
	position: relative;
	margin-bottom: 30px;
	text-transform: capitalize;
}
.single-service .single-service-sidebar h3:before,
.single-service .single-service-sidebar-contacts h3:before{
	content: '';
	position: absolute;
	width: 40px;
	height: 3px;
	background: var(--primary-color);
	top: 100%;
}
.single-service .single-service-sidebar ul{
	list-style: none;
	padding-left: 0;
	border: 1px solid #d7d7d7;
	}
.single-service .single-service-sidebar ul{
	background: var(--secondary-color);
}
.single-service .single-service-sidebar ul li a{
/* 	background: #f5f5f5; */
	color: #fff;
	padding: 18px 30px;
	text-transform: capitalize;
	font-weight: 500;
	border-bottom: 1px solid #d7d7d7;
	position: relative;
	z-index: 9 !important;
	display: block;
	transition: all .5s ease-in-out;
	 font-family: "Roboto Condensed", sans-serif;
}
.single-service .single-service-sidebar ul li a:before{
	content: '';
	position: absolute;
	width: 0%;
	height: 100%;
	left: 0;
	top: 0;
	background: var(--primary-color);
	transition: all .5s ease-in-out;
	z-index: -1;
	
}
.single-service .single-service-sidebar ul li:hover a:before{
	width: 100%;
	border-left: 4px solid #000;
}
.single-service .single-service-sidebar ul li:hover a{
	color: #fff;
}
.single-service .single-service-sidebar ul li a:after{
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='1.2em' height='1.2em' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m10 17l5-5l-5-5'/%3E%3C/svg%3E");
	position: absolute;
	right: 20px;
}

.single-service .single-service-sidebar-contacts .single-service-sidebar-info svg{
	width: 44px;
	height: 45px;
	color: var(--primary-color);
}
.single-service .single-service-sidebar-contacts .single-service-sidebar-info a{
	color: #777;
	transition: all .5s ease-in-out;
	 font-family: "Roboto Condensed", sans-serif;
}
.single-service .single-service-sidebar-contacts .single-service-sidebar-info a:hover{
	color: var(--primary-color);
}
.single-service .single-service-content-img img{
	border-radius: 5px;
}
.single-service .single-service-sidebar-contacts .single-service-sidebar-info h4{
	font-size: 18px;
	 font-family: "Roboto Condensed", sans-serif;
}
.single-service .single-service-content-img{
	position: relative;
	overflow: hidden;
	
}
/* .single-service .single-service-content-img:before{
	content: '';
	position: absolute;
	width: 0;
	height: 100%;
	background: linear-gradient(rgba(180, 16, 23, 0.5),rgba(180, 16, 23, 0.5));
	transition: all .5s ease-in-out;
	border-radius: 10px;
} */
.single-service .col-md-8:hover .single-service-content-img:before{
	width: 100%;
}
	.single-service .single-service-content-img img{
		width: 100%;
		height: 450px;
		object-fit: cover;
		border-radius: 10px;
	}
@media screen and (min-width:991px){
	.single-service .single-service-content-img img{
		width: 100%;
		height: 450px;
		object-fit: cover;
	}
}
.single-service .single-service-content p{
	color: #777;
	line-height: 1.5;
	text-align: justify;
}
.single-service .single-service-content h2,
.single-service .single-service-content h3,
.single-service .single-service-content h4{
	color: var(--primary-color);
}
.single-service .single-service-content ul li,
.single-service .single-service-content ol li{
	color:  #777;
}

/*-----------------------------------
      contact section style
------------------------------------*/
.services-contact-section{
    background: #f3f3f3;
}
.services-contact-section .contact-section-content p{
    font-size: 13px;
    line-height: 23px;
    color: #7F7F7F;
}
.services-contact-section .contact-section-form{
    background: var(--primary-color);
    position: relative;
/*     transform: translateY(-29px); */
    /* margin-bottom: -50px; */
}
.services-contact-section .contact-section-form:before{
    top: 0;
    left: -25px;
    width: 25.63px;
    height: 29px;
    position: absolute;
    content: "";
    background: var(--third-color);
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    transition: all .5s ease-in-out;
    z-index: 1;
}

.services-contact-section .contact-section-form input,
.services-contact-section .contact-section-form select{
    height: 47px;
    border-radius: 3px;
    color: var(--primary-color);
}
.services-contact-section .contact-section-form textarea{
    height: 70px !important;
}
.services-contact-section .contact-section-form input::placeholder{
    color: #9E9E9E;
     font-family: "Roboto Condensed", sans-serif;
    font-size: 13px;
}
.services-contact-section .contact-section-form select{
    color: #9E9E9E;
   font-family: "Roboto Condensed", sans-serif;
    font-size: 13px;
}
.services-contact-section .contact-section-form input:focus{
    box-shadow: none;
}
.services-contact-section .contact-section-form .theme-btn {
    cursor: pointer;
    position: relative;
    padding: 10px 24px;
    color: var(--primary-color);
    border: 2px solid rgb(255, 255, 255);
    border-radius: 34px;
    background-color: #fff;
    transition: all 0.3s cubic-bezier(0.23, 1, 0.320, 1);
    overflow: hidden;
    font-size: 15px;
    border-radius: 4px;
    
  }


/*================================
 <-- Single Area Section -->
==================================*/
.single-area-section .single-area-section-content h2{
	position: relative;
	padding-left: 30px;
}
.single-area-section .single-area-section-content h2:before{
	content: '';
	position: absolute;
	width: 3px;
	height: 100%;
	background: var(--primary-color);
	left: -5px;
}
.single-area-section .single-area-section-content p{
	color: #606060 !important;
	line-height: 2;
}
.single-area-section .single-area-section-content iframe{
	border-radius: 10px;
}
/*================================
 <-- Footer Bottom CSS Section -->
==================================*/
footer .footer-bottom p,
footer .footer-bottom p a{
	color: #A8C1FF7D;
}
footer .footer-bottom p a:hover{
	color: var(--primary-color);
}
footer .footer-bottom p {
    position: relative;
    background: transparent;
}
footer .footer-bottom p:before{
	content: '';
	position: absolute;
	width: 515px;
	height: 1px;
	background: #A8C1FF26;
	left: 0;
	top: 50%;
}
footer .footer-bottom p:after{
	content: '';
	position: absolute;
	width: 515px;
	height: 1px;
	background: #A8C1FF26;
	right: 0;
	top: 50%;
}
@media screen and (max-width:768px){
	footer .footer-bottom p:before{
	display: none;
}
		footer .footer-bottom p:after{
	display: none;
}
}

/* navbar */
.sticky1 {
    position: fixed !important;
	background: #fff;
    top: -5px;
    width: 100%;
    z-index: 10;
   opacity: 0;
   transition: all .5s ease-in-out;
   box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  }
  .navbar.sticky1{
   opacity: 1;
  
  }

.navbar img{
	width: 250px !important;
}
.navbar .navbar-calendar{
	width: unset !important;
}
.modal{
	z-index: 99999 !important;
}


/*==========================
Projects CSS
==========================*/
.projects {
	background: #FCF8F3;
}

.projects .title-box h2{
    width: 100%;
}
.projects .projects-img-wrapper img{
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.projects .projects-img-wrapper{
    position: relative;
}
.projects .projects-img-wrapper:before{
content: '';
position: absolute;
width: 100%;
height: 0;
background: linear-gradient(rgba(255,255,255,0.5),rgba(255,255,255,0.5));
transition: all .5s ease-in-out;
}
.projects .projects-img-wrapper:hover:before{
   height: 100%;
}
.projects .projects-img-wrapper .plus-sign{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: var(--primary-color);
    padding: 10px;
    border-radius: 50px;
    opacity: 0;
    transition: all .5s ease-in-out;
}
.projects .projects-img-wrapper:hover .plus-sign{
    opacity: 1;
}
.projects .projects-img-wrapper .plus-sign svg{
    color: #fff;
}
.projects .projects-btn .primary-btn-1{
	background: #fff !important;
	color: var(--primary-color);
	
}
.projects .projects-btn .primary-btn-1:hover{
	color: var(--text-white);
}
/*==========================
   Gallery Section CSS
==========================*/
@media screen and (min-width:991px){
	.projects{
/* 		height: 100vh; */
	}
	.projects-page{
		height: unset !important;
	}
}

.gallery .filter-button-group{
	list-style: none;
	padding-left: 0;
}
 .gallery .filter-button-group li {
    background: #fff;
     border: 2px solid var(--primary-color);
     color: #000;
     padding: 8px 25px;
     cursor: pointer;
     font-weight: 600;
     font-size: 13px;
     text-transform: uppercase;
     transition: all .5s ease-in-out;
     -webkit-transition: all .5s ease-in-out;
     -moz-transition: all .5s ease-in-out;
     -ms-transition: all .5s ease-in-out;
     -o-transition: all .5s ease-in-out;
     border-radius: 30px;
}
@media screen and (max-width:768px){
	.gallery .filter-button-group li {
        padding: 5px 10px;
        margin: 5px 2px !important;
    }
}

 .gallery .filter-button-group li.active,  .gallery .filter-button-group li:hover{
     background:var(--secondary-color);
     color: #fff;
    border: 2px solid var(--secondary-color);
 }
a.read-more__link {
    display: flex;
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    color: var(--secondary-color) !important;
    position: relative;
	justify-content: center;
	text-align: center;
	
}

 /*================================
 <-- Single Blog -->
==================================*/
.single-blog .single-blog-img {
	margin-bottom: 20px;
}
@media screen and (min-width:991px){
	.single-blog .single-blog-img img{
		width: 100% !important;
	height: 398.13px;
		object-fit: cover;
}
}
.single-blog .single-blog-img-content{
	border-left: 2px solid var(--primary-color);
	padding-left: 15px;
	
}
.single-blog .single-blog-img-content span,
.single-blog .single-blog-img-content span a{
	color: var(--primary-color);
}
.single-blog .single-blog-img-content span{
	margin-bottom: 5px;
}
.single-blog .single-blog-img-content p{
	color: var(--secondary-color);
	font-weight: 500;
}
.single-blog .single-blog-title h2{
	color: var(--primary-color);
	font-weight: 700;
}
@media screen and (min-width:991px){
	.single-blog .single-blog-title h2{
		font-size: 35px;
	}
}
.single-blog .single-blog-content p{
	color: #565969;
	line-height: 1.7;
	font-size: 17px;
	text-align: justify;
}
.single-blog-sidebar-wrapper {
	margin-bottom: 30px;
    background-color: #ececec;
    padding: 25px 25px 25px;
}
.single-blog-sidebar-wrapper h2{
	color: var(--secondary-color);
	border-left: 2px solid var(--primary-color);
	padding-left: 15px;
	text-transform: capitalize;
	font-weight: 700;
}
@media screen and (min-width:991px){
	.single-blog-sidebar-wrapper h2{
		font-size: 20px;
	}
}
.single-blog-post-inner ul{
	list-style: none;
	padding-left: 0;
	display: flex;
	padding: 10px 0;
	border-bottom: 1px solid #cccccc;
}
.single-blog-post-inner li img{
/* 	width: 91.5px; */
	width: 150px;
	height: 114.08px;
	object-fit: cover;
	border-radius: 4px;
}
.single-blog-post-inner li h3{
	padding-left: 10px;
	line-height: 0.9;
}
.single-blog-post-inner li span{
	padding-left: 10px;
	color: #565969;
}
.single-blog-post-inner li a{
	font-size: 18px;
	font-weight: 700;
	color: var(--secondary-color);
	transition: all .5s ease-in-out;
}
.single-blog-post-inner li a:hover{
		color: var(--primary-color);
}


/*-----------------------------------
 Testimonials Styling
------------------------------------*/
.testimonials .testimonials-wrapper .testimonials-content{
    background-color: #ededed;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px;
    min-height: 265px;
    margin-bottom: 20px;
}
.testimonials .testimonials-wrapper .testimonials-content .testimonials-content-text p{
	color: #fff;
}
.testimonials .testimonials-wrapper .testimonials-content .testimonials-rating svg{
	color: #ffc107;
}
.testimonials .testimonials-wrapper .testimonials-content .testimonials-content-profile-img{
	width: 50px;
	height: 50px;
	border-radius: 50px;
}
.testimonials .testimonials-wrapper .testimonials-content .testimonials-content-profile-text h3{
	color: #fff;
	 font-family: 'ClashDisplay-Medium';
}
.testimonials .testimonials-wrapper .testimonials-content .testimonials-content-profile-text p{
	color: #fff;
}
@media screen and (min-width:991px){
	.testimonials .testimonials-wrapper .testimonials-content .testimonials-content-profile-text h3{
		font-size: 20px;
	}	
}
.testimonials .testimonials-wrapper .testimonials-content .testimonials-content-google svg{
	width: 50px;
	height: 50px;
}
.testimonials .testimonials-wrapper .slick-dots{
	font-size: 0;
	display: flex;
	justify-content: center;
	margin-top: 20px;
	bottom: unset !important;
}
.testimonials .testimonials-wrapper .slick-dots li button{
	width: 15px;
	height: 15px;
	margin: 0 15px;
	border: 1px solid #2c4a28 !important;
	border: none;
	border-radius: 50px;
}
.testimonials .testimonials-wrapper .slick-active button{
	background: #2c4a28;
}
.testimonials .testimonials-wrapper .slick-prev{
	font-size: 0;
	width: 30px;
	height: 30px;
	background: #2c4a28;
	border: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -5%;
}
.testimonials .testimonials-wrapper .slick-prev:before{
	content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M15 8a.5.5 0 0 0-.5-.5H2.707l3.147-3.146a.5.5 0 1 0-.708-.708l-4 4a.5.5 0 0 0 0 .708l4 4a.5.5 0 0 0 .708-.708L2.707 8.5H14.5A.5.5 0 0 0 15 8'/%3E%3C/svg%3E");
}
.testimonials .testimonials-wrapper .slick-next{
	font-size: 0;
	width: 30px;
	height: 30px;
	background: #2c4a28;
	border: none;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -5%;
}
.testimonials .testimonials-wrapper .slick-next:before{
	content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%23fff' fill-rule='evenodd' d='M1 8a.5.5 0 0 1 .5-.5h11.793l-3.147-3.146a.5.5 0 0 1 .708-.708l4 4a.5.5 0 0 1 0 .708l-4 4a.5.5 0 0 1-.708-.708L13.293 8.5H1.5A.5.5 0 0 1 1 8'/%3E%3C/svg%3E");
}