/* :root {
  --accent: #06babc;
  --secondary: #e5a9c6;
} */
@font-face{
	  font-family: Kalista Script;  
    src: url('../fonts/Kalista Script Bold.woff'),
		url('../fonts/Kalista Script Bold.woff2');
	 src: url('../fonts/Kalista Script Regular.woff'),
		url('../fonts/Kalista Script Regular.woff2');
	
	
	
		
    font-weight: normal;  
}
@font-face{
	  font-family: CamptonBook;
	 src: 
		url('../fonts/CamptonBook.otf');
	
/* 	 src: url('../fonts/CamptonMedium.otf'),
		url('../fonts/CamptonBook.otf'),
		 url('../fonts/CamptonBold.otf'),
	 url('../fonts/CamptonLight.otf'); */
}

@font-face{
	  font-family: Nobel Uno;
	 src: url('../fonts/NobelUno-Regular.woff'),
		 url('../fonts/NobelUno-Regular.woff2');
	 src: url('../fonts/NobelUno-Medium.woff'),
		url('../fonts/NobelUno-Medium.woff2');
	 src: url('../fonts/NobelUno-Thin.woff'),
		url('../fonts/NobelUno-Thin.woff2');
}

body,
html {
  background:#F8F2EC;
  font-size: 22px;
}
.et_pb_section{
	background-color:#FDF5EE ;
	overflow:hidden;
}
.et_pb_section.custom-top-header{
	overflow:unset;
}
span.secondary-font{
	font-family: Kalista Script;  
}


a, li{
	cursor:pointer;
}
a:hover{
	color:#D0807C;
}
#PopupSignupForm_0{
	display:none !important;
}



a, p{
	 color: #373338;
	  font-family: 'Nobel Uno'; 
	font-weight:normal;
}

p, .teamsWrap h5{
	font-weight:300;
	font-size:22px;
}

p.normal-font{
	font-weight:normal;
}
.our-circlm p{
	color:#fff;
}

a:hover {
  opacity: 1;
}

h1,
h3,
h4,
h5,
h6 {
 	  font-family: CamptonBook;
  line-height: 1.1;
	
}
h2{
	font-size:80px;
	line-height:130px;
	font-weight:normal;
	font-family: Kalista Script;  
}
h3{
	font-weight:600;
}



.short-row.et_pb_row {
    width: 50% !important;
	max-width:100%;
}

.et_pb_row{
	   width: 70%;
	max-width:100%;
}

.medium-row.et_pb_row{
	width:55%;
	max-width:1400px
}

.large-row.et_pb_row{
	width:80%;
	max-width:100%;
	margin:0 auto
}

.fullwidth-row{
	width:100% !important;
	max-width:100%;
	margin: 0 auto;
}

.black-background *{
	color:#fff;
}

.actionbtn, .gform_button{
    border: 1px solid #373338;
	color:#373338;
        padding: 10px 35px;
    font-size: 24px;
	font-weight:600;
	border-radius:8px;
	transition:0.3s all ease-in-out;
	-webkit-transition:0.3s all ease-in-out;
	-moz-transition:0.3s all ease-in-out;
}
.gform_button{
	color:#fff;
}
.actionbtn.btn-white{
	 border: 1px solid #fff;
	color:#fff;
}

.actionbtn:hover , .gform_button:hover{
	border: 1px solid #D5AEAE;
	background:#D5AEAE;

	color:#fff !important;
	text-decoration:none;
	
}
.orange-text {
    color: #D5AEAE;
}

.secondary-button{
	text-decoration:underline;
	
}
.alter-text {
    position: relative;
    right: 100%;
	padding-right:9%;
}
.alter-image {
    position: relative;
    top: 0;
    left: 100%;
    width: 100%;
    text-align: right !important;
}

.alter-row .et_pb_column  {
    margin: 0;
    width: 50%;
    display: table-cell;
       vertical-align: top;
    float: none;
}

/*** header ***/

header.et-l.et-l--header {
    position: absolute;
    width: 100%;
	z-index:10;
}
.header-logo-sec .et_pb_text_inner {
    font-size: 30px;
}


.et_pb_section.custom-top-header{
    background: transparent !important;
}

.custom-top-header .et_pb_row{
	display:flex;
	align-items:center;
} 
.large-row.et_pb_row{
	width:85%  !important;
}

.custom-top-header .et_pb_menu{
    background:transparent !important;
}

.custom-top-header *{
    color:#fff;
}

.custom-top-header li a{
    color:#F8F2EC;
	font-weight:600;
	letter-spacing:1.44px;
    font-size: 22px;
    line-height: 23px;
    text-align: right;
	padding-bottom:0 !important;
	text-transform:uppercase;
    
}
/* .custom-top-header  .current-menu-item{
	text-decoration:underline;
} */
.et_mobile_menu{
	border-top: 3px solid #ffffff;
}
.custom-top-header li.menu-item {
/*     text-align: right;
    float: right;
    width: 100%;
    display: block !important; */
}

/*** common css **/
.common-header h2{
	text-align:center;
}

/**** home banner **/
.custom-home-banner .et_pb_row {
    padding: 19% 0 9%;
	
}
/* .custom-home-banner:before{
    content:"";
    background: #270b0b8a;
    position: absolute;
    left: 0;
    right:0;
    top:0;
    bottom:0;

} */

.soft-banner-overlay:before{
	  content:"";
    background: #322f2f66;
    position: absolute;
    left: 0;
    right:0;
    top:0;
    bottom:0;
}
.custom-home-banner img{
	width:90px;
	animation: bounce 1s infinite;
}
@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-15px);
    }
    60% {
        transform: translateY(-7px);
    }
}

.custom-home-banner h1{
    color:#F8F2EC;
    font-size: 60px;
	font-weight:600;
	margin-bottom:40px;
}
.custom-home-banner h1 span{
 font-size: 100px;
    font-weight: normal;
}


.custom-home-banner .large-col  {
    width: 100%;
    text-align: center;
}
.large-col h3{
    font-size:52px !important;
    line-height: 55px;
    color:#fff;
	opacity:0;
	transition: transform 0.3s ease-in-out;
   
}
.custom-home-banner .large-col:hover h3{
	opacity:1;
	transition: transform 0.3s ease-in-out;
}

.custom-home-banner span.et_pb_image_wrap {
    width: 55% !important;
    max-width: 55% !important;
}
.custom-home-banner .et_pb_module{
    text-align: center;
	margin-bottom:0 !important;
}

.custom-top-header .et_pb_menu__menu {
    width: 100%;
    flex-direction: row-reverse;
}



.custom-top-header nav.et-menu-nav {
    width: 100%;
}

.custom-top-header ul#menu-main-menu {
    width: 100%;
}
.custom-top-header li.menu-item {
    margin-left: 6% !important;
}
.custom-top-header li.menu-item:last-child{
	margin-right:0 !important; 
	padding-right:0 !important;
}


/*** footer ***/

.custom-footer.mobile-view {
/* 	display:none; */
}
.custom-footer *{
		color:#373338;
	
}
.custom-footer a{
    color:#373338;
       font-size: 25px !important;
    line-height: 32px !important;
    padding-bottom: 0 !important;
}
.custom-footer li {
    display: block !important;
    float: left;
    width: 100%;
}
.custom-footer li:hover{
	text-decoration:underline;
}

.custom-footer  ul{
    padding-left:0;
    margin-bottom: 0;
}
.custom-footer li{
 list-style: none;
    margin-top: 0 !important;
	 font-size: 25px !important;
    line-height: 32px !important;
}

.custom-footer h4 a{
	font-weight:normal;
}

.custom-footer *{
    font-size: 25px !important;
    line-height: 32px !important;
    font-weight: 300;
}

.custom-footer h4{
    font-weight: normal;
    padding-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 10px;
	text-decoration: underline;
}


/** updated design **/
.what-we-offer-slider .et_pb_slide_description, 
.what-we-offer-slider .et_pb_slider_fullwidth_off .et_pb_slide_description{
	padding:0;
	    width: 100%;
    display: block;
    float: left;
    position: unset;

}
/* .what-we-offer-slider .et_pb_slider{
	overflow:auto !important;
} */
.what-we-offer-slider .et_pb_slides {
    padding-bottom: 30px;
}
.what-we-offer-slider .et-pb-controllers a {
    
    width: 10px;
    height: 10px;
}
.what-we-offer-slider .et-pb-controllers{
    bottom:0;
}
.what-we-offer-slider .et_pb_slide_image {
    width: 100%;
	position:unset;
	margin-top:0 !important;
}
.what-we-offer-slider .et_pb_slide_description .et_pb_slide_title{
    text-align: center;
}

.what-we-offer-slider .et_pb_slide_description p{
    text-align: center;
    color: #fff;
}
.what-we-offer-slider .et_pb_slide_description h2 {
    font-size: 45px;
    font-weight: normal;
    font-weight: 600 !important;
    margin-top: 4% !important;
    line-height: 70px;
}
.what-we-offer-slider h2{
	font-family: CamptonBook;
}
.what-we-offer-slider .et-pb-arrow-prev{
	    left: -12px;
	    opacity: 2;
}

.what-we-offer-slider .et-pb-arrow-next{
	    right: 12px;
	    opacity: 2;
}

.what-we-offer-slider .et_pb_slide_content {
    padding: 0 9%;
}
.section-title.et_pb_module:before{
    content:' ';
    width:100%;;
    height:2px ;
    color:#fff;
    background: #fff;
    position: absolute;
    top:50%;
    left: 0;
    z-index:0;
        
        
        
}
.section-title h2{
    display: inline-block;
    padding: 0 3%;
    z-index: 900000;
    background: #373338;
    position: relative;
}
.left-header-line h2{
	position:relative;
}
.left-header-line h2:before {
    content: ' ';
    width: 44%;
    height: 2px;
    color: #fff;
    background: #373338;
    position: absolute;
    top: 45%;
    left: -47%;
    z-index: 0;
}
.right-header-line h2{
	position:relative;
}
.right-header-line h2:before {
    content: ' ';
    width: 90%;
    height: 2px;
    color: #fff;
    background: #373338;
    position: absolute;
    top: 45%;
    right: -59%;
    z-index: 0;
}

.right-header-line .right-header-liner-small h2:before {
    width: 80%;
}

.gform-body input, .gform-body textarea{
    background: transparent;
    border:1px solid #fff;
    padding: 10px !important;
    font-size: 18px !important;
	color:#fff !important;
}

.cta-form-sec input::placeholder,
.cta-form-sec textarea::placeholder
{
    color:#fff;
}
.cta-form-sec input::placeholder:focus,
.cta-form-sec textarea:placeholder:focus
{
    color:#fff;
}
.gform_button
{background: transparent;
    border: 1px solid #fff;
    font-size: 23px;
    padding: 6px 30px;
}

.et_pb_section.page-banner{
        padding: 25% 0 2%;
}

.page-banner *{
    color:#fff;
}

/* .page-banner h1{
    font-size: 30px;
    line-height: 35px;
    font-weight: 600;
    margin-bottom: 0;
} */

.page-banner h1{
        font-size: 60px;
    font-weight: 600;
}

.page-banner h1 span{
        font-size: 77px;
    font-weight: normal;
}
.border-left-tab h5 {
    font-weight: 600;

    padding-bottom: 0;
/*     margin-bottom: 5px; */
}

.border-left-tab.active {
    border-left: 1px solid ;
    
}
.border-left-tab {
    padding-left: 30px;
    margin-bottom: 50px;
    
}
.border-left-tab:hover{
    border-left: 1px solid ;
 
}
.border-left-tab:hover *{
   color:#373338; 
    
}
.border-left-tab *{
    color:#afadad;
}

.border-left-tab.active *{
      color: #373338; 
}
.about-offer p{
    font-size: 24px;
    line-height: 30px;
}
.about-offer .et_pb_row:hover img{
 transform: scaleX(-1);
    transition: transform 0.6s ease;
}
.about-offer .et_pb_row{
    display: flex;
    align-items: center;
	margin-bottom:6%;
}

.social-info {
    margin-bottom: 7%;
}
.social-info h5{
    font-weight: 600;
    padding-bottom: 0
}
.et_pb_row.border-bottom-row {
    border-bottom: 2px solid #373338;
}
.contact-form-sec input,
.contact-form-sec textarea
{
    border-color: #373338;
	color: #373338 !important;
}

.project-list .et_pb_text_inner {
    padding: 20% 2%!important;
    text-align:center;
/*     transition: 0.3s all ease-in-out; */
    
}
.project-list .et_pb_text_inner:hover{
    outline-offset:15px;
    outline: 1px solid #000000;
}
.project-list .et_pb_text_inner:hover:before{
     background: rgba(11,11,11,0.16);
}
.project-list .et_pb_text_inner:before{
    content:'';
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background: rgba(11,11,11,0.47);
}
.project-list .et_pb_text_inner p{
    margin-bottom: 0;
    color:#fff;
    z-index: 6;
    position: relative;
	font-weight:600;
}
.hover-image-right span.et_pb_image_wrap {
    background: #373338;
	border-radius:23px;
    
}
.hover-image-right span.et_pb_image_wrap img{
	transition:0.3s all ease-in-out;
	border-radius:23px;
}
.hover-image-right span.et_pb_image_wrap img:hover{
    transform: translate(-30px, -30px); 
    transition: transform 0.3s ease-in-out;
}

.hover-image-left span.et_pb_image_wrap {
    background: #373338;
	border-radius:23px;
	
    
}
.hover-image-left span.et_pb_image_wrap img{
	transition:0.3s all ease-in-out;
	border-radius:23px;
}
.hover-image-left span.et_pb_image_wrap img:hover{
    transform: translate(30px, -30px); 
    transition: transform 0.3s ease-in-out;
}


/** updated desing nov 2024 **/
.mainslider-sec, .mainslider-sec .et_pb_row, .pageslider-sec, .pageslider-sec .et_pb_row{
	padding:0 !important;
}
.mslider-img.slick-slide{
    position: relative;
}
.mslider.slick-slide:before{
    content:" ";
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background: rgba(8,8,8,0.44);
    
}
.pageSlider:before{
	 content:" ";
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background: rgba(8,8,8,0.44);
	z-index:3;
}
.mainSlider:before{
	 content:" ";
    position:absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    background: rgba(8,8,8,0.44);
	z-index:3;
}
.slider-page-title{
    position:absolute;
    bottom:10%;
    left:15%;
}

.slider-page-title h1{
    color:#FDF5EE;
    font-size: 80px;
    line-height:94px;
	position:relative;
	z-index:5;
}

.et_pb_section .msliderWrap {
    height:1000px;
}
.mainSlidert.slick-slider {
    height: 100%;
}
.mainSlidert:before {
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(8 8 8 / 20%);
	z-index:3;
}
.msliderWrap .slick-slide img{
	height:100%;
	object-fit:cover;
	max-width:100%;
	 display: block;
}
.et_pb_section.mainSlider img{
    height:100%;
    object-fit: cover;
}

.mainSlider , .slick-list, .slick-track  {
     height:100% !important;
}

.et_pb_section.mainslider-sec {
    height:100%;
}

.et_pb_section .pslideWrap {
    height:800px;
}

.et_pb_section.pageslider-sec img{
    height:100%;
    object-fit: cover;
}

.pageSlider , .slick-list, .slick-track  {
     height:100% !important;
}

.et_pb_section.pageslider-sec {
    height:100%;
}

.et_pb_row.et_pb_row_1.custom-home-banner {
    position: absolute;
    top: 40%;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.home-banner-btn a {
    border: 2px solid #fff;
    color:#fff;
    border-radius:8px;
    padding:10px 20px;
	font-weight:600;
}

.home-banner-btn a:hover{
    background: #D5AEAE;
    color:#000;
    border-color: #D5AEAE;
    text-decoration: none;
}
.home-banner-arrow {
	padding:5% 0;
}
.contact-socalize .et_pb_module{
    margin-bottom: 0 !important;
}

.contact-socalize ul{
    padding-left: 0;
    
}
.contact-socalize ul li{
    list-style: none;
    font-size: 26px;
    padding-bottom: 20px;
}

.et_pb_social_media_follow li {
   margin-right: 6px;
}

.et_pb_social_media_follow li a.icon:before{
   color:#FDF5EE;
    background:#373338;
    border-radius: 30px;
    font-size: 20px;
    height:40px;
    width:40px;
    line-height: 40px;
}
.custom-top-header .et_pb_row:before{
    content:" ";
    bottom:20%;
    background: rgb(255,255,255);
    height:1px;
    width:80%;
    position: absolute;
    right:0;
    
}

.border-radius-img img{
	border-radius:20px;
}
.footer-socials{
    display: block;
    float: left;
    width:100%;
    margin-top: 20px !important;
}
.et_pb_social_media_follow li{
    display: inline !important;
    width:auto !important;
    
}

/* Initial state - slightly faded */
.border-left-tab {
  opacity: 0.4; /* Slightly faded */
  transform: translateX(0); /* No movement */
  transition: opacity 1.2s ease-in-out, transform 1.2s ease-in-out; /* Smooth and slower transition */
}

/* State when the tab is active (visible) */
.border-left-tab.active {
  opacity: 1; /* Fully opaque when active */
  transform: translateX(0); /* Stay in the original position */
}
div#gform_confirmation_message_10 {
    font-size: 25px;
    text-align: center;
}

/** single blog page **/


.blog-content-section .et_pb_row{
    width:70% !important;
    margin:0 auto !important;
}

.blog-content-section h1 {
    font-size: 44px;
    line-height: 52px;
    font-weight: 500;
}
.blog-content-section  h2 
{
    font-size: 30px;
    line-height: 40px;
     font-weight: 600;
   font-family: Nobel Uno;
}
.blog-content-section  h3 
{
    font-size: 30px;
    line-height: 40px;
     font-weight: 600;
   font-family: Nobel Uno;
}

.et_pb_section.black-background {
    background: #373338;
}
.single-post .cta-form-sec{ 
background:#373338!important;
    padding-top: 0;
        
}
.single-post div#content-area {
    background: #fef5ee;
}

/** journal **/
.blog-row {
    display: flex;
	    flex-flow: wrap;
}
.blog-column {
    width: 47%;
    margin-right: 3%;
	margin-bottom:40px;
}
.blog-column .squared {
    height: 350px;
}
.blog-column img {
    height: 100%;
    object-fit: cover;
}
.blog-column h4 {
   font-size: 25px;
    line-height: 35px;
    font-weight: 600;
    padding-top: 20px;
    text-align: left;
}
.blog-column a.actionbtn {
    margin-top: 10px;
    display: inline-block;
    /* text-align: center; */
}
.single-post strong {
    font-weight: bold !important;
}
/******* responsive ********/
@media only screen and (min-width:2000px){
.short-row.et_pb_row {
    width: 40% !important;
    max-width: 100%;
}	
h1 {
    font-size: 73px;
    line-height: 75px;
}
	p, .teamsWrap h5{
		font-size:26px;
		line-height:31px;
	}
	.team-list-content p{
    font-size: 22px;
}
.team-list-content p.normal-font{
    font-size: 26px;
} 
	
	.et_pb_section.custom-images-sec{
    padding-top: 70px;
		padding-bottom:70px;
}
	
	.et_pb_section.our-partners{
		padding-bottom:150px;
	}
.et_pb_section .msliderWrap {
    height: 900px;
}
	.et_pb_section .pslideWrap {
    height: 700px;
}
	
	
}

@media only screen and (max-width:2000px){
	.right-header-line .right-header-liner-small h2:before {
    width: 70%;
}
}

@media only screen and (max-width:1800px){
.et_pb_row {
    width: 85%;
}
		.custom-top-header img{
	width:350px !important;
}
	.what-we-offer-slider .et_pb_slide_description h2 {
    font-size: 34px;
    line-height: 47px;
}
	
	.et_pb_section .msliderWrap {
    height: 800px;
}
	.et_pb_section .pslideWrap {
    height: 600px;
}
	.slider-page-title {
    left: 7%;
}
	.right-header-line .right-header-liner-small h2:before {
    width: 70%;
}
	
	/** single post **/
	.blog-content-section .et_pb_row {
    width: 85% !important;
    margin: 0 auto !important;
}
	.blog-content-section h1 {
    font-size: 40px;
    line-height: 54px;
	}
}

@media only screen and (max-width:1600px){
	p {
    margin-bottom: 0px;
}
	h2 {
    font-size: 63px;
    line-height: 80px;
}
.et_pb_row {
    width: 85%;
    max-width: 100%;
}	
	.short-row.et_pb_row {
    width: 60% !important;
    max-width: 100%;
}
	.fullwidth-row{
		width:100%;
	}
	.medium-row.et_pb_row{
	width:80%;
	
}
	
	.large-row.et_pb_row {
    width: 90% !important;
    max-width: 100%;
    margin: 0 auto;
}
	
.custom-footer li, .custom-footer *, .custom-footer li a ,.custom-footer a {
    font-size: 20px !important;
    line-height: 27px !important;
}
	.custom-top-header .et_pb_row:before {
    width: 75%;
	}
	
	/***home banner **/
	.et_pb_section .msliderWrap {
    height: 700px;
}
.home-banner-arrow {
    padding: 0% 0 4%;
}
.custom-home-banner .large-col  {
    width: 100%;
    text-align: center;
}
	.custom-home-banner h1 {
    font-size: 50px;
	}
	.custom-home-banner h1 span {
    font-size: 90px;
	}
.large-col h3{
    font-size:35px !important;
    line-height: 40px;
   
}

.custom-home-banner span.et_pb_image_wrap {
    width: 315px !important;
    max-width: 315px !important;
}
	
	

	
	/*** footer ***/
	.et_pb_column.footer-col-3 {
    width: 22%;
    margin-right: 3%;
}

.et_pb_column.footer-col-4 {
    width: 10%;
	margin-right:4%;
}
	.page-banner h1 {
    font-size: 48px;
	}
.page-banner h1 span {
    font-size: 60px;
}	
	.about-offer h3{
		    font-size: 1.4rem;
	}
.slider-page-title h1 {
    font-size: 65px;
    line-height: 75px;
}
	.et_pb_section.cta-form-sec {
    padding-top: 10%;
}
	
	.et_pb_column.footer-col-2 {
    width: 25%;
}
	.et_pb_column.footer-col-3 {
    width: 34%;
}
	.footer-col-1  img{
		width:300px !important;
	}
	
	/** single post **/
	.blog-content-section h1 {
    font-size: 34px;
    line-height: 45px;
}
	.blog-content-section h3, .blog-content-section h2 {
    font-size: 25px;
    line-height: 35px;
	}
	
}

@media only screen and (max-width:1400px){
	p {
    font-size: 19px;
}
	
	.custom-top-header img{
    width: 350px !important;
}
	.custom-top-header li a {
    font-size: 19px;
	}
.custom-home-banner h1 {
    font-size: 47px;
  
}
	.what-we-offer-slider .et_pb_slide_description h2 {
    font-size: 34px;
    line-height: 50px;
}
	

.custom-home-banner img {
    width: 80px;
}
	.about-offer p {
    font-size: 20px;
    line-height: 26px;
}
	
	.et_pb_section .msliderWrap {
    height: 800px;
}
	.et_pb_section .pslideWrap {
        height: 500px;
    }
	.footer-col-1  img{
		width:300px !important;
	}
	
	.blog-column .squared {
    height: 250px;
}
}

@media only screen and (max-width:1200px){
h2 {
    font-size: 50px;
    line-height: 68px;
}
		h3{
    font-size: 1.4rem;
}
	p {
    font-size: 17px;
}
	.actionbtn, .gform_button {
    font-size: 20px;
}
	.large-row.et_pb_row {
    width: 95% !important;
	}
	.custom-top-header li.menu-item {
    margin-left: 9% !important;
}
	.custom-top-header li a {
    font-size: 17px;
}
	.custom-home-banner h1 {
    font-size: 38px;
}.custom-home-banner h1 span {
    font-size: 70px;
	}
	.et_pb_section.page-banner {
    padding: 30% 0 3%;
}
	.page-banner h1 {
    font-size: 40px;
}
	.page-banner h1 span {
    font-size: 51px;
}
/* 	.page-banner h1 {
    font-size: 26px;
    line-height: 27px;
	} */
	.about-offer h3 {
    font-size: 1.2rem;
}
	.border-left-tab h5 {
    font-size: 1rem;
}
	
	.et_pb_section .msliderWrap {
    height: 500px;
}
	
	.contact-socalize a{
    
    font-size: 19px;
}
	.contact-socalize ul li {
 
    padding-bottom: 5px;
}
	.blog-column .squared {
    height: 200px;
}
	.blog-column h4 {
    font-size: 20px;
    line-height: 28px;
	}
}


@media only screen and (max-width:980px){
h2 {
    font-size: 53px;
    line-height: 58px;
}
	h3{
    font-size: 1.4rem;
}
	.custom-top-header img {
    width: 300px !important;
}
	.custom-top-header li.menu-item {
    margin-left: 1% !important;
}
	.custom-top-header .et_pb_menu__menu, .custom-top-header .et_pb_menu .et_pb_menu__menu {
    display: block;
}
	 .mobile_nav .mobile_menu_bar:before {
    color: #fff !important;
	}
	.custom-top-header  .et_pb_column{
		width:50%  !important;
		margin-bottom:0 !important;
	}
	.custom-top-header li a {
    font-size: 16px;
		color:#373338;
}
	.custom-footer .et_pb_menu .et_pb_menu__menu {
    display: block;
}
	.custom-top-header .et_pb_menu__menu, .custom-top-header .et_pb_menu .et_pb_menu__menu{
		display:none;
	}

	.custom-footer .et_pb_menu__wrap {
    justify-content:center!important;
}
	.custom-footer.mobile-view{
		display:block;
	}
	.et_pb_column.footer-col-3 {
    width: 104%;

}
	
	.custom-footer img {
    width: 200px !important;
}
	.custom-footer .et_mobile_nav_menu {
    display: none;
}
	.custom-footer.mobile-view .et_pb_column {
    width: 29% !important;
    margin-left: 4% !important;
}
	.custom-footer.mobile-view .et_pb_column:last-child{
		margin-left:0 !important;
}
	
	.custom-footer span.et_pb_image_wrap{
		text-align:center;
	}
	.custom-footer.et_pb_text_inner, .custom-footer .et_pb_column, .custom-footer * {
    text-align: center;
}
	
	/*** all row **/
	.short-row.et_pb_row, .medium-row.et_pb_row, .short-row.et_pb_row  {
    width: 85% !important;
    max-width: 100%;
}
	
	/** home banner **/
	.custom-home-banner span.et_pb_image_wrap {
    width: 215px !important;
    max-width: 215px !important;
}
	.custom-home-banner h1 {
    font-size: 35px;
}
	.custom-home-banner h1 span {
    font-size: 62px;
    font-weight: normal;
}
	.custom-home-banner .et_pb_row {
    padding: 30% 0 5%;
}
	
.custom-home-banner img {
    width: 80px;
}
	.alter-row .et_pb_column {
    width: 100%;
    display: block;
}
	.alter-text,.alter-image{
		position:unset;
	}
	.alter-image{
		margin-bottom:30px!important;
	}
	.et_pb_section{
		padding:0;
	}
	.what-we-offer-slider .et_pb_slide_description h2 {
    font-size: 28px;
    line-height: 42px;
}
	.right-header-line h2:before {
    width: 72%;
    right: -14%;
}
	.et_pb_row.reverse-col{
		display: flex;
    flex-direction: column-reverse;
	}
	.et_pb_row.reverse-col .et_pb_column:last-child{
		margin-bottom:30px;
	}
	.page-banner h1 {
    font-size: 32px;
}
	.page-banner h1 span {
    font-size: 48px;
}
/* 	.page-banner h1 {
    font-size: 23px;
    line-height: 27px;
} */
		.et_pb_section.page-banner {
    padding: 30% 0 2%;
}
	.about-offer .et_pb_row{
		display:block;
	}
	
	.project-list p {
    font-size: 30px;
}
	.custom-top-header .et_pb_row:before {
    width: 63%;
}
	.et_pb_section .msliderWrap {
    height: 700px;
}
	    .et_pb_section .pslideWrap {
        height: 400px;
    }
	.custom-top-header .et_pb_row:before {
    width: 52%;
}
	.custom-top-header .et_pb_row:before{
		content:none;
	}
	.et_pb_section.custom-footer{
    margin-top: 5%;
}
	    .et_pb_column.footer-col-2 {
        width: 100%;
    }
	    .et_pb_column.footer-col-3 {
        width: 100%;
    }
	.footer-col-3 ul.et_pb_module.et_pb_social_media_follow{
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
}
	.right-header-line .right-header-liner-small h2:before {
    width: 50%;
}
	
	.alter-image {
   
    text-align: left !important;
}
}


@media only screen and (max-width:767px){

	.what-we-offer-slider .et_pb_slide_description h2 {
    font-size: 25px !important;
}
	.et_pb_slide_image, .et_pb_slide_video{
		display:block !important;
	}
	.et_pb_slider:hover .et-pb-arrow-next {
    right: -3%;
	}
	.et_pb_slider:hover .et-pb-arrow-prev {
    left: -3%;
	}
	.right-header-line h2:before {
    width: 44%;
    right: -9%;
}
.custom-home-banner img {
    width: 60px;
}

.custom-home-banner .et_pb_row {
    padding: 31% 0 6%;
}
	.et_pb_section.page-banner {
    padding: 50% 0 0%;
}
	.about-offer p {
    font-size: 18px;
	}
	.et_pb_section .msliderWrap {
    height: 600px;
}
	.et_pb_section .pslideWrap {
    height: 400px;
}
	    .slider-page-title h1 {
        font-size: 55px;
        line-height: 65px;
    }
	
	.cta-form-sec .et_pb_row{
		padding-top:0;
	}
	.right-header-line .right-header-liner-small h2:before {
    width: 30%;
}
	
	    .blog-content-section h1 {
        font-size: 30px;
        line-height: 46px;
    }
}


@media only screen and (max-width:600px){
	
	h1 {
    font-size: 51px;
    line-height: 58px;
}
	p,p.normal-font .teamsWrap h5 {
    font-weight: 300;
    font-size: 19px;
}
/** header **/
	.header-logo-sec .et_pb_text_inner {
    font-size: 25px;
}
	
	.et_pb_section.custom-footer{
		padding-top:0;
	}
	.custom-footer h4 {
    padding-bottom: 0px;
	}

	.custom-footer.mobile-view .et_pb_column {
    width: 100% !important;
		margin:0 !important;
		margin-top: 30px!important;

}
	.custom-footer.mobile-view  *{
		text-align:center;
		justify-content:center !important;
	}
	.custom-footer .et_pb_row:first-child{
		padding-bottom:0;
	}
	.custom-footer li {
    width: 100%;
    text-align: center;
    align-items: center !important;
    flex-direction: column;
}
	.et_pb_row.empty-row {
    padding-top: 0;
}
	

	.custom-top-header .et_pb_menu__menu, .custom-top-header .et_pb_menu .et_pb_menu__menu {
    display: none;
}
	
	.custom-top-header  .et_mobile_nav_menu {
    display: block !important;
}

	.custom-home-banner h1 {
    font-size: 31px;
		line-height:60px;
}

.custom-home-banner h1 span {
    font-size: 52px;
   
}
	.et_pb_section .msliderWrap {
    height: 550px;
}
	.et_pb_section .pslideWrap {
    height: 400px;
}

	.blog-column {
    width: 100%;
   
}
}

@media only screen and (max-width:480px){
	.et_pb_row {
    width: 90%;
    max-width: 100%;
}
	h1 {
    font-size: 45px;
    line-height: 48px;
}
	h2 {
    font-size: 43px;
    line-height: 55px;
		font-weight:500;
}
h3 {
    font-size: 1.2rem;
}p, p.normal-font .teamsWrap h5 {
    font-size: 16px;
}
	.header-logo-sec .et_pb_text_inner {
    font-size: 19px;
}
	.right-header-line h2:before {
    width: 29%;
    right: -9%;
}
	.actionbtn, .gform_button {
    font-size: 17px;
		    padding: 10px 17px;
}
	.what-we-offer-slider .et_pb_slide_description h2 {
    font-size: 23px !important;
    line-height: 35px;
}
/* 	.page-banner h1 {
    font-size: 19px;
    line-height: 17px;
} */
.page-banner h1 {
    font-size: 25px;
}
	.page-banner h1 span {
    font-size: 36px;
}
	.project-list p {
    font-size: 24px;
}
	.et_pb_section .pslideWrap {
    height: 300px;
}
	  .slider-page-title h1 {
        font-size: 45px;
        line-height: 55px;
    }
	    .et_pb_section .msliderWrap {
        height: 500px;
    }
	.right-header-line .right-header-liner-small h2:before
	{
		width:0;
	}
}