/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
.slick-slide .portfolio-thumb,
.slick-slide .portfolio-thumb img{
	object-fit:cover;
	width:100%;
}
.obj-cover-img,
.obj-cover-img *{
	object-fit:cover;
	width:100%;
	height:100%;
}
body .mx-w-100{
	width:100%!important;
	max-width:100%!important
}
.blog-listing-page > div.et_pb_ajax_pagination_container{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}
.blog-listing-page article{
	border:1px solid #f0f0f0;
	padding-bottom: 50px;
	margin:0 !important;
}
.blog-listing-page article .entry-title{
	padding-bottom: 13px;
	line-height:1.2;
}
.blog-listing-page .post-content,
.blog-listing-page .entry-title{
	padding-left:30px;
	padding-right:30px;
}
.blog-listing-page .post-content:hover,
.blog-listing-page .entry-title:hover a{
	color:#7274fc!important
}
.blog-listing-page article img{
	width:100%;
	height:297px;
	object-fit:cover;
}
.noun{
	color:#fff;
	font-size:16px;
	font-style:italic;
	font-weight:500;
}
.post-meta{
	display: block;
        top:303px;
		left:0px;
        width: 100%;
        padding: 0 30px;
        font-size: 12px !important;
        color: #141431 !important;
        margin: 0 !important;
        line-height: 16px !important;
	position:absolute;
	pointer-events:none;
}
.blog-post-title .et_pb_title_container{
	display:flex;
	flex-wrap:wrap;
}
.blog-post-title .et_pb_title_container .entry-title{
	order:2;
	width:100%;
}
.blog-post-title .et_pb_title_container .et_pb_title_meta_container{
	width:100%;
	order:1;
	font-size:0 !important;
	padding-bottom:10px;
}
.blog-post-title .et_pb_title_container .et_pb_title_meta_container span{
	font-size:14px !important;
}
.blog-post-title .et_pb_title_container .et_pb_title_meta_container span.author{
	padding-right:30px;
	position:relative;
	text-transform:capitalize;
}
.blog-post-title .et_pb_title_container .et_pb_title_meta_container span.author:after{
	content:'';
	position:absolute;
	right:14px;
	width:2px;
	height:2px;
	border-radius:100%;
	background:#141431;
	top:50%;
	transform:translatey(-50%);
}
.post-body-cont p strong{
	color:#1c1934;
	font-weight:600;
}
.post-body-cont .alignleft{
	margin-right:30px !important;
}
.post-body-cont figcaption{
	margin-top:20px;
	display:block;
	width:100%;
	text-align:center;
	font-size:14px;
}
.post-body-cont h3,
.post-body-cont h4{
	padding-bottom:1em;
	padding-top:0.5em;
}
.post-body-cont h4 u{
	color:#555555;
	font-weight:400;
	line-height:26px;
	padding-bottom:1em;
	display:block;
}
.recent-post-block .recent-posts-header{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin-bottom:25px;
	align-items:center;
}
.recent-post-block .recent-posts-header .recent-posts-heading{
	font-size:18px;
	font-weight:400;
	color:#141431;
	padding-bottom:0;
	line-height:unset;
}
.recent-post-block .recent-posts-btn-link{
	font-size:14px;
	color:#141431;
}
.recent-post-block .recent-posts-btn-link:hover{
	color:#7274fc;
}
.recent-post-block .recent-post-wrap{
	display:flex;
	flex-wrap:wrap;
	gap:34px;
}
.recent-post-block .recent-post-wrap .recent-post-item{
	width:calc(100% / 3 - 23px);
	border:1px solid #d5d5d5bf;
}
.recent-post-item .recent-post-thumb a{
	display:block;
	height:165px;
	width:100%;
}
.recent-post-item .recent-post-thumb a img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.recent-post-item .recent-post-title{
	padding:20px;
}
.recent-post-item .recent-post-title a{
	display: -webkit-box;
	font-size:18px;
	font-weight:700;
	color:#141431;
	font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
	    text-overflow: ellipsis;
	    overflow: hidden;
	-webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
	line-height:24px;
}
.recent-post-item .recent-post-title a:hover{
	color:#7274fc;
}
.blog-comment-block #comment-wrap{
	padding-top:0;
	border:1px solid #d5d5d5bf;
	padding:25px 90px;
}
.blog-comment-block #comment-wrap .comment-respond{
	padding-top:0;
}
.blog-comment-block #comment-wrap .comment-reply-title span{
	color:#141431;
	font-size:16px;
	font-weight:700;
	display:block;
	padding-bottom:10px;
	border-bottom:1px solid rgb(20 20 49 / 20%);
}
.blog-comment-block .comment-form .logged-in-as,
.blog-comment-block .comment-notes,
.blog-comment-block .comment-form-cookies-consent label{
	font-size:14px !important;
	color:#141431 !important;
}
.blog-comment-block .comment-form .logged-in-as a{
	color:#7274fc;
}
.blog-comment-block .comment-form-comment textarea{
	background-color:#fff !important;
	border:1px solid  #d5d5d5bf !important;
	outline:none;
	font-size:14px !important;
	color:#141431 !important;
	display:block;
	height:100px;
}
.blog-comment-block .comment-form-author input,
.blog-comment-block .comment-form-email input,
.blog-comment-block .comment-form-url input{
	background-color:#fff !important;
	border:1px solid  #d5d5d5bf !important;
	
	resize:vertical;
	outline:none;
	font-size:14px !important;
	color:#141431 !important;
	display:block;
	width:100% !important;
}
.blog-comment-block .form-submit .submit{
	border:none;
	background-color:#606089 !important;
	color:#fff !important;
	border-radius:0 !important;
	font-size:14px;
	font-weight:300 !important;
	padding:10px 25px;
}
.blog-comment-block .form-submit .submit:hover{
	background-color:#7274fc !important;
}
.blog-comment-block .form-submit .submit:after{
	display:none !important;
}
.blog-comment-block .comment-form{
	padding-bottom:0 !important;
}
.blog-comment-block #comment-wrap .page_title{
	color: #141431;
    font-size: 16px;
    font-weight: 700;
    display: block;
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(20 20 49 / 20%);
}
.blog-comment-block .commentlist .comment-body{
	margin-bottom:25px;
}
.blog-comment-block .commentlist .comment-body .comment_avatar{
	width:50px;
	height:50px;
}
.blog-comment-block .commentlist .comment-body .comment_avatar img{
	width:100%;
	height:100%;
	object-fit:cover;
}
.blog-comment-block .commentlist .comment-body .comment_area .moderation{
	font-size:14px !important;
	color:#141431 !important;
}
.portfolio-item-wrap{
	overflow:hidden;
	width:100%;
}
.portfolio-item-wrap .cpt-list {
	margin:0 -3px;
	display:flex;
	flex-wrap:wrap;
	width:calc(100% + 6px);
	box-sizing:border-box;
}
.portfolio-item-wrap .cpt-list .cpt-item{
	padding:3px;
	box-sizing:border-box;
}
.portfolio-item-wrap .cpt-list .cpt-item .item-inner{
	position:relative;
	overflow:hidden;
	height:100%;
}
.portfolio-item-wrap .cpt-list .cpt-item .item-inner:before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: rgba(50, 51, 111, 0.63) !important;
	transition: transform .4s cubic-bezier(0.3, 0.13, 0.12, 1), filter .5s ease, opacity .5s ease !important;
    transform: translateX(-100%);
    filter: opacity(0);
	pointer-events:none;
}
.portfolio-item-wrap .cpt-list .cpt-item:hover .item-inner:before{
	transform: translateX(0);
    filter: opacity(1);
}
.portfolio-item-wrap .cpt-list .cpt-item .post-link{
	display:block;
	width:100%;
	height:100%;
}
.portfolio-item-wrap .cpt-list .cpt-item .post-link img{
	display:block;
	max-width:100%;
	width:100%;
	height:100%;
	object-fit:cover;
}
.portfolio-item-wrap .cpt-list .cpt-item .cpt-content{
	position:absolute;
	top:50%;
	left:3px;
	width:calc(100% - 6px);
	height:auto;
	transform:translatey(-50%);
	pointer-events:none;
	padding:0 40px;
	opacity:0;
	z-index:4;
}
.portfolio-item-wrap .cpt-list .cpt-item .cpt-content h2{
	font-size:22px;
	color:#fff;
	font-weight:700;
}
.portfolio-item-wrap .cpt-list .cpt-item .cpt-content p{
	color:#fff;
}
.portfolio-item-wrap .cpt-list .cpt-item:hover .cpt-content{
	opacity:1;
}
.heading-width h2{
	max-width:233px;
}
.heading-width h4:last-of-type{
	padding-bottom:25px;
}
.wow-heading h4{
	font-weight:400;
	padding-bottom:0;
}
.wow-heading h4 span{
	font-weight:700;
}
/*  */

.contact-form .gform_fields{
	row-gap:16px;
	color:#fff;
}
.contact-form  input[type=email], 
.contact-form  input[type=password], 
.contact-form  input[type=tel], 
.contact-form  input[type=text], 
.contact-form  select, 
.contact-form  textarea {
    border-radius:20px;
	font-weight:500;
	font-size:16px;
	min-height:40px;
	padding-left:16px;
}
.contact-form  textarea {
	resize:none;
}
.contact-form  input[type=email]:hover, 
.contact-form  input[type=password]:hover, 
.contact-form  input[type=tel]:hover, 
.contact-form  input[type=text]:hover, 
.contact-form  select:hover, 
.contact-form  textarea:hover {
    border:2px solid #7274fc;
}
.contact-form .file-upload-custom .gform_fileupload_rules{
	display:none;
}
.contact-form .file-upload-custom .gfield_description{
	color:#fff;
	font-size:14px;
}
.contact-form .findus-custom .gfield_label,
.contact-form .findus-custom .gform-field-label{
	color:#fff;
	font-size:16px;
	font-weight:500;
}
.contact-form .findus-custom .gform-field-label{
	line-height:1.2;
}
/* Hide original input */
.contact-form .custom-upload-wrapper .gform_fileupload {
  display: none !important;
}

.contact-form .custom-upload-wrapper {
  position: relative;
  display: inline-block;
	width:100%;
}

.contact-form .custom-file-upload {
  display:flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #0f0f3c;
  font-weight: 500;
  border-radius: 999px;
  padding: 10px 24px;
  font-size: 16px;
  cursor: pointer;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
  gap: 10px;
  transition: background-color 0.3s;
}

.contact-form .custom-file-upload:hover {
  background-color: #f0f0f5;
}

.contact-form .plus-icon {
  font-size: 20px;
  font-weight: bold;
}

.contact-form .upload-help-text {
  font-size: 14px;
  color: #fff;
  margin-top: 8px;
}
/* Hide default checkbox */
.contact-form .gform_wrapper input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 6px;
  width: 22px;
  height: 22px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  vertical-align: middle;
  transition: all 0.2s ease;
}
.contact-form .gform_wrapper input[type="checkbox"]:hover {
  background-color: transparent;
  border: 2px solid #5962D9;
}
.contact-form .gform_wrapper input[type="checkbox"]:checked {
  background-color: #fff;
  border-color: #fff;
}

.contact-form .gform_wrapper input[type="checkbox"]:checked::before {
 	color: #141431;
    content: var(--gf-icon-ctrl-checkbox);
    font-size: 14px;
    position: absolute;
    top: 2px;
    left: 2px;
}

.consent-custom input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  background-color: transparent !important;
  border: 2px solid #fff !important;
  border-radius: 8px !important;
  width: 26px !important;
  height: 26px !important;
  display: inline-block;
  position: relative;
  cursor: pointer;
  vertical-align: middle;
  transition: all 0.2s ease;
}

.consent-custom input[type="checkbox"]:hover {
  background-color: transparent !important;
  border: 2px solid #5962D9 !important;
}
.consent-custom input[type="checkbox"]:checked {
  background-color: #fff !important;
  border-color: #fff !important;
}

.consent-custom input[type="checkbox"]:checked::before {
 	color: #141431 !important;
    content: var(--gf-icon-ctrl-checkbox) !important;
    font-size: 14px !important;
    position: absolute !important;
    top: 4px !important;
    left: 4px !important;
}
.consent-custom .gform-field-label{
	color:#fff;
	font-size:12px;
}
.consent-custom .gform-field-label a{
	color:#fff;
	text-decoration:underline;
}
.findus-custom .gfield_checkbox {
	gap:8px !important;
}
.consent-custom .ginput_container_consent{
	margin-top:15px;
}
.consent-custom .gform-field-label{
	padding-top:2px;
}
.contact-form .gform_footer{
	justify-content:center;
	margin-top:35px;
}
#gform_submit_button_1{
	border-radius:20px;
	background-color:#fff;
	font-size:20px;
	font-weight:bold;
	color:#141431;
	min-width:205px;
	min-height:40px;
	text-align:center;
	border:2px solid #fff;
}
#gform_submit_button_1:hover,
#gform_submit_button_1:focus{
	background-color:#141431;
	color:#fff;
	border:2px solid #7274fc;
}
.custom-recaptcha {
  transform: scale(0.75);
  transform-origin: 0 0;
	margin-top:15px;
}
.consent-term-condition .gform-field-label a{
	text-decoration:underline;
}
.consent-term-condition .gform-field-label{
	color:#1c1d3f;
	font-size:15px;
	font-weight:500;
	max-width:565px;
}
.consent-term-condition .gform-field-label:hover{
	cursor:pointer;
}
.consent-term-condition .ginput_container_consent{
	align-items:center;
}
.socialize-form .gform_wrapper input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  background-color: #f0f0f0;
  border: 1px solid #f0f0f0;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  vertical-align: middle;
  transition: all 0.2s ease;
	box-shadow:none;
	 outline: none;
}
.socialize-form .gform_wrapper input[type="checkbox"]:hover {
  background-color: #b8b9fd;
  border: 1px solid #7274fc;
}
.socialize-form .gform_wrapper input[type="checkbox"]:checked {
  background-color: #b8b9fd;
  border-color: #7274fc;
	 outline: none;
}

.socialize-form .gform_wrapper input[type="checkbox"]:checked::before {
 	color: #32336f;
    content: var(--gf-icon-ctrl-checkbox);
    font-size: 18px;
    position: absolute;
    top: 5px;
    left: 5px;
}
.socialize-custom-recaptcha {
  transform: scale(0.80);
	margin-top:10px;
	display:flex;
	justify-content:center;
}
.socialize-form .gfield_label{
	font-size:15px;
	color:#1c1d3f;
	font-weight:400;
}
.socialize-form .gform_fields{
	row-gap:25px;
}
.socialize-form .gform_required_legend{
	display:none !important;
}
.socialize-form .gfield_required{
	color:#7171ff;
}
.socialize-form  input[type=email], 
.socialize-form  input[type=password], 
.socialize-form  input[type=tel], 
.socialize-form  input[type=text], 
.socialize-form  select, 
.socialize-form  textarea {
    border-radius:20px;
	font-weight:500;
	font-size:15px;
	min-height:40px;
	background-color:#f0f0f0;
	border-color:#f0f0f0;
	box-shadow:none;
	border-width:2px;
	color:#888;
}
.socialize-form  input[type=email]:hover, 
.socialize-form  input[type=password]:hover, 
.socialize-form  input[type=tel]:hover, 
.socialize-form  input[type=text]:hover, 
.socialize-form  select:hover, 
.socialize-form  textarea:hover {
    border: 2px solid #7c78ff; /* Matches the purple color */
  box-shadow:none;
	background-color:#fff;
  outline: none;
}
.socialize-form .text-content{
    font-size: 16px;
    font-weight: 600;
    color: #1c1c3d;
    text-align: center;
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
}
.socialize-form .gform-footer{
	justify-content:center;
}
#gform_submit_button_2{
	border-radius:20px;
	background-color:#141431;
	font-size:15px;
	font-weight:600;
	color:#fff;
	min-width:250px;
	min-height:40px;
	text-align:center;
	border:0;
	cursor: pointer;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.45);
}
#gform_submit_button_2:hover,
#gform_submit_button_2:focus{
	background-color:#fff;
	color:#141431;
	border:0;
}
.updated-contact-form{
	background:rgba(28, 25, 52, 1);
	padding:30px;
}
.updated-contact-form input[type=email], 
.updated-contact-form input[type=password], 
.updated-contact-form input[type=tel], 
.updated-contact-form input[type=text], 
.updated-contact-form select, 
.updated-contact-form textarea {
    border-radius: 3px;
    background: rgba(255, 255, 255, 0.1) !important;
    min-height: 49px !important;
    border: 1px solid #1C1934 !important;
    color: #AAAAAA !important;
    font-size: 14px !important;
	font-weight:400;
	outline:none;
}
.updated-contact-form input[type=email]::placeholder, 
.updated-contact-form input[type=password]::placeholder, 
.updated-contact-form input[type=tel]::placeholder, 
.updated-contact-form input[type=text]::placeholder,
.updated-contact-form textarea::placeholder {
	 color: #AAAAAA !important;
}
.updated-contact-form .custom-file-upload{
	border-radius:3px;
	background:rgba(255, 255, 255, 0.1) !important;
	color:#AAAAAA;
	 font-size: 14px !important;
	font-weight:400;
	padding:14.5px 24px;
}
.updated-contact-form .upload-help-text{
	color:#AAAAAA;
	font-weight:400;
}
.updated-contact-form .findus-custom .gfield_label, 
.updated-contact-form .findus-custom .gform-field-label{
	color:#AAAAAA;
	font-weight:400;
	font-size:14px;
}
.updated-contact-form .gform-theme--framework .gfield--type-choice .gchoice{
	align-items:center;
}
.updated-contact-form .gform_wrapper input[type="checkbox"],
.updated-contact-form .gform_wrapper input[type="checkbox"]:checked{
	background:transparent !important;
	border:1px solid #fff !important;
	outline:none;
	border-radius:0 !important;
	text-align:center;
	line-height:20px;
	height:22px !important;
	width:22px !important;
}
.updated-contact-form .gform_wrapper input[type="checkbox"]:checked::before{
	top:4px !important;
	left:3px !important;
	color:#AAAAAA !important;
}
.updated-contact-form #gform_submit_button_1{
	background:transparent !important;
	border:1px solid #fff !important;
	color:#fff !important;
	text-align:center;
	text-transform: uppercase !important;
    font-size: 15px !important;
    border: 1px solid #fff !important;
    font-weight: 600 !important;
	outline:none;
	min-height:49px !important;
	border-radius:3px;
	width:100%;
}
.updated-contact-form #gform_submit_button_1:hover{
	background:#fff !important;
	color:#1c1934 !important;
}
.join-our-team  input[type=email], 
.join-our-team  input[type=password], 
.join-our-team  input[type=tel], 
.join-our-team  input[type=text], 
.join-our-team  select, 
.join-our-team  textarea {
    border-radius:20px;
	font-weight:500;
	font-size:15px;
	min-height:35px;
	background-color:#ffffff;
	border-color:#141431;
	box-shadow:none;
	border-width:2px;
}
.join-our-team .gform_required_legend{
	display:none;
}
.joinus-custom-recaptcha {
  transform: scale(0.80);
	margin-top:10px;
	display:flex;
	justify-content:center;
}
.join-our-team .gfield_label{
	font-size:14px;
	color:#141431;
}
.join-our-team .font-xl .gfield_label{
	font-size:18px;
}
.join-our-team .gform_fields{
	row-gap:25px;
}
.join-our-team .desire-position .gfield_label{
	color:#fff;
	visibility:hidden;
}
.join-our-team .gform-footer{
	justify-content:center;
}
#gform_submit_button_3{
	border-radius:20px;
	background-color:#141431;
	font-size:15px;
	font-weight:600;
	color:#fff;
	min-width:280px;
	min-height:42px;
	text-align:center;
	border:0;
	cursor: pointer;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.45);
}
#gform_submit_button_3:hover,
#gform_submit_button_3:focus{
	background-color:#fff;
	color:#141431;
	border:0;
}
.join-our-team .joinus-upload-file .gform_fileupload {
  display: none !important;
}

.join-our-team .joinus-upload-file {
  position: relative;
}

.join-our-team .joinus-upload-file .custom-file-upload{
  display:flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  color: #7274fc;
  font-weight: 500;
  border-radius: 999px;
  padding: 7px 24px;
  font-size: 16px;
  cursor: pointer;
  box-shadow: none;
  gap: 10px;
  transition: background-color 0.3s;
	border:2px solid #141431;
	max-width:343px;
	margin-left:auto;
	margin-right:auto;
}

.join-our-team .joinus-upload-file .custom-file-upload:hover {
  background-color: rgba(96,97,154,.1);
	color:#fff;
	border-color:#7171ff;
}

.join-our-team .plus-icon {
  font-size: 20px;
  font-weight: bold;
}

.join-our-team .upload-help-text {
  font-size: 14px;
  color: rgba(114,116,252);
  margin-top: 8px;
  text-align:center;
}
.sub-contractor-team  input[type=email], 
.sub-contractor-team  input[type=password], 
.sub-contractor-team  input[type=tel], 
.sub-contractor-team  input[type=text], 
.sub-contractor-team  select, 
.sub-contractor-team  textarea {
    border-radius:10px;
	font-weight:500;
	font-size:15px;
	min-height:35px;
	background-color:#ffffff;
	border-color:#141431;
	box-shadow:none;
	border-width:2px;
}
.sub-contractor-team  input[type=email]:hover, 
.sub-contractor-team  input[type=password]:hover, 
.sub-contractor-team  input[type=tel]:hover, 
.sub-contractor-team  input[type=text]:hover, 
.sub-contractor-team  select:hover, 
.sub-contractor-team  textarea:hover {
    border: 2px solid #7c78ff; /* Matches the purple color */
  	box-shadow:none;
	background-color:#fff;
  	outline: none;
}
.sub-contractor-team .gform_required_legend{
	display:none;
}
.sub-contractor-team .gform_fields{
	row-gap:25px;
}
.sub-contractor-team .gfield_required{
	color:#7274fc;
}
.sub-contractor-team .desire-position .gfield_label{
	color:#fff;
	visibility:hidden;
}
.sub-contractor-team .gform-footer{
	justify-content:center;
}
.sub-contractor-captcha{
	transform: scale(0.80);
	margin-top:10px;
	display:flex;
	justify-content:center;
}
#gform_submit_button_4{
	border-radius:20px;
	background-color:#7274fc;
	font-size:16px;
	color:#fff;
	min-width:260px;
	min-height:42px;
	text-align:center;
	border:0;
	cursor: pointer;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.45);
}
#gform_submit_button_4:hover,
#gform_submit_button_4:focus{
	background-color:#fff;
	color:#1c1934;
	border:0;
}
.sub-contractor-team .gfield_label{
	color:#fff;
}
.gform_confirmation_message_5{
	color:#fff;
}
.about-contact-form input, 
.about-contact-form select, 
.about-contact-form textarea {
    background: #323048 !important;
    min-height: 40px !important;
    border: 1px solid #1C1934 !important;
    color: #AAAAAA !important;
    font-size: 14px !important;
	border-radius:6px !important;
} 
.about-contact-form textarea {
    height: 100px !important;
	resize:none;
}
.about-contact-form select {
    -webkit-appearance: none;
    -o-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(/wp-content/uploads/2025/08/option-icon.svg) !important;
    background-repeat: no-repeat !important;
    background-position: 97% center !important;
}
.about-contact-form .gfield_label {
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 600 !important;
}
.about-contact-form .gform_fields{
	row-gap:30px;
}
.about-contact-form .gfield_required{
	display:none;
}
.about-contact-form #gform_submit_button_5{
	width: 100% !important;
    background: transparent !important;
    color: #fff !important;
    text-transform: uppercase !important;
    font-size: 15px !important;
    border: 1px solid #fff !important;
    font-weight: 600 !important;
	border-radius:0 !important;
	min-height:42px !important;
	line-height:28px !important;
}
.about-contact-form #gform_submit_button_5:hover{
	background:#fff !important;
	color:#1c1934 !important;
}
.custom-contact-btn.et_pb_button:after {
    content: '';
    background: url(/wp-content/uploads/2025/08/right-caret-icon.svg) no-repeat;
    width: 36px;
    height: 50px;
    margin-left: 25px !important;
	margin-top:-5px;
}
.custom-contact-btn{
	line-height:39px !important
}
.after-submit-text{
	color:#fff;
	font-size:14px;
	line-height:20px;
	text-align:center;
	padding-top:15px;
}
.service-list{
	display:grid;
	grid-template-columns:repeat(2, 1fr);
	gap:15px;
}
.partner-box{
	margin:0 !important;
}
.partners-list{
	display:grid;
	grid-template-columns:repeat(3, 1fr);
	gap:20px;
}
.partner-box .et_pb_main_blurb_image{
	margin:0;
	position:relative;
	display:block;
}
.partner-box .et_pb_main_blurb_image:before{
	position:absolute;
	background-color:rgba(0,0,0,.35);
	width:100%;
	height:100%;
	top:0;
	left:0;
	content:'';
}
.partner-box .et_pb_blurb_container {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
	padding:10px;
}
.partner-box .et_pb_module_header{
	margin:0;
	padding:0
}
.list-logo-modified{
	margin:0 !important;
	padding:0 !important;
	justify-content:space-between !important;
}
.custom-portfolio-slider .slick-next, .custom-portfolio-slider .slick-prev{
	z-index:6;
	width:23px;
	height:39px;
}
.custom-portfolio-slider .slick-prev:before{
    content:"";
	background: url(/wp-content/uploads/2025/08/arrow.svg) no-repeat;
    width: 23px;
    height: 39px;
    display: inline-block;
}
.custom-portfolio-slider .slick-next:before {
    content:"";
	background: url(/wp-content/uploads/2025/08/arrow.svg) no-repeat;
    width: 23px;
    height: 39px;
    display: inline-block;
	transform:rotate(180deg);
}
.custom-portfolio-slider .slick-next{
	right:10px;
}
.custom-portfolio-slider .slick-prev{
	left:10px;
}
.custom-portfolio-slider .slick-next.slick-disabled, 
.custom-portfolio-slider .slick-prev.slick-disabled {
    opacity:0;
}
.customCPTSlider .slick-slide {
    margin: 0 3px; /* space between slides */
}
 .customCPTSlider .large-slide-item {
	height:430px;
	 position:relative;
	 overflow:hidden;
}
 .customCPTSlider > div {
	 position: relative;
	 box-sizing: border-box;
	 height:430px;
}

 .customCPTSlider .two-stack {
    width: 284px; 
}
 .customCPTSlider .large-slide {
    width: 768px; 
}
 .customCPTSlider .large-slide img,
.customCPTSlider img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
	transition: all 0.7s ease-in-out;
}
.customCPTSlider .two-stack-item {
	display: flex;
	flex-direction: column;
	height: 100%;
	gap: 6px;
	
}
.customCPTSlider .two-stack .two-stack-item-inner {
	display: block;
	height:231px;
	position: relative;
	overflow:hidden;
}
.two-stack .stack-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.customCPTSlider .large-slide-item .large-slide-item-inner:before,
 .customCPTSlider .two-stack-item .stack-item:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(50, 51, 111, 0.63) !important;
	transition: transform .4s cubic-bezier(0.3, 0.13, 0.12, 1), filter .5s ease, opacity .5s ease !important;
	transform: translateX(-100%);
	filter: opacity(0);
	pointer-events: none;
	 z-index:2;
}
.customCPTSlider .large-slide-item:hover .large-slide-item-inner:before,
.customCPTSlider .two-stack-item-inner:hover .stack-item:before{
	transform: translateX(0);
    filter: opacity(1);
}

 .customCPTSlider .slide-content{
	position: absolute;
	top: 50%;
	left: 3px;
	width: calc(100% - 6px);
	height: auto;
	transform: translatey(-50%);
	pointer-events: none;
	padding: 0 40px;
	opacity: 0;
   z-index: 4;
}
.customCPTSlider .large-slide-item:hover .slide-content,
.customCPTSlider .two-stack-item-inner:hover .slide-content{
	opacity:1;
}
.customCPTSlider .large-slide-item:hover img,
.customCPTSlider .two-stack-item:hover img{
	 transform: scale(1.1);
}
 .customCPTSlider .slide-content p{
	color:#fff;
	 font-size:18px;
	 padding:0;
	 font-weight:700;
}
.about-contact-form {
    position: absolute;
    top: 0;
    left: 740px;
    width: 552px;
    right: auto;
	z-index:9;
}
.left-col{
	padding-right:80px;
}
.grey-bg:before{
	background-color:#F2F2F2;
	content:"";
	left:0;
	top:0;
	right:0;
	width:100%;
	height:520px;
	position:absolute;
}
.grey-bg1:before{
	background-color:#F2F2F2;
	content:"";
	left:0;
	top:0;
	right:0;
	width:100%;
	height:570px;
	position:absolute;
}
.right-img{
	position: absolute;
    top: 960px;
    z-index: 5;
    max-width: 598px;
    width: 100%;
    bottom: auto;
    left: 720px;
}
.blog-item-list .et_pb_ajax_pagination_container{
	display:grid;
	grid-template-columns:repeat(3,1fr);
	gap:30px;
}
.blog-item-list .et_pb_ajax_pagination_container .column.size-1of3{
	width:100% !important;
	margin:0 !important;
}
.blog-item-list .et_pb_blog_grid .et_pb_post {
    padding: 25px !important;
    height: 100% !important;
}
.blog-item-list .et_pb_blog_grid .et_pb_post{
	position:relative;
}
.blog-item-list .et_pb_post{
	border:1px solid #F0F0F0 !important;
	padding:30px;
	margin:0;
}
.blog-item-list .et_pb_post .entry-featured-image-url {
    margin-bottom: 60px;
    height: 280px;
    overflow: hidden;
	margin-left:-31px;
	margin-right:-31px;
	margin-top:-31px;
}
.blog-item-list .et_pb_post .entry-featured-image-url img{
    height: 100%;
    width:100%;
	object-fit:cover;
}
.custom-share-menu {
    position: absolute;
    top: 300px;
    right: 20px;
}
.share-btn {
    background: none;
    border: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 2px;
    padding: 5px;
}
.share-btn .dot {
    width: 3px;
    height: 3px;
    background: #333;
    border-radius: 50%;
}
.share-options {
    display: none;
    position: absolute;
    right: 0;
    background: white;
    box-shadow: 0px 2px 8px rgba(0,0,0,0.15);
    padding: 5px;
    border-radius: 5px;
    z-index: 100;
}
.share-options a {
    display: block;
    padding: 5px 10px;
    text-decoration: none;
    color: #333;
}
.share-options a:hover {
    background: #f0f0f0;
}
.about-contact-form .gform_validation_errors{
	margin-bottom: 10px;
    padding: 10px;
}
.about-contact-form .gform_validation_errors h2{
	font-size:12px !important;
}
.about-contact-form .gform_validation_error .gform_fields{ 
	gap:20px;
}
.form-section.space-btm{
	padding-bottom:140px !important;
}
.space-btm .right-img{
	top:1040px;
}
.contact-sec p.color-different{
  color:#C89953;
  font-size:23.9px;
  line-height:32px;
  margin:10px 0 0 0;
  padding:0
}
.contact-sec p.color-different+p{
  margin-top:5px
}
.contact-sec h3{
  padding-bottom:0
}
.projects-listing-wrap .portfolio-list{
  display:flex;
  flex-wrap:wrap;
  gap:30px;
}
.projects-listing-wrap .portfolio-list .portfolio-item{
  width:calc(100% / 3 - 20px);
}
.projects-listing-wrap .portfolio-list .portfolio-link{
  display:block;
	position:relative;
/* 	box-shadow: 0px 4px 6px -4px #0000001A; */
	box-shadow: 0px 10px 15px -3px #0000001A;
}
.projects-listing-wrap .portfolio-list .portfolio-link:after{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.2);
	pointer-events:none;
}
.projects-listing-wrap .portfolio-list .portfolio-thumb{
  height:256px;
  width:100%;
	overflow:hidden;
}
.projects-listing-wrap .portfolio-list .portfolio-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
	transition:all 0.5s ease-in-out;
}
.projects-listing-wrap .portfolio-list .portfolio-link:hover .portfolio-thumb img{
	transform:scale(1.05);
}
.projects-listing-wrap .portfolio-list .portfolio-meta{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	padding:20px;
	z-index:1;
}
.projects-listing-wrap .portfolio-list .portfolio-meta p{
	font-size:14px;
	line-height:20px;
	color:#fff;
	font-weight:600;
	padding:0;
	margin:0;
}
.projects-listing-wrap .portfolio-list .portfolio-meta h3{
	font-size:20px;
	line-height:28px;
	text-transform:uppercase;
	color:#fff;
	font-weight:700;
	padding:0;
}
.cta-section .et_pb_text_inner{
	text-align:center;
}
.cta-section .et_pb_text_inner a{
	display:inline-block;
	padding:6px 54px;
	line-height:28px;
	font-size:14px;
	font-weight:600;
	text-transform:uppercase;
	border:1px solid #fff;
	color:#fff;
	margin-top:25px;
}
.cta-section .et_pb_text_inner a:hover{
	background:#fff;
	border-color:#fff;
	color:#1C1934;
}
#gform_5{
	position:relative;
}
#gform_5 #gform_fields_5{
	row-gap:20px;
}
#gform_5 .choice-field{
	margin-top:73px;
}
#gform_5 .choice-field .gfield-choice-input{
	display:none;
}
#gform_5 .choice-field .gform-field-label{
	margin-left:0;
	padding-left:30px;
	position:relative;
}
#gform_5 .choice-field .gform-field-label:before{
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:20px;
	height:20px;
	border:1px solid #fff;
}
#gform_5 .choice-field .gfield-choice-input:checked+.gform-field-label:before{
	content:'✓';
	text-align:center;
	font-weight:600;
	line-height:18px;
}
#gform_5 .choice-field .gform-field-label,
#gform_5 .choice-field .gform-field-label a{
	color: #fff;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
	font-weight:400 !important;
	
}
#gform_5 .choice-field .gform-field-label a{
	text-decoration:underline;
}
#gform_5 .after-submit-text{
	display:none;
}
.contact-row .button:hover{
	background:#fff !important;
	color:#1c1934 !important;
}
.menu-list li a:hover,
.full-project a:hover{
	color:#c89953;
}
#gform_5 .gform-footer{
	position:absolute;
	width:100%;
	bottom:100px;
}
.gform_validation_error #gform_5 .gform-footer{
	bottom:131px;
}
.page-id-32 #gform_5 .gform-footer{
	bottom: 87px;
}
.page-id-32 .gform_validation_error #gform_5 .gform-footer{
	bottom:118px;
}
#gform_confirmation_message_6 a{
	font-weight:700;
	color:#c89953;
}
#gform_confirmation_message_6 a:hover{
	color:#1c1934;
}
span[data-js-spinner-id="gform-ajax-spinner"] {
 position:absolute !important;
display:none !important;
}
.portfolio-meta p:last-child{
	font-weight:400 !important;
}
.list-contact .et_pb_blurb_container{
	vertical-align:middle !important;
}
@media(max-width:3840px) and (min-width:2561px){
	#download-form.et_pb_section_5.et_pb_section{
		padding-top:400px !important;
		padding-bottom:400px !important;
	}
}
@media(max-width:2560px) and (min-width:1921px){
	#download-form.et_pb_section_5.et_pb_section{
		padding-top:300px !important;
		padding-bottom:300px !important;
	}
}
@media(max-width:1920px) and (min-width:1680px){
	#download-form.et_pb_section_5.et_pb_section{
		padding-top:150px !important;
		padding-bottom:150px !important;
	}
}
@media(min-width:1920px){
	.hero-image-service img,
	.hero-image img{
		max-height:550px;
		object-fit:cover;
	}
}
@media(max-width:1400px){
	.about-contact-form {
		width: 500px;
	}
	.space-btm .right-img {
		top: 1130px;
	}
	.page-id-36 #gform_5 .gform-footer{
		bottom:125px !important;
	}
		.page-id-36 .gform_validation_error #gform_5 .gform-footer{
		bottom:156px !important;
	}
}
@media(max-width:1280px){
	.about-contact-form {
		width: 470px;
	}
	.page-id-32 #gform_5 .gform-footer {
		bottom: 104px;
	}
	.page-id-32 .gform_validation_error #gform_5 .gform-footer {
		bottom: 135px;
	}
}
@media(max-width:1199px){
	.blog-row{
		width:100% !important;
	}
	.et_pb_row_1_tb_body.et_pb_row.blog-list-row{
		padding-left:0 !important;
		padding-right:0 !important;
	}
	.blog-listing-page > div.et_pb_ajax_pagination_container{
		display:flex;
		flex-wrap:wrap;
	}
	.blog-listing-page article{
		width:calc(50% - 15px);
		margin-bottom:0 !important;
	}
	.blog-listing-page article .entry-title{
		-webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
		-webkit-line-clamp: 3;
		padding-bottom:0;
		margin-bottom:15px;
	}
	.blog-listing-page .post-content p{
		-webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
		-webkit-line-clamp: 3;
	}
	.et_pb_row.full-width{
		max-width:100% !important;
	}
	.our-history{
		height:100%;
	}
	.our-history .et_pb_image_wrap {
		height:100%;
	}
	.our-history .et_pb_image_wrap img{
		height: 100%;
        width: 100%;
        object-fit: cover;
	}
	.hero-caption h1{
		font-size:42px !important;
		line-height:1.2em !important
	}
	.about-contact-form {
		width: 390px;
		left:660px;
	}
	.hero-caption p{
		font-size:16px;
		line-height:24px;
	}
	.left-col {
		padding-right: 30px;
	}
	.right-img {
		max-width: 460px;
		left: 640px;
	}
	.space-btm .right-img {
		top: 1070px;
	}
	#gform_5 .gform-footer{
		bottom:121px;
	}
	.gform_validation_error #gform_5 .gform-footer{
		bottom:152px;
	}
	.page-id-32 #gform_5 .gform-footer {
        bottom: 125px;
    }
	.page-id-32 .gform_validation_error #gform_5 .gform-footer {
        bottom: 156px;
    }
	.page-id-36 #gform_5 .gform-footer, 
	.page-id-1255 #gform_5 .gform-footer{
		bottom:125px;
	}
	.page-id-36 .gform_validation_error #gform_5 .gform-footer, 
	.page-id-1255 #gform_5 .gform_validation_error #gform_5 .gform-footer{
		bottom: 156px;
	}
	.post-meta{
		top:214px;
	}
}
@media(max-width:1024px){
	.et_pb_section .et_pb_post_title_0_tb_body.et_pb_post_title.blog-post-title,
	.post-body-cont{
		padding-left:25px !important;
		padding-right:25px !important;
	}
	.grey-bg:before {
		height: 570px;
	}
	.right-img {
		max-width: 440px;
		left: 510px;
		top:1000px;
	}
	.custom-share-menu {
		top: 210px;
	}
	.blog-item-list .et_pb_post .entry-featured-image-url {
		margin-bottom: 50px;
		height: 190px;
	}
	.about-contact-form {
		left: 530px;
	}
	
}
@media(max-width:980px){
	.blog-listing-page article img{
		height:200px;
	}
	.post-body-cont .alignleft{
		float:none;
		margin-right:0 !important;
	}
	.post-body-cont img{
		width:100% !important;
	}
	.recent-post-block .recent-post-wrap .recent-post-item{
		width:calc(50% - 17px);
	}
	.blog-comment-block #comment-wrap{
		padding-left:25px;
		padding-right:25px;
	}
	.site-navigation .sub-menu>li>a {
		padding: 0 15px;
		white-space: unset !important;
		width: 100%;
		text-align: left !important;
		font-size:16px !important;
	}
	.partners-list {
		grid-template-columns: repeat(2, 1fr);
	}
	.about-contact-form {
		position: static;
		width: 100%;
	}
	.hero-caption h1 {
		font-size: 32px !important;
		line-height: 1.2em !important;
	}
	.hero-image-service .et_pb_column,
	.hero-image-service .et_pb_image,
	.hero-image-service .et_pb_image_wrap {
		height:400px;
	}
	.hero-image-service .et_pb_image_wrap img{
		height:100%;
		width:100%;
		object-fit:cover;
	}
	.grey-bg:before {
		display:none;
	}
	
	.right-img {
		position:static;
		max-width:100%;
	}
	.left-col {
		padding-right: 0;
	}
	.blog-item-list .et_pb_ajax_pagination_container{
		grid-template-columns:repeat(2,1fr);
	}
	.form-section.space-btm{
		padding-bottom:40px !important;
	}
	#gform_5 .gform-footer {
        bottom: 81px;
    }
	.gform_validation_error #gform_5 .gform-footer {
        bottom: 112px;
    }
	.page-id-32 #gform_5 .gform-footer {
        bottom: 86px;
    }
	.page-id-32 .gform_validation_error #gform_5 .gform-footer {
        bottom: 117px;
    }
	.blog-listing-page .et_pb_post .entry-featured-image-url{
		height:195px !important;
	}
}
@media(max-width:767px){
	.blog-hero-text h1{
		padding-bottom:0;
	}
	.blog-hero-text h1 span{
		font-size:24px;
		display:block;
		margin-top:15px;
	}
	.blog-hero-text h1 span:last-child{
		margin-top:5px;
		font-size:16px !important;
	}
	.line-height ol{
		line-height:20px;
	}
	.blog-listing-page article{
		width:100%;
		display:flex;
		flex-wrap:wrap;
		padding-bottom:25px;
	}
	.post-meta{
		display:block;
		order:2;
		width:100%;
		padding:0 15px;
		font-size:12px !important;
		color:#141431 !important;
		margin:0 !important;
		line-height:16px !important;
	}
	.blog-listing-page article .entry-featured-image-url{
		order:1;
		width:100%;
	}
	.blog-listing-page article .entry-title{
/* 		order:3; */
		padding:10px 15px 0 15px;
		-webkit-line-clamp: unset;
	}
	.blog-listing-page article .post-content{
		order:4;
		padding:0 15px;
	}
	.recent-post-block .recent-post-wrap .recent-post-item{
		margin:0 7.5px;
		border:none;
	}
	.recent-post-block .recent-posts-header{
		padding:0 20px;
	}
	.et_pb_section .et_pb_post_title_0_tb_body.et_pb_post_title.blog-post-title,
	.post-body-cont{
		padding-left:20px !important;
		padding-right:20px !important;
	}
	.recent-post-block .recent-post-wrap .slick-dots{
		position:static;
		padding-top:0;
	}
	.recent-post-block .recent-post-wrap .slick-dots li{
		margin:0;
	}
	.recent-post-block .recent-post-wrap .slick-dots li button:before{
		font-size:10px;
	}
	.recent-post-block .recent-post-wrap .slick-dots li.slick-active button:before{
		color:#606089;
		opacity:1;
	}
	.blog-comment-block #comment-wrap{
		border-left:none;
		border-right:none;
		padding-bottom:40px;
		background-size:contain;
		background-repeat:no-repeat;
		background-position:center 328px;
	}
	.blog-comment-block #comment-wrap{
		padding-left:0;
		padding-right:0;
	}
	.blog-comment-block #comment-wrap .comment-reply-title span{
		padding-bottom:25px;
		padding-left:20px;
		padding-right:20px;
	}
	.blog-comment-block .comment-form{
		padding-left:20px;
		padding-right:20px;
	}
	.recent-post-item .recent-post-thumb a{
		height:300px;
	}
	.join-our-team .gform_fields {
		row-gap: 16px;
	}
	.join-our-team .gfield_label {
		font-size: 16px;
		color: #141431;
	}
	.hero-image .et_pb_image_wrap,
	.hero-image .et_pb_column,
	.hero-image .et_pb_image{
		height:100%;
	}
	.hero-image .et_pb_image_wrap img{
		height:100%;
		width:100%;
		object-fit:cover;
	}
	.custom-contact-btn.et_pb_button:after {
		content: '';
		background: url(/wp-content/uploads/2025/08/right-caret-icon.svg) no-repeat;
		width: 20px;
		height: 28px;
		margin-left: 25px !important;
		background-size: 100%;
		margin-top: 5px;
	}
	.service-list {
		grid-template-columns: repeat(1, 1fr);
	}
	.partners-list {
		grid-template-columns: repeat(1, 1fr);
	}
	.list-logo-modified {
		justify-content: center !important;
	}
	.partner-box .et_pb_blurb_container{
		width:100%;
	}
	.list-logo.list-logo-modified li {
		justify-content: center;
	}
	.social-icon.et_pb_social_media_follow li a{
		text-align:left;
	}
	.social-icon.et_pb_social_media_follow{
		margin-left:-6px;
	}
	.full-project{
		margin-left:auto;
		margin-right:auto;
	}
	.customCPTSlider-mobile .large-slide-item-inner a{
		display:block;
		height:430px;
	}
	.customCPTSlider-mobile .large-slide-item-inner a img{
		width:100%;
		height:100%;
		object-fit:cover;
	}
	#gform_6 .gform-footer{
		justify-content:center;
	}
	#gform_confirmation_wrapper_6 #gform_confirmation_message_6{
		text-align: center;
	}
	.blog-listing-page .et_pb_post,
	.blog-item-list .et_pb_post{
		display:flex;
		flex-wrap:wrap;
		align-items:center;
		justify-content:space-between;
	}
	.blog-listing-page .et_pb_post .entry-featured-image-url,
	.blog-item-list .et_pb_post .entry-featured-image-url{
        height: auto !important;
		order:1;
		margin-bottom:30px !important;
    }
	.post-meta{
		position:static;
	}
	.blog-listing-page .custom-share-menu,
	.blog-item-list .custom-share-menu{
		order:3;
		position:static;
		width:auto;
		padding-right:15px;
	}
	.blog-item-list .custom-share-menu{
		padding-right:0;
	}
	.blog-listing-page .post-meta,
	.blog-item-list .post-meta{
		order:2;
		width:auto;
		padding-left:15px;
	}
	.blog-item-list .post-meta{
		padding-left:0;
	}
	.blog-listing-page .entry-title,
	.blog-item-list .entry-title{
		order:4;
		width:100%;
	}
	.blog-item-list .entry-title{
		padding-top:10px;
	}
	.blog-listing-page .post-content,
	.blog-item-list .post-content{
		order:5;
	}
	.blog-item-list .et_pb_ajax_pagination_container {
        grid-template-columns: repeat(1, 1fr);
    }
}
@media(max-width:575px){
	.recent-post-block .recent-post-wrap{
		gap:20px;
	}
	.recent-post-block .recent-post-wrap .recent-post-item{
		width:100%;
	}
	.blog-comment-block .form-submit{
		text-align:center;
	}
		.recent-post-item .recent-post-thumb a{
		height:200px;
	}
	.blog-item-list .et_pb_ajax_pagination_container{
		grid-template-columns:repeat(1,1fr);
	}
	    #gform_5 .gform-footer {
        bottom: 123px;
    }
	.gform_validation_error #gform_5 .gform-footer {
        bottom: 153px;
    }
	.page-id-32 #gform_5 .gform-footer,
	.page-id-27 #gform_5 .gform-footer,
	.page-id-1253 #gform_5 .gform-footer{
        bottom: 145px;
    }
	.page-id-32 .gform_validation_error #gform_5 .gform-footer,
	.page-id-27 .gform_validation_error #gform_5 .gform-footer,
	.page-id-1253 .gform_validation_error #gform_5 .gform-footer{
        bottom: 176px;
    }
	.customCPTSlider-mobile .large-slide-item-inner a {
        display: block;
        height: 220px;
    }
}
@media(max-width:480px){
	.join-our-team .desire-position .gfield_label {
		display:none;
	} 


}



/*Home Page css*/
.custom-button-wrapper {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}
.custom-button-wrapper .btn{min-width:240px;text-align: center;}
.custom-button-wrapper .btn {
  padding: 8px 30px;
  text-decoration: none;
  font-weight: 600;
  text-transform: uppercase;
  font-family: inherit;
  font-size: 14px;
  border-radius: 0;
  transition: all 0.3s ease-in-out;
  border: 2px solid #fff;
}

.custom-button-wrapper .btn.proposal {
  background-color: white;
  color: #1c1934; /* adjust to match your brand */
  border-color: #fff;
}

.custom-button-wrapper .btn.proposal:hover {
  background-color: transparent;
  color: #fff;
}

.custom-button-wrapper .btn.work {
  background-color: transparent;
  color: white;
  border-color: white;
}

.custom-button-wrapper .btn.work:hover {
  background-color: white;
  color: #1c1934;
}

.stat-box {
  text-align: center;
  color: white;
}

.stat-number {
  font-size: 42px;
  font-weight: 700;
    margin-bottom: 12px;
}

.stat-label {
  font-size: 16px;
  font-weight: 400;
}

.number-div .et_pb_column:not(:last-child) {
  position: relative;
}
.number-div .et_pb_column .stat-number:not(:last-child)::after {
content: "";
    position: absolute;
    top: 10%;
    right: -112px;
    /* width: 1px; */
    height: 50%;
    background: url(/wp-content/uploads/2025/07/Line-2.svg);
    width: 100%;
    height: 19px;
    background-repeat: no-repeat;
    background-position: right;
    background-size: 192px;
}
.number-div .et_pb_column:last-child .stat-number:not(:last-child)::after{display:none;}
.custom-row .et_pb_module{margin: 0px !important;}
.custom-row .et_pb_image_wrap {width:100%;}
.custom-row img{width: 100%;
/* height: 281px !important; */
	object-fit:cover;
/*     padding: 0px 2px;*/}	 
.custom-row{    margin-top: -3px;
    overflow: hidden;}
	.list-logo{list-style: none !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    width: 100%;}

.text-heading p{text-transform: initial !important;}
.text-heading h1{text-transform: uppercase;
    margin-bottom: 13px;}
.list-text-item ul li::marker {
  color: #C89953; /* Change bullet color */
}
.list-text-item ul li{font-size:16px; color:#F2F2F2; line-height:24px;    margin-bottom: 10px;}
.list-text-item ul li br{display:none;}
.list-text-item h4{    font-weight: 700;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 15px;}
.row-img{min-height:790px; position:relative;}
.full-project{    
	background: rgba(255, 255, 255, 0.6);
    color: #141431;
	font-size:18px;
    width: 245px;
    text-align: center;
    padding: 31px 30px;
    margin-top: 507px;
    min-width: 250px;
}
.full-project a{color:#1C1C40; font-size:16px;
display: table;
    margin: 7px auto;
    text-decoration: underline;}
.contact-sec h1{font-size:48px; line-height:55px; color:#fff; font-weight: 400; text-transform:uppercase;}
.contact-sec h5{  color: #C89953;   
    font-size: 24px;
    line-height: 32px;
margin: 30px 0px;}
.contact-sec p{color:#F2F2F2; font-size:18px; line-height:30px;    margin: 20px 0px;}
.contact-sec h4{color:#fff;text-transform:uppercase; font-size:30px;}
.list-contact h5,.list-contact h4{font-weight:400 !important;}
.contact-row .et_pb_module.list-contact{margin-bottom:20px!important;}
.contact-row label{    color: #fff !important;
    font-size: 14px !important;
font-weight:600 !important;}
.contact-row input,.contact-row select,
.contact-row textarea{background: rgba(255, 255, 255, 0.1) !important;
    min-height: 49px !important;
    border: 1px solid #1C1934 !important;
    color: #AAAAAA !important;
    font-size: 14px !important;}

.contact-row  .button {
    width: 100% !important;
    background: transparent !important;
    color: #fff !important;
    text-transform: uppercase !important;
    font-size: 15px !important;
    border: 1px solid #fff !important;
    font-weight: 600 !important;
}

.contact-row span.gfield_required.gfield_required_text{display:none;}
.contact-row .gform_drop_area.gform-theme-field-control {
    background: #323048 !important;
    color: #fff;
}
.testimonial .et_pb_column{background-color:transparent !important;}
.testimonial .et_pb_testimonial{background-color:transparent !important;}
.testimonial .et_pb_module{background-color:transparent !important;}
.testimonial .et_pb_testimonial {    background: transparent;
    color: #fff;
    text-align: center;
}
.testimonial p{font-size:24px; font-style:italic; font-size:24px; line-height:32px;}

.testimonial .et_pb_testimonial_0.et_pb_testimonial{  background-color:transparent !important;}

.testimonial
span.et_pb_testimonial_author {
    width: 64px;
    height: 64px;
    background: #999999;
    border-radius: 50%;
    margin: 0 auto;
    line-height: 60px;
    font-size: 24px;
}

.testimonial span.et_pb_testimonial_position {
font-style: initial;
    display: table;
    margin: 10px auto 0px;
    color: #C89953;
    font-size: 18px;
    font-weight: bold;
}
.testimonial span.et_pb_testimonial_separator {
    display: none;
}
.testimonial span.et_pb_testimonial_company {
    font-size: 16px;
    font-style: normal;
    margin: 0px;
}
.testimonial .et_pb_testimonial:before{content:"";
background:url(/wp-content/uploads/2025/09/SVG.svg);
    width: 46px;
    height: 46px;
    background-size: contain;
    background-repeat: no-repeat;
    top: -25px;
    border-radius: 0px;

}
.testimonial .et_pb_testimonial{margin-bottom:0px !important;    margin-bottom: 0px !important;
    padding-bottom: 0px !important;}

.social-icon li:hover a:before{color:#c89953 !important}
.footer-menu{background: transparent !important;}
.text-footer h5{font-weight:400 !important;}
.footer-menu li a{    font-size: 16px !important;
    color: #fff !important;}
.footer-menu li{
	margin:0 !important;
	font-size: 16px !important;
    color: #fff !important;
    display: table !important;
    width: 100%;
}
.footer-menu li a:hover{
	color: #c89953 !important;
	opacity: 1 !important;
}  

.et_pb_column.et_pb_column_1_4.et_pb_column_2_tb_footer.col-2.et_pb_css_mix_blend_mode_passthrough.et_pb_column--with-menu {
    width: 11%;
}
.et_pb_column.et_pb_column_1_4.et_pb_column_3_tb_footer.col-4.et_pb_css_mix_blend_mode_passthrough.et-last-child {
	width: 30%;}
.tab-menu-adjustments .et_pb_menu_0_tb_header.et_pb_menu ul li.current-menu-item>a{color: #c89953 !important;}
.tab-menu-adjustments .et_pb_menu_0_tb_header.et_pb_menu ul li:hover>a{color: #c89953 !important;}
.et_pb_menu_0_tb_header.et_pb_menu ul li a{font-weight:400!important;}
  .row-gallery.custom-row .et_pb_gallery_item .et_pb_gallery_title,  .row-gallery.custom-row  p.et_pb_gallery_caption{display:none;}

/* .hover-btn:hover{background-color: #C89953 !important;} */
.et_pb_menu_0_tb_header.et_pb_menu .nav li ul.sub-menu li {
    color: #FFFFFF !important;
    text-align: center !important;
	margin:10px 0px;
 
} */
header .et_pb_menu_0_tb_header.et_pb_menu .nav li ul.sub-menu a:hover{    color: #c89953 !important;}
.project-details {
    position: relative;
}
.info-project {
    position: absolute;
    bottom: 30px;
    color: #fff;
    width: 100%;
    left: 20px;
}
.info-project p{font-size:14px; line-height:20px; font-weight:600; color:#fff;    margin-left: 0;}
.info-project h5{font-size:20px; line-height:28px; font-weight:700; color:#fff;padding: 0px;}
.info-project span{font-size:14px; line-height:20px; font-weight:400; color:#fff;}
.list-project ul{list-style:none; display:inline-flex;      padding: 0px;
    margin: 0px;
 
    justify-content: center;  flex-wrap: wrap;}
.list-project li{    -ms-flex: 0 0 33%;
    flex: 0 0 33.33%;    padding-right: 15px;margin-bottom: 20px;
    padding-left: 15px;
    max-width: 33.33%;}
.list-project li img{box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.2);}
.list-logo{
	padding:0 !important;
}
.menu-list ul{
	padding:0 !important;
	list-style-type:none;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:center;
	row-gap:20px;
}
.menu-list ul li:not(:last-child){
	margin-right:15px;
	padding-right:15px;
	border-right:1px solid #1C1C3D;
}
.menu-list ul li:nth-child(3){
	padding-right:0;
	margin-right:0;
	border:none;
}
.menu-list ul li a{
	font-size:20px;
	line-height:38px;
	display:block;
	text-transform:uppercase;
	color:#1C1934;
}
.et_pb_social_media_follow_0_tb_footer li:not(:last-child){
	margin-right:16px !important;
}
.et_pb_social_media_follow_0_tb_footer li a.icon:before,
.et_pb_social_media_follow_0_tb_footer li a.icon{
	height:24px !important;
	width:24px !important;
	line-height:24px !important
} 
.page-id-27 #gform_5 .gform-footer{
	bottom:85px;
}
.page-id-27 .gform_validation_error #gform_5 .gform-footer{
	bottom:116px;
}
.social-icon li a.icon:before,
.social-icon li a.icon{
	height:24px !important;
	width:24px !important;
	line-height:24px !important;
	margin-right:0 !important;
}
.social-icon li:not(:last-child){
	margin-right:20px;
}
.contact-row .gform_drop_area.gform-theme-field-control,
.custom-multi-file-upload .gform_drop_area,
.about-contact-form input, .about-contact-form select, .about-contact-form textarea{
	background: rgba(255, 255, 255, 0.1) !important;
}
.custom-multi-file-upload button#gform_browse_button_1_19,
.custom-multi-file-upload button#gform_browse_button_3_7{
	position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.updated-contact-form .gfield_label,
.updated-contact-form .custom-multi-file-upload .gfield_label{
	color:#fff;
	font-size:14px !important;
	font-weight:600;
	line-height:14px;
}
.updated-contact-form .gfield_label .gfield_required{
	display:none;
}
.updated-contact-form .custom-multi-file-upload .gform_drop_instructions{
	font-size:14px;
	line-height:20px;
}
.updated-contact-form .custom-multi-file-upload .gform_drop_area .gfield_description{
	font-size:12px;
}
.updated-contact-form select{
	line-height:46px;
}
Html,body{
	overflow-x:hidden;
}
.icon-blurb .et_pb_image_wrap img{
	max-height:100% !important;
}
.updated-socialize-form{
	background:#1C1934;
	padding:40px;
}
.updated-socialize-form .gfield_label{
	color:#fff;
	font-weight:600;
	font-size:14px;
}
.updated-socialize-form .gfield_label .gfield_required{
	color:#fff;
}
.updated-socialize-form input[type=email], 
.updated-socialize-form input[type=password], 
.updated-socialize-form input[type=tel], 
.updated-socialize-form input[type=text], 
.updated-socialize-form select, 
.updated-socialize-form textarea{
	background:rgba(255,255,255,0.1) !important;
	border-radius:3px;
	border:1px solid #1C1934 !important;
	outline:none !important;
	color:#AAAAAA !important;
	font-size:14px;
	min-height:49px;
}
.updated-socialize-form .text-content{
	color:#fff;
	font-size:14px;
}
.updated-socialize-form .consent-term-condition .gform-field-label{
	color:#fff;
	font-size:14px;
}
.updated-socialize-form .gform_wrapper input[type="checkbox"]{
	height:20px;
	width:20px; 
	border:1px solid #fff !important;
	background:transparent !important;
	color:#fff !important;
	border-radius:0;
}
.updated-socialize-form .gform_wrapper input[type="checkbox"]:checked::before {
    color: #fff;
    content: var(--gf-icon-ctrl-checkbox);
    font-size: 14px;
    position: absolute;
    top: 3px;
    left: 2px;
}
.updated-socialize-form  #gform_submit_button_2{
	width: 100% !important;
    background: transparent !important;
    color: #fff !important;
    text-transform: uppercase !important;
    font-size: 15px !important;
    border: 1px solid #fff !important;
    font-weight: 600 !important;
	min-height:49px;
	border-radius:3px;
}
.updated-socialize-form  #gform_submit_button_2:hover{
	background:#fff !important;
	color:#1C1934 !important
}
.updated-socialize-form #field_2_12{
	display: flex;
    flex-wrap: wrap;
}
.updated-socialize-form .validation_message_2_12{
	padding-top:15px;
	width:100%;
}
.recent-post-block .recent-posts-btn-link:hover{
	color:#C89953;
}
.updated-join-our-team{
	padding:40px !important;
	background:#1c1934;
}
.updated-join-our-team .gfield_label{
	color: #fff !important;
    font-size: 14px !important;
    font-weight: 600 !important;
}
.updated-join-our-team .gfield_label .gfield_required{
	color:#fff;
}
.updated-join-our-team .desire-position .gfield_label{
	visibility:visible;
}
.updated-join-our-team input[type=email], 
.updated-join-our-team input[type=password], 
.updated-join-our-team input[type=tel], 
.updated-join-our-team input[type=text], 
.updated-join-our-team select, 
.updated-join-our-team textarea {
    border-radius:3px;
	font-weight:400 !important;
	font-size:15px;
	min-height:49px;
	background-color:rgba(255,255,255,0.1) !important;
	border:none !important;
	box-shadow:none !important;
	outline:none !important;
	color:#AAAAAA;
}
.updated-join-our-team select,
.updated-sub-contractor-team select{
	line-height:49px;
	-webkit-appearance:none;
	appearance:none;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" fill="%23aaa" viewBox="0 0 30.727 30.727"><path d="M29.994,10.183L15.363,24.812L0.733,10.184c-0.977-0.978-0.977-2.561,0-3.536c0.977-0.977,2.559-0.976,3.536,0l11.095,11.093L26.461,6.647c0.977-0.976,2.559-0.976,3.535,0C30.971,7.624,30.971,9.206,29.994,10.183z"/></svg>') !important;
}
.updated-join-our-team .gform_required_legend{
	display:none;
}
.updated-join-our-team #gform_submit_button_3,
.updated-sub-contractor-team #gform_submit_button_4{
	width:100%;
	height:49px;
	border:1px solid #fff;
	color:#fff;
	text-transform:uppercase;
	text-align:center;
	background:transparent;
	outline:none;
	border-radius:3px;
}
.updated-join-our-team #gform_submit_button_3:hover,
.updated-sub-contractor-team #gform_submit_button_4:hover{
	background:#fff;
	color:#1C1934;
}
.updated-join-our-team .joinus-custom-recaptcha,
.updated-sub-contractor-team .sub-contractor-captcha{
	flex-wrap:wrap;
}
.updated-join-our-team .joinus-custom-recaptcha #validation_message_3_10,
.updated-sub-contractor-team .sub-contractor-captcha #validation_message_4_11{
	width:100%;
	text-align:center;
}

.updated-sub-contractor-team input[type=email], 
.updated-sub-contractor-team input[type=password], 
.updated-sub-contractor-team input[type=tel], 
.updated-sub-contractor-team input[type=text], 
.updated-sub-contractor-team select, 
.updated-sub-contractor-team textarea{
	border-radius:3px;
	font-weight:400;
	font-size:15px;
	min-height:49px;
	background-color:rgba(255,255,255,0.1) !important;
	border:none !important;
	box-shadow:none !important;
	outline:none !important;
	color:#AAAAAA !important;
}
.updated-sub-contractor-team .gfield_required{
	color:#fff;
}
.footer-menu li a{
	line-height:24px !important;
}
.choices__inner{
	border-radius:3px;
	font-weight:400;
	font-size:15px;
	min-height:49px !important;
	background-color:rgba(255,255,255,0.1) !important;
	border:none !important;
	box-shadow:none !important;
	outline:none !important;
	color:#AAAAAA !important;
	padding-top:12.5px !important;
}
.choices__inner .choices__item{
	color:#AAAAAA !important;
	opacity:1 !important;
}
.choices[data-type*=select-one]::after{
	content:'\33' !important;
	line-height: 14px;
    -webkit-font-smoothing: antialiased;
    font-family: ETmodules !important;
	border:none !important;
	outline:none;
	width:14px !important;
	height:14px !important;
	color:#AAAAAA;
	margin-top:0 !important;
	transform:translatey(-50%);
	font-size:14px !important;
}
.choices__list--dropdown .choices__item, .choices__list[aria-expanded] .choices__item{
	color:#AAAAAA !important;
}
.choices__list--dropdown .choices__item--selectable.is-highlighted, .choices__list[aria-expanded] .choices__item--selectable.is-highlighted{
	background:#1967d2 !important;
	color:#fff !important;
	opacity:1;
}
.choices__list--dropdown, .choices__list[aria-expanded]{
	background:#333049 !important;
	z-index:99999 !important;
}
.updated-contact-form .gform_confirmation_message,
.updated-sub-contractor-team .gform_confirmation_message,
.updated-join-our-team .gform_confirmation_message,
.updated-socialize-form .gform_confirmation_message{
	color:#aaaaaa;
	text-align:center;
}
.consent-custom .gfield_required_text{
	display:none !important;
}
.social-icon{
	gap:0 !important;
	padding-right:0 !important;
}
.consent-term-condition .ginput_container_consent{
	align-items:unset;
}
.share-post-on-social{
	padding: 0 90px;
    position:relative;
	top:-60px;
	margin-top:-40px
}
.share-post-on-social .custom-share-buttons{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	gap:20px;
	padding-top:20px;
	border-top:1px solid #d5d5d5bf;
}
.share-post-on-social .custom-share-buttons a.share-button{
	display:block;
	font-size:0;
	position:relative;
	height:19px;
	width:19px;
}
.share-post-on-social .custom-share-buttons a.share-button:before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	font-size:19px;
	color:#1c1934;
	font-family: ETmodules !important;
	    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
.share-post-on-social .custom-share-buttons a.share-button:hover:before{
	color:#c89953;
}
.share-post-on-social .custom-share-buttons a.share-button.facebook-share:before{
	content:'';
}
.share-post-on-social .custom-share-buttons a.share-button.twiiter-share:before{
	content:'';
}
.share-post-on-social .custom-share-buttons a.share-button.linkedin-share:before{
	content:'';
}
.share-post-on-social .custom-share-buttons a.share-button.copy-link:before{
	content:'';
}
.share-post-on-social .custom-share-buttons a.share-button.copy-link.copied:after{
	content:"Link Copied.";
	position:absolute;
	bottom:110%;
	left:50%;
	transform:translatex(-50%);
	background:#1c1934;
	color:#fff;
	font-size:10px;
	padding:0 10px;
	width:70px;
	text-align:center;
}

.font-28{
	font-size:28px;
}
.font-30{
	font-size:30px;
	font-weight:500;
	line-height:1;
}
.font-24{
	font-size:24px;
	line-height:1;
}
.font-20{
	font-size:20px;
}
p.pb-0{
	padding-bottom:0;
}
.hr-devider{
	color:#040405;
	background:#040405;
	margin:0 0 25px 0;
}
.post-body-cont h3 a,
.post-body-cont p a{
	text-decoration:underline;
}
.post-body-cont figure{
	padding-bottom:25px;
}
.post-body-cont figure.customFig{
	padding-bottom:0 !important;
}
.post-body-cont figure img{
	width:100%;
}
.custom-row .et_pb_column:first-child img{
	padding-left:0 !important;
}
.custom-row .et_pb_column:last-child img{
	padding-right:0 !important;
}


/* Video Popup */

#video-posts-wrapper { 
	display: flex; 
	flex-wrap: wrap; 
	row-gap: 20px; 
}
.video-item { 
	width: calc(100% / 3);
	cursor: pointer; 
}
.video-thumb{
	height:230px;
	position:relative;
}
.video-thumb .video-thumb-overlay{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:rgb(66 70 153 / 40%);
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:center;
	opacity:0;
	transition:all 0.5s ease-in-out;
}
.video-item:hover .video-thumb .video-thumb-overlay{
	opacity:1;
}
.video-thumb .video-thumb-overlay .play-button{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:center;
	color:#fff;
	font-size:12px;
}
.video-thumb .video-thumb-overlay .play-button .play-icon{
	position:relative;
	padding-right:10px;
}
.video-thumb .video-thumb-overlay .play-button .play-icon:before{
	content:'\49';
	display:inline-block;
	width:40px;
	height:40px;
	color:#fff;
	text-align:center;
	font-size:40px;
	-webkit-font-smoothing: antialiased;
    font-family: ETmodules !important;
	font-weight:300;
	line-height:1;
}
.video-thumb img {
	height:100%;
	width: 100%;
	object-fit:cover;
	display:block;
}
.video-duration {
	position: absolute;
	bottom:10px;
	right:10px;
	color:#fff;
	font-size:12px;
	line-height:14px;
	z-index:999;
}
.video-metas{
	padding:20px 20px 0 20px;
}
.video-metas h2{
	font-size:25px;
	line-height:25px;
	font-weight:400;
	color:#141431;
	    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    overflow: hidden;
	padding-bottom:0;
	margin-bottom:15px;
}
.video-excerpt p{
	display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
	color:#141431;
	line-height:28px;
}
.video-hidden { 
	display: none; 
}
#load-more-videos {
	color: #FFFFFF !important;
    border: 1px solid #1c1934;
    border-radius: 0px;
    font-size: 14px;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    background-color: #1c1934;
	cursor:pointer;
	padding-top: 11px !important;
    padding-right: 40px !important;
    padding-bottom: 11px !important;
    padding-left: 40px !important;
	display:block;
	margin:30px auto 0 auto;
}
#load-more-videos:hover{
	background-color: transparent;
	color: #1c1934 !important;
}
/* --- POPUP --- */
#video-popup {
	position: fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:9999;
	background: #000;
	display:none;
}
#video-popup .popup-content {
	position:relative;
	width:100%;
	max-width:100%;
	margin:0 auto;
	padding:100px 0 0 0;
}
.popup-thumbs-slider{
	margin-top:48px;
}
.popup-close { 
	position:absolute;
	top:5px; 
	right:5px;
	cursor:pointer;
	color:#fff;
	border:none;
	padding:0; 
	background:transparent;
	z-index:9999;
}
.popup-close .close-icon:after{
	content: "\4d";
  font-family: ETmodules !important;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 50px;
}
.popup-main-slider { 
	margin-bottom:20px;
}
.popup-slide .slide-inner{
	display:flex !important;
	gap:40px; 
	flex-wrap:wrap;
	max-width:80%;
	margin:0 auto;
}
.popup-left{
	width:calc(100% - 386px);
	position:relative;
}
.iframe-overlay{
	position:absolute;
	top:0;
	left:0;
	width: 100%; height: 100%;
	background: rgba(0,0,0,0.5);
	color: #fff;
	font-size: 24px;
	display: flex;
	flex-wrap:wrap;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	background-size:cover !important;
	background-repeat:no-repeat !important;
	background-position:center !important;
	padding:50px;
}
.iframe-overlay.overlay-hidden{
	display:none;
}
.iframe-overlay:before{
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background:rgba(0, 0, 0, .6);
}
.iframe-overlay .overlay-inner{
	position:relative;
	z-index:999;
	text-align:center;
}
.iframe-overlay .overlay-inner p{
	display:block !important;
	color:#fff;
	font-size:14px;
}
.iframe-overlay .overlay-inner h2{
	color:#fff;
	font-size:30px;
	-webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    display: -webkit-box;
	    line-height: 38px;
	overflow: hidden;
	font-weight:400;
}
.iframe-overlay .overlay-inner .play-button{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:center;
	color:#fff;
	font-size:12px;
}
.iframe-overlay .overlay-inner .play-button .play-icon{
	position:relative;
	padding-right:10px;
}
.iframe-overlay .overlay-inner .play-button .play-icon:before{
	content:'\49';
	display:inline-block;
	width:40px;
	height:40px;
	color:#fff;
	text-align:center;
	font-size:40px;
	-webkit-font-smoothing: antialiased;
    font-family: ETmodules !important;
	font-weight:300;
	line-height:1;
}
.popup-left p{
	display:none;
}
.popup-left iframe {
	width:100% !important;
	height:400px !important;
}
.popup-right {
	height:calc(100vh - 305px);
	overflow:auto;
	width:calc(366px - 20px);
	padding-right:10px;
}
.popup-thumbs-slider img {
	width:100%;
	cursor:pointer; 
}
.popup-right h2{
	font-size: 24px;
    font-weight: 400 !important;
    line-height: 32px;
	color:#fff;
	padding-bottom:0;
}

.popup-right .popup-desc p{
	color:#fff;
	font-size:16px;
	line-height:28px;
	font-weight:300;
}
.popup-right .popup-desc pre{
	color:#fff;
	font-size:16px;
	line-height:28px;
	font-weight:300;
	font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
	padding:0 0 1em 0;
	margin:-1em 0 0 0;
	 white-space: pre-wrap;
  word-wrap: break-word;
}
.popup-right .popup-desc p .wp-embedded-content{
	display:none !important;
}
.popup-right .popup-desc .wp-embedded-content{
	display:block !important;
	padding:0 !important;
	margin:0 !important;
}
.popup-right p.duration-author{
	font-size:12px;
	font-weight:300;
	color:#fff;
	opacity:0.6;
	padding:0;
	margin:24px 0;
}
.popup-right p span.duration{
	position:relative;
	padding-left:40px;
}
.popup-right p span.duration:before{
	content:'';
	left:18px;
	top:50%;
	transform:translatey(-50%);
	position:absolute;
	height:4px;
	width:4px;
	background:#fff;
}
.popup-main-slider .slick-arrow,
.popup-thumbs-slider .slick-arrow{
	position:absolute;
	top:50%;
	transform:translatey(-50%);
	height:40px !important;
	width:40px !important;
	z-index:9999;
}
.popup-main-slider .slick-arrow.slick-prev,
.popup-thumbs-slider .slick-arrow.slick-prev {
	left:10px;
}
.popup-main-slider .slick-arrow.slick-prev:before,
.popup-thumbs-slider .slick-arrow.slick-prev:before{
	content:'\34';
	line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-family: ETmodules !important;
	color:#fff;
	font-size:40px;
	height:40px;
	width:40px;
}
.popup-main-slider .slick-arrow.slick-next,
.popup-thumbs-slider .slick-arrow.slick-next{
	right:10px;
}
.popup-main-slider .slick-arrow.slick-next:before,
.popup-thumbs-slider .slick-arrow.slick-next:before{
	content:'\35';
	line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-family: ETmodules !important;
	color:#fff;
	font-size:40px;
	height:40px;
	width:40px;
}
.inner-wrap{
	position:relative;
}
.inner-wrap .hover-texts{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	display:flex;
	flex-wrap:wrap;
	padding:15px;
	flex-direction:row;
	align-items:space-between;
	opacity:0;
	background:rgba(0,0,0,0.5);
	transition:all 0.5s ease-in-out;
}
.inner-wrap:hover .hover-texts{
	opacity:1;
}
.inner-wrap .hover-texts h3{
	font-size: 15px;
	font-weight: 300;
	color: #fff;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	overflow: hidden;
	padding-bottom: 0;
	margin-bottom: 10px;
	text-overflow: ellipsis;
	height:30px;
}
.inner-wrap .hover-texts .duration-hover{
	display:block;
	width:100%;
	font-size: 15px;
	font-weight: 300;
	color: #fff;
}
.inner-wrap .hover-texts .play-icon{
	position:relative;
	height:37px;
	width:37px;
	display:block;
	margin:0 auto;
}
.inner-wrap .hover-texts .play-icon:before{
	content:'\49';
	display:inline-block;
	width:37px;
	height:37px;
	color:#fff;
	text-align:center;
	font-size:37px;
	-webkit-font-smoothing: antialiased;
    font-family: ETmodules !important;
	font-weight:300;
	line-height:1;
}
html.video-popup-open{
	overflow:hidden;
}

.hidden {
    display: none;
}

.dropdown-trigger {
    color: #1c1934;
    cursor: pointer;
	display:inline-block;
	font-size: 14px;
	font-weight:400;
	transition:all 0.5s ease-in-out;
	margin-bottom:25px;
}
.dropdown-trigger:hover{
	color:#c89953;
}
.dropdown-trigger:before{
	content:'';
	display:inline-block;
	font-family: FontAwesome !important;
    font-weight: 900 !important;
	color: inherit;
	font-size: 14px;
	padding-right:12px;
}

.dropdown-options {
    list-style-type: none !important;
    margin: 0;
    padding: 0;
    position: absolute;
    background: #fff;
    width: 150px;
    z-index: 1000;
	top:30px;
	padding:15px !important;
}

.dropdown-options li {
    cursor: pointer;
	font-size: 14px;
	color: #1c1934;
}
.dropdown-options li+li{
	margin-top:10px;
}

.popup {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.85);
    z-index: 9999;
}

.popup.hidden {
    display: none;
}

.popup-content {
    background: #000;
    padding: 30px;
    position: relative;
    max-width: 844px;
	width:100%;
    height:464px
}
.site-info-active .popup-content{
	max-width:625px;
	height:480px;
	padding:0;
}
#popup .popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    font-size: 50px;
}
.popup-section{
	height:100%;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:center;
}
.popup-section.hidden {
    display: none;
}
.share-popup-cont h2{
	color:#fff;
	font-size: 30px;
    margin-bottom: 20px;
    text-align: center;
	padding:0;
	font-weight:400;
}
.share-popup-cont .social-link-list{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:center;
	list-style-type:none !important;
	padding:0 !important;
	margin:0 !important;
}
.share-popup-cont .social-link-list li:not(:last-child){
	margin-right:25px;
}
.share-popup-cont .social-link-list li .social-icons{
	display: block;
    font-size: 0;
    position: relative;
    height: 19px;
    width: 19px;
}
.share-popup-cont .social-link-list li .social-icons:before{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 19px;
    color: #fff;
    font-family: ETmodules !important;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
	transition:all 0.5s ease-in-out;
}
.share-popup-cont .social-link-list li .social-icons:hover:before{
	color:#c89953;
}
.share-popup-cont .social-link-list li .social-icons.facebook-icon:before{
	content:'';
}
.share-popup-cont .social-link-list li .social-icons.twitter-icon:before{
	content:'';
}
.share-popup-cont .social-link-list li .social-icons.pinterest-icon:before{
	content:'';
}
.share-popup-cont .social-link-list li .social-icons.tumblr-icon:before{
	content:'';
}
.share-popup-cont .social-link-list li .social-icons.copy-link:before{
	content:'';
}
.share-popup-cont .social-link-list li .social-icons.copy-link{
	background:transparent;
	border:none;
	outline:none;
	cursor:pointer;
}
.share-popup-cont .social-link-list li .social-icons.copy-link.copied:after{
	content:"Link Copied.";
	position:absolute;
	bottom:110%;
	left:50%;
	transform:translatex(-50%);
	background:#1c1934;
	color:#fff;
	font-size:10px;
	padding:10px;
	width:70px;
	text-align:center;
}
.channel-info-cont img{
	display:block;
}
.channel-info-cont .info-holder{
	padding:53.5px;
	background:#fff;
	text-align:center;
}
.channel-info-cont .info-holder h2{
	font-size: 30px;
    line-height: 36px;
	font-weight:300;
	color:#1c1934;
}
.channel-info-cont .info-holder p{
	font-size:15px;
	color:#1c1934;
	font-weight:300;
}
.info-and-sharing-options{
	position:absolute;
	top:10px;
	left:40px;
	display:flex;
	align-items:center;
	z-index:999;
}
.info-trigger{
	background:transparent;
	border:none;
	outline:none;
	padding:0 15px 0 0;
	margin-right:15px;
	border-right:1px solid #fff;
	cursor:pointer;
}
.info-trigger span{
	position:relative;
	height:24px;
	width:24px;
	display:inline-block;
}
.info-trigger span:before{
	content:'\70';
	line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-family: ETmodules !important;
	font-size:24px;
	color:#fff;
}
.share-trigger{
	background:transparent;
	border:none;
	outline:none;
	padding:0;
	border:none;
	font-size:16px;
	font-weight:300;
	color:#fff;
	display:flex;
	align-items:center;
	cursor:pointer;
}
.share-trigger .share-icon{
	display:inline-block;
}
.share-trigger .share-icon:before{
	content:'';
	display:inline-block;
	line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-family: ETmodules !important;
	font-size:16px;
	padding-right:10px;
}
.share-section{
	position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.85);
    color: #fff;
    padding: 10px;
    z-index: 9999999;
    width: 100%;
    height: 100%;
	display:none;
}
.share-section.share-option-show{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:center;
}
.share-section .sharing-op p{
	color:#fff;
	font-size:30px;
	font-weight:300;
	display:block;
	text-align:center;
	margin-bottom:20px;
}
.share-section .sharing-op .select-selected{
	background:rgba(77, 77, 77, 0.8);
	color:#fff;
	font-size:14px;
	font-weight:300;
	padding:0 40px 0 20px;
	border-radius:3px;
	height:34px;
	line-height:34px;
	margin-bottom:40px;
	position:relative;
}
.share-section .sharing-op .select-selected:after{
	content:'\33';
	right:20px;
	line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-family: ETmodules !important;
	font-size:14px;
	position:absolute;
	top:50%;
	transform:translatey(-50%);
	color:#fff;
}
.share-section .sharing-op .custom-select{
	position:relative;
}
.share-section .sharing-op .select-items{
	background:rgba(77, 77, 77, 0.8);
	padding:5px 20px;
	width:100%;
	position:absolute;
	top:100%;
	left:0;
	width:100%;
	z-index:999;
}
.share-section .sharing-op .select-items div{
	color:#fff;
	font-size:14px;
	font-weight:300;
}
.share-section .sharing-op .select-items div:hover{
	background:333a96;
	color:#fff;
}
.share-section .sharing-op .share-buttons{
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:center;
	width:100%;
	gap:25px;
}
.share-section .sharing-op .share-buttons .sre-btn{
	display: block;
    font-size: 0;
    position: relative;
    height: 19px;
    width: 19px;
}
.share-section .sharing-op .share-buttons .sre-btn:before{
	content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font-size: 19px;
    color: #fff;
    font-family: ETmodules !important;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
	transition:all 0.5s ease-in-out;
}
.share-section .sharing-op .share-buttons .sre-btn:hover:before{
	color:#c89953;
}
.share-section .sharing-op .share-buttons .sre-btn.share-fb:before{
	content:'';
}
.share-section .sharing-op .share-buttons .sre-btn.share-tw:before{
	content:'';
}
.share-section .sharing-op .share-buttons .sre-btn.share-pinterest:before{
	content:'';
}
.share-section .sharing-op .share-buttons .sre-btn.share-tumblr:before{
	content:'';
}
.share-section .sharing-op .share-buttons .sre-btn.copy-link:before{
	content:'';
}
.share-section .sharing-op .share-buttons .sre-btn.copy-link{
	background:transparent;
	border:none;
	outline:none;
	cursor:pointer;
}
.share-section .sharing-op .share-buttons .sre-btn.copy-link.copied:after{
	content:"Link Copied.";
	position:absolute;
	bottom:110%;
	left:50%;
	transform:translatex(-50%);
	background:#1c1934;
	color:#fff;
	font-size:10px;
	padding:10px;
	width:70px;
	text-align:center;
}
.share-close{
	position:absolute;
	top:5px;
	right:5px;
	background:transparent;
	color:#fff;
	border:none;
	cursor:pointer;
	font-size:24px;
}
#video-popup .info-wrap{
	max-width:80%;
	margin:0 auto;
	height: calc(100vh - 286px);
}
#video-popup .channel-info-cont{
	display:flex;
	flex-wrap:wrap;
	height:100%;
	gap:40px;
}
#video-popup .channel-info-cont .image-holder{
	width: calc(100% - 386px);
	background:#343b96;
	text-align:center;
	display:flex;
	align-items:center;
	justify-content:center;
}
#video-popup .channel-info-cont .image-holder img{
	margin:0 auto;
}
#video-popup .channel-info-cont .info-holder{
	width: calc(366px - 20px);
	background:transparent;
	padding:0;
	text-align:left;
}
#video-popup .channel-info-cont .info-holder h2{
	color:#fff;
	font-size:15px;
	padding-bottom:20px;
	font-weight:300;
	line-height:28px;
}
#video-popup .channel-info-cont .info-holder p{
	color:#fff;
	font-size:15px;
	font-weight:300;
}
.page-id-36 #gform_5 .gform-footer{
	bottom:85px !important;
}
.page-id-36 .gform_validation_error #gform_5 .gform-footer{
	bottom:116px !important;
}
.li-gap li+li{
	margin-top:15px;
}
.et_pb_section_0_tb_body li a{
	text-decoration:underline;
}
/* RESPONSIVE START */
@media(max-width:3840px) and (min-width:2561px){
	.apply-section{
		padding:120px 0 !important;
	}
	.bg-fix-4k{
		padding-top:500px !important;
	}
/* 	.custom-row img{
		height:725px !important;
	} */
	.popup-right,
	.popup-left iframe{
		height:calc(100vh - 495px) !important;
	}
	.popup-thumbs-slider {
		margin-top: 48px;
	}
	#video-popup .info-wrap {
		height: calc(100vh - 505px);
	}
	.big-screen-padding{
		padding-top:100px !important;
		padding-bottom:100px !important;
	}
	.page-id-6148 .big-screen-padding{
		padding-top:220px !important;
		padding-bottom:220px !important;
	}
	.right-col-img{
		transform:translatey(500px) !important;
	}
	.space-btm .right-img {
		top: 1100px;
	}
	.form-section.space-btm {
		padding-bottom: 250px !important;
	}
	.video-bg{
		padding:500px 0 !important;
	}
}
@media(max-width:2560px) and (min-width:1921px){
	.apply-section{
		padding:120px 0 !important;
	}
	.bg-fix-4k{
		padding-top:300px !important;
	}
/* 	.custom-row img{
		height:500px !important;
	} */
	.popup-right,
	.popup-left iframe{
		height:calc(100vh - 395px) !important;
	}
	.popup-thumbs-slider {
		margin-top: 48px;
	}
	#video-popup .info-wrap {
		height: calc(100vh - 383px);
	}
	.right-col-img{
		transform:translatey(480px) !important;
	}
	.space-btm .right-img {
		top: 1100px;
	}
	.form-section.space-btm {
		padding-bottom: 250px !important;
	}
	.video-bg{
		padding:400px 0 !important;
	}
}
@media(max-width:1920px) and (min-width:1700px){
	.popup-right,
	.popup-left iframe{
		height:calc(100vh - 340px) !important;
	}
	.popup-thumbs-slider {
		margin-top: 48px;
	}
		#video-popup .info-wrap {
		height: calc(100vh - 324px);
	}
	.right-col-img{
		transform:translatey(480px) !important;
	}
	.space-btm .right-img {
		top: 1075px;
	}
	.form-section.space-btm {
		padding-bottom: 220px !important;
	}
	.video-bg{
		padding:0px 0 !important;
	}
}
.page-id-1253 #gform_5 .gform-footer,
.page-id-1255 #gform_5 .gform-footer,
.page-id-1257 #gform_5 .gform-footer,
.page-id-1260 #gform_5 .gform-footer{
	bottom:87px;
}
.page-id-1253 .gform_validation_error #gform_5 .gform-footer,
.page-id-1255 .gform_validation_error #gform_5 .gform-footer,
.page-id-1257 .gform_validation_error #gform_5 .gform-footer,
.page-id-1260 .gform_validation_error #gform_5 .gform-footer{
	bottom:118px;
}
@media(max-width:1500px){
	.obj-cover-img{
		padding-top:25px !important;
	}
	.popup-thumbs-slider {
		margin-top: 70px;
	}
	#video-popup .info-wrap {
		height: calc(100vh - 305px);
	}
	.space-btm .right-img {
		top: 1075px;
	}
	.form-section.space-btm {
		padding-bottom: 220px !important;
	}
	.form-section.space-btm{
		padding-bottom: 265px !important;
	}
}
@media(max-width:1376px){
	.popup-right,
	.popup-left iframe{
		height:calc(100vh - 320px) !important;
	}
	.popup-thumbs-slider {
		margin-top: 48px;
	}
	.page-id-36 #gform_5 .gform-footer{
		bottom:105px !important;
	}
	.page-id-36 .gform_validation_error #gform_5 .gform-footer{
		bottom:136px !important;
	}
	.space-btm .right-img {
    top: 1130px;
}
}
@media (max-width: 1366px) {
		.page-id-1253 #gform_5 .gform-footer{
	bottom:106px;
}
.page-id-1253 .gform_validation_error #gform_5 .gform-footer{
	bottom:137px;
}
	.page-id-32 #gform_5 .gform-footer,
	.page-id-36 #gform_5 .gform-footer,
	.page-id-27 #gform_5 .gform-footer,
	.page-id-1253 #gform_5 .gform-footer{
		bottom: 106px !important;
	}
	.page-id-32 .gform_validation_error #gform_5 .gform-footer,
	.page-id-36 .gform_validation_error #gform_5 .gform-footer,
	.page-id-27 .gform_validation_error #gform_5 .gform-footer,
	.page-id-1253 .gform_validation_error #gform_5 .gform-footer{
		bottom: 137px !important;
	}
	.popup-right,
	.popup-left iframe{
		height:calc(100vh - 345px) !important;
	}
	.popup-thumbs-slider {
		margin-top: 48px;
	}
	#video-popup .info-wrap {
        height: calc(100vh - 277px);
    }
	.space-btm .right-img {
		top: 1140px;
	}

	.form-section.space-btm {
		padding-bottom: 280px !important;
	}
}
@media(max-width:1300px){
	.service-form-section{
		padding-bottom:60px !important;
	}
/* 	.custom-row img{
		height:240px !important;
	} */
	.page-id-36 #gform_5 .gform-footer{
		bottom:105px !important;
	}
	.page-id-36 .gform_validation_error #gform_5 .gform-footer{
		bottom:136px !important;
	}
	.form-section.space-btm {
		padding-bottom: 215px !important;
	}
	.space-btm .right-img {
		top: 1110px;
	}
	.blog-listing-page .et_pb_post .entry-featured-image-url{
		height:245px !important;
	}
	.page-id-1253 .about-contact-form{
		left: 725px;
	}
	.code-block-position{
		left:5% !important;
	}
	.popup-right{
		height:calc(100vh - 270px) !important;
	}
	.popup-left iframe{
		height:300px !important;
	}
	.popup-slide .slide-inner{
		align-items:center;
	}
	.video-thumb{
		height:215px;
	}
		#video-popup .info-wrap {
        height: calc(100vh - 267px);
    }
	.blog .post-meta {
        top: 280px;
    }
	.blog .custom-share-menu {
        top: 276px;
    }
}

@media(max-width:1199px){
	.stat-number{
		font-size:34px;
	}
	.tab-heading-size-adjustments h3{
		font-size: 28px !important;
    	line-height: 34px !important;
	}
	.et_pb_row.row-gallery{
		max-width:100% !important;
	}
    .page-id-32 #gform_5 .gform-footer,
	 .page-id-27 #gform_5 .gform-footer,
	.page-id-1253 #gform_5 .gform-footer,
	.page-id-36 #gform_5 .gform-footer{
        bottom: 125px !important;
    }
	 .page-id-32 .gform_validation_error #gform_5 .gform-footer,
	.page-id-27 .gform_validation_error #gform_5 .gform-footer,
	.page-id-1253 .gform_validation_error #gform_5 .gform-footer,
	.page-id-36 .gform_validation_error #gform_5 .gform-footer{
        bottom: 156px !important;
    }
	.contact-us-bg{
		width:100% !important;
	}
	.padding-right-1199{
		padding-right:0 !important;
	}
	.padding-left-1199{
		padding-left:5% !important;
	}
	.et_pb_social_media_follow li.et_pb_social_media_follow_network_0_tb_footer a{
		margin-right:0 !important;
	}
	.social-icon{
		gap:0 !important;
	}
	.pl-0{
		padding-left:0 !important;
	}
	.pl-0 .et_pb_text_2, .pl-0 .et_pb_text_3{
		width:100%;
	}
	.page-id-1253 .about-contact-form {
        left: 660px;
    }
	.page-id-1253 .image-row-4k,
	.page-id-1255 .image-row-4k,
	.page-id-1257 .image-row-4k{
		max-width:50% !important;
	}
	.page-id-1253 .image-row-4k .long-image img,
	.page-id-1255 .image-row-4k .long-image img,
	.page-id-1257 .image-row-4k .long-image img{
		height:736px;
		object-fit:cover;
	}
	.page-id-1255 #gform_5 .gform-footer,
	.page-id-1257 #gform_5 .gform-footer,
	.page-id-1260 #gform_5 .gform-footer{
        bottom: 105px !important;
    }
	.page-id-1255 .gform_validation_error #gform_5 .gform-footer,
	.page-id-1257 .gform_validation_error #gform_5 .gform-footer,
	.page-id-1260 .gform_validation_error #gform_5 .gform-footer{
        bottom: 136px !important;
    }
	.sub-heading-20 .btn-holder a{
		padding:6px 20px !important;
	}
	.width-50.et_pb_row{
		max-width:50% !important;
	}
	#download-form{
		padding:50px 0 !important;
	}
	.page-id-1253 .grey-bg:before{
		height:585px;
	}
	.popup-slide .slide-inner{
		display:block !important;
	}
	.popup-left{
		width:70% !important;
		margin:0 auto;
		height:300px;
	}
	.popup-right{
		margin-top:30px;
		height:calc(100vh - 460px) !important;
		width:100% !important;
	}
	.popup-thumbs-slider{
		display:none !important;
	}
	.video-thumb {
        height: 196px;
    }
	#video-popup .info-wrap {
        height: calc(100vh - 200px);
    }
	.blog .post-meta {
        top: 270px;
    }
	.blog .custom-share-menu{
		top:267px;
	}
	.space-btm .right-img img{
		width:100% !important;
	}
	.space-btm .right-img{
		top:1125px;
	}
	.form-section.space-btm {
		padding-bottom: 60px !important;
	}
	.right-col-img{
		transform:translatey(485px) !important;
	}
	h2.br-none br{
		display:none;
	}
}
@media(max-width:1080px){
	.et_pb_menu_0_tb_header{
		max-width:100% !important;
	}
	.banner-sec h1{
		font-size:50px !important;
		line-height:55px !important;
	}
	.number-div .et_pb_column .stat-number:not(:last-child)::after{
		display:none;
	}
/* 	.custom-row img{
		height:205px !important;
		object-fit:cover;
	} */
	.row-img{
		min-height:600px;
	}
	.full-project{
		margin-top:300px;
	}
	.projects-listing-wrap .portfolio-list .portfolio-item{
		width:calc(50% - 15px);
	}
	.font-48 h2{
		font-size:36px !important;
		line-height:45px !important;
	}
	 .about-contact-form {
        width: 370px;
        left:560px !important;
    }
	    .space-btm .right-img {
        top: 1150px;
    }
	.image-fit-on-tab{
		align-items:unset !important;
	}
	.image-fit-on-tab .et_pb_image,
	.image-fit-on-tab .et_pb_image .et_pb_image_wrap {
		height:100%;
	}
	.image-fit-on-tab .et_pb_image .et_pb_image_wrap img{
		height:100%;
		object-fit:cover;
	}
/* 	.custom-row img {
        height: 205px !important;
        object-fit: cover;
    } */
	.page-id-1255 #gform_5 .gform-footer,
	.page-id-1257 #gform_5 .gform-footer,
	.page-id-1260 #gform_5 .gform-footer{
        bottom: 105px !important;
    }
	.page-id-1255 .gform_validation_error #gform_5 .gform-footer,
	.page-id-1257 .gform_validation_error #gform_5 .gform-footer,
	.page-id-1260 .gform_validation_error #gform_5 .gform-footer{
        bottom: 136px !important;
    }
	.page-id-1257 .about-contact-form {
		top:5px;
		left:auto !important;
		right:5px !important;
		width:370px !important;
	}
	.sub-heading-20 .btn-holder a{
		line-height:18px !important;
	}
	.text-link-wrap a.text-link{
		font-size:20px !important;
	}
	.page-id-1253 .grey-bg:before{
		height:640px;
	}
	.video-item{
		width:50%;
	}
	.video-thumb {
        height: 260px;
    }
	.page-id-36 #gform_5 .gform-footer,
	.page-id-1257 #gform_5 .gform-footer{
		bottom:125px !important;
	}
	.page-id-36 .gform_validation_error #gform_5 .gform-footer,
	.page-id-1257 .gform_validation_error #gform_5 .gform-footer{
		bottom:156px !important;
	}
}
@media(max-width:1024px){
	.page-id-32 #gform_5 .gform-footer,
	.page-id-27 #gform_5 .gform-footer,
	.page-id-1257 #gform_5 .gform-footer,
	.page-id-1260 #gform_5 .gform-footer{
        bottom: 125px !important;
    }
	.page-id-32 .gform_validation_error #gform_5 .gform-footer,
	.page-id-27 .gform_validation_error #gform_5 .gform-footer,
	.page-id-1257 .gform_validation_error #gform_5 .gform-footer,
	.page-id-1260 .gform_validation_error #gform_5 .gform-footer{
        bottom: 156px !important;
    }
	.page-id-27 .about-contact-form {
    left: 550px;
}
	.service-form-section {
    padding-bottom: 140px !important;
}
	.service-form-section+.et_pb_section{
		padding-top:0 !important;
	}
	.space-btm .right-img {
        top: 1175px;
    }
	.share-post-on-social{
		padding:0 25px;
	}
		.page-id-1253 .image-row-4k .long-image img,
	.page-id-1255 .image-row-4k .long-image img,
	.page-id-1257 .image-row-4k .long-image img{
		height:765px;
		object-fit:cover;
	}
	.page-id-1253 .image-row-4k .short-image img{
		height:540px;
		object-fit:cover;
	}
	.sub-heading-20 .btn-holder a{
		line-height:20px !important;
	}
	.column-width-100 .et_pb_column{
		width:100% !important;
		margin:0 !important;
	}
	.background-change:before{
		        background: linear-gradient(90deg, rgba(28, 25, 52, 0) 32.5%, #1C1934 84.79%), linear-gradient(90deg, rgba(28, 25, 52, 0) -0.3%, rgba(28, 25, 52, 0.8) 0.1%) !important;
	}
	.text-link-wrap a.text-link{
		font-size:25px !important;
	}
.text-link-wrap a.text-link {
        font-size: 20px !important;
    }
		.page-id-1253 .grey-bg:before{
		height:640px;
	}
}
@media(max-width:991px){
	.text-link-wrap a.text-link:after{
	height:35px !important;
}
	.tab-menu-adjustments .et_mobile_menu{
		max-width:100% !important;
	}
	.tab-menu-adjustments .et_pb_menu_0_tb_header.et_pb_menu ul li.current-menu-parent>a{
		color:#c89953 !important;
	}
	.tab-menu-adjustments .et_pb_menu_0_tb_header.et_pb_menu ul li.menu-item-has-children.submenu-open>.sub-menu{
		width:100% !important;
	}
	.tab-menu-adjustments .et_pb_menu_0_tb_header.et_pb_menu ul li.submenu-open>a{
		border-bottom:2px solid #f1f1f1;
	}
	.tab-menu-adjustments .et_pb_menu_0_tb_header.et_pb_menu ul li.submenu-open>.sub-manu-trigger{
		border-bottom:2px solid #f1f1f1;
	}
	.tab-menu-adjustments .et_pb_menu__wrap .mobile_menu_bar{
		height:40px !important;
	}
	.tab-menu-adjustments .et_pb_menu__wrap .mobile_menu_bar:before{
		content:'\61';
		line-height: 1;
		-webkit-font-smoothing: antialiased;
		font-family: ETmodules !important;
		position:absolute;
		color:#fff !important;
		top:0;
		left:0;
		height:100%;
		width:100%;
		font-size:40px !important;
	}
	.et_pb_menu_0_tb_header.et_pb_menu ul li.current-menu-item>ul>li>a{
		color: #1c1d3f !important;
	}
	.one-coulmn{
		display:flex;
		flex-wrap:wrap;
	}
	.one-coulmn .et_pb_column{
		width:calc(100%  / 3);
		margin:0 !important;
	}
	.menu-list ul li:nth-child(2),
	.menu-list ul li:nth-child(4){
		padding-right:0;
		margin-right:0;
		border-right:none;
	}
	.menu-list ul li:nth-child(3){
		padding-right:15px;
		margin-right:15px;
		border-right:1px solid #1C1C3D;
	}
	.footer-menu .et_mobile_nav_menu{
		display:none;
	}
	.footer-menu .et_pb_menu__menu{
		display:block !important;
	}
	.et_pb_column.et_pb_column_1_4.et_pb_column_2_tb_footer.col-2.et_pb_css_mix_blend_mode_passthrough.et_pb_column--with-menu{
		width: 18% !important;
	}
	.et_pb_column.et_pb_column_1_4.et_pb_column_3_tb_footer.col-4.et_pb_css_mix_blend_mode_passthrough.et-last-child{
		width:76%;
	}
	.about-contact-form{
		width:100%;
	}
	.service-form-section {
        padding-bottom: 50px !important;
    }
	.page-id-32 #gform_5 .gform-footer, 
	.page-id-27 #gform_5 .gform-footer,
	.page-id-36 #gform_5 .gform-footer, 
	.page-id-1255  #gform_5 .gform-footer,
	.page-id-1253 #gform_5 .gform-footer,
	.page-id-1257 #gform_5 .gform-footer,
	.page-id-1260 #gform_5 .gform-footer{
        bottom: 84px !important;
    }
	.page-id-32 .gform_validation_error #gform_5 .gform-footer, 
	.page-id-27 .gform_validation_error #gform_5 .gform-footer,
	.page-id-36 .gform_validation_error #gform_5 .gform-footer, 
	.page-id-1255 .gform_validation_error #gform_5 .gform-footer,
	.page-id-1253 .gform_validation_error #gform_5 .gform-footer,
	.page-id-1257 .gform_validation_error #gform_5 .gform-footer,
	.page-id-1260 .gform_validation_error #gform_5 .gform-footer{
        bottom: 115px !important;
    }
	.pl-0{
		padding-left:5% !important;
	}
	.blog-listing-page .et_pb_post .entry-featured-image-url {
        height: 195px !important;
    }
	.design-build-heading h2 br{
		display:none;
	}
	.page-id-1253 .image-row-4k,
	.page-id-1255 .image-row-4k,
	.page-id-1257 .image-row-4k{
		max-width:100% !important;
	}
	.page-id-1253 .image-row-4k .long-image img,
	.page-id-1253 .image-row-4k .short-image img,
	.page-id-1255 .image-row-4k .long-image img,
	.page-id-1257 .image-row-4k .long-image img{
		height:auto;
	}
	.text-link-wrap a.text-link {
        font-size: 17px !important;
    }
	.page-id-1257 .about-contact-form{
		width:100% !important;
		right:0 !important;
	}
	.width-50.et_pb_row{
		max-width:100% !important;
	}
	.popup-left{
		width:100% !important;
	}
	.video-thumb {
        height: 195px;
	}
	.popup-content,
	.site-info-active .popup-content{
		max-width:80%;
	}
	.channel-info-cont .info-holder{
		padding:48.5px;
	}
	.popup-content {
        height: calc(100vh - 150px);
    }
	.site-info-active .popup-content{
		height:auto;
	}
	.channel-info-cont img{
		height:200px;
		margin:0 auto;
	}
		.channel-info-cont{
	width:100%;	
	}
	.channel-info-cont .image-holder{
		background:#333a96;
	}
	#video-popup .channel-info-cont .image-holder img{
		height:auto;
	}
	#video-popup .channel-info-cont .image-holder,
	#video-popup .channel-info-cont .info-holder{
		width:calc(50% - 20px);
	}
	.blog .post-meta {
        top: 230px;
    }
	.blog .custom-share-menu {
        top: 226px;
    }
.iframe-overlay{
		padding:25px;
	}
	.popup-left,
	.popup-left iframe{
		height:480px !important;
	}
	.popup-right{
		height:auto !important;
	}
	.iframe-overlay .overlay-inner h2{
		font-size:18px;
		line-height:24px;
		padding:0 !important;
	}
	.popup-close .close-icon:after{
		font-size:30px;
	}
	    .video-thumb {
        height: 170px;
    }
	#video-popup .popup-content{
		height:100vh;
		overflow:auto;
		background:#fff;
		padding-top:46px;
	}
/* 	.site-info-active .popup-content{
		height:calc(100vh - 40px);
		
	} */

	.channel-info-cont img{
		height:200px;
		margin:0 auto;
	}
	.channel-info-cont .info-holder{
		width:100%;
		padding:30px;
	}
	    #video-popup .info-wrap {
        height: calc(100vh - 70px);
        margin-top: 40px;
    }
	#video-popup .popup-content .info-and-sharing-options{
		width:100%;
		background:#fff;
		padding:10px;
		top:0;
		left:0;
		position:fixed;
	}
	.info-trigger span:before,
	.share-trigger{
		color:#1c1934;
	}
	.info-trigger{
		border-color:#1c1934;
	}
	#video-popup .popup-close .close-icon:after{
		color:#1c1934;
		
	}
	#video-popup .popup-close{
		z-index:9999999;
		top:8px;
		position:fixed;
	}
	.popup-slide .slide-inner{
		max-width:100%;
	}
	.popup-right{
		height:auto !important;
		background:#fff;
		margin-top:0;
		padding:25px 20px 25px 20px;
	}
	.popup-right h2{
		font-size:16px;
		font-weight:500 !important;
		color:#1c1934;
		line-height:24px;
		-webkit-box-orient: vertical;
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 2;
	}
	.popup-right h2,
	.popup-right p.duration-author,
	.popup-right .popup-desc p,
	.popup-right .popup-desc pre{
		color:#1c1934
	}
	.popup-thumbs-slider {
        display: block !important;
    }
	.popup-thumbs-slider:before{
		content:"More on this channel";
		position:absolute;
		width:calc(100% - 40px);
		left:20px;
		top:-35px;
		border-bottom:1px solid #1c1934;
		color:#1c1934;
		font-size:14px;
	}
	.inner-wrap {
		position: static;
		display:flex;
		flex-wrap:wrap;
		align-items:center;
		padding:0 20px;
		margin:20px 0;
	}
	.inner-wrap img{
		width:40%;
	}
	.inner-wrap .hover-texts{
		position:static;
		width:60%;
		display:block;
		opacity:1;
		background:transparent;
		padding:0 0 0 20px;
	}
	.inner-wrap .hover-texts h3{
		-webkit-box-orient: vertical;
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 2;
		padding-bottom:0;
		margin:0;
		color:#1c1934;
		font-size:15px;
		font-weight:500 !important;
		
	}
	.inner-wrap .hover-texts .play-icon,
	.inner-wrap .hover-texts .duration-hover{
		display:none;
	}
	.popup-right p.duration-author{
		margin:5px 0;
	}
	.popup-desc{
		height:100px;
		overflow:hidden;
	}
	.popup-right .popup-desc p,
	.popup-right .popup-desc pre{
		font-size:14px;
		line-height:20px;
	}
	.toggle-link{
		padding:5px 20px;
		background:#1c1934;
		color:#fff;
		font-size:14px;
		text-transform:uppercase;
		border:1px solid #1c1934;
		margin-top:20px;
		display:inline-block;
	}
	.toggle-link:hover{
		    background: transparent;
    color: #c89953;
	}
	.popup-main-slider{
		margin-bottom:0 !important;
	}
	.popup-thumbs-slider{
		margin-top:30px;
	}
	#video-popup .channel-info-cont .info-holder h2,
	#video-popup .channel-info-cont .info-holder p{
		color:#1c1934;
	}
	.right-img .et_pb_image_wrap,
	.right-img img{
		width:100% !important;
		display:block;
	}
}
@media(max-width:767px){
	.banner-sec h1 {
        font-size: 40px !important;
        line-height: 40px !important;
    }
/* 	.custom-row img{
		height:135px !important;
	} */
	.projects-listing-wrap .portfolio-list .portfolio-thumb{
		height:185px;
	}
	.projects-listing-wrap .portfolio-list .portfolio-meta h3{
		font-size:16px;
		line-height:24px;
	}
	.font-48 h2 {
        font-size: 30px !important;
        line-height: 35px !important;
    }
	.cta-section .et_pb_text_inner a{
		margin-top:20px;
	}
	.list-with-icon ul li:before{
		top:7px !important;
	}
	.updated-contact-form .gform_footer{
		margin-top:0 !important
	}
	.updated-contact-form .gform_fields{
		display:block;
	}
	.updated-contact-form .gform_fields .gfield{
		margin-bottom:20px !important;
	}
	.custom-contact-btn.et_pb_button:after{
		margin-top:5px !important;
	}
	.updated-join-our-team{
		padding:20px !important;
		margin-top:20px;
	}
	.consent-custom .ginput_container_consent{
		margin-top:0;
	}
	.blog-listing-page .et_pb_post .entry-featured-image-url, .blog-item-list .et_pb_post .entry-featured-image-url{
		height: auto !important;
	}
	
	#download-form {
        padding: 50px 20px !important;
    }
	.object-cover img{
		object-fit:cover;
	}
	.code-block-position{
		left:50% !important;
		transform:translatex(-50%);
	}
	.page-id-1257 .form-section,
	.page-id-1257 .form-section.space-btm {
        padding-bottom: 50px !important;
    }
	.footer-menu .et_pb_menu__wrap{
		justify-content:flex-start !important;
	}
	#video-popup .popup-content{
		padding:46px 0 0 0;
	}
	.iframe-overlay{
		padding:25px;
	}
	.popup-left,
	.popup-left iframe{
		height:360px !important;
	}
	.popup-right{
		height:auto !important;
	}
	.iframe-overlay .overlay-inner h2{
		font-size:18px;
		line-height:24px;
		padding:0 !important;
	}
	.popup-close .close-icon:after{
		font-size:30px;
	}
	    .video-thumb {
        height: 170px;
    }
	#video-popup .popup-content{
		height:100vh;
		overflow:auto;
		background:#fff;
	}
	.channel-info-cont img{
		height:200px;
		margin:0 auto;
	}
	.channel-info-cont .info-holder{
		width:100%;
		padding:30px;
	}
	    #video-popup .info-wrap {
        height: calc(100vh - 70px);
        margin-top: 40px;
    }
	#video-popup .popup-content .info-and-sharing-options{
		width:100%;
		background:#fff;
		padding:10px;
		top:0;
		left:0;
		position:fixed;
	}
	.info-trigger span:before,
	.share-trigger{
		color:#1c1934;
	}
	.info-trigger{
		border-color:#1c1934;
	}
	#video-popup .popup-close .close-icon:after{
		color:#1c1934;
		
	}
	#video-popup .popup-close{
		z-index:9999999;
		top:8px;
		position:fixed;
	}
	.popup-slide .slide-inner{
		max-width:100%;
	}
	.popup-right{
		height:auto !important;
		background:#fff;
		margin-top:0;
		padding:25px 20px 25px 20px;
	}
	.popup-right h2{
		font-size:16px;
		font-weight:500 !important;
		color:#1c1934;
		line-height:24px;
		-webkit-box-orient: vertical;
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 2;
	}
	.popup-right h2,
	.popup-right p.duration-author,
	.popup-right .popup-desc p,
	.popup-right .popup-desc pre{
		color:#1c1934
	}
	.popup-thumbs-slider {
        display: block !important;
    }
	.popup-thumbs-slider:before{
		content:"More on this channel";
		position:absolute;
		width:calc(100% - 40px);
		left:20px;
		top:-35px;
		border-bottom:1px solid #1c1934;
		color:#1c1934;
		font-size:14px;
	}
	.inner-wrap img{
		width:40%;
	}
	.inner-wrap .hover-texts{
		position:static;
		width:60%;
		display:block;
		opacity:1;
		background:transparent;
		padding:0 0 0 20px;
	}
	.inner-wrap .hover-texts h3{
		-webkit-box-orient: vertical;
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 2;
		padding-bottom:0;
		margin:0;
		color:#1c1934;
		font-size:15px;
		font-weight:500 !important;
		
	}
	.inner-wrap .hover-texts .play-icon,
	.inner-wrap .hover-texts .duration-hover{
		display:none;
	}
	.popup-right p.duration-author{
		margin:5px 0;
	}
	.popup-desc{
		height:100px;
		overflow:hidden;
	}
	.popup-right .popup-desc p,
	.popup-right .popup-desc pre{
		font-size:14px;
		line-height:20px;
	}
	.toggle-link{
		padding:5px 20px;
		background:#1c1934;
		color:#fff;
		font-size:14px;
		text-transform:uppercase;
		border:1px solid #1c1934;
		margin-top:20px;
		display:inline-block;
	}
	.toggle-link:hover{
		    background-color: #c89953;
    border-color: #c89953;
	}
	.popup-main-slider{
		margin-bottom:0 !important;
	}
	.popup-thumbs-slider{
		margin-top:30px;
	}
	#video-popup .channel-info-cont .info-holder h2,
	#video-popup .channel-info-cont .info-holder p{
		color:#1c1934;
	}

}
@media(max-width:575px){
	    .obj-cover-img {
        padding-top: 0 !important;
    }
	.banner-sec h1 {
        font-size: 30px !important;
        line-height: 35px !important;
    }
	.one-coulmn .et_pb_column:not(:last-child){
		margin-bottom:25px !important;
	}
	.row-gallery.one-coulmn .et_pb_column{
		width:100% !important;
	}
	.row-gallery.one-coulmn .et_pb_column:not(:last-child){
		margin-bottom:5px !important;
	}
	.custom-row img{
		height:auto !important;
		padding:0;
	}
	.list-logo{
		display:block;
		text-align:center;
	}
	.list-logo li:not(:last-child){
		margin-bottom:15px;
	}
	.list-text-item ul{
		padding-bottom:0 !important;
	}
	    .row-img {
        min-height: 500px;
    }
	    .full-project {
        margin-top: 200px;
    }
	.et_pb_social_media_follow_0 li a.icon{
		width:32px !important;
		height:32px !important;
	}
	.projects-listing-wrap .portfolio-list .portfolio-item{
		width:100%;
	}
	.menu-list ul{
		justify-content:center;
	}
	.menu-list ul li{
		margin:0 !important;
		padding:0 !important;
		border:none !important;
		width:100%;
		text-align:center;
	}
	.page-id-32 #gform_5 .gform-footer,
	.page-id-27 #gform_5 .gform-footer,
	.page-id-36 #gform_5 .gform-footer, 
	.page-id-1255 #gform_5 .gform-footer,
	.page-id-1253 #gform_5 .gform-footer,
	.page-id-1257 #gform_5 .gform-footer,
	.page-id-1260 #gform_5 .gform-footer{
        bottom: 125px !important;
    }
	.page-id-32 .gform_validation_error #gform_5 .gform-footer,
	.page-id-27 .gform_validation_error #gform_5 .gform-footer,
	.page-id-36 .gform_validation_error #gform_5 .gform-footer, 
	.page-id-1255 .gform_validation_error #gform_5 .gform-footer,
	.page-id-1253 .gform_validation_error #gform_5 .gform-footer,
	.page-id-1257 .gform_validation_error #gform_5 .gform-footer,
	.page-id-1260 .gform_validation_error #gform_5 .gform-footer{
        bottom: 156px !important;
    }
	.et_pb_column.et_pb_column_1_4.et_pb_column_2_tb_footer.col-2.et_pb_css_mix_blend_mode_passthrough.et_pb_column--with-menu {
        width: 100% !important;
    }
	.et_pb_social_media_follow li a{
		margin-right:0 !important;
	}
	.br-none br{
		display:none;
	}
	.pl-0{
		padding-left:20px !important;
	}
	.text-link-wrap a.text-link.after{
		padding-right:40px;
	}
	.text-link-wrap a.text-link.after:after{
		position:absolute;
		top:50%;
		right:0;
		transform:translatey(-50%);
		height:36px;
		width:36px;
		margin:0;
	}
	.popup-left {
        width: 100% !important;
    }
	.popup-left iframe {
        height: 170px !important;
    }
	.video-thumb{
		height:auto;
	}
	.video-item {
        width: 100%;
    }
	.text-link-wrap a.text-link{
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 2;
		display: -webkit-box;
		overflow: hidden;
	}
	.popup-content{
		padding:25px;
	}
	.channel-info-cont img{
		width:100%;
		height:auto;
	}
	.info-and-sharing-options{
		left:10px;
	}
	#video-popup .channel-info-cont{
		display:block;
		height:auto;
	}
	#video-popup .info-wrap{
		display:flex;
		flex-wrap:wrap;
		align-items:center;
		justify-content:center;
	}
	#video-popup .channel-info-cont .image-holder{
		height:300px;
		margin-bottom:25px;
	}
	#video-popup .channel-info-cont .image-holder,
	#video-popup .channel-info-cont .info-holder{
		width:100%;
		text-align:center;
	}
	.popup-left, .popup-left iframe {
        height: 215px !important;
    }
}
@media(max-width:400px){
	.page-id-32 #gform_5 .gform-footer,
	.page-id-27 #gform_5 .gform-footer,
	.page-id-36 #gform_5 .gform-footer, 
	.page-id-1255 #gform_5 .gform-footer,
	.page-id-1253 #gform_5 .gform-footer,
	.page-id-1257 #gform_5 .gform-footer,
	.page-id-1260 #gform_5 .gform-footer{
        bottom: 147px !important;
    }
	.page-id-32 .gform_validation_error #gform_5 .gform-footer,
	.page-id-27 .gform_validation_error #gform_5 .gform-footer,
	.page-id-36 .gform_validation_error #gform_5 .gform-footer, 
	.page-id-1255 .gform_validation_error #gform_5 .gform-footer,
	.page-id-1253 .gform_validation_error #gform_5 .gform-footer,
	.page-id-1257 .gform_validation_error #gform_5 .gform-footer,
	.page-id-1260 .gform_validation_error #gform_5 .gform-footer{
        bottom: 178px !important;
    }
}
@media(max-width:360px){
	#gform_5 .gform-footer {
        bottom: 140px;
    }
	.gform_validation_error #gform_5 .gform-footer {
        bottom: 172px;
    }
	.page-id-32 #gform_5 .gform-footer,
	.page-id-27 #gform_5 .gform-footer,
	.page-id-36 #gform_5 .gform-footer, 
	.page-id-1255 #gform_5 .gform-footer,
	.page-id-1253 #gform_5 .gform-footer,
	.page-id-1257 #gform_5 .gform-footer,
	.page-id-1260 #gform_5 .gform-footer{
        bottom: 165px !important;
    }
	.page-id-32 .gform_validation_error #gform_5 .gform-footer,
	.page-id-27 .gform_validation_error #gform_5 .gform-footer,
	.page-id-36 .gform_validation_error #gform_5 .gform-footer, 
	.page-id-1255 .gform_validation_error #gform_5 .gform-footer,
	.page-id-1253 .gform_validation_error #gform_5 .gform-footer,
	.page-id-1257 .gform_validation_error #gform_5 .gform-footer,
	.page-id-1260 .gform_validation_error #gform_5 .gform-footer{
        bottom: 196px !important;
    }
	.image-height-on-mobile img{
		height:960px !important;
	}
}
@media(max-width:320px){
	#gform_5 .gform-footer {
        bottom: 158px;
    }
	.gform_validation_error #gform_5 .gform-footer {
        bottom: 190px;
    }
	.page-id-32 #gform_5 .gform-footer,
	.page-id-27 #gform_5 .gform-footer,
	.page-id-36 #gform_5 .gform-footer, 
	.page-id-1255 #gform_5 .gform-footer,
	.page-id-1253 #gform_5 .gform-footer,
	.page-id-1257 #gform_5 .gform-footer,
	.page-id-1260 #gform_5 .gform-footer{
        bottom: 185px !important;
    }
	.page-id-32 .gform_validation_error #gform_5 .gform-footer,
	.page-id-27 .gform_validation_error #gform_5 .gform-footer,
	.page-id-36 .gform_validation_error #gform_5 .gform-footer, 
	.page-id-1255 .gform_validation_error #gform_5 .gform-footer,
	.page-id-1253 .gform_validation_error #gform_5 .gform-footer,
	.page-id-1257 .gform_validation_error #gform_5 .gform-footer,
	.page-id-1260 .gform_validation_error #gform_5 .gform-footer{
        bottom: 216px !important;
    }
}

/* blog slider*/
 .multi-slider-container {
    position: relative;
    max-width: 100%;
    margin: 20px auto;
    overflow: hidden;
  }
  .multi-slider-wrapper {
    display: flex;
    transition: transform 0.5s ease-in-out;
  }
  .multi-slide {
    flex: 0 0 calc(100% / 3.5); /* 3.5 images visible */
    padding: 5px;
    box-sizing: border-box;
  }
  .multi-slide img {
    width: 100%;
    height: 450px;          /* 🔹 fixed equal height */
    object-fit: cover;      /* 🔹 crops to keep ratio */
 
    display: block;
  }
  /* Arrows */
  .multi-slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 24px;
    background:transparent;
    color: white;
    border: none;
    cursor: pointer;
    border-radius: 50%;
    padding: 8px 12px;
    z-index: 5;
  }

  .multi-slider-btn.prev { left: 10px; }
  .multi-slider-btn.next { right: 10px; }


/* blog slider end*/


.banner_img_row {
	max-width: 100% !important;
	width: 100%;
	margin: 0 !important;
}

.banner_img_row .et_pb_image .et_pb_image_wrap {
	width: 100%;
	height: 100%;
}

.banner_img_row .et_pb_image .et_pb_image_wrap img {
	width: 100%;
}

.list_container,
.tab_lists--container,
.cunstom_container {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding-left: 15px;
	padding-right: 15px;
}

.portfolio_tabLists--section {
	background-color: #F2F2F2;
	padding: 40px 0;
	margin-bottom: 60px;
}

.single-portfolio .portfolio_tabLists--section {
	margin-bottom: 0;
}

.tab_lists {
	margin: 0;
	padding: 0 !important;
	display: flex;
	align-items: center;
	justify-content: center;
}

.tab_lists>li {
	text-align: center;
	border-right: 1px solid #1C1934;
	list-style: none;
	padding: 0 3px;

}

.tab_lists>li:last-child {
	border: none;
}

.tabButton {
	position: relative;
}

.tabButton label {
	position: relative;
	text-align: center;
	padding: 10px 25px;
	text-transform: uppercase;
	cursor: pointer;
	font-size: 18px;
	line-height: 30px;
	font-weight: 600;
	width: 100%;
	display: block;
}

li:last-child .tabButton label {
	border-right: none;
}

.tabButton input[type="radio"] {
	opacity: 0;
	visibility: hidden;
	position: absolute;
	z-index: -1;
}

.tabButton label {
	cursor: pointer;
}

.tabButton input[type="radio"]:checked~label {
	background: #1C1934;
	color: #fff;
}

.portfolio_tabLists .et_pb_row {
	max-width: 100% !important;
}

.tab-lists-mob {
	display: none;
}

select.hotelList--select {
	min-width: 260px;
	margin: 0 auto;
	display: block;
	border-radius: 30px;
	text-transform: capitalize;
	padding: 10px 17px !important;
	border: 0 !important;
	font-weight: 600;
	font-size: 16px;
	line-height: 1.5em;
	background-color: #132644;
	background-position: right 47px center !important;
	background-size: 20px 12px !important;
	color: #fff !important;
}

select.hotelList--select option {
	background: #fff;
	color: #333;
}

.list_container .list-project {
	overflow: hidden;
}

.list_container .list-project ul {
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
	display: grid;
}

.list_container .list-project ul li {
	width: 100%;
	max-width: 100%;
	padding: 0;
	margin: 0;
}


.return-btn {
	line-height: 39px !important;
}

.return-btn.et_pb_button:before {
	content: '';
	background: url(/wp-content/uploads/2025/08/right-caret-icon.svg) no-repeat;
	width: 36px;
	height: 50px;
	margin-left: -60px !important;
	margin-top: -5px;
	transform: rotate(180deg);
}

.ba-fullscreen-btn {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 100;
	padding: 0;
	background: transparent;
	font-size: 30px;
	text-shadow: 0 0 5px rgba(0, 0, 0, .8);
	color: #fff;
	border: none;
	cursor: pointer;
	font-weight: 700;
	border-radius: 0;
}

.custom-gallery.fg-border-thin .fg-item-inner {
	border-width: 1px !important;
}

.custom-gallery.fg-border-thin .fg-item-inner .fg-thumb:before {
	background-color: rgb(0 0 0 / 20%);
	color: #fff;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 8;
	opacity: 1;
	content: '';
}

.custom-gallery.fg-masonry.fg-captions-bottom .fg-item-inner .fg-caption {
	visibility: visible;
	opacity: 1;
	font-size: 18px;
	position: absolute;
	display: block;
	top: auto;
	bottom: 0;
	left: auto;
	right: auto;
	width: auto;
	height: auto;
	text-align: right;
	width: 100%;
	padding: 0 10px;
	border: 0;
	color: #fff;
}

.custom-gallery.fg-masonry.fg-captions-bottom .fg-item-inner .fg-caption .fg-caption-title {
	color: #fff;
	font-weight: 600;
	text-transform: uppercase;
	font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
	font-size: 18.4px;
}

.project-details {
	height: 258px;
	overflow: hidden;
	box-shadow: 0 10px 15px -4px rgba(0, 0, 0, .10);
}

.project-details .portfolio-img {
	height: 258px;
	overflow: hidden;
	width: 100%;
}

.project-details>a {
	height: 100%;
	display: block;
	position: relative;
}

#portfolio-projects li .portfolio-img-link:hover .portfolio-img img {
	transform: scale(1.05);
}

.project-details>a:before {
	height: 100%;
	position: absolute;
	width: 100%;
	content: '';
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, .30);
	pointer-events: none;
	z-index: 2;
}

.project-details img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s ease-in-out;
}

.rdi-loading {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	padding: 40px 0;
	font-size: 16px;
	color: #333;
}

.project-details .info-project {
	left: 0 !important;
	padding: 0 15px;
	bottom: 15px !important;
	z-index: 4;
}

.info-project h5 {
	text-transform: uppercase;
}

.text-center {
	text-align: center;
}

.hide_category {
	display: none;
}

.portfolio-type {
	padding: 0 !important;
}

.portfolio-type {
	padding: 0 !important;
}

.portfolio-location {
	font-weight: 400 !important;
}

.portfolio-back-btn {
	color: #1c1934 !important;
	border-width: 0px !important;
	border-radius: 0px;
	font-size: 30px;
	font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif !important;
	font-weight: 700 !important;
	padding-right: 0.7em;
	padding-left: 2em;
	display: inline-block;
	background-color: transparent;
	margin-top: 20px;
	position: relative;
	min-height: 60px;
	cursor: pointer;
	transition:all .3s ease-in-out;
}
.portfolio-back-btn:hover,
.portfolio-back-btn:focus{
	color: #c89953 !important;
}

.portfolio-back-btn:before {
	content: '';
	background: url(/wp-content/uploads/2025/08/right-caret-icon.svg) no-repeat;
	width: 36px;
	height: 50px;
	transform: rotate(180deg);
	display: inline-block;
	position: absolute;
	left: 0;
	top: 5px;
}

.portfolio-back-btn:hover {
	background: transparent;
}

/* Spinner */
.rdi-spinner {
	width: 20px;
	height: 20px;
	border: 2px solid #ddd;
	border-top-color: #141431;
	border-radius: 50%;
	animation: rdi-spin 1s linear infinite;
}

@keyframes rdi-spin {
	to {
		transform: rotate(360deg);
	}
}

/* Animated loading text */
.rdi-loading-text {
	font-weight: 500;
	letter-spacing: 1px;
	font-size: 16px;
	color: #000;
}

.rdi-loading-text span {
	animation: rdi-dots 1.5s infinite;
	display: inline-block;
}

.rdi-loading-text span:nth-child(2) {
	animation-delay: 0.3s;
}

.rdi-loading-text span:nth-child(3) {
	animation-delay: 0.6s;
}

@keyframes rdi-dots {

	0%,
	80%,
	100% {
		opacity: 0;
		transform: translateY(0);
	}

	40% {
		opacity: 1;
		transform: translateY(-3px);
	}
}

.single-portfolio-banner {
	height: 528px;
}

.twentytwenty-container img {
	width: 100%;
}

.portfolio-slider-wrap .portfolio-slider img {
	height: 285px;
	overflow: hidden;
}

.portfolio-slider-wrap .portfolio-slider .portfolio-item {
	margin: 0 2px;
}

.portfolio-slider-wrap .portfolio-slider .slick-list {
	margin: 0 -2px;
}

.grid-block-wrap .et_pb_column {
	grid-template-columns: repeat(2, 1fr);
	gap: 30px;
	display: grid;
}

.renovation-text-block h3 {
	margin-bottom: 15px;
}

.remodel-text-block h2 {
	margin-bottom: 15px;
}

.renovation-text-block ul {
	padding: 0;
	list-style: none;
	margin-bottom: 30px;
	margin-top: 15px;
}

.renovation-text-block ul li {
	list-style: none;
	position: relative;
	padding-left: 32px;
}

.renovation-text-block ul li:not(:last-child) {
	padding-bottom: 17px;
}

.renovation-text-block ul li:before {
	position: absolute;
	content: '';
	width: 15px;
	height: 15px;
	background: #C89953;
	border-radius: 50%;
	left: 0;
	top: 5px;
}

.list_container .list-project ul.loading {
	display: flex;
	width: 100%;
}

.list_container .list-project ul.no-projects {
	display: flex;
	width: 100%;
}

.heading-h4 {
	font-size: 20px;
	font-weight: 400 !important;
	color: #555 !important;
}

.heading-h4 u {
	display: inline !important;
}

.heading-inline u{
	display: inline !important;
	font-weight: 600 !important;
    color: #1c1934 !important;
}

#wp-comment-cookies-consent {
	accent-color: #1c1934;
}

.menu-dots {
	background: none;
	border: none;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	gap: 2px;
	padding: 5px;
}

.menu-dots .dot {
	width: 3px;
	height: 3px;
	background: #333;
	border-radius: 50%;
}

.menu-dropdown {
	display: none;
	position: absolute;
	background: #fff;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
	border-radius: 0;
	padding: 8px;
	right: 15px;
	z-index: 999;
	width: 240px;
	font-size: 14px;
}

.menu-dropdown a {
	padding: 5px 12px;
	text-decoration: none;
	color: #111;
	display: flex;
	align-items: center;
	gap: 12px;
}

.menu-dropdown a span {
	align-items: center;
	block-size: 18px;
	display: flex;
	inline-size: 18px;
	justify-content: center;
}

.menu-dropdown.show {
	display: block;
}

.menu-dropdown a:hover svg {
	fill: #c89953 !important;
}

.share-menu-wrapper {
	position: relative;
	display: inline-block;
}

.single-social-share {
	position: absolute;
	top: 25px;
	right: 99px;
	z-index: 99;
}

.share-modal {
	display: none;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
}

.share-modal-content {
	background: #fff;
	margin: 12% auto;
	padding: 30px 20px 20px;
	border-radius: 0;
	width: 450px;
	text-align: center;
}

.share-close-btn {
	position: absolute;
	right: 16px;
	top: 16px;
	font-size: 28px;
	background: none;
	border: none;
	color: #333;
	cursor: pointer;
}

.share-close:hover {
	color: #000;
}

.share-icons {
	margin-top: 10px;
	display: flex;
	justify-content: center;
}

.share-btn-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	color: #fff;
	font-size: 22px;
	margin: 10px;
	text-decoration: none;
	position: relative;
}

.share-btn-icon svg {
	fill: #fff;
}

.share-btn-icon.fb {
	background: #4464a3;
}

.share-btn-icon.tw {
	background: #55acee;
}

.share-btn-icon.ln {
	background: #0077b5;
}

.share-btn-icon.link {
	background: #333;
}

.tooltip {
	visibility: hidden;
	background: #000;
	color: #fff;
	text-align: center;
	border-radius: 4px;
	padding: 4px 8px;
	position: absolute;
	bottom: 50px;
	font-size: 12px;
	left: 50%;
	transform: translateX(-50%);
	opacity: 0;
	transition: opacity 0.3s;
	white-space: nowrap;
}

.tooltip.show {
	visibility: visible;
	opacity: 1;
}
.list-circle{
	list-style-type:circle !important;
}
.postid-2768 .lightbox-trigger {
    margin-bottom:15px;
}
.space-top-20{
	margin-top:20px;
}
.blog-comment-block .comment-form-comment textarea{
	resize:none;
}
.portfolioBanner{
	height:350px;
}
.load-more-wrap {
    padding-top: 35px;
    text-align: center;
}
#load-more {
    position: relative;
    padding-right: 40px;
    transition: all 0.3s ease;
    background: #1C1934;
    border: 0;
    padding: 12px 25px 12px 25px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
	text-transform:uppercase;
	cursor:pointer;
	transition:all 0.2s ease-in-out;
	border:1px solid #1C1934;
}
/* #load-more:hover,
#load-more:focus{
    background:#c89953;
} */
#load-more:hover,
#load-more:focus{
    background:transparent;
	color:#1C1934;
	Border-color:#1C1934;

}

#load-more.loading {
    pointer-events: none;
    background:transparent;
	color:#1C1934;
	Border-color:#1C1934;
	padding-left:45px;
	padding-right:25px;
}

#load-more.loading::before {
    content: "";
    position: absolute;
    left: 15px;
    top: 50%;
    width: 14px;
    height: 14px;
    margin-top: -8px;
    border: 2px solid #1C1934;
    border-top-color: transparent;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0%   { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.review-image-slider .et_pb_slide{
	padding:0 !important;
}
.review-image-slider .et_pb_slider .et_pb_container {
    width: 100%;
    height:auto !important;
}
.review-image-slider .et_pb_slide_image{
    width: 100% !important;
    top: 0 !important;
    bottom: 0 !important;
    margin: 0 !important;
	position:static !important;
}
.review-image-slider .et_pb_slide_image img {
    width: 100%;
    vertical-align: bottom;
    max-height: 100% !important;
    height: auto !important;
	object-fit:cover;
}
.review-image-slider .et_pb_slide_description{
	display:none !important;
}
.list-outside{
	list-style-position:outside !important;
	padding-left:25px !important;
}
.postid-2768 .post-body-cont figure {
    padding-bottom: 0;
}
.list-style-adjust li{
	padding-bottom:10px;
}
.postid-5055 .wp-caption {
    position: relative;
}
.postid-3266 .post-body-cont figure img.wp-image-4824 {
    width: auto;
	max-width:220px;
}
.postid-3266 .position-end{
	position:relative;
	padding-right:250px;
	padding-bottom:20px;
}
.postid-3266 .position-end .img-position{
	position:absolute;
	right:0;
	display:block;
	top:-15px;
}
.postid-5430 .post-body-cont figure {
    margin-bottom: 0;
}
#multiNext,
#multiPrev{
	background-color:rgba(0,0,0,.5);
	width:36px;
	height:36px;
}
#multiNext:hover,
#multiPrev:hover{
	background-color:#1c1934;
}
#multiNext:before{
	    content: "\35";
    font-family: ETmodules !important;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
#multiPrev:before{
	content: "\34";
    font-family: ETmodules !important;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
}
.postid-5646 .lightbox br,
.postid-5646 .lightbox p{
	display:none;
}
.postid-5083 .post-body-cont figure {
    margin-bottom: 0;
}

/* FAQ PAGE CSS */
.faq-item-wrap .et_pb_toggle{
	border:none !important;
}

.faq-item-wrap .et_pb_toggle_title{
	padding:15px 50px 15px 20px;
}
.faq-item-wrap.gray .et_pb_toggle_title{
	background:#fff !important
}
.faq-item-wrap .et_pb_accordion_item .et_pb_toggle_title:before{
	font-weight: 700 !important;
	right:15px;
}
.faq-item-wrap .et_pb_accordion_item:not(:last-child){
	margin-bottom: 15px !important;
}
.faq-item-wrap .et_pb_toggle_content{
	padding:20px;
	background:#fff;
}
.faq-item-wrap.gray .et_pb_toggle_content{
	background:#fff;
}
.faq-item-wrap .et_pb_accordion_item.et_pb_toggle_open .et_pb_toggle_title:before{
	content:'';
	display:block !important;
	font-weight: 700 !important;
	right:15px;
	font-size: 20px;
    color: #1c1934;
    font-family: ETmodules !important;
    content: "\4b" !important;
}
.faq-item-wrap.blue .et_pb_accordion_item .et_pb_toggle_content{
	background: #fff;
	color:#1c1934 !important;
}
.faq-item-wrap.blue .et_pb_accordion_item .et_pb_toggle_content p{
	color:#1c1934 !important
}
.faq-item-wrap.blue .et_pb_accordion_item .et_pb_toggle_content a{
	color:#C89953 !important;
	text-decoration:underline;
}
.faq-item-wrap .et_pb_accordion_item .et_pb_toggle_content a{
	text-decoration: underline;
	color:#C89953;
}
.renovation-text-block.mb-0 ul{
	margin-bottom:0;
}

/* Hotel Brand Conversion & Rebranding Services */
.numbered-blurb-row {
  counter-reset: blurb-counter;
}

.has-numbered-blurbs .et_pb_blurb {
  position: relative;
}

.has-numbered-blurbs .et_pb_main_blurb_image {
  display: none;
}

.has-numbered-blurbs .et_pb_blurb_content {
  padding-top: 80px;
}

.has-numbered-blurbs .et_pb_blurb::before {
  counter-increment: blurb-counter;
  content: counter(blurb-counter);
  color: #ffffff;
  border: 2px solid #ffffff;
  background: transparent;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 24px;
  font-weight: bold;
  z-index: 10;
}

@media screen and (max-width: 1199px) {
	.portfolio_tabLists--section {
		padding: 45px 0;
		margin-bottom: 45px;
	}

	.tabButton label {
		font-size: 16px;
	}

	.tab_lists--container {
		padding-left: 15px;
		padding-right: 15px;
	}

	.list_container .list-project ul {
		margin-left: -10px;
		margin-right: -10px;
	}

	.list_container .list-project li {
		-ms-flex: 0 0 33.33%;
		flex: 0 0 100%;
		max-width: 33.33%;
		padding-left: 10px;
		padding-right: 10px;
		margin-bottom: 15px;
	}

	.banner_img_row.et_pb_row {
		max-width: 100% !important;
	}

	.tabButton label {
		padding: 5px 10px;
	}

	.portfolio-hero-caption h1,
	.hero-banner-text h1 {
		font-size: 62px !important;
	}

	#portfolio-projects li {
		margin-bottom: 0;
		width: 100%;
		max-width: 100%;
		padding: 0;
	}

	.list_container .list-project ul {
		margin-left: 0;
		margin-right: 0;
		grid-template-columns: repeat(3, 1fr);
		gap: 30px;
		display: grid;
	}

	.ba-fullscreen-btn {
		display: none !important;
	}

	.design-build-heading h2 {
		font-size: 36px !important;
	}

	.portfolio-slider-wrap .portfolio-slider img {
		height: 200px;
		overflow: hidden;
		object-fit: cover;
	}

	.single-social-share {
		top: 20px;
		right: 25px;
	}
	.page-id-7151 .image-row-4k {
        max-width: 50% !important;
    }
}
@media(max-width:1080px){
	.faq-item-wrap .et_pb_toggle_title{
		font-size:18px !important;
		line-height: 20px !important;
	}
	.heading-40 h2{
		font-size:40px !important;
		line-height: 40px !important;
	}
}
@media screen and (max-width: 992px) {
	.portfolio_tabLists--section {
		padding: 25px 0;
	}

	.tabButton label {
		font-size: 14px;
		line-height: 20px;
	}

	.tab_lists {
		display: none;
	}

	.tab-lists-mob {
		display: block;
	}

	.bannerBottom .et_pb_column {
		max-width: 33.33%;
		margin: 0;
	}

	.portfolio-hero-caption h1,
	.hero-banner-text h1 {
		font-size: 42px !important;
		line-height: 1.2 !important;
	}

	.list_container .list-project ul {
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}

	.portfolio_tabLists--section {
		padding: 30px 0;
		margin-bottom: 35px;
	}

	.portfolioList--select,
	.portfolioListSingle--select {
		max-width: 285px;
		margin: 0 auto;
		border-radius: 40px !important;
		text-transform: capitalize;
		padding: 10px 40px !important;
		border: 0 !important;
		font-weight: 600;
		font-size: 20px;
		line-height: 1.5em;
		background-color: #1c1934 !important;
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='13' viewBox='0 0 21 13' fill='none'%3E%3Cpath d='M9.82812 11.7969C10.25 12.2656 10.9531 12.2656 11.375 11.7969L20.4219 2.79688C20.8438 2.375 20.8438 1.67188 20.4219 1.25C19.9531 0.78125 19.25 0.78125 18.8281 1.25L10.625 9.45312L2.42188 1.20312C1.95312 0.78125 1.25 0.78125 0.828125 1.20312C0.359375 1.67188 0.359375 2.375 0.828125 2.79688L9.82812 11.7969Z' fill='white'/%3E%3C/svg%3E") !important;
		background-position: right 30px center !important;
		background-size: 20px 12px !important;
		background-repeat: no-repeat;
		color: #c89953 !important;
		-webkit-appearance: none;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

	.tab-lists-mob {
		text-align: center;
	}

	.single-portfolio-banner {
		height: 400px;
	}

	.portfolio-back-btn {
		font-size: 22px;
		min-height: 40px;
		cursor: pointer;
	}

	.portfolio-back-btn:before {
		width: 26px;
		height: 40px;
		top: -2px;
		background-size: 100%;
	}

	.custom-gallery.fg-masonry.fg-captions-bottom .fg-item-inner .fg-caption .fg-caption-title {
		font-size: 16px;
	}
	.page-id-7151 .image-row-4k {
        max-width: 100% !important;
    }
}

@media screen and (max-width: 767px) {
	.list_container .list-project li {
		-ms-flex: 0 0 50%;
		flex: 0 0 100%;
		max-width: 50%;
	}

	.list_container .info-project h5 {
		font-size: 18px;
	}

	.portfolio-hero-caption h1,
	.hero-banner-text h1 {
		font-size: 30px !important;
	}

	.single-portfolio-banner {
		height: 300px;
	}

	.single-portfolio-banner img {
		min-height: 300px;
	}

	.design-build-heading h2 {
		font-size: 26px !important;
	}

	.grid-block-wrap .et_pb_column {
		grid-template-columns: repeat(1, 1fr);
		gap: 20px;
	}

	.portfolio-hero-caption h1 {
		font-size: 30px !important;
	}

	.single-social-share {
		top: 20px;
		right: 15px;
	}

	.share-modal-content {
		width: 92%;
		padding: 20px;
		margin-top: 100px;
	}
	.review-image-slider.et_pb_slider:hover .et-pb-arrow-prev {
		left:22px !important;
	}
	.review-image-slider.et_pb_slider:hover .et-pb-arrow-next {
		right: 22px !important;
	}
	.portfolioBanner{
		height:300px;
	}
	.postid-3266 .position-end {
		position: relative;
		padding-right: 0;
		padding-bottom: 0;
	}
	.postid-3266 .position-end .img-position {
		position: static;
		display: inline-block;
	}
	.postid-3266 .post-body-cont figure img.wp-image-4824 {
		width: auto;
		max-width: 100%;
	}
	.heading-40 h2{
		font-size:30px !important;
		line-height: 30px !important;
	}
}

@media screen and (max-width: 767px) and (min-width: 640px) {
	.bannerBottom .stat-number {
		font-size: 30px;
		margin-bottom: 8px;
	}
}

@media screen and (max-width: 640px) {
	.list_container .list-project li {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.bannerBottom .et_pb_column {
		max-width: 100%;
		margin-bottom: 30px;
	}

	.bannerBottom .et_pb_column:last-child {
		margin-bottom: 0;
	}
}

@media (max-width: 575px) {
	.list_container .list-project ul {
		grid-template-columns: repeat(1, 1fr);
	}

	.portfolio-back-btn {
		font-size: 20px;
		margin: 0;
	}

	.portfolio-back-btn:before {
		width: 22px;
		height: 36px;
		top: 0;
		background-size: 100%;
	}

}



/*Upload field fix*/
.gform-theme--framework .gfield:where(.gfield--type-fileupload,.gfield--input-type-fileupload) .gform_drop_area { background-color:#323048;color:#fff!important; }
.gform-theme--framework .field_description_below .gfield_description:where(:not(.gfield_creditcard_warning_message):not(.field_validation_above .gfield_validation_message):not(.ginput_counter_tinymce):not(.gfield_choice_limit_message)) { color:#fff!important; }
.gform-theme--framework input[type=file]:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) { background-color:#333048;color:#fff; }