/* PB Custom */

/* Custom blockquote carousel */
.custom-blockquote-carousel {
	background-color: #a9d2d5;
	text-align: center;
	font-family: 'Inka B Text Rg';
	padding-bottom: 10px;
}

.custom-blockquote-carousel blockquote {
	font-size: 45px;
  	line-height: 53px;
	padding: 0 40px;
}

@media only screen and (max-width: 1300px) {
  .custom-blockquote-carousel blockquote {
	  font-size: 35px;
	  line-height: 43px;
  }
}

@media only screen and (max-width: 768px) {
  .custom-blockquote-carousel blockquote {
	  font-size: 25px;
	  line-height: 32px;
	  padding: 0 24px;
  }
}

.custom-blockquote-carousel p {
	font-weight: 600;
	margin-top: 50px;
	margin-bottom: 32px;
}

.custom-blockquote-carousel .custom-blockquote-carousel__image {
	max-width: 1290px;
	transform: translateY(-50%);
}


@media only screen and (max-width: 1300px) {
  .custom-blockquote-carousel .custom-blockquote-carousel__image {
	  max-width: 90%;
  }
}

.custom-blockquote-carousel .custom-blockquote-carousel__content {
	max-width: 1370px;
	margin-inline: auto;
}

.custom-blockquote-carousel .swiper_blockquote-carousel {
	margin-top: -150px;
	padding-bottom: 60px;
}


@media only screen and (max-width: 1300px) {
  .custom-blockquote-carousel .swiper_blockquote-carousel {
	  margin-top: -10%;
  }
}

.custom-blockquote-carousel .swiper-horizontal > .swiper-pagination-bullets,
.custom-blockquote-carousel .swiper-pagination-bullets.swiper-pagination-horizontal {
	--swiper-pagination-bottom: 10px;
	--swiper-pagination-bullet-horizontal-gap: 10px;
	bottom: 10px;
}

.custom-blockquote-carousel .swiper-pagination-bullet {
	width: 22px;
	height: 22px;
	display: inline-block;
	background: transparent;
	border: 2px #7AA8AB solid;
	border-radius: 20px;
	transition:
	opacity 0.5s,
	background-color 0.5s,
	width 0.5s;
	opacity: 1;

	&:hover {
		background: #7AA8AB;
	}
	
}

.custom-blockquote-carousel .swiper-pagination-clickable .swiper-pagination-bullet {
	cursor: pointer;
}

.custom-blockquote-carousel .swiper-pagination-bullet-active {
	opacity: 1;
	background: #7AA8AB;
}



body.page-template-about-page {
	overflow: hidden;
}

body.page-template-about-page.overflow {
	overflow: visible;
}

/* Custom Content Slider */
.custom-content-slider {
	padding-top: 215px;
	padding-bottom: 404px;
	background-color: #FAF6F0;
	overflow: hidden;
	padding-inline: 90px;
}

@media only screen and (max-width: 1300px) {
  .custom-content-slider {
	  padding-top: 160px;
	  padding-bottom: 270px;
	  padding-inline: 45px;
  }
}

@media only screen and (max-width: 500px) {
  .custom-content-slider {
	  padding-bottom: 200px;
	  padding-inline: 24px;
  }
}

.custom-content-slider .custom-content-slider__item {
	font-family: 'Inka B Text Rg';
	display: flex;
    flex-direction: column;
}

.custom-content-slider .swiper-slide[aria-label="1 / 5"] .custom-content-slider__item,
.custom-content-slider .swiper-slide[aria-label="3 / 5"] .custom-content-slider__item,
.custom-content-slider .swiper-slide[aria-label="5 / 5"] .custom-content-slider__item {
    flex-direction: column-reverse;
}

.custom-content-slider .swiper-slide[aria-label="1 / 5"] img,
.custom-content-slider .swiper-slide[aria-label="3 / 5"] img,
.custom-content-slider .swiper-slide[aria-label="5 / 5"] img {
   margin-bottom: 65px;
}

.custom-content-slider .custom-content-slider__item-title {
	font-size: 37px;
	line-height: 45px;
	margin-bottom: 40px;
}

.custom-content-slider .custom-content-slider__item-text {
	font-size: 24px;
	line-height: 28px;
	color: #303030;
	margin-bottom: 65px;
}

.custom-content-slider .custom-content-slider__item-number {
	color: #E52225;
	font-family: 'Brandon Grotesque';
	font-weight: 500;
}

.custom-content-slider .custom-content-slider__item img {
     width: 100%;
	aspect-ratio: 1/1;
	object-fit: cover;
	object-position: center center;
}

.custom-content-slider .swiper-slide {
	width: 350px !important;	
}


@media only screen and (max-width: 600px) { 
.custom-content-slider .swiper-slide {
	 width: 100% !important;
  }
}

.custom-content-slider .swiper-pagination-bullet {
	width: 60px;
  border-radius: 0;
  height: 5px;
	background-color: #797979;
}

.custom-content-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #ACD7D9;
}

.custom-content-slider .swiper-pagination {
	position: static;
	margin-top: 6px;
}


/* Custom scroll container */
.custom-scroll-container {
	height: 100vh;
	overflow-y: scroll;
	scroll-snap-type: y mandatory;
	scroll-behavior: smooth;
}

.custom-scroll-container .custom-video,
.custom-scroll-container .custom-text-banner__item {
	height: 100vh;
	scroll-snap-align: start;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2rem;
}


/* Custom Text Banner */
.custom-text-banner {
	text-align: center;
	color: #fff;
}

.custom-text-banner .custom-text-banner__item {
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

@media only screen and (max-width: 1000px) {
  .custom-text-banner .custom-text-banner__item {
	  padding: 100px 32px;
	  aspect-ratio: auto;
	  background-size: cover;
  }
}

.custom-text-banner .custom-text-banner__item::after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: #000;
	background: rgba(0,0,0,.45);
}

.custom-text-banner .custom-text-banner__item > div {
	position: relative;
	z-index: 1;
}

.custom-text-banner .custom-text-banner__item p {
	max-width: 800px;
	margin-inline: auto;
}

.custom-text-banner .custom-text-banner__item h2 {
	font-size: 71px;
	line-height: 70px;
}

@media only screen and (max-width: 1000px) {
  .custom-text-banner .custom-text-banner__item h2 {
	  font-size: 45px;
	  line-height: 50px;
  }
}






/* Custom Video */
.custom-video {
	height: 100vh;
	position: relative;
	display: flex;
  	align-items: center;
  	justify-content: center;
	padding-top: 60px;
}

.custom-video.custom-video--hp {
	height: 625px;
	padding-top: 0;
	background-color: #000;
}

.custom-video .custom-video__video-mobile {
	display: none;	
}

@media only screen and (max-width: 500px) {
	.custom-video .custom-video__video-mobile {
		display: block;
	}
}

@media only screen and (max-width: 500px) {
	.custom-video .custom-video__video-desktop {
		display: none;
	}
}

.custom-video.custom-video--hp h1 {
	font-size: 50px;
  max-width: 1300px;
  line-height: 50px;
}

@media only screen and (max-width: 500px) {
  .custom-video.custom-video--hp h1 {
	  font-size: 37px;
	  line-height: 40px;
  }
}


.custom-video .custom-video__image,
.custom-video video {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
  object-position: center center;
}

.custom-video h1 {
	font-size: 65px;
  line-height: 66px;
	position: relative;
	z-index: 1;
	color: #fff;
	text-align: center;
	max-width: 1810px;
	margin-inline: auto;
	margin-bottom: 0;
	padding: 0 32px;
}

.custom-video h1 .dynamic-wrapper {
	display: inline-block;
	width: 330px;
	text-align: left;
}


@media only screen and (max-width: 768px) {
  .custom-video h1 {
	  font-size: 50px;
	  line-height: 55px;
  }
}


@media only screen and (max-width: 500px) {
  .custom-video h1 {
	  font-size: 45px;
	  line-height: 50px;
  }
}

.custom-video .custom-video__icon {
	width: 45px;
	position: absolute;
	bottom: 38px;
	z-index: 1;
}


/* Custom Boxes */
.custom-boxes {
	position: relative;
	background-color: #A8D2D5;
}

.custom-boxes .custom-boxes__title {
	position: absolute;
	top: 55px;
	width: 100%;
	text-align: center;
	font-size: 33px;
  line-height: 40px;
	font-family: 'Inka B Text Rg';
}


@media only screen and (max-width: 1240px) {
  .custom-boxes .custom-boxes__title {
	  font-size: 31px;
	  line-height: 40px;
  }
}

@media only screen and (max-width: 1000px) {
  .custom-boxes .custom-boxes__title {
	  position: static;
	  padding: 45px 32px 0 32px;
  }
}

.custom-boxes .custom-boxes__row {
	display: flex;
}

@media only screen and (max-width: 1000px) {
  .custom-boxes .custom-boxes__row {
	  display: block;
  }
}

.custom-boxes .custom-boxes__col {
	width: calc(100%/3);
  display: flex;
  align-items: center;
  justify-content: center;
	text-align: center;
	padding: 148px 0 82px 0;
}

@media only screen and (max-width: 1000px) {
  .custom-boxes .custom-boxes__col {
	  width: 100%;
	  padding: 70px 0;
  }
}

.custom-boxes .custom-boxes__col h3 {
	text-transform: uppercase;
	 font-family: 'Uniform Extra Condensed';
	 margin-bottom: 20px;
}

.custom-boxes .custom-boxes__col p {
	font-size: 23px;
	line-height: 30px;
	font-family: 'Brandon Grotesque';
	font-weight: 500;
	margin: 0;
}

@media only screen and (max-width: 1240px) {
  .custom-boxes .custom-boxes__col p {
	  font-size: 19px;
	  line-height: 24px;
  }
}

.custom-boxes .custom-boxes__col span {
	font-size: 17px;
	font-family: 'Inka B Text Rg';
	color: #555;
}

.custom-boxes .custom-boxes__col--1 {
	background-color: #A8D2D5;
}

.custom-boxes .custom-boxes__col--1 h3 {
	font-size: 126px;
  	line-height: 125px;
}

@media only screen and (max-width: 1240px) {
  .custom-boxes .custom-boxes__col--1 h3 {
	  font-size: 110px;
	  line-height: 100px;
  }
}

.custom-boxes .custom-boxes__col--2 {
	background-color: #B5D7D9;
}

.custom-boxes .custom-boxes__col--2 h3 {
	font-size: 126px;
  	line-height: 125px;
}

@media only screen and (max-width: 1240px) {
  .custom-boxes .custom-boxes__col--2 h3 {
	  font-size: 110px;
	  line-height: 100px;
  }
}

.custom-boxes .custom-boxes__col--3 {
	background-color: #C5DDDE;
}

.custom-boxes .custom-boxes__col--3 h3 {
	font-size: 126px;
  	line-height: 125px;
}

@media only screen and (max-width: 1240px) {
  .custom-boxes .custom-boxes__col--3 h3 {
	  font-size: 110px;
	  line-height: 100px;
  }
}

.custom-boxes .custom-boxes__link {
	position: absolute;
	  bottom: 30px;
	  right: 50px;
	text-decoration: underline;
	color: #E52224;
	font-size: 15px;
	font-weight: 500;
}

.custom-boxes .custom-boxes__link:hover {
	text-decoration: none;
}


/* Custom Logos */
.custom-logos {
	padding: 140px 0;
	background-color: #FBF6EF;
}

.custom-logos ul {
	display: flex;
	flex-wrap: wrap;
  column-gap: 100px;
  justify-content: center;
	row-gap: 70px;
}

@media only screen and (max-width: 768px) {
  .custom-logos ul {
    column-gap: 30px;
  }
}


.custom-logos ul li {
	width: calc(20% - 80px);
	display: flex;
	align-items: center;
	justify-content: center;
}

@media only screen and (max-width: 1300px) {
  .custom-logos ul li {
	width: calc(100%/4 - 80px);
  }
}

@media only screen and (max-width: 1000px) {
  .custom-logos ul li {
	width: calc(100%/3 - 80px);
  }
}

@media only screen and (max-width: 768px) {
  .custom-logos ul li {
	width: calc(100%/2 - 15px);
  }
}

.custom-logos img {
	opacity: .35;
	max-height: 190px;
}

/* end PB Custom */

.solution-intro {
    height: 100vh!important;
}

.solution-intro .fp-tableCell {
height: 100vh!important;
}


.p-0 {
    padding: 0px!important
}

p,
td,
input,
label,
form,
h1,
h2,
h3,
h4,
h5,
h6,
a {
    font-weight: inherit;
}

.mainheaderwrap {
    background: rgba(255, 255, 255, .4);
}

.mainheaderwrap.darkHeader {
    background: rgba(255, 255, 255, 1)!important;
    box-shadow: 0 0 3px #ccc;
}

.custompagewrap section.solution-intro {
    margin-top: 0;
}
.home .spark-abt h3{    max-width: 1060px;}
.custompagewrap .visibility,
.custompagewrap .banner-on-txt {
    visibility: visible!important;
}

.custompagewrap .guiding-org-outer {
    margin-top: 0px;
}

.custompagewrap .aboutsec {
    padding: 50px 0
}

.custompagewrap .footermainsec {
    background: #000000
}

.custompagewrap .footermainsec .fp-tableCell {
    vertical-align: middle
}

.newsfullsec .news-sec h3 {
    margin-bottom: 20px;
}


/*.newsfullsec  .news-box-cont p{display: none}
.newsfullsec .news-box-cont h4{font-size: 30px;} */

.custompagewrap section.solution-intro .fp-tableCell {
    vertical-align: top;
}

body.home .solution-intro {
    position: relative;
}

body.page-template-front-end-new .solution-intro {
    height: 100vh;
    width: 100%;
    display: table;
    position: relative;
    margin: 0;
    max-width: none;
}

body.page-template-front-end-new .solution-intro .solution-img {
    display: table-cell;
    vertical-align: middle;
}
.page-template-front-end-new .solution-intro .solution-img video,
body.home .solution-intro .solution-img video,
body.page-template-front-end-new .solution-intro .solution-img video {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-color: black;
    background-position: center center;
    background-size: contain;
    object-fit: cover;
    object-position: top;
    z-index: 3;
}

.fullsecctionpage .section {
    height: 100vh;
    width: 100%;
    display: table;
    position: relative;
    margin: 0;
    max-width: none;
}

.fullsecctionpage .section .innerfull {
    display: table-cell;
    vertical-align: middle;
}

.fullsecctionpage .solution-intro .solution-img video {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-color: black;
    background-position: center center;
    background-size: contain;
    object-fit: cover;
    z-index: 3;
}

.newsfullsec .darkbtn {
    text-align: right;
    padding-right: 80px;
}

.darkbtn a.link-btn span {
    color: #ea4a4b;
}

.darkbtn a.link-btn {
    border-color: #ea4a4b;
}

.darkbtn a.link-btn:hover i,
.darkbtn a.link-btn i {
    filter: none;
}

.darkbtn a.link-btn:before {
    display: none
}

.contact-with-us .gform_footer .btn,
.butncontact.contact-with-us .gform_footer .btn {
    height: 46px;
    padding: 8px 87px 9px 12px;
    /* padding: 8px 12px; */
    float: none;
    border: 2px solid #e52224;
    position: relative;
}

.contact-with-us .gform_footer .btn span,
.butncontact.contact-with-us .gform_footer .btn span {
    color: #e52224;
    font-size: 12.4px;
}

.contact-with-us .gform_footer .btn i,
.butncontact.contact-with-us .gform_footer .btn i {
    /* background: url(https://spark.webdevstaging.tech/wp-content/themes/sparkus/images/arrow-red.svg); */
    background: url('https://spark.us/wp-content/themes/sparkus/images/arrow-red.svg');
    background-position: center;
    background-repeat: no-repeat;
    font-size: 0px;
    width: 60px;
    height: 20px;
    position: absolute;
    right: 11px;
}

.contact-with-us .gform_footer .btn:hover,
.butncontact.contact-with-us .gform_footer .btn:hover {
    background: #fff;
}

.contact-with-us .gform_footer .btn:hover i,
.butncontact.contact-with-us .gform_footer .btn:hover i {
    right: -44px;
}

.contact-with-us .gform_footer .btn:before,
.butncontact.contact-with-us .gform_footer .btn:before {
    display: none;
}

.contact-with-us .gform_footer,
.butncontact.contact-with-us .gform_footer {
    float: none;
    position: inherit;
    right: 0;
    margin-top: 15px;
    padding-right: 50px;
}

.sticky-social-wrapper .scroll-to-top {
    display: none!important;
}

footer.footer {
    position: relative
}

footer.footer .scroll-top {
    position: absolute;
    display: block!important;
    top: auto;
    bottom: -32px;
    opacity: 1;
    right: 98px;
    z-index: 9;
    pointer-events: auto;
    padding: 10px;
    border: 2px solid #fff;
}

footer.footer .scroll-top a i {
    display: block;
    filter: brightness(0) invert(1);
    transition: all 0.3s ease-in-out;
    text-align: center;
    position: relative;
    margin-top: -35px;
    top: -8px;
}

footer.footer .scroll-top a:hover i {
    top: -22px;
}

footer.footer .scroll-top a {
    background-image: none;
    color: #fff;
    text-decoration: none;
    transition: all 0.25s ease-in-out;
    text-transform: uppercase;
}

footer.footer .scroll-top em {
    font-style: normal;
    font-weight: bold;
    color: #fff;
    margin-top: 2px;
    font-size: 17px;
    position: relative;
    top: 3px;
    transition: all 0.25s ease-in-out;
}

footer.footer .scroll-top span {
    display: block;
    font-size: 44px;
    text-align: center;
    padding-top: 0px;
    margin-top: -9px;
    position: relative;
    top: 4px;
    color: #fff;
}

footer.footer .scroll-to-top a em,
footer.footer .scroll-to-top span {
    color: #fff
}

.page-template-about-page .fade_in_new,
.page-template-about-page [data-aos^=zoom][data-aos^=zoom].aos-animate,
.page-template-about-page .aos-animate {
    -webkit-animation-name: fadeIn!important;
    animation-name: fadeIn!important;
    -webkit-animation-duration: 4s!important;
    animation-duration: 4s!important;
    -webkit-animation-fill-mode: both!important;
    animation-fill-mode: both!important;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0!important;
    }
    100% {
        opacity: 1!important;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0 !important;
    }
    100% {
        opacity: 1!important;
    }
}
.home .section .fadeineffect {
    /* opacity: 0; */
}
.home .fadeIn,
.home .fadeInUp{
    animation-name: unset !important;
    animation-duration: unset !important;
    animation-delay: unset !important;
}
.section.active .fadeineffect {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.contact-form-inner .txt-fld textarea {
    height: auto;
}

.about-banner-container .down-scroll {
    bottom: 23px;
}

.cost-to-cost-cont h1,
.cost-to-cost-cont p,
.cost-to-cost-cont .read-more {
    transform: none!important;
    opacity: 1!important;
}
.page-template-front-end-new.fp-viewing-0 header.mainheaderwrap, 
.home.fp-viewing-0 header.mainheaderwrap,
.page-id-6273 header,
.page-id-6140 header,
.page-id-6237 header,
.page-id-6277 header,
.page-id-6250 header {
    background: rgba(255, 255, 255, 0.0)!important
}
.page-template-front-end-new.mainheaderwrap,
.home header.mainheaderwrap,
.page-id-6273 header .darkHeader,
.page-id-6140 header.darkHeader,
.page-id-6237 header.darkHeader,
.page-id-6277 header.darkHeader,
.page-id-6250 header.darkHeader {
    background: rgba(255, 255, 255, 1)!important
}

.page-id-6273 #middle-content,
.page-id-6140 #middle-content,
.page-id-6237 #middle-content,
.page-id-6277 #middle-content,
.page-id-6250 #middle-content {
    padding-top: 0px;
}
.page-template-front-end-new.fp-viewing-0 header.mainheaderwrap ul.menu li a.col-w,
.home.fp-viewing-0 header.mainheaderwrap ul.menu li a.col-w,
.page-id-6273 header ul.menu li a.col-w,
.page-id-6140 header ul.menu li a.col-w,
.page-id-6237 header ul.menu li a.col-w,
.page-id-6277 header ul.menu li a.col-w,
.page-id-6250 header ul.menu li a.col-w {
    color: #fff;
}
.page-template-front-end-new.mainheaderwrap ul.menu li.active a.col-w,
.page-template-front-end-new.fp-viewing-0 header.mainheaderwrap ul.menu li a.col-w:hover,
.home.fp-viewing-0 header.mainheaderwrap ul.menu li.active a.col-w,
.home.fp-viewing-0 header.mainheaderwrap ul.menu li a.col-w:hover,
.page-id-6273 header ul.menu li.active a.col-w,
.page-id-6273 header ul.menu li a.col-w:hover,
.page-id-6140 header ul.menu li.active a.col-w,
.page-id-6140 header ul.menu li a.col-w:hover,
.page-id-6237 header ul.menu li.active a.col-w,
.page-id-6237 header ul.menu li a.col-w:hover,
.page-id-6277 header ul.menu li.active a.col-w,
.page-id-6277 header ul.menu li a.col-w:hover,
.page-id-6250 header ul.menu li.active a.col-w,
.page-id-6250 header ul.menu li a.col-w:hover {
    color: #fff;
    font-weight: bold;
}

.page-id-6273 header.darkHeader ul.menu li a.col-w,
.page-id-6140 header.darkHeader ul.menu li a.col-w,
.page-id-6237 header.darkHeader ul.menu li a.col-w,
.page-id-6277 header.darkHeader ul.menu li a.col-w,
.page-id-6250 header.darkHeader ul.menu li a.col-w {
    color: #000;
}

.page-id-6273 header.darkHeader ul.menu li.active a.col-w,
.page-id-6273 header.darkHeader ul.menu li a.col-w:hover,
.page-id-6140 header.darkHeader ul.menu li.active a.col-w,
.page-id-6140 header.darkHeader ul.menu li a.col-w:hover,
.page-id-6237 header.darkHeader ul.menu li.active a.col-w,
.page-id-6237 header.darkHeader ul.menu li a.col-w:hover,
.page-id-6277 header.darkHeader ul.menu li.active a.col-w,
.page-id-6277 header.darkHeader ul.menu li a.col-w:hover,
.page-id-6250 header.darkHeader ul.menu li.active a.col-w,
.page-id-6250 header.darkHeader ul.menu li a.col-w:hover {
    color: #000;
    font-weight: bold;
}

.page-id-6273 header.mainheaderwrap:hover,
.page-id-6140 header.mainheaderwrap:hover,
.page-id-6237 header.mainheaderwrap:hover,
.page-id-6277 header.mainheaderwrap:hover,
.page-id-6250 header.mainheaderwrap:hover,
.page-template-front-end-new.fp-viewing-0 header.mainheaderwrap:hover ,
.home.fp-viewing-0 header.mainheaderwrap:hover {
    background: #fff!important
}

.page-id-6273 header ul.menu li a.col-w:hover,
.page-id-6140 header ul.menu li a.col-w:hover,
.page-id-6237 header ul.menu li a.col-w:hover,
.page-id-6277 header ul.menu li a.col-w:hover,
.page-id-6250 header ul.menu li a.col-w:hover,
.page-id-6273 header.mainheaderwrap:hover ul.menu li.active a.col-w,
.page-id-6140 header.mainheaderwrap:hover ul.menu li.active a.col-w,
.page-id-6237 header.mainheaderwrap:hover ul.menu li.active a.col-w,
.page-id-6277 header.mainheaderwrap:hover ul.menu li.active a.col-w,
.page-id-6250 header.mainheaderwrap:hover ul.menu li.active a.col-w,
.page-id-6273 header.mainheaderwrap:hover ul.menu li a.col-w,
.page-id-6140 header.mainheaderwrap:hover ul.menu li a.col-w,
.page-id-6237 header.mainheaderwrap:hover ul.menu li a.col-w,
.page-id-6277 header.mainheaderwrap:hover ul.menu li a.col-w,
.page-id-6250 header.mainheaderwrap:hover ul.menu li a.col-w,
.home.fp-viewing-0 header.mainheaderwrap ul.menu li.active a.col-w,
.page-template-front-end-new.fp-viewing-0 header.mainheaderwrap ul.menu li a.col-w:hover,
.page-template-front-end-new.fp-viewing-0 header.mainheaderwrap:hover ul.menu li a.col-w,
.home.fp-viewing-0 header.mainheaderwrap ul.menu li a.col-w:hover,
.home.fp-viewing-0 header.mainheaderwrap:hover ul.menu li a.col-w {
    color: #000!important;
}

.page-id-6273 #middle-content .solution-in .page-id-6237 #middle-content .solution-intro,
.page-id-6277 #middle-content .solution-intro,
.page-id-6250 #middle-content .solution-intro,
.page-id-6140 #middle-content .solution-intro {
    width: 100%;
    display: table;
    position: relative;
    margin: 0;
    max-width: none;
}

.page-id-6273 #middle-content .solution-img,
.page-id-6237 #middle-content .solution-img,
.page-id-6277 #middle-content .solution-img,
.page-id-6250 #middle-content .solution-img,
.page-id-6140 #middle-content .solution-img {
    vertical-align: middle;
    width: 100%;
}

.page-id-6273 #middle-content .banner-video .solution-img .video-container,
.page-id-6237 #middle-content .banner-video .solution-img .video-container,
.page-id-6277 #middle-content .banner-video .solution-img .video-container,
.page-id-6250 #middle-content .banner-video .solution-img .video-container,
.page-id-6140 #middle-content .banner-video .solution-img .video-container {
    height: 100%;
    padding-bottom: 0px;
}

.page-id-6273 #middle-content .solution-img video,
.page-id-6237 #middle-content .solution-img video,
.page-id-6277 #middle-content .solution-img video,
.page-id-6250 #middle-content .solution-img video,
.page-id-6140 #middle-content .solution-img video {
    position: absolute;
    right: 0;
    bottom: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-color: black;
    background-position: center center;
    background-size: contain;
    object-fit: cover;
    object-position: top;
    z-index: 3;
}

.preloader-text {
    display: none!important;
}

.singleprojetcheading {
    padding: 5% 0 ;
}
.single-projects .singleprojetcheading {
    padding: 5% 0 ;
}

.postid-6029 .singleprojetcheading ,
.postid-5431 .singleprojetcheading {
    padding: 5% 0;
}

.singleprojetcheading .head-description-content h6 {
    margin-bottom: 20px;
}

.singleprojetcheading .head-description-content p {
    margin: 20px 0;
}

.footercontactmainsection .footermainsec footer.footer,
.footermainsec footer.footer {
    padding: 60px 0 25px;
}

.custompagewrap .footercontactmainsection .fp-tableCell {
    vertical-align: bottom
}

.custompagewrap .footercontactmainsection {
    background: linear-gradient(to bottom, rgba(251, 246, 239, 1) 0%, rgba(251, 246, 239, 1) 48%, rgba(0, 0, 0, 1) 49%, rgba(0, 0, 0, 1) 100%);
}

.footercontactmainsection .contact-with-us {
    padding: 120px 0 100px;
}

.footercontactmainsection .contact-form-inner .txt-fld {
    margin-bottom: 38px;
}

.footercontactmainsection .footer-btm {
    padding: 15px 0 20px;
}

.footercontactmainsection .foot-2 ul li {
    display: block;
    margin-bottom: 32px;
}

/*2
#fullpage  .section{transform-style: preserve-3d;
      transform: rotatex(40deg);   transition: .3s;}
#fullpage  .active.section{transform-style: preserve-3d;
    transform: rotateX(0deg);  transition: 1s;}*/
/*
.page-template-about-page .abt-middle-img-container .section-1,
.page-template-about-page .abt-middle-img-container .section-2,
.page-template-about-page .abt-middle-img-container .section-3 {
    position: inherit;
    top: 0;
    width: 100%;
    bottom: 0;
    height: 100%;
    left: 0;
    right: 0;
}

.page-template-about-page .fires-are-buit-sec .text-1,
.page-template-about-page .fires-are-buit-sec .text-2,
.page-template-about-page .fires-are-buit-sec .text-3 {
    opacity: 1;
    top: 0%;
    position: inherit;
    left: 0%;
    padding-top: 50px;
    transform: none;
}

.aboutsec1 .fires-are-buit-sec {
    padding: 80px 0;
    position: relative;
}

.aboutsec1 .fires-are-buit-sec .background {
    display: none;
}

.aboutsec1 .fires-are-buit-sec .our-approch-sec {
    padding: 0px 0;
}

.page-template-about-page .fires-are-buit-sec .text-1 {
    color: #fff;
    padding-top: 0px;
}

.page-template-about-page .fires-are-buit-sec .text-3 {
    color: #fff;
    padding-top: 35px;
}

.page-template-about-page .fires-are-buit-sec .our-approch-outer h3 {
    font-size: 40px;
}

.page-template-about-page .abt-middle-img-container figure {
    margin-top: 0px;
}

.page-template-about-page .about-ext-cont-container .aboutlinesection {
    text-align: center
}

.page-template-about-page .aboutsec6 .lines,
.page-template-about-page .aboutlinesection.aboutsec2 .lines {
    width: 1px;
    position: inherit;
    margin: 38px auto 0;
    background: #ec342e;
    left: auto;
    height: 195px;
    display: block;
}

.page-template-about-page .abt-middle-img-container figure .bg {
    display: none
}

.page-template-about-page .abt-middle-img-container .section-1.aboutsec3,
.page-template-about-page .abt-middle-img-container .aboutsec4,
.page-template-about-page .abt-middle-img-container .aboutsec5 {
    position: relative
}

.page-template-about-page .abt-middle-img-container .text {
    opacity: 1;
}

.page-template-about-page .fires-are-buit-sec-container.aboutsec1 {
    clear: both
}

.page-template-about-page .aboutlinesection.aboutsec2 {
    padding: 50px 0;
    background: #1a1217;
    text-align: center;
    clear: both;
}

.page-template-about-page .aboutsec6 {
    padding: 50px 0;
    background: #fbf6ef;
    text-align: center;
    clear: both;
}

.page-template-about-page .all-in-one {
    padding: 60px 0 650px;
}

.page-template-about-page .aboutlinesection.aboutsec2 h5 {
    color: #fff;
    font-size: 22px;
    font-family: 'InkaBText-BoldItalic';
    line-height: 22px;
    letter-spacing: 4.4px;
    color: #fff;
}

.page-template-about-page .aboutsec6 h5 {
    font-size: 22px;
    font-family: 'InkaBText-BoldItalic';
    line-height: 22px;
    letter-spacing: 4.4px;
    color: #1a1217;
}*/

#workmenu .nav_subtitle {
    text-transform: uppercase;
}

.home section.solution-intro .fp-tableCell {
    position: relative
}
 

.single-projects .singleprojetcheading .head-description-content h3 {
    word-spacing: 0px;
}

.newsfullsec .news-sec {
    padding: 60px 0 30px;
}

.newsfullsec .news-sec .news-box-cont {
    height: auto!important;
    margin-bottom: 30px;
}

.newsfullsec .news-box-cont p {
    font-size: 16px;
}

.newsfullsec .news-box-cont h4 {
    font-size: 24px;
}

.newsfullsec .news-sec h3 {
    margin-bottom: 38px;
}

.sticky-social-wrapper .sticky-social-links {
    opacity: 1
}

.sticky-social-wrapper .sticky-social-links.isStuck {
    position: fixed;
}

.sticky-social-wrapper .sticky-social-links,
.sticky-social-wrapper .sticky-social-links.isStuck {
    bottom: 46px;
}

.sticky-social-wrapper .sticky-social-links.get-touch.linksAreBlack,
.sticky-social-wrapper .sticky-social-links.icon-blue.get-touch.linksAreBlack.isStuck {
    bottom: 228px;
    left: 0;
}

.sticky-social-links li a span,
.img-left-cont a {
    color: #a9d2d5;
}

.about-banner-container {
    height: 100vh;
    background: #000;
    display: table;
    width: 100%;
    vertical-align: middle;
}

.about-banner-container .about-banner {
    height: 100%;
}

.about-banner-container .about-banner .about-banner-content {
    top: 50%;
    left: 50%;
    bottom: auto;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
}

.about-banner-container .about-banner .about-banner-content h1 {
    font-size: 40px;
}

.thoughts .article-meta {
    display: none;
}


/*.brand-capability-box.box-btm-bdr:last-child ,
.brand-capability-box.box-btm-bdr:nth-last-child(2)*/

.page-id-6237 .brand-capability-box.box-btm-bdr:nth-last-child(2),
.page-id-6250 .brand-capability-box.box-btm-bdr:nth-last-child(2) {
    border-bottom: 1px solid #000;
}

.single-projects .isContentArea .layout-sub-heading-1 p {
    font-size: 30px;
}

.single-projects .our-partners .our-partner-outer ul li {
    margin: 0px 0px 25px !important;
    width: 20%;
    padding: 12px 7px;
}

.single-projects .our-partner-outer ul li figure img {
    width: 89%;
}
.newsfullsec .more-news-sec {    margin-top: 3px;}
.newsfullsec .more-news-sec .link-btn  {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1.33px;
    line-height: 1.19;
    color: #e62124!important;
    position: relative;
    padding-bottom: 0;
    position: relative;
}
.newsfullsec .more-news-sec .link-btn:before  {
    position: absolute;
    width: 100%;
    right: 0;
    border-bottom: 1px solid #e62124;
    content: '';
    bottom: -11px;
    transition: all 0.2s ease-in-out;
}
.newsfullsec .more-news-sec .link-btn {
    border-bottom: none;
    padding-bottom: 0;
    border: none;
}
.newsfullsec .more-news-sec .link-btn i {
    font-size: 18px;    display: inline-block;
    margin-left: 5px;
    font-style: normal;
    position: relative;
    transition: all 0.2s ease-in-out;
    right: 0;
}
 .newsfullsec .more-news-sec  .link-btn:hover:before {
    right: 0;
    transition: all 0.2s ease-in-out;
    width: 0;
}
.newsfullsec  .more-news-sec  .link-btn:hover i {
    right: -4px;
    transition: all 0.2s ease-in-out;
}
.isContentArea .quote-sec.cost-sec h3{font-size: 40px;}
.contact-new-page .gallery-row{
    overflow: hidden;
}
 .newsfullsec .news-box {
    max-width: 100%!important; margin-right: 0px!important;
}
.news-carousel .owl-nav ,.news-carousel  .owl-dots{display:none!important}
.deskviewshow {}
.mobshow {display:none!important;}

section.footercontactmainsection.maininner-footer{    z-index: 9;
    position: relative;
}
.scroll-top-wrapper, .sticky-social-wrapper{  z-index: 99;}
.page-template-about-page .sticky-social-links{  z-index: 999;} 
.page-template-about-page  .scroll-top-wrapper,.page-template-about-page   .sticky-social-wrapper {
    z-index: 9;
}

.page-template-about-page section.footercontactmainsection.maininner-footer {
    z-index: 91;
    
}
 .aboutsticky.scroll-top-wrapper {
   display:none;
}
.page-template-about-page  .aboutsticky.scroll-top-wrapper {
    z-index: 99;    display: block;
}
.brand-box .read-more.wt.c-soon.mob-show{
   display:none;
	position: absolute;
    top: 0;
    left: 19px;
}

.hero-wrapper.wrapper.banner-video video.deskvideos{display: block;}
.hero-wrapper.wrapper.banner-video video.mobvideos{display: none;}




@media (min-width:1920px) {
	.singleprojetcheading .head-description-content h3 {
font-size: 37px !important; }
.single-projects .singleprojetcheading .head-description-content h3 {
font-size:40px !important; }
}	
 
@media (min-width:1700px) {
    .page-template-about-page .fires-are-buit-sec .our-approch-outer h3 {
        font-size: 30px;
    }
    .about-banner-container .about-banner .about-banner-content h1 {
        font-size: 70px;
    }
    .aboutsec1 .fires-are-buit-sec {
        padding: 270px 0;
        position: relative;
    }
    .newsfullsec .news-sec {
        padding: 50px 0;
    }
    .newsfullsec .news-sec h3 {
        margin-bottom: 65px;
    }
    .newsfullsec .news-sec {
        padding: 60px 0 0px;
    }
    .newsfullsec .news-sec .news-box-cont {
        height: auto!important;
        margin-bottom: 40px;
    }
    .newsfullsec .news-box-cont h4 {
        font-size: 37px;
    }
    .newsfullsec .news-box-cont p {
        font-size: 20px;
    }
    /* .footercontactmainsection .contact-with-us {
        padding: 182px 0;
    } */
    .home .footercontactmainsection .contact-with-us {
        padding: 10px 0 130px;
    }
    .contact-with-us .gform_footer,
    .butncontact.contact-with-us .gform_footer {
        margin-top: 50px;
    }
     .maininner-footer .contact-with-us {
        padding: 220px 0 140px;
    }
}

@media (min-width:1680px) {
    .singleprojetcheading .head-description-content {
    max-width: 100%;}
    .page-id-6140 #middle-content .solution-intro {
        height: 94vh;
    }
    .page-id-6140 #middle-content .banner-video .solution-img .video-container .video-wrapper {
        height: 94vh;
    }
}

.page-id-6140 #middle-content .solution-intro {
    height: 100vh;
}

.page-id-6140 #middle-content .banner-video .solution-img .video-container .video-wrapper {
    height: 100vh;
}

.our-partners .our-partner-outer ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

.our-partners .our-partner-outer ul li {
    margin: 0px 0 25px!important;
    width: 25%;
    padding: 21px 62px;
}

.releted-work h3.h3 {
    font-size: 48px;
}

.category .category-type-filters,
.blog .category-type-filters {
    padding-top: 105px;
}

.category .card,
.blog .card {
    padding: 0px;
    border: none;
}

.category .col,
.blog .col {
    -ms-flex-preferred-size: inherit;
    flex-basis: auto;
    -ms-flex-positive: inherit;
    flex-grow: inherit;
    max-width: 100%;
}

.post-feed-wrapper article .card-img-box .tag span.btn,
.post-feed-wrapper article .card-text .category a {
    font-weight: 600;
}

.post-feed-wrapper article .card-text h3 a {
    font-weight: 500;
}

.post-feed-wrapper article .card-img-box .tag span.btn {
    font-size: 20px;
    line-height: 22px;
    font-weight: 600;
}

.blog .pagination {
    display: block
}

.isLightGray {
    background-color: #f6f6f6;
}

.related-articles .card {
    padding: 0 0;
}


@media (max-width:1600px) {
    .page-template-about-page .fires-are-buit-sec .our-approch-outer h3 {
        font-size: 32px;
    }
    /*.aboutsec1 .fires-are-buit-sec {
        padding: 188px 0;
        position: relative;
    }*/
    .newsfullsec .fp-tableCell {
        padding-top: 30px;
    }
    /*.read-more a {
        height: 46px!important;
        padding: 9px 87px 9px 12px!important;
    }*/
    .read-more a span {
        font-size: 12.4px;
    }
     .newsfullsec .news-sec h3 {
        margin-bottom: 40px;
    }
    .newsfullsec .news-box-cont p {
        font-size: 15px;
    }
        
    /* .newsfullsec .news-sec {
        padding: 25px 0 200px;
    }*/
    .newsfullsec .news-box figure {
        margin-bottom: 15px;
    }
    .newsfullsec .news-box-cont h4 {
        font-size: 24px;
    }
    /*  .footercontactmainsection .contact-with-us {
    padding: 60px 0 50px;
}*/
    .footercontactmainsection .footermainsec footer.footer,
    .footermainsec footer.footer {
        padding: 60px 0;
    }
    /* .footercontactmainsection .contact-with-us {
        padding: 60px 0 26px;
    } */

}


@media (max-width:1580px) {
    
    .newsfullsec .fp-tableCell {
        padding-top: 30px;
    }
   /* .read-more a {
        height: 46px!important;
        padding: 9px 87px 9px 12px!important;
    }*/
    .read-more a span {
        font-size: 12.4px;
    }
    .newsfullsec .news-sec h3 {
        margin-bottom: 60px;
    }
    .newsfullsec .news-box-cont p {
        font-size: 15px;
    }
      
   
    .newsfullsec .news-box figure {
        margin-bottom: 15px;
    }
    .newsfullsec .news-box-cont h4 {
        font-size: 24px;
    }
    
    .footercontactmainsection .footermainsec footer.footer,
    .footermainsec footer.footer {
        padding: 60px 0 25px;
    }
   
     /* .footercontactmainsection .contact-with-us {
        padding: 60px 0 40px;
    } */
     .maininner-footer .contact-with-us {
        padding:90px 0 60px;
    }

}


@media (max-width:1400px) {     
    .newsfullsec .news-sec h3 {
        margin-bottom: 20px;
        font-size: 40px;
    }
    .newsfullsec .fp-tableCell {
        padding-top: 30px;
    }
    /*.read-more a {
        height: 46px!important;
        padding: 9px 87px 9px 12px!important;
    }*/
    .read-more a span {
        font-size: 12.4px;
    }
    .newsfullsec .news-sec h3 {
        margin-bottom: 60px;
    }
    .newsfullsec .news-box-cont p {
        font-size: 15px;
    }
    .newsfullsec .news-sec {
        padding: 25px 0 0
    }
    .newsfullsec .news-box figure {
        margin-bottom: 15px;
    }
   
    .newsfullsec .news-box-cont h4 {
        font-size: 24px;
    }
    .footercontactmainsection .contact-form-inner .txt-fld {
        margin-bottom: 34px;
    }
    .custompagewrap .footercontactmainsection .contact-form-inner .txt-fld {
        margin-bottom: 15px;
    }
    .custompagewrap .footercontactmainsection .contact-with-us {
        padding: 94px 0 ;
    }
    .footercontactmainsection .footermainsec footer.footer,
    .footermainsec footer.footer {
        padding: 40px 0;
    }
    .custompagewrap .footercontactmainsection .footer-btm {
        padding: 20px 0 15px;
    }
}
@media (max-width:1380px) { 
    .newsfullsec .news-sec h3 {
        margin-bottom: 30px;
    }
.custompagewrap .footercontactmainsection .contact-with-us {
    padding: 40px 0 50px;
}
 .maininner-footer .contact-with-us {
        padding:90px 0 60px;
    }


}
@media (max-width:1370px) { 
	.we-serv-box figure{    width: 530px;}

}

@media (max-width:1080px) { 
	/* .team-members .container,
.page-template-about-page  .all-in-one .container{
    padding:0px;
} */
	.page-template-about-page  .fom-cost-to-cost {  margin-top: -100px;}
	.page-template-about-page .cost-to-cost-cont h1 {
    font-size: 54px;   
}
	.contact-with-us .gform_footer {
     
    text-align: left!important;
	}
	.page-template-template-contact-page  .gallery-left figure{padding-bottom:0px;}
	.page-id-6510 .gallery-right {
    padding: 100px 30px 30px;
}
	.about-banner-container .about-banner .about-banner-content h1 {
    font-size: 44px;
}
	.gallery-2-columns-same-size .span_1_of_2  .gallery-cont .g-btn-link span, .gallery-row figure  .gallery-cont .g-btn-link span {
    visibility: visible;
    opacity: 1;
    transition: all 0.25s ease-in-out;
}
}
@media (min-width:768px) {
.mainheaderwrap .subnav{position:fixed;}
    
    .newsfullsec .news-sec-outer{display: flex;}
    .newsfullsec .news-box{
    max-width: 100%;
}
.our-partners .our-partner-outer ul li {  
    padding: 21px 25px;
}
/*.home.fp-viewing-0 header.mainheaderwrap, .page-id-6273 header, .page-id-6140 header, .page-id-6237 header, .page-id-6277 header, .page-id-6250 header {
    background: rgb(255 255 255)!important;
}*/
}
@media only screen and (max-width: 1080px) and (min-width: 799px)  
{
 .footercontactmainsection .footermainsec footer.footer,
 .footermainsec footer.footer {
    padding: 30px 0;
}
.custompagewrap .footercontactmainsection .contact-with-us {
    padding: 40px 0 82px;
}
 }


@media only screen and (max-width: 800px) and (min-width: 768px)  
{.custompagewrap .footercontactmainsection .contact-with-us {
    padding: 40px 0 188px;
}
.footercontactmainsection .footermainsec footer.footer,
.footermainsec footer.footer {
    padding: 50px 0;
}
 }
@media (max-width:768px) {	.page-id-6510 .gallery-right {
    padding: 40px 30px  80px;
}
}


@media (max-width:767px) {
	
	.overlayimg:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(../images/overlay.svg) no-repeat;
    content: '';
    background-size: cover;
}
	
	
.hero-wrapper.wrapper.banner-video video.deskvideos{display: none;}
.hero-wrapper.wrapper.banner-video video.mobvideos{display: block;}


	.page-template-front-end-new  .footercontactmainsection.maininner-footer{display:none;}
	.gform_wrapper .txt-fld .ginput_container_textarea{    padding-bottom:5px;
    border-bottom: .5px solid #000;}
	.gform_wrapper .txt-fld .ginput_container_textarea textarea { border-bottom: none;}
	 	.brand-box .read-more.wt.c-soon.mob-show{display:inline-block;}
	.mainheaderwrap{overflow:visible}
	/*.mainheaderwrap .logo img{ position:relative;left:-1px;}*/
	.page-template-about-page  .fires-are-buit-sec .container {
    padding: 0 0px;
}
	.page-template-about-page .cost-to-cost-sec{
    z-index: 999999;
}
    .page-template-about-page .fom-cost-to-cost {
    margin-top: -64px!important;
  
}
    #fp-nav.fp-right {display:none!important}
.mobshow {display:block!important;}
    .custompagewrap .footercontactmainsection.mob-contact  {background:#fbf6ef;}
        .custompagewrap .footercontactmainsection.mobfooter {background:#000;}
            .custompagewrap .footercontactmainsection.mobfooter .fp-tableCell ,
    .custompagewrap .footercontactmainsection.mob-contact   .fp-tableCell {
    vertical-align:middle;
}
 
    .custompagewrap .footercontactmainsection .contact-form-inner .txt-fld {
    margin-bottom: 20px;
} 
    .custompagewrap .footercontactmainsection.footmobsec {background:#000;}
  /*  .page-template-about-page .abt-middle-img-container .section-1.aboutsec3,
    .page-template-about-page .abt-middle-img-container .aboutsec4,
    .page-template-about-page .abt-middle-img-container .aboutsec5 {
        height: 100vh;
    }
    .page-template-about-page .all-in-one {
        padding: 50px 0;
    }
    .page-template-about-page .abt-middle-img-container figure {
        height: 100%;
    }
    .fires-are-buit-sec {
        height: auto;
    }
    .page-template-about-page .fires-are-buit-sec .text-2 .container {
        padding: 0px;
    }*/
    #myVideo {
        position: absolute;
        right: 0;
        bottom: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-size: 100% 100%;
        background-color: black;
        background-position: center center;
        background-size: contain;
        object-fit: cover;
        z-index: 3;
    }
    #myVideoMob {
        position: absolute;
        right: 0;
        bottom: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-size: 100% 100%;
        background-color: black;
        background-position: center center;
        background-size: contain;
        object-fit: cover;
        z-index: 3;
    }
    .contact-new-page .gallery-left figure{padding-bottom: 0px;}
    .our-partners .our-partner-outer ul li {
    margin: 0px 0 15px!important;
    width: 25%;
    padding:0;
}   .page-template-front-end-new.fp-viewing-0 header.mainheaderwrap ul.menu li a.col-w,
    .page-template-front-end-new.fp-viewing-0 header.mainheaderwrap ul.menu li.active a.col-w,.page-template-front-end-new.fp-viewing-0 header.mainheaderwrap ul.menu li a.col-w:hover,  .home.fp-viewing-0 header.mainheaderwrap ul.menu li.active a.col-w, .home.fp-viewing-0 header.mainheaderwrap ul.menu li a.col-w:hover, .page-id-6273 header ul.menu li.active a.col-w, .page-id-6273 header ul.menu li a.col-w:hover, .page-id-6140 header ul.menu li.active a.col-w, .page-id-6140 header ul.menu li a.col-w:hover, .page-id-6237 header ul.menu li.active a.col-w, .page-id-6237 header ul.menu li a.col-w:hover, .page-id-6277 header ul.menu li.active a.col-w, .page-id-6277 header ul.menu li a.col-w:hover, .page-id-6250 header ul.menu li.active a.col-w, .page-id-6250 header ul.menu li a.col-w:hover,.home.fp-viewing-0 header.mainheaderwrap ul.menu li a.col-w, .page-id-6273 header ul.menu li a.col-w, .page-id-6140 header ul.menu li a.col-w, .page-id-6237 header ul.menu li a.col-w, .page-id-6277 header ul.menu li a.col-w, .page-id-6250 header ul.menu li a.col-w{color: #000}
    .page-template-about-page  .full-img figure {height:100%}

    .say-something-sec h2{letter-spacing:1px;}
}

@media (max-width:680px) {
	.container {
    padding: 0 10px;
}
	.our-partners .our-partner-outer ul li {
    width: 50%;
  
}
	.page-template-about-page .cost-to-cost-cont h1 {
    font-size: 30px;
}
        .custompagewrap .footercontactmainsection.mobfooter .fp-tableCell {
    vertical-align: middle;
}
.read-more a {   
    margin-bottom: 15px;
}
    .banner-video .solution-img .video-container .video-wrapper { height: 92vh;}
    .page-id-6250  .banner-video .solution-img .video-container .video-wrapper, 
    .page-id-6277  .banner-video .solution-img .video-container .video-wrapper { height: 100vh;}
        .footercontactmainsection  .footer-btm-left p,  .footercontactmainsection  .f-list ul li a,
    .f-btm a, .foot-2 ul li a, .foot-1 a  ,.foot-1 p, .foot-2 p, .foot-1 a, .foot-2 a, .foot-1 p, .foot-2 p a {
    font-size: 14px;
    line-height: 23px;
}
    .footercontactmainsection .foot-2 ul li{   margin-bottom: 8px;}
    .custompagewrap .footercontactmainsection .footer-btm {
    padding: 10px 0 10px;
}
    
        .footercontactmainsection .foot-1 , .footercontactmainsection .foot-2{
    margin-bottom: 12px;
}
    .page-template-about-page .fires-are-buit-sec .our-approch-outer h3 {
    font-size: 20px;
    line-height: 28px;

}
    .our-approch-outer h3 span {
    font-size: 20px;
    line-height: 26px;
}
    .banner-on-txt {
    bottom: 70px;
}
	footer .row .col-6 {
    max-width: 100%;
    flex: 0 0 100%;
}
 
}
@media (max-width:480px) {
	.single-projects .isContentArea .layout-sub-heading-1 p {
    font-size: 26px;
}
	.container {
    padding: 0 10px;
}
.custompagewrap .footercontactmainsection .contact-with-us {
    padding: 40px 0 0px;
}
	.page-id-10 .isContentArea .layout-sub-heading-1 p .s1{font-size: 30px;}
.careers .isContentArea .section-text p, .parent-pageid-10 .isContentArea .section-text ul li {
    font-size: 16px;
    line-height: 26px;
}
		.page-id-6473 .head-description-content .read-more a {
    width: auto!important;
    margin-top: 13px;
}
	.footercontactmainsection .footermainsec footer.footer,
    .footermainsec footer.footer { padding: 30px 0;}
	.section .fp-tableCell{position:relative}
	.section .fp-tableCell figure{position:inherit;}
}

@media (max-width:340px) {
	.read-more a {
    
    padding: 9px 80px 9px 11px;
}
	 
	.read-more a span{font-size:11px;}
	.page-template-about-page .cost-to-cost-cont h1 {
    font-size: 24px;
}
	.custompagewrap .footercontactmainsection .contact-with-us {
    padding: 40px 0 ;
}
.custompagewrap .footercontactmainsection.mobfooter .fp-tableCell {
    vertical-align: bottom;
}
            .footercontactmainsection  .footer-btm-left p,  .footercontactmainsection  .f-list ul li a,
    .f-btm a, .foot-2 ul li a, .foot-1 a  ,.foot-1 p, .foot-2 p, .foot-1 a, .foot-2 a, .foot-1 p, .foot-2 p a {
    font-size: 12px;
    line-height: 19px;
}
    .footercontactmainsection .foot-2 ul li {
    margin-bottom:10px;
}
    .footercontactmainsection .foot-1, .footercontactmainsection .foot-2 {
    margin-bottom:10px;
}
    .foot-2 h4, .foot-1 h4 {
    font-size: 13px;
       margin-bottom: 3px;
}
    .custompagewrap .aboutsec {    padding: 0;}
    .hm-about-outer p {     font-size: 17px;}
    .hm-about-outer h1 {
        font-size: 40px;}
    .spark-abt h3 {
    font-size: 20px;
}
.newsfullsec .news-sec h3 {
    margin-bottom: 20px;
    font-size: 34px;
}
    .newsfullsec .news-box-cont h4 {
    font-size: 20px;
    margin-bottom: 9px;
}
    .news-box-cont h6 { margin-bottom: 7px;}
    .head-description-content h3 {
    font-size: 20px;
}
    .brand-capability-box h5 {
    font-size: 22px;    letter-spacing: 1px;
    }
    .brand-capability-box p {
        font-size: 16px;    max-width: 100%;}
    .gallery-cont.large_image_larger_font h4, .gallery-cont.bottom_image_larger_font h4, .gallery-cont.top_image_larger_font h4, .large-box-content h3, .gallery-cont h4, .brand-box-content h3,
    .parent-pageid-10 .isContentArea .section-headline h2, .h3, .brand-capabilities h3, .brand-box-content h3, .brand-des h3 {
        font-size: 22px;}
    .our-partners h3 {
    margin-bottom: 30px !important;
    font-size: 30px;
    line-height: 38px;
}
    .our-partners .our-partner-outer ul li {  
    width: 50%;
     
}
.isContentArea .layout-sub-heading-1 p .s1, .head-description-content h3 {
    font-size: 30px;
}  
     .page-template-about-page .fires-are-buit-sec .our-approch-outer h3 ,  .our-approch-outer h3 span {
    font-size: 18px;
    line-height:24px;
}
    
}
.about-banner-container {
   
    background: #1b1217!important;
   
}


    


