

.testimonial-carousel .owl-item .testimonial-text,
.testimonial-carousel .owl-item.center .testimonial-text * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    background: #0B8784 !important;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
    color: #FFFFFF !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: 1px solid #CCCCCC;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: #0B8784;
    border-color: #0B8784;
}


/*** Footer ***/
.footer .btn.btn-social {
    margin-right: 8px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    font-weight: normal;
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: #0B8784 !important;
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 10px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .footer-menu a {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer-menu a:last-child {
    margin-right: 0;
    padding-right: 0;
    border-right: none;
}
.hei img{
    /* height: 65px; */
    width:100%;
    height:auto;
}
.btn-primary{
    background-color: #0B8784;
    border-color: #0B8784;
}
.dff h5{
    text-shadow: 2px 2px #333333;
}
.dff h1{
    text-shadow: 2px 2px #333333;
}
.dff p{
    text-shadow: 2px 2px #333333;
}
.bg-s{
    background: #f2f2f2;
    border-bottom: 1px solid #dddddd;
    padding-top: 40px;
    padding-bottom: 40px;
}
.text-primary{
    color: #0B8784 !important;
}
p{
    text-align: justify;
}
.bg-s2{
    background: #f2f2f2;
    border-bottom: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    padding-top: 40px;
    padding-bottom: 40px;
}



.post-slide{
    background: #fff;
    margin: 20px 15px 0;
    border-radius: 15px;
    padding-top: 1px;
}
.post-slide .post-img{
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    margin: -12px 15px 8px 15px;
    margin-left: -10px;
}
.post-slide .post-img img{
    width: 100%;
    height: auto;
    transform: scale(1,1);
    transition:transform 0.2s linear;
}
.post-slide:hover .post-img img{
    transform: scale(1.1,1.1);
}
.post-slide .over-layer{
    width:100%;
    height:100%;
    position: absolute;
    top:0;
    left:0;
    opacity:0;
    background: linear-gradient(-45deg, rgba(6,190,244,0.75) 0%, rgba(45,112,253,0.6) 100%);
    transition:all 0.50s linear;
}
.post-slide:hover .over-layer{
    opacity:1;
    text-decoration:none;
}
.post-slide .over-layer i{
    position: relative;
    top:45%;
    text-align:center;
    display: block;
    color:#fff;
    font-size:25px;
}
.post-slide .post-content{
    background:#fff;
    padding: 2px 20px 40px;
    border-radius: 15px;
}
.post-slide .post-title a{
    font-size:15px;
    font-weight:bold;
    color:#333;
    display: inline-block;
    text-transform:uppercase;
    transition: all 0.3s ease 0s;
}
.post-slide .post-title a:hover{
    text-decoration: none;
    color:#3498db;
}
.post-slide .post-description{
    line-height:24px;
    color:#808080;
    margin-bottom:25px;
}
.post-slide .post-date{
    color:#a9a9a9;
    font-size: 14px;
}
.post-slide .post-date i{
    font-size:20px;
    margin-right:8px;
    color: #CFDACE;
}
.post-slide .read-more{
    padding: 7px 20px;
    float: right;
    font-size: 12px;
    background: #2196F3;
    color: #ffffff;
    box-shadow: 0px 10px 20px -10px #1376c5;
    border-radius: 25px;
    text-transform: uppercase;
}
.post-slide .read-more:hover{
    background: #3498db;
    text-decoration:none;
    color:#fff;
}
.owl-controls .owl-buttons{
    text-align:center;
    margin-top:20px;
}
.owl-controls .owl-buttons .owl-prev{
    background: #0B8784;
    position: absolute;
    top:-10%;
    right:70px;
    padding: 0 13px 0 14px;
    border-radius: 50px;
    box-shadow: 3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-next{
    background: #0B8784;
    position: absolute;
    top:-10%;
    right: 15px;
    padding: 0 13px 0 14px;
    border-radius: 50px;
    box-shadow: -3px 14px 25px -10px #92b4d0;
    transition: background 0.5s ease 0s;
}
.owl-controls .owl-buttons .owl-prev:after,
.owl-controls .owl-buttons .owl-next:after{
    content:"\f104";
    font-family: 'Font Awesome 5 Free';
    color: #ffffff;
    font-size:25px;
    font-weight: bold;
}
.owl-controls .owl-buttons .owl-next:after{
    content:"\f105";
}
@media only screen and (max-width:1280px) {
    .post-slide .post-content{
        padding: 0px 15px 25px 15px;
    }
}
.dffsf p{
    text-align: center;
}
.sdddf a{
    font-weight: bold;
    font-size: 18px;
}
.sff h5{
    padding-bottom: 15px;
}
.fdf .owl-controls .owl-buttons .owl-prev{
        top: -13%;
}
.fdf .owl-controls .owl-buttons .owl-next{
        top: -13%;
}
.bg-5{
    padding-top: 40px;
}
.fdf .bg-light{
    background: #0B8784 !important;
}
.fdf h5{
    color: #ffffff;
    padding-bottom: 0;
    margin-bottom: 0 !important;
}
.foo-s .bg-dark{
    background: #0B8784 !important;
}
.copyright p{
    padding-bottom: 0;
    margin-bottom: 0;
}
.sp-1{
    padding-left: 30px;
}
.sp-2{
    padding-left: 35px;
}
.sp-3{
    padding-left: 3px;
}
.fdf a{
    color: #ffffff !important;
}
.text-left{
    text-align: left !important;
}
.dfsdd img{
    border-radius: 50%;
    border: 5px solid #ffffff;
    height: 100px;
    width: 100px;
}
.dfsdd{
    padding-bottom: 20px;
}





/*** Header carousel ***/
@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }
    
    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

.header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.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: transparent;
    border: 1px solid #FFFFFF;
    font-size: 22px;
    transition: .5s;
}

.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(24, 29, 56, .3), rgba(24, 29, 56, .3)), url(../img/b1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.brd .page-header {
    background: linear-gradient(rgba(24, 29, 56, .3), rgba(24, 29, 56, .3)), url(../img/b2.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.brd2 .page-header {
    background: linear-gradient(rgba(24, 29, 56, .3), rgba(24, 29, 56, .3)), url(../img/b3.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.brd3 .page-header {
    background: linear-gradient(rgba(24, 29, 56, .3), rgba(24, 29, 56, .3)), url(../img/b5.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.brd5 .page-header {
    background: linear-gradient(rgba(24, 29, 56, .3), rgba(24, 29, 56, .3)), url(../img/b6.jpg);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
}
.brd6 .page-header {
    background: linear-gradient(rgba(24, 29, 56, .3), rgba(24, 29, 56, .3)), url(../img/b7.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.brd7 .page-header {
    background: linear-gradient(rgba(24, 29, 56, .3), rgba(24, 29, 56, .3)), url(../img/b8.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.page-header-inner {
    background: rgba(15, 23, 43, .7);
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}


/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

.section-title::before {
    position: absolute;
    content: "";
    width: calc(100% + 80px);
    height: 2px;
    top: 4px;
    left: -40px;
    background: var(--primary);
    z-index: -1;
}

.section-title::after {
    position: absolute;
    content: "";
    width: calc(100% + 120px);
    height: 2px;
    bottom: 5px;
    left: -60px;
    background: var(--primary);
    z-index: -1;
}

.section-title.text-start::before {
    width: calc(100% + 40px);
    left: 0;
}

.section-title.text-start::after {
    width: calc(100% + 60px);
    left: 0;
}


/*** Service ***/
.service-item {
    background: var(--light);
    transition: .5s;
    border: 1px solid #dddddd;
}

.service-item:hover {
    margin-top: -10px;
    background: #0B8784;
}

.service-item * {
    transition: .5s;
}

.service-item:hover * {
    color: var(--light) !important;
}


/*** Categories & Courses ***/
.category img,
.course-item img {
    transition: .5s;
}

.category a:hover img,
.course-item:hover img {
    transform: scale(1.1);
}


/*** Team ***/
.team-item img {
    transition: .5s;
}

.team-item:hover img {
    transform: scale(1.1);
}


/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}
.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}
/********** Template CSS **********/
:root {
    --primary: #06BBCC;
    --light: #F0FBFC;
    --dark: #181d38;
}

.fw-medium {
    font-weight: 600 !important;
}

.fw-semi-bold {
    font-weight: 700 !important;
}



/*** 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-family: 'Nunito', sans-serif;
    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: 0px;
}

 @media all and (min-width: 992px) {

  .mega-submenu {
    left: 100%;
    top: 0;
    min-width: 25rem;
  }
  .ktm-mega-menu {
    position: static;
  }
  .mega-menu {
    left: 0;
    right: 0;
    width: 100%;
  }
  .dropdown-menu li {
    position: relative;
  }
  .dropdown-menu .submenu {
    display: none;
    left: 100%;
    top: 0;
  }
  .dropdown-menu>li:hover>.submenu,
  .dropdown:hover>.dropdown-menu {
    display: block;
  }
}
.navbar-dark .navbar-nav .nav-link {
      margin-right: 20px;
    padding: 23px 0;
    color: #181d38;
    font-size: 14px;
    text-transform: uppercase;
    outline: none;
    font-weight: 500;
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
    color: #181d38;
}
.navbar-dark .navbar-nav .show>.nav-link, .navbar-dark .navbar-nav .nav-link.active {
    color: #181d38;
}
.f-dd{
    float: left;
}
.f-dd2{
    float: right;
    width: 100%;
}
.top-head .container-fluid{
    padding-left: 0;
    padding-right: 0;
}
.navbar-dark .navbar-toggler {
  color: rgba(255,255,255,0.55);
  border-color: rgba(255,255,255,0.1);
  background: #0B8784;
}
@media (min-width: 992px){
.navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
    float: right;
}
}
@media (max-width: 768px){
.navbar-dark .navbar-nav .nav-link{
    padding:8px 0;
}
}
.dropdown-item{
    padding: .10rem 1rem;
}
.dropdown-menu{
    padding: 0;
}
.sed .btn-primary{
    background: #06BBCC;
}
.brus .py-5 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
}
.breadcrumb-item{
    color: #ffffff;
    font-size: 18px;
    text-shadow: 2px 2px #333333;
    font-weight: bold;
}
.brus h1{
    text-shadow: 2px 2px #333333;
}
.img-bor{
    border: 1px solid #dddddd;
}
.new-list{
    padding: 0;
    margin: 0;
}
.new-list li{
    line-height: 25px;
    padding-left: 30px;
    font-size: 16px;
    color: #333333;
    list-style: none;
    background-image:url(../img/lis.png);
    background-repeat:no-repeat;
    background-position: 0 0;
    margin-bottom: 10px;
    text-align: justify;
}
.new-list2{
    padding: 0;
    margin: 0;
}
.new-list2 li{
    line-height: 25px;
    padding-left: 30px;
    font-size: 16px;
    color: #ffffff;
    list-style: none;
    background-image:url(../img/lis2.png);
    background-repeat:no-repeat;
    background-position: 0 0;
    margin-bottom: 10px;
    text-align: justify;
}
.se{
    background: #06BBCC;
    padding-top: 10px;
    padding-bottom: 10px;
}
.se h4{
    font-size: 21px;
    text-align: center;
    color: #ffffff;
}
.se p{
    font-size: 18px;
    text-align: center;
    color: #ffffff;
    padding-bottom: 0;
    margin-bottom: 0;
}
.pt-20{
    padding-top: 20px;
}
.es{
    font-style: italic;
    color: #0B8784;
    font-weight: bold;
}
.sddds{
    background: #0B8784;
}
.sddds h1{
    color: #ffffff;
}
.sddds h1{
    color: #ffffff;
}
.sddds .es{
 color: #ffffff;   
}
.sddds p{
 color: #ffffff;   
}
.sddgsd{
    background: #f2f2f2;
    border-top:1px solid #dddddd;
}
.fd .btn{
padding:.375rem 2rem;
}
.bg-sd{
    background: #0B8784 !important;
    padding: 25px;
}
.bg-sd p{
    color: #ffffff;
    padding-bottom: 10px;
}
.bg-sd p a{
    color: #ffffff;
}
.bg-sd h4{
    font-size: 30px;
}
.d-maps{
    margin-bottom: -10px;
}
.form-floating>label{
    position: relative;
}
.form-control{
    padding: 0.775rem 0.75rem;
}
label{
    font-weight: bold;
    padding-bottom: 7px;
}
.stu{
    padding: 15px;
    border: 1px solid #dddddd;
}
.ddfgd{
    color: #0B8784 !important;
}
.form-control{
        appearance: auto;
}
.sddds h4{
    color: #ffffff;
}
.bg-has{
    background: #f2f2f2;
    border-top:1px solid #dddddd;
}
.hei150{
    height: 150px;
}
.form-control:disabled, .form-control:read-only {
    background-color: #ffffff;
    opacity: 1;
}
h4.gap {
    color: white;
    font-size: 18px;
    text-align: center;
   
    padding: 11px;
    border-radius: 1px;
    margin-top: 0px;
    margin-bottom: 1px;
    color: #fff;
    padding: 20px 0px;
    text-align: center;
    background-color: #0b8784;
    text-transform: uppercase;
}