@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{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}
.navbar {
    justify-content: space-between;
    padding-right: 3rem !important;
    padding-left: 3rem !important;
}
.navbar-light .navbar-brand img{
  width: 180px;
}
.navbar_contact .phone-numbe  {
    background: #30689f;
    padding: 10px 22px;
    text-decoration: none;
    color: #ffff;
    display: flex;
    align-items: center;
    gap: 15px;
    font-size: 28px;
    border: 1px solid #30689f;
    transition: 0.7s ease;
}
.navbar_contact .phone-numbe:hover, .navbar_contact a:hover {
    color: #30689f;
    background: transparent;
    border-color: #30689f;
}
.nav_top_location {
    display: flex;
    align-items: center;
}
.nav_top_location p {
    color: #0b4269;
    text-decoration: none;
    padding: 0px 10px;
    border-right: 1px solid #0b4269;
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 0;
}
.navbar-light.sticky-top {
  top: -100px;
  transition: .7s;
  box-shadow: 0px 0px 10px 0px #00000030;
}
.navbar_contact {
    display: flex;
    align-items: center;
    gap: 50px;
}
/*======Navbar Close======*/

.hero_banner{
/*  background-image: url('../img/banner-img.jpg');*/
  width: 100%;
/*  height: 80vh;*/
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
  background: #30689f14;
  padding: 40px 0 0;
}
/*.hero_banner:after{
  content: '';
  position: absolute;
  background: #000;
  width: 100%;
  height: 85vh;
  opacity: 0.8;
  z-index: -1;
}*/
.hero_banner_text {
    color: #000;
}
.hero_banner_text h1 {
    font-weight: bold;
    color: #06446c;
    font-size: 100px;
}
.hero_banner_text h2 {
    font-weight: 600;
    font-size: 40px;
    color: #d96b2d;
}
.hero_banner_text_btn {
    display: flex;
    align-items: center;
    gap: 20px;
}
.hero_banner_text_btn li.one{
    background: transparent;
    border: 1px solid #383838;
    color: #383838;
}
.hero_banner_text_btn li.one span {
    background: #d96b2d;
    border-radius: 50%;
    width: 26px;
    height: 26px;
    color: #fff;
    display: inline-block;
    text-align: center;
    line-height: 27px;
}
.hero_banner_text_btn li{
    font-size: 24px;
    background: #30689f;
    color: #fff;
    height: 52px;
    line-height: 48px;
    padding: 0px 22px;
}
.contact-page-form h2 {
  color: #071c34;
  text-transform: capitalize;
  font-size: 18px;
  font-weight: 700;
}
.contact-page-form .col-md-6.col-sm-6.col-xs-12 {
  padding-left: 0;
}  
.contact-page-form.contact-form input {
  margin-bottom: 5px;
}  
.contact-page-form.contact-form textarea {
  height: 110px;
}
.contact-page-form.contact-form input[type="submit"] {
  background: #071c34;
  width: 150px;
  border-color: #071c34;
}
.contact-info-icon i {
  font-size: 48px;
  color: #fda40b;
}
.contact-info-text p{margin-bottom:0px;}
.contact-info-text h2 {
  color: #fff;
  font-size: 22px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 10px;
}
.contact-info-text span {
  color: #999999;
  font-size: 16px;
  font-weight: ;
  display: inline-block;
  width: 100%;
}

.contact-page-form input {
  background: #f9f9f9 none repeat scroll 0 0;
  border: 1px solid #f9f9f9;
  margin-bottom: 7px;
  padding: 12px 16px;
  width: 100%;
  border-radius: 4px;
}
:focus-visible {
    outline: unset;
    border-color: #30689f;
}
.form-control:focus,
input:focus-visible, .single-input-field textarea:focus-visible{
    border-color: #30689f;
    box-shadow: unset; 
}
.contact-page-form .message-input {
    display: inline-block;
    width: 100%;
    padding-left: 0;
}
.single-input-field textarea {
  background: #f9f9f9 none repeat scroll 0 0;
  border: 1px solid #f9f9f9;
  width: 100%;
  padding: 12px 16px;
  border-radius: 4px;
}
.single-input-fieldsbtn input[type="submit"],
.contact_btn {
  background: linear-gradient(90deg, rgb(64 207 228) 0%, rgb(74 227 207) 100%);
  color: #fff;
  display: inline-block;
  font-weight: 600;
  padding: 10px 0;
  text-transform: capitalize;
  width: 150px;
  margin-top: 20px;
  font-size: 16px;
}
.contact_btn {
    font-size: 18px;
    padding: 12px 0;
    margin-top: 10px;
}
.single-input-fieldsbtn input[type="submit"]:hover, .contact_btn:hover{background:#071c34;transition: all 0.4s ease-in-out 0s;border-color:#071c34; color: #fff}
.single-input-field  h4 {
  color: #464646;
  text-transform: capitalize;
  font-size: 14px;
}
.contact-page-form {
   display: inline-block;
    width: 100%;
    background: #fff;
    padding: 20px 10px 10px;
    border: 5px solid #094369;
/*    margin-left: -50px;*/
}
.contact-page-form input[type="submit"] {
    margin: 10px 0;
}
.contact-page-map {
  margin-top: 36px;
}
.contact-page-form form {
    padding: 20px 15px 0;
}
/*======Hero-Banner Close======*/

.about{
  padding: 70px 0;
}
.about_text {
    background: #f4f9ff;
    padding: 20px;
    border-radius: 8px;
    height: 100%;
}
.title h2 {
    font-weight: 800;
    margin-bottom: 50px;
}
.about_text h2 {
    font-weight: 600;
    margin-bottom: 20px;
}
.about_text span {
    margin-bottom: 20px;
    font-size: 18px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.about_text h3{
  font-weight: 600;
}
.about_text p{

}
.about_text img {
    width: 28px;
    height: 28px;
}

.about_courses_info {
    padding: 20px;
    background: #f4f9ff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column-reverse;
    gap: 20px;
    height: 100%;
}
.about_courses_info_icon img {
    width: 50px;
}
.about_courses_info_text h3 {
    font-weight: 700;
    font-size: 34px;
    margin-bottom: 4px;
}
.about_courses_info_text p{
  margin-bottom: 0;
}

/*======About Close======*/

.exam_courses{
  padding: 0 0 70px 0;
}
.exam_courses_box .heading {
  font-weight: bold;
  background: #30689f;
  color: #fff;
  padding: 12px 20px;
  margin: 0;
  font-size: 24px;
}
.exam_courses_box_text {
    border: 2px solid #2f669c;
    padding: 20px 20px 0 20px;
    margin-bottom: 10px;
}
.exam_courses_box p {
    text-align: justify;
}

.exam_courses_box ul li {
    font-weight: 500;
    margin-bottom: 5px;
    color: #30689f;
}
/*======exam_courses Close======*/
.teams {
    background: #f4f9ff;
    padding: 40px 0;
}
.teams .single-item {
  margin-bottom: 10px;
}
.teams  .item {
    position: relative;
    z-index: 1;
}
.teams .item .thumb {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.teams .item .thumb::after {
  background: #000 none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transition: all 0.35s ease-in-out;
  width: 100%;
}

.teams .team-items .item:hover .thumb::after {
  opacity: 0.7;
}

.teams .item .thumb img {
  transition: all 0.35s ease-in-out;
  width: 100%;
      height: 400px;
    object-fit: cover;
}

.teams .item:hover .thumb img {
  opacity: .6;
}

.teams .info {
  background: #ffffff none repeat scroll 0 0;
  box-shadow: 0 0 10px #cccccc;
  padding:20px;
  position: absolute;
  z-index: 99;
  bottom: 0;
  width: 100%;
  opacity: 0;
  transition: 0.8s ease;
}
.teams .item:hover .info{
    opacity: 1;
}
.teams .info h4 {
  font-weight: 700;
  margin-bottom: 20px;
}
.teams .info img {
    width: 24px;
    height: 24px;
}
.teams .info p {
  display: flex;
  align-items: center;
  gap: 10px;
}

/*======teams Close======*/

.testimonial{
  padding: 50px 0;
}
.video-testimonial-block { position: relative; width: auto; height:100%; overflow: hidden;}
.video-testimonial-block .video iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border: 0px; }
.video-thumbnail {
    position: relative;
    cursor: pointer;
  }

.video-testimonial-block .video-play {
    position: absolute;
    top: 70%;
    left: 50%;
    transform: translate(-50%, -70%);
    background: #30689f;
    color: white;
    border-radius: 50%;
    font-size: 40px;
    text-decoration: none;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
.testimonial_slider_box {
    background: #fff;
    box-shadow: 0 0 20px 0 #00000020;
    margin-bottom: 20px;
}
.video-thumbnail img {
    width: 100%;
    height: 100%;
        object-fit: cover;
}
.video-testimonial-block .img-fluid{
  width: 100%;
  height: 100%;
}
.video-testimonial-content {
    padding: 20px;
    text-align: center;
    display: none;
}
.video-testimonial-content p{
  margin: 0;
}
.testimonial_slider .slick-list.draggable{
    padding: 0 300px 0 0 !important;
}
.testimonial_slider .slick-slide{
      padding-left: 15px;
}
.slick-dots li button:before{
  font-size: 15px !important;
}
.slick-dots li.slick-active button:before{
  color: #30689f;
}
/*======testimonial-Close Close======*/

.contact {
    padding: 50px 0 0;
    background-image: url('../img/footer-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.contact_form {
    /*border: 8px solid transparent;
    border-image-source: linear-gradient(70deg, #1beabd, #10abff);
    border-image-slice: 1;*/
    background: #fff;
    border-radius: 8px;
}
.contact_text h3 {
    font-weight: 800;
    font-size: 30px;
}
.contact_text p {
    font-size: 18px;
    font-weight: 500;
}
.contact_text, .contact h2 {
    color: #fff;
}
.contact_text li{
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.contact_text li a {
    text-decoration: none;
    color: #fff;
    display: grid;
    align-items: center;
    gap: 10px;
    transition: 0.5s ease;
    grid-template-columns: auto 93%;
}
.contact_text li a:hover i{
  color: #40d0e3;
  background: transparent;
}
.contact_text li a i {
    background: #30689f;
    color: #fff;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #30689f;
    transition: 0.5s ease;
}
textarea.form-control{
  min-height: 120px;
}
.copyright {
    padding: 20px;
    border-top: 1px solid #dee2e6;
}
.copyright_text p{
    text-align: center;
    font-weight: 400;
    margin-bottom: 0;
    color: #fff;
}
.copyright_text p span{
    color: #fff;
    font-weight: bold;
}
select.form-select.form-control.form-control {
    padding: 12px 16px;
    color: #838587;
    font-size: 13px;
}
.form-floating>.form-control, .form-floating>.form-select {
    padding-bottom: unset !important;
    padding-top: unset !important;
    padding: 12px 16px !important;
}
.form-floating>label{
    font-size: 13px;
    color: #838587;
}
.contact_loction {
    padding: 80px 0px 20px;
}
.location_box {
    color: #fff;
    margin-bottom: 30px;
 }
 .location_box i{
    color: #fff;
 }
.location_box h3 {
    font-weight: 200;
    display: flex;
    align-items: center;
    gap: 20px;
}
/*======contact Close======*/


/*======thankyou page css start======*/
.thankyou_text_img {
    text-align: center;
    padding: 50px 0;
}
.thankyou_text_img img {
    width: 150px;
    height: auto;
    margin: 0 auto 40px;
    display: block;
}
.thankyou_btn {
    background: #30689f;
    color: #fff;
    border: 1px solid #30689f;
    transition: 0.5s ease;
}
.thankyou_btn:hover{
    background: transparent;
    color: #30689f;
}
/*======thankyou page css Close======*/


@media (min-width: 992px) {

.upsc_course.exam_courses_box,
.exam_courses_box_text {
    height: auto;
}
.exam_courses_box ul li {
    margin-bottom: 10px;
}
.location_box ul{
    width: 100%;
    max-width: 280px;
}
}/*======Min-Media-992px Close======*/

@media(min-width: 1400px) and (max-width:3000px){

.contact-page-form h2{
    font-size: 22px;
}
}/*======Min-Media-1600px Close======*/

@media(min-width: 991.98px) and (max-width:1399.98px){
.hero_banner_text h1 {
    font-size: 85px;
}
.hero_banner_text h2 {
    font-size: 35px;
}
.hero_banner_text_btn li {
    font-size: 20px;
}
.teams .info {
    padding: 8px;
}
}/*======Max-Media-1399.98px Close======*/

@media(max-width: 1210px){
.navbar_contact {
    gap: 0;
}
.nav_top_location a{
   padding: 0px 10px; 
}
.navbar-light .navbar-brand img {
    width: 160px;
}
.navbar_contact .phone-numbe {
    padding: 10px 16px;
    font-size: 24px;
}
.single-input-field textarea{
    height: 90px;
}
.contact-page-form input {
    margin-bottom: 7px;
}
.contact-page-form{
    padding: 10px;
}
}/*======Media-1210px Close======*/


@media(max-width: 992px){
.hero_banner,.hero_banner:after{
  height: 100%;
  padding: 20px 0;
}
.navbar.navbar-expand-lg.p-0{
padding: 0.5rem 0 !important;
}
.navbar.navbar-expand-lg .px-4 {
    padding-right: .5rem !important;
    padding-left: .7rem !important;
}
.navbar.navbar-expand-lg .me-4 {
    margin-right: .7rem !important;
}

.about {
    padding: 30px 0;
}
.exam_courses{
   padding: 0 0 30px 0;
}
.title h2 {
    margin-bottom: 20px;
}
.hero_banner_text h1 {
    margin-bottom: 15px;
}

.testimonial_slider .slick-list.draggable{
    padding: 0 100px 0 0 !important;
}
.video-thumbnail img {
    object-fit: inherit;
}
.testimonial, .contact, .teams{
    padding: 20px 0;
}

.about_courses_info_text h3 {
    font-size: 24px;
}

.contact-page-form {
    padding: 20px 10px 15px;
     margin-left: 0;
}
.nav_top_location{
    display: none;
}
.usp_section {
    width: 100%;
}
.form_usp_mix {
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
}

}/*======Media-992px Close======*/

@media(max-width: 790px){

    .navbar {
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }
    .navbar_contact .phone-numbe {
        padding: 8px 10px;
        gap: 5px;
        font-size: 16px;
    }
    .navbar_contact a i {
         font-size: 16px; 
    }
    .navbar_contact {
        gap: 4px;
    }
}/*======Media-790px Close======*/

@media(max-width: 768px){
.testimonial_slider .slick-list.draggable {
    padding: 0 0px 0 0 !important;
}
.hero_banner_text h2 {
    font-size: 30px;
}
.hero_banner_text h1 {
    font-size: 70px;
}
.hero_banner_text_btn {
    margin-bottom: 30px !important;
    align-items: start;
    gap: 5px;
}
.hero_banner_text_btn li {
    font-size: 20px;
}
}/*======Media-768px Close======*/


@media(max-width: 576px){
.navbar-light .navbar-brand img {
        width: 150px;
    }
.about_courses_info{
    height: auto;
    margin-bottom: 10px;
}
.hero_banner_text_btn {
    flex-direction: column;
    text-align: center;
}
.hero_banner_text_btn li{
    width: 100%;
}
}/*======Media-576px Close======*/



@media(max-width: 480px){
.navbar-light .navbar-brand img {
    width: 130px;
}
.navbar_contact .phone-numbe {
    padding: 6px 12px;
    gap: 3px;
    font-size: 16px;
}
.about_courses_info {
    padding: 15px;
}
.about_courses_info_icon img {
    width: 40px;
    height: 40px;
}
.contact_text li a{    grid-template-columns: auto 86%;}
.phone-numbe.location{display: none;}
.thankyou_text_img img {
    width: 120px;
}
.hero_banner_text h2 {
    font-size: 22px;
}
.hero_banner_text h1 {
    font-size: 52px;
    margin-bottom: .5rem;
}
.video-testimonial-block{
  height: 300px;
}
.video-testimonial-block .video-play{
     font-size: 30px;
    width: 60px;
    height: 60px;
}
}/*======Media-480px Close======*/

.custom-error {
    color: red;
    font-size: 13px;
}