@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;500;600;700;800&family=Roboto:wght@300;400;500;700;900&display=swap');

* {
  padding: 0px;
  margin: 0px;
}

body {
  font-size: 14px;
  color: #000;
  line-height: normal;
  font-family: 'Poppins', sans-serif;
}

ul {
  padding: 0px;
  margin: 0px;
}

a {
  text-decoration: none;
}

h3.title {
  color: #152c4e;
  font-size: 24px;
  position: relative;
  font-family: 'Roboto', sans-serif;
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
  text-align: left;
}

section {
  padding: 45px 0px;
}

p {
  font-size: 14px;
  line-height: 26px;
  font-weight: 400;
  color: #152c4e;
}

.owl-nav {
  display: block !important;
}

.container {
    max-width: 90%;
    width: 100%;
}

/*----------header start--------------*/
header {
      position: absolute;
    left: 0px;
    right: 0px;
    width: 100%;
    padding: 10px 0;
    top: 0px;
    z-index: 999;
    height: auto;
    background: #fff;
    box-shadow: 0px 0px 10px 0px #000000;
}

header .logo img {
  width:250px;
  padding: 0px;
}

header .cntct-dtl-top{
    text-align: right;
    margin-top: 12px;
}
header .cntct-dtl-top ul li{
  list-style: none;
  display: inline-block;
  margin-right:80px;
}
header .cntct-dtl-top ul li:last-child{
      margin-right:0px;
}

header .cntct-dtl-top ul li a{
  color:#000;
}
header .cntct-dtl-top ul li a i{
      background-color: #066aab;
    height: 28px;
    width: 28px;
    text-align: center;
    line-height: 30px;
    border-radius: 28px;
    font-size: 12px;
    color: #fff;
    margin-right: 5px;
}

/*----------header end--------------*/

/*----------banner start--------------*/
.banner {
     margin-top: 70px;
    background-image: url(../images/banner-bg.jpg);
    background-position: top;
    background-size: 100%;
    background-repeat: no-repeat;
    padding-top:55px;
    
     
}
.bnr h3 {
	padding:20px 0px;
}
.bnr p{
	padding:20px 0px;
	padding-bottom:0px;
}

.bnr h2{
	color:#00aee5!important;
}
.bnr .btn-cstm {
    display: inline-block;
    margin-right: 10px;
    background: #066aab;
    padding: 8px 20px;
    border-radius: 0px;
    text-decoration: none;
    font-size: 13px;
    border: 1px solid #ffffff;
    transition: all 0.5s;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}
.banner .caption{
    background-position: top;
    background-size: cover;
    padding: 20px;
    height: 536px;
    background-repeat: no-repeat;
	background-color:#fff;
}
.banner .caption h2{
    font-weight: 700;
    color: #fff;
    font-size: 40px;
    text-transform: uppercase;
    padding-right: 55px;
    margin-bottom:15px;
}
.banner .caption h2 span{
    font-size: 24px;
    font-weight: 400;
    text-transform: capitalize;
    color: #f0ff12;
    text-shadow: 0px 0px 34px #000;
    margin-bottom: 10px;
    display: inline-block;
    margin-top: 15px;
}

.banner .caption ul{
  margin:0px 0 0 25px;
  padding:0px;
}
.banner .caption ul li{
  margin-bottom: 0px;
  font-weight:400;
  font-size: 16px;
  color: #fff;
  list-style: none;
  padding:8px 10px;
      position: relative;
}
.banner .caption ul li:before{
         content: '';
    background: #fff;
    height: 9px;
    width: 9px;
    display: block;
    position: absolute;
    border-radius: 50px;
    left: -18px;
    top: 15px;
}
.banner .caption ul li:after{
       content: '';
    height: 100%;
    background: #fff;
    width: 1px;
    left: -14px;
    right: 0;
    position: absolute;
    top: 16px;
}
.banner .caption ul li:last-child:after{
    display:none;
}

.banner .row .col-sm-5{
    padding:0px;
}
.banner .row .col-sm-7{
    padding:0px;
}


.form-container {
         background: #066aab;
    padding: 45px 40px 30px 40px;
    border-radius: 0;
    text-align: center;
    position: relative;
    height:650px;
}

.curves-box img{
        filter: brightness(0) invert(1);
}
.form-container .curves-box{
    position: absolute;
    top: 14px;
    right: 14px;
    height: 100%;
}
.form-container .socail-icon{
       height: 532px;
    position: relative;
    text-align: center;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 80px;
}
.form-container .socail-icon:after{
    content: '';
    position: absolute;
    right: 15px;
    height: 90%;
    width: 1px;
    display: block;
    top: 5%;
    background: #fff;
}
.form-container .socail-icon ul{
        background: #066aab;
    padding: 25px 0 5px 0;
    z-index: 2;
    left: 8px;
    position: relative;
}
.form-container .socail-icon li{
        list-style: none;
    margin-bottom: 15px;
}
.form-container .socail-icon li a{
        color: #fff;
    font-size:18px;
}
.form-container h3 {
     border-radius: 0;
    text-align: center;
    position: relative;
    margin: 0 auto;
    margin-bottom: 60px;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
}

.form-container .form-group {
  margin-bottom:60px;
}

.form-container .form-group label {
  font-size: 12px;
  color: #ffffff;
  font-weight: 400;
  letter-spacing: 0.5px;
  margin-bottom: 5px;
}

.form-container .form-group label span {
  color: red;
}

.form-container .form-group .form-control {
     height: 36px;
    border: none;
    color:#fff;
    background: #066aab !important;
    border-radius: 0;
    padding: 0px 0;
    border-bottom: 1px solid #fff;
}
.form-container .form-group select.form-control {
 background: transparent;
    border-radius: 0;
    padding: 0px 0;
    border-bottom: 1px solid #fff;
  background-image: url(../images/arrow.png);
  background-size: 10px;
  background-repeat: no-repeat;
  background-position: 96% 13px;
  font-size: 13px;
  color: #fff;
  background-blend-mode: hard-light;
}




.form-container .form-group .form-control::placeholder {
  font-size: 13px;
  color:#fff;
  font-weight:400;
}

/*.form-container .form-group textarea.form-control {*/
/*  height: 80px;*/
/*}*/

.form-container .form-group .form-control:focus {
  box-shadow: none;
  outline: none;
}

 .btn-main {
  text-align: left;
  margin-top:2px;
}

 .btn-main .btn-cstm {
      display: inline-block;
    margin-right: 10px;
    background: #fff;
    padding: 8px 20px;
    border-radius: 0px;
    text-decoration: none;
    font-size: 13px;
    border: 1px solid #ffffff;
    transition: all 0.5s;
    color: #066aab;
    font-weight: 700;
    text-transform: uppercase;
}
.banner .btn-main{
    text-align:center;
}


/*----------Banner End-------------*/

/*-----------------about us start-------------------*/
.aboutus{
  padding:50px 0;
}
.aboutus .about-img img {
  width: 100%;
}

.aboutus .content-about {
  padding: 30px;
  width: 630px;
  position: relative;
  left: -80px;
  top: 0px;
  background: #fff;
  border: 1px solid #dfdfdf;
  box-shadow:8px 9px 39px -5px #cdcdcd;
  border-radius: 10px;
}
.aboutus .content-about ul {
  padding: 0;
  margin: 0;
}
.aboutus .content-about ul li {
  list-style: none;
  position: relative;
  padding: 10px 0 0px 25px;
  line-height: 28px;
  color: #000;
  background: #fff;
  margin-bottom:5px;
}
.aboutus .content-about ul li:after {
  content: "";
  position: absolute;
  background-image: url(../images/arrow-bullet.png);
  width: 25px;
  height: 25px;
  left:0px;
  top: 15px;
  background-size: 14px;
  background-repeat: no-repeat;
}

.aboutus .content-about h3 {
  font-weight: 700;
  text-align: left;
  color:#000;
  margin: inherit;
  margin-bottom:15px;
}


/*-----------------about us end-------------------*/
/*-----------------------services start----------------------------------*/
.services {
  padding: 0px;
  margin: 0px;
  text-align: center;
}

.services .left-box {
  background: #8d1a20;
  text-align: left;
  margin: 0px;
  padding: 14% 6% 0% 7%;
  min-height: 480px;
}

.services .left-box h3 {
  margin-bottom: 8px;
  color: #fff;
  font-size: 25px;
  padding-top: 0px;
  font-weight: bold;
}

.services .left-box p {
  color: #fff;
  font-size: 18px;
}

.services .right-box {
  margin: 0px;
}

.services .right-box img {
  width: 80px;
}

.services .right-box h5 {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  padding: 15px 0 0px 0;
  margin-bottom: 10px;
}

.services .right-box .col-sm-4:nth-child(even) {
  background: #b32d34;
}

.services .right-box .col-sm-4:nth-child(odd) {
  background: #066aab;
}

.services .right-box .content-box {
  min-height: 240px;
  padding-top: 50px;
}

.services .right-box .content-box p {
  color: #fff;
}

.services .right-box .content-box img {
  filter: brightness(0) invert(1);
  width: 55px;
}

/*-----------------------services end----------------------------------*/

/*-----------------------why-study-aboard start----------------------------------*/
.why-study-aboard h3.title{
  text-align: center;
}
.why-study-aboard p.des {
  text-align: center;
  max-width: 90%;
  margin: 0px auto;
  display: block;
  margin-bottom: 30px;
}
.why-study-aboard ul {
  margin: 0px 0 0 25px;
  padding: 0px;
  text-align: center;
}
.why-study-aboard ul li {
  font-weight: 500;
  font-size: 14px;
  color: #555;
  padding: 5px 10px;
  list-style: none;
  width: 31.3%;
  border: 1px solid #e5e5e5;
  box-shadow: 0px 0px 10px -2px #ccc;
  border-radius: 0 30px 0 30px;
  margin-bottom: 25px;
  height: 55px;
  display: flex;
  float: left;
  align-items: center;
  margin-right: 15px;
  justify-content: center;
  text-align: center;
}
/*-----------------------why-study-aboard end----------------------------------*/


/*-----------------------why-choose-counter start----------------------------------*/
.why-choose-counter {
  position: relative;
  background: url(../images/counter-img.jpg);
  background-size: cover;
  z-index: 1;
  padding: 0px;
  background-repeat: no-repeat;
  height: 670px;
  background-attachment: fixed;
 
}

.why-choose-counter .overly-bg {
  background-color: rgb(9 11 38);
  padding: 60px 0 60px 0;
  height: 100%;
}

.why-choose-counter .overly-bg h3.title {
    color: #fff;
    margin-bottom: 40px;
    text-align: center;
    font-size: 5em;
}

.why-choose-counter .box {
  text-align: center;
  transform: rotate(45deg);
  color: #fff;
  position: relative;
   margin-top: 35px;
}

/* .why-choose-counter .box:after {
  content: '';
  position: absolute;
  top: -20px;
  right: -41px;
  width: 45px;
  transform: rotate(136deg);
  border-top: 2px dashed #fff;
  display: none;
} */

.why-choose-counter .row .col-sm-3:last-child .box:last-child:after {
  display: none;
}

.why-choose-counter .box .inner {
  transform: rotate(315deg);
  height: 100%;
  width: 100%;
  padding-top: 20px;
}

.why-choose-counter .box img {
  width: 60px;
}

.why-choose-counter .box .inner h5 span {
  font-weight: 700;
  font-size: 40px;
  margin-top: 10px;
}

.why-choose-counter .box .inner h5 {
  font-weight: 700;
  font-size: 30px;
  margin-top: 10px;
}

.why-choose-counter .box .inner span {
  font-size: 25px;
}

/*-----------------------why-choose-counter end----------------------------------*/

/*-----------------------what-we-do start----------------------------------*/
.what-we-do h3.title{
  text-align: center;
}
.what-we-do p{
  text-align: center;
}
.what-we-do p:last-child{
    margin-bottom:0px;
}
/*-----------------------what-we-do end----------------------------------*/


/*----------footer start-------------*/
footer {
  background-image: url(../images/footer-bg.jpg);
  padding:40px 0px 10px 0px;
  color: #fff;
  text-align: center;
  background: #f7f7f7;
  border-top: 1px solid #e0e0e0;
}
footer  .address{
  text-align: left;
}
footer h3{
  font-size: 20px !important;
  margin-bottom:22px !important;
  font-weight: 700 !important;
  text-align: left;
  color: #000;
  }
  footer .footer-logo h3.title{
    margin-bottom: 20px;
  }
  footer .address .add{
    display: flex;
    margin-bottom: 15px;
  }
  footer .address .add i{
    background: #066aab;
    height: 30px;
    width: 30px;
    text-align: center;
    border-radius: 16px;
    color: #fff;
    line-height: 30px;
    margin-right: 20px;
    font-size: 12px;
  }
footer .footer-logo {
  padding: 0px;
  text-align: left;
}

footer .footer-logo img {
  max-width: 160px;
  margin-bottom: 20px;
}

footer .socail-icon {
  text-align: right;
  position: relative;
  top:0px;
}
footer .socail-bottom{
  border-top: 1px dashed #ccc;
    margin-top: 30px;
}
.about-us-footer{
  padding-right: 45px;
}

footer .socail-icon ul li {
  list-style: none;
  display: inline-block;
  margin-right: 8px;
}

footer .socail-icon ul li a {
  color: #fff;
  text-decoration: none;
  display: block;
  font-size: 12px;
  background: #066aab;
  height: 30px;
  width: 30px;
  line-height: 31px;
  border-radius: 14px;
  text-align: center;
  transition: all 0.5s;
  transform: scale(1);
  padding-top: 9px;
}


footer .copyright {
  padding-top: 15px;
  text-align: left;
}
footer .container{
  max-width: 90%;
}
footer .btn-main {
  text-align: left;
  margin-top: 2px;
}
footer .btn-main .btn-cstm{
  border: 1px solid #000;
  color: #000;
  border-radius: 40px;
}
footer .add-delhi h4{
  color:#000;
  font-size:16px;
  font-weight: 900;
  text-align: left;
}
footer .add-delhi p{
  text-align: left;
}

/*----------footer end-------------*/


/*----------subscribe-form start--------------*/


.subscribe-form .modal-body{
  padding:30px 40px;
}
.subscribe-form .modal-dialog {
  max-width: 438px;
  margin: 1.75rem auto;
  top: 10%;
}

.subscribe-form .btn-close{
  color: #000;
  font-size: 13px;
  font-weight: bold;
  opacity: 1;
  float: right;
  position: absolute;
  right: 10px;
  top: 10px;
}
.subscribe-form h4{
  text-align: center;
  font-size: 22px;
  font-weight: 700;
}
.subscribe-form  p{
  text-align: center;
}

.subscribe-form .btn-main {
  text-align: center;
  margin-top:25px;
}
.subscribe-form .btn-cstm{
  background: #ef0000;
  padding: 6px 22px 6px 20px;
  color: #fff;
  text-decoration: none;
  letter-spacing: 1px;
  font-weight: 600;
  display: inline-block;
  font-size: 13px;
  border-radius: 5px;
  border: none;
  box-shadow: 0px 8px 10px -4px #2a2420;
}
.subscribe-form.modal{
  background: rgba(0,0,0,0.5);
}
/*----------subscribe form end--------------*/


/*-----------------------clients-says start----------------------------------*/
.clients-says {
  padding-bottom: 100px;
}

.clients-says .box {
  background: 0 0;
  border-radius: 10px;
  text-align: center;
  padding-top: 0;
  max-width: 95%;
  margin: 0 auto;
  height: 305px;
  box-shadow: 0px 0px 10px -2px #ccc;
  border: 1px solid #e4e4e4;
  margin-top: 40px;
  opacity: 0.5;
  transform: scale(0.8);
}

.clients-says .box p {
  padding: 0 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  height: auto;
  overflow: hidden;
  position: relative;
  top: -40px;
}

.clients-says .box p span {
  font-size: 20px;
  position: relative;
  top: 0px;
  left: 0;
  padding-right: 10px;
  color: #fff
}

.clients-says .box .img-content {
  margin-top: 0px;
  position: relative;
  top: -39px;
}

.clients-says .box .img-content img {
  width: 85px;
  position: relative;
  background: #fff;
  z-index: 9;
  top: 0px;
  height: 85px;
  border-radius: 100px;
  margin: 0 auto;
  margin-bottom: 15px;
  border: 3px solid #fff;
  padding: 0;
  box-shadow: 0 11px 10px -6px #4e3800;
}

.clients-says .box .img-content h3 {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 25px;
  padding-top: 0;
  position: relative;
  top: 0;
}

.clients-says .box .img-content h3 span {
  display: block;
  font-size: 14px;
  font-weight: 400
}

.clients-says .owl-dots {
  display: block !important;
  bottom: -14px
}


.clients-says .owl-item.active.center .box {
  transform: scale(1.1);
  opacity: 1;
}

.clients-says p.des {
  text-align: center;
  max-width:85%;
  margin: 0px auto;
  display: block;
  margin-bottom: 30px;
}

.clients-says .owl-carousel .owl-stage-outer {
  padding: 15px 0;
}

.clients-says .owl-dots {
  display: block !important;
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}

.clients-says .owl-dots .owl-dot span {
  display: block;
  height: 12px;
  width: 12px;
  border: 2px dashed #2f2f2f;
  transform: rotate(45deg);
  margin-right: 10px;
}

.clients-says .owl-dots .owl-dot.active span {
  border: 2px solid #066aab;
  background-color: #066aab;
}
.clients-says h3.title{
  text-align: center;
}
.benefits-immigration ul li {
    list-style: none;
    font-size:20px;
    position: relative;
    padding: 10px 0 0px 25px;
    line-height: 28px;
    color: #000;
    background: #fff;
    margin-bottom: 10px;
    height: 60px;
    box-shadow: 0px 10px 10px -11px #ccc;
}
.benefits-immigration .btn-main {
    text-align: center;
    margin-top: 30px;
}
.benefits-immigration ul li:after {
    content: "";
    position: absolute;
    background-image: url(../images/arrow-bullet.png);
    width: 25px;
    height: 25px;
       left: 5px;
    top: 17px;
    background-size: 12px;
    background-repeat: no-repeat;
}
.benefits-immigration h3.title {
    text-align: center;
    margin-bottom: 30px;
}
.benefits-immigration{
        background: #f8f8f8;
}
.benefits-immigration .btn-main .btn-cstm{
  background: #066aab;
      color: #fff;
}

.mess-alert{
          color: #ffee00;
    font-size: 13px;
    margin-top:50px;
}
/*-----------------------clients-says end----------------------------------*/