body{
	font-family: "Lato";
    color: #ffffff;
    font-size: 16px;            
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-weight: 500;
	padding-top: 95px;
	}
h1{	    
    font-family: "PT Serif";
    font-weight: 700;
    line-height: 1.1;   
	margin-bottom: 20px;
	color: #fff;
	font-size:70px;
}
h2{	    
    font-family: "PT Serif";
    font-weight: 700;
    line-height: 1.2;   
	margin-bottom: 20px;
	color: #5E794A;
	font-size:40px;
	font-weight: 400;
	letter-spacing: 0.03em;
}
h3{	    
    font-family: "PT Serif";
    font-weight: 300;
    line-height: 1.6;   
	margin-bottom: 20px;
	color: #5E794A;
	font-size:30px;
	letter-spacing: 0.5px;
}
h4 {
    font-family: "Lato";
    font-weight: 800;
    line-height: 1.8;
    margin-bottom: 20px;
    color: #385C87;
    font-size: 20px;
    letter-spacing: -0.003em;
}
h5{
	font-family: "Lato";
    font-weight: 600;
    line-height: 1.2;   
	margin-bottom: 20px;
	color: #385C87;
	font-size:18px;
	letter-spacing: 0.091em;
}
p{
	font-family: "Lato";
    color: #385487;
    font-size: 16px;    	
	margin-bottom: 20px;
	letter-spacing: 0.015em;
    line-height: 1.82;
}
a {
    text-decoration: none;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

body.page-id-676 .full-width-content h1,
body.page-id-676 .full-width-content h2,
body.page-id-676 .full-width-content h3,
body.page-id-676 .full-width-content h4,
body.page-id-676 .full-width-content h5,
body.page-id-676 .full-width-content h6,
body.page-id-676 .full-width-content p,
body.page-id-660 .full-width-content h1,
body.page-id-660 .full-width-content h2,
body.page-id-660 .full-width-content h3,
body.page-id-660 .full-width-content h4,
body.page-id-660 .full-width-content h5,
body.page-id-660 .full-width-content h6,
body.page-id-660 .full-width-content p{
    color: #385C87 !important;
    text-align: left;
}
body.page-id-676 a{
  font-weight: 700;
}
a.transparent-btn {
    color: #fff;
    text-decoration: none;
    padding: 9px 39px;
    display: inline-block;
    border: 2px solid #fff;
    line-height: 1.1;
    border-radius: 4px;
    font-weight: 700;
    letter-spacing: 0.08em;
	text-transform: uppercase;
}
a.transparent-btn:hover {
    background-color: #fff;
    color: #385487;
}
a.bg-btn {
    color: #fff;
    text-decoration: none;
    padding: 9px 28px;
    display: inline-block;
    border: 2px solid #385487;
    line-height: 1.1;
    border-radius: 4px;
    font-weight: 600;
    letter-spacing: 0.08em;
    background-color: #385487;
}
a.bg-btn:hover {
    background-color: transparent;
    color: #385487;
}
.container-wrap {
    max-width: 1235px;
    margin: 0 auto;
    width: 100%;
    padding: 0 20px;
}
.full-container-wrap {
    max-width: 1273px;
    margin: 0 auto;
    width: 100%;
    padding: 0 20px;
}

#home_banner .container-wrap{
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  z-index: 100;
}

.main-header .container-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
	    max-width: 1273px;
}
.home .main-header .container-wrap {
	    max-width: 1339px;	
}
.home .sticky .main-header .container-wrap {
   /* max-width: 1235px;*/
}
body.home {
    padding-top: 0;
}

/*.home .main-header .header-logo {    
    width: 25.5%;
}*/
.main-header .header-logo {
    /*float: left;*/
    width: 23.5%;
}
/*.home .main-header .main {
    width: 73.5%;    
}*/
.main-header .main {
    width: 76.5%;
    /*float: right;*/
    padding-left: 20px;
    /*transition: all 1s ease-in;
    transition-delay: .2s;*/
}
.main-header .header-logo img {
    max-width: 346px;
    width: 100%;
}
.home .main-header .header-logo a {    
    padding-top: 13px;
    padding-bottom: 8px;
}
.main-header .header-logo a {
    display: block;
    padding-top: 18px;
    padding-bottom: 4px;
}
.main-header .main ul.menu-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    margin-bottom: 0;
}
.main-header .main ul.menu-toggle.menu.mob {
    display: flex;
    flex-wrap: wrap;
}
.main-header {
    position: fixed;
    width: 100%;
	   -webkit-transition: all 0.5s ease-in-out;    -o-transition: all 0.5s ease-in-out;    transition: all 0.5s ease-in-out;
	    z-index: 999999;
	    top: 0;	
}
body.home .main-header .header-logo img.blue-logo {
    display: none;
}
body.home .main-header .header-logo img.white-logo {
    display: block;
}
.main-header .header-logo img.white-logo {
    display: none;
}

body.home .sticky .main-header .header-logo img.blue-logo {
    display: block;
}
body.home .sticky .main-header .header-logo img.white-logo {
    display: none;
}
.sticky .main-header {
    background-color: #fff;
}
.main-header {
    background-color: #fff;
	box-shadow: 0px 4px 8px 0px #00000024;
}
.home .main-header {
    background-color: transparent;
	    box-shadow: none;
}

.menu-toggle > li.menu-mobile {
		display: none;
	}
	.menu-toggle > li.contact-menu a {
		padding-right: 0;
	}
.home header.sticky .main-header {
    background-color: #fff;
	box-shadow: 0px 4px 8px 0px #00000024;
}
section.hero-banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
	    overflow: hidden;
	position: relative;	
}
section.hero-banner:before {
    content: "";
    background-image: url(../images/Isolation_Mode.png);
    width: 60%;
    position: absolute;
    height: 100%;
    top: 0;
    background-size: contain;
	background-repeat: no-repeat;
    z-index: 1;
}
section.hero-banner:after {
    content: "";
    background-image: url(../images/Isolation_Modebottom.png);
    position: absolute;
    bottom: -90px;
    background-size: contain;
    background-repeat: no-repeat;
    top: initial;
    right: 0;
    width: 460px;
    height: 540px;
}
.hero-heading {
    max-width: 830px;
    margin: 0 auto;
}
section.hero-banner h1 {
    color: #fff;
    text-align: center;
	position: relative;
	z-index:1;
}
section#mobile-nav {
    display: none;
}
section#desktop-nav {
    display: none;
}
section.blue-bg-section {
    padding-top: 67px;
    padding-bottom: 66px;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
.blue-content-area h6 {
    color: #fff;
    margin-bottom: 30px;
    font-family: "Lato";
    font-weight: 600;
    font-size: 18px;
    letter-spacing: 0.09em;
}
section.blue-bg-section .blue-content-area {
    max-width: 1030px;
    margin: 0 auto;
    text-align: center;
}

.blue-content-area h3 {
    color: #fff;
    margin-bottom: 26px;
	letter-spacing: 0;
  font-size:28px;
}
.home .sticky .main-header .header-logo a {
	padding-top: 18px;
    padding-bottom: 4px;
}
.home .sticky .main-header .header-logo {
    width: 23.5%;
}
.home .sticky .main-header .main {
    width: 76.5%;
}
.sticky .menu-wrap {
    padding-top: 0;
}
/***Header Style**/

/*tabs style*/
section.feat-services {
    padding-top: 67px;
    padding-bottom: 70px;
    background-color: #F3ECE0;
    position: relative;
}

section.feat-services .tabs-section {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
}

section.feat-services .tabs-section .right-tabs {
    width: 50%;
    float: right;
    padding-top: 87px;
    padding-bottom: 58px;
    max-width: 620px;
    padding-right: 30px;
}

.tabs-section .right-tabs ul.tabs {
    list-style: none;
    padding: 0;
    margin-left: -72px;
}
.tabs-section .right-tabs ul.tabs li {
    color: #385487;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 0.09em;
    padding: 28px 22px 28px 0;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    padding-left: 150px;
    margin-bottom: 9px;
    line-height: 1.6;
}
.tabs-section .right-tabs ul.tabs li.current {
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.2);
    font-weight: 800;
}
.hide-image-sho {
    width: 83px;
    position: absolute;
    left: 39px;
    opacity: 0;
    -webkit-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
    transition: all 0.7s ease-in-out;
    margin-top: 6px;
}
.tabs-section .right-tabs ul.tabs li.current .hide-image-sho {
    opacity: 1;
}
.right-tabs a.bg-btn {
    margin-left: 80px;
    margin-top: 17px;
}
.tabs-section .right-tabs h2 {
    margin-bottom: 29px;
    padding-left: 76px;
}
.tabs-section .left-tabs {
    width: 50%;
}

.tabs-section .left-tabs .tab-content {
    height: 100%;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    width: 50%;
    position: absolute;
    left: 0;
    top: 0;
    border-bottom-right-radius: 50px;
    border-top-right-radius: 50px;
	opacity: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.tabs-section .left-tabs .tab-content.current {
    opacity: 1;
}
.coman-use-contant {
    padding: 80px 0;
    text-align: center;
}
/*tabs style*/

/*how we help section*/
.we-help-section .help-bg-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    width: 100%;
    height: 518px;
}
section.we-help-section {
    background-color: #F3ECE0;
    padding-top: 30px;
    padding-bottom: 103px;
}
.help-left-wrap .help-bg-img {
    position: relative;
}

.we-help-section .help-left-clm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.help-left-clm .help-left-wrap {
    width: 47.5%;
    float: left;    
    padding: 52px 70px 38px 0;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
    position: relative;
    margin-top: -77px;
	    z-index: 1;
}
.help-left-clm .help-left-wrap h2 {
    font-weight: 700;
    letter-spacing: 0.00em;
    line-height: 1.25;
    margin-bottom: 30px;
}
.help-left-wrap h4 {
    margin-bottom: 26px;
}
.help-left-clm .help-left-wrap p {
    color: #385C87;
    line-height: 1.87;
}

.help-left-clm .help-left-wrap:before {
    background-color: #fff;
    content: "";
    width: 200%;
    height: 100%;
    position: absolute;
    left: -100%;
    top: 0;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
    z-index: -1;
    box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.2);
}

.help-left-clm .help-right-clm {
    float: left;
    width: 52.50%;
    padding-top: 63px;
    padding-left: 80px;
}

.help-left-clm .help-right-clm h4 {
    font-weight: 500;
    letter-spacing: 0.11em;
    margin-bottom: 23px;
}
.help-left-clm .help-right-clm ul {
    padding-left: 0;
    list-style: none;
}

.help-left-clm .help-right-clm ul li {
    padding-left: 49px;
    margin-bottom: 20px;
    color: #385C87;
    font-weight: 400;
    position: relative;
    line-height: 1.8;
}
.help-left-clm .help-right-clm ul li:before {
    background-color: #F3BA6C;
    width: 32px;
    height: 1px;
    position: absolute;
    content: "";
    left: 0;
    top: 12px;
}
.help-right-clm a.arrow-btn {
    margin-top: 17px;
    display: inline-block;
}

a.arrow-btn {
    font-size: 16px;
    color: #385C87;
    padding-bottom: 7px;
    border-bottom: 1px solid #F3BA6C;
    padding-right: 19px;
    position: relative;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

a.arrow-btn:before {
    content: "\f105";
    position: absolute;
    right: 0;
    font-family: 'FontAwesome';
    font-size: 14px;
    top: 46%;
    -webkit-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);
}
a.arrow-btn:hover {padding-right: 25px;color: #F3BA6C;}
/*how we help section*/

/*Service List Section*/
section.services-section {padding-top: 96px;padding-bottom: 54px;}

.services-section .service-list-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 53px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.service-list-wrap .services-bgimage {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    width: 50%;
    border-radius: 0px 40px 40px 0px;
    height: 312px;
}
.service-list-wrap .services-content {
  /*max-width: 660px;*/
  max-width: 600px;
  width: 100%;
  padding: 25px 30px 25px 77px;
}
.services-content h3 {
    margin-bottom: 26px;
}
.gform_wrapper.gravity-theme .field_sublabel_below .ginput_complex span {
    margin: 0 7px !important;
}
.gform_wrapper.gravity-theme .field_sublabel_below .ginput_complex {
    margin: 0 -7px !important;
}
/*Service List Section*/

/*Project Slider Section*/
section.project-section {
    padding-top: 20px;
    padding-bottom: 96px;
    text-align: center;
}

section.project-section .projecttop-content {
    max-width: 820px;
    margin: 0 auto 92px;
    padding: 0 25px;
}
section.project-section .project-bgimage {
    width: 100%;
    height: 531px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
.project-slider button {
    position: absolute;
    font-size: 0;
    background-color: transparent;
    width: 100px;
    height: 56px;
    z-index: 1;
    bottom: 504px;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.project-slider button.slick-prev {
    width: 50px;
    right: 50%;
    border-radius: 15px 0 0 15px;
    justify-content: end;
}

.project-slider button.slick-next {
    width: 50px;
    right: calc(50% - 50px);
    border-radius: 0 15px 15px 0;
}
.project-slider button.slick-prev:before {
    content: "\f105";
    position: relative;
    right: 0;
    font-family: 'FontAwesome';
    font-size: 22px;
    top: 2px;
    color: #385487;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    width: 50px;
    height: 50px;
    z-index: 1;
    line-height: 2.5;
    padding-right: 23px;
	-webkit-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;
}
.project-slider button.slick-prev:after {
    background-color: #fff;
    position: absolute;
    width: 99px;
    height: 56px;
    left: 1px;
    content: "";
    border-radius: 15px;
    box-shadow: 0px 4px 8px 0px #00000024;
}
.project-slider button.slick-next:before {
    content: "\f104";
    position: relative;
    right: 3px;
    font-family: 'FontAwesome';
    font-size: 22px;
    top: 2px;
    color: #385487;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    width: 50px;
    height: 50px;
    z-index: 1;
    line-height: 2.5;
    padding-left: 23px;
	-webkit-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;
}
.project-slider button.slick-next:hover:before, .project-slider button.slick-prev:hover:before {
    color: #5E794A;
}.projecttop-content p {
    letter-spacing: 0.0005em;
    margin-bottom: 26px;
}
/*Project Slider Section*/

/*Counter section*/
.counter-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.counter-wrap h2 {
		text-align: center;
		font-size: 30px;
		display: none;
	}
.counter-wrap .conter-wrap {float: left;width: 25%;text-align: center;    padding: 0 10px;}

section.counter-wrap {padding-top: 22px;padding-bottom: 53px;background-color: #F3ECE0;}

.conter-wrap .conter-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    text-align: center;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 72px;
    color: #5E794A;
    font-weight: 700;
    font-family: "PT Serif";
    line-height: 1.2;
    margin-bottom: 6px;
}
.conter-wrap h5 {
    font-size: 15px;
    text-transform: uppercase;
    line-height: 18px;
    font-weight: 600;
    margin-bottom: 5px;
	letter-spacing: 0.12em;
}

.counter-wrap .container-wrap .counter-section {
    padding: 40px 0 42px;
    border-top: 1px solid #F3BA6C;
    border-bottom: 1px solid #F3BA6C;
}

/*Counter section*/

/*Featured Project*/
section.home-project-section {
    padding-top: 111px;
    padding-bottom: 119px;
	position: relative;
}
section.home-project-section .project-heading {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 42px;
}

.project-heading h2 {
    margin-bottom: 0;
    width: 70%;
    padding-right: 30px;
}
.project-btn a.bg-btn {
    margin-top: 10px;
    padding: 9px 36px;
}
.project-heading .project-btn {
    width: 30%;
    float: left;
    text-align: right;
}

.home-project-section .project-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.home-project-section .project-main .project-left-wrap {
    float: left;
    width: 67.5%;
    overflow: hidden;
}
.home-project-section .project-main .project-right-wrap {
    float: left;
    width: 30.1%;
}

.project-left-wrap .project-img {
	background-size: cover;background-repeat: no-repeat;background-position: top center;width: 100%;-webkit-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;
	-webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
	height: 88.9%;
    margin-bottom: -81px;		
}
.project-main .project-left-wrap:hover .project-img {
    -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
}
.project-right-wrap .pro-two-col {
    margin-bottom: 26px;
    background-color: #385487;
	overflow: hidden;
}
.project-right-wrap .pro-two-col .project-inner-text {
    padding: 12px 55px 13px 22px;
    position: relative;
	z-index: 2;
    background-color: #385487;
	-webkit-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;
}
.project-right-wrap .pro-two-col .project-inner-text h3 {
    color: #fff;
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 0.02em;
    line-height: 1.3;
    margin-bottom: 0;
}
.project-right-wrap .pro-two-col .project-inner-text p {
    text-transform: uppercase;
    font-size: 15px;
    margin-bottom: 0;
    letter-spacing: 0.12em;
	color: #fff;
	margin-top: 9px;
}
.project-right-wrap .pro-two-col .project-inner-text i {
    color: #fff;
    position: absolute;
    top: 50%;
    right: 15px;
    font-size: 25px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.project-right-wrap .project-img {
    height: 231px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
	-webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
	-webkit-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;		
}
.project-right-wrap .pro-two-col:hover .project-img{
	 -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
            transform: scale(1.2);
}
.project-left-wrap .project-inner-text {
    background-color: #385487;
    padding: 39px 68px 41px 56px;
    position: relative;
	-webkit-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;
}
.project-main .project-left-wrap:hover .project-inner-text, .project-right-wrap .pro-two-col:hover .project-inner-text {
    background-color: #5E794A;
}
.project-left-wrap .project-inner-text h3 {
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.028em;
    line-height: 1.2;
    margin-bottom: 14px;
}
.project-left-wrap .project-inner-text p {
    font-size: 20px;
    text-transform: uppercase;
    margin-bottom: 0;
    letter-spacing: 0.127em;
	color: #fff;
}
.project-left-wrap .project-inner-text i {
    color: #fff;
    position: absolute;
    top: 50%;
    right: 48px;
    font-size: 25px;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.project-right-wrap .pro-two-col:last-child {
    margin-bottom: 0;
}


/*Featured Project*/
/*full image with Heading*/

section.bg-w-content {
    padding-top: 132px;
    padding-bottom: 125px;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
section.bg-w-content h3 {
    color: #fff;
    text-align: center;
    line-height: 47.65px;
    max-width: 990px;
    margin: 0 auto;
    letter-spacing: 0;
}

/*full image with Heading*/

/*Logo Section*/

section.our-client {
    padding-top: 97px;
    padding-bottom: 62px;
    text-align: center;
}
section.our-client h4 {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 50px;
    text-transform: uppercase;
    letter-spacing: 0.12em;
}
.our-client ul {
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -15px;
}

.our-client ul li {
    float: left;
    width: 25%;
    padding: 0 15px;
    text-align: center;
	margin: 0;
    list-style: none;
	margin-bottom: 20px;
}
.our-client ul li img{
  max-height: 125px;
}

section.inner-hero-banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    height: 392px;
	overflow: hidden;
    position: relative;
}
.inner-hero-banner .inner-pattan {
    position: absolute;
    /*width: 350px;*/
    width:289px;
    height: 100%;
    /*background-size: contain;*/
    background-size: cover;
    background-repeat: no-repeat;
    left: 0;
   /* top: 0;*/
    top: -23%;
}
.inner-hero-banner .inner-pattan02 {
    position: absolute;
    /*width: 350px;*/
    width: 320px;
    height: 100%;
    /*background-size: contain;*/
    background-size: cover;
    background-repeat: no-repeat;
   /* right: -110px;
    bottom: -150px;*/
    right: 0;
    bottom: -17%;
}
body.page-id-55 {
    padding-top: 0;
}
.fw-bg h3 {
    color: #fff;
}
/*Logo Section*/

/*coman bgtext and text section*/
section.coman-bgtext-text {
    padding-top: 0;
    padding-bottom: 70px;
    position: relative;
}

section.coman-bgtext-text:before {
    position: absolute;
    content: "";
    width: 100%;
   /* height: calc(100% - 145px);*/
    height: calc(100% - 90px);
    background-color: #F3ECE0;
    top: 0;
}
section.coman-bgtext-text .line-pattan{
	width: 60%;
    position: absolute;
    height: 100%;
    top: 0;
    background-size: contain;
    background-repeat: no-repeat;
}
section.coman-bgtext-text .line-pattan02 {
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    right: 0;
    width: 280px;
    bottom: 0;
    height: 408px;
}

body.page-id-260 section.coman-bgtext-text .line-pattan02{
  display: none;
}

.single-service section.coman-bgtext-text .line-pattan {
    height: 88%;
}
.coman-bgtext-text .full-container-wrap {
    position: relative;
    z-index: 1;    
}

.bg-transwrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 110px;
}

.bg-transwrap .left-textbg {
    float: left;
    width: 50%;    
    padding: 52px 95px 40px 0;
    position: relative;
    margin-top: -63px;
}

.bg-transwrap .right-transtext {
    float: left;
    width: 50%;
    padding-top: 81px;
    padding-left: 96px;
}

.bg-transwrap .left-textbg:before {
    background-color: #fff;
    content: "";
    width: 200%;
    height: 100%;
    position: absolute;
    left: -100%;
    top: 0;
    border-bottom-right-radius: 40px;
    border-top-right-radius: 40px;
    z-index: -1;
    box-shadow: 0 0 7px 0px rgba(0, 0, 0, 0.2);
}

.left-textbg h5 {
    letter-spacing: 0.11em;
    margin-bottom: 19px;
    font-size: 16px;
    font-weight: 600;
}
.left-textbg h2 {
    font-weight: 800;
}

.left-textbg h1 {
    font-size: 50px;
    color: #5E794A;
    line-height: 1.38;
    margin-bottom: 28px;
}

.left-textbg  p {
    color: #385C87;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.77;
	letter-spacing: 0.00em;
}

.right-transtext p {
    color: #385C87;
    font-weight: 400;
    line-height: 1.8;
    margin-bottom: 30px;
	letter-spacing: 0.00em;
}

.out-side-img {
    display: block;
    width: 100%;
}

.out-side-img img {
    width: 100%;
    display: block;
}
/*coman bgtext and text section*/

/*Why Chose Us section*/
section.discover-section {
    padding-top: 44px;
    padding-bottom: 174px;
    text-align: center;
}

.discover-section h5 {letter-spacing: 0.092em;}


.discover-section h2 {
    margin-bottom: 77px;
}

.discover-section .disc-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 993px;
    margin: 0 auto 21px;
}

.disc-wrap .aprt-heading {
    width: 24.2%;
    text-align: left;
}

.disc-wrap .aprt-heading h3 {
    letter-spacing: 0.03em;
    padding-bottom: 16px;
    position: relative;
}

.disc-wrap .aprt-heading h3:before {
    content: "";
    width: 91px;
    height: 1px;
    background-color: #F3BA6C;
    position: absolute;
    bottom: 0;
    left: 3px;
}

.disc-wrap .aprt-description {
    float: left;
    width: 75.8%;
    padding-left: 24px;
    text-align: left;
    padding-top: 6px;
}

.aprt-description p {
    letter-spacing: 0.015em;
    line-height: 1.8;
}

/*Why Chose Us section*/
/*Who We are Secton*/
section.whowe-section {
    background-color: #F3ECE0;
    padding-bottom: 92px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    position: relative;
	    width: 100%;
}
section.whowe-section:after {
    content: "";
    background-image: url(../images/Isolation_Mode03.png);
    position: absolute;
    bottom: -340px;
    background-size: contain;
    background-repeat: no-repeat;
    top: initial;
    right: 0;
    width: 300px;
    height: 450px;
}
section.whowe-section .whowe-bgimage {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left;
    width: 49.7%;
    height: 670px;
    border-radius: 0px 40px 40px 0px;
    float: left;
    margin-top: -75px;
}

.whowe-section .whowe-textarea {
    float: left;
    width: 557px;
    padding: 115px 30px 30px 90px;
}

.whowe-section .whowe-textarea h5 {margin-bottom: 20px;}

.whowe-section .whowe-textarea h2 {
    line-height: 1.3;
    margin-bottom: 29px;
}

.whowe-textarea p {
    letter-spacing: 0.015em;
    line-height: 1.82;
}


/*Who We are Secton*/

/*Coman background with text section*/
.coman-bottom-section {
    padding-top: 124px;
    padding-bottom: 104px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

body.page-id-264 .coman-bottom-section{
  margin-top:-90px;
}

.coman-bottom-section .coman-btm-wrap {
    max-width: 600px;
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

.coman-btm-wrap h2 {
    margin-bottom: 21px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.009em;
}

.coman-btm-wrap p {
    color: #fff;
    font-size: 18px;
    margin-bottom: 29px;
}

.coman-btm-wrap a.transparent-btn {
    padding: 9px 30px;
}

/*Coman background with text section*/

/*Project inner banner section*/
.project-herobanner .project-banner {
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    height: 571px;
    position: relative;
    z-index: -1;
	overflow: hidden;
}
.project-banner .service-pattan02 {
    position: absolute;
    width: 560px;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
    top: -60px;
}
.full-blue-bg .bg-transwrap {
    margin-bottom: 0;
}
.full-blue-bg {
    position: relative;
    z-index: 0;
    padding-bottom: 70px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.full-blue-bg .right-transtext p {
    color: #fff;
    letter-spacing: 0.001em;
}
.full-container-wrap .bg-transwrap .left-textbg {
    margin-top: -63px;
    height: 100%;
}
.full-container-wrap h1 {
    line-height: 1.32;
}
.full-container-wrap .right-transtext {
    padding-top: 81px;
    padding-left: 98px;
    padding-right: 8px;
}
.right-transtext h4 {
    margin-bottom: 28px;
}
.blue-content-area h1 {
    font-size: 50px;
    line-height: 1.3;
}
/*Project inner banner section*/

/*Explore Our Work Section*/
section.explor-work {
    padding-top: 87px;
    padding-bottom: 70px;
    background-color: #F3ECE0;
}
.explore-wrap .explore-inner a {
    position: absolute;
    width: 100%;
    height: 100%;
	z-index: 1;
}
section.explor-work h2 {
    margin-bottom: 62px;
}

section.explor-work .explore-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.explore-wrap .explore-inner {
    float: left;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    height: 355px;
    position: relative;
	margin-right: 52px;
    width: 30.38%;
	margin-bottom: 55px;
    overflow: hidden;
}

.explore-wrap .explore-inner:nth-of-type(3n + 3) {
    margin-right: 0;
}

.explore-inner .explor-hover {
    background-color: #385487;
    position: absolute;
    bottom: -100%;
    padding: 13px 53px 14px 22px;
    transition: all 0.1s ease-in-out;
    opacity: 0;
	width: 100%;
}
.explore-wrap .explore-inner:hover .explor-hover {
    bottom: 0;
    opacity: 1;
}
.explore-inner .explor-hover h3 {
    color: #fff;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 8px;
    font-size: 24px;
}

.explore-inner .explor-hover p {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0;
    letter-spacing: 0.075em;
}

.explore-inner .explor-hover i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 20px;
    font-size: 26px;
	color: #fff;
}
/*Explore Our Work Section*/

/*Project Hero Banner Section*/
.sub-hero-section .project-banner {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    height: 571px;
    width: 100%;
}
.sub-hero-section .hero-below-heading {
    padding-bottom: 66px;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}
.hero-below-heading .hero-pro-heading {
    padding: 53px 30px 39px 30px;
    background-color: #fff;
    text-align: center;
    border-radius: 15px 15px 15px 15px;
    position: relative;
    max-width: 1013px;
    margin: 0 auto 0;
    top: -100px;
}
.hero-below-heading .hero-pro-heading h1 {
    font-size: 50px;
    color: #5E794A;
}
.hero-pro-heading h5 {
    margin-bottom: 27px;
}
.hero-below-heading .project-address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    
     /* max-width: 684px;*/
      max-width: 840px;
    margin: -35px auto 0;
}
.project-address .addresspart {
    width: 33.33%;
    padding-left:15px;
    padding-right:15px;
}
.addresspart h5 {
    color: #fff;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 18px;
}
.addresspart h5:before {
    content: "";
    position: absolute;
    width: 33px;
    height: 1px;
    background-color: #F3BA6C;
    bottom: 0;
}
.addresspart p {
    color: #fff;
}
/*Project Hero Banner Section*/
/*Image Slider and Content Area*/
section.full-slide-content {
    padding-top: 70px;
    padding-bottom: 64px;
    position: relative;
}

section.full-slide-content:before {
    content: "";
    width: 40%;
    height: 100%;
    background-color: #F3ECE0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.slider-contant-area ul {
    padding-left: 24px;
    margin-bottom: 29px;
}

ul li {
    color: #385C87;
    font-size: 16px;
    line-height: 1.72;
    margin-bottom: 3px;
}

.full-slide-content .full-container-wrap {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}

.left-image-slider {
    width: 50%;
    float: left;
}

.slider-contant-area {
    float: left;
    width: 50%;
    padding-left: 89px;
    padding-top: 16px;
    padding-right: 7px;
}

.left-image-slider .project-banner {
    width: 100%;
    height: 534px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.images-slider button {
    position: absolute;
    font-size: 0;
    background-color: transparent;
    width: 100px;
    height: 56px;
    z-index: 1;
    bottom: -23px;
    border: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.images-slider button.slick-prev {
    width: 50px;
    right: 80px;
    border-radius: 15px 0 0 15px;
    justify-content: end;
}

.images-slider button.slick-next {
    width: 50px;
    right: 30px;
    border-radius: 0 15px 15px 0;
}
.images-slider button.slick-prev:before {
    content: "\f105";
    position: relative;
    right: 0;
    font-family: 'FontAwesome';
    font-size: 22px;
    top: 2px;
    color: #385487;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    width: 50px;
    height: 50px;
    z-index: 1;
    line-height: 2.5;
    padding-right: 23px;
	-webkit-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;
}
.images-slider button.slick-prev:after {
    background-color: #fff;
    position: absolute;
    width: 100px;
    height: 56px;
    left: 0;
    content: "";
    border-radius: 15px;
    box-shadow: 0px 4px 8px 0px #00000024;
}
.images-slider button.slick-next:before {
    content: "\f104";
    position: relative;
    right: 0;
    font-family: 'FontAwesome';
    font-size: 22px;
    top: 2px;
    color: #385487;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
    width: 50px;
    height: 50px;
    z-index: 1;
    line-height: 2.5;
    padding-left: 23px;
	-webkit-transition: all 0.5s ease-in-out;-o-transition: all 0.5s ease-in-out;transition: all 0.5s ease-in-out;
}
.images-slider button.slick-next:hover:before, .images-slider button.slick-prev:hover:before {
    color: #5E794A;
}

.slider-contant-area h4 {
    margin-bottom: 0;
}

.slider-contant-area p {
    letter-spacing: 0.00em;
    margin-bottom: 29px;
}

.slider-contant-area ul {
    padding-left: 24px;
    margin-bottom: 29px;
}


/*Image Slider and Content Area*/

/* Our Team list Section */
section.our-team-section {
    padding-top: 125px;
    padding-bottom: 35px;
    position: relative;
}
.our-team-section .container-wrap {
    max-width: 990px;
    position: relative;
    z-index: 1;
}
.our-team-section .team-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 87px;
    padding-left:21%;
}

.team-list .team-mamber {
    width: 280px;
    height: 300px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    border-radius: 15px;
}

.team-list .team-content {
    float: right;
    width: calc(100% - 333px);
    padding-left: 74px;
}

.team-content h3 {
    margin-bottom: 10px;
}

.team-content h5 {
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0.08em;
    margin-bottom: 29px;
}
section.our-team-section:before {
    background-color: #F3ECE0;
    width: 30%;
    height: 100%;
    position: absolute;
    left: 0;
    content: "";
    z-index: 1;
    background-image: url(../images/Group19.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left;
    top: 0;
}

/*Our Team list Section*/

/*Respnsive Tab Slider*/
section.tab-slider {
    padding-top: 57px;
    padding-bottom: 40px;
    text-align: center;
	display:none;
	background-color: #F3ECE0;
}

section.tab-slider h3 {
    text-align: center;
    margin-bottom: 40px;
}

.tab-slider a.bg-btn {
    margin: 50px auto 0;
    padding: 9px 29px;
    font-weight: 500;
    letter-spacing: 0.12em;
}
.tab-slider .slider-tab-wrap {
    background-color: #fff;
    border-radius: 15px;
    text-align: center;
    overflow: hidden;
    -webkit-box-shadow: 0 1px 11px -2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 11px -2px rgba(0, 0, 0, 0.2);
    margin: 0 3px;
}

.tab-slider .slider-tab-wrap .team-mamber {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    width: 100%;
    height: 264px;
}

.slider-tab-wrap .team-slder-content {
    padding: 21px 60px 34px 60px;
    text-align: center;
}
.team-slder-content img {
    margin: 0 auto;
}
.team-slder-content h5 {
    margin-bottom: 0;
    margin-top: 26px;
    font-size: 18px;
    line-height: 1.6;
}
.responsive-slider ul.slick-dots {
    margin: 0;
    padding: 0;
    position: absolute;
    top: 234px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    max-width: 300px;
}
.responsive-slider ul.slick-dots li {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    padding: 0 7px;
    line-height: inherit;
    margin: 0;
    width: auto;
    font-size: 0;
    background-color: transparent;
    width: inherit;
}

.responsive-slider ul.slick-dots li button {
    font-size: 0;
    border: none;
    background-color: #fff;
    width: 2px;
    height: 6px;
    border-radius: 50%;
    max-width: 6px;
    min-width: 6px;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    padding: 0;
}
.responsive-slider ul.slick-dots li button:hover, .responsive-slider ul.slick-dots li.slick-active button {
    background-color: #5E794A;
}
.responsive-slider button.slick-arrow {
    width: 27px;
    height: 27px;
    font-size: 0;
    border-radius: 5px;
    background-color: #fff;
    border: none;
    top: 150px;
    position: absolute;
    left: -10px;
    z-index: 1;
	-webkit-transform: rotate(180deg);-ms-transform: rotate(180deg);transform: rotate(180deg);
	-webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.responsive-slider button.slick-arrow:hover {
    background-color: #5E794A;
}

.responsive-slider button.slick-next {
    right: -12px;
    left: inherit;
}
.responsive-slider button.slick-prev:before {
    content: "\f105";
    position: relative;
    font-family: 'FontAwesome';
    font-size: 18px;
    color: #385487;
    z-index: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
	    line-height: 1.1;
}
.responsive-slider button.slick-next:before {
    content: "\f104";
    position: relative;
    font-family: 'FontAwesome';
    font-size: 18px;
    color: #385487;
    z-index: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
	    line-height: 1.1;
}
.responsive-slider button.slick-arrow:hover:before {
    color: #fff !important;
}

/*Respnsive Tab Slider*/

/* Our Full-Service Solutions CSS Start Here */
.our-full-service-bg {
    max-width: 700px;
    width: 100%;
}

.our-full-service-bg img {
    width: 100%;
    height: 100%;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
}

.our-full-service-solutions {
    padding: 73px 0 97px;
    position: relative;
}
.our-full-service-solutions:after {
    content: "";
    background-image: url(../images/Isolation_Mode03.png);
    position: absolute;
    bottom: -340px;
    background-size: contain;
    background-repeat: no-repeat;
    top: initial;
    right: 0;
    width: 300px;
    height: 450px;
    z-index: 1;
}

.our-full-service-solutions .heading {
    max-width: 864px;
    margin: 0 auto 50px;
    width: 100%;
    text-align: center;
}

.our-full-service-solutions .heading h2 {
    font-weight: 700;
    margin: 0;
    letter-spacing: 0;
    line-height: 1.3
}

.our-full-service-content {
    width: calc(100% - 700px);
    position: relative;
    margin-left: -40px;
    padding: 40px 0 0;
    max-width: 862px;
}
.our-full-service-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 60px;
}
.our-full-service-list:last-child {
    margin-bottom: 0;
}

.our-full-service-content h3 {
    background-color: #fff;
    border-radius: 15px;
    font-size: 26px;
    letter-spacing: 0;
    color: #385C87;
    font-weight: 800;
    font-family: 'Lato';
    padding: 25px 90px;
    margin: 0;
}

.our-full-service-content .inner-content {
    padding: 33px 0 0 114px;
    display: flex;
    flex-wrap: wrap;
    gap: 26px;
}
.our-full-service-content .inner-content ul li {
    line-height: 1.65;
    margin-bottom: 3px;
}

.our-full-service-content .left-content {
    width: 44%;
}

.our-full-service-content .right-content {
    width: 52%;
}
body.page-energy .discover-section {
    padding-bottom: 100px;
}
body.page-energy .coman-bgtext-text .full-container-wrap .right-transtext p  strong { font-size: 20px; }
/* Our Full-Service Solutions CSS Ends Here */

/*Contact Form Section*/

section.contact-section {
    padding-top: 90px;
    padding-bottom: 90px;
}
section.contact-section h2 {
    padding-bottom: 22px;
    position: relative;
    margin-bottom: 36px;
    letter-spacing: 0.00em;
}

section.contact-section h2:before {
    width: 91px;
    height: 1px;
    background-color: #F3BA6C;
    position: absolute;
    bottom: 0;
    content: "";
}

.address-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
	    margin-bottom: 13px;	
}
.address-area h6 {
    float: left;
    width: 100%;
    color: #385C87;
    font-size: 16px;
    font-weight: 800;
    font-family: "Lato";
    letter-spacing: 0.07em;
    margin-bottom: 5px;
}
.address-area p {
    max-width: 271px;
    width: 50%;
    float: left;
    letter-spacing: 0.045em;
}

.address-area .view-map {
    float: left;
    width: 50%;
    padding-left: 40px;
    padding-top: 14px;
}

.contact-left ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.contact-left ul li {
    margin-bottom: 1px;
}
.contact-left ul li strong {
    margin-right: 6px;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}
.contact-left ul li a {
    font-weight: 600;
    letter-spacing: 0.04em;
}
.contact-left ul li a:hover {
    color: #5E794A;
}

.contact-left {
    float: left;
    width: 51.7%;
    padding-right: 52px;
}
.contact-section .container-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
	max-width: 1068px;		
}

.contact-section .contact-right-form {
    float: left;
    width: 48.3%;
	margin-top: 12px;
}
.contact-right-form h2.gform_title {
    display: none;
}
.contact-right-form .gform-field-label {
    display: none !important;
}

.contact-right-form .ginput_container input {
    background-color: #F3ECE0A6;
    border: none;
    height: 59px;
    font-size: 16px !important;
    color: #385C87;
    padding: 20px 21px !important;
    outline: none;
    border: 1px solid #F3ECE0A6;
    margin-bottom: 8px !important;
    font-family: "Lato";
}
.contact-right-form .ginput_container input::-webkit-input-placeholder { /* Edge */
 color: #385C87;
}
.contact-right-form .ginput_container input:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #385C87;
}
.contact-right-form .ginput_container input::placeholder {
  color: #385C87;
}
.contact-right-form .gform_footer [type=submit] {
    color: #fff;
    text-decoration: none;
    padding: 9px 21px;
    display: inline-block;
    border: 2px solid #385487;
    line-height: 1.1;
    border-radius: 4px;
    font-weight: 600;
    letter-spacing: 0.08em;
    background-color: #385487;
    text-transform: uppercase;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    outline: none;
    height: 40px;
    margin-top: 8px;
}
.contact-right-form .gform_footer [type=submit]:hover, .contact-right-form .gform_footer [type=submit]:focus {
    background-color: transparent;
    color: #385487;
}
.contact-right-form .gform_confirmation_message {
    text-align: center;
    color: green;
    font-weight: 600;
    font-family: "PT Serif";
    font-size: 16px;
}
/*Contact Form Section*/

/*Footer logos and menu*/
.footer-menu {
    padding: 71px 0 68px;
    background-color: #f3ece0;
	position: relative;
  background-image: url('../images/Footer.jpg');
  background-repeat: no-repeat;
  width:100%;
  background-size: cover;
}
section .footer-menu-bg
/*section.footer-menu:before {
    content: "";
    background-image: url(../images/footer-line.png);
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    top: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
	opacity: 0.4;
}*/
.footer-logo {
    float: left;
    width: 20%;
}
.footer-right-menu {
    float: left;
    width: 80%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
	 -webkit-box-pack: end;    -ms-flex-pack: end;    justify-content: end;
}
.footer-menu .container-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
		-webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.footer-right-menu ul {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
	-webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 53px;
	padding-left: 0;
}

.footer-right-menu ul li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 35px;
}
.footer-menu ul li.menu-mobile {
    display: none;
}
.footer-menu-btn a.transparent-btn {
    width: 178px;
    color: #5E794A;
    border-color: #5E794A;
    padding: 9px 16px;
    text-align: center;
}
.footer-menu-btn a.transparent-btn:hover {
    background-color: #5E794A;
    color: #fff;
}

.footer-right-menu ul li a {
    font-weight: 600;
    color: #385487;
	letter-spacing: 0.05em;
	text-transform: uppercase;
    font-size: 15px;
}

.footer-right-menu ul li a:hover, 
.footer-right-menu ul li.current-menu-item a,
 .single-service .footer-right-menu ul li.menu-item-376 a, 
 .single-featured-project .footer-right-menu ul li.menu-item-375 a {
    color: #5E794A;
}
/*Footer logos and menu*/
/*Footer*/
footer {
    padding: 43px 0 40px;
    background-color: #385487;
}

footer .container-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

footer .footer-two {
    width: 50%;
    float: left;
    text-align: left;
}

footer .footer-two:last-child {
    text-align: right;
}

footer .footer-two p {
    text-transform: uppercase;
    margin-bottom: 1px;
    color: #F3ECE0;
    letter-spacing: 0.17em;
	    line-height: 1.52;
}
.gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full){
	padding-right: 4.9%;
}



/*** Home Video ***/
#video-container{
  position: relative;
  /*@include bp(desktop){
    min-height: 547px;
  }*/
  
  
}
video#bgvideo {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right:0;
  object-fit: cover;
  background-size: cover;
  
}

.header-video{
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  width:100%;
  height: 100%;
  position: relative;
}


.background-overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,.25);
    z-index: 1;
}


/*Footer*/

/*Respnsive Css Start*/
@media (max-width: 1480px) {
    .our-full-service-bg { max-width: 615px; width: calc(100% - 615px); }
    .our-full-service-content { width: calc(100% - 615px); }
}
@media (max-width: 1440px) {
    .our-full-service-bg { max-width: 515px; width: calc(100% - 515px); }
    .our-full-service-content { width: calc(100% - 515px); padding: 10px 67px 0 0px; }
    .our-full-service-bg img { height: 360px; }
    .our-full-service-content .inner-content { padding: 41px 0 0 114px; }
    .our-full-service-content .left-content { width: 41%; }
    .our-full-service-content .right-content { width: 54%; }
}
@media (max-width: 1350px) {
	.service-list-wrap .services-content {
		max-width: 590px;		
		padding: 25px 30px 25px 50px;
	}
}
@media (max-width: 1300px) {
    .footer-right-menu ul {
		padding-right: 20px;
	}
	.footer-right-menu ul li {
		margin-left: 25px;
	}
	.full-container-wrap, .container-wrap {
		padding: 0 25px;
	}
	.explore-wrap .explore-inner {
		margin-right: 2.5%;
		width: 31.66%;
		margin-bottom: 2.5%;
	}
	section.our-team-section {		
		padding-top: 100px;
	}
	.our-team-section .team-list {
		margin-bottom: 60px;
	}
	.main-header .header-logo, .home .main-header .header-logo {
		width: 20%;
	}
	.main-header .main, .home .main-header .main {
		width: 80%;
		padding-left: 0;
	}
	.menu-wrap {
		padding-top: 0;
	}	
	body {
		padding-top: 71px;
	}
	section.project-section .projecttop-content {
		padding: 0 0;
	}
	.home .sticky .main-header .header-logo a {
		padding-top: 18px;
	}
    .our-full-service-content .inner-content { padding: 33px 0 0 60px; gap: 10px; }
    .our-full-service-content .right-content { width: 50%; }
    .our-full-service-bg img { height: 480px; object-fit: cover; }
    .our-full-service-content h3 { padding: 25px 70px;}
    .our-full-service-content { padding: 10px 0; }
}


@media (max-width: 1199px) {
	h2 {
		font-size: 36px;
	}
	h3 {
		font-size: 28px;
	}
	.full-container-wrap, .container-wrap{
		    padding: 0 25px;
	}
  
    .menu-toggle > li{
     padding: 20px 15px 25px 15px;
    }
  
	.menu-toggle li a {
		/*padding: 18px 15px;*/
	}
	.footer-right-menu ul li {
		margin-left: 15px;
	}
	.footer-menu-btn a.transparent-btn {
		width: 152px;
		padding: 9px 10px;
		font-size: 14px;
	}
	.footer-menu {
		padding: 30px 0 30px;
	}
	h1 {
		font-size: 60px;
	}
	section.hero-banner:before {
		width: 100%;
		height: 50%;
		top: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	section.hero-banner:after {
		bottom: -130px;
		right: 0;
		width: 340px;
		height: 400px;
	}
	.tabs-section .right-tabs ul.tabs li{
		padding: 18px 22px 23px 150px;
		font-size: 18px;
	}
	.right-tabs a.bg-btn {
		margin-left: 80px;
		margin-top: 0;
	}
	.conter-wrap .conter-heading{
		font-size: 50px;
	}
	.project-right-wrap .pro-two-col .project-inner-text h3 {
		font-size: 22px;
	}
	.project-right-wrap .pro-two-col .project-inner-text p {		
		font-size: 14px;
	}
	.help-left-clm .help-right-clm {
		padding-top: 40px;
		padding-left: 50px;
	}
	section.we-help-section {
		padding-bottom: 63px;
	}
	.left-textbg h1 {
		font-size: 40px;
		margin-bottom: 20px;
		line-height: 1.39;
	}
	.left-textbg p {		
		font-size: 18px;
		line-height: 1.6;
	}
	.full-container-wrap .right-transtext {
		padding-top: 54px;
		padding-left: 40px;
		padding-right: 0px;
	}
	.discover-section h2 {
		margin-bottom: 50px;
	}
	.whowe-section .whowe-textarea {
		padding: 80px 30px 30px 50px;
		width: 50%;
	}
	.coman-bottom-section {
		padding-top: 90px;
		padding-bottom: 90px;
	}
	.service-list-wrap .services-content {
		max-width: 50%;
		padding: 25px 25px 25px 30px;
	}
	.slider-contant-area {
		padding-left: 50px;
		padding-top: 0;
		padding-right: 0;
	}
	body {
		padding-top: 61px;
	}
	.main-header .header-logo a {
		padding-top: 7px;

	}
	.sticky .main-header .header-logo a {
		padding-top: 7px;
	}
	.home .sticky .main-header .header-logo a {
		padding-top: 7px;
	}
	.blue-content-area h1 {
		font-size: 45px;
	}
}

@media (max-width: 1024px) {
	.footer-right-menu ul li {
		margin-left: 12px;
	}
	h3 {
		font-size: 26px;
	}
	h2 {
		font-size: 36px;
	}
	section.bg-w-content {
		padding-top: 87px;
		padding-bottom: 89px;
	}
	section.our-client {
		padding-top: 51px;
		padding-bottom: 52px;
	}
	section.our-client h4 {
		font-size: 20px;
		margin-bottom: 25px;
		letter-spacing: 0.05em;
	}
	section.discover-section {    
		padding-bottom: 100px;
	}
	.explore-inner .explor-hover h3 {
		font-size: 22px;
	}
	.explore-inner .explor-hover p {
		font-size: 14px;
	}
	.explore-wrap .explore-inner {
		height: 300px;
	}
	.explore-inner .explor-hover {		
		padding: 13px 44px 14px 20px;
	}
	.explore-inner .explor-hover i {
		right: 15px;
		font-size: 18px;
	}
	.project-left-wrap .project-inner-text i {
		right: 30px;
	}
    .our-full-service-content { width: calc(100% - 460px); }
    .our-full-service-bg { max-width: 460px; }
}

@media (max-width: 991px) {
	h2 {
		font-size: 34px;
	}
	.help-left-clm .help-left-wrap h2 {
		margin-bottom: 20px;
	}
  
    .menu-toggle > li{
      padding: 18px 8px 25px 8px;
      font-size: 14px;
    }
	.menu-toggle li a {
    font-size: 13px;
		/*padding: 18px 8px;*/
	}
	.footer-menu-btn a.transparent-btn {
		width: 142px;
		padding: 9px 9px;
		font-size: 13px;
	}
	.footer-right-menu ul li a {
		font-size: 11px;
	}
	.footer-right-menu ul {
		padding-right: 14px;
	}
	.footer-right-menu ul li {
		margin-left: 6px;
	}
	footer {
		padding: 30px 0 30px;
		background-color: #385487;
	}
	.tabs-section .right-tabs ul.tabs li {
		padding: 18px 12px 23px 110px;
		font-size: 16px;
	}
	.hide-image-sho {
		width: 61px;		
		left: 19px;
		margin-top: 6px;
	}
	.tabs-section .right-tabs h2 {
		padding-left: 38px;
		margin-bottom: 20px;
	}
	.right-tabs a.bg-btn {
		margin-left: 38px;
	}
	.conter-wrap .conter-heading {
		font-size: 46px;
	}
	.conter-wrap h5 {
		font-size: 14px;
	}
	.home-project-section .project-main .project-right-wrap {
		width: 35.1%;
	}
	.home-project-section .project-main .project-left-wrap { 
		width: 62.5%; 
	}
	.project-left-wrap .project-inner-text {		
		padding: 27px 68px 28px 30px;
	}
	.our-client ul li {		
		width: 50%;
		margin-bottom: 20px;
	}
	.left-textbg h1 {
		font-size: 34px;
	}
	.discover-section h2 {
		margin-bottom: 40px;
	}
	section.home-project-section {
		padding-top: 54px;
		padding-bottom: 60px;
	}
	.whowe-section .whowe-textarea {
		padding: 50px 25px 25px 40px;
	}
	.bg-transwrap .left-textbg {
		padding: 52px 50px 40px 0;
	}
	.full-blue-bg {
		padding-bottom: 60px;
	}
	.team-list .team-content {
		padding-left: 50px;
	}
	section.our-team-section:before {		
		width: 20%;
	}
	section.our-team-section {
		padding-top: 60px;
	}
	.contact-left {
		padding-right: 25px;
	}
	section.project-section .project-bgimage {		
		height: 450px;
	}
	.project-slider button{
		bottom: 423px;
	}
	.hero-below-heading .hero-pro-heading h1 {
		font-size: 40px;
	}
	.sub-hero-section .hero-below-heading {
		padding-bottom: 40px;
	}
	.sub-hero-section .project-banner {
		height: 500px;
	}
	.slider-contant-area {
		padding-left: 40px;
	}
	section.full-slide-content:before {		
		width: 30%;
	}
	.main-header .header-logo a {
		padding-top: 11px;

	}
	.sticky .main-header .header-logo a {
		padding-top: 11px;
	}
    .our-full-service-bg { width: 360px; }
    .our-full-service-content { width: calc(100% - 330px); }
}

@media (max-width: 767px) {
	h1 {
		font-size: 50px;
	}
	h2 {
		font-size: 29px;
		letter-spacing: -0.00em;
	}
	h3 {
		font-size: 24px;
	}
	footer .footer-two {
		width: 100%;
		text-align: center;
		order: 2;
	}
	footer .footer-two:last-child {
		text-align: center;
		order: 1;
		margin-bottom: 15px;
	}
	.footer-logo img {
		max-width: 268px;
		margin: 0 auto 23px;
      text-align: center;
	}	
    .footer-logo {
		float: none !important;
		width: 100% !important;
		text-align: center;
	}
	.footer-menu .footer-right-menu {		
		width: 100%;
		display: block;
	}
	.footer-right-menu ul {
		padding-right: 0;
		display: block;
		padding-left: 0;
	}
	.footer-right-menu ul li {
		margin-left: 0;
		display: block;
		width: 100%;
		text-align: center;
		margin-bottom: 18px;
	}
	.footer-right-menu ul li a {
		font-size: 15px;
	}
	.footer-right-menu .footer-menu-btn {
		text-align: center;
		margin-top: 20px;
	}
	.footer-menu-btn a.transparent-btn {
		width: 178px;
		padding: 9px 9px;
		font-size: 15px;
	}
    section.coman-bgtext-text { padding-bottom: 40px; }
    body.page-energy .discover-section { padding-top: 30px; }
	.main-header .header-logo, .home .main-header .header-logo {
		width: auto;
	}
	.main-header .header-logo img {
		max-width: 215px;
	}
	.main-header .main {
		width: 100%;
		float: right;
		padding-left: 0;
	}
	.menu-toggle {	
		padding: 0;
		margin: 0;
	}
	.main-header .header-logo a {
		display: block;
		padding-top: 13px !important;
		padding-bottom: 13px !important;
	}	
	
	section.hero-banner:after {
		bottom: -290px;
		right: 0;
		width: 379px;
		height: 430px;
	}		
	
	.counter-wrap .conter-wrap {	
		width: 50%;		
		margin-bottom: 20px;
		padding-bottom: 20px;
		position: relative;
	}
	.counter-wrap .conter-wrap:before {
		content: "";
		width: 200px;
		position: absolute;
		bottom: 0;
		background-color: #F3BA6C;
		height: 1px;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.counter-wrap .container-wrap .counter-section {
		padding: 0 0 0;
		border-top: none;
		border-bottom: none;
	}
	.home-project-section .project-main .project-left-wrap {
		width: 100%;
		    margin-bottom: 20px;
	}
	.home-project-section .project-main .project-right-wrap {
		width: 100%;
	}	
	.project-left-wrap .project-img, .project-right-wrap .project-img {
		height: 338px; 	
		margin-bottom: 0;
	}
	.menu-toggle > li:before {
		content: "";
		position: absolute;
		width: 80%;
		height: 1px;
		background-color: #F3ECE0;
		bottom: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
	}

	.menu-toggle > li.menu-mobile {
		border: 0;
		margin-top: 30px;
		text-align: center;
		display: block;
	}
	.menu-toggle > li.menu-mobile:before {
		display: none;
	}
	body.slidemenuLeft.menu-open .menu-toggle {   
		margin-bottom: 50px !important;
	}

	.menu-toggle > li.menu-mobile a {
		text-decoration: none;
		display: inline-block;
		border: 2px solid #fff;
		line-height: 1.1;
		border-radius: 4px;
		font-weight: 700;
		letter-spacing: 0.08em;
		text-transform: uppercase;
		color: #5E794A !important;
		border-color: #5E794A;
		padding: 11px 16px;
		text-align: center;
		margin: 0 auto;
		width: 176px;
	}

	.menu-toggle > li.menu-mobile a:hover {
		background-color: #5E794A !important;
		color: #fff !important;
	}
	body.home {
		padding-top: 73px;
	}
	body.home .main-header .header-logo img.white-logo {
		display: none;
	}
	body.home .main-header .header-logo img.blue-logo {
		display: block;
	}
	.main-header .header-logo img {
		max-width: 215px;
	}
	.home .main-header {
		background-color: #fff;
	}
	.home .menu-toggle li a {
		color: #385487;
	}
	.project-right-wrap .pro-two-col .project-inner-text h3, .project-left-wrap .project-inner-text h3 {
		font-size: 20px;
		margin-bottom: 0;
	}
	.project-right-wrap .pro-two-col .project-inner-text, .project-left-wrap .project-inner-text{
		    padding: 20px 55px 20px 22px;
	}	
	.project-right-wrap .pro-two-col .project-inner-text p, .project-left-wrap .project-inner-text p {
		font-size: 13px;
		margin-top: 11px;
	}
	section.home-project-section .project-heading{
		display: block;
		text-align: center;
		width: 100%;
	}
	.project-heading h2 {
		margin-bottom: 35px;
		width: 100%;
		padding-right: 0;
	}
	section.home-project-section {
		padding-bottom: 158px;		
	}
	
	.project-heading .project-btn {
		width: 100%;		
		text-align: center;
		position: absolute;
		left: 0;
		bottom: 82px;
	}
	a.bg-btn {
		font-size: 15px;
	}
	.we-help-section .container-wrap {
		padding: 0;
	}
	.help-left-clm .help-left-wrap {
		width: 100%;
		padding: 32px 53px 24px 38px;
		margin-right: 25px;
		margin-top: -63px;
	}
	.help-left-clm .help-left-wrap h2 {
		margin-bottom: 18px;
		letter-spacing: -0.02em;
		line-height: 1.39;
	}
	
	.help-left-clm .help-right-clm {
		width: 100%;
		padding-right: 25px;
	}
	
	.we-help-section .help-bg-img {
		height: 397px;
	}
	.coman-bgtext-text .full-container-wrap {
		padding: 0;
	}
	.full-container-wrap .bg-transwrap .left-textbg {		
		width: 100%;
		margin-right: 25px;
		padding: 32px 53px 24px 25px;
		margin-top: -63px;
	}
	.full-container-wrap .right-transtext {
		padding-top: 30px;
		padding-left: 25px;
		width: 100%;
		padding-right: 25px;
	}
	.bg-transwrap {
		margin-bottom: 30px;
	}
	section.coman-bgtext-text .line-pattan02 {	
		width: 219px;
		bottom: -80px;
		height: 328px;
	}
	section.tab-slider {
		display:block;
	}
	section.feat-services {
		display: none;
	}
	section.tab-slider h3 {
		margin-bottom: 20px;
		font-size: 27px;
	}
	a.bg-btn, .project-btn a.bg-btn {
		padding: 8px 26px;
		letter-spacing: 0.05em;
	}
	section.counter-wrap {
		padding-top: 63px;
		padding-bottom: 31px; 
	}
	.counter-wrap h2 {
		display: block;
		letter-spacing: 0.03em;
		margin-bottom: 28px;
		margin-bottom: 37px;
	}
	.help-left-clm .help-right-clm {
		padding-top: 43px;
		padding-left: 39px;
	}
	.footer-menu {
		padding: 54px 0 56px;
        background-image: url(../images/mobile-footer-bg.jpg);
	}
	footer {
		padding: 27px 0 30px; 
	}
	.left-textbg h1 {
		font-size: 29px;
	}
	h5, h6 {
		font-size: 16px;
	}
	.left-textbg p {
		font-size: 16px;
	}
	.right-transtext p {
		margin-bottom: 18px;
	}
	section.coman-bgtext-text {
		padding-bottom: 40px;
	}
	section.discover-section {
		padding-top: 30px;
		padding-bottom: 174px;		
	}
	section.whowe-section .whowe-bgimage {
		width: 100%;
		height: 378px;
		border-radius: 0px 20px 20px 0px;
		margin-top: -50px;
		margin-right: 25px;
	}
	.whowe-section .whowe-textarea {
		padding: 40px 25px 0 25px;
		width: 100%;
	}
	.whowe-section .whowe-textarea h2 {
		margin-bottom: 15px;
	}
	.whowe-section .whowe-textarea h5 {
		margin-bottom: 10px;
	}
	section.discover-section {
		padding-top: 30px;
		padding-bottom: 80px;
	}
	.coman-btm-wrap h2 {
		margin-bottom: 15px;
	}
	.coman-btm-wrap p {		
		margin-bottom: 20px;
	}
	section.whowe-section:after {
		bottom: -210px;
		width: 170px;
		height: 290px;
	}
    .our-full-service-solutions:after {
		bottom: -210px;
		width: 170px;
		height: 290px;
	}
	section.whowe-section{
		padding-bottom: 80px;
	}
	section.services-section {
		padding-top: 60px;
		padding-bottom: 30px;
	}
	.service-list-wrap .services-bgimage {
		width: 100%;
		margin-right: 25px;
	}
	.service-list-wrap .services-content {
		max-width: 100%;
		padding: 25px 25px 25px 25px;
	}
	.services-section .service-list-wrap {
		margin-bottom: 30px;
	}
	.services-content h3 {
		margin-bottom: 15px;
	}
	.blue-content-area h6 {		
		margin-bottom: 15px;
		font-size: 16px;
	}
	.menu-toggle > li.contact-menu:before {
		display: none;
	}	
	.full-blue-bg .full-container-wrap {
		padding: 0;
	}
	.full-blue-bg {
		padding-bottom: 40px;
	}
	.explore-wrap .explore-inner {
		margin-right: 2.5%;
		width: 48.7%;
	}	
	.explore-wrap .explore-inner:nth-of-type(3n + 3) {
		margin-right: 2.5%;
	}
	.explore-wrap .explore-inner:nth-of-type(2n + 2) {
		margin-right: 0;
	}
	section.explor-work h2 {
		margin-bottom: 40px;
	}
	.team-list .team-content {
		padding-left: 0;
		width: 100%;
		margin-top: 20px;
	}
	.our-team-section .team-list {
		margin-bottom: 25px;
        padding-left:0;
	}
	.team-content h5 {
		margin-bottom: 20px;
	}
	section.our-team-section:before {		
		width: 100%;
		background-image: none;
	}
	.contact-left {
		width: 100%;
		padding-right: 0;
		margin-bottom: 50px;
	}
	.contact-section .contact-right-form {
		width: 100%;
		margin-top: 0;
	}
	section.contact-section {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	section.project-section .project-bgimage {		
		height: 350px;
	}
	.project-slider button {
		bottom: 323px;
	}
	section.project-section {		
		padding-bottom: 70px;		
	}
	.hero-below-heading .hero-pro-heading {
		padding: 40px 25px 30px 25px;
	}
	.hero-pro-heading h5 {
		margin-bottom: 15px;
	}
	.hero-below-heading .hero-pro-heading h1 {
		font-size: 30px;
	}
	.sub-hero-section .project-banner {
		height: 450px;
	}
	.left-image-slider {
		width: 100%;
	}
	.slider-contant-area {		
		width: 100%;
		margin-top: 30px;
		padding-left: 0;
	}
	section.full-slide-content:before{
		display: none;
	}
	.left-image-slider .project-banner {		
		height: 378px;
	}
	section.full-slide-content {
		padding-top: 50px;
		padding-bottom: 40px;
	}
	.slider-contant-area p {
		margin-bottom: 20px;
	}
	.left-image-slider .project-banner {
		height: 350px;
	}
	.sticky .main-header .header-logo, .home .sticky .main-header .header-logo {
		width: auto;
	}
	.sticky .main-header .header-logo a {
		padding-top: 15px;
	}
	body {
		padding-top: 72px;
	}
	.main-header .main, .home .main-header .main, .home .sticky .main-header .main {
		width: 100%;
	}
	.blue-content-area h1 {
		font-size: 36px;
	}
	.project-btn a.bg-btn {
		font-weight: 400;
		padding: 10px 37px;
		letter-spacing: 0.1em;
	}
	.team-slder-content h5 {
		margin-bottom: 0;
		margin-top: 26px;
		font-size: 18px;
		line-height: 1.6;
	}
	.conter-wrap .conter-heading{
		margin-bottom: 11px;
	}
	.conter-wrap h5 {
		font-size: 15px;
	}
	.project-banner .service-pattan02 {		
		width: 360px;
	}
  
    .explore-inner .explor-hover{
        opacity: 1 !important;
        bottom:0 !important;
    }

    .our-full-service-bg { width: 100%;max-width: 100%; margin-right: 25px; }
    .our-full-service-content {width: 100%;margin-left: 0; padding: 0; margin-top: -40px; }
    .our-full-service-content h3 { font-size: 24px; padding: 20px 35px; border-radius: 0;border-top-right-radius: 15px;border-bottom-right-radius: 15px;margin-right: 25px;}
    .our-full-service-content .inner-content {padding: 20px 15px 0 20px;}
    .our-full-service-list {margin-bottom: 40px;}
    .our-full-service-bg img { height: auto; }
    .our-full-service-content .left-content { width: 47%; }
    .our-full-service-content .right-content { width: 50%; }
    .our-full-service-solutions { padding: 60px 0; }
    body.page-energy .discover-section { padding-bottom: 60px; }
  
}

@media (max-width: 640px) {
	.discover-section .disc-wrap {
		display: block;
		margin: 0 auto 0;
	}
	.disc-wrap .aprt-heading {
		width: 100%;
		text-align: center;
	}
	.disc-wrap .aprt-description {		
		width: 100%;
		padding-left: 0;
		text-align: center;
		padding-top: 0;
        float: none;
	}
	.disc-wrap .aprt-heading h3:before {
		bottom: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	section.hero-banner h1 {
		line-height: 1.1;
		letter-spacing: 0.01em;
	}
	section.blue-bg-section {
		padding-top: 51px; 
		padding-bottom: 40px;
	}
	section.discover-section {
		padding-bottom: 80px;
	}
	.coman-bottom-section {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	section.explor-work {
		padding-top: 60px;
		padding-bottom: 50px;
	}
	.gform_wrapper.gravity-theme .gform_fields {
		grid-row-gap: 0 !important;
	}
	.gform_wrapper.gravity-theme .ginput_complex span {
		margin-bottom: 0 !important;
	}
	.contact-right-form .gform_footer [type=submit]{
		padding: 3px 21px;
		margin-top: 0;
	}
	.gform_wrapper.gravity-theme .field_sublabel_below .ginput_complex span {
		margin: 0 !important;
		padding-right: 0 !important;
	}
	.gform_wrapper.gravity-theme .field_sublabel_below .ginput_complex {
		margin: 0 !important;
	}
}
@media (max-width: 600px) {
	.explore-wrap .explore-inner {
		width: 100%;
		margin-right: 0 !important;
		margin-bottom: 20px;
        opacity: 1 !important;
    
	}
 
}
@media (max-width: 575px) {
    .our-full-service-content .left-content { width: 100%; }
    .our-full-service-content .right-content { width: 100%; }
    .our-full-service-content .inner-content { gap: 0; }
    .our-full-service-content .inner-content ul { margin: 0 0 5px 0; }
}

@media (max-width: 480px) {
	h5, h6, .blue-content-area h6 {
		font-size: 14px;
	}
	h3 {
		font-size: 22px;
	}
	p{
		font-size:14px;
	}
	a.transparent-btn{
		font-size: 15px;
		letter-spacing: 0.06em;
		padding: 8px 35px;		
	}
	.coman-btm-wrap p {
		font-size: 16px;	
	}
	.team-content h5 {		
		font-size: 14px;
	}
	.counter-wrap .conter-wrap {	
		width: 100%;
	}
	.counter-wrap .conter-wrap:last-child{
		padding-bottom: 0;
		margin-bottom: 0;
	}
	.counter-wrap .conter-wrap:last-child:before {
		display: none;		
	}
	.counter-wrap .conter-wrap:before {		
		width: 277px;
	}
	.help-left-wrap h4 {
		font-size: 16px;
		letter-spacing: -0.044em;
		line-height: 1.62;
		margin-bottom: 24px;
	}
	.help-left-clm .help-left-wrap p {
		color: #385C87;
		line-height: 1.65;
		letter-spacing: -0.04em;
		font-size: 14px;
	}
	.help-left-clm .help-right-clm h4 {
		font-size: 15px;
		letter-spacing: 0.05em;
	}
	.help-left-clm .help-right-clm ul li {
		font-size: 14px;
		letter-spacing: -0.041em;
		line-height: 1.62;
		padding-left: 45px;
		margin-bottom: 18px;
	}
	.help-right-clm a.arrow-btn {
		margin-top: 6px;
	}
	a.arrow-btn {
		font-size: 14px;
		color: #385C87;
		padding-bottom: 2px;		
		padding-right: 9px;
	}
	a.arrow-btn:before {
		font-size: 12px;
		top: 54%;
		right: -2px;
	}
	.help-right-clm a.arrow-btn {
		font-size: 14px;
	}
	section.bg-w-content h3 {
		font-size: 18px;
		line-height: 1.76;
		padding: 0 20px;
		font-weight: 400;
		letter-spacing: 0;
	}
	.our-client ul li {		
		width: 100%;
		    margin-bottom: 2px;
	}
	section.blue-bg-section .blue-content-area {
		padding: 0 22px;
	}
	.blue-content-area h3 {
		color: #fff;
		margin-bottom: 25px;
		font-weight: 400;
		letter-spacing: -0.039em;
		line-height: 1.55;
	}
	.conter-wrap .conter-heading {
		font-size: 68px;
		letter-spacing: -0.02em;
	}
	.counter-wrap .conter-wrap {
		margin-bottom: 34px;
		padding-bottom: 35px;
	}
	.project-left-wrap .project-img, .project-right-wrap .project-img {
		height: 247px;
	}
	.project-right-wrap .pro-two-col .project-inner-text, .project-left-wrap .project-inner-text {
		padding: 14px 55px 13px 24px;
	}
	.project-left-wrap .project-inner-text i {
		right: 15px;
	}
	.project-right-wrap .pro-two-col .project-inner-text h3, .project-left-wrap .project-inner-text h3 {
		font-size: 20px;
		letter-spacing: -0.02em;
	}
	.project-right-wrap .pro-two-col .project-inner-text p, .project-left-wrap .project-inner-text p {
		margin-top: 0;
		letter-spacing: 0.02em;
	}	
	footer p {
		font-size: 11px;
	}
	section.inner-hero-banner {
		height: 260px;
	}
	.service-list-wrap .services-bgimage {
		height: 250px;
	}
	section.coman-bgtext-text .line-pattan02 {
		width: 119px;
		bottom: -73px;
		height: 218px;
	}
	.discover-section h2 {
		margin-bottom: 20px;
	}
	section.explor-work h2 {
		margin-bottom: 30px;
		text-align: center;
	}
	.address-area h6 {
		font-size: 14px;
	}
	ul li {		
		font-size: 14px;
	}
	.contact-right-form .ginput_container input {
		height: 50px;
		padding: 12px 21px !important;
	}
	.contact-left {
		margin-bottom: 40px;
	}
	section.contact-section h2 {
		padding-bottom: 17px;
		margin-bottom: 30px;
	}
	section.project-section {		
		padding-bottom: 50px;		
	}
	section.project-section .projecttop-content {
		margin: 0 auto 70px;		
	}
	.hero-below-heading .project-address {
		display: block;		
		max-width: 100%;
	}
	.project-address .addresspart {
		width: 100%;
		text-align: center;
	}
	.addresspart h5:before {
		left: 0;
		right: 0;
		margin: 0 auto;
	}
	.addresspart h5 {
		padding-bottom: 11px;
		margin-bottom: 8px;
	}
	.project-address .addresspart {
		margin-bottom: 25px;

	}
	.sub-hero-section .hero-below-heading {
		padding-bottom: 30px;
	}
	.sub-hero-section .project-banner {
		height: 350px;
	}
	.help-left-clm .help-left-wrap {		
		padding: 32px 25px 24px 25px;
	}
	.help-left-clm .help-right-clm {
		padding-left: 25px;
	}
	.project-right-wrap .pro-two-col .project-inner-text i {
		font-size: 18px;
	}
	.blue-content-area h1 {
		font-size: 30px;
	}
	.team-list .team-mamber {
		margin: 0 auto;
	}
	section.bg-w-content {
		padding-top: 102px;
		padding-bottom: 93px;
	}
	.team-slder-content h5 {
		margin-bottom: 0;
		margin-top: 26px;
		font-size: 18px;
		line-height: 1.6;
	}
	.inner-hero-banner .inner-pattan {		
		width: 220px;
		height: 220px;
	}
	.inner-hero-banner .inner-pattan02 {		
		width: 269px;
		height: 100%;
		right: -110px;
		bottom: -100px;
	}
    .our-full-service-content h3 { font-size: 22px; }
}

@media (max-width: 380px) {
	.slider-tab-wrap .team-slder-content {
		padding: 21px 40px 34px 40px;
	}
	.project-banner .service-pattan02 {
		width: 280px;
	}
}

.sf-icon{
  max-height:80px;
}

/* https://blog.hubspot.com/website/css-fade-in */


.fade-in-content {
  opacity: 0;
  transition: all 1s ease-in;
}
.fade-in-content:first-child, .fade-in-content:nth-child(2) {
 transition-delay: 0.3s;
}


.fade-visible {
  opacity: 1;
  transition: all 1s ease-in;
}

header .fade-in-content{
  transition:all 1s ease;
}


.footer-social-links{
    display:flex;
    margin-top:18px;
}

@media(max-width:767px){
  .footer-social-links{
      justify-content: center;
      margin-top:0px;
  }
}

.fs-link{
    margin-right:13px;
}

.isn-contractor{
  margin-top:18px;
}
@media(max-width:767px){
  .isn-contractor{
    margin-top:23px;
  }
}

