@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
body {
  padding: 0;
  margin: 0;
  font-family: 'Source Sans Pro', sans-serif;
  overflow-x: hidden;
}
h2, h1 {
  font-size: 30px;
  margin-bottom: 37px;
  font-weight: 400;
  color: #000;
  font-weight: 600;
  font-family: 'Source Sans Pro', sans-serif;
}
h2 span{
    color: #000;
    font-family: 'Source Sans Pro', sans-serif;
}
ul {
  padding-left: 0;
}
ul li {
  list-style-type: none;
}
i {
  vertical-align: middle;
}
body a, body a:hover {
  text-decoration: none;
}
p {
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #000;
  font-family: 'Source Sans Pro', sans-serif;
}
a{
  display: inline-block;
}
section {
  /*padding: 34px 0; */
}
.banner{position: relative; z-index: 0; margin-bottom: 120px;}
.banner::after{
  content: '';
  position: absolute;
  right: 0px;
  width: 38%;
  z-index: -1;
  top: -20%;
  height: 130%;
  background: #ffffff url(../images/slider-01.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.banner::before{
  content: '';
  position: absolute;
  left: 0px;
  width: 100%;
  z-index: -1;
  top: -15%;
  height: 130%;
  background: #ffffff url(../images/sv-text.jpg) no-repeat;
  -webkit-background-size: auto auto;
  background-size: auto auto;
}
.banner-text{padding-left: 15%;}
.banner .banner-text h1{
  font-size: 31px;
}
.banner .banner-text h1 span{
  color: #000b98;
}
.btn_style{
  background: #031196;
  border-radius: 5px;
  padding:10px 50px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-top: 30px;
}
.banner .image img{
  border-radius: 0px 0px 0px 20%;
}
header{position: relative; z-index: 9;}
header a{color: #000000; font-size: 18px;}
header a i{margin-right: 10px;}
header ul li{margin-right: 20px;}
header ul li:last-child{margin-right: 0px;}


.enquire-form{ padding: 0px; margin-top: 0px; background: transparent; width:100%; margin: 0px auto 0px;  }
.enquire-form h2{
  text-align: center;
  font-size: 24px;
  color: #ffffff;
  background-color: transparent;
  padding: 11px 0px;
  text-align: center;
  width: 100%;
  margin-bottom: 10px;
}
.enquire-form .row{position: relative; z-index: 0;}
.enquire-form .row::after{content:''; position: absolute; background: #f9f9f9; border-radius: 35px; top:0px; left:0px; width: 91%; height: 91%; z-index: -1;}
form.row::after{ display: none; }
.enquire-form h2 span{
  /*font-family: 'Oswald';*/
  background-color: transparent;
  color: #066078;
  text-transform: uppercase;
  font-weight: 600;
}
.enquire-form form{
  padding: 0px 0px;
  background: #000793;
  box-shadow: 0px 0px 11px #eaeaea;
  border-radius: 0px;
  width:80%;
  margin:0px auto 0px;
  float: left;
}
.form{padding: 0px; margin-top: 0px;}
form input, form select{
  border:0px;
  width: 100%;
  height: 40px;
  background: transparent;
  color: #000000;
  padding-left: 15px;
  border-radius: 35px;
  background: #f3f3f3;
  text-align: left;
}

form textarea{
  height: 87px;
  border:0px;
  width: 100%;
  background: transparent;
  padding-left: 15px;
  border-radius: 5px;
  background: #f3f3f3;
}
input::placeholder, textarea::placeholder{color: #000; font-size: 17px; text-align: left;}
input[type="submit"]{border:1px solid #f44336; font-size: 17px; color: #ffffff; padding: 8px 50px; background: #f44336 url(../images/send-icon.png) no-repeat 182px center; width: auto; display: table; margin: 10px auto auto; font-family: 'Oswald'; height: auto;
border-radius: 5px;
box-shadow: 5px 5px 8px #0739732e;
border:1px solid #0739732e;
}
.enquire-form .heading h2{text-align: left;}
.heading{
  position: relative;
}


.list li{}
.list li p{padding-left: 21px;}

.heading h2{
  font-size: 32px;
  color: #031196;
  position: relative;
  z-index: 1;
}
.heading span{
  font-weight: 300;
  color: #000000;
}
ul.list li{
  position: relative;
  margin-bottom: 10px;
}
ul.list li::after{
  content: '';
  position: absolute;
  width: 11px;
  height: 13px;
  background: #031196;
  top:11px;
  background: url(../images/arrow-icon.png) no-repeat left center;
}
ul.list li p{
  padding-left: 25px;
  margin-bottom: 0px;
  font-weight: 400;
  color: #000;
  font-size: 18px;
}
.appointment{
  background: #f44336;
  border-radius: 5px;
  color: #ffffff;
  font-weight: 600;
  padding: 10px 30px;
}
.con-super-visa{
  margin-top: 126px;
}
.con-super-visa h3{
  font-size: 26px;
  color: #000793;
  font-weight: 600;
  margin-bottom: 40px;
}
.con-super-visa ul{margin-bottom: 40px;}
.other-services{position: relative; z-index: 0;}
.other-services::after{
  content:'';
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/curv.png) no-repeat;
  top:-10%;
  z-index: -2;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
}

.awerd-area{
  background: #f1f1f1;
  padding: 31px 0px;
  margin-top: 70px;
}
.awerd-area p{font-size: 20px; color: #000; margin-bottom: 0px;}
.awerd-area p span{
  font-weight: 600;
  color: #f44336;
}
.testimonial{
  background: url(../images/bg.jpg) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 80px 0px;
}
.testimonial .heading h2{color: #fff;}
.testimonial .section{
  
  border-radius: 35px;
}
.testimonial .avtar{
  position: absolute;
  width: 130px;
  height: 130px;
  border-radius: 35px;
  background: #ff225b;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 45px;
}
.testimonial .avtar span{
  font-size: 40px;
  color: #ffffff;
}
.testimonial .tes-text{
  padding: 30px 50px;
  background: #ffffff;
  width: 80%;
  border-radius: 35px;
  margin:0 auto;
}
.testimonial .tes-text span{font-weight: 600; font-size: 20px; font-weight: 600; padding-left:45px;}
.testimonial .heading h2 span{color: #fff;}
.testimonial .tes-text p{font-style: italic; margin-bottom: 0px; padding-left: 45px;}
footer{
  padding: 70px 0px 0px;
}
footer iframe{
  border-radius: 35px;
  box-sizing: 0px 0px 20px #f1f1f1;
}
footer li a{
  font-size: 18px;
  color: #000000;
  font-weight: 600;
}
footer ul{margin-top: 60px;}
footer li{margin-bottom: 10px;}
.lower-footer{background: #000000;}
.lower-footer p{font-size: 14px; color: #fff; margin-bottom: 0px; margin-top: 30px; margin-top: 0px;}
.lower-footer a{color: #fff;}
.owl-nav{
  display: flex;
  position: absolute;
  top:50%;
  justify-content: space-between;
  width: 100%;
}
.owl-nav .owl-prev{
  background: url(../images/prev-icon.png) no-repeat;
  width: 55px;
  height: 55px;
  text-indent: -9999px;
}
.owl-nav .owl-next{
  background: url(../images/next-icon.png) no-repeat;
  width: 55px;
  height: 55px;
  text-indent: -9999px;
}
.mobilevisable{display: none;}
@media only screen and (max-width: 991px){
  .banner::after{height: 100%; -webkit-background-size: 100% auto;
  background-size: 100% auto;}
  .banner{margin-bottom: 30px}
  .other-services::after{top:0%; left:-5%;}
  .con-super-visa ul{margin-bottom: 10px;}
  ul.list li p{font-size: 16px;}
  p{
    line-height: 25px;
    font-size: 16px;
  }
  .con-super-visa, .awerd-area{margin-top: 30px;}
  .awerd-area{padding: 20px 0px; }
  .awerd-area p{font-size: 18px;}
  .testimonial{padding: 30px 0px;}
  .testimonial .avtar{width: 100px; height: 100px; border-radius: 20px;}
  footer ul{margin-top: 20px;}
  .banner .banner-text h1{font-size: 22px;}
  .banner-text {padding-left: 22%;}
  h1{margin-bottom: 15px;}
  .enquire-form form{ width: 100%; padding: 10px 10px; }
  .banner::before{display: none;}
  .banner-text{padding-left: 0%;}
}

@media only screen and (max-width: 767px){
  .other-services .row.one{
    flex-direction: column-reverse;
  }
  .other-services img{margin-top: 15px;}
}
@media only screen and (max-width: 575px){
  .banner::after{top: 25%; }
  .banner-text ul{padding-right: 40%;}
  .banner::before, .banner::after{display: none;}
  .mobilevisable{display: block;}
  .banner-text ul{padding-right: 0%;}
}
@media only screen and (max-width: 480px){
  .banner-text{padding-left: 0%; padding-right: 0%;}
  
  /*{display: none;}*/
  header a{font-size: 15px;}
  ul{margin-bottom: 0px;}
  header{margin-bottom: 30px;}
  .banner-text ul{padding-right: 0%;}
  .enquire-form{margin-top: 5%;}
  .other-services::after{-webkit-background-size: 100% auto;
  background-size: 100% auto;}
  .other-services img{margin-bottom: 15px;}
  .con-super-visa h3{margin-bottom: 15px;}
  .testimonial .tes-text{width: 100%;}
  .testimonial .avtar{width: 80px; height: 80px; left:0px;}
  .testimonial .avtar span{font-size: 20px;}
  .heading h2{font-size: 24px; margin-bottom: 24px;}
  footer{padding-top: 30px;}
  header a{font-size: 16px;}
}
@media only screen and (max-width: 320px){}