*{
  --color-blue:#007bff;
  --color-red:#EA2127;
}


html{
  overflow-x:hidden;
}

body{
	margin:0;
	padding:0;
	overflow-x:hidden;
	position:relative;
	font-family:"Space Grotesk" , sans-serif;

}

h1,h2,h3{
	font-weight:800;
	line-height:1.2;
	margin-bottom:20px;
	

}
.text-content h3{
	font-size:50px;
	color:#fff;
}
.text-content p{
	margin-bottom:15px;
	font-size:18px;
	color:#fff;
}
form label.required:after {
  content:"*";
  margin-left:5px;
  color:red;
}

.theme-btn{
	
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    border:0;
    color: #fff;
    border-radius: 5px;
    padding: 15px 35px;
    background:#001a57;
}

.p-slider:before{
	content:"";
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	z-index:2;
	background:rgba(0,0,0,0.5);
}

.p-slider {
  width: 100%;
  position: fixed;
  height:100%;
  top:0;
  left:0;
  bottom:0;
  overflow: hidden;
}
.p-slider .swiper-slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .p-slider .swiper-slide {
    height: 960px;
  }
}
.p-slider .swiper-pagination {
  text-align: left;
  bottom: 20px;
  left: 20px;
}
@media screen and (min-width: 768px) {
  .p-slider .swiper-pagination {
    bottom: 40px;
    left: 40px;
  }
}
.p-slider .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.p-slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0;
}
.p-slider .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet:not(:last-child),
.p-slider .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet:not(:last-child) {
  margin-right: 15px;
}
.p-slider .swiper-pagination-bullet {
  width: auto;
  height: auto;
  line-height: 0;
  background: none;
  position: relative;
}
.p-slider .swiper-pagination-bullet::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  border: 1px solid #fff;
  position: absolute;
  top: 5px;
  left: 5px;
}
.p-slider .swiper-pagination-bullet svg {
  transform: rotate(-90deg);
}
.p-slider .swiper-pagination-bullet svg circle {
  fill: transparent;
  stroke: #fff;
  stroke-width: 1;
  stroke-dasharray: 0 57;
}
.p-slider .swiper-pagination-bullet-active::before {
  background: #fff;
}
.p-slider .swiper-pagination-bullet-active svg circle {
  animation: circle 9s forwards;
}

@keyframes circle {
  0% {
    stroke-dasharray: 0 57;
  }
  100% {
    stroke-dasharray: 57 57;
  }
}
img {
    width:auto;
    height:auto;
    max-width:100%;
}
ul{
    padding-left:0;
}

.inline-block li{
    display: inline-block;
}
.input-list input{
    width:130px;
    margin-right:20px;
}
.popup {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 20px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  z-index: 9999;
  opacity:0;
  transition:all .3s ease-in;
  visibility:hidden;
}
.popup.show-popup{
    opacity:1;
    visibility: visible;
}

.popup h2 {
  margin-top: 0;
}

.popup p {
  margin-bottom: 0;
}




/*Header*/



.header .logo{
  background-color:#5762d5;
  background-size: cover;
  padding:20px;
  border-top-right-radius:50px;
  border-bottom-right-radius:50px;
  background-repeat:no-repeat;
  background-position:center;
  max-width:150px;
  z-index:999;
  position:fixed;
  top:0;
  left:0;
}


#abs-enquiry{
	position:relative;
  height:100vh;
	
}

.illustration{
  height:100%;
  display:flex;
  padding:40px;
  flex-direction:column;
  justify-content:center;
  align-items:center;
}

.illus-img{
  max-width:500px;
}
.illustration h3{
  font-weight:400;
  text-align: center;
}

#abs-enquiry .container-fluid{
  padding-right:0;
  padding-left:0;
}
#abs-enquiry p{
  font-size:16px;
  font-weight:500;
  text-align:center;
}


/*  Form  */

.form-wrapper{
	position:relative;
	z-index:10;
	width:100%;
	height:100%;
}
a:hover{
	text-decoration:none;
	color:#fff;
}
.get-in-touch select option{
  color:#000;
}

.get-in-touch h2{
  color:#fff;
  font-size:30px;
  margin-bottom:10px;
  font-weight:700;
  text-align:center;
}
.iti--separate-dial-code .iti__selected-dial-code{
  color:#fff;
}
.iti__arrow{
  border-top-color:#fff;
}

.get-in-touch p{
    color:#ccc;
    font-weight:300;
    margin-bottom:50px;
}
.get-in-touch {
  position: relative;
  background:#102542;
  padding:30px 40px;
  height:100vh;
}

.contact-form .form-field {
  position: relative;
  margin: 32px 0;
}
.contact-form .input-text,
.contact-form select {
  display: block;
  width: 100%;
  background:transparent;
  height: 36px;
  color:#fff;
  border-radius:0;
  border-width: 0 0 1px 0;
  border-color:#d3dfef9e;
  font-size: 18px;
  line-height:20px;
  font-weight: 400;
}
.contact-form .input-text:focus {
  outline: none;
}
.contact-form .input-text:focus + .label,
.contact-form .input-text.not-empty + .label {
  -webkit-transform: translateY(-24px);
          transform: translateY(-24px);
}
.contact-form .label {
  position: absolute;
  left: 20px;
  bottom: 30px;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
  color: #d3dfef9e;
  cursor: text;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, 
  -webkit-transform .2s ease-in-out;
}
.contact-form .submit-btn {
  display:flex;
  justify-content:space-between;
  align-items:center;
  background-color:var(--color-red);
  color: #fff;
  margin:20px auto;
  min-width:250px;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 18px;
  text-align:center;
  padding:14px 20px;
  border: none;
  transition:all .3s ease-in;
  cursor: pointer;


}

@media(max-width:768px){
  #abs-enquiry{
    height:auto;
    padding-top:50px;
  }
  .contact-form{
    margin-bottom:30px;
  }
  .get-in-touch{
    height:100%;
  }


}

.contact-form .submit-btn:hover{
  background:skyblue;
  color:#fff;
}

.contact-form #country:focus{
	outline:none;
	
	box-shadow:none;
}
form{
	margin-bottom:0;
}
form button.theme-btn{
	width:100%;
	cursor:pointer;
}

.text-content{
	height:100%;
	padding:70px 0;
	max-width:500px;
}
.get-in-touch h3{
	font-size:40px;
	max-width:400px;
}
label{
  font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    color: #222;
}

ul.inline-social{
  padding-left:20px;
}
ul.inline-social li input{

}
.sm-txt{
  font-size:14px;
  font-weight:600;
  
}

ul.inline-social li{
  display:inline-block;
  margin-right:40px;
  vertical-align:middle;
  font-size:20px;

}
