/********** Template CSS **********/
:root {
    --primary: #ffcd57;
    --secondary: #060097;
    --light: #6b6b84;
    --dark: #000000;
    --orange:#FF9700;
    --white:#FFFFFF;
    --gray:#f3f3f3;
    
}
.bg-green {
    background-color: #FFFFFF;
}
:focus-visible {
    outline: none;
}
body {
    font-family: "Catamaran", "Roboto", sans-serif; 
}
h1 {
    font-size: 32px;
    color: var(--secondary);
    font-family: "Catamaran", sans-serif; 
}
h5 {
    color: var(--primary);
}
.table-dark {
    background-color: var(--primary);
    --bs-table-bg:var(--primary);
    --bs-table-striped-bg: var(--primary);
    --bs-table-striped-color: #fff;
    --bs-table-active-bg: var(--primary);
    --bs-table-active-color: #fff;
    --bs-table-hover-bg: var(--primary);
    --bs-table-hover-color: #fff;
    color: #fff;
    border-color: var(--white);
}
p {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    color: var(--light);
    line-height: 30px;
}
a {
    text-decoration: none;
}
.btn-blue {
    background-color: var(--secondary);
    border: none;
    font-size: 16px;
    padding: 10px 25px;
}
.btn-blue:hover {
    background-color: var(--orange);
    color: var(--white);
}
a.btn-blue, a.btn-orange {
    color: var(--white);
}
.btn-orange {
    background-color: var(--orange);
}
.btn-orange:hover {
    background-color: var(--primary);
    color: var(--white);
}
.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    
    font-weight: 600;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    border-radius: 2px;
    background-color: var(--secondary);
    border: 1px solid var(--secondary);
}
.btn-lg-square:hover{
    background-color: var(--orange);
    border: 1px solid var(--orange);
}

/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 5px;
    transition: .5s;
}

.navbar .dropdown-toggle[aria-expanded=true]::after {
    transform: rotate(-180deg);
}

.navbar-dark .navbar-nav .nav-link,
.navbar-light .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 42px 0;
    font-size: 20px;
    outline: none;
    
}

.navbar-dark .navbar-nav .nav-link:hover,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--orange);
}
.contactus_btn a {
    font-size: 16px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    border-radius: 10px;
    padding: 10px 25px;
}
@media (max-width: 1200.98px) {
    .navbar-dark .navbar-nav .nav-link,
    .navbar-light .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

/* .navbar-light .navbar-brand,
.navbar-light a.btn {
    height: 75px;
} */

.navbar-light .navbar-nav .nav-link {
    color: var(--secondary);
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    white-space: nowrap;
}

.navbar-light.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        top: 100%;
        margin-top: 0;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
        
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.header-carousel .container,
.page-header .container {
    position: relative;
    padding: 45px 0 45px 35px;
    font-family: "Catamaran", sans-serif; 
}

.owl-item.active h1 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInDown;
  }
  .owl-item.active h6 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.3s;
    
  }
  .owl-item.active p {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInUp;
    animation-delay: 0.3s;
  }
  .owl-item.active a.contactbtn {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInLeft;
    animation-delay: 0.3s;
  }
  .owl-item.active a.readmore {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: fadeInRight;
    animation-delay: 0.3s;
  }
  .header-carousel .owl-carousel-item h1 {
    font-size: 60px;
    font-weight: 700;
    font-family: "Catamaran", sans-serif;
    color: var(--dark);
}
.header-carousel .owl-carousel-item h6 {
    font-size: 16px;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    color: var(--primary);
}
.header-carousel .owl-carousel-item p {
    font-size: 16px;
    font-weight: 400;
    font-family: "Roboto", sans-serif;
    color: var(--light);
}
.header-carousel .owl-carousel-item a {
    font-size: 16px;
    font-weight: 500;
    font-family: "Catamaran", sans-serif;
    color: var(--white);
    border-radius: 10px;
    padding: 10px 34px;
}
.banner_img img {
    width: 92% !important;
}
.content_banner {
    padding-top: 6%;
    padding-left: 0;
}
.main-banner-content {
    max-width: 630px;
    margin-left: auto;
}
.main_banner {
    padding-top: 6%;
}
@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 200px;
    }
    
    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
        background-size: cover;
    }

    .header-carousel .owl-carousel-item p {
        font-size: 14px !important;
        font-weight: 400 !important;
    }

    .header-carousel .owl-carousel-item h1 {
        font-size: 60px;
        font-weight: 700;
        font-family: "Catamaran", sans-serif;
        color: var(--dark);
    }
    
}

.header-carousel .owl-nav {
    position: absolute;
	 top: 45%;
	 left: 0;
	 right: 0;
   
}
.header-carousel .owl-nav .owl-prev {
    left: 0;
}
.header-carousel .owl-nav .owl-next {
    right: 0;
}
.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    margin: 7px 0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: var(--orange);
    border-radius: 2px;
    font-size: 22px;
    transition: .5s;
    position: absolute;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.page-header {
    background: linear-gradient(rgba(43, 57, 64, .5), rgba(43, 57, 64, .5)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}
.bannerslide {
    position: relative;
    background-color: #eef3f5;
    padding: 25px;
}
.bannerslide .banner-bg-shape {
    position: absolute;
    bottom: -75px;
    left: 0;
    right: 0;
    z-index: 1;
}
.carousel_content h1 {
    font-size: 60px;
    color: var(--orange);
}




.single_cool_fact {
    position: relative;
    z-index: 1;
    background: #fff;
    border: 1px solid #060097;
    border-bottom: 3px solid #060097;
    border-radius: 0 0 20px 20px;
    padding: 50px 30px;
    overflow: hidden;
    margin-bottom: 0px;
    background: #f9f9f9;
}


.cool_fact_icon i {
    font-size: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: .1;
    color: #242020;
    font-weight: 800;
}

.cool_fact_detail h3 {
    font-size: 35px;
    font-weight: 600;
    margin-top: 0 !important;
    margin-top: 15px;
    color: #13287e !important;
}

.cool_fact_detail h2 {
    font-size: 14px;
    margin-bottom: 0;
    color: #13287e !important;
    text-transform: uppercase;
}

.about_section {
    z-index: 3;
    position: relative;
    padding: 30px 0;
}
.popular_section, .Latest_section {
    padding: 50px 0;
    background-color: #f5f5f5;
    margin: 50px 0;
}
/* popular_section */

.cat-item {
    display: block;
    box-shadow: none;
    border-radius: 5px;
    transition: .5s;
    color: #393939;
    background-color: var(--white);
}
.cat-item h1 {
    color: var(--orange);
    font-size: 25px;
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.cat-item h1 a{
    color: var(--orange);
}
.popular_section h1 {
    font-weight: 700;
    padding-bottom: 48px;
    margin-bottom: 0;
}
.popular_section .cat-item h1, .Latest_section .cat-item h1 {
    padding-bottom: 0;

}


.popular_content {
    padding: 30px;
}
.popular_content .class-list {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px dashed var(--orange);
}
.popular_content .class-list li {
    list-style-type: none;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    font-family: "Roboto", sans-serif;
    margin-right: 15px;
}
.popular_content .class-list li span {
    color: var(--orange);
    font-size: 15px;
    font-weight: 500;
}
.popular_content .class-btn {
    margin-top: 25px;
}
.default-btn, .btn-red {
    display: inline-block;
    padding: 12px 35px;
    background-color: var(--secondary);
    color: var(--white) !important;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 500;
    transition: 0.5s;
    position: relative;
    z-index: 1;
    overflow: hidden;
    border: none;
}
.popular_content .class-btn .default-btn {
    padding: 10px 30px;
}
.default-btn::before, .btn-red::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0%;
    background-color: var(--orange);
    z-index: -1;
    transition: 0.5s;
    border-radius: 10px;
}
.default-btn:hover::before, .btn-red:hover::before {
    height: 100%;
}
.list-group .list-group-item {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    color: var(--light);
    line-height: 30px;
}
@media (max-width: 767px) {
    .carousel-inner .carousel-item > div {
        display: none;
    }
    .carousel-inner .carousel-item > div:first-child {
        display: block;
    }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}

/* medium and up screens */
@media (min-width: 768px) {

    .carousel-inner .carousel-item-end.active,
    .carousel-inner .carousel-item-next {
        transform: translateX(25%);
    }

    .carousel-inner .carousel-item-start.active, 
    .carousel-inner .carousel-item-prev {
        transform: translateX(-25%);
    }
}

.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start { 
    transform: translateX(0);
}



/*** Footer ***/

.footer-area {
    background-image: url(../img/footer-bg.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    z-index: 1;
}
.footer-area::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background-color: var(--secondary);
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
    opacity: 0.9;
}
.single-footer-widget {
    margin-bottom: 30px;
}
.single-footer-widget .logo {
    margin-bottom: 25px;
}
.single-footer-widget p {
    margin-bottom: 0;
    color: #ffffff;
}
.single-footer-widget .social {
    padding-left: 0;
    list-style-type: none;
    margin-top: 25px;
    margin-bottom: 0;
}
.single-footer-widget .social li {
    display: inline-block;
    margin-right: 10px;
}
.single-footer-widget .social li a {
    display: block;
    width: 35px;
    height: 35px;
    line-height: 40px;
    border-radius: 50%;
    background-color: var(--orange);
    color: #ffffff;
    text-align: center;
    font-size: 18px;
}
.single-footer-widget h3 {
    font-size: 25px;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 25px;
    color: #ffffff;
}
.single-footer-widget .footer-contact-info {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}
.single-footer-widget .footer-contact-info li {
    margin-bottom: 20px;
    color: #ffffff;
    position: relative;
    padding-left: 35px;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
}
.single-footer-widget .footer-contact-info li i {
    position: absolute;
    left: 0;
    top: 5px;
    font-size: 25px;
    color: var(--orange);
}
.single-footer-widget .footer-contact-info li span {
    display: block;
    font-weight: 500;
    margin-bottom: 5px;
    color: #ffffff;
    font-size: 20px;
}
.single-footer-widget .footer-contact-info li a {
    display: inline-block;
    color: #ffffff;
    font-weight: 400;
    position: relative;
    font-size: 14px;
}
.single-footer-widget .quick-links {
    padding-left: 0;
    margin-bottom: 0;
    list-style-type: none;
}
.single-footer-widget .quick-links li {
    margin-bottom: 18px;
    color: #ffffff;
    font-size: 16px;
}
.single-footer-widget .quick-links li a {
    display: inline-block;
    color: #ffffff;
    font-weight: 500;
    position: relative;
}
.single-footer-widget .quick-links li a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 1px;
    transition: 0.5s;
    background-color: var(--orange);
}
.single-footer-widget .quick-links li a:hover::before {
    width: 100%;
}
.single-footer-widget .footer-contact-info li a:hover {
    color: var(--orange);
}
.single-footer-widget .footer-contact-info li a:hover::before {
    width: 100%;
}
.single-footer-widget .quick-links li a:hover {
    color: var(--orange);
}
.single-footer-widget .social li a:hover, .single-footer-widget .social li a:focus {
    background-color: var(--primary);
    transform: translateY(-5px);
}
.single-footer-widget .logo h2 a {
    color: #ffffff;
}

.single-footer-widget .photo-gallery-list {
    padding-left: 0;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
    margin-left: -2px;
    margin-right: -2px;
    margin-top: -5px;
}
.single-footer-widget .photo-gallery-list li {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    text-align: center;
    padding-left: 2px;
    padding-right: 2px;
    padding-top: 5px;
}
.single-footer-widget .photo-gallery-list li .box {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.single-footer-widget .photo-gallery-list li .box img {
    transition: 0.5s;
    width: 100%;
}
.single-footer-widget .photo-gallery-list li .box .link-btn {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 3;
}


.copyright-area {
    padding-top: 20px;
    padding-bottom: 10px;
    background-color: var(--dark);
}

.copyright-area .copyright-area-content {
    text-align: center;
}
.copyright-area .copyright-area-content p {
    color: #ffffff;
}
.copyright-area .copyright-area-content p a {
    display: inline-block;
    font-weight: 600;
    color: var(--primary);
}


/* faq*/
.faq-section {
    background: #fdfdfd;
    padding: 5vh 0 0;
    margin-bottom: 25px;
}
.faq-title h2 {
  position: relative;
  margin-bottom: 45px;
  display: inline-block;
  font-weight: 600;
  line-height: 1;
}
.faq-title h2::before {
    content: "";
    position: absolute;
    left: 50%;
    width: 60px;
    height: 2px;
    background: #E91E63;
    bottom: -25px;
    margin-left: -30px;
}
.faq-title p {
  padding: 0 190px;
  margin-bottom: 10px;
}

.faq {
  background: #FFFFFF;
  box-shadow: 0 2px 48px 0 rgba(0, 0, 0, 0.06);
  border-radius: 4px;
}

.faq .card {
  border: none;
  background: none;
  border-bottom: 1px dashed #CEE1F8;
}

.faq .card .card-header {
  padding: 0px;
  border: none;
  background: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.faq .card .card-header:hover {
    background: rgba(31, 38, 83, 0.1);
    padding-left: 10px;
}
.faq .card .card-header .faq-title {
  width: 100%;
  text-align: left;
  padding: 0px;
  padding-left: 30px;
  padding-right: 30px;
  font-weight: 400;
  font-size: 15px;
  letter-spacing: 1px;
  color: #3B566E;
  text-decoration: none !important;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  padding-top: 20px;
  padding-bottom: 20px;
}

.faq .card .card-header .faq-title .badge {
  display: inline-block;
  width: 20px;
  height: 20px;
  line-height: 14px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  text-align: center;
  background: var(--secondary);
  color: #fff;
  font-size: 12px;
  margin-right: 20px;
}

.faq .card .card-body {
  padding: 30px;
  padding-left: 35px;
  padding-bottom: 16px;
  font-weight: 400;
  font-size: 16px;
  color: #6F8BA4;
  line-height: 28px;
  letter-spacing: 1px;
  border-top: 1px solid #F3F8FF;
}

.faq .card .card-body p {
  margin-bottom: 14px;
}
.itexpert h2 {
    font-size: 20px;
    color: var(--bs-indigo);
}
.itexpert h3 {
    font-size: 18px;
    color: var(--bs-black);
}
.btn-success {
    background-color: var(--orange);
   border-color: var(--orange);
}
.btn-success:hover {
    background-color: #000000;
    border:1px solid  #000000;
}


/*** Testimonial ***/
.testimonial_header h1, .Latest_section h1 {
    font-weight: 700;
    padding-bottom: 48px;
    margin-bottom: 0;
}

.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item.center .testimonial-item * {
    transition: .5s;
    text-align: center;
    border-radius: 50%;
    color: var(--white);
}
.owl-item.center .testimonial-item i {
    color: var(--primary) !important;
}
owl-item.center .testimonial-item p {
    color: var(--white) !important;
}
.owl-item .testimonial-item .parent h5, .owl-item .testimonial-item .parent small { 
    color: var(--dark);
}
.owl-item .testimonial-item .parent h5 {
    font-weight: 700;
}
.testimonial-item {
    background-color: #fee9ca;
    padding: 50px 50px;
}
.testimonial-item i{
    background-color: var(--white);
    border-radius: 50%;
    padding: 15px 20px;
    color: var(--primary);
    font-size: 24px;
}
.testimonial-carousel .owl-item.center .testimonial-item {
    background: var(--primary) !important;
}

/* .testimonial-carousel .owl-item.center .testimonial-item * {
    color: var(--white) !important;
}
.testimonial-carousel .owl-item.center .testimonial-item * i{
    color: var(--primary) !important;
} */
.testimonial-carousel .owl-dots {
    margin-top: 24px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    border: 5px solid var(--primary);
    border-radius: 2px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--dark);
    border-color: var(--primary);
}

/*** Category ***/
.cat-item {
    display: block;
    box-shadow: none;
    border-radius: 5px;
    transition: .5s;
    color: #393939;
    background-color: var(--white);
}
.cat-item .class-image {
    overflow: hidden;
}
.cat-item .class-image img{
    transition: 0.5s;
    border-radius: 5px 5px 0 0;
}
.cat-item:hover .class-image img {
    transform: rotate(2deg) scale(1.2);
}
.cat-item h1 {
    color: var(--dark);
    font-size: 25px;
    font-weight: bold;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
}
.cat-item h1 a {
    color: var(--orange);
}
.cat-item:hover h1 a {
    color: var(--light);

}
.cat-item p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    line-height: 30px;
    color: var(--light);
    font-weight: 400;
}
.cat-item:hover {
    border-color: rgba(0, 0, 0, .08);
    box-shadow: none;
}

.contact_bg {
    background-color: #eef3f5;
}
.location {
    padding: 10px 10px 0px 10px;
    background-color: var(--white);

}
.address {
    margin-top: 30px;
    background-color: var(--white);
    padding: 20px;
    min-height: 220px;
}
.address i {
    color: var(--secondary);
}
.phone_email p a {
    color: var(--orange);
    text-decoration: underline;
}

.phone_email p a:hover {
    color: var(--secondary);
}

/*** About ***/

/* about us */
.breadcrumbs {
    padding: 130px 0 130px 0;
    /* min-height: 40vh; */
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.breadcrumbs:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    inset: 0;
}
.breadcrumbs h2 {
    font-size: 36px;
    font-weight: 500;
    color: #fff;
}
.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0 0 10px 0;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: var(--orange);
}
.breadcrumbs ol a {
    color: rgba(255, 255, 255, 0.8);
    transition: 0.3s;
}
.breadcrumbs ol li+li {
    padding-left: 10px;
}
.breadcrumbs ol li+li::before {
    display: inline-block;
    padding-right: 10px;
    color: #fff;
    content: "/";
}
ul.awesomelist {
    list-style-type: none;
    padding: 0;
    margin: 0;
    font-size: 20px;
    line-height: 30px;
  }
  ul.awesomelist li {
    margin-left: 1.5em;
    padding-bottom: 10px;
    color: var(--light);
  }
  ul.awesomelist li:before {
    content: "\F136";
    font-family: bootstrap-icons !important;
    float: left;
    margin-left: -1.5em;
      color: var(--orange);
  }
.our_aim {
    background-color: var(--gray);
    padding: 15px;
    min-height: 350px;
    border-radius: 10px;
}
.contact_form button.btn-orange {
    background: var(--primary);
    border-radius: 5px;
    font-size: 20px;
    font-weight: normal;
    color: #FFFFFF;
    padding: 10px 20px;
    text-decoration: none;
    border: none;
}
.contact_form button.btn-orange:hover {
    background: var(--orange);
}
.address A {
    color: var(--primary);
}
.curricular_subject {
    padding-left: 1rem;
}
.curricular_subject li {
    list-style: decimal;
    font-size: 18px;
    padding-bottom: 15px;
}
/* media queries */
@media (max-width: 576px) {
    .header-carousel .owl-carousel-item img {
        height: 100%;
        padding-top: 0px;
        padding-bottom: 0px;
        background-image: unset;
        background-color: #e7ddf4;
    }
    .content_banner {
        padding-top: 0%;
    }
    .header-carousel .owl-carousel-item h6 {
        font-size: 10px;
    }
    .header-carousel .owl-carousel-item h1 {
        font-size: 20px;;
    }
    .header-carousel .owl-carousel-item p {
        font-size: 10px;
    }
    .banner_img img {
        width: 100% !important;
        height: auto !important;
        padding: 0 15px;
    }
    .single_cool_fact {
        margin-bottom: 30px;
    }
    .innerbannerslide img {
        width: 100%;
    }
    .navbar a.navbar-brand {
        width: 65%;
    }
    /* .navbar-brand h1 {
        width: 75%;
    } */
    .navbar-brand h1 img {
        width: 60%;
    }
    .breadcrumbs {
        padding: 10px 0px 10px 0;
    }
    .breadcrumbs h2 {
        font-size: 20px;
    }
}
@media (min-width: 577px) and (max-width: 768px) {

    .header-carousel .owl-carousel-item img {
        height: 100%;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .content_banner {
        padding-top: 0%;
    }
    .header-carousel .owl-carousel-item h6 {
        font-size: 10px;
    }
    .header-carousel .owl-carousel-item h1 {
        font-size: 20px;;
    }
    .header-carousel .owl-carousel-item p {
        font-size: 10px;
    }
    .banner_img img {
        width: 100% !important;
        height: auto !important;
        padding: 0 15px;
    }
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 300px;
    }
   
    .header-carousel .owl-carousel-item a {
        padding: 10px 15px;
    }
    .main-banner-content {
        padding: 0 15px;
        margin-bottom: 25px;
        max-width: 100%;
    }
    .bannerslide .banner-bg-shape {
        bottom: -5px;
    }
    .about_section, .popular_section, .Latest_section {
        padding: 15px 0 30px;
    }
    h1 {
        font-size: 30px;
    }
    .who-we-are-list li {
        padding-top: 0;
    }
    .popular_section h1, .about_vission, .our_techer_section h1, .testimonial_header h1, .event_section h1, .Latest_section h1 {
        padding-bottom: 15px;
    }
    .our_techer_section, .event_section {
        padding: 15px 0;
        margin: 30px 0 0px;
    }
    .parent_say {
        padding-top: 15px;
    }
    .testimonial-carousel .owl-item .testimonial-item {
        border-radius: 0;
    }
    .event-box-item {
        text-align: center;
    }
    .event-box-item .event-content .event-list li {
        display: inline-block;
        padding-left: 0;
    }
    .event-box-item .event-content .event-list li i {
        position: relative;
    }
    .event-image {
        padding-bottom: 25px;
    }
    .breadcrumbs {
        padding: 10px 0px 10px 0;
    }
    .breadcrumbs h2 {
        font-size: 30px;
    }
    .single_cool_fact {
        margin-bottom: 30px;
    }
}


@media (min-width: 767px) and (max-width: 991px) {

    .header-carousel .owl-carousel-item img {
        height: 100%;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .content_banner {
        padding-top: 0%;
    }
   
    .banner_img img {
        width: 100% !important;
        height: auto !important;
        padding: 0 15px;
        display: block !important;
    }
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 320px;
    }
    
    /* .bannerslide {
        background: #f3e6ff;
    } */
    
    .main-banner-content {
        padding: 0 15px;
        margin-bottom: 25px;
        max-width: 100%;
    }
    .bannerslide .banner-bg-shape {
        bottom: -5px;
    }
    .about_section, .popular_section, .Latest_section {
        padding: 15px 0 30px;
    }
    h1 {
        font-size: 30px;
    }
    .who-we-are-list li {
        padding-top: 0;
    }
    .popular_section h1, .about_vission, .our_techer_section h1, .testimonial_header h1, .event_section h1, .Latest_section h1 {
        padding-bottom: 15px;
    }
    .our_techer_section, .event_section {
        padding: 15px 0;
        margin: 30px 0 0px;
    }
    .parent_say {
        padding-top: 15px;
    }
    .testimonial-carousel .owl-item .testimonial-item {
        border-radius: 0;
    }
    .event-box-item {
        text-align: center;
    }
    .event-box-item .event-content .event-list li {
        display: inline-block;
        padding-left: 0;
    }
    .event-box-item .event-content .event-list li i {
        position: relative;
    }
    .event-image {
        padding-bottom: 25px;
    }
    .single_cool_fact {
        min-height: 130px;
        padding: 20px 10px;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .content_banner {
        padding-top: 0;
    }
    .main_banner {
        padding-top: 3%;
    }
    .banner_img {
        padding-top: 8%;
    }
    .main-banner-content {
        max-width: 440px;
    }
    .header-carousel .owl-carousel-item h1 {
        font-size: 40px;
    }
    .bannerslide .banner-bg-shape {
        bottom: -40px;
    }
    .Latest_section .cat-item h1 {
        padding-bottom: 0px;
    }
    .testimonial-carousel .owl-item .testimonial-item {
        border-radius: 0;
    }
}

@media (min-width: 1201px) and (max-width: 1300px) {
    .content_banner {
        padding-top: 0;
    }
    .main_banner {
        padding-top: 3%;
    }
    .banner_img {
        padding-top: 8%;
    }
    .main-banner-content {
        max-width: 540px;
    }
    .header-carousel .owl-carousel-item h1 {
        font-size: 40px;
    }
    .bannerslide .banner-bg-shape {
        bottom: -40px;
    }
    .navbar-dark .navbar-nav .nav-link, .navbar-light .navbar-nav .nav-link {
        margin-right: 20px;
    }
}

@media (min-width: 1301px) and (max-width: 1400px) {
    .content_banner {
        padding-top: 0;
    }
    .main_banner {
        padding-top: 5%;
    }
    .banner_img {
        padding-top: 0%;
    }
    .main-banner-content {
        max-width: 540px;
    }
    .header-carousel .owl-carousel-item h1 {
        font-size: 40px;
    }
    .bannerslide .banner-bg-shape {
        bottom: -40px;
    }
    .navbar-dark .navbar-nav .nav-link, .navbar-light .navbar-nav .nav-link {
        margin-right: 20px;
    }
}
