*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
body {
    font-family: 'Roboto';
}
html{scroll-behavior: smooth;}
.wid-100 {
    width: 100%;
    float: left;
}
#formLoaderOverlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
  }
  
  .loader-backdrop {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5); /* semi-transparent black */
  }
  
  .loader-container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
  }
  
  .loader-container img {
	width: 60px;
	height: 60px;
  }
  
img {
    max-width: 100%;
}
.container {
    max-width: 1480px;
    margin: 0 auto;
    padding: 0 30px;
}
.logo img {
    max-width: 244px;
}
.header-innr {
	display: inline-flex;
	justify-content: space-between;
    padding: 24px 100px;
	align-items: center;
}
ul li {
    list-style: none;
}
.qote-btn a,
.explr-btn a,
.our-proud-btn a,
.banner-cntnt a,
.contact-form-main input[type='submit'] {
	background-color: #000;
	color: #fff;
	padding: 19.5px 42px;
	display: inline-block;
	text-decoration: unset;
    border-image: linear-gradient(90deg, rgba(51,153,153,1) 0%, rgba(255,153,0,1) 100%)1;
    border-width: 2px;
    border-style: solid;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	position: relative;
	cursor: pointer;
}
.explr-btn a {
	padding-right: 51px;
}
.contact-form-main input[type='submit'] {
	font-family: 'Roboto';
}
.explr-btn a svg {
	position: absolute;
	right: 13px;
}
.explr-btn {
	margin-top: 30px;
}
.banner-cntnt a {
    background-color: #fff;
    text-transform: uppercase;
    margin-top: 50px;
}
.banner-cntnt a span {
    background: -webkit-linear-gradient(180deg, rgba(255,153,0,1) 0%, rgba(51,153,153,1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.main-menu ul {
	display: inline-flex;
	align-items: center;
}

.togl-btn a {
	font-size: 25px;
	text-transform: uppercase;
	text-decoration: unset;
	font-weight: 600;
	color: #339999;
	display: inline-flex;
	align-items: center;
}
.banner {	
    position: relative;
    overflow: hidden;
}
.main-banner {
    padding: 140px 0;
    background: rgb(3,74,74);
    background: linear-gradient(90deg, rgba(3,74,74,1) 36%, rgba(3,74,74,0) 100%);
    position: relative;
}
.hero-bg-imgss img {
	max-width: 380px;
}
.banner-cntnt span {
	font-size: 30px;
	color: #fff;
	font-weight: 500;
}
.banner-cntnt h1 {
	font-size: 70px;
	font-weight: 600;
	color: #fff;
	padding: 10px 0;
}
.hero-bg-imgss {
	/* grid-column-gap: 12px;
	grid-row-gap: 12px; */
	flex-direction: row;
	justify-content: flex-start;
	width: 60%;
	display: flex;
	position: absolute;
	top: 0%;
	bottom: auto;
	left: auto;
	right: 7%;
	transform: rotate(15deg);
}
.hero-bg-imgss1,
.hero-bg-imgss2,
.hero-bg-imgss3 {
	grid-column-gap: 12px;
	grid-row-gap: 12px;
	flex-direction: column;
	flex: none;
	width: 34%;
	display: flex;
	position: relative;
}
.brand-grow-sec {
    background-color: #042A2C;
    padding: 100px 0;
}
.brand-grw-contnt h2,
.innr-agency-sec h2 {
	font-size: 58px;
	color: #fff;
	padding-bottom: 40px;
	font-weight: 600;
}
.innr-agency-sec h2 {
    padding-bottom: 20px;
}
.innr-agency-sec p {
    font-weight: 400;
    font-size: 24px;
}
.innr-agency-sec p.agency-para {
    font-size: 32px;
    font-weight: 600;
}
.brand-grw-contnt p,
.brand-grw-contnt ul li {
	font-size: 20px;
	color: #fff;
	font-weight: 400;
}
.brand-grw-contnt ul li {
    font-size: 24px;
    padding-bottom: 20px;
    position: relative;
    padding-left: 30px;
}
.why-choose-innrr ul li::before,
.brand-grw-contnt ul li::before {
	content: '';
	background: url('./images/check-mark.png') no-repeat center/contain;
	width: 22px;
	height: 22px;
	display: inline-block;
	position: absolute;
	top: 4px;
	left: 0;
}
.brand-grw-contnt ul {
    padding: 40px 0 30px;
}
.wid-100.innr-brand-grw-sec {
	display: inline-grid;
	grid-template-columns: 48.5% 48.5%;
	justify-content: space-between;
}
.brand-grw-img {
    text-align: right;
}
.agency-sec {
	background-color: #002F2F;
	color: #fff;
	text-align: center;
	padding: 100px 0;
}
.short-title {
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 600;
	padding-bottom: 10px;
	display: inline-block;
}
.agency-slider {
	margin-top: 30px;
	overflow: hidden;
}
.agency-slider .main-sliderr.main-sliderr2 {
	animation-direction: reverse;
}
.agency-slider .main-sliderr {	
	animation: scroll 60s linear infinite;
	-webkit-animation: scroll 60s linear infinite;
	display: inline-flex;	
	animation-iteration-count: infinite;
}
.agency-slider .main-sliderr ul {
	display: inline-flex;
}

.agency-slider ul li {
	position: relative;
	display: inline-flex;
	height: 156px;
	width: 300px;
	justify-content: center;
  	align-items: center;
	margin: 15px;
	background: url('./images/overlay.png') no-repeat center/contain;
}
.who-choose {
	background-color: #034A4A;
	color: #fff;
	padding: 100px 0;
}
.innr-why-choose {
	display: inline-block;
	/* display: inline-grid; */
	/* grid-template-columns: 40% 55%; */
	justify-content: space-between;
	position: relative;
}
.why-choose-rght {
	width: 60%;
	float: left;
	padding-left: 5%;
}
.why-choose-lft {
	width: 40%;
	float: left;
	position: sticky;
	top: 100px;
	z-index: 999;
}
.why-choose-lft span {
	color: #FF9900;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 600;
}
.why-choose-lft h2 {
	font-size: 58px;
	font-weight: 600;
	padding: 10px 0 35px;
	color: #fff;
}
.why-choose-lft p {
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;
	padding-bottom: 50px;
}
.why-choose-innrr h3 {
	font-size: 34px;
	font-weight: 600;
	padding: 15px 0 30px;
}
.why-choose-innrr p,
.why-choose-innrr ul li {
	font-size: 20px;
	font-weight: 400;
	line-height: 30px;	
}
.why-choose-innrr ul {
	padding: 20px 0 0 40px;
}
.why-choose-innrr ul li,
.work-with-main-sec ul li {
	position: relative;
	padding: 0 0 10px 36px;
}
.why-choose-innrr {
	padding: 40px 30px 40px;
	background: rgba(255,255,255,0.1);
	border: 1px solid #0b6c6c;
	margin-top: 30px;
	transition: all 0.3s;
}
.why-choose-innrr:first-child {
	margin-top: 0;
}
.why-choose-innrr:hover {
	/* width: 55vw; */
	background: #fff;
	color: #000;
}
.why-choose-innrr:hover ul li::before {
	background: url('./images/black-checkmark.png') no-repeat center/contain;
}
.our-proud-sec {
	background-color: #003737;
	padding: 100px 0;
}
.innr-our-proud-sec h2 {
	text-align: left;
	color: #fff;
	font-size: 80px;
	font-weight: 600;
	text-align: center;
}
.innr-our-proud-sec h2 span {
	color: #FF9900;
}
/* .innr-our-proud-sec h2:nth-child(2) {
	padding-left: 170px;
} */
.innr-our-proud-projects span {
	display: block;
	text-align: center;
	font-size: 30px;
	color: #fff;
	font-weight: 500;
	padding: 30px;
}
.innr-our-proud-projects {
	background-color: #034A4A;
	border-radius: 5px;
	padding: 25px;
	text-align: center;
	margin-bottom: 28px;
	display: inline-grid;
}
.innr-our-proud-projects .our-proud-btn{
	text-align: center;
	display: inline-flex;
    align-items: end;
    justify-content: center;
}
.our-proud-projects {
	display: inline-grid;
	grid-template-columns: 49% 49%;
	justify-content: space-between;
	margin-top: 80px;
}
.work-with-sec,
.contact-form {
	padding: 100px 0;
}
.innr-contact-form h2 {
	color: #fff;
	text-align: center;
	font-size: 58px;
	padding-bottom: 40px;
}
.innr-contact-form h2 span {
	color: #FF9900;
}
.innr-work-with-sec span {
	text-align: center;
	display: block;
	font-size: 22px;
	color: #f90;
	text-transform: uppercase;
	font-weight: 600;
}
.innr-work-with-sec h2 {
	font-size: 58px;
	text-align: center;
	font-weight: 600;
	padding: 10px 0 70px;
}
.work-with-main-sec {
	display: inline-grid;
	grid-template-columns: 48% 48%;
	justify-content: space-between;
	align-items: center;
}
.work-with-main-sec p,
.work-with-main-sec ul li {
	font-size: 21px;
	line-height: 32px;
	font-weight: 400;
	padding-bottom: 30px;
}
.work-with-main-sec ul li {
	padding-bottom: 15px;
}
.work-with-main-sec ul li:last-child {
	padding-bottom: 0;
}
.work-with-main-sec ul li::before {
	content: '';
	background: url('./images/black-checkmark.png') no-repeat center/contain;
	width: 22px;
	height: 22px;
	display: inline-block;
	position: absolute;
	top: 4px;
	left: 0;
}
.work-with-main-sec ul {
	padding-left: 20px;
}
.contact-form {
	background-color: #042A2C;
}
.wid-33 {
	width: 33.3%;
	float: left;
}
.contact-form-main {
	background: #042a2c;
	box-shadow: 0px 0px 5px #000;
	border-radius: 8px;
	padding: 40px;
}
.contact-form-main h3 {
	font-size: 40px;
	color: #fff;
	font-weight: 600;
	text-align: left;
	padding-bottom: 30px;
}
.contact-form-main h3 span {
	color: #FF9900;
}
.input-field {
	height: 50px;
	width: 100%;
	padding: 0 20px;
}
.input-field1 {
	padding-right: 10px;
	padding-bottom: 20px;
}
.input-field2 {
	padding: 0 10px;
	padding-bottom: 20px;
}
.input-field3 {
	padding-left: 10px;
	padding-bottom: 20px;
}
.textarea-field {
	width: 100%;
	height: 199px;
	padding: 20px;
}
.submit-btn {
	padding-top: 30px;
} 
.hero-bg-imgss2 .v-scroll {
	animation-direction: reverse;
}
.v-scroll {
	animation: heroscroll 75s linear infinite;
	grid-column-gap: 12px;
	grid-row-gap: 12px;
	flex-direction: column;
	flex: none;
	display: flex;
}
@keyframes heroscroll {
	0% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	100% {
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0);
	}
}

/* cursor start */
.cursor {
    width: 5px;
    height: 5px;
    border: 3px solid #f90;
    border-radius: 50%;
    position: absolute;
    /* transition-duration: 200ms;
    transition-timing-function: ease-out; */
    pointer-events: none;
}

.cursor::after {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    border: 3px solid #f90;
    border-radius: 50%;
    opacity: .5;
    top: 50%;
    left: 50%;
  transform: translate(-50%, -50%);
}
/* cursor end */
/* form lightbox */
.lightbox {
    display: none; 
    position: fixed; 
    z-index: 9999; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgba(0, 0, 0, 0.7); 
	justify-content: center;
	align-items: center;
}

.lightbox-content {
    background-color: #fff;
    padding: 25px;
    border: 1px solid #888;
    width: 80%; 
    max-width: 600px; 
	box-shadow: 0px 0px 5px #000;
    border-radius: 8px;
	position: relative;
	
}

.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.lightbox form input,.lightbox form textarea{width:100%;padding: 10px;margin-bottom: 15px;border: 2px solid #d8d5d5;font-size: 13px;font-family: 'Roboto';}
.lightbox form button{background-color: #000;
	color: #fff;
	padding: 12px 30px;
	display: inline-block;
	text-decoration: unset;
	border-image: linear-gradient(90deg, rgba(51,153,153,1) 0%, rgba(255,153,0,1) 100%)1;
	border-width: 2px;
	border-style: solid;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	position: relative;
	cursor: pointer;}
.lightbox h2{margin-bottom: 25px;} 	
.lightbox h2 span{color:#FF9900;}
.lightbox label{display: block;margin-bottom: 5px;font-size: 13px;}
.lightbox label span{color: red;}
.lightbox .close{
	position: absolute;
	top: -18px;
	right: -18px;
	background: #f90;
	border-radius: 50%;
	padding: 10px;
	color: #fff;
	height: 40px;
	width: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* lightbox end */
.header{width: 100%; 
    top: 0; 
    left: 0; 
    z-index: 1000; 
	background: #fff;
	transition: 0.3s ease all;
   }
	.fixed {
		position: fixed; 
		box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); 
	}	
	.header.fixed .header-innr,.header .logo img,.header .qote-btn a {transition: 0.3s ease all;}
	.header.fixed .header-innr{padding: 15px 100px;}
	.header.fixed .logo img {max-width: 200px;width: 100%;}
	.header.fixed .qote-btn a{padding: 10.5px 20px;}
/* Client video testimonials section */
.video-testimonials .slider {width: 80%; margin: 0 auto;}
.video-testimonials .slick-slide {transition: transform 0.3s ease, opacity 0.3s ease;opacity: 0.7; border-radius: 8px;}
.video-testimonials .slick-slide.slick-active.slick-current { opacity: 1; }
.video-testimonials .slick-next::before,.video-testimonials .slick-prev::before {color: #000 !important;opacity: 1;font-size: 30px;transition: 0.1s ease all;}
.video-testimonials .slider iframe{width: 100%;}
.video-testimonials .slick-dots{bottom: -40px;}
.video-testimonials .slick-next{bottom: -100px;top:unset;right: 46%;overflow: visible;height: 40px;width: 40px;}
.video-testimonials .slick-prev{bottom: -100px;top:unset;left: 46%;overflow: visible;height: 40px;width: 40px;}
.video-testimonials{padding-bottom: 120px;}
.video-testimonials .slick-slide:not(.slick-center) {
	transform: scale(0.8);
	opacity: 0.5; 
  }
  .video-testimonials iframe,.video-testimonials video{height: 200px;border-radius: 8px;}
  .video-testimonials video{background-color: #000;}
  .video-testimonials .slick-dots li button::before {font-size: 10px;}
  .video-testimonials .slick-dots li{width:6px;}
  .video-testimonials .slick-prev::before {
	background-image: url('data:image/svg+xml,%3Csvg%20width%3D%2210%22%20height%3D%2216%22%20viewBox%3D%220%200%2010%2016%22%20fill%3D%22%23ffffff%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M0.52679%207.96002L9.8125%2015.46L6.96821%207.96002L9.8125%200.460022L0.52679%207.96002Z%22%20fill%3D%22%23ffffff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
    content: "";
  background-position: center;
  background-color: black;
  height: 40px;
  width: 40px;
  display: block;
  background-repeat: no-repeat;
  border-radius: 50px;  
}
.video-testimonials .slick-next::before {
	background-image: url('data:image/svg+xml,%3Csvg%20width%3D%2210%22%20height%3D%2216%22%20viewBox%3D%220%200%2010%2016%22%20fill%3D%22%23ffffff%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M9.47321%207.96002L0.1875%2015.46L3.03179%207.96002L0.1875%200.460022L9.47321%207.96002Z%22%20fill%3D%22%23ffffff%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E');
	content: "";
  background-position: center;
  background-color: black;
  height: 40px;
  width: 40px;
  display: block;
  background-repeat: no-repeat;
  border-radius: 50px;  
  }
  .video-testimonials .slick-prev:active::before,.video-testimonials .slick-next:active::before {transform: scale(0.95); }
  .video-testimonials .innr-work-with-sec{float: none;}
  .agency-sec .main-sliderr li img {
	max-width: 200px;
	height: 100px;
	object-fit: contain;
}
.innr-our-proud-sec h2{ transition: transform 0.3s ease-out;white-space: nowrap;will-change: transform;}
.innr-our-proud-sec .scroll-txt{transform: translateX(0);}
.innr-our-proud-sec{overflow: hidden;}
.contact-form-main input[type="submit"]{
	-webkit-appearance: none; 
    -moz-appearance: none;
    appearance: none;
}
.agency-slider .main-sliderr {
    display: flex;
    animation: scroll 30s linear infinite;
    min-width: 200%; 
}
@keyframes scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%); 
		-webkit-transform: translateX(-50%);
    }
}
/* Cust footer */
.cust-footer .wrapper {
	display: flex;
	gap: 10px;
	flex-direction: row-reverse;
	justify-content: space-between;
	align-items: center;
	padding: 20px 0;
}
.cust-footer  .contact-info a {
	color: #349a9a;
	float: left;
	font-size: 18px;
	margin-bottom: 0;
	margin-right: 15px;
	text-decoration: none;
}
.cust-footer  .contact-info a:hover{text-decoration: underline;}
.cust-footer  .contact-info  i {padding-right: 10px;}
.cust-footer   .glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.cust-footer .social-icons a{
	background-color: #339999;
    border-radius: 100%;
    display: inline-block;
    transition: background-color 0.3s ease 0s;
    font-size: 16px;
    height: 40px;
    line-height: 30px;
    margin-left: 10px;
    width: 40px;
	color: #fff;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
   
}
.cust-footer .social-icons a:hover,.cust-footer .social-icons a:focus{text-decoration: none;}
.cust-footer  .social-icons{display: flex;align-items: center;}
.brand-grow-sec .brand-grw-img img{max-width: 666px;width: 100%;}
.contact-form-main input,.contact-form-main textarea{background: #fff;border: 1px solid #fff; font-family: roboto; font-size: 13px;}
.contact-form-main textarea{resize: none;}
.contact-form-main input:focus-visible,.contact-form-main textarea:focus-visible{outline: none;}
/* Request a quote form start*/
.lightbox form textarea{resize: none;}
.lightbox form input:focus-visible,.lightbox form textarea:focus-visible,.lightbox form select:focus,.lightbox form input:focus,.lightbox form textarea:focus{outline: none;border-color: #000;}
.lightbox form select{margin-bottom: 15px;border:2px solid #d8d5d5;font-size: 13px;font-family: 'Roboto';width: 100%;padding:10px;background-color: #fff;cursor: pointer;}
.lightbox form select option{font-size: 13px;font-family: 'Roboto';}
/* .video-testimonials video::-webkit-media-controls {opacity: 0;transition: opacity 0.3s ease;}
.video-testimonials video:hover video::-webkit-media-controls {opacity: 1;}
.video-testimonials video::-moz-media-controls {opacity: 0;transition: opacity 0.3s ease;}
.video-testimonials video:hover video::-moz-media-controls {opacity: 1;} */
.cust_fix_lightbox {
	height: 600px;
  padding: 25px 0px;
}
.cust_fix_lightbox h2{
	padding-left:25px;
	margin-bottom:20px;
}
.cust_fix_lightbox form{
	padding: 0px 25px;
  height: 510px;
  overflow-y: auto;
}
.cust_fix_lightbox button{
	margin-bottom:18px;
	margin-top:15px;
}
.orange_headd{
	color:#FF9900 !important;
}
/* Request a quote form end*/


/* Project Sliders Css */
.before-after-slider {
  position: relative;
  width: 100%;
  overflow: hidden;
  border: 3px solid white;
  height: 350px;
}

.before-after-slider img {
  width: 100%;
  display: block;
  max-width: unset !important;
}

.before-image {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  overflow: hidden;
  z-index: 2;
  filter: grayscale(100%);
}

.after-image {
  display: block;
}

.resizer {
  position: absolute;
  z-index: 5;
  top: 0;
  left: 50%;
  height: 100%;
  width: 5px;
  background: white;
  cursor: ew-resize;
  display: flex;
  align-items: center;
}

.resizer:after {
    background:#ff9900;
    /* content:'⯇⯈'; */
    content:'Slide'; 
    display:flex;
    justify-content:center;
    align-items:center;
    color:white;
    position:absolute;
    margin: 0 0 0 -25px;
    /* width:50px;
    height:50px;
    border-radius:50%; */
    border: 2px solid white;
    font-size: 13px;
    padding: 4px 10px;
    z-index: 999;
    top: 30px;
}
.cust_slidermain{
    display: grid;
  grid-template-columns: 48.5% 48.5%;
  column-gap: 35px;
  row-gap:35px;
  padding-bottom: 320px;
}
.projects_outerr{
    padding:25px 28px 25px 25px;
  background-color: #034a4a;
  border-radius:10px
}
.cust_slidermain h4{
    display: block;
  text-align: center;
  font-size: 26px;
  margin: 30px 0px;
  color: #fff;
  font-weight: 600;
}
.cust_slidermain .our-proud-btn{
    text-align: center;
  display: inline-flex;
  align-items: end;
  justify-content: center;
  width: 100%;
}
.cust_slidermain .our-proud-btn a{
    background-color: #000;
  color: #fff;
  padding:15px 32px;
  display: inline-block;
  text-decoration:unset;
  border-image:linear-gradient(90deg, rgba(51,153,153,1) 0%, rgba(255,153,0,1) 100%)1;
  border-width:3px;
  border-style:solid;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  position: relative;
  cursor: pointer;
}
.before-after-slider::before{
  content: "Before";
  display: none;
  color: Black;
  text-align: center;
  padding: 6px;
  font-size: 14px;
  background-color: #fff;
  position: absolute;
  z-index: 3;
  top: 0px;
  left: 0;
  /* transform: translateY(-50%); */
  width: 48px;
}
.before-after-slider::after{
    content:"After";
    display:none;
    color:Black;
    text-align: center;
    padding: 6px;
    font-size: 14px;
    background-color: #fff;
    position: absolute;
  z-index: 3;
  top: 0px;
  right:0;
  /* transform: translateY(-50%); */
  width: 48px;
}
.before-after-slider:hover::before,  .before-after-slider:hover::after{
    display:block;
}
  .modal {
    position: fixed;
    top: 0;
    left: 0;
    /* height: 100vh; */
    width: 100vw;
    background: rgba(0, 0, 0, 0.85);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
  }

  .modal.active {
    display: flex;
  }

  .modal-content {
    background: #111;
    padding: 2rem;
    border-radius: 10px;
    max-width: 90vw;
    /* max-height: 90vh; */
    width: 95%;
    color: white;
    overflow: hidden;
    height:100%;
  }

  .close-btn {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 2rem;
    color: white;
    background: none;
    border: none;
    cursor: pointer;
  }

  .image-grid {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    overflow-y: auto;
    height: 100vh;
  }

  .image-grid .image-box {
    flex: 1;
    text-align: center;
  }

  .image-grid img {
    width: 100%;
    height: auto;
    /* max-height: 80vh; */
    border: 3px solid white;
    border-radius: 8px;
  }

  .image-grid h3 {
    margin: 10px 0;
    font-size: 1.2rem;
    text-transform: uppercase;
    color: #ccc;
  }

  body.modal-open {
    overflow: hidden;
  }

  /* carosel css */
  .carousel-container {
    width: 100%;
  margin: auto;
  }
  .controls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0;
    margin-bottom: 30px;
    width: 30%;
  margin: auto;
  margin-bottom: 30px;
  }

  .dots {
    display: flex;
    justify-content: center;
    gap: 8px;
  }

  .dot {
    width: 12px;
    height: 12px;
    background: #ccc;
    border-radius: 50%;
    cursor: pointer;
  }

  .dot.active {
    background: #ff9900;
  }
  .arrow-btn {
    border: none;
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.3s;
    background: #F90;
  padding: 8px 15px 8px 13px;
  color: #000;
  font-size: 22px;
  }
   .arrow-btn img{
	width: 15px !important;
	 rotate:180deg;
   }
   #next-top, #next-bottom {
  padding: 8px 14px 8px 15px !important;
}
   #next-top img, #next-bottom img{
	rotate:unset !important;
   }

  .arrow-btn:hover {
    background: #ff9900;
  }

  .carousel {
    overflow: hidden;
    /* border-radius: 10px; */
    /* border: 2px solid #ccc; */
    position: relative;
    /* border-bottom: 4px solid #ccc; */
  }

  .carousel-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: 100%;
    justify-content: space-between;
  }

  .carousel .newSlide_img {
    /* width: 100%;
    flex: 0 0 100%; */
    width: 20%;
  flex: 0 0 20%;
    object-fit: cover;
  }
  .newSlide_img .before-after-slider{
    height:100%;
  }
  .newSlide_img .before-image,  .newSlide_img .after-image{
    background-color: #d4d4d4;
  }
  .newSlide_img, .newSlide_img img{
    user-select: none;
  }
  #next-top, #next-bottom{
    padding: 6px 11px 6px 14px;
  }
  .bottom_contro{
    margin-top: 30px;
  }
  .carousel-container{
    padding-bottom:100px;
  }

  .newSlide_img .after-image{
    height: 100%;
  }
.carousel-container {
  width: 100%;
  margin: auto;
  padding-bottom: 100px;
}

.carousel-track {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: 100%;
  justify-content: space-between;
  gap: 50px; /* Adds space between the slides */
  height:100% !important;
}

.carousel .newSlide_img {
  width: calc(25% - 40px); /* Adjust width to account for the gap */
  flex: 0 0 calc(25% - 40px); /* Ensure flex item size adjusts */
}
.arrow-btn:active{
  transform: scale(0.95);
}
.carousel-container{
	margin-top:50px;
	padding-bottom:0 !important;
}
.controls.bottom_contro{
	margin-bottom:0px !important;
}

/* Slider Css new start*/
@media (min-width:768px){
.slick-track{
width: 100% !important;
transform: unset !important;
display: flex !important;
justify-content: center;
column-gap: 60px;
}
}
.video-testimonials .slick-slide:not(.slick-center){
transform: unset !important;
}
.video-testimonials video {
height:250px;
}
.video-testimonials .slick-slide, .video-testimonials .slick-slide:not(.slick-center){
	opacity:1;
}
/* video{
	  pointer-events: auto !important;
} */
/* Slider Css new end*/
/* video::-webkit-media-controls {
  display: initial !important;
  opacity: 1 !important;
} */
@media (max-width:1024px){
  .controls{
    width: 40%;
  }
  .carousel .newSlide_img {
    width: calc(50% - 40px);
    flex: 0 0 calc(50% - 40px);
  }
  .carousel-track{
    gap: 70px;
  }

}

  @media (max-width:767px){
    h1{
        font-size: 32px;
        margin-bottom: 30px;
    }
    .cust_slidermain{
        grid-template-columns: 100%;
    }
    .image-grid{
        flex-direction: column;
    }
    .image-box{
        width:98%;
    }
    .carousel .newSlide_img {
      width: calc(100% - 6px);
      flex: 0 0 calc(100% - 6px);
    }
    .carousel-track{
      gap:10px;
    }
    .controls {
     width: 65%;
    }
    /* .after-image{
      padding-right: 7px;
    } */
  }

@media (min-width:768px){
.carousel, .newSlide_img{
  height:100% !important;
}
}
  @media (max-width:480px){
  .cust_slidermain h4{
    font-size: 18px;
    margin: 20px 0px;
  }
  .cust_slidermain .our-proud-btn a{
    font-size: 12px;
    padding:10px 20px;
  }
  .before-after-slider{
    height:250px;
  }
  .resizer::after{
    /* width: 30px;
  height: 30px;
  margin: 0 0 0 -18px; */
  font-size: 12px;
  }
  .before-after-slider{
    border: 2px solid white;
  }
  .resizer{
    width: 3px;
  }
  .before-after-slider:hover::before, .before-after-slider:hover::after {
    padding: 4px 2px;
  }
   .controls {
    width: 100%;
  }
  .newSlide_img{
    height:100%;
  }
  .carousel-track{
    height:unset !important;
  }
  }
/*Media Queries  */
@media screen and (max-width: 1550px){
	.hero-bg-imgss {
		grid-column-gap: 12px;
		grid-row-gap: 12px;
	}
}
@media screen and (max-width:1440px)
{
	.video-testimonials .slick-next{right: 45.5%;}
    .video-testimonials .slick-prev{left: 45.5%;}
	.cust_fix_lightbox {
		height: 500px;
	}
	.cust_fix_lightbox form{
		height:410px;
	}
}
@media screen and (max-width: 1366px){
    .header-innr {
        padding-left: 30px;
        padding-right: 30px;
    }    
	.innr-our-proud-projects span {
		font-size: 25px;
	}
	.our-proud-projects {
		grid-template-columns: 40% 40%;
		grid-column-gap: 2%;
		justify-content: center;
	}
	.banner-cntnt span {
		font-size: 26px;
	}
	.banner-cntnt h1 {
		font-size: 60px;
	}
	.qote-btn a, .explr-btn a, .our-proud-btn a, .banner-cntnt a, .contact-form-main input[type="submit"] {
		padding: 15px 30px;
	}
	.header.fixed .header-innr {
		padding: 15px 30px;
	}
	.agency-slider .main-sliderr {min-width: 500%;}
}
@media screen and (max-width: 1280px) {
	.hero-bg-imgss {
		right: 5px;
	}
	.brand-grw-contnt h2, .innr-contact-form h2, .innr-agency-sec h2, .innr-work-with-sec h2, .why-choose-lft h2 {
		font-size: 50px;
	}
	.brand-grw-contnt p, .brand-grw-contnt ul li {
		font-size: 18px;
	}
	.brand-grw-contnt ul li, .banner-cntnt span {
		font-size: 20px;
	}
	.contact-form-main h3 {
		font-size: 30px;
	}
	.why-choose-innrr ul li::before, .brand-grw-contnt ul li::before {
		width: 18px;
		height: 18px;
	}
	.brand-grw-contnt ul li {
		padding-left: 25px;
	}
	.why-choose-lft p, .why-choose-innrr p, .why-choose-innrr ul li, .work-with-main-sec p, .work-with-main-sec ul li {
		font-size: 18px;
		line-height: 28px;
	}
	.explr-btn a svg {
		right: 13px;
	}
	.video-testimonials .slick-next{right: 44.8%;}
    .video-testimonials .slick-prev{left: 44.8%;}
}
@media only screen and (max-width:1150px)
{
	.video-testimonials .slick-next{right: 43.8%;}
    .video-testimonials .slick-prev{left: 44.8%;}
}

@media screen and (max-width: 1080px) {
	.wid-100.innr-brand-grw-sec, .work-with-main-sec {
		grid-template-columns: 100%;
	}
	.brand-grw-img, .work-with-main-rgt {
		text-align: center;
	}
	.why-choose-lft, .why-choose-rght {
		width: 100%;
		position: relative;
		top: 0;
		padding-left: 0;
	}
	.why-choose-rght {
		display: grid;
		grid-template-columns: 49% 49%;
		justify-content: space-between;
	}
	.innr-our-proud-sec h2 {
		font-size: 70px;
		padding-left: 0;
		text-align: center;
	}
	.innr-our-proud-sec h2:nth-child(2) {
		padding-left: 0;
	}
	.video-testimonials .slick-next{right: 43.8%;}
    .video-testimonials .slick-prev{left: 43.8%;}
}
@media only screen and (max-width:1024px)
{
	.cursor::after,.cursor{display: none;}
}
@media only screen and (max-width:992px)
{
	.cust-footer .wrapper {flex-direction: column;gap:15px;}
	.cust-footer .contact-info a{display: block;text-align: center;float: none;}
	.cust-footer .contact-info a:first-child{margin-bottom: 10px;}
	.video-testimonials .slick-next{right: 42.8%;}
    .video-testimonials .slick-prev{left: 43.8%;}
}
@media only screen and (max-width:900px)
{
	.video-testimonials .slick-next{right: 42.8%;}
    .video-testimonials .slick-prev{left: 42.8%;}
}
@media screen and (max-width: 810px) {
	.why-choose-rght {
		grid-template-columns: 100%;
	}
	.our-proud-projects {
		grid-template-columns: 70%;
	}
	.brand-grw-img, .work-with-main-rgt {
		padding-top: 30px;
	}
	.video-testimonials .slick-next{right: 41.8%;}
    .video-testimonials .slick-prev{left: 41.8%;}
}
@media screen and (max-width: 768px) {
	.innr-work-with-sec h2 {
		padding: 10px 0 30px;
	}
	.innr-our-proud-projects:last-child {
		margin-bottom: 0;	
	}
	.why-choose-innrr h3 {
		font-size: 28px;
		padding: 15px 0 20px;
	}
	.why-choose-lft p, .why-choose-innrr p, .why-choose-innrr ul li, .work-with-main-sec p, .work-with-main-sec ul li {
		font-size: 16px;
		line-height: 26px;
	}
	.main-banner {
		padding: 100px 0;
	}
	.banner-cntnt h1 {
		font-size: 40px;
	}
	.banner-cntnt span {
		font-size: 16px;
	}
	.banner-cntnt a {
		margin-top: 30px;
	}
	.qote-btn a, .explr-btn a, .our-proud-btn a, .banner-cntnt a, .contact-form-main input[type="submit"] {
		padding: 11px 20px;
		font-size: 15px;
		letter-spacing: 0
	}
	.togl-btn a {
		font-size: 15px;
	}
	.togl-btn a svg {
		width: 27px;
	}
	
	.brand-grow-sec, .our-proud-sec, .agency-sec, .who-choose, .work-with-sec, .contact-form {
		padding: 70px 0;
	}
	.brand-grw-contnt h2, .innr-contact-form h2, .innr-agency-sec h2, .innr-work-with-sec h2, .why-choose-lft h2 {
		font-size: 40px;
	}
	br {
		display: none;
	}
	.brand-grw-contnt h2, .innr-agency-sec h2 {
		padding-bottom: 30px;
	}
	.brand-grw-img img,.work-with-main-rgt img {
		max-width: 80% !important;
	}
	.innr-agency-sec p, .innr-agency-sec p.agency-para {
		font-size: 20px;
	}
	.our-proud-btn a svg {
		position: relative;
		right: -6px;
		top: 1px;
		width: 10px;
		height: 12px;
	}
	.wid-33 {
		width: 100%;
	}
	.input-field1 {
		padding-right: 0;
		padding-bottom: 20px;
	}
	.input-field2 {
		padding: 0 0 20px;
	}
	.input-field3 {
		padding-left: 0;
	}
	.video-testimonials .slick-next {
		bottom: unset;
		top: 50%;
		right: -52px;
	}
	.video-testimonials .slick-prev {
		bottom: unset;
		top: 50%;
		left: -52px;
	}
	.innr-our-proud-sec .scroll-txt{transform: translateX(0) !important;}
	.lightbox form button{padding: 8px 16px;}
	.why-choose-lft img{width: 90%;margin-bottom: 30px;}
	.agency-slider .main-sliderr {animation: scroll 40s linear infinite;width: 1200%;}
	.lightbox{align-items: flex-start;}
	.lightbox .lightbox-content{top:10%;}
	.cust_fix_lightbox button{
		margin-bottom: 13px;
	}
	.carousel .fixu_height{
		height:1345px !important;
	}
}
@media screen and (max-width: 667px){
	.main-banner {
		padding: 70px 0;
	}
	.hero-bg-imgss {
		width: 80%;
		grid-column-gap: 6px;
	    grid-row-gap: 6px;
	}
	.brand-grw-contnt h2, .innr-contact-form h2, .innr-agency-sec h2, .innr-work-with-sec h2, .why-choose-lft h2 {
		font-size: 35px;
	}
	.brand-grw-contnt h2, .innr-agency-sec h2 {
		padding-bottom: 25px;
	}
	.brand-grw-contnt p, .brand-grw-contnt ul li, .brand-grw-contnt ul li, .banner-cntnt span {
		font-size: 16px;
		line-height: 21px;
	}
	.our-proud-projects {
		grid-template-columns: 100%;
	}
	.contact-form-main h3 {
		font-size: 26px;
	}
	.input-field {
		height: 40px;
	}
	.why-choose-innrr ul li, .work-with-main-sec ul li {
		padding: 0 0 10px 25px;
	}
	.innr-our-proud-sec h2 {
		font-size: 50px;
	}
	.work-with-main-sec ul li::before {
		width: 18px;
		height: 18px;
	}
	.our-proud-projects {
		margin-top: 40px;
	}
	.input-field {padding: 0 10px;}
	.textarea-field{padding: 10px;}
}
@media screen and (max-width: 580px){
	.header-innr {
		display: inline-grid;
		grid-template-columns: 100%;
	}
	.why-choose-innrr ul {
		padding: 20px 0 0 15px;
	}
	.contact-form-main {
		padding: 20px;
	}
	.explr-btn a svg {
		visibility: hidden;
	}
	.logo {
		text-align: center;
	}
	.contact-form-main h3 {
		padding-bottom: 20px;
	}
	.why-choose-innrr h3 {
		font-size: 26px;
		padding: 15px 0 15px;
	}
	.innr-our-proud-sec h2 {
		font-size: 40px;
	}
	.innr-our-proud-projects span {
		font-size: 20px;
	}
	.main-menu ul {
		justify-content: center;
		width: 100%;
		padding-top: 10px;
	}
	.brand-grw-contnt h2, .innr-contact-form h2, .innr-agency-sec h2, .innr-work-with-sec h2, .why-choose-lft h2 {
		font-size: 30px;
	}
	.brand-grow-sec, .our-proud-sec, .agency-sec, .who-choose, .work-with-sec, .contact-form {
		padding: 50px 0;
	}
	.agency-slider ul li{height: 100px;width: 200px;}
	.agency-slider ul li::before{height: 156px;width: 200px;}
	.agency-sec .main-sliderr li img {max-width: 150px;height: 70px;}
	.slide-contnt{
width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
	}
}
@media screen and (max-width: 480px){
	.iconimg img {
		max-width: 60px;
	}
	.why-choose-innrr h3 {
		font-size: 24px;
		padding: 15px 0 15px;
	}
	.why-choose-innrr {
		padding: 30px;
	}
	.innr-our-proud-sec h2 {
		font-size: 35px;
	}
	.brand-grw-contnt h2, .innr-contact-form h2, .innr-agency-sec h2, .innr-work-with-sec h2, .why-choose-lft h2 {
		font-size: 28px;
	}
	.banner-cntnt h1 {
		font-size: 35px;
	}
	.innr-work-with-sec span, .why-choose-lft span, .short-title {
		font-size: 16px;
	}
	.contact-form-main h3 {
		font-size: 20px;
	}
	.textarea-field {
		height: 150px;
	}
	.qote-btn a, .explr-btn a, .our-proud-btn a, .banner-cntnt a, .contact-form-main input[type="submit"] {
		padding: 10px 16px !important;
		font-size: 14px;
		letter-spacing: 0;
	}
	.carousel-container {
  		margin-top: 30px;
	}
	.arrow-btn{
		padding: 8px 14px 8px 11px;
  font-size: 20px;
	}
	#next-top, #next-bottom {
  padding:8px 11px 8px 14px !important;
}
}
@media screen and (max-height: 550px){
	.cust_fix_lightbox {
		height: 320px;
	}
	.cust_fix_lightbox form{
		height:235px;
	}
}