*{margin:0;padding:0;}
a{
transition: color .2s ease-in-out;
-webkit-transition: color .2s ease-in-out;
}
body{font-size: 16px;font-family: 'Montserrat', sans-serif;}
.container{max-width: 1421px;}
/*** Header ***/
.bg-dark{background: #b9b9b9 !important; transition: all 0.2s ease-in-out; -webkit-transition: all 0.2s ease-in-out;}
/* .navbar{min-height: 143px;} */
.navbar-brand{width: 330px;}
.navbar-brand img{width: 100%;}
.navbar-dark .navbar-nav .nav-link{font-weight: 500;text-transform: uppercase;line-height: 26px;color: #fff;}
.navbar-dark .navbar-nav .nav-item{padding-left: 70px;}
.navbar-dark .navbar-nav .active>.nav-link{font-weight: bold;}
.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover{color: #2b7a78;text-decoration: none;}
.navbar-dark .navbar-toggler{border-color: #fff;}
nav.scrollUp {opacity: 0; transform: translateY(-80px);}
@media only screen and (max-width:767px){
	.navbar{min-height: auto;}
	.navbar-dark .navbar-nav .nav-item{padding-left: 0;}
	.navbar-brand{width: 75%;}
.navbar-brand img{width: 100%;}
}

/*** Footer ***/
/*footer{position: fixed;bottom: 0;left: 0;right: 0;}*/
.footer{background: #919191; padding: 55px 0 35px 0;}
.footer-1 h3{font-weight: 300;color: #fff;font-size: 28px;line-height: 38px;margin-bottom: 35px;}
.footer-1 p{font-family: 'Raleway', sans-serif;color: #F5F5F5;line-height: 26px;}
.adress{display: flex;margin-bottom: 10px;}
.add-icon{margin-right: 10px;}
.add-icon i{font-size: 16px;color: #fff;}
.add-text h4{font-weight: bold;font-family: 'Raleway', sans-serif;line-height: 26px;color: #fff;font-size: 16px;margin-bottom: 0;}
.add-text p{font-size: 16px;color: #fff;}
.add-text a{font-size: 16px;font-weight: normal;font-family: 'Raleway', sans-serif;line-height: 26px;color: #fff;text-decoration: none;}
.footer-2 img{width:100%;height: auto;margin-top: 65px;}
.add-2{margin-top: 73px;}
@media only screen and (max-width:992px){
	.footer-1 h3{margin-bottom: 20px;}
	.footer-2{text-align: center;}
	.footer-2 img{width: 100%;margin-top: 1rem;margin-bottom: 1rem;}
	.add-text p{margin-bottom: 0;}
	.add-2{margin-top: 63px;}
	.navbar-dark .navbar-nav .nav-item{padding-left:0px;}
}
@media only screen and (max-width:767px){
	footer{position: relative;}
	.footer-1 h3{margin-bottom: 20px;}
	.footer-2{text-align: center;}
	.footer-2 img{width: auto;margin-top: 0;margin-bottom: 1rem;}
	.add-text p{margin-bottom: 0;}
	.add-2{margin-top: 10px;}
	.navbar-dark .navbar-nav .nav-link{padding-bottom: 0;}
}

/**** MAIN SECTION ***/

/* .main-section{padding-top: 100px;} */
.figure{margin: 0;position: relative;}
.figure img{width: 100%;height: 100%;object-fit: cover;}
.figure-caption{position: absolute;top: 0;opacity: 0;left: 0;right: 0;width: 100%;height: 100%;opacity: 0;transition: .5s ease;background-color: #00000099;text-align: center;padding:60px 10px 0 10px;}
.figure:hover .figure-caption{opacity: 1;}
.h100.figure i{vertical-align: text-top;}
.nav-arrow{position: absolute;bottom: 0;right: 0;background: #2B7A78;width: 35px;height: 35px;font-size: 26px;color: #fff;}
.nav-arrow a i{color: #fff;text-decoration: none;}
.figure-caption h5{font-size: 16px;font-weight: bold;color: #fff;margin-bottom: 20px;}
.figure-caption p{font-size: 14px;font-weight: 300;color: #fff;}
.area2{background: #2B7A78;padding: 60px 55px;height: 100%;}
.area2 h2{font-size: 40px;color: #fff;line-height: 61px;font-weight: 400;margin-bottom: 30px;}
.border-bottom{width: 20%;height: 5px;background: #fff;}
.area2 h5{margin-top: 35px;font-size: 21px;line-height: 31px;font-weight: 300;color: #fff;}
.area2 p{margin-top: 20px;font-size: 16px;line-height: 26px;font-weight: 300;color: #fff;font-family: 'Raleway', sans-serif;}
.read-more{width: 60%;height: 50px;line-height: 50px;border:1px solid #FFFFFF;padding: 0 10px;display: flex;justify-content: space-between;margin-top: 30px;cursor: pointer; transition: all .2s ease-in-out;-webkit-transition: all .2s ease-in-out;}
.read-more:hover{background-color: rgba(0, 0, 0, 0.2);}
.read-more a{color: #fff;text-decoration: none;text-transform: uppercase;font-size: 11px;font-weight: 300;letter-spacing: 2.75px;}
.read-more a i{font-size: 30px;line-height: 50px;}
.mar-10{margin: 0 -10px;}
.mar-10 .col-md-6{padding: 10px;}
.mar-10 .col-md-3{padding: 10px;}
.brown-bg{background: #919191;}
.plr-10{padding-left: 10px !important;padding-right: 10px !important;}
.pt-10{padding-top: 10px;}
.pb-10{padding-bottom: 10px;}

@media only screen and (max-width:767px){
	.main-section{padding-top: 85px;}
	.figure{width: 100%;}
	.area2{padding: 25px 15px;}
	.area2 h2{font-size: 30px;line-height: 40px;margin-bottom: 20px;}
	.mar-btn-30{margin-bottom: 30px;}
	.area2 h5{font-size: 20px;line-height: 30px;}
	.area2 p{font-size: 15px;line-height: 24px;}
}

/*** About Page ***/
/* .about-head{margin-top:175px;margin-bottom: 45px;} */
.about-head{margin-top:130px;margin-bottom: 45px;}
.about-head h2{font-size: 67px;font-weight: 300;line-height: 82px;color: #000;text-transform: uppercase;position: relative;display: inline-block;}
.about-head h2:before{position: absolute;content:'';width: 100%;height: 30%;background: #F5F5F5;bottom: 0;z-index: -1;}
.about-text h4{color: #2B7A78;font-size: 21px;line-height: 31px;font-weight: 300;margin-top: 0;margin-bottom: 20px;}
.about-text p{line-height: 26px;color: #919191;font-family: 'Raleway', sans-serif;}
.mission-area{margin-top: 20px;}
.mission-bg{background: #F5F5F5;padding: 40px 35px 35px 35px;height: 100%;}
.mission-bg h3{font-size: 37px;font-weight: 300;line-height: 47px;color: #2B7A78;text-transform: uppercase;position: relative;display: inline-block;margin-bottom: 30px;z-index: 9;}
.mission-bg h3:before{position: absolute;content:'';width: 100%;height: 30%;background: #C7C7C7;bottom: 0;z-index: -1;}
.mission-bg p{font-size: 16px; font-family: 'Raleway', sans-serif;color: #919191;line-height: 26px;}
.managed-area{padding: 130px 0 90px 0;}
.manage-head h2{font-size: 67px;font-weight: 300;line-height: 82px;text-transform: uppercase;color: #C7C7C7;}
.why-head h3{font-size: 37px;font-weight: 400;line-height: 47px;color: #2B7A78;text-transform: uppercase;position: relative;display: inline-block;}
.why-head h3:before{position: absolute;content:'';width: 100%;height: 30%;background: #F5F5F5;bottom: 0;z-index: -1;}
.why-tabs{margin-top: 75px;}
.why-tabs .nav-tabs .nav-link{font-size: 28px;color: #000000;line-height: 38px;font-weight: 300;text-transform: uppercase;border:0;padding: 0 17px;border-right: 1px solid #707070;border-radius: 0;}
.why-tabs .nav-tabs .nav-link.active{color: #2B7A78;}
.why-tabs .nav-tabs .nav-item:first-child a{padding-left: 0;}
.why-tabs .nav-tabs .nav-item:last-child a{border-right:0;}
.why-tabs .nav-tabs{border-bottom:0;}
.tab-content{margin-top: 35px; font-family: 'Raleway', sans-serif;line-height: 26px;color: #919191;}
.project-head h3{font-size: 37px;font-weight: 400;line-height: 47px;color: #2B7A78;text-transform: uppercase;position: relative;display: inline-block;margin-bottom: 90px;}
.project-head h3:before{position: absolute;content:'';width: 100%;height: 30%;background: #F5F5F5;bottom: 0;z-index: -1;}
.team-area{padding-bottom: 20px;}
.team-head h3{margin-bottom: 80px;}
.project1 img{width: 100%;margin-bottom: 10px;}
.project1 h5{font-size: 28px;font-weight: 300;line-height: 38px;color: #2B7A78;padding: 0 10px;}
.project1 em{line-height: 26px;color: #000;font-style: normal;font-family: 'Raleway', sans-serif;padding: 0 10px;}
.project1 hr{border-top: 1px solid #2B7A78;}
.project1 p{padding: 0 10px;font-family: 'Raleway', sans-serif;color: #919191;line-height: 26px;}
.project-slider .figure-caption{padding:20px 10px 10px 10px;}
.project-slider .figure-caption p{font-size: 12px;}
.project-slider .figure-caption h5{font-size: 14px;margin-bottom: 15px;}
.project-slider{margin-bottom: 60px;}
.about-img{width: 100%;height: 100%;object-fit: contain;}
.about-img img{width: 100%; height: 100%;}

/** Slider Css **/

.project-slider .slick-prev{left: 10px;z-index: 9;}
.project-slider .slick-next{right: 6px;}
.project-slider .slick-next:before{content: "\f105";}
.project-slider .slick-prev:before{content: "\f104";}
.project-slider .slick-prev:before,.project-slider .slick-next:before{font: normal normal normal 14px/1 FontAwesome;font-family: FontAwesome;font-size: 30px;color:#fff;opacity: 1;}
.project-slider .slick-prev,.project-slider .slick-next{width: 35px;height: 35px;background: #2B7A78;}

/*** text slider css **/

.text-slider{background: #2B7A78;height: 100%;padding: 30px;}
.text-slider .slick-slider{height: 100%;}
.text-slider .slick-prev{left: 86%;z-index: 9;}
.text-slider .slick-next{right: 3%;}
.text-slider .slick-next:before{content: "\f105";}
.text-slider .slick-prev:before{content: "\f104";}
.text-slider .slick-prev:before,.slick-next:before{font: normal normal normal 14px/1 FontAwesome;font-family: FontAwesome;font-size: 40px;color:#fff;opacity: 1;}
.text-slider .slick-prev,.text-slider .slick-next{bottom: 5%;top:auto;}
.text-slider .slick-list{height: 100%;}

.slider-text b{display: block;}
.slider-text b i{color: rgba(255, 255, 255, 0.2);;font-size: 80px;}
.text-slider .slick-slide{white-space: pre-line;}
.slider-text em{color: #fff;font-weight: 200;font-size: 21px;line-height: 31px;}
.slider-text p{font-weight: bold;line-height: 26px;color: #fff;margin-top: 20px;}

@media only screen and (max-width:1440px){
	.text-slider{padding: 32px;}
}

@media only screen and (max-width:1024px){
	.text-slider{padding: 20px 40px;}
	.project1 h5{font-size: 22px;}
	.manage-head h2{font-size: 55px;line-height: 65px;}
	.why-tabs .nav-tabs .nav-link{font-size: 23px;}
	.why-tabs{margin-top: 40px;}
}
@media only screen and (max-width:992px){
	.text-slider{margin-top: 30px;}
	.manage-head h2{font-size: 50px;margin-bottom: 30px;}
}
@media only screen and (max-width:767px){
	.about-head{margin-top: 75px;margin-bottom: 25px;}
	.about-head h2{font-size: 55px;margin-bottom: 0;}
	.about-text h4{font-size: 20px;line-height: 28px;}
	.mission-bg{padding: 20px;}
	.mission-bg h3{margin-bottom: 20px;}
	.text-slider{padding: 0 40px;}
	.slider-text p{margin-bottom: 0;}
	.text-slider .slick-prev{left: 70%;}
	.text-slider{height: auto;}
	.managed-area{padding: 70px 0 40px 0;}
	.manage-head h2 {font-size: 35px;margin-bottom: 30px;line-height: 45px;}
	.why-head h3{font-size: 30px;}
	.why-tabs .nav-tabs .nav-link{font-size: 17px;padding: 0 12px;line-height: 20px;}
	.tab-content{margin-top: 20px;}
	.project-head h3{font-size: 25px;line-height: 28px;margin-bottom: 35px;}
	.project-slider .slick-next{right: 10px;}
}
@media only screen and (max-width:320px){
	.about-head h2{font-size: 45px;line-height: 50px;}
	.mission-bg h3{font-size: 30px;line-height: 30px;}
	.managed-area{padding: 60px 0 40px 0;}
	.manage-head h2{font-size: 30px;line-height: 40px;}
	.why-tabs .nav-tabs .nav-link{font-size: 16px;line-height: 16px;padding: 0 5px;}
	.project-head h3{font-size: 22px;}
}

/*** Contact Us Page ****/

/* .contact-section{padding-top: 155px;} */
.map1{margin-bottom: 20px;position: relative;}
.map1 img,.map2 img{width: 100%;}
/*
.map1:before{position: absolute;content:'';width:21px;height: 29px;background: url(../images/map-mark.png) no-repeat;right:258px;bottom: 140px;}
.map2{position: relative;}
.map2:before{position: absolute;content:'';width:21px;height: 29px;background: url(../images/map-mark.png) no-repeat;right:95px;bottom: 122px;}
*/
.contact-page-head h3{font-size: 37px;font-weight: 400;line-height: 47px;color: #2B7A78;text-transform: uppercase;position: relative;display: inline-block;margin-bottom: 50px;}
.contact-page-head h3:before{position: absolute;content:'';width: 100%;height: 30%;background: #F5F5F5;bottom: 0;z-index: -1;}
.contact-page-text h4{color: #2B7A78;font-size: 21px;font-family: 'Raleway', sans-serif;line-height: 31px;font-weight: 400;margin-bottom: 40px;}
.contact-page-text p{color: #919191;font-family: 'Raleway', sans-serif;line-height: 26px;font-weight: 400;margin-bottom: 40px;}
.contact-page-detail{display: flex;}
.con-det-1{margin-right: 40px;}
.con-det-1 .add-icon i{color: #919191;}
.con-det-1 .add-text h4{color: #2b7A78;}
.con-det-1 .add-text a{color: #2b7A78;}
.con-det-1 .add-text p{color: #919191;float: left;margin-right: 5px;}
.contact-page-area{padding: 30px 0;}
.touch-area{background: #F5F5F5;padding: 75px 0 90px 0;}
.get-head{text-align: center;}
.get-head h3{font-size: 37px;font-weight: 400;line-height: 47px;color: #2B7A78;text-transform: uppercase;position: relative;display: inline-block;margin-bottom: 50px;z-index:9;}
.get-head h3:before{position: absolute;content:'';width: 100%;height: 30%;background: #E8E8E8;bottom: 0;z-index: -1;}
.get-form{width: 70%;margin: 0 auto;}
.get-form lable{line-height: 26px;font-weight: 300;color: #919191;margin-bottom: 5px;text-transform: uppercase;font-family: 'Raleway', sans-serif;}
.get-form .form-control{border-radius: 0;border: 0;height: 54px;}
.get-form textarea.form-control{height: 120px;margin-bottom: 30px;}
/** Custome Checkbox **/
.check-label {display: block;position: relative;padding-left: 35px;line-height: 26px; margin-bottom: 12px;cursor: pointer;font-size: 16px;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;color: #919191;}
.check-label a{color: #2B7A78;text-decoration: none;}
.check-label input {position: absolute;opacity: 0;cursor: pointer;height: 0;width: 0;}
.checkmark {position: absolute;top: 0;left: 0;height: 25px;width: 27px;background-color: transparent;border: 1px solid #707070;}
.check-label input:checked ~ .checkmark {background-color: transparent;}
.checkmark:after {content: "";position: absolute;display: none;}
.check-label input:checked ~ .checkmark:after {display: block;}
.check-label .checkmark:after {left: 9px;top: 3px;width: 7px;height: 14px;border: solid #707070;border-width: 0 3px 3px 0;-webkit-transform: rotate(45deg);-ms-transform: rotate(45deg); transform: rotate(45deg);}
.get-form .btn-green{float: right;background: #2B7A78;border-radius: 0px;font-size: 37px;color: #fff;font-weight: bold;line-height: 47px;}
.form-control:focus,.btn.focus, .btn:focus{box-shadow: 0 0 0;}
@media only screen and (max-width:1280px){
	.contact-page-area{padding: 0;}
	.contact-page-head h3{margin-bottom: 35px;font-size: 33px;}
	.get-form .btn-green{font-size: 33px;line-height: 40px;}
	.contact-page-text h4{font-size: 20px;}
}

@media only screen and (max-width:1024px){
	.contact-page-head h3{font-size: 28px;margin-bottom: 20px;}
	.contact-page-text h4{font-size: 16px;line-height: 25px;margin-bottom: 25px;}
	.contact-page-text p{margin-bottom: 20px;}
	.con-det-1{margin-right: 30px;}
	.con-det-1 .add-text p{margin-bottom: 0;}
	.get-form{width: 85%;}
}

@media only screen and (max-width:992px){
	.contact-page-area{margin-top: 20px;}
	.contact-page-detail{justify-content: space-between;}
	.checkmark{width: 24px;height: 24px;}
	.check-label .checkmark:after{left: 8px;top: 2px;}
}

@media only screen and (max-width:767px){
	/* .contact-section {padding-top: 90px;} */
	.contact-page-head h3{font-size: 21px;}
	.contact-page-detail{display: block;}
	.get-form{width: 100%;}
}
@media only screen and (max-width:320px){
	.contact-page-head h3{font-size: 18px;line-height: 25px;}
	.touch-area{padding: 45px 0;}
	.get-form .btn-green{font-size: 30px;}
}
/*** Portfolio Page ***/
.portfolio-slider{margin-bottom: 20px; min-height: 70px;}
.portfolio-slider .slick-prev{left: 0px;z-index: 9;}
.portfolio-slider .slick-next{right: 0px;}
.portfolio-slider .slick-next:before{content: "\f105";}
.portfolio-slider .slick-prev:before{content: "\f104";}
.portfolio-slider .slick-prev:before,.portfolio-slider .slick-next:before{font: normal normal normal 14px/1 FontAwesome;font-family: FontAwesome;font-size: 30px;color:#fff;opacity: 1;}
.portfolio-slider .slick-prev,.portfolio-slider .slick-next{width: 35px;height: 35px;background: #2B7A78;line-height: 35px;}

.proj-detail{background: #F5F5F5;padding: 18px 20px;margin-bottom: 20px;}
.proj-detail h4{color: #000;font-size: 16px;font-weight: bold;font-family: 'Raleway', sans-serif;line-height: 26px;}
.proj-detail ul{margin-bottom: 0;}
.proj-detail ul li{display: flex;list-style: none;margin-bottom: 20px;}
.proj-detail ul li .proj-detail-icon{color: #2B7A78;border:1px solid #2B7A78;padding: 3px;width:32px;height: 32px;text-align: center;font-size: 22px;line-height: 26px;margin-right: 20px;}
.proj-detail ul li:last-child{margin-bottom: 0;}
.proj-detail .proj-detail-text p {display: inline !important;}
.proj-detail .proj-detail-text p:after {content: ",";}
.proj-detail .proj-detail-text p:last-child:after { content: "";}
/* .proj-nav{display: flex;justify-content: space-between;margin-bottom: 20px;}
.proj-nav-left a,.proj-nav-right a{display: flex;text-decoration: none;}
.proj-nav-left{display: flex;border:1px solid #2B7A78;padding:3px 8px;width:49%;}
.proj-nav-right{display: flex;border:1px solid #2B7A78;padding:3px 8px;width:49%;}
.proj-nav-left-text p{margin-bottom: 0;text-align: right;font-weight: 400;letter-spacing: 4px;font-size: 16px;line-height: 19px;text-transform: uppercase;color: #2B7A78;}
.proj-nav-right-text p{margin-bottom: 0;text-align: left;font-weight: 400;letter-spacing: 4px;font-size: 16px;line-height: 19px;text-transform: uppercase;color: #2B7A78;}
.proj-nav-left-icon{font-size: 28px;color: #2B7A78;margin-right: 8px;}
.proj-nav-right-icon{font-size: 28px;color: #2B7A78;margin-left: 8px;} */

.proj-content-head h3{font-size: 28px;font-weight: 300;line-height: 38px;color: #000000;text-transform: uppercase;position: relative;display: inline-block;margin-bottom: 50px;z-index:9;}
.proj-content-head h3:before{position: absolute;content:'';width: 100%;height: 30%;background: #E8E8E8;bottom: 0;z-index: -1;}
.proj-content-text h4{font-size: 21px;line-height: 31px;color: #000;font-weight: 300;margin-bottom: 40px;}
.proj-content-text p{font-size: 16px;line-height: 26px;color: #919191;font-weight: 300;margin-bottom: 40px;}
.other-1{padding-bottom: 20px;height: 100%;}
.other-1 img{width: 100%;height: auto;object-fit: cover;}
.other-proj{margin-bottom: 45px;}

/* @media only screen and (max-width:1366px){
	.proj-nav-left{padding: 3px 5px;}
	.proj-nav-left-text p{font-size: 14px;}

}

@media only screen and (max-width:1024px){
	.proj-nav{display: block;}
	.proj-nav-left,.proj-nav-right{width: 65%;margin-bottom: 15px;}

}
@media only screen and (max-width:992px){
	.proj-nav{display: flex;}
	.proj-nav-right-icon,.proj-nav-left-icon{display: flex;}
	.proj-nav-right-text p,.proj-nav-left-text p{line-height: 35px;}
	.proj-nav-left, .proj-nav-right{justify-content: center;}

} */
@media only screen and (max-width:767px){
	/* .proj-nav-right-text p, .proj-nav-left-text p{line-height: 20px;}
	.proj-nav-left, .proj-nav-right{width: 49%;} */
	.proj-content-head h3{font-size: 25px;margin-bottom: 25px;}
	.proj-content-text h4{font-size: 19px;line-height: 27px;margin-bottom: 25px;}
	.proj-content-text p{margin-bottom: 20px;}
	.other-1{width: 100%;}
	.slider-img img{width: 100%;height: 500px;object-fit: cover;}
}

/**** work page ***/

/* .work-area{padding-top: 165px;} */
.work-left{background: #919191;padding: 40px;height: 100%;}
.work-left h2{margin-top: 0;font-size: 50px;line-height: 61px;font-weight: 400;color: #fff;margin-bottom: 30px;}
.work-left p{font-size: 21px;line-height: 31px;color: #fff;font-weight: 200;color: #fff;margin-top: 30px;}
.work-right{background: #2B7A78;padding: 25px 20px;height: 100%;}
.work-right ul{display: flex;flex-wrap: wrap;}
.work-right ul li{list-style: none;width: 30%;border:1px solid #fff;padding: 15px;margin: 0 10px 20px 10px;}
.work-right ul li{color: #FFFFFF;font-size: 11px;font-weight: 300;letter-spacing: 2.75px;text-transform: uppercase;line-height: 14px;text-decoration: none;cursor: pointer;display: flex;align-items: center;}
.work-right ul li:last-child{width: 100%;margin-bottom: 0;}
.work-right ul li:last-child i{float: right;font-size: 18px;}
.work-right ul li:hover{background: #FFFFFF33;}
.work-right ul li.active{background: #FFFFFF33;}
.element-item{position:relative !important;left: auto !important;top: auto !important;}
.grid{overflow: hidden !important;}
.mt-40{margin-top: 40px;}
@media only screen and (max-width:1280px){
	.work-right{padding: 15px 0px;}
	.work-right ul li{width: 45%;}
	.work-right ul li:last-child i{font-size: 14px;}
	.work-right ul li:last-child{width: 45%;display: table;}
	.work-right ul li{margin: 0 15px 20px 15px;}
}

@media only screen and (max-width:1024px){
	.work-right ul li{margin: 0 12px 20px 12px;}
}

@media only screen and (max-width:992px){
	.work-left{height: auto;}
	.work-right{margin-top: 30px;height: auto;}
	.work-right ul{margin-bottom: 0;}
	.work-right ul li,.work-right ul li:last-child{width: 47%;}
	.work-right ul li{margin: 0 10px 20px 10px;}
}

@media only screen and (max-width:767px){
	/* .work-area{padding-top: 95px;} */
	.work-left{padding: 25px 20px;}
	.work-left h2{font-size: 48px;line-height: 45px;margin-bottom: 25px;}
	.work-left p{margin-top: 27px;font-size: 20px;}
	.work-right ul li, .work-right ul li:last-child{width: 46%;margin: 0 5px 15px 5px;}
	.work-right ul li{padding: 10px;font-size: 10px;}
	.work-right{padding-bottom: 0;}
}


/*** WP Css **/
.wpcf7-list-item label{display: block;margin-bottom: 15px;}
.wpcf7-list-item label input{float: left;width: 20px;height: 20px;margin-right: 10px;}
.form-group br{display: none;}
button:not(.toggle), .button, .faux-button, .wp-block-button__link, .wp-block-file .wp-block-file__button, input[type="button"], input[type="reset"], input[type="submit"], .bg-accent, .bg-accent-hover:hover, .bg-accent-hover:focus, :root .has-accent-background-color, .comment-reply-link{background: transparent;}
.navbar-nav li.current-menu-item a {color: #2b7a78 !important;}
.wpcf7-list-item-label a {
color: #2B7A78;
text-decoration: none;
}
.defaultpage{padding:150px 0 0 0;}
.blog-post{margin-bottom:20px;}
.bloglist p{margin-bottom:5px;}
input[type=checkbox], input[type=radio] {
box-sizing: border-box;
padding: 0;
vertical-align: bottom;
position: relative;
top: 3px;
}
.wpcf7-list-item-label{color: #919191;line-height: 26px;font-size: 16px;}
.search-form{margin-bottom: 60px;}
.search-submit{background: #2B7A78 !important;
    border-radius: 0px;
    font-size: 19px;
    color: #fff;
  	border: none;
	padding: 2px 15px;
    line-height: 24px;}
.search-field{border:1px solid #000;line-height: 27px;padding: 0 10px;}
.screen-reader-text{font-weight: 600;margin-right: 10px;color: #333;}
.blog-post a{color: #2b7a78;text-decoration: none;}

/*Easy Fancybox*/

#fancybox-close, #fancybox-right-ico, #fancybox-left-ico{
    background-image: url(../images/cdp-fancybox.png);
}

#fancybox-outer {
	box-shadow: 0 0 20px rgba(17, 17, 17, 0.25);
    -webkit-box-shadow: 0 0 20px rgba(17, 17, 17, 0.25);
}
