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;
}

/**********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, #3b5b89, #b10d7b);
    /*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: 14px;
    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: #d833a2;
    border-radius: 30px;
}

a.btn.btn-login:hover{
    border: 1px solid #fff;
    background-color: #fff;
    color: #d833a2;
}

.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: 13px;
    font-weight: 400;
    padding: 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: #d833a2;
    padding: 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: #fff;
    z-index: 99;
    display: none;
    float: left;
    background-color: #e40031;
    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-color: #e40031;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 20px;
}

.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: 14px 20px;
    border-bottom: 1px solid #d96506;
}

.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: 11px;
    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, #3b5b89, #b10d7b);
    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: #d833a2;
    border: #d833a2;
    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 #2e6fd6;
    background-color: #2e6fd6;
    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: #2e6fd6;
    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, #3b5b89, #b10d7b);
  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, #3b5b89, #b10d7b);
    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, #b10d7b, #3b5b89);
}

.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: #ffa6e2;
}

.course-box:hover{
    box-shadow: none;
}

.course-box img{
    width: 100%;
    height: 160px;
    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 #f792d6;
    margin-bottom: 10px;
    text-align: left;
    height: 63px;
}

.course-content h4 a{
    color: #000;
    text-decoration: none;
}

.course-content h4 a:hover{
    color: #d833a2;
}

.course-content p{
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    text-align: left;
    padding-bottom: 10px;
    border-bottom: 1px solid #f792d6;
    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: #d833a2;
    width: 100%;
    text-align: left;
}

a.btn.btn-enroll i{
    background-color: #d833a2;
    padding: 7px;
    border-radius: 50%;
    font-size: 14px;
    color: #fff;
    float: right;
}

a.btn.btn-enroll:hover{
    border: 1px solid #d833a2;
    background-color: #d833a2;
    color: #fff;
}

a.btn.btn-enroll:hover i{
    background-color: #fff;
    color: #d833a2;
}

.trend-box{
    background-color: #c1d5f5;
    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 #f792d6;
    margin-bottom: 10px;
    text-align: left;
    height: 63px;
}

.trend-content h4 a{
    color: #000;
    text-decoration: none;
}

.trend-content h4 a:hover{
    color: #2e6fd6;
}

.trend-content p{
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    text-align: left;
    padding-bottom: 10px;
    border-bottom: 1px solid #f792d6;
    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: #2e6fd6;
    width: 100%;
    text-align: left;
}

a.btn.btn-enrolls i{
    background-color: #2e6fd6;
    padding: 7px 8px;
    border-radius: 50%;
    font-size: 14px;
    color: #fff;
    float: right;
}

a.btn.btn-enrolls:hover{
    border: 1px solid #2e6fd6;
    background-color: #2e6fd6;
    color: #fff;
}

a.btn.btn-enrolls:hover i{
    background-color: #fff;
    color: #2e6fd6;
}

a.btn.btn-views{
    background: linear-gradient(to right, #3b5b89, #b10d7b);
    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, #b10d7b, #3b5b89);
}























/**************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: #2e6fd6;
    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: #d833a2;
    padding-right: 5px;
}

a.btn.btn-read {
    border: 1px solid #2e6fd6;
    background-color: #2e6fd6;
    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 #d833a2;
    background-color: #d833a2;
    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%;
}

.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, #3b5b89, #b10d7b);
    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, #b10d7b, #3b5b89);
    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: #2e6fd6;
    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: #2e6fd6;
    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;
}

/*************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: #2e6fd6;
    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: #2e6fd6;
    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: 220px;
    border-radius: 10px 10px 0 0;
}

.blog-content{
    border: 1px solid #dce3ef;
    padding: 15px;
    border-radius: 0 0 10px 10px;
}

.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: #2e6fd6;
}

.blog-content p{
    margin-bottom: 0px;
}

/**************SUBSCRIBE SECTION*************/

.certificate-section{
    padding-top: 100px;
    background-color: #2e6fd6;
    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 #d833a2;
    background-color: #d833a2;
    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 #d833a2;
    background-color: #d833a2;
    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: #2e6fd6;
    border-radius: 30px;
    margin-bottom: 20px;
}
a.btn.btn-start:hover{
    border: 2px solid #fff;
    background-color: #2e6fd6;
    color: #fff;
}

a.btn.btn-start i{
    padding-left: 10px;
}


/**************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: #2e6fd6;
    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: #2e6fd6;
}

.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: #2e6fd6;
}

.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: #2e6fd6;
}

.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: #2e6fd6;
}

.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: #2e6fd6;
}







/*************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;
}


