body {
    font-family: "Outfit", sans-serif;
    font-size: 16px;
    line-height: 24px;
    overflow-x: hidden;
}

.container-fluid{
    max-width: 1920px !important;
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
}


.container{
    max-width: 1240px !important;
    width: 100%;
    margin: 0 auto;
}

p{
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  color: #333;
}

b, strong {
    font-weight: 700;
}

/**********HEADER**********/

.menu-section{
    background-color: transparent !important;
    padding: 10px 0;
    position: absolute;
    width: 100%;
    z-index: 9;
    border-bottom: 1px solid rgb(255 252 252 / 13%);
}

.menu-section nav.navbar.navbar-expand-lg.bg-body-tertiary{
    background-color: transparent !important;
    padding: 0px;
}

header.fixed-top .menu-section{
    background: linear-gradient(to right, #a0cfff, #084787);
    /*box-shadow: 0 5px 5px rgb(0 0 0 / 20%);*/
    padding: 0px !important;
}

.menu-section.fixed-top .navbar-brand img {
    width: 80px;
    position: relative;
    top: 0px;
}

.menu-section.fixed-top .navbar-expand-lg .navbar-collapse{
    border-top: none;
}

a.navbar-brand {
    width: 210px;
    padding: 0px;
}

.navbar-brand img{
    width: 200px;
}

.navbar-brand h6{
    font-size: 30px;
    line-height: 34px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 0px;
}

.navbar-brand h6 span{
    color: #e40031;
}

.navbar-fixed {
  top: 0;
  z-index: 100;
  position: fixed;
  width: 100%;
}

.navbar-expand-lg .navbar-nav .nav-link{
    padding: 10px 15px;
    font-size: 16px;
    line-height: 44px;
    font-weight: 400;
    color: #ddd;
} 

.navbar-expand-lg .navbar-nav .nav-link:hover,
.navbar-expand-lg .navbar-nav .nav-link.active{
    color: #fff;
}


a.btn.btn-login{
    border: 1px solid #fff;
    background-color: #fff;
    padding: 10px 30px 12px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #345576;
    border-radius: 30px;
}

a.btn.btn-login:hover{
    border: 1px solid #fff;
    background-color: #fff;
    color: #345576;
}

.navbar-expand-lg .navbar-nav .dropdown-menu{
    padding: 0px;
    border-radius: 5px;
    background-color: #f8f9fa;
    border: 1px solid #fff;
    width: auto;
    box-shadow: 0 0 50px #20202026;
    -webkit-box-shadow: 0px 0px 50px 0px rgba(32, 32, 32, .15);
}

a.dropdown-item {
    color: #333;
    font-size: 15px;
    font-weight: 400;
    padding: 5px 20px 5px 10px;
    border-bottom: 1px solid #ddd;
}

/*.navbar-expand-lg .navbar-nav .dropdown-menu {
  margin: 1em auto;
  width: 280px;
  background-color: #eee;
  padding: 0.5em 0;
  color: #333;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s;
  box-shadow: 1px 1px 5px 0px rgba(50, 50, 50, 0.6);
  border-radius: 8px;
}*/

.navbar-expand-lg .navbar-nav .dropdown-menu:before {
    content: "▲";
    padding-left: 20px;
    position: absolute;
    top: -18px;
    width: 20px !important;
    color: #fff;
}

/*.navbar-expand-lg .navbar-nav .dropdown-menu{
    position: relative;
}

.navbar-expand-lg .navbar-nav .dropdown-menu:before{background-color:#fff;content:"";height:20px;left:25px;position:absolute;top:-10px;-webkit-transform:rotate(45deg);
*/
a.dropdown-item:hover{
    color: #345576;
    padding: 5px 20px 5px 10px;
}

@media screen and (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    background-color: #fff;
    color: #000;
  }
  .dropdown .dropdown-menu {
    display: none;
  }
  .dropdown:hover .dropdown-toggle::after {
    border-top: 0;
    border-bottom: 0.3em solid;
  }
}

@media screen and (max-width: 991px) {
  .dropdown-toggle.show::after {
    border-top: 0;
    border-bottom: 0.3em solid;
  }
}



/**********MOBILE MENU***********/

.clickmenus{
    font-size: 24px;
    cursor: pointer;
    position: absolute;
    top: 0px;
    left: 0px;
    color: #345576;
    z-index: 99;
    display: none;
    float: left;
    background-color: #fff;
    padding: 11px 12px;
    border-radius: 50%;
}

.clickmenus h6{
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #dc3545;
    text-transform: uppercase;
    float: right;
    margin-left: 10px;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background: #1f3f5e;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 40px;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #222;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #fff;
}

.sidenav .closebtn {
    position: absolute;
    top: 8px;
    right: 11px;
    font-size: 50px;
    margin-left: 50px;
    z-index: 9999;
    padding: 0px;
    color: #fff;
}

@media screen and (max-height: 450px) {
  .sidenav a {font-size: 18px;}
}


.sidenav .card{
    background-color: transparent;
    border: none;
}


.card-header{
  background-color: transparent;
  border-bottom: 1px solid #eee;
}

.sidenav .card-body{
    padding: 0 10px;
}

.mobile-menus ul{
    padding: 0px;
    margin: 0px;
}

.mobile-menus ul li{
    list-style-type: none;
}

.mobile-menus ul li a {
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    color: #fff;
    padding: 6px 20px;
    border-bottom: 1px solid #30577d;
}

.sidenav .card-body ul li a {
    font-size: 12px;
}


.sidenav .card-body ul li a:hover {
    color: #fff;
    font-size: 12px;
    background-color: transparent;
}

.mobile-menus ul li a i.fa{
    float: right;
    margin-top: 5px;
}


@media(max-width: 991px)
{
  .clickmenus{
    display: block;
    top: 21px;
    right: 26px;
    left: unset;
  }

  .fixed-top .clickmenus {
    top: 10px;
    z-index: 9;
  }

  .navbar-light .navbar-brand{
    display: block;
  }

  .navbar-toggler-icon{
    display: none;
  }

  nav.navbar.navbar-expand-lg.navbar-light{
    height: auto;
  }

  .navbar-light .navbar-toggler{
    display: none;
  }
}

/*************HERO SECTION**********/

.hero-section{
    background: linear-gradient(to right, #a0cfff, #084787);
    height: 95vh;
    padding-top: 100px;
}

.hero-left{
    padding-top: 60px;
}

.hero-left ul{
    padding: 0px;
    margin: 0px;
    float: left;
    margin-right: 40px;
}

.hero-left ul li{
    list-style-type: none;
    display: inline-block;
    margin-right: -20px;
}

.hero-left ul li img{
    width: 35px;
    height: 35px;
    border: 1px solid #fff;
    border-radius: 50%;
}

.hero-left .rating-box{
    margin-bottom: 20px;
}

.hero-left .rating-box h5{
    font-size: 16px;
    line-height: 20px;
    font-weight: 300;
    color: #fff;
    margin-top: -5px;
}

.hero-left .rating-box h5 span{
    display: block;
}

.hero-left .rating-box h5 i{
    color: #ffc107;
    font-size: 12px;
    margin-left: 4px;
    line-height: 18px;
}

.hero-left h1{
    font-size: 60px;
    line-height: 70px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 20px;
}

.hero-left p{
    color: #fff;
    font-weight: 400;
}

.search-container{
    background-color: #fff;
    padding: 10px;
    border-radius: 40px;
    margin-bottom: 30px;
}

.search-container input[type="search"] {
    width: 85%;
    height: 55px;
    border: none;
    padding-left: 10px;
    color: #666;
}

.search-container input:focus-visible{
    outline: none;
}

.search-container i.fa-search{
    padding-left: 5px;
    color: #666;
}

.search-container button {
    background-color: #345576;
    border: #345576;
    padding: 18px 20px;
    border-radius: 50%;
    text-align: center;
    width: 55px;
    height: 55px;
    line-height: 20px;
    color: #fff;
        -webkit-transition: all 
ease .4s;
    -o-transition: all ease .4s;
    transition: all 
ease .4s;
}

.search-container button:hover{
    transform: rotate(60deg);
}

.search-container button i{
    color: #fff;
}

.hero-btns{
    display: flex;
    gap: 20px;
    align-items: center;
}

a.btn.btn-today {
    border: 1px solid #5B80B0;
    background-color: #5B80B0;
    padding: 10px 30px;
    border-radius: 30px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #fff;
}

a.btn.btn-today:hover {
    border: 1px solid #1650ab;
    background-color: #1650ab;
    color: #fff;
}

a.btn.btn-play {
    border: 1px solid #fff;
    background-color: #fff;
    padding: 10px;
    border-radius: 50%;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #5B80B0;
    width: 44px;
    height: 44px;
    position: relative;
    z-index: 1;
}

a.btn.btn-play:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%) translateY(-50%);
    display: block;
    width: 55px;
    height: 55px;
    background: 
 color-mix(in srgb, #ffffff, transparent 80%);
    border-radius: 50%;
    animation: pulse-border 1.1s 
ease-out infinite;
}

a.btn.btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%) translateY(-50%);
    display: block;
    width: 55px;
    height: 55px;
    background: var(--maincolor);
    border-radius: 50%;
    transition: all .2s;
}

.hero-btns h6{
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0px;
}

.video-popup .modal-dialog {
    max-width: 800px;
}

.hero-right img{
    width: 100%;
    position: relative;
}

.white-box-1{
    position: absolute;
    top: 100px;
    right: 10%;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    z-index: 999;
    width: 250px;
}

.white-box-1 i{
    color: #4caf84;
    float: left;
    margin-right: 15px;
    font-size: 20px;
    margin-top: 10px;
}

.white-box-1 h6{
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #333;
    margin-bottom: 5px;
}

.white-box-1 p{
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0px;
}

.white-box-2{
    position: relative;
    bottom: 100px;
    left: 10%;
    background-color: #fff;
    padding: 20px;
    border-radius: 10px;
    z-index: 999;
    width: 200px;
}

.white-box-2 i{
    color: #ffc107;
    margin-right: 5px;
    font-size: 16px;
}

.white-box-2 h6{
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #333;
    margin-bottom: 5px;
}



/**************BANNER SECTION*************/

/*.banner-section{
    background: url("../images/banner1.avif") top center no-repeat;
    width: 100%;
    background-size: cover;
    display: table;
    height: 100vh;
    text-align: center;
}

.banner-section .overlay{
    background-color: rgb(0 0 0 / 52%);
    height: 100vh;
  padding: 100px 0;
  display: table-cell;
  vertical-align: middle;
}*/

.banner-section .carousel .carousel-inner .carousel-item {
  height: 95vh;
  position: relative;
}

.carousel-item img.slider-right-img {
  object-fit: cover;
  height: 400px;
  width: 100%;
  max-width: 400px;
  position: absolute;
  z-index: 999999;
  top: 20%;
  right: 10%;
}

.carousel-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(to right, #a0cfff, #084787);
  z-index: 1;
}

.carousel-caption {
    z-index: 2;
    position: absolute;
    top: 60%;
    left: 5%;
    transform: translate(0%, -90%);
    color: #fff;
    width: 50%;
    text-align: left;
}

.carousel-caption ul{
    padding: 0px;
    margin: 0px;
    float: left;
    margin-right: 40px;
}

.carousel-caption ul li{
    list-style-type: none;
    display: inline-block;
    margin-right: -20px;
}

.carousel-caption ul li img{
    width: 35px;
    height: 35px;
    border: 1px solid #fff;
    border-radius: 50%;
}

.rating-box{
    margin-bottom: 20px;
}

.rating-box h5{
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: #fff;
}

.rating-box h5 span{
    display: block;
}

.banner-section h1{
    font-size: 60px;
    line-height: 70px;
    font-weight: 900;
    color: #fff;
    letter-spacing: 4px;
    margin-bottom: 20px;
}

.banner-section h1 span{
    color: #e40031;
}

.banner-section p{
    margin-bottom: 25px;
    color: #fefefe;
}

.banner-section p span{
    display: block;
}


a.btn.btn-join{
    border: 1px solid #e40031;
    background-color: #e40031;
    padding: 12px 30px 14px;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #fff;
    border-radius: 0px;
    clip-path: polygon(0 0, 100% 0, 100% 60%, 85% 100%, 0 100%);
    text-transform: uppercase;;
}

a.btn.btn-join:hover{
    border: 1px solid #e40031;
    background-color: #e40031;
    color: #fff;
}

/***************COURSE SECTION***************/

.course-secton{
    padding: 80px 0;
}

.course-secton h2{
    font-size: 34px;
    line-height: 38px;
    font-weight: 600;
    color: #333;
    text-align: center;
    margin-bottom: 10px;
}

hr{
    margin-bottom: 30px;
}

p.course-text{
    padding-left: 350px;
    padding-right: 350px;
    text-align: center;
    margin-bottom: 40px;
}

.course-secton h3{
    font-size: 26px;
    line-height: 30px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

.course-secton h3 a{
    float: right;
    background: linear-gradient(to right, #5C81B1, #1f3f5e);
    font-size: 12px;
    line-height: 18px;
    background-color: #ddd;
    padding: 6px 14px;
    border-radius: 30px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
}

.course-secton h3 a:hover{
    background: linear-gradient(to right, #1f3f5e, #5C81B1);
}

.course-secton h3 a i{
    padding-left: 5px;
}

.course-box{
    margin-bottom: 30px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: rgb(52 85 118 / 17%);
}

.course-box:hover{
    box-shadow: none;
}

.course-box img{
    width: 100%;
    height: 160px;
    object-fit: cover;
    border-radius: 10px 10px 0 0;
}

.course-content{
    padding: 15px;
    border-radius: 0 0 10px 10px;
}

.course-content h4{
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(52 85 118 / 17%);
    margin-bottom: 10px;
    text-align: left;
    height: 63px;
}

.course-content h4 a{
    color: #000;
    text-decoration: none;
}

.course-content h4 a:hover{
    color: #345576;
}

.course-content p{
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    text-align: left;
    padding-bottom: 10px;
    border-bottom: 1px solid rgb(52 85 118 / 17%);
    margin-bottom: 10px;
}

a.btn.btn-enroll {
    border: 1px solid #fff;
    background-color: #fff;
    padding: 4px 4px 4px 20px;
    border-radius: 30px;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    color: #345576;
    width: 100%;
    text-align: left;
}

a.btn.btn-enroll i{
    background-color: #345576;
    padding: 7px;
    border-radius: 50%;
    font-size: 14px;
    color: #fff;
    float: right;
}

a.btn.btn-enroll:hover{
    border: 1px solid #345576;
    background-color: #345576;
    color: #fff;
}

a.btn.btn-enroll:hover i{
    background-color: #fff;
    color: #345576;
}

.trend-box{
    background-color: #d2e6ff;
    border-radius: 10px;
    margin-bottom: 30px;
    display: flex;
    gap: 15px;
}

.trend-box img{
    width: 160px;
    height: 180px;
    object-fit: cover;
    border-radius: 10px 0 0 10px;
}

.trend-content {
    padding: 15px 15px 15px 0;
    width: 100%;
}

.trend-content h4{
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    padding-bottom: 10px;
    border-bottom: 1px solid #b3cae7;
    margin-bottom: 10px;
    text-align: left;
    height: 63px;
}

.trend-content h4 a{
    color: #000;
    text-decoration: none;
}

.trend-content h4 a:hover{
    color: #5B80B0;
}

.trend-content p{
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    text-align: left;
    padding-bottom: 10px;
    border-bottom: 1px solid #b3cae7;
    margin-bottom: 10px;
}

a.btn.btn-enrolls {
    border: 1px solid #fff;
    background-color: #fff;
    padding: 4px 4px 4px 20px;
    border-radius: 30px;
    font-size: 16px;
    line-height: 28px;
    font-weight: 500;
    color: #5B80B0;
    width: 100%;
    text-align: left;
}

a.btn.btn-enrolls i{
    background-color: #5B80B0;
    padding: 7px 8px;
    border-radius: 50%;
    font-size: 14px;
    color: #fff;
    float: right;
}

a.btn.btn-enrolls:hover{
    border: 1px solid #5B80B0;
    background-color: #5B80B0;
    color: #fff;
}

a.btn.btn-enrolls:hover i{
    background-color: #fff;
    color: #5B80B0;
}

a.btn.btn-views{
    background: linear-gradient(to right, #5C81B1, #1f3f5e);
    border: none;
    font-size: 18px;
    line-height: 24px;
    background-color: #ddd;
    padding: 12px 40px;
    border-radius: 30px;
    font-weight: 400;
    color: #fff;
    max-width: 185px;
    width: 100%;
    margin: 0 auto;
    display: block;
}

a.btn.btn-views:hover{
    background: linear-gradient(to right, #1f3f5e, #5C81B1);
}























/**************DISCOVER SECTION************/

.discover-section{
    background-color: #f1f4f9;
    padding: 80px 0;
}

.discover-section h4 {
    font-size: 34px;
    line-height: 38px;
    font-weight: 600;
    color: #333;
    text-align: center;
    margin-bottom: 25px;
}

.discover-section a{
    text-decoration: none;
}

.discover-box{
    background-color: rgb(232, 237, 247);
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 30px;
    transition: 0.3s ease-in-out;
}

.discover-box:hover{
    box-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -2px #0000000d !important;
    transform: translateY(-.25rem);
}

.discover-box i{
    background-color: #bfcae1;
    padding: 15px;
    border-radius: 50%;
    font-size: 20px;
    line-height: 31px;
    color: #5B80B0;
    width: 60px;
    height: 60px;
    text-align: center;
    margin-bottom: 15px;
}

.discover-box h5{
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    color: #000;
    margin-bottom: 10px;
}

.discover-box p{
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0px;
}

/*************CHOOSE SECTION************/

.choose-section{
    padding: 80px 0;
}

.choose-section img{
    width: 100%;
    max-width: 400px;
    float: right;
}

.choose-section h2{
    font-size: 40px;
    line-height: 50px;
    font-weight: 600;
    color: #333;
    margin-bottom: 25px;
}

.choose-section h2 span{
    display: block;
}

.choose-section ul{
    padding: 0px;
    margin: 0px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.choose-section ul li{
    list-style-type: none;
    display: inline-block;
    width: 48%;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #000;
    margin-bottom: 20px;
}

.choose-section ul li i{
    color: #345576;
    padding-right: 5px;
}

a.btn.btn-read {
    border: 1px solid #5B80B0;
    background-color: #5B80B0;
    padding: 10px 40px;
    border-radius: 30px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #fff;
}

a.btn.btn-read:hover {
    border: 1px solid #345576;
    background-color: #345576;
    color: #fff;
}

.row.choose-rows{
    margin-top: 60px;
}

.choose-box{
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 1px 1px 7px 0px #ccc;
    min-height: 262px;
}

.choose-box img{
    width: 100px;
    height: 100px;
    float: left;
    margin-right: 15px;
}

.choose-box h5{
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}

.choose-box p{
    margin-bottom: 0px;
}

/**************STUDENT SECTION*************/

.student-section{
    padding: 80px 0;
    background-color: #eee;
}

.student-section h4{
    font-size: 34px;
    line-height: 38px;
    font-weight: 600;
    color: #333;
    text-align: center;
    margin-bottom: 30px;
}

.student-left img{
    width: 100%;
}

.student-right-img img{
    width: 100%;
    height: 130px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.student-section .owl-theme .owl-dots,
.student-section .owl-theme .owl-nav{
    display: none;
}





.portfolio-item figure{
    width: 100%;
    height: 200px;
}

.portfolio-item figure img.img-fluid {
    max-width: 100%;
    height: 100%;
    border-radius: 10px;
}


































/*************TESTIMONIAL SECTION************/

.testimonial-section{
    padding: 80px 0;
    background-color: #f1f4f9;
}

.testimonial-section h4{
    font-size: 34px;
    line-height: 38px;
    font-weight: 600;
    color: #333;
    text-align: center;
    margin-bottom: 10px;
}

p.testimonial-text{
    text-align: center;
    margin-bottom: 30px;
}

.row.ratesrows{
    background-color: #ffffff;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 40px;
    margin-left: 0px;
    margin-right: 0px;
}

.rateleft{
    float: left;
    margin-right: 20px;
}

.rateleft img{
    height: 50px;
    width: 150px;
    object-fit: cover;
}

.rateleft p{
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 0px;
}

.rateleft p i{
    color: #ffc107;
    font-size: 14px;
    margin-right: 0px;
}

.rateright h5{
    font-size: 30px;
    line-height: 44px;
    font-weight: 600;
    color: #000;
    margin-bottom: 0px;
}

.rateright p i{
    color: blue;
    padding-left: 5px;
}

.rateright p{
    margin-bottom: 0px;
}

a.btn.btn-leave {
    float: right;
    background: linear-gradient(to right, #5C81B1, #1f3f5e);
    font-size: 18px;
    line-height: 24px;
    background-color: #ddd;
    padding: 10px 24px;
    border-radius: 30px;
    font-weight: 400;
    color: #fff;
    border: none;
    margin-top: 12px;
}

a.btn.btn-leave:hover {
    float: right;
    background: linear-gradient(to right, #1f3f5e, #5C81B1);
    color: #fff;
}

.testimonials-column .item{
    background-color: #fff;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
    border: 1px solid #ddd;
}

.testimonials-column .item img.user-img{
    width: 100%;
    max-width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
}

.testimonials-column .item img.logo-img{
    width: 100%;
    max-width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: 0 auto;
    display: block;
    margin-top: -60px;
    background-color: #fff;
    padding: 1px;
    position: relative;
}

.testimonials-column .item h5{
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    color: #000;
    margin-top: 20px;
    margin-bottom: 10px;
}

.testimonials-column .item h5 span{
    display: block;
    color: #767676;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
}

.testimonials-column .item p{
    margin-bottom: 10px;
}

.testimonials-column .item p i{
    color: #ffc107;
    font-size: 14px;
    margin-right: 0px;
}




.testimonial-section button.owl-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -10px;
}

.testimonial-section .owl-carousel .owl-nav button.owl-prev span{
    font-size: 34px;
    color: #ffffff;
    background-color: #5B80B0;
    padding: 5px;
    width: 30px;
    line-height: 12px;
    height: 30px;
    border-radius: 50%;
    display: block;
}

.testimonial-section button.owl-next {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -10px;
}

.testimonial-section .owl-carousel .owl-nav button.owl-next span{
    font-size: 34px;
    color: #ffffff;
    background-color: #5B80B0;
    padding: 5px;
    width: 30px;
    line-height: 12px;
    height: 30px;
    border-radius: 50%;
    display: block;
}

.testimonial-section .owl-dots{
  display: none;
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent !important;
}

.owl-theme .owl-nav{
    margin-top: 0px !important;
}

/*************PARNER SECTION***********/

.partner-section{
    padding: 80px 0;
    background-color: rgb(238 238 238 / 58%);
}

.partner-section h4{
    font-size: 34px;
    line-height: 38px;
    font-weight: 600;
    color: #333;
    text-align: center;
    margin-bottom: 10px;
}

.partner-section p{
    text-align: center;
    padding-left: 120px;
    padding-right: 120px;
    margin-bottom: 30px;
}

.partner-box img{
    border: 1px solid #ddd;
    padding: 5px 10px;
    border-radius: 10px;
    background-color: #fff;
}
    





.partner-section button.owl-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -10px;
}

.partner-section .owl-carousel .owl-nav button.owl-prev span{
    font-size: 34px;
    color: #ffffff;
    background-color: #5B80B0;
    padding: 5px;
    width: 30px;
    line-height: 12px;
    height: 30px;
    border-radius: 50%;
    display: block;
}

.partner-section button.owl-next {
    position: absolute;
    top: 0;
    bottom: 0;
    right: -10px;
}

.partner-section .owl-carousel .owl-nav button.owl-next span{
    font-size: 34px;
    color: #ffffff;
    background-color: #5B80B0;
    padding: 5px;
    width: 30px;
    line-height: 12px;
    height: 30px;
    border-radius: 50%;
    display: block;
}

.partner-section .owl-dots{
  display: none;
}

/*************************/

.blog-section{
    padding: 80px 0;
}

.blog-section h4{
    font-size: 34px;
    line-height: 38px;
    font-weight: 600;
    color: #333;
    text-align: center;
    margin-bottom: 20px;
}

.blog-section img{
    width: 100%;
    height: 260px;
    border-radius: 10px 10px 0 0;
    object-fit: cover;
}

.blog-content{
    border: 1px solid #dce3ef;
    padding: 15px;
    border-radius: 0 0 10px 10px;
    margin-bottom: 30px;
}

.blog-content ul{
    padding: 0px;
    margin: 0px;
    margin-bottom: 10px;
}

.blog-content ul li{
    list-style-type: none;
    display: inline-block;
    margin-right: 10px;
}

.blog-content ul li a{
    font-size: 12px;
    line-height: 16px;
    color: #333;
    text-decoration: none;
    background-color: rgb(232, 237, 247);
    padding: 6px 10px;
    border-radius: 5px;
    display: block;
}

.blog-content h5{
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 10px;
}

.blog-content h5 a{
    color: #333;
    text-decoration: none;
}

.blog-content h5 a:hover{
    color: #5B80B0;
}

.blog-content p{
    margin-bottom: 0px;
}

/*******PAGINATION******/


.b-pagination-outer {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  display: flex
}
#border-pagination {
  margin: 0 auto;
  padding: 0;
  text-align: center
}
#border-pagination li {
  display: inline;

}
#border-pagination li a {
  display: block;
  text-decoration: none;
  color: #000;
  padding: 5px 10px;
  border: 1px solid #ddd;
  float: left;

}
#border-pagination li a {
  -webkit-transition: background-color 0.4s;
  transition: background-color 0.4s
}
#border-pagination li a.active {
  background-color: #5B80B0;
  color: #fff;
}
#border-pagination li a:hover:not(.active) {
  background: #ddd;
}








/**************SUBSCRIBE SECTION*************/

.certificate-section{
    padding-top: 100px;
    background-color: #5B80B0;
    position: relative;
    height: 432px;
}

.certificate-section h4{
    font-size: 38px;
    line-height: 50px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 20px;
}

img.circle-img {
    width: 400px;
    position: absolute;
    z-index: 9;
    bottom: -30px;
    right: 10%;
}

img.girl_img {
    position: absolute;
    top: 0;
    right: 10%;
    width: 400px;
    z-index: 999;
}

a.btn.btn-certificate{
    border: 1px solid #345576;
    background-color: #345576;
    padding: 8px 14px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #fff;
    border-radius: 5px;
    margin-bottom: 20px;
}

a.btn.btn-certificate i{
    padding-right: 5px;
}

a.btn.btn-certificate:hover{
    border: 1px solid #345576;
    background-color: #345576;
    color: #fff;
}

a.btn.btn-start{
    border: 2px solid #fff;
    background-color: #fff;
    padding: 12px 26px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #5B80B0;
    border-radius: 30px;
    margin-bottom: 20px;
}
a.btn.btn-start:hover{
    border: 2px solid #fff;
    background-color: #5B80B0;
    color: #fff;
}

a.btn.btn-start i{
    padding-left: 10px;
}


button.btn.btn-certificate{
    border: 1px solid #345576;
    background-color: #345576;
    padding: 8px 14px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #fff;
    border-radius: 5px;
    margin-bottom: 20px;
    cursor: auto;
}

button.btn.btn-certificate i{
    padding-right: 5px;
}

button.btn.btn-certificate:hover{
    border: 1px solid #345576;
    background-color: #345576;
    color: #fff;
}

/**************FOOTER************/

.top-footer{
    padding: 50px 0;
}

.top-footer h4{
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #144189;
    margin-bottom: 15px;
}

.top-footer h5{
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #144189;
    margin-bottom: 15px;
    padding-top: 20px;
}

.top-footer p{
    font-size: 14px;
    line-height: 26px;
    color: #536775;
}

.top-footer p i{
    background-color: #bfcae1;
    padding: 10px;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 18px;
    line-height: 31px;
    color: #5B80B0;
    float: left;
    border-radius: 5px;
    margin-right: 15px;
}

.top-footer p span{
    display: block;
}

.top-footer p a{
    color: #536775;
    text-decoration: none;
}

.top-footer p a:hover{
    color: #5B80B0;
}

.footer-social ul{
    padding: 0px;
    margin: 0px;
}

.footer-social ul li{
    list-style-type: none;
    display: inline-block;
    margin-right: 15px;
}

.footer-social ul li a i{
    font-size: 16px;
    color: #536775;
}

.footer-social ul li a i:hover{
    color: #5B80B0;
}

.quicks ul{
    padding: 0px;
    margin: 0px;
}

.quicks ul li{
    list-style-type: none;
    padding-bottom: 8px;
}

.quicks ul li a{
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #536775;
    text-decoration: none;
}

.quicks ul li a:hover{
    color: #5B80B0;
}

.bottom-footer{
    padding: 20px 0;
    border-top: 2px solid #ddd;
}

.bottom-footer p{
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #536775;
    margin-bottom: 0px;
}

.bottom-footer p a{
    color: #536775;
    text-decoration: none;
}

.bottom-footer p a:hover{
    color: #5B80B0;
}

.bottom-footer ul{
    padding: 0px;
    margin: 0px;
    text-align: right;
}

.bottom-footer ul li{
    list-style-type: none;
    display: inline-block;
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid #536775;
    line-height: 12px;
}

.bottom-footer ul li:last-child{
    padding-right: 0px;
    margin-right: 0px;
    border-right: none;
}

.bottom-footer ul li a{
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #536775;
    text-decoration: none;
}

.bottom-footer ul li a:hover{
    color: #5B80B0;
}







/*************BACK TO TOP**************/

.scroll-top-wrapper.show {
    visibility: visible;
    cursor: pointer;
    opacity: 1.0;
}

.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    text-align: center;
    z-index: 99999999;
    background-color: #e40031;
    color: #fff;
    width: 45px;
    height: 44px;
    line-height: 7px;
    right: 15px;
    bottom: 40px;
    padding-top: 12px;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.scroll-top-wrapper i.fa {
    line-height: inherit;
    font-size: 26px;
}

.scroll-top-wrapper h5{
    margin-top: 0px;
    font-weight: 300;
    font-size: 12px;
}

/*****************PAGE BANNER*****************/

.page-banner{
  background: linear-gradient(to right, #a0cfff, #084787);
  width: 100%;
  height: 350px;
  text-align: center;
  padding: 150px 0;
}

.page-banner h1{
    font-size: 38px;
    line-height: 46px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 0px;
}


.page-banner ul.breadcrumb {
    background: transparent;
    padding: 10px 0 0;
    margin: 0 auto;
    display: block;
    border-radius: 0px;
}

.page-banner ul.breadcrumb li {
    display: inline;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
}

.page-banner ul.breadcrumb li a {
    color: #fff;
    text-decoration: none;
}

.page-banner ul.breadcrumb li a:hover{
  color: #fff;
  text-decoration: underline;
}

.page-banner ul.breadcrumb li+li:before {
    padding: 8px;
    content: "/\00a0";
    color: #fff;
}

/**************ABOUT US PAGE START HERE************/

.welcome-section{
    padding: 80px 0;
}

.welcome-section h2{
    font-size: 34px;
    line-height: 38px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
}

.welcome-section h3{
    font-size: 26px;
    line-height: 30px;
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
}

.welcome-section img{
    width: 100%;
}

.welcome-section ul{
    padding: 0px;
    margin: 0px;
}

.welcome-section ul li{
    list-style-type: none;
    padding-bottom: 15px;
}

.welcome-section ul li i{
    background-color: #bfcae1;
    padding: 10px;
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 18px;
    line-height: 31px;
    color: #5B80B0;
    float: left;
    border-radius: 5px;
    margin-right: 15px;
}

.welcome-section ul li h5{
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    color: #333;
    margin-bottom: 10px;
}

.welcome-section ul li p{
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 0px;
}

.care-box{
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 1px 1px 7px 0px #ccc;
}

.care-box h4{
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
}

.care-boxp{
    margin-bottom: 0px;
}

.whyus-section{
    background: url("../images/whyus-bg.webp") top center no-repeat;
    width: 100%;
    background-size: cover;
    padding: 80px 0;
}

.whyus-section img{
    width: 100%;
    border-radius: 10px;
}

.whyus-section h3{
    font-size: 34px;
    line-height: 38px;
    font-weight: 600;
    color: #fff;
    text-align: center;
    margin-bottom: 25px;
}

.whyus-section p{
    color: #fff;
}

/******************FAQS PAGE START HERE*******************/

.faqs-section{
    padding: 80px 0;
}

.faqs-section h2{
    font-size: 34px;
    line-height: 40px;
    font-weight: 600;
    color: #333;
    text-align: center;
    margin-bottom: 20px;
}

ul.accordion-list {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 20px;
  margin: 0;
  list-style: none;
  border-radius: 8px;
  background-color: #fff;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.05);
}
ul.accordion-list li {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  background-color: #FFF;
  padding: 20px;
  margin: 0 auto 15px auto;
  border: 1px solid #eee;
  border-radius: 5px;
  cursor: pointer;
}
ul.accordion-list li.active h3:after {
  transform: rotate(45deg);
}
ul.accordion-list li h3 {
    font-weight: 600;
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 0 0 0 0;
    margin: 0;
    font-size: 18px;
    letter-spacing: 0.01em;
    cursor: pointer;
    color: #333;
}
ul.accordion-list li h3:after {
  content: "";
  font-family: "material-design-iconic-font";
  position: absolute;
  right: 0;
  top: 0;
  color: #Fcc110;
  transition: all 0.3s ease-in-out;
  font-size: 18px;
}
ul.accordion-list li div.answer {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
ul.accordion-list li div.answer p {
  position: relative;
  display: block;
  font-weight: 300;
  padding: 10px 0 0 0;
  cursor: pointer;
  line-height: 180%;
  margin: 0 0 15px 0;
  font-size: 16px;
  margin-top: 10px;
}

ul.accordion-list li div.answer ul{
    padding: 0px;
    margin: 0px;
    padding-left: 20px;
}

ul.accordion-list li div.answer ul li{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    background-color: #FFF;
    padding: 0px;
    margin: 0;
    border: none;
    border-radius: 0px;
    cursor: unset;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 18px;
    color: #333;
}

/************CONTACT PAGE START HERE************/

.contact-section{
    padding: 80px 0;
}

.contact-section h2{
    font-size: 26px;
    line-height: 32px;
    font-weight: 600;
    color: #5B80B0;
    margin-bottom: 15px;
}

.row.address-rows{
    margin-bottom: 40px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 40px;
}

.contact-left input.form-control {
    border: 1px solid #ddd;
    padding: 10px;
    font-size: 14px;
    color: #333;
    height: 44px;
    margin-bottom: 20px;
    border-radius: 5px;
}

.contact-left textarea {
    border: 1px solid #ddd;
    padding: 10px;
    font-size: 14px;
    color: #333;
    height: 100px;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 5px;
}

.contact-left button.btn.btn-primary{
    border: 1px solid #5B80B0;
    background-color: #5B80B0;
    padding: 10px 30px;
    border-radius: 30px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #fff;
}

.contact-right p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
}

.contact-right p a{
    color: #5B80B0;
    text-decoration: none;
}

.contact-right p i {
    font-size: 20px;
    float: left;
    color: #5B80B0;
    margin-right: 15px;
    margin-bottom: 20px;
    position: relative;
    top: 10px;
}

.contact-right p span {
    font-size: 18px;
    line-height: 28px;
    display: block;
    font-weight: 700;
}

.contact-right h6 {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #000;
    margin-bottom: 10px;
}

.contact-right ul {
    padding: 0px;
    margin: 0px;
}

.contact-right ul li{
  list-style-type: none;
  display: inline-block;
}

.contact-right ul li a i{
  background-color: #fff;
  width: 40px;
  height: 40px;
  line-height: 20px;
  font-size: 15px;
  color: #000;
  border-radius: 50%;
  padding: 10px;
  text-align: center;
}

.contact-right ul li a i.fa-facebook-f{
  background-color: #3b5998;
  color: #fff;
}

.contact-right ul li a i.fa-facebook-f:hover{
  background-color: #294379;
}

.contact-right ul li a i.fa-square-x-twitter{
  background-color: #000;
  color: #fff;
}

.contact-right ul li a i.fa-square-x-twitter:hover{
  background-color: #333;
}

.contact-right ul li a i.fa-linkedin-in{
  background-color: #0e76a8;
  color: #fff;
}

.contact-right ul li a i.fa-linkedin-in:hover{
  background-color: #0c5477;
}

.contact-right ul li a i.fa-youtube{
  background-color: #c4302b;
  color: #fff;
}

.contact-right ul li a i.fa-youtube:hover{
  background-color: #8e1814;
}

.contact-right ul li a i.fa-square-instagram{
  background-color: #d800ac;
  color: #fff;
}

.contact-right ul li a i.fa-square-instagram:hover{
  background-color: #b70092;
}

.contact-right ul li a i.fa-tiktok{
  background-color: #2b2b2b;
  color: #fff;
}

.contact-right ul li a i.fa-tiktok:hover{
  background-color: #000000;
}






.contact-mid img{
    width: 100%;
}

.contact-box{
    border: 1px solid #ccc;
    padding: 20px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 1px 1px 7px 0px #ccc;
    margin-bottom: 30px;
}

.contact-box img{
    width: 50px;
    height: 50px;
    object-fit: cover;
    margin-bottom: 20px;
}

.contact-box h2{
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    color: #333;
    margin-bottom: 10px;
}

.contact-box p{
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    margin-bottom: 0px;
}

.contact-box p a{
    text-decoration: none;
    color: #5B80B0;
}

p i{
    color: #5B80B0;
    padding-right: 5px;
}

/**************COURSE DETAIL PAGE START HERE**************/

.course-detail-section{
    background-color: #f1f4f9;
    padding: 80px 0;
}

.course-detail-section ul.accordion-list{
    padding: 0px !important;
}

.curiculam,
.description {
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 30px;
    background-color: #fff;
}

.curiculam h3,
.description h3,
.description h2{
    font-size: 24px;
    line-height: 28px;
    font-weight: 600;
    color: #5B80B0;
    margin-bottom: 10px;
}

.description p{
    text-align: justify;
}

.description ul{
    padding: 0px;
    margin: 0px;
    padding-left: 20px;
}

.description ul li{
    list-style-type: none;
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
    color: #345576;
    margin-bottom: 15px;
}

ul.accordion-list li ul.lectures_lists{
    padding: 0px;
    margin: 0px;
    margin-top: 20px !important;
    padding-left: 20px;
}

ul.accordion-list li ul.lectures_lists li{
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
    color: #345576 !important;
    margin-bottom: 15px !important;
}

ul.accordion-list li ul.lectures_lists li span{
    font-weight: 500;
}

ul.accordion-list li ul.lectures_lists li i{
    color: #345576;
    padding-right: 5px;
}


.detail-video{
    background: url("../images/why-img.jpg") top center no-repeat;
    width: 100%;
    height: 350px;
    background-size: cover;
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

a.btn.btn-plays {
    border: 1px solid #fff;
    background-color: #fff;
    padding: 10px;
    border-radius: 50%;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #5B80B0;
    width: 44px;
    height: 44px;
    position: relative;
    z-index: 1;
}

a.btn.btn-plays:before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 50%;
    transform: translate(-50%) translateY(-50%);
    displays: block;
    width: 55px;
    height: 55px;
    background: 
 color-mix(in srgb, #ffffff, transparent 80%);
    border-radius: 50%;
    animation: pulse-border 1.1s 
ease-out infinite;
}

a.btn.btn-play:after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 50%;
    top: 50%;
    transform: translate(-50%) translateY(-50%);
    display: block;
    width: 55px;
    height: 55px;
    background: var(--maincolor);
    border-radius: 50%;
    transition: all .2s;
}

.feature-box{
    border: 1px solid #ddd;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 30px;
    background-color: #fff;
}

.feature-box h6{
    background-color: #f7d6c2;
    padding: 6px 12px;
    border-radius: 10px;
    font-size: 12px;
    line-height: 14px;
    font-weight: 400;
    color: #ff6b12;
    width: 70px;
    text-align: center;
    margin-bottom: 10px;
}

.feature-box h4{
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    color: #5B80B0;
    margin-bottom: 15px;
}

.feature-box h5{
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    color: #5B80B0;
    margin-bottom: 10px;
}

.feature-box ul{
    padding: 0px;
    margin: 0px;
    margin-bottom: 20px;
}

.feature-box ul li{
    list-style-type: none;
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
    color: #345576;
    margin-bottom: 15px;
}

.feature-box ul li i{
    color: #4caf84;
    padding-right: 5px;
}

a.btn.btn-enrollnow{
    border: 1px solid #5B80B0;
    background-color: #5B80B0;
    padding: 14px 30px;
    border-radius: 30px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #fff;
    width: 100%;
}

a.btn.btn-enrollnow:hover{
    border: 1px solid #5B80B0;
    background-color: #5B80B0;
    color: #fff;
}

a.btn.btn-enrollnow i{
    padding-left: 10px;
}

/***************LOGIN PAGE***************/


.login-page .bg-white.shadow.rounded {
    max-width: 420px;
    width: 100%;
    margin: 0 auto;
    display: block;
}

.login-page .bg-white.shadow.rounded img{
    margin: 0 auto;
    display: block;
}

.login-page h3{
  text-align: center;
  font-size: 30px;
  line-height: 34px;
  font-weight: 600;
  color: #fff;
}

.login-logo{
  width: 300px;
  margin-bottom: 20px;
}

.form-right{
  background-color: #eaeaff;
}

.login-page button.btn.btn-primary{
    background: linear-gradient(to right, #a0cfff, #084787);
    border: none;
}

.login-page button.btn.btn-primary:hover{
    background: linear-gradient(to right, #1f3f5e, #b1c5df);
    border: none;
}

.login-page a {
    text-decoration: none;
    font-size: 14px;
}

.login-page h2{
    color: #000;
}

.login-page .col-sm-6,
.login-page .col-12{
  margin-top: 15px;
}
.login-page {
    background: linear-gradient(to right, #a0cfff, #084787);
    width: 100%;
    padding: 60px 0;
    display: inline-block;
    display: flex;
    align-items: center;
    height: 100vh;
}
.form-right i {
    font-size: 100px;
}

.login-page p{
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 18px;
}

.login-page input{
  font-size: 14px;
}
.login-page label{
  font-size: 14px;
  margin-bottom: 0px;
}

.form-check-label{
  padding-left: 5px !important;
}

a.btn.btn-facebook {
    border: 1px solid #316FF6;
    background-color: transparent;
    padding: 10px;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    color: #316FF6;
    font-weight: 600;
}

a.btn.btn-facebook:hover{
    border: 1px solid #316FF6;
    background-color: transparent;
    color: #316FF6;
}

a.btn.btn-facebook i{
  padding-right: 10px;
}

a.btn.btn-google {
    border: 1px solid #e72929;
    background-color: transparent;
    padding: 10px;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    color: #e72929 !important;
    font-weight: 600;
}

a.btn.btn-google svg{
  padding-right: 10px;
  width: 24px;
}

a.btn.btn-google:hover{
    border: 1px solid #e72929;
    background-color: transparent;
    color: #e72929 !important;
}

/************TEAM PAGE START HERE************/

.team-section{
    padding: 80px 0;
}

.team-section img{
    width: 100%;
    height: 240px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 10px;
}

.team-box{
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 10px;
    margin-bottom: 30px;
}

.team-box h2{
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    color: #333;
    margin-bottom: 5px;
}

.team-box h6{
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #666;
    margin-bottom: 10px;
}

.team-box h6 span{
    margin-left: 15px;
    color: #5B80B0;
}

.team-box p{
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
}

.team-box ul{
    padding: 0px;
    margin: 0px;
}

.team-box ul li{
    list-style-type: none;
    display: inline-block;
    border: 1px solid #5B80B0;
    padding: 4px 8px;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #5B80B0;
    text-decoration: none;
    border-radius: 30px;
    margin-bottom: 5px;
}

/***********PRIVACY POLICY PAGE START HERE**********/

.policy-section{
    padding: 80px 0;
}

.policy-section h2{
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    color: #333;
    margin-bottom: 10px;
}

/**************SERVICE PAGE START HERE***************/

.service-section{
    padding: 80px 0;
}

.service-box{
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 30px;
    box-shadow: 1px 1px 7px 0px #ccc;
}

.service-box h2{
    font-size: 26px;
    line-height: 32px;
    font-weight: 600;
    color: #5B80B0;
    margin-bottom: 15px;
}

.service-box ul{
    padding: 0px;
    margin: 0px;
}

.service-box ul li{
    list-style-type: none;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #345576;
    margin-bottom: 10px;
}

.service-box ul li i{
    color: #4caf84;
    padding-right: 5px;
}

.query-box{
    border: 1px solid #ddd;
    padding: 15px 25px;
    border-radius: 10px;
    box-shadow: 1px 1px 7px 0px #ccc;
}

.query-box h3{
    font-size: 26px;
    line-height: 32px;
    font-weight: 600;
    color: #5B80B0;
    margin-bottom: 15px;
}

.query-box input.form-control {
    border: 1px solid #ddd;
    padding: 10px;
    font-size: 14px;
    color: #333;
    height: 44px;
    margin-bottom: 20px;
    border-radius: 5px;
}

.query-box select{
    border: 1px solid #ddd;
    padding: 10px;
    font-size: 14px;
    color: #333;
    height: 44px;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 5px;
}

.query-box textarea{
    border: 1px solid #ddd;
    padding: 10px;
    font-size: 14px;
    color: #333;
    height: 100px;
    margin-bottom: 20px;
    border-radius: 5px;
}

.query-box button.btn.btn-primary{
    border: 1px solid #5B80B0;
    background-color: #5B80B0;
    padding: 14px 30px;
    border-radius: 30px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #fff;
    width: 100%;
}

/**************CAREER PAGE START HERE*************/

.career-section{
    padding: 80px 0;
}

.career-box{
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 30px;
    box-shadow: 1px 1px 7px 0px #ccc;
}

.career-box h2{
    font-size: 26px;
    line-height: 32px;
    font-weight: 600;
    color: #5B80B0;
    margin-bottom: 10px;
}

.career-box p{
    margin-bottom: 10px;
}

.career-box ul{
    padding: 0px;
    margin: 0px;
    margin-bottom: 15px;
}

.career-box ul li{
    list-style-type: none;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #345576;
    margin-bottom: 10px;
}

.career-box ul li i{
    color: #4caf84;
    padding-right: 5px;
}

a.btn.btn-apply {
    border: 1px solid #5B80B0;
    background-color: #5B80B0;
    padding: 10px 30px;
    border-radius: 30px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #fff;
}

a.btn.btn-apply:hover{
    border: 1px solid #5B80B0;
    background-color: #5B80B0;
    color: #fff;
}

a.btn.btn-apply i{
    padding-left: 10px;
}

/*************APPLY PAGE START HERE*************/

.apply-section{
    background-color: #f1f4f9;
    padding: 80px 0;
}

.row.apply-row{
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 1px 1px 7px 0px #ccc;
    max-width: 800px;
    width: 100%;
    margin: 0 auto;
    display: block;
    background-color: #fff;
}

.row.apply-row h2 {
    font-size: 28px;
    line-height: 32px;
    font-weight: 600;
    color: #5B80B0;
    margin-bottom: 10px;
}

.row.apply-row p{
    margin-bottom: 30px;
}

.row.apply-row h3{
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
    color: #5B80B0;
    margin-bottom: 5px;
}

.row.apply-row label{
    font-size: 14px;
    font-weight: 500;
    display: block;
    margin-bottom: 0px;
}

.row.apply-row input,
.row.apply-row input.form-control {
    border: 1px solid #ddd;
    padding: 10px;
    font-size: 14px;
    color: #333;
    height: 44px;
    margin-bottom: 20px;
    border-radius: 5px;
}

.row.apply-row select {
    border: 1px solid #ddd;
    padding: 10px;
    font-size: 14px;
    color: #333;
    height: 44px;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 5px;
}

.row.apply-row textarea {
    border: 1px solid #ddd;
    padding: 10px;
    font-size: 14px;
    color: #333;
    height: 100px;
    width: 100%;
    margin-bottom: 20px;
    border-radius: 5px;
}

.row.apply-row button.btn{
    border: 1px solid #5B80B0;
    background-color: #5B80B0;
    padding: 10px 30px;
    border-radius: 30px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #fff;
}





















/****************MEDIA QUERY***************/

@media(max-width: 1200px){
    .partner-section button.owl-prev{
        left: 0;
    }
    .partner-section button.owl-next{
        right: 0px;
    }
    .search-container input[type="search"]{
        width: 81%;
    }
    .search-container{
        max-width: 460px;
    }
    .hero-section{
        height: 60vh;
    }
}

@media(max-width: 1180px){
    .hero-section {
        height: auto;
        padding-bottom: 20px;
    }
}

@media(max-width: 1024px){
    .trend-box img{
        width: 200px;
    }
    p.course-text {
        padding-left: 150px;
        padding-right: 150px;
    }
    .student-right-img img{
        height: 90px;
    }
    .whyus-section h3{
        padding-top: 0px;
    }
}

@media(max-width: 992px){
    button.navbar-toggler{
        display: none;
    }
    .nav-logo-btn{
        margin-right: 5%;
    }
    .partner-section p,
    p.course-text {
        padding-left: 0px;
        padding-right: 0px;
    }
    .trend-box img{
        width: 200px;
    }
    .certificate-section{
        padding-top: 60px;
    }
    .course-box img{
        height: 240px;
    }
    .portfolio-item figure img.img-fluid{
        width: 100%;
    }
    .portfolio-item figure{
        height: 260px;
    }
    .search-container {
        max-width: 400px;
    }
    .search-container input[type="search"]{
        width: 78%;
    }
    .course-content h4{
        height: auto;
    }
}

@media(max-width: 991px){
    .nav-logo-btn{
        margin-right: 10%;
    }
    .student-right-img img {
        height: 260px;
    }
    .blog-section img{
        height: 180px;
    }
    .contact-mid{
        display: none;
    }
    .detail-video{
        height: 250px;
    }
}

@media(max-width: 870px){
    .hero-left h1 {
        font-size: 50px;
        line-height: 60px;
    }
    .search-container {
        max-width: 330px;
    }
    .search-container input[type="search"]{
        width: 73%;
    }
    .blog-section img{
        height: 170px;
    }
    img.girl_img{
        right: 5%;
    }
    img.circle-img{
        right: 3%;
    }
}

@media(max-width: 834px){
    a.btn.btn-today {
        display: block;
        max-width: 260px;
        margin-bottom: 10px;
    }
    .hero-btns{
        display: block;
    }
    a.btn.btn-play{
        float: left;
        margin-right: 10px;
    }
    .hero-btns h6{
        line-height: 47px;
    }
    .trend-box img {
        width: 160px;
    }
    .certificate-section h4 {
        font-size: 28px;
        line-height: 40px;
    }
}

@media(max-width: 768px){
    .trend-box img {
        width: 130px;
    }
    .choose-section ul li{
        font-size: 14px;
    }
    .choose-section h2 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 20px;
    }
    .choose-box img {
        float: none;
        margin-right: 0px;
        margin-bottom: 10px;
    }
    .choose-box{
        min-height: 492px;
    }
    .student-right-img img {
        height: 220px;
    }
    .detail-video {
        height: 200px;
    }
}

@media(max-width: 767px){
    .white-box-2,
    .white-box-1{
        display: none;
    }
    .hero-section {
        height: auto;
    }
    .hero-btns {
        display: flex;
    }
    a.btn.btn-play{
        float: none;
        margin-right: 0px;
    }
    .search-container button{
        float: right;
    }
    .search-container input[type="search"] {
        width: 70%;
    }
    .search-container {
        max-width: 100%;
    }
    .course-box img {
        height: 200px;
    }
    .trend-box{
        display: block;
    }
    .trend-box img {
        width: 100%;
        border-radius: 10px 10px 0 0;
    }
    .trend-content{
        padding: 15px;
    }
    img.girl_img,
    img.circle-img,
    .choose-section img{
        display: none;
    }
    .contact-left button.btn.btn-primary,
    .choose-box{
        min-height: auto;
        margin-bottom: 30px;
    }
    a.btn.btn-leave{
        float: none;
        margin-top: 20px;
    }
    .certificate-section,
    .blog-section img{
        height: auto;
    }
    .certificate-section{
        padding-bottom: 60px;
    }
    .bottom-footer .row{
        display: flex;
        flex-direction: column-reverse;
    }
    .bottom-footer ul{
        text-align: left;
        margin-bottom: 10px;
    }
    .nav-logo-btn {
        margin-right: 15%;
    }
    .student-right-img img {
        height: 330px;
    }
    .detail-video {
        height: 350px;
    }
    .care-box{
        margin-bottom: 30px;
    }
}

@media(max-width: 600px){
    .student-section,
    .testimonial-section,
    .partner-section,
    .blog-section,
    .certificate-section,
    .top-footer,
    .apply-section,
    .login-page,
    .policy-section,
    .service-section,
    .team-section,
    .career-section,
    .welcome-section,
    .faqs-section,
    .whyus-section,
    .contact-section,
    .course-detail-section,
    .discover-section,
    .choose-section,
    .course-secton{
        padding: 30px 0;
    }
    .course-content h4{
        height: 63px;
    }
    .row.choose-rows{
        margin-top: 30px;
    }
    .choose-section ul{
        margin-bottom: 0px;
    }
    header.fixed-top .menu-section,
    .hero-section {
        background: linear-gradient(to right, #e0e4e9, #1f3f5e);
    }
    .student-right-img img {
        height: 250px;
    }
    .page-banner{
        height: 300px;
        padding: 150px 0 50px;
    }
}

@media(max-width: 575px){
    .trend-box img,
    .course-box img {
        height: 140px;
    }
    .hero-left h1 {
        font-size: 40px;
        line-height: 50px;
    }
    .hero-section{
        padding-top: 50px;
    }
    ul.accordion-list li{
        padding: 10px;
    }
    .team-section img{
        height: 190px;
    }
}

@media(max-width: 520px){
    .student-right-img img {
        height: 210px;
    }
}

@media(max-width: 500px){
    .detail-video {
        height: 280px;
    }
}

@media(max-width: 460px){
    .navbar-brand img {
        width: 160px;
    }
    a.btn.btn-login{
        padding: 10px 16px 12px;
    }
    .clickmenus{
        top: 15px;
    }
    .nav-logo-btn{
        margin-right: 19%;
    }
    .fixed-top .clickmenus{
        top: 6px;
    }
    .trend-content h4,
    .course-content h4{
        font-size: 17px;
    }
    .portfolio-item figure {
        height: 220px;
    }
    a.navbar-brand {
        width: 160px;
        margin-right: 0px;
    }
    .course-secton h3{
        font-size: 20px;
    }
    .student-right-img img {
        height: 180px;
    }
    .team-section img {
        height: 170px;
    }
}

@media(max-width: 420px){
    .hero-btns {
        display: block;
    }
    a.btn.btn-play{
        float: left;
        margin-right: 15px;
    }
    .trend-box img, .course-box img {
        height: 100px;
    }
    .trend-content h4, .course-content h4 {
        font-size: 14px;
        line-height: 22px;
    }
    .course-content h4,
    .trend-content h4{
        height: 53px;
    }
    a.btn.btn-enrolls,
    a.btn.btn-enroll{
        padding: 4px 4px 4px 10px;
    }
    .choose-section ul li{
        width: 100%;
        margin-bottom: 10px;
    }
    .team-section img {
        height: 150px;
    }
}

@media(max-width: 400px){
    .portfolio-item figure {
        height: 160px;
    }
    .nav-logo-btn {
        margin-right: 21%;
    }
    a.btn.btn-login {
        padding: 10px 10px 12px;
    }
    a.btn.btn-enrolls,
    a.btn.btn-enroll{
        font-size: 14px;
    }
    .student-right-img img {
        height: 150px;
    }
    .detail-video {
        height: 200px;
    }
}

@media(max-width: 380px){
    .team-section img {
        height: 130px;
    }
}

@media(max-width: 370px){
    .trend-content,
    .course-content{
        padding: 10px;
    }
}















