/* Base */
@font-face {
  font-family: Montserrat-Bold;
  src: url(../fonts/Montserrat-Bold.ttf);
}
@font-face {
  font-family: Montserrat-Regular;
  src: url(../fonts/Montserrat-Regular.ttf);
}
@font-face {
  font-family: BebasNeue-Bold;
  src: url(../fonts/BebasNeue-Bold.ttf);
}
@font-face {
  font-family: OpenSans-Regular;
  src: url(../fonts/OpenSans-Regular.ttf);
}
@font-face {
  font-family: OpenSans-Bold;
  src: url(../fonts/OpenSans-Bold.ttf);
}
p{
  font-family: OpenSans-Regular;

}
body {
  line-height: 1.7;
  font-family: Montserrat-Regular;
  color: #4d4d4d;
  font-weight: 400;
  font-size: 1rem;
}

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  color: #0c2e4d;
}

a:hover {
  text-decoration: none;
  color: #0c2e4d; 
}
img{
  pointer-events: none
}

.text-black {
  color: #000 !important;
}
.site-logo img{
  width: 180px;
}
.color-black-opacity-5 {
  color: rgba(0, 0, 0, 0.5);
}

.site-wrap:before {
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  background: rgba(0, 0, 0, 0.6);
  content: "";
  position: absolute;
  z-index: 2000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
}

.offcanvas-menu .site-wrap {
  height: 100%;
  width: 100%;
  z-index: 2;
  overflow: hidden;
}

.offcanvas-menu .site-wrap:before {
  opacity: 1;
  visibility: visible;
}

.btn {
  border-radius: 0;
}

.btn:hover,
.btn:active,
.btn:focus {
  outline: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  
}

.form-control {
  height: 30px;
  border-radius: 0px;
  border: 2px solid #272662 !important;
  font-size: 14px;
  font-family: 'Montserrat-Regular';
}

.form-control:active,
.form-control:focus {
  border-color: #0c2e4d;
}

.input-group button {
    padding: 0px 10px;
    background: #272662;
    border: 1px solid #272662;
}
.input-group button:hover {
  padding: 0px 10px;
  background: #272662;
  border: 1px solid #272662;
}
.form-control:hover,
.form-control:active,
.form-control:focus {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.site-section {
  padding: 2.5em 0;
}
.instructor .col-md-3:after {
  content: '';
  position: absolute;
  border: 1px solid #000;
  height: 100%;
  right: 40px;
}


.border-top {
  border-top: 1px solid #edf0f5 !important;
  margin-top: 10px;
}
.border-top p{
    margin-top: 10px;
}

.site-footer {
  padding: 4em 0;
  background-image: url(../images/Footer_bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.Footer_text {
  font-family: OpenSans-Regular;
  color: #fff;
  line-height: 1.4;
  font-size: 16px;
}
.Copyright p {
  font-family: OpenSans-Regular;
  font-size: 18px;
  background-color: #131b27;
  padding: 15px 0px;
  margin: 0;
  border-radius: 20px 20px 0px 0px;
}
.Copyright p span{
  font-family: OpenSans-Regular;
  font-weight: 600;
}

.site-footer .border-top {
  border-top: 1px solid rgba(255, 255, 255, 0.1) !important;
}

.site-footer p {
  color: #737373;
}

.site-footer h2,
.site-footer h3,
.site-footer h4,
.site-footer h5 {
  color: #fff;
}
.list-unstyled i{
  color: #fff;
  margin-right: 10px;

}
.site-footer a {
  color: #fff;
  font-family: 'OpenSans-Regular';
}

.site-footer a:hover {
  color: white;
}

.site-footer ul li {
  margin-bottom: 5px;
}
.footer-links{
  margin-top: 30px;
  width: 80%;
}
.footer-links i {
  font-size: 40px;
  color: #fff;
}
.site-footer .footer-heading {
  font-size: 18px;
  color: #fff;
  font-family: OpenSans-Regular;
  font-weight: 600;
  margin-bottom: 30px;
}
.Footer_btn{
  padding: 5px 40px;
  border-radius: 50px;
  background-color: #fff !important;
  color: #0d2e4d !important;
  font-weight: 600;
  text-transform: uppercase;
}
.site-footer input {
  background: transparent;
  border: none;
  border-bottom: 1px solid #536372;
  color: #fff;
  font-size: 16px;
  font-family: 'OpenSans-Regular';
}
::placeholder{
  color: #fff;
}
:focus-visible {
    outline: none;
}
.ul-check {
  margin-bottom: 50px;
}

.ul-check li {
  position: relative;
  padding-left: 35px;
  margin-bottom: 15px;
  line-height: 1.5;
}

.ul-check li:before {
  left: 0;
  font-size: 20px;
  top: -.3rem;
  font-family: "icomoon";
  content: "\e5ca";
  position: absolute;
}

.ul-check.white li:before {
  color: #fff;
}

.ul-check.success li:before {
  color: #8bc34a;
}

.ul-check.primary li:before {
  color: #0c2e4d;
}

.select-wrap,
.wrap-icon {
  position: relative;
}

.select-wrap .icon,
.wrap-icon .icon {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 22px;
}

.select-wrap select,
.wrap-icon select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
}

.caption {
  font-size: 12px;
  letter-spacing: .2em;
  text-transform: uppercase;
  font-weight: bold;
}

/* Navbar */
.site-navbar {
  padding: 10px 0px ;
  border-radius: 4px;
}
.sticky {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1000;
  background: #fff;
  opacity: 1;
}

.site-navbar .site-logo {
  position: relative;
  left: 0;
  top: -5px;
  text-transform: uppercase;
}

.site-navbar .site-logo a {
  font-size: 20px;
  font-weight: 900;
}
.site-navigation form {
  width: 30%;
  margin-left: auto;
}       
.site-navbar .site-navigation .site-menu {
  margin-bottom: 0;
}

.site-navbar .site-navigation .site-menu .active>a {
  color: #0c2e4d;
  font-weight: 600;
  display: inline-block;
  border-bottom: 2px solid #0c2e4d;
  font-family: 'Montserrat-Bold';
}

.site-navbar .site-navigation .site-menu .cta {
  margin-left: 30px;
}

.site-navbar .site-navigation .site-menu .cta span {
  padding: 12px 20px;
}

.site-navbar .site-navigation .site-menu a {
  text-decoration: none !important;
  display: inline-block;
}

.site-navbar .site-navigation .site-menu>li {
  display: inline-block;
}

.site-navbar .site-navigation .site-menu a {
  color: #0c2e4d;
  text-decoration: none !important;
  padding: 10px;
  display: inline-block;
  font-size: 16px;
  font-family: 'Montserrat-Regular';
  font-weight: 600;
}
/* a.active {
  font-family: 'Montserrat-Bold' !important;
  border-bottom: 2px solid;
}  */
.site-navbar .site-navigation .site-menu>li:last-child a {
  padding: 10px 0px 10px 10px;
}
.site-navbar .site-navigation .site-menu>li>a:hover {
  color: #0c2e4d;
  display: inline-block;
}

.site-navbar .site-navigation .site-menu .has-children {
  position: relative;
}

.site-navbar .site-navigation .site-menu .has-children>a {
  position: relative;
  padding-right: 30px;
}

.site-navbar .site-navigation .site-menu .has-children>a:before {
  position: absolute;
  content: "\e313";
  font-size: 16px;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: 'icomoon';
}

.site-navbar .site-navigation .site-menu .has-children .dropdown {
  visibility: hidden;
  opacity: 0;
  top: 100%;
  position: absolute;
  text-align: left;
  border-top: 2px solid #0c2e4d;
  -webkit-box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px -2px rgba(0, 0, 0, 0.1);
  border-left: 1px solid #edf0f5;
  border-right: 1px solid #edf0f5;
  border-bottom: 1px solid #edf0f5;
  padding: 0px 0;
  margin-top: 20px;
  margin-left: 0px;
  background: #fff;
  -webkit-transition: 0.2s 0s;
  -o-transition: 0.2s 0s;
  transition: 0.2s 0s;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a {
  text-transform: none;
  letter-spacing: normal;
  -webkit-transition: 0s all;
  -o-transition: 0s all;
  transition: 0s all;
  color: #343a40;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown .active>a {
  color: #0c2e4d !important;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li {
  list-style: none;
  padding: 0;
  margin: 0;
  min-width: 200px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a {
  padding: 5px 20px;
  display: block;
  font-family: 'Montserrat-Regular';
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li>a:hover {
  background: #f4f5f9;
  color: #25262a;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>a:before {
  content: "\e315";
  right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>.dropdown,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children>ul {
  left: 100%;
  top: 0;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:hover>a,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:active>a,
.site-navbar .site-navigation .site-menu .has-children .dropdown>li.has-children:focus>a {
  background: #f4f5f9;
  color: #25262a;
}

.site-navbar .site-navigation .site-menu .has-children:hover>a,
.site-navbar .site-navigation .site-menu .has-children:focus>a,
.site-navbar .site-navigation .site-menu .has-children:active>a {
  color: #0c2e4d;
}

.site-navbar .site-navigation .site-menu .has-children:hover,
.site-navbar .site-navigation .site-menu .has-children:focus,
.site-navbar .site-navigation .site-menu .has-children:active {
  cursor: pointer;
}

.site-navbar .site-navigation .site-menu .has-children:hover>.dropdown,
.site-navbar .site-navigation .site-menu .has-children:focus>.dropdown,
.site-navbar .site-navigation .site-menu .has-children:active>.dropdown {
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
  margin-top: 0px;
  visibility: visible;
  opacity: 1;
  z-index: 999;
}

.site-mobile-menu {
  width: 300px;
  position: fixed;
  right: 0;
  z-index: 2000;
  padding-top: 20px;
  background: #fff;
  height: calc(100vh);
  -webkit-transform: translateX(110%);
  -ms-transform: translateX(110%);
  transform: translateX(110%);
  -webkit-box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.offcanvas-menu .site-mobile-menu {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.site-mobile-menu .site-mobile-menu-header {
  width: 100%;
  float: left;
  padding-left: 20px;
  padding-right: 20px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
  float: right;
  margin-top: 8px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
  font-size: 30px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 0px;
  line-height: 1;
  cursor: pointer;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
  color: #25262a;
}

.site-mobile-menu .site-mobile-menu-body {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  position: relative;
  padding: 0 20px 20px 20px;
  height: calc(100vh - 52px);
  padding-bottom: 150px;
}

.site-mobile-menu .site-nav-wrap {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
}

.site-mobile-menu .site-nav-wrap a {
  padding: 10px 20px;
  display: block;
  position: relative;
  color: #212529;
}

.site-mobile-menu .site-nav-wrap a:hover {
  color: #0c2e4d;
}

.site-mobile-menu .site-nav-wrap li {
  position: relative;
  display: block;
}

.site-mobile-menu .site-nav-wrap li.active>a {
  color: #0c2e4d;
}

.site-mobile-menu .site-nav-wrap .cta {
  margin-left: 0px;
}

.site-mobile-menu .site-nav-wrap .cta span {
  padding: 12px 20px;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse {
  position: absolute;
  right: 0px;
  top: 10px;
  z-index: 20;
  width: 36px;
  height: 36px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
  background: #f8f9fa;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
  font-size: 12px;
  z-index: 20;
  font-family: "icomoon";
  content: "\f078";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-180deg);
  -ms-transform: translate(-50%, -50%) rotate(-180deg);
  transform: translate(-50%, -50%) rotate(-180deg);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.site-mobile-menu .site-nav-wrap>li {
  display: block;
  position: relative;
  float: left;
  width: 100%;
}

.site-mobile-menu .site-nav-wrap>li>a {
  padding-left: 20px;
  font-size: 18px;
}

.site-mobile-menu .site-nav-wrap>li>ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.site-mobile-menu .site-nav-wrap>li>ul>li {
  display: block;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>a {
  padding-left: 40px;
  font-size: 16px;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul {
  padding: 0;
  margin: 0;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li {
  display: block;
}

.site-mobile-menu .site-nav-wrap>li>ul>li>ul>li>a {
  font-size: 16px;
  padding-left: 60px;
}

/* Blocks */
.site-blocks-cover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
  background-position: center center;
}

.site-blocks-cover.overlay {
  position: relative;
}

.icon-bar {
  position: fixed;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 999;
}
.chat {
  position: fixed;
  bottom: 0;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-30%);
  z-index: 999;
}
.chat img{
  width: 8%;
  float: right;
}
.message {
  background: #1a1f65;
  padding: 7px;
  /* position: initial; */
  font-size: 14px;
  margin-right: 40px;
  border-radius: 10px;
  color: #fff;
  font-family: 'OpenSans-Regular';
}
.opacity-0{
  opacity: 0;
}
.opacity-1{
  opacity: 1;
}
.whatsapp_icon .fab {
  position: fixed;
  bottom: 21px;
  left: 48px;
  font-size: 59px;
  z-index: 99999;
  color: #3fc250;
 }
.icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: #0d2e4d;
  font-size: 40px;
}

.instagram{
  background: #e7e7e7;
  border-radius: 10px 0px 0px 10px;
}
.site-blocks-cover .player {
  position: absolute;
  bottom: -250px;
  width: 100%;
}

.site-blocks-cover,
.site-blocks-cover>.container>.row {
  min-height: 600px;
}

.site-blocks-cover.inner-page-cover,
.site-blocks-cover.inner-page-cover>.container>.row {
  min-height: 500px;
  height: calc(30vh);
}

.site-blocks-cover h1 {
  font-size: 50px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  font-family: Montserrat-Bold;
}
.site-blocks-cover h1 span {
  /* font-size: 40px; */
  font-weight: 800;
  color: #1a1f65;
}
.site-blocks-cover h3 {
  font-size: 26px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  font-family: 'Montserrat-Bold';
}
.site-blocks-cover h4 {
  font-size: 24px;
  font-weight: 800;
  color: #000;
  text-transform: uppercase;
  font-family: Montserrat-Regular;
}
.site-blocks-cover button{
  background-color: #0c2e4d;
  padding: 5px 15px;
  border-radius: 20px;
}
.site-blocks-cover a {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  font-family: 'OpenSans-Regular';
  font-weight: 600;
}
.text{
  text-align: left;
}
.text .text-details{
      font-size: 14px;
      color: #000;
      font-family: 'OpenSans-Regular';
      line-height: 1.2;
}

.site-blocks-cover p {
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.2rem;
  line-height: 1.5;
}

.bg-light {
  background: #ccc;
}
.Our-Courses{
  background-image: url(../images/Our-Courses_bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 0px;
}
.Courses-heading{
  font-family: 'Montserrat-Regular';
  font-weight: 800;
  font-size: 40px;
  text-transform: uppercase;
}
.Courses-heading span{
  color: #1a1f65;
  font-family: 'Montserrat-Bold';
}
.Course{
  margin-top: 50px;
}
.Course img{
  width: 100%;
  max-width: fit-content;
}
.Courses_1 img ,.Courses_3 img {
  text-align: left;
}
.Courses_2 .img, .Courses_4 .img {
  text-align: right;
}
.Course h2{font-size: 40px;font-family: 'Montserrat-Regular';font-weight: 600;color: #292929;}
.Course h2 span{
  font-family: 'Montserrat-Bold';
  }
  .Course p{
    font-size: 19px;
    color: #454545;
    line-height: 1.6;
    margin-top: 30px;
    }
    .Course p a{
      color: #292929;
    }
    .Course p span{
      font-size: 18px;
      font-weight: 600;
      color: #454545;
      }
  .Upcoming-Courses{
    background-image: url(../images/Upcoming-Courses_bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0px;
  }
  .Upcoming-Courses h2{
    font-family: 'Montserrat-Regular';
    text-transform: uppercase;
    font-size: 40px;
  }
  .Upcoming-Courses h2 span{
    font-family: 'Montserrat-Bold';
  }
    .Gallery{
    background-image: url(../images/Gallery_bg.png);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0px;
  }
  .Gallery h2{
    color: #1a1f65;
    font-family: 'Montserrat-Regular';
    text-transform: uppercase;
    font-size: 40px;
  }
  .Gallery h2 span{
    font-family: 'Montserrat-Bold';
  }
  .Last-Section .row .col-md-3{
    flex-direction: column  ;
  }
 .Last-Section .number{
    color: #fff;
  font-family: 'BebasNeue-Bold';
font-weight: 600;
text-align: center;
font-size: 50px;
line-height: 1.4;
   }
   .Last-Section .text{
    color: #fff;
font-family: 'Montserrat-Regular';
text-transform: uppercase;
font-weight: 600;
text-align: center;
font-size: 20px;
line-height: 1.2;
   }
.block-13,
.slide-one-item {
  position: relative;
  z-index: 1;
}

.block-13 .owl-nav,
.slide-one-item .owl-nav {
  position: relative;
  position: absolute;
  bottom: -70px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.block-13 .owl-nav .owl-prev,
.block-13 .owl-nav .owl-next,
.slide-one-item .owl-nav .owl-prev,
.slide-one-item .owl-nav .owl-next {
  position: relative;
  display: inline-block;
  padding: 20px;
  font-size: 30px;
  color: #495057;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
}

.block-13 .owl-nav .owl-prev.disabled,
.block-13 .owl-nav .owl-next.disabled,
.slide-one-item .owl-nav .owl-prev.disabled,
.slide-one-item .owl-nav .owl-next.disabled {
  opacity: .2;
}

.block-13 .owl-nav .owl-prev:hover,
.block-13 .owl-nav .owl-next:hover,
.slide-one-item .owl-nav .owl-prev:hover,
.slide-one-item .owl-nav .owl-next:hover {
  color: #0c2e4d;
}

.slide-one-item.home-slider .owl-nav {
  position: absolute !important;
  top: 50% !important;
  bottom: auto !important;
  width: 100%;
}


.slide-one-item.home-slider .owl-prev {
  left: 10px !important;
}

.slide-one-item.home-slider .owl-next {
  right: 10px !important;
}

.slide-one-item.home-slider .owl-prev,
.slide-one-item.home-slider .owl-next {
  color: #fff;
  position: absolute !important;
  top: 50%;
  padding: 0px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.2);
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  line-height: 0;
  text-align: center;
  font-size: 25px;
}


.slide-one-item.home-slider .owl-prev>span,
.slide-one-item.home-slider .owl-next>span {
  position: absolute;
  line-height: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.slide-one-item.home-slider .owl-prev:hover,
.slide-one-item.home-slider .owl-prev:focus,
.slide-one-item.home-slider .owl-next:hover,
.slide-one-item.home-slider .owl-next:focus {
  background: black;
}

.slide-one-item.home-slider:hover .owl-nav,
.slide-one-item.home-slider:focus .owl-nav,
.slide-one-item.home-slider:active .owl-nav {
  opacity: 10;
  visibility: visible;
}

.slide-one-item .owl-dots {
  text-align: center;
}

.slide-one-item .owl-dots .owl-dot {
  display: inline-block;
  margin: 4px;
}

.slide-one-item .owl-dots .owl-dot span {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #dee2e6;
}

.slide-one-item .owl-dots .owl-dot.active span {
  background: #0c2e4d;
}

#date-countdown .countdown-block {
  color: #b3b3b3;
}

#date-countdown .label {
  font-size: 40px;
  color: #000;
}

.player {
  position: relative;
}

.player img {
  max-width: 100px;
  border-radius: 50%;
  margin-bottom: 20px;
}

.player h2 {
  font-size: 20px;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.player .position {
  font-size: 14px;
  color: #b3b3b3;
  text-transform: uppercase;
}

.h-entry img {
  margin-bottom: 30px;
}

.h-entry .meta {
  color: #b3b3b3;
  font-size: 14px;
}

.h-entry h2 {
  font-size: 20px;
}

.border-primary {
  position: relative;
}

.border-primary h2 {
  font-weight: 700 !important;
}

.border-primary:after {
  position: absolute;
  content: "";
  bottom: 0;
  width: 80px;
  height: 3px;
  background: #0c2e4d;
}

.border-primary.text-center:after {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.border-primary.text-left:after {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.testimonial {
  max-width: 800px;
  margin: 0 auto !important;
  text-align: center;
}

.testimonial blockquote {
  font-size: 1.5rem;
  font-style: italic;
}

.testimonial figure img {
  width: 100% !important;
  max-width: fit-content;
  margin: 0 auto;
}
.gallery .testimonial figure img{
  opacity: 0.8;
}
.person h3 {
  font-size: 18px;
}

.custom-pagination a,
.custom-pagination span {
  text-align: center;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  display: inline-block;
  background: #0c2e4d;
  color: #fff;
}

.custom-pagination span {
  background: #e6e6e6;
  color: #000;
}

.custom-pagination .more-page {
  background: none;
}

.form-search-wrap {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 7px;
  padding: 20px;
}

.form-search-wrap .form-control {
  border: none;
}


.form-search-wrap .btn {
  padding: 10px 30px;
}


.popular-category {
  background: #fff;
  display: block;
  text-align: center;
  padding: 30px 20px;
  border-radius: 0px;
  top: 0;
  position: relative;
  -webkit-transition: .3s all ease-in-out;
  -o-transition: .3s all ease-in-out;
  transition: .3s all ease-in-out;
  box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
}
.popular-category img {
  float: right;
}
.product{
  display: flex;
  align-items: center ;
  justify-content: space-between;
  column-gap: 20px;
}

.popular-category .icon {
  display: block;
  -webkit-transition: .1s all ease;
  -o-transition: .1s all ease;
  transition: .1s all ease;
}
/* .icon img {
  width: 100%;
} */

.popular-category .icon>span {
  line-height: 0;
  font-size: 45px;
}

.popular-category .caption {
  color: #272662;
  -webkit-transition: .1s all ease;
  -o-transition: .1s all ease;
  transition: .1s all ease;
  text-transform: uppercase;
  letter-spacing: normal;
  font-size: 14px;
  font-weight: normal;
  font-family: Montserrat-Bold;
  line-height: 1.2;
  font-weight: 800;
}

.popular-category .number {
  padding: 2px 20px;
  border-radius: 30px;
  display: inline-block;
  background: #e9ecef;
  color: #000;
  font-size: 14px;
  -webkit-transition: .1s all ease;
  -o-transition: .1s all ease;
  transition: .1s all ease;
}

.popular-category:hover .number {
  background: #1bc5ad;
  color: #fff;
}

.listing-item {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
}

.listing-item:after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0.4);
}

.listing-item img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.listing-item:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.listing-item .listing-item-content {
  position: absolute;
  bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  z-index: 2;
  width: 100%;
}

.listing-item .listing-item-content .category {
  font-size: 12px;
  display: inline-block;
  padding: 5px 30px;
  background: #0c2e4d;
  border-radius: 30px;
  color: #fff;
}

.listing-item .listing-item-content h2 {
  font-size: 20px;
}

.listing-item .listing-item-content h2,
.listing-item .listing-item-content h2 a {
  color: #fff;
}

.listing-item .listing-item-content span {
  color: #fff;
}

.listing-item .listing-item-content .address {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}

.listing-item .bookmark {
  position: absolute;
  right: 20px;
  bottom: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-block;
  background: rgba(255, 255, 255, 0.3);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
}

.listing-item .bookmark span {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.listing-item .bookmark:hover {
  background: #f23a2e;
}

.listing-item .bookmark:hover span {
  color: #fff;
}

.accordion-item[aria-expanded="true"] {
  color: #0c2e4d;
}

.listing {
  -webkit-box-shadow: 0 2px 20px -2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 20px -2px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  border-radius: 7px;
  position: relative;
  background: #fff;
}


.listing .img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  margin-right: 10px;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 230px;
  flex: 0 0 230px;
}


.listing .category {
  font-size: 11px;
  display: inline-block;
  padding: 5px 20px;
  background: #e9ecef;
  border-radius: 30px;
  margin-bottom: 20px;
  color: #000;
  font-weight: bold;
}

.listing .lh-content {
  padding: 20px;
  position: relative;
  width: 100%;
}

.listing .lh-content .bookmark {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-block;
  background: rgba(0, 0, 0, 0.03);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  font-size: 16px;
}

.listing .lh-content .bookmark span {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.listing .lh-content .bookmark:hover {
  background: #f23a2e;
}

.listing .lh-content .bookmark:hover span {
  color: #fff;
}

.listing address,
.listing .review {
  font-size: 13px;
}

.listing h3 {
  font-size: 16px !important;
}

.listing.vertical {
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
  display: block !important;
}

.listing.vertical .img {
  height: 150px;
  margin-right: 0;
  border-top-right-radius: 7px;
  border-bottom-left-radius: 0px;
}

.rangeslider.rangeslider--horizontal {
  margin-bottom: 10px;
  height: 7px;
  background: #e9ecef;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.rangeslider.rangeslider--horizontal .rangeslider__fill {
  -webkit-box-shadow: none;
  box-shadow: none;
  height: 7px;
  background: #0c2e4d;
}

.rangeslider .rangeslider__handle {
  height: 14px;
  width: 14px;
  top: -3px;
  border: none;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.rangeslider .rangeslider__handle:after {
  background: #fff !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 3px solid #0c2e4d;
  border-radius: 50%;
  height: 20px;
  width: 20px;
}

.range-output {
  font-weight: bold;
}

.range-output:after {
  content: "Km";
  font-weight: normal;
}

.overlap-category {
  z-index: 20;
  position: relative;
  background: transparent;
  border-radius: 10px;
  margin-top: -140px;
}

.overlap-category .row {
  /* margin-left: 0 !important; */
  /* margin-right: 0 !important; */
}
.Last-Section {
  background-image: url(../images/Last-Section_bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 0px;
}
.Last-Section h2 {
  color: #fff;
  font-size: 18px;
}

.Last-Section p {
  color: rgba(255, 255, 255, 0.7);
}

.Last-Section p:last-child {
  margin-bottom: 0;
}

.Last-Section .form-control {
  border: none;
  border-bottom: 1px solid #fff;
  background: none;
  padding-left: 0;
}

.Last-Section .form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: rgba(255, 255, 255, 0.9);
  font-style: italic;
}

.Last-Section .form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255, 255, 255, 0.9);
  font-style: italic;
}

.Last-Section .form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: rgba(255, 255, 255, 0.9);
  font-style: italic;
}

.Last-Section .form-control:-moz-placeholder {
  /* Firefox 18- */
  color: rgba(255, 255, 255, 0.9);
  font-style: italic;
}

.Last-Section .btn {
  padding-left: 15px;
  padding-right: 15px;
}

.Last-Section .btn:hover {
  color: #fff;
  background: #000;
}
.owl-item {
  transform: translateY(50px) !important;
}

.owl-item.active.center {
  transform: translate(-6px,20px) !important;
}

.gallery .center img.img-fluid {
  width: 110% !important;
  opacity: 1;
}
.owl-carousel .nav-btn{
  height: 47px;
  position: absolute;
  width: 26px;
  cursor: pointer;
  top: 130px !important;
}

.owl-carousel .owl-prev.disabled,
.owl-carousel .owl-next.disabled{
pointer-events: none;
opacity: 0.2;
}

.owl-carousel .prev-slide{
  background: url(../images/prev-icon.png) no-repeat;
  background-size: 20px;
  background-position: center;
  left: 40px;
}
.owl-carousel .next-slide{
  background: url(../images/next-icon.png) no-repeat ;
  background-size: 20px;
  background-position: center;
  right: 40px;
} 
.Upcoming-Courses-Carousel .prev-slide{
  background: url(../images/white-prev-icon.png) no-repeat;
  background-size: 20px;
  background-position: center;
  left: -200px;
}
.Upcoming-Courses-Carousel .next-slide{
  background: url(../images/white-next-icon.png) no-repeat;
  background-size: 20px;
  background-position: center;
  right: -200px;
} 
.Upcoming-Courses-Carousel .nav-btn{
  top: 200px !important;
}
.owl-dots {
  text-align: center;
  margin-top: 30px;
}
.owl-dot {
  display: inline-block;
}
.owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background-image: url(../images/dot.png);
  background-size: contain;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
}

.owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background-image: url(../images/dot-active.png);
  background-size: contain;
}
.Upcoming-Courses-Carousel .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background-image: url(../images/dot2.png);
  background-size: contain;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
}

.Upcoming-Courses-Carousel .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background-image: url(../images/dot-active2.png);
  background-size: contain;
}
.m-0{
  margin: 0;
}
textarea#message {
    background: transparent;
    border: none;
    border-bottom: 1px solid #536372;
    color: #fff;
    font-family: 'OpenSans-Regular';
}
/* About  Us */
.inner_pages_banner{
  background-image: url(../images/About-us_banner.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0px;
}
.inner_pages_banner h2 {
    font-family: 'Montserrat-Bold';
    font-size: 40px;
    color: #fff;
}
.Student_inner_pages_banner{
  background-image: url(../images/Our-Students_banner.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 150px 0px;
}
.Student_inner_pages_banner h2 {
    font-family: 'Montserrat-Bold';
    font-size: 40px;
    color: #fff;
    text-transform: uppercase;
}
.inner_pages_content {
  padding: 40px 0px;
  background-image: url(../images/Our-Courses_bg.png);
  background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}
.content_img {
  text-align: center;
}
.content_img img{
  width: 150px;
}
.content_text {
  padding: 30px 0px 0px 0px;
}
.content_text p {
  color: #0c2e4d;
  font-size: 20px;
  text-align: center;
  line-height: 1.4;
}
.content_text p span {
  font-family: OpenSans-Bold;
}
/* Instructor */
.instructor{
  margin-top: 50px;
}
.content h3 {
  font-size: 35px;
  color: #272662;
  font-family: 'Montserrat-Bold';
}

.content ul {
  padding: 0;
  margin: 0;
}
.content ul li {
  list-style: none;
}

.inner_pages_content h2{
  font-size: 35px;
  color: #272662;
  font-family: 'Montserrat-Bold';
}
.content_text h4 {
  font-family: 'Montserrat-Bold';
  font-size: 22px;
  color: #272662;
  margin-bottom: -30px;
  margin-top: 50px;
}
.Courses h4 {
  font-family: 'Montserrat-Bold';
  font-size: 22px;
  color: #272662;
  margin-top: 50px;
}
.Courses p {
  font-family: 'Montserrat-Regular';
  font-size: 16px;
}
.Courses ul {
  padding: 0;
  margin: 0;
}
.Courses ul li {
  list-style: none;
}
.fw-800{
  font-weight: 800;
  font-family: 'Montserrat-Bold';
}
