@import url('https://fonts.googleapis.com/css2?family=Albert+Sans:ital,wght@0,100..900;1,100..900&family=Amarante&display=swap');
:root{
    --theme-color:#033CA9;
    --black-theme-color:#000;
}
body{
    font-family: "Albert Sans", sans-serif !important;
}
.zcwf_row input{
	width: 100%;
}
.padding-all-side{
	padding: 100px 8%;
}
.use-font-w-500{
    font-weight: 500;
}
.use-theme-color{
    color:var(--theme-color);
}
.use-dif-font-family{
    font-family: "Amarante", serif !important;
}
.h1-small{
    font-size: 60px;
}
.h1-big{
    font-size: 62px;
}
h2{
    font-size: 50px;
}
h3{
    font-size: 30px;
}
h4{
	font-size: 32px;
}
.banner-p{
    font-size: 32px;
}
.font-14{
    font-size: 14px;
}
.no-inceament-dec::-webkit-inner-spin-button,
.no-inceament-dec::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.obj-with-position{
	object-fit: cover;
	object-position: center;
}
.form-check-input:checked {
    background-color: var(--theme-color);
    border-color: var(--theme-color);
}
.form-check-input:focus {
	border-color: var(--theme-color);
    box-shadow:none;
}
.use-justify-text{
	text-align: justify;
}
/* Captcha */
.captcha {
      background-color:#f9f9f9;
      border:2px solid #d3d3d3;
      border-radius:5px;
      color:#4c4a4b;
      display:flex;
      justify-content:space-around;
      align-items:center;
  }
  .text {
	font-size:20px;
	font-weight:500;
	margin-right:1em;
}
.spinner {
	position:relative;
	width:2em;
	height:2em;
	display:flex;
	margin:2em 1em;
	align-items:center;
	justify-content:center;
}
.captcha-input[type="checkbox"] { position: absolute; opacity: 0; z-index: -1; }
.captcha-input[type="checkbox"]+.checkmark {
	display:inline-block;
	width:2em;
	height:2em;
	background-color:#fcfcfc;
	border:2.5px solid #c3c3c3;
	border-radius:3px;
	display:flex;
	justify-content:center;
	align-items:center;
	cursor: pointer;
}
.captcha-input[type="checkbox"]+.checkmark span {
	content:'';
	position:relative;/*
	position:absolute;
	border-bottom:3px solid;
	border-right:3px solid;
	border-color:#029f56;*/
	margin-top:-3px;
	transform:rotate(45deg);
	width:.75em;
	height:1.2em;
	opacity:0;
}
.captcha-input[type="checkbox"]+.checkmark>span:after {
	content:'';
	position:absolute;
	display:block;
	height:3px;
	bottom:0;left:0;
	background-color:#029f56;
}
.captcha-input[type="checkbox"]+.checkmark>span:before {
	content:'';
	position:absolute;
	display:block;
	width:3px;
	bottom:0;right:0;
	background-color:#029f56;
}
.captcha-input[type="checkbox"]:checked+.checkmark {
	animation:2s spin forwards;
}
.captcha-input[type="checkbox"]:checked+.checkmark>span {
	animation:1s fadein 1.9s forwards;
}
.captcha-input[type="checkbox"]:checked+.checkmark>span:after {animation:.3s bottomslide 2s forwards;}
.captcha-input[type="checkbox"]:checked+.checkmark>span:before {animation:.5s rightslide 2.2s forwards;}
@keyframes fadein {
	0% {opacity:0;}
	100% {opacity:1;}
}
@keyframes bottomslide {
	0% {width:0;}
	100% {width:100%;}
}
@keyframes rightslide {
	0% {height:0;}
	100% {height:100%;}
}
.logo {
	display:flex;
	flex-direction:column;
	align-items:center;
	height:100%;
	align-self:flex-end;
	margin:0.5em 1em;
}
.logo img {
	height:2em;
	width:2em;
}
.logo p {
	color:#9d9ba7;
	margin:0;
	font-size:1em;
	font-weight:700;
	margin:.4em 0 .2em 0;
}
.logo small {
	color:#9d9ba7;
	margin:0;
	font-size:.8em;
}
@keyframes spin {
	10% {
		width:0;
		height:0;
		border-width:6px;
	}
	30% {
		width:0;
		height:0;
		border-radius:50%;
		border-width:1em;
		transform: rotate(0deg);
		border-color:rgb(199,218,245);
	}
	50% {
		width:2em;
		height:2em;
		border-radius:50%;
		border-width:4px;
		border-color:rgb(199,218,245);
		border-right-color:rgb(89,152,239);
	}
	70% {
		border-width:4px;
		border-color:rgb(199,218,245);
		border-right-color:rgb(89,152,239);
	}
	90% {
		border-width:4px;
	}
	100% {
		width:2em;
		height:2em;
		border-radius:50%;
		transform: rotate(720deg);
		border-color:transparent;
	}
}
::selection {
	background-color:transparent;
	color:teal;
}
::-moz-selection {
	background-color:transparent;
	color:teal;
}
.desg-name{
  color:red;
font-weight:bold;
font-size:20px;
}
/* Header */
header .nav-link:focus, .nav-link:hover {
    color: var(--theme-color);
}
header{
    background: #fff;
	z-index: 999;
}
.header-logo{
    width: 200px;
}
.nav-link{
    color: var(--black-theme-color);
}
.section-margin-top{
    margin-top: 97px;
	margin-bottom: 100px;
}
.navbar-toggler:focus{
    box-shadow: none;
}
.navbar-toggler i{
    font-size: 25px;
    color: var(--theme-color);
}
/* Banner */
.banner-content{
   padding:0 8% !important;
   top: 0;
   position: absolute;
}
.bg-white{
    border-radius: 15px;
    color: var(--black-theme-color);
    box-shadow: 0 0 20px 0px rgb(0,0,0,7%);
}
.all-form-data{
    top: 50px;
	position: absolute;
}
.form-control{
    padding: 8px 20px;
}
.form-control::placeholder{
    color: 999999;
}
.form-control:focus{
    border-color: var(--theme-color);
    box-shadow: none;
}
.btn{
	padding: 10px;
}
.submit-btn{
	background: var(--theme-color);
	border:  1px solid var(--theme-color);
}
.submit-btn:hover{
	background:var(--black-theme-color);
	border-color: var(--black-theme-color);

}
.submit-btn:first-child:active{
	background:#fff;
	border:  1px solid var(--theme-color);
 	color:var(--theme-color) ;
}
.reset-btn{
	background: #fff;
	border:  1px solid var(--theme-color);
	color:var(--theme-color) ;
}
.reset-btn:hover{
	background:#fff;
	border-color: var(--black-theme-color);
	color:var(--black-theme-color) ;
}
:not(.btn-check)+.reset-btn:active{
	background:var(--theme-color);
	border:  1px solid var(--theme-color);
}

.banner-section .big-img{
	min-height: 650px;
	object-fit: cover;
	object-position: center;
}
.font-12{
	font-size: 12px;
}
/* First Section */
.bottom-svg::after{
	content: '';
	position: absolute;
	bottom: -10px;
	left: 0;
	right: 0;
	margin: 0 auto;
	height: 15px;
    width: 112px;
	background-image: url(../images/bottom-vector.png);
	background-size: contain;
	background-repeat: no-repeat;
}
/* Second Section */
.bg-clr-blue{
	background-image: url(../images/full-section-img.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.custom-w-60{
	width: 850px;
}
/* Third section */
.font-20{
	font-size: 20px;
}
.custom-bdr{
	border: 1px solid #DDDDDD;
}
.bg-dif{
	background: var(--theme-color);
}
.btn.select-btn:first-child:active,
.select-btn:active,
.select-btn{
	background: transparent;
	border: 1px solid #fff;
}
.select-btn:hover{
	background: var(--black-theme-color);
	border: 1px solid #fff;
}
/* Our Team */
.our-team img{
	width: 80%;
	margin: 0 auto;
}
.footer-first{
	background: #071E4B;
}
.footer-second{
	background: #0D285B;
}
@media only screen and (max-width: 1600px) {
	.h1-small {
		font-size: 46px;
	}
	.h1-big {
		font-size: 48px;
	}
	.banner-p {
		font-size: 27px;
	}
}
@media only screen and (max-width: 1400px) {
	.section-margin-top {
		margin-bottom: 154px;
	}
	.captcha-input[type="checkbox"]+.checkmark {
		width: 20px;
		height: 20px;
	}
	.spinner {
		width:20px;
		height:20px;
	}
	.text {
		font-size: 17px;
		margin-right: 10px;
	}
}
@media only screen and (max-width: 1200px) {
    .h1-small {
        font-size: 40px;
    }
	h2 {
		font-size: 40px;
	}
	.add-second-font{
		font-size: 23px;
	}
	.banner-p {
        font-size: 24px;
    }
	.h1-big {
        font-size: 42px;
    }
	.text {
		font-size: 16px;
		margin-right: 10px;
	}
}
@media only screen and (max-width: 992px) {
	.add-second-font,
	.h1-big{
		margin-bottom: 0;
	}
	h3 {
		font-size: 22px;
	}
	h4{
		font-size: 23px;
	}
	.padding-all-side {
		padding: 65px 8%;
	}
	.section-margin-top {
		margin-top: 91px;
        margin-bottom: 0px;
    }
    .header-logo {
        width: 180px;
    }
    #navbarSupportedContent{
        padding-top: 10px;
        margin-top: 20px;
        border-top: 1px dashed #dee2e6;
    }
	.all-form-data{
		margin-top: -100px;
		position:relative;
		top: auto;
	}
	.banner-content{
		position: relative;
		background-image: url(../images/banner-img.png);
		padding: 80px 50px 180px 50px !important;
	}
	.custom-w-60{
		width: 100%;
	}
}
@media only screen and (max-width: 768px) {
	h2 {
        font-size: 30px;
    }
	.bottom-svg::after {
		bottom: -5px;
		height: 10px;
		width: 70px;
	}
	.banner-p {
        font-size: 20px;
    }
	.h1-small {
        font-size: 35px;
    }
	.h1-big {
        font-size: 37px;
    }
	.padding-all-side {
		padding: 50px 8%;
	}
}
@media only screen and (max-width: 575px) {
	h2 {
        font-size: 25px;
    }
	.add-second-font,
	h3 {
		font-size: 19px;
	}
	h4{
		font-size: 19px;
	}
	.font-20 {
		font-size: 17px;
	}
	.bottom-svg::after {
        bottom: 6px;
        height: 7px;
        width: 50px;
    }
	.section-margin-top {
        margin-top: 73px;
    }
    .header-logo {
        width: 125px;
    }
    p,
    a,
    ul li,
    button,
    label,
    input,
    input::placeholder{
        font-size: 14px;
    }
    .navbar-toggler i {
        font-size: 20px;
    }
    .font-14{
        font-size: 12px;
    }

	.banner-p {
        font-size: 18px;
    }
	.h1-small {
        font-size: 28px;
    }
	.h1-big {
        font-size: 30px;
    }
	.banner-content {
        padding: 45px 15px 145px 15px !important;
    }
	.padding-all-side {
		padding: 50px 3%;
	}
	.check-img{
		width: 18px;
	}
	footer img{
		width: 28px;
	}
}
@media only screen and (max-width: 435px) {
	.spinner {
		margin: 8px;
	}
	.logo img {
		height: 20px;
		width: 20px;
	}
	.logo p {
		font-size: 10px;
	}
	.logo small {
		font-size: 9px;
	}
	.text {
		font-size: 12px;
		margin-right: 5px;
	}
}
@media only screen and (max-width: 335px) {
    .banner-content {
        top: 3%;
    }
	.banner-p {
        font-size: 16px;
    }
	.h1-small {
        font-size: 25px;
    }
	.h1-big {
        font-size: 27px;
    }

	}
