@charset "UTF-8";
* {
	margin: 0 !important;
	padding: 0 !important;
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 16px;
	list-style: none;
}
*:focus {
    outline: none;
}

.montserrat-light {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 300;
  font-style: normal;
}

.montserrat-extrabold {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}

body {
  
}

.main-wrapper {width: 100%;}
.content-wrapper {text-align: center; padding: 50px 0!important;}
.banner-holder {
	background: url(images/domestic-banner.png) no-repeat;
    background-size: cover;
    background-position: center;
    padding: 20px 0 !important;
    height: 710px;
}
.whyviva-holder{
	background: #F4F4F4;
}
.banner-holder h1 {
	font-family: "Montserrat", sans-serif;
	font-weight: 800;
	font-size: 40px;
	width: 80%;
	color: #fff;
}
.banner-holder h1 span {
	font-family: "Montserrat", sans-serif;
	font-weight: 300;
	font-size: 35px;
}
.content-holder {width: 96%; max-width: 1200px; margin: 0 auto !important;}
.logo-holder img {width: 100%;}
.banner-left {
	padding: 20px 0!important;
}
.heading-holder {
	margin-top: 50px!important;
	text-align: left;
}
.form-holder {
    margin: 65px 0 0 !important;
    background: #22AAE2;
    border-radius: 25px;
}
.form-content {
	width: 90%;
	margin: 20px auto!important;
	text-align: center;
}
.form-line {
	font-size: 25px;
	color: #fff;
	text-transform: uppercase;
}
.hr-line {
	height: 1px;
	width: 30%;
	background: #fff;
	margin: 10px auto!important;
}
.form-content .txtbox, .form-content select {
    width: 100%;
    border: none;
    background: #fff;
    border-radius: 10px;
    padding: 10px !important;
    margin-top: 15px !important;
	color: #686060;
} 
.but-submit {
	background: #373435;
	border-radius: 50px;
	font-size: 19px;
	color: #fff;
	padding: 5px 40px!important;
	margin-top: 15px!important;
	text-transform: uppercase;
}
.about-holder {
	text-align: center;
	padding: 40px 0!important;
}
h2 {
	font-size: 32px;
	color: #22AAE2;
	margin-bottom: 30px!important;
	font-weight: 600;
}
.about-holder p {
	margin-bottom: 20px!important;
}
.benefit-card {
	color: #7B7B7B;
}
.benefit-card img {
	width: 40%;
}
.benefit-card h3 {
	color: #373435;
	font-size: 27px;
	font-weight: 600;
	margin-top: 20px!important;
}
.product-holder {
	background-image: linear-gradient(to top right, #005274, #22AAE2);
}
.product-holder h2 {
	color: #fff;
}
.product-card img {
	width: 70%;
}
.product-card h3 {
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
	margin-top: 20px!important;
}
.application-holder {
	text-align: left !important;
	padding: 0!important;
}
.application-holder h2 {
	text-transform: uppercase;
	color: #22AAE2;
	font-size: 50px;
	line-height: 40px;
	margin: 170px 0!important;
}

.application-holder h2 span {
	font-size: 34px;
	font-weight: 400;
	color: #8E8E8E;
}
.application-right {
	position: relative;
}
.application-right .img-holder img {
	width: 100%;
	height: 450px;
	object-fit: cover;
}
.application-right .application-txt {
	position: absolute;
	color: #fff;
	font-size: 27px;
	z-index: 1;
	bottom: 0;
	padding: 20px !important;
	padding-top: 100px !important;
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7525603991596639) 100%);
	width: 100%;
	padding-bottom: 5px !important;
}

.slider_Applications button {margin:0; padding:0; background:none; border:none; border-radius:0; outline:none; -webkit-appearance:none; -moz-appearance:none; appearance:none;}
.slider_Applications .slide-arrow {position:absolute; bottom:0; z-index:1;}
.slider_Applications .prev-arrow {right:50px; width:50px; height:50px; background:url("images/whiteArrowL.png") no-repeat center center; cursor:pointer; background-size:30px auto;}
.slider_Applications .next-arrow {right:0px; width:50px; height:50px; background:url("images/whiteArrowR.png") no-repeat center center; cursor:pointer; background-size:30px auto;}

.certificate-holder {
	text-align: center;
	padding: 40px 0!important;
}
.application-holder{
	background: #E9F9FF;
}
.certificate-holder ul {
		display: grid;
	grid-template-columns: auto auto auto auto auto auto;
	grid-gap: 10px;
}
.certificate-holder ul li {
	list-style: none;
}
.certificate-holder ul li img {
	width: 100%;
}
.project-card {
	position: relative;
	margin: 0 5px !important;
}
.project-card img {
	width: 100%;
	aspect-ratio: 4/5;
	object-fit: cover;
}
.project-txt {
	position: absolute;
	bottom: 0;
	padding: 15px !important;
	text-align: left;
	padding-top: 100px !important;
	background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7525603991596639) 100%);
	width: 100%;
}
.project-txt p {
	font-size: 18px;
	color: #fff;
	font-weight: 600;
}
.project-txt p.project_location {
	font-size: 14px;
	font-weight: 400;
}
.footer-holder .content-holder{
	border-top: 1px solid #C4C4C4;
	padding-top: 30px !important;
}
.footer-holder .content-holder p {
	font-size: 12px;
}
.social-holder {
	margin: 0 auto !important;
	margin-top: 10px !important;
	display: grid;
	grid-template-columns: auto auto auto auto;
	grid-gap: 10px;
	width: 10%;
}
.social-holder a {
	border: none;
}
.thankyou-txt {
	color: #fff;
	font-size: 20px;
	padding: 100px 0!important;
}
.wpWrap {
    position: fixed;
    top: 50%;
    right: -120px;
    transform: translateY(-50%);
	transition: 0.5s;
	box-shadow: 0px 0px 10px 0px #535353de;
	border-radius: 5px 0 0 5px;
}
.wpWrap:hover{
	right: 0;
}
.wpWrap a, .callWrap a{
	text-decoration: none;
    display: flex;
    align-items: center;
    background-color: #fff;
    padding: 6px !important;
    border-radius: 5px 0 0 5px;
	gap: 15px;
	padding-right: 10px !important;
}
.wpWrap a span{
	color: #000;
}
.wpWrap a .wpIcon{
	width: 35px;
    height: 35px;
    border-radius: 3px;
    background-color: #00c241;
    display: flex;
    color: #fff;
    justify-content: center;
    align-items: center;
    font-size: 22px;
}
.wpWrap a .wpIcon > i{
	font-size: 20px;
}

.callWrap{
	position: fixed;
    top: 57%;
    right: -150px;
    transform: translateY(-50%);
	transition: 0.5s;
	box-shadow: 0px 0px 10px 0px #535353de;
	border-radius: 5px 0 0 5px;
}
.callWrap:hover{
	right: 0;
}
.callWrap a span{
	color: #000;
}
.callWrap a .callIcon{
	width: 35px;
    height: 35px;
    border-radius: 3px;
    background-color: #000;
    display: flex;
    color: #fff;
    justify-content: center;
    align-items: center;
    font-size: 20px;
}
.callWrap a .callIcon > i{
	font-size: 16px;
}
@media only screen and (max-width: 600px) {
	.banner-holder{
		height: auto;
	}
}
@media only screen and (max-width: 600px) {
	.content-holder {
		width: 100%;
	}
	.banner-holder {
        background-size: 165%;
        background-position: top left;
        padding-bottom: 0 !important;
    }
	.logo-holder {
		text-align: left;
	}
	.banner-left {
    padding: 0 !important;
}
	.banner-holder h1 {
		width: 100%;
		font-size: 34px;
	}
	.banner-holder h1 span {
    font-size: 24px;
}
	.logo-holder, .heading-holder {
		width: 90%;
		margin: 0 auto !important;
	}
	
	.logo-holder img {
		width: 30%;
	}
	.social-holder {
		width: 30%;
	}
	.heading-holder {
		margin-top: 170px !important;
	}
	.form-holder {
		border-radius: 0;
		margin-bottom: 0 !important;
	}
	.application-holder h2 {
    margin: 70px 2% !important;
}
	.certificate-holder ul {
		grid-template-columns: auto auto auto;
		grid-gap: 20px;
		width: 94%;
		margin: 0 auto !important;
}
	.footer-holder {
		padding: 20px 0 !important;
		width: 94%;
		margin: 0 auto !important;
	}
}
@media only screen and (max-width: 500px) {
.heading-holder {
	margin-top: 100px !important;
}
}
@media only screen and (max-width: 420px) {
.heading-holder {
	margin-top: 90px !important;
}
.banner-holder h1 {
	width: 100%;
	font-size: 22px;
}
}


.ctaBtnWrap{
	text-align: center;
	margin-bottom: 50px !important;
}
.ctaBtnWrap .ctaBtn{
	width: 100%;
	max-width: 250px;
	display: inline-block;
	background-color: #22AAE2;
	padding: 15px 40px !important;
}
.fixCtaBtn{
	display: none;
}
@media (max-width: 767px){
	.footer-holder{
		padding-bottom: 120px !important;
	}
	.fixCtaBtn{
		left: 0;
		right: 0;
		bottom: 0;
		display: block;
		position: fixed;
		background-color: #fff;
		margin-bottom: 0 !important;
		border-top: 5px solid #22AAE2;
		padding-bottom: 15px !important;
	}
}