@import url('https://fonts.googleapis.com/css2?family=Prompt: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');

html,
body,
img,
fieldset,
abbr,
acronym {
  border: 0;
  max-width: 100%;
  width: auto;
}

body {
  padding: 0 !important;
  font-family: "Prompt", sans-serif;
}
h1{
  font-weight: 700;
}
h1,
h2,
h3,
h4,
h5 {
  font-family: "Prompt", sans-serif;
}
.p-100{
  padding: 80px 0px;
}
h2{
  font-size: 35px;
  font-weight: 600;
}
body a,
body button {
  color: #000;
  outline: none !important;
  text-decoration: none !important;
  transition: all ease 0.5s;
}

* {
  padding: 0;
  margin: 0;
}

h2 {
  font-size: 42px;
  margin: 10px 0px;
}

.m-100 {
  margin-bottom: 70px;
}

ul.slick-dots {
  display: none !important;
}

.slick-prev,
.slick-next {
  display: none !important;
}

.sec-btn {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 2px;
  transition: .5s;
  border: 3px double #0a3359;
  text-transform: capitalize;
  font-size: 18px;
  margin-top: 20px;
}

.sec-btn:hover {
  background-color: transparent;
  color: #f88e11;
  background-color: #0a3359;
}

.under {
  color: #fff;
  font-weight: 500;
  background-color: #f88e11;
  border-radius: 30px;
  padding: 8px 15px;
}

.what {
  position: fixed;
  bottom: 30px;
  left: 20px;
  z-index: 999;
}

.what a {
  color: #fff;
  font-size: 30px;
  border-radius: 100%;
  height: 50px;
  width: 50px;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 5px 10px 0px #00000052;
  background: #2ce721;
}

.what a:last-child {
  font-size: 20px;
  background-color: #f88e11;
}


/* ===Header-Section=== */

header {
  position: sticky;
  z-index: 999;
  background-color: #fff;
  left: 0;
  width: 100%;
}

.top-bar {
  padding: 8px 0px;
  position: relative;
  background-color: #f88e11;
}
.top-bar::after{
  position: absolute;
  top: 0;
  right: 0;
  background-color: #f88e11;
  content: "";
  height: 100%;
  width: 78.5%;
  clip-path: polygon(0 0,100% 0,100% 100%,1% 100%);
}
.top-left ul {
  padding: 0;
  position: relative;
  z-index: 3;
  margin: 0;
  display: flex;
  align-items: center;
  list-style: none;
  justify-content: flex-end;
}

.top-left ul li {
  margin: 0px 5px;
}

.top-left ul li a {
  height: 40px;
  width: 40px;
  display: flex;
  transition: .5s;
  border-radius: 5px;
  color: #fff;
  font-size: 18px;
  align-items: center;
  justify-content: center;
}

.top-left ul li a {
  background-color: #0a3359;
}

.top-left ul li a:hover {
  color: #0a3359;
  background-color: #fff;
  border-radius: 20%;
}

.top-right {
  display: flex;
  color: #fff;
  margin-left: 35px;
  position: relative;
  z-index: 3;
  align-items: center;
}

.top-right .phone {
  margin-right: 20px;
}

.top-right a {
  color: #fff;
}

header .book {
  position: absolute;
  top: 0;
  left: 0;
  width: 24%;
  clip-path: polygon(82% 0, 98% 46%, 82% 100%, 0% 100%, 0 50%, 0% 0%);
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  height: 100%;
}
header .book img{
    width:250px;
}

/* ------menu-------- */
.menu {
  position: relative;
  overflow-x: clip;
  background-color: #0a3359;
}
.menu .navbar-brand{
  display: none;
}
.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-menu {
  padding: 0;
  background-color: #eee;
}
.dropdown-menu a{
  padding: 8px 15px;
}
.dropdown-menu a:hover {
  background-color: #0a3359;
  color: #fff;
}

.menu img {
  width:220px;
}

.menu .navbar-nav {
  display: flex;
  align-items: center;
  width: 100%;
  margin-left: 30px;
}

.menu .navbar {
  padding:5px 0px;
}

.menu .navbar-expand-lg .navbar-nav .nav-link {
    position: relative;
    padding: 15px 8px;
    cursor: pointer;
    text-transform: capitalize;
    transition: .5s;
    color: #fff;
}

.menu .navbar-expand-lg .navbar-nav .nav-link:hover,
.menu .navbar-expand-lg .navbar-nav .nav-link.active {
  color: #f88e11;
}

.menu .sec-btn{
  padding:7px 10px;
  margin-top: 0;
}
.menu .navbar-nav{
  flex: 1;
}


@keyframes round {
  0% {
    transform: rotate(0deg) scale(0) ;
    border-radius: 100%;
  }

  100% {
    transform: rotate(360deg) scale(1);
    border-radius: 0;
  }
}
.menu .container-fluid{
  padding: 0px;
}
.menu .navbar .iso{
  display: flex;
  align-items: center;
  font-size: 18px;
  padding: 7px 20px;
  border-radius: 5px;
  background-color: #f88e11;
  color: #fff;
  font-weight: 500;
}
.menu .navbar .iso i{
  padding-right: 10px;
}
.menu .navbar .iso a{
  color: #fff;
}

.menu .sec-btn:hover{
  border-color: #f88e11;
}
/* ===Header-Section=== */

/* --------hero-section-start------- */

.hero-section .hero-slide{
  padding-top: 80px;
  background-color: #cdddfa;
}
.hero-section .hero-content{
  margin-bottom: 40px;
}
.hero-section .hero-content h1{
  font-size: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-top: 20px;
}
.hero-section .hero-content .sec-btn{
  margin-top: 0;
}
.hero-section .hero-img{
  background-image: url(../images/hero-img.png);
  background-position: center;
  text-align: center;
  background-size: cover;
}
/* ------hero-section-end------- */

/* ---About-Section--- */

.about-section .as-text h2{
  font-size: 35px;
}
.about-section .as-item{
  position: relative;
}
.about-section .as-item::after{
  position: absolute;
  bottom:0;
  left: 35.4%;
  height: 350px;
  z-index: -1;
  width: 350px;
  background-color: #f88e11;
  border-radius: 100%;
  content: "";
}
.about-section .as-item .as-img{
  margin-left: -90px;
  z-index: 1;
  position: relative;
}
.about-section .as-item .as-img img{
  width: 80%;
}
.about-section .as-item .as-img2{
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 0;
}
.about-section .as-item .as-img2 img{
  border-radius: 10px;
}
/* ---About-Section--- */

/* ====Placement-Section==== */
.placement-section .ps-head{
  text-align: center;
  margin-bottom: 20px;
}
.placement-section .ps-box{
  display: flex;
  align-items: center;
  padding: 20px;
  box-shadow: 0px 10px 20px 0px #f88e111a;
  border-radius: 5px;
  border: 1px solid #00000015;
  background-color: #f88e11;
  margin-right: 10px;
}
.placement-section .ps-box .ps-img img{
  height: 100px;
  width: 100px;
  border-radius: 100%;
  object-fit: cover;
}
.placement-section .ps-box .text{
  flex: 1;
  margin-left: 20px;
}
.placement-section .ps-box .text h6 i{
  color: #0cbd52;
}
.placement-section .ps-box .text h6{
  margin-bottom: 0;
}
.placement-section .ps-box .text span{
  color: #0a3359;
}
.placement-section .ps-box .text b{
  text-transform: capitalize;
}
/* ====Placement-Section==== */

/* ===Choose-Section== */

.choose-section .ch-head{
  text-align: center;
}
.choose-section .ch-head h2{
  font-size: 35px;
}
.choose-section .ch-head p{
  font-size: 15px;
}
.choose-section .ch-box{
  padding: 10px;
  border-radius: 5px;
  background-color: #eee;
  margin: 10px 0px;
}
.choose-section .ch-box h4{
  font-size: 20px;
  font-weight: 600;
}
.choose-section .ch-box p{
  font-size: 14px;
  margin-bottom: 0;
}
.choose-section .ch-box1{
  padding:30px 20px;
}
.choose-section .ch-box1 h4{
  font-size: 22px;
  margin-top: 15px;
}
.choose-section .ch-box1 p{
  font-size: 16px;
  margin-bottom: 10px;
}
/* ===Choose-Section== */

/* ===Guarantee-Section=== */

.gurantee-section{
  background-color: #f88e11;
  color: #fff;
  padding-bottom: 0;
  margin-top: 70px;
}
.gurantee-section .form-box{
  background-color: #fff;
  margin-top: -180px;
  margin-bottom: 20px;
  color: #000;
  padding: 20px;
  border-top: 4px solid #0a3359;
  border-radius: 3px;
}
.gurantee-section .form-box h4{
  font-size: 25px;
}
.form-box .f-box input, .form-box .f-box select{
  width: 100%;
  padding: 13px 20px;
  border: 1px solid #0a3359;
  margin-bottom: 10px;
  border-radius: 3px;
}
.form-box .f-box select{
  padding: 14px 5px;
  font-size: 13px;
}
/* ===Guarantee-Section=== */

/* ===Course-Section=== */
.course-section .cs-head{
  text-align: center;
}
.course-section .cs-head h2{
  font-size: 35px;
}
.course-section .cs-box{
  padding: 20px;
  border-radius: 4px;
  background-color: #eee;
  height: 100%;
}
.course-section .cs-box img{
  height: 170px;
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.course-section .cs-box h4{
  font-size: 22px;
  margin-top: 10px;
  font-weight: 600;
}
.course-section .cs-box p{
  font-size: 14px;
  margin-bottom: 0;
}
.course-section .cs-box .cs-text{
  background-color: #fff;
  padding: 10px;
  border-radius: 3px;
  margin-top: 5px;
}
.course-section .cs-box .cs-text span{
  color: #0a3359;
}
/* ===Course-Section=== */

/* ===Testimonial-Section=== */

.testimonial-section{
  background: linear-gradient( #fff,#eee);
  padding-bottom: 80px;
}
.testimonial-section .tes-head{
  text-align: center;
  margin-bottom: 20px;
}
.testimonial-section .tes-box{
  padding:30px;
  margin: 0px 10px;
  position: relative;
  background-color: #fff;
  padding-top: 15px;
  border-radius: 3px;
  overflow: hidden;
}
.testimonial-section .tes-box::after{
  position: absolute;
  top: 0;
  left: 0;
  background-color: #0a3359;
  height: 80px;
  width: 100%;
  content: "";
}
.testimonial-section .tes-box::before{
  position: absolute;
  top: 50px;
  left: -30px;
  width: 72%;
  transform:skewX(40deg);
  z-index: 1;
  height: 50px;
  background-color: #fff;
  content: "";
}
.testimonial-section .tes-box h5{
  color: #fff;
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}
.testimonial-section .tes-box .tes-item{
  display: flex;
  position: relative;
  z-index: 2;
  align-items: center;
}
.testimonial-section .tes-box .tes-item .text{
  flex: 1;
  position: relative;
  margin-right: 20px;
}
.testimonial-section .tes-box .tes-item .text p{
  margin-bottom: 0;
  margin-top: 10px;
}
.testimonial-section .tes-box .tes-item .info{
  text-align: center;
}
.testimonial-section .tes-box .tes-item .tes-img img{
  width: 120px;
  outline: 3px solid #f88e11;
  transition: .5s;
  height: 120px;
  border-radius: 100%;
  outline-offset: 5px;
  border: 2px solid #fff;
}
.testimonial-section .tes-box:hover .tes-item .tes-img img{
  border-color: #f88e11;
  outline-color:#eee ;
}
.testimonial-section .tes-box .tes-item h6{
  font-size: 18px;
  color: #0a3359;
  margin-bottom: 0;
  margin-top: 15px;
}
.testimonial-section .tes-box .tes-item .ratting {
  color: #f88e11;
  font-size: 14px;
  letter-spacing: 2px;
}

/* ===Testimonial-Section=== */

/* ------footer-section-start------- */

.footer-section {
  padding-top: 40px;
  background-color: #0a3359;
  color: #fff;
}

.footer-section .f-box {
  box-shadow: 0px 10px 20px #4e148c25;
}
.footer-logo{
    margin-bottom:15px;
}
.footer-logo img{
  padding:4px;
  width:260px;
  background-color:#fff;
}
.footer-box .footer-text p {
  line-height: 27px;
}

.footer-box {
  position: relative;
  z-index: 4;
}

.footer-box .f-title {
  border-radius: 5px;
  padding: 20px;
  background-color: #f88e11;
}

.footer-box .f-title h4 {
  font-weight: 700;
  font-size: 24px;
}

.footer-box .f-title h5 {
  color: #0a3359;
  font-weight: 600;
  margin-bottom: 0;
  font-size: 20px;
  margin-top: 10px;
}

.footer-box .f-title a {
  color: #fff;
}

.footer-box .social {
  padding: 0;
  display: flex;
  align-items: center;
  list-style: none;
  margin-top: 16px;
}

.footer-box .social li {
  margin: 0px 5px;
}

.footer-box .social li a {
  height: 40px;
  width: 40px;
  display: flex;
  transition: .5s;
  color: #fff;
  font-size: 18px;
  align-items: center;
  justify-content: center;
}

.footer-box .social li a {
  background-color: #f88e11;
}

.footer-box .social li a:hover {
  background-color: #fff;
  border-radius: 100%;
  color: #f88e11;
}

.footer-box .footer-title h4 {
  font-size: 22px;
  margin-bottom: 20px;
  color: #f88e11;
  font-weight: 700;
  position: relative;
}

.footer-box .footer-title h4::after {
  position: absolute;
  bottom: -5px;
  left: 0;
  background-color: #f88e11;
  width: 50px;
  border-radius: 10px;
  height: 3px;
  content: '';
}

.footer-link ul li a:hover {
  color: #fff;
}

.footer-box ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-box ul li {
  margin: 10px 0px;
}

.footer-box ul li a {
  color: #fff;
  transition: .5s;
}

.footer-box ul li a:hover {
  color: #f88e11;
}

.footer-link2 ul li {
  display: flex;
  margin: 15px 0px;
  align-items: center;
}

.footer-link2 ul li a:hover {
  color: #f88e11;
}

.footer-link2 ul li i {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  margin-right: 10px;
  border-radius: 4px;
  background-color: #f88e11;
  font-size: 20px;
}

.footer-link2 ul li span,
.footer-link2 ul li a {
  flex: 1;
}

.footer-section .copy-right {
  text-align: center;
  padding: 10px;
  z-index: 7;
  background-color: #f88e11;
  margin-top: 30px;
  position: relative;
}

.footer-section .copy-right p {
  margin-bottom: 0;
  color: #fff;
}

.footer-section .copy-right p a {
  color: #0a3359;
  font-weight: 600;
}

.footer-section .map {
  height: 100%;
  border-radius: 10px;
}

.footer-section .map iframe {
  border-radius: 10px;
}

.footer-section .f-map {
  height: 100%;
}

.footer-section .f-map iframe {
  border-radius: 7px;
}

/* ------footer-section-end-------- */



/* ======Mission-Section=== */
.mission-section .row{
  background-color: #eee;
}
.mission-section .ms-box{
  background-color: #0a3359;
  color: #fff;
  margin-left: -20px;
  padding: 30px;
  border-radius: 6px;
}

/* ======Mission-Section=== */

/* ===Sets-Section=== */
.sets-section{
  background: linear-gradient(#fff,#eee);
  padding-bottom: 160px;
}
.sets-section .ss-head{
  text-align: center;
  color: #0a3359;
}
.sets-section .ss-box, .banner-section .ss-box{
  display: flex;
  align-items: center;
  padding: 20px;
  transition: .5s;
  border-radius: 6px;
  background-color: #fff;
}
.sets-section .ss-box .icon, .banner-section .ss-box .icon{
  height: 100px;
  width: 100px;
  transition: .5s;
  border-radius: 100%;
  background-color: #f88e11;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sets-section .ss-box:hover .icon, .banner-section .ss-box:hover .icon{
  background-color: #0a3359;
}

.sets-section .ss-box .text, .banner-section .ss-box .text {
  flex: 1;
  margin-left: 20px;
}

.sets-section .ss-box .text p, .banner-section .ss-box .text p{
  margin-bottom: 0;
}
/* ===Sets-Section=== */

/* ===Banner-Section=== */

.banner-section{
  background-color: #cdddfa;
}
.banner-section .ss-box .icon img{
  width: 50px;
}
.banner-section .ss-box{
  margin-top: 10px;
  padding: 15px;
}
.banner-section .ss-box .icon{
  height: 80px;
  width: 80px;
}
.banner-section .form-box{
  margin-left: 30px;
}
.banner-section .form-box h4{
  color: #0a3359;
  display: inline-block;
  border-bottom: 2px solid #f88e11;
  margin-bottom: 30px;
}
.banner-section .form-box input, .banner-section .form-box select{
  background-color: transparent;
  border: none;
  border-bottom: 2px solid #0a3359;
  outline: none;
}
/* ===Banner-Section=== */

.map-section{
  height: 400px;
}

/* ===Scholarship-Section=== */
.scholarship-section .ss-content ul{
  list-style: none;
  padding: 0;
}
.scholarship-section .ss-content ul li{
  padding: 10px;
  background-color: #dfe4e2;
  border-radius: 3px;
  margin-top: 10px;
}
.scholarship-section .ss-img img{
  border-radius: 8px;
}

/* ===Scholarship-Section=== */

/* ===Apply-Section=== */

.apply-section .form-box{
  background-color: #f88e11;
  padding:30px 20px;
  border-radius: 5px;
}
.apply-section .form-box input, .apply-section .form-box select{
  border: none;
  outline: none;
}
.apply-section .as-item h3{
  color: #0a3359;
  display: inline-block;
  border-bottom: 2px solid #f88e11;
  margin-top: 20px;
}
.apply-section .as-item ul{
  padding: 0;
  list-style: none;
}
.apply-section .as-item ul li{
  padding: 10px;
  background-color: #dfe4e2;
  border-radius: 3px;
  margin-top: 10px;
}
/* ===Apply-Section=== */

/* ===Banner1-Section=== */

.banner-section1{
  position: relative;
}
.banner-section1::after, .banner-section1::before{
  height: 100%;
  width: 50%;
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #f88e11;
}

.banner-section1::before{
  right: 0;
  left: auto;
  background: url(../images/ui-ux.jpg);
  background-position: center;
  background-size: contain;
}
.banner-section2::before{
  background-image: url(../images/web.jpg);
  background-size: cover;
}
.banner-section3::before{
  background-size: cover;
  background-image: url(../images/graphic.jpg);
}
.banner-section4::before{
  background-size: cover;
  background-image: url(../images/video.jpg);
}
.banner-section5::before{
  background-size: cover;
  background-image: url(../images/mosin.webp);
}
.banner-section6::before{
  background-size: cover;
  background-image: url(../images/animation.jpg);
}
.banner-section7::before{
  background-image: url(../images/digital.jpeg);
  background-size: cover;
}
.banner-section8::before{
  background-image: url(../images/web2.jpg);
  background-size: cover;
}
.banner-section9::before{
  background-image: url(../images/exal.webp);
  background-size: cover;
}
.banner-section10::before{
  background-image: url(../images/ms-office.jpg);
  background-size: cover;
}
.banner-section11::before{
  background-image: url(../images/cf.jpg);
  background-size: cover;
}
/* ===Banner1-Section=== */

/* ---banner-new--- */

.banner-new{
  background-image:linear-gradient(#00000098,#00000098),url(../images/banner.webp);
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  background-position: center;
  background-attachment: fixed;
}
.banner-new ul{
  display: flex;
  align-items: center;
  list-style: none;
  padding: 0 ;
  margin: 0;
}
.banner-new ul li{
  padding: 2px 10px;
}
.banner-new ul li a{
  color: #f88e11;
}
/* ---banner-new--- */

/* ===Overview-Section=== */

.overview-section .container-fluid{
  background-color: #0a3359;
  width: 92%;
  padding: 30px;
  border-radius: 10px;
}
.overview-section .os-head{
  text-align: center;
  color: #fff;
}
.overview-section .os-box{
  padding: 20px;
  height: 100%;
  background-color: #eee;
  border-radius: 5px;
}
.overview-section .os-box h5{
  color: #f88e11;
  font-weight: 600;
}
.overview-section .os-box p{
  margin-bottom: 0;
  color: #000;
}
.overview-section .os-item{
  padding: 20px;
  background-color: #f88e11;
  border-radius: 5px;
  margin: 10px;
}
.overview-section .os-item ul{
  padding: 0;
  margin: 0;
  list-style: none;
}
.overview-section .os-item ul li b{
  color: #0a3359;
}
.overview-section .cs-item{
  list-style: none;
  display: flex;
  margin-bottom: 20px;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
}
.overview-section .cs-item li{
  padding: 10px 20px;
  background-color: #0cbd52;
  border-radius: 3px;
  margin: 5px 10px;
  color: #fff;
}
.overview-section h4, .overview-section h5{
  color: #fff;
}
.overview-section p{
  color: #fff;
}
/* ===Overview-Section=== */

/*===Price-Section-Start===*/

.price-section .p-modle {
  height: 100%;
  width: 100%;
  background-color: #262424a3;
  align-items: center;
  display: none;
  justify-content: center;
  flex-direction: column;
  position: fixed;
  top: 0;
  animation: toper 1.5s ease-in;
  left: 0;
  z-index: 99999;
}
.price-section .p-modle.pop-new{
  display: flex;
}
.p-modle .m-box {
  animation: top 1s ease-in;
  width: 60%;
}


.p-modle .m-box .quote {
  padding: 30px;
}
.p-modle .m-box img{
  border-radius: 5px;
}

.p-modle .login-content input{
    padding:13px 20px;
    border:1px solid #f88e11;
    border-radius:3px;
    background-color:transparent;
}
.p-modle .login-content label{
    margin-top:8px;
    text-align: left;
}

.login-form .login-content {
  padding: 30px;
  text-align: center;
  background-color: #eee;
  position: relative;
}

.login-form .login-content h3 {
font-weight: 700;
margin-bottom: 15px;
text-align: left;
display: flex;
font-size: 22px;
justify-content: space-between;
align-items: center;
}

.login-form form{
  text-align: left;
}
.login-form .sec-btn{
  margin-top: 20px;
}

.login-form .login-content h3 i {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 40px;
  background: #000;
  border-radius: 100%;
  color: #fff;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}
.login-form .q-form p{
  text-align:left;
}
.login-content input {
width: 100%;
outline: none;
margin:0;
border: none;
}
/* ---Price-Section-End--- */
.pay-section{
  height: 100vh;
  width: 100%;
  background-color: #000000e5;
  color: #fff;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3333999;
}
.pay-section img{
  width: 300px;
}
.pay-section .close-btn{
  position: absolute;
  top: 10px;
  font-size: 40px;
  color: #fff;
  cursor: pointer;
  left: 20px;
}
.pay-section .close-btn:hover{
  color: #f88e11;
}
.pay-btn{
  position: fixed;
  top: 40%;
  right: -43px;
  transform: rotate(90deg);
}
.pay-btn .sec-btn{
  background-color: #0a3359;
  color: #fff;
}
.pay-btn .sec-btn:hover{
  color: #f88e11;
}

/* ===Details-Section=== */

.details-section .container-fluid{
  width: 95%;
}

.details-section .ser-left{
  position: sticky;
  top: 0;
}
.details-section .quote-form {
  border-radius: 5px;
  padding: 20px;
}
.details-section .quote-form .f-group input,.details-section .quote-form .f-group select,.details-section .quote-form .f-group textarea{
  margin-top: 10px;
}
.details-section .quote-form h2{
  font-size: 30px;
}
.details-section .dsl-list {
  margin-bottom: 30px;
  border: 1px solid #0a3359;
  padding: 15px;
  border-radius: 4px;
}
.details-section .dsl-list h4{
  text-transform: uppercase;
  position: relative;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
}
.details-section .dsl-list h4::after{
  position:absolute ;
  bottom: -3px;
  left: 0;
  height: 3px;
  width: 50px;
  background-color: #0a3359;
  content: "";
}
.details-section .dsl-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.details-section .dsl-list ul li {
  border-radius: 5px;
  background-color: #eee;
  margin: 10px 0px;
}

.details-section .dsl-list ul li a {
  display: flex;
  border-radius: 5px;
  align-items: center;
  position: relative;
  padding:10px;
  justify-content: space-between;
}
.details-section .dsl-list ul li a::after{
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
  width: 0px;
  height: 100%;
  background-color: #0a3359;
  content: "";
  transition: .4s;
}
.dsl-list ul li a:hover:after,.dsl-list ul li.active a::after{
  width: 100%;
}
.dsl-list ul li a.active::after{
  width: 100%;
}
.dsl-list ul li a span{
  position: relative;
  z-index: 3;
}
.dsl-list ul li a i{
  height: 40px;
  width: 50px;
  background-color: #0a3359;
  border-radius: 5px;
  display: flex;
  align-items: center;
  transition: .5s;
  position: relative;
  z-index: 3;
  font-size: 20px;
  justify-content: center;
  color: #000;
}
.dsl-list ul li a:hover i{
  background-color: #000;
  color: #fff;
}

.dsl-list ul li a:hover,
.dsl-list ul li.active a{
  color: #fff;
}
.dsl-list ul li.active i{
  background-color: #000;
  color: #fff;
}
.ser-right h1{
  font-size: 35px;
  font-weight: 800;
  margin-bottom: 20px;
}
.ser-right p{
  margin-top: 20px;
}
.ser-right .ser-img img{
  border-radius: 10px;
  height: 350px;
  object-fit: cover;
  width: 100%;
}
.ser-right .ser-box {
  padding: 20px;
  border: 3px double #0a3359;
  border-radius: 5px;
  height: 100%;
}
.ser-right .ser-box h5{
  font-weight: 700;
  font-size: 20px;
  color: #0a3359;
}
.details-section .form-box{
  background-color: #f88e11;
  padding: 30px;
  border-radius: 6px;
}
.details-section .ser-right-box{
  padding: 20px;
  border-radius: 4px;
  background-color: #eee;
  margin-top: 10px;
}
.details-section .ser-right-box p{
  margin-bottom: 0;
}
@media screen and (max-width:1200px){
    .menu .navbar-expand-lg .navbar-nav .nav-link {
    padding: 15px 7px;
    font-weight: 400;
    font-size: 14px;
}
header .book img {
    width: 200px;
}
}

@media screen and (max-width:1024px) {
  .menu .navbar-expand-lg .navbar-nav .nav-link {
    padding: 15px 10px;
}

.about-section .as-item::after {
  bottom: -20px;
  height: 290px;
  width: 290px;
}
.about-section .as-text h2 , h2{
  font-size: 30px;
}
.choose-section .ch-box1 p {
  font-size: 15px;
}
.course-section .cs-box h4 {
  font-size: 19px;
}
.testimonial-section .tes-box .tes-item .text p {
  font-size: 14px;
}
.menu .sec-btn {
  font-size: 12px;
}
.menu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 15px 5px;
}
}

@media screen and (max-width:992px) {
  .top-left,header .book{
    display: none;
  }
  .menu{
    background-color: #fff;
  }
  .menu .navbar-brand {
    display: block;
}

.menu .navbar-brand img{
  width: 180px;
}
.menu .navbar-toggler-icon{
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #0a3359;
  height: 45px;
  width: 60px;
  border-radius: 3px;
  background-color: #eee;
}
.details-section .dsl-list{
  margin-top: 40px;
}
.menu .navbar-toggler-icon i{
  color: #f88e11;
}
.menu .navbar-toggler:focus{
  box-shadow: none;
}
.menu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 6px 0px;
  color: #000;
}
.menu .navbar-expand-lg .navbar-nav{
  display: block;
  padding: 0;
  margin: 0;
}
.menu .addmission{
  margin: 20px 0px;
}
.hero-section .hero-img img{
  max-height: 500px;
}
.gurantee-section .form-box{
  margin-top: 40px;
  margin-bottom: 40px;
}
.mission-section .ms-box {
  margin-left: 0px;
  margin-bottom: 20px;
  margin-top: 20px;
}
.sets-section .ss-box{
  display: block;
}
.sets-section .ss-box .text{
  margin-left: 0;
  margin-top: 20px;
}
.sets-section{
  padding-bottom: 70px;
}
.banner-section{
  padding: 30px 0px;
}
.banner-section .form-box{
  margin-left: 0;
  margin-top: 40px;
}
.map-section {
  height: 300px;
}
.banner-section1::after, .banner-section1::before {
  width: 100%;
  background-color: #151207ad;
}
.banner-section1 .bs-text{
  position: relative;
  z-index: 3;
  text-align: center;
  color: #fff;
}
.gurantee-section .gs-content{
  margin-bottom: 20px;
}

.menu .navbar {
  padding:0px;
}
}

@media screen and (max-width:580px) {
  .top-right {
    margin-left: 0px;
}
.hero-section .hero-content h1 {
  font-size: 26px;
  font-weight: 600;
  line-height: 35px;
}
.hero-section .hero-img img {
  max-height: 260px;
}
.top-right .phone{
  margin-right: 8px;
}
.pay-section .close-btn{
  top: 0;
  left: 10px;
}
.menu .sec-btn{
  padding:7px 10px;
  margin: 20px 0px;
  font-size: 16px;
}
.top-right .phone a{
  font-size: 14px;
}
.about-section .as-item .as-img {
  margin-left: 0px;
}
.ser-right h1 {
  font-size: 20px;
  font-weight: 600;
}
.ser-right .ser-img img{
  height: auto;
}
.about-section .as-item .as-img2 {
  top: 0px;
  left: 38px;
}
.about-section .as-item::after {
  bottom: 0px;
  height: 260px;
  width: 260px;
}
.about-section .as-text h2, h2,.choose-section .ch-head h2,.course-section .cs-head h2 {
  font-size: 23px;
}
.gurantee-section {
  margin-top: 0px;
}
.p-100{
  padding: 50px 0px;
}
.m-100{
  margin-bottom: 50px;
}

.testimonial-section .tes-box .tes-item .text p{
  margin-top: 16px;
}
.testimonial-section .tes-box .tes-item{
  display: block;
}
.testimonial-section .tes-box .tes-item .info{
  margin-top: 15px;
}
.testimonial-section .tes-box::after{
  height: 50px;
}
.testimonial-section .tes-box{
  text-align: center;
  padding: 20px;
}
.testimonial-section .tes-box .tes-item .text{
  margin: 20px 0px;
}
.testimonial-section .tes-box .tes-img img{
  margin: auto;
}
.testimonial-section .tes-box .tes-item .text p {
  margin-top: 25px;
  font-size: 16px;
}
}

@media screen and (max-width:450px) {
  .about-section .as-item::after {
    height: 220px;
    width: 220px;
}

}



/*---thank-Section-Start----*/

.thank{
  text-align:center;
  height: 100vh;
  width: 100%;
  margin-top:30px;
}
.thank .icon img{
    width:60%;
}
.thank ul{
  padding:0;
  list-style:none;
  display:flex;
  align-items:center;
}
.thank ul li a{
  height:40px;
  width:40px;
  background:#ffb700;
  color:#fff;
  display:flex;
  align-items:center;
  margin:5px;
  border-radius:5px;
  justify-content:center;
}

@media screen and (max-width:1024px) {
.thank{
  margin-top:80px;
}
}

@media screen and (max-width:768px) {
  .thank{
  margin:50px 0px;
  height:auto;
}
}

@media screen and (max-width:580px) {
.thank{
  margin:20px 0px;
}
}

/*---thank-Section-end----*/