header-social-media


html {
    height: 100%;
}

body {
    background: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 15px;
    font-weight: 300;
    line-height: 26px;
}

input:focus,
button:focus,
a:focus {
    outline: none !important;
    box-shadow: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #1d2124;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 30px;
    line-height: 50px;
}

h3 {
    font-size: 27px;
}

h4 {
    font-size: 23px;
}

h5 {
    font-size: 20px;
}

h6 {
    font-size: 16px;
}

a {
    color: #5267f4;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
}
.f-size-11 {
    font-size: 11px;
}

.f-size-12 {
    font-size: 12px;
}

.f-size-14 {
    font-size: 114px;
}

.f-size-16 {
    font-size: 16px;
}

.f-size-18 {
    font-size: 18px;
}

.f-weight-100 {
    font-weight: 100;
}

.f-weight-200 {
    font-weight: 200;
}

.f-weight-300 {
    font-weight: 300;
}

.f-weight-400 {
    font-weight: 400;
}

.f-weight-500 {
    font-weight: 500;
}

.f-weight-600 {
    font-weight: 600;
}

.f-weight-700 {
    font-weight: 700;
}

.f-weight-800 {
    font-weight: 800;
}

.f-weight-900 {
    font-weight: 900;
}

.f-weight-bold {
    font-weight: bold;
}

.site-header {
    padding: 12px 15px;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9fa 100%);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.site-header:hover {
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.12);
}
.m-t-5 {
    margin-top: 5px !important;
  }
  
  .p-t-5 {
    padding-top: 5px !important;
  }
  
  .m-b-5 {
    margin-bottom: 5px !important;
  }
  
  .p-b-5 {
    padding-bottom: 5px !important;
  }
  
  .m-l-5 {
    margin-left: 5px !important;
  }
  
  .p-l-5 {
    padding-left: 5px !important;
  }
  
  .m-r-5 {
    margin-right: 5px !important;
  }
  
  .p-r-5 {
    padding-right: 5px !important;
  }
  
  .m-t-10 {
    margin-top: 10px !important;
  }
  
  .p-t-10 {
    padding-top: 10px !important;
  }
  
  .m-b-10 {
    margin-bottom: 10px !important;
  }
  
  .p-b-10 {
    padding-bottom: 10px !important;
  }
  
  .m-l-10 {
    margin-left: 10px !important;
  }
  
  .p-l-10 {
    padding-left: 10px !important;
  }
  
  .m-r-10 {
    margin-right: 10px !important;
  }
  
  .p-r-10 {
    padding-right: 10px !important;
  }
  
  .m-t-15 {
    margin-top: 15px !important;
  }
  
  .p-t-15 {
    padding-top: 15px !important;
  }
  
  .m-b-15 {
    margin-bottom: 15px !important;
  }
  
  .p-b-15 {
    padding-bottom: 15px !important;
  }
  
  .m-l-15 {
    margin-left: 15px !important;
  }
  
  .p-l-15 {
    padding-left: 15px !important;
  }
  
  .m-r-15 {
    margin-right: 15px !important;
  }
  
  .p-r-15 {
    padding-right: 15px !important;
  }
  
  .m-t-20 {
    margin-top: 20px !important;
  }
  
  .p-t-20 {
    padding-top: 20px !important;
  }
  
  .m-b-20 {
    margin-bottom: 20px !important;
  }
  
  .p-b-20 {
    padding-bottom: 20px !important;
  }
  
  .m-l-20 {
    margin-left: 20px !important;
  }
  
  .p-l-20 {
    padding-left: 20px !important;
  }
  
  .m-r-20 {
    margin-right: 20px !important;
  }
  
  .p-r-20 {
    padding-right: 20px !important;
  }
  
  .m-t-25 {
    margin-top: 25px !important;
  }
  
  .p-t-25 {
    padding-top: 25px !important;
  }
  
  .m-b-25 {
    margin-bottom: 25px !important;
  }
  
  .p-b-25 {
    padding-bottom: 25px !important;
  }
  
  .m-l-25 {
    margin-left: 25px !important;
  }
  
  .p-l-25 {
    padding-left: 25px !important;
  }
  
  .m-r-25 {
    margin-right: 25px !important;
  }
  
  .p-r-25 {
    padding-right: 25px !important;
  }
  
  .m-t-30 {
    margin-top: 30px !important;
  }
  
  .p-t-30 {
    padding-top: 30px !important;
  }
  
  .m-b-30 {
    margin-bottom: 30px !important;
  }
  
  .p-b-30 {
    padding-bottom: 30px !important;
  }
  
  .m-l-30 {
    margin-left: 30px !important;
  }
  
  .p-l-30 {
    padding-left: 30px !important;
  }
  
  .m-r-30 {
    margin-right: 30px !important;
  }
  
  .p-r-30 {
    padding-right: 30px !important;
  }
  
  .m-t-35 {
    margin-top: 35px !important;
  }
  
  .p-t-35 {
    padding-top: 35px !important;
  }
  
  .m-b-35 {
    margin-bottom: 35px !important;
  }
  
  .p-b-35 {
    padding-bottom: 35px !important;
  }
  
  .m-l-35 {
    margin-left: 35px !important;
  }
  
  .p-l-35 {
    padding-left: 35px !important;
  }
  
  .m-r-35 {
    margin-right: 35px !important;
  }
  
  .p-r-35 {
    padding-right: 35px !important;
  }
  
  .m-t-40 {
    margin-top: 40px !important;
  }
  
  .p-t-40 {
    padding-top: 40px !important;
  }
  
  .m-b-40 {
    margin-bottom: 40px !important;
  }
  
  .p-b-40 {
    padding-bottom: 40px !important;
  }
  
  .m-l-40 {
    margin-left: 40px !important;
  }
  
  .p-l-40 {
    padding-left: 40px !important;
  }
  
  .m-r-40 {
    margin-right: 40px !important;
  }
  
  .p-r-40 {
    padding-right: 40px !important;
  }
  
  .m-t-45 {
    margin-top: 45px !important;
  }
  
  .p-t-45 {
    padding-top: 45px !important;
  }
  
  .m-b-45 {
    margin-bottom: 45px !important;
  }
  
  .p-b-45 {
    padding-bottom: 45px !important;
  }
  
  .m-l-45 {
    margin-left: 45px !important;
  }
  
  .p-l-45 {
    padding-left: 45px !important;
  }
  
  .m-r-45 {
    margin-right: 45px !important;
  }
  
  .p-r-45 {
    padding-right: 45px !important;
  }
  
  .m-t-50 {
    margin-top: 50px !important;
  }
  
  .p-t-50 {
    padding-top: 50px !important;
  }
  
  .m-b-50 {
    margin-bottom: 50px !important;
  }
  
  .p-b-50 {
    padding-bottom: 50px !important;
  }
  
  .m-l-50 {
    margin-left: 50px !important;
  }
  
  .p-l-50 {
    padding-left: 50px !important;
  }
  
  .m-r-50 {
    margin-right: 50px !important;
  }
  
  .p-r-50 {
    padding-right: 50px !important;
  }
  .btn-green {
    background: linear-gradient(135deg, #01894b 0%, #00a855 100%);
    color: #fff;
    border: none;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(1, 137, 75, 0.3);
  }
  .btn-green:hover, .btn-green:active {
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(1, 137, 75, 0.4);
  }
  .btn-rounded {
    border-radius: 30px;
    padding: 6px 20px;
    font-weight: 500;
    letter-spacing: 0.3px;
  }
  .btn-r-10 {
    border-radius: 10px;
    padding: 10px 20px;
  }
  .right-items button {
    border: none;
    background: transparent;
  }
  .right-items a {

    color: #262626  !important;
    border-radius: 5px;
  }
  .site-banner {
    background-color: #ffffff;
  }
  .site-banner {
    min-height: 65vh;
    height: auto;
    background: linear-gradient(135deg, #ffffff 0%, #f0f4ff 100%);
    display: block;
    padding: 50px 0;
    position: relative;
  }
  .site-banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(../img/banner-bg.png) no-repeat bottom center;
    opacity: 0.1;
    z-index: 0;
  }
  .site-banner .container {
    position: relative;
    z-index: 1;
  }
  .logo-holder img {
    width: 150px;
    transition: transform 0.3s ease;
}

.logo-holder img:hover {
    transform: scale(1.05);
}
.carousel-caption {
    position: initial;
}
.banner-text {
  position: relative; 
  top: 10px;
  margin-top: 30px;
}
.video-holder {
  position: relative; 
  top: 10px;
  margin-top: 30px;
}
.video-holder img {
  max-width: 65%;
  height: auto;
}
.site-banner h2 {
    color: #0f1c7a;
    text-transform: uppercase;
    font-size: 26px;
    line-height: 40px;
    font-weight: 700;
}
.site-banner span {
    font-size: 26px;
    color: #0f1c7a;
    font-weight: 700;
}
.site-banner p {
    font-size: 15px;
    line-height: 24px;
    color: #4a5568;
}

.site-banner span {
    font-size: 30px;
}
.site-banner h2 {
    color: #fff;
    text-transform: uppercase;
}
.video-holder {
    position: relative;
}
.play-btn {
    position: absolute;
}
.play-btn img {
    width: 66px;
}
.btn {
  font-size: 14px;
}
.color-green {
  color: #01894b;
}
.radius-10 {
  border-radius: 10px;
}
.site-section.partner {
  background: #ffffff;
  padding: 80px 0;
}

.section-desc {
  color: #4a5568;
  font-size: 16px;
  max-width: 700px;
  margin: 0 auto;
}

.program-card {
  background: #ffffff;
  padding: 30px;
  border-radius: 15px;
  margin-bottom: 20px;
  box-shadow: 0 5px 20px rgba(15, 28, 122, 0.1);
  border-left: 4px solid #0f1c7a;
  transition: all 0.3s ease;
}

.program-card:hover {
  transform: translateX(10px);
  box-shadow: 0 8px 30px rgba(15, 28, 122, 0.15);
  border-left-color: #01894b;
}

.program-icon {
  font-size: 40px;
  margin-bottom: 15px;
  display: inline-block;
}

.program-card h4 {
  color: #0f1c7a;
  font-weight: 600;
  margin-bottom: 15px;
}

.program-card p {
  color: #4a5568;
  margin-bottom: 0;
  line-height: 26px;
}

.program-image {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 15px 40px rgba(15, 28, 122, 0.2);
}

.program-image img {
  border-radius: 20px;
  transition: transform 0.5s ease;
}

.program-image:hover img {
  transform: scale(1.05);
}
.site-section.story {

padding-top: 90px;

color: #fff;

background-image: url(../img/bg-gray-blue.jpg), url(../img/bg-5.png);

background-position: center top, center;

background-repeat: no-repeat, no-repeat;

background-color: #0f1c7a;
}
.news {
  background: #fff url(../img/bg-7.png) no-repeat center top;
  padding-top: 110px;
}
.site-section.testmonial {padding-top: 25px;background-image: url(../img/bg-2.jpg), url(../img/bg-5.png);background-position: center top, center;background-repeat: no-repeat, no-repeat;background-color: #fafafa;}
.site-section.team {
  background: #ffffff url(../img/bg-3.jpg) no-repeat center top;
  padding-top: 30px;
}
.site-footer {
  background: #0f1c7a url(../img/bg6.jpg) no-repeat center top;
  padding-top: 380px;
}
/* .highlights {.right-items a

} */
.site-section.courses .item a {
  width: 100%;
  background: #f7f7f7;
  display: block;
  padding: 10px 15px;
  color: #7a7a7a;
  font-weight: 500;
}
.site-section.courses .item {
  border: 1px solid #ebebeb;
  min-height: 593px;
}

.news .card {
    min-height: 466px;
}
.about-text {
  width: 70%;
  margin: 0 auto;
}
.story h2 {
  color: #fff;
}
.owl-carousel .owl-item img {
  display: block;
  width: auto !important;
}
.story .owl-carousel .owl-item img {
  display: inline-block;
}
.story .owl-carousel .owl-item  span {
  width: 100%;
  display: block;
  font-size: 17px;
}
.story .owl-carousel ul {
  text-decoration: none;
}
.story .owl-carousel ul li {
display: inline-block;
}
.story .owl-carousel img {
  border-radius: 100%;
}
.testi-holder {
  text-align: center;
  width: 50%;
  margin: 0px auto;
  background: rgb(255, 255, 255);
  border-radius: 10px;
  box-shadow: rgb(0 0 0 / 5%) 0px 0px 18px;
  padding: 15px 15px 20px;
  display: block;
  position: relative;
}
.owl-carousel .owl-item  .testi-holder img {
  display: inline-block;
  border-radius: 100%;
  margin-top: -59px;
  position: relative;
}
.testi-holder span {
  display: block;
  font-weight: 400;
}
.testmonial .item {
  padding-top: 70px;
  padding-bottom: 0;
}
.testi-holder::before {
  content: "";
  width: 70px;
  height: 70px;
  background: url(../img/quote.png) no-repeat center;
  color: #00aa64;
  display: block;
  position: absolute;
  top: -35px;
  left: 0;
}
.testi-holder::after {
  content: "";
  width: 70px;
  height: 70px;
  background: url(../img/quote.png) no-repeat center;
  color: #00aa64;
  display: block;
  position: absolute;
  bottom: -20px;
  right: 0;
}
.app-logo.contact a {
    color: #0f1c7a;
}
.member-item {
  text-align: center;
}
.owl-carousel .owl-item .member-item img {
  display: inline-block;
  border-radius: 100%;
}
.member-item {
  min-height: 400px;
  text-align: center;
  border: 1px solid #e7e7e7;
  border-radius: 10px;
  padding: 20px;
  position: relative;
}
.member-item  button.btn.btn-green {
    position: absolute;
    bottom: 19px;
    left: 30%;
}
.sm-column .member-item button.btn.btn-green {
    left: 21%;
}
.member-item .modal-dialog {
     max-width: 700px;
}
.member-item .modal-dialog img {
    border-radius: 10px;
}
.member-item .modal-body {
    text-align: left;
}
.site-footer {
  color: #fff;
  font-size: 14px;
}
.address-one {
  padding-left: 50px;
  background: url(../img/address-1.png) no-repeat top left;
}
.address-two {
  padding-left: 50px;
  background: url(../img/address-2.png) no-repeat top left;
}
.address-three {
  padding-left: 50px;
  background: url(../img/address-3.png) no-repeat top left;
}
.site-footer h5 {
  color: #ffffff;
}
.app-logo {
  border: 1px solid #fff;
  padding: 5px 10px 5px 0;
  border-radius: 5px;
}
.app-logo img {
  width: 40px;
  margin-left: -13px;
}
.social-media li {
  display: inline-block;
  margin: 0 10px;
}
.social-media ul {
  margin: 0;
  padding: 0;
}
.contact-form input[type="text"], .contact-form textarea {
  background: transparent;
  border: none;
  border-bottom: 1px solid #fff;
  width: 100%;
  margin-bottom: 30px;
  color: #fff;
  font-weight: 300;
}
.contact-form ::-webkit-input-placeholder { /* Edge */
  color: #fff;
}

.contact-form  :-ms-input-placeholder { 
    color: #fff;
}

.contact-form  ::placeholder {
  color: #fff;
}
.contact-form textarea {
  height: 80px;
}
.contact-form {
  margin-top: -159px;
}
.copyright {
  background: #020c4e;
  padding: 20px 15px;
  text-align: center;
}

.copyright p {
  margin-bottom: 0;
  font-size: 12px;
}
.carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 100%;
}
.carousel-indicators {
  right: 0;
  bottom: -10px;
  left: 21px;
  z-index: 2;
  justify-content: start;
  margin: 0;
}
.navbar {
  padding: 0;
  border-radius: 20px;
}
.navbar-toggler-icon {
  width: 25px;
  height: 25px;
}
.navbar-collapse {
  position: absolute;
  background: #fff;
  top: 36px;
  width: 260px;
  right: 0;
  padding: 20px;
  border-radius: 0 0 10px 10px;
  z-index: 10;
  box-shadow: 1px 15px 20px rgb(0 0 0 / 11%);
}
.site-header .bg-dark, .site-header .bg-dark:hover{
    background: linear-gradient(135deg, #01894b 0%, #00a855 100%) !important;
    box-shadow: 0 2px 8px rgba(1, 137, 75, 0.3);
    transition: all 0.3s ease;
}
.site-header .bg-dark:hover {
    box-shadow: 0 4px 12px rgba(1, 137, 75, 0.4);
}
.courses .dropdown-item {
    padding: 5px 15px;
}
.dropdown-item:active, .dropdown-item:hover {
        background-color: #01894b;
    color: #fff !important;
    
}
.courses button {
    background: linear-gradient(135deg, #0f1c7a 0%, #1a2a9a 100%);
    border-radius: 30px;
    padding: 8px 26px;
    font-weight: 500;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(15, 28, 122, 0.3);
}
.courses button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(15, 28, 122, 0.4);
}
.top_menu a {
    background: #0f1c7a;
    border-radius: 30px;
    padding-left: 26px;
    padding-right: 26px;
}
.dropdown-item {
  font-weight: 300;
  font-size: 14px;
  padding: 5px;
}

 .navbar-nav .nav-link:hover,  .navbar-nav .nav-link.active  {
  color: #fff I !important;
}
.carousel-control-prev, .carousel-control-next {
display: none;
}
.site-section.story .owl-item p {
  width: 80%;
  margin: 0 auto;
}
.video-holder {
  margin-bottom: -20px;
  transition: transform 0.5s ease;
  animation: charactor-move 7s ease-in-out infinite;
  transform-origin: bottom center;
}
.quick-menu a{
    color:#fff;
}
@keyframes charactor-move {

  0%,
  100% {
      transform: translateY(0) rotate(-0deg);
  }

  50% {
      transform: translateY(-2px) rotate(-2deg);
  }
}
.inner-banner-text {
  position: absolute;
  top: 240px;
  width: 100%;
}
.site-banner-inner {
  color: #fff;
}
.site-banner-inner h2 {
  color: #fff;
}

.site-banner-inner p {
  width: 70%;
  margin: 0 auto;
}
.site-section.highlights {
  padding-top: 80px;
}
.list-holder {
list-style: none;
padding-left: 0;
}
.list-holder li {
  background-image: url(../img/check2.svg);
  background-position: 0 15px;
  background-repeat: no-repeat;
  padding-left: 25px;
  line-height: 40px;
}
.site-section.video-1 {
  padding: 100px 0;
  background: #fafafa;

}
.highlights {
  background: #fafafa;
}

/* .inner-content .courses {
  background: #fafafa url(../img/bg-2.jpg) top center no-repeat !important;
  padding-top: 160px;
} */
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  max-width: 1200px;
}

.meet-partner .site-section.team {
  background: transparent;
  padding-top: 65px;
}
.meet-partner {
  background-color: #fafafa;
  padding-top: 80px;
}

/*.nav-tabs .nav-link,*/ .link-btn {
    font-size: 17px;
    border: none;
    padding: 5px 15px !important;
    background: #ededed;
    border-radius: 5px;
    margin: 0 10px;
    font-weight: 400;
    color: #1d2124;
}
.link-btn:hover {
    color: #01894b;
}

.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}
.nav-link {
  color: #1d2124;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active, .nav-tabs .nav-link:hover,.nav-tabs .nav-link:active {
    color: #fff !important;
    border: 1px solid #fff;
    border-radius: 5px 5px 0 0;
    background: #01894b;
}
.nav-tabs .nav-link {
    border-radius: 10px 10px 0 0;
}
/*.courses .nav-link.active:after {*/
/*    content: "";*/
/*    width: 0;*/
/*    height: 0;*/
/*    border-style: solid;*/
/*    border-width: 0 10px 10px 10px;*/
/*    border-color: transparent transparent #007bff transparent;*/
/*}*/
/*.nav-link.active:before {*/
/*    content: "";*/
/*    position: absolute;*/
/*    z-index: -1;*/
/*    box-shadow: 0 2px 3px rgb(22 195 255 / 50%);*/
/*    top: 50%;*/
/*    bottom: 0px;*/
/*    left: 5px;*/
/*    right: 5px;*/
/*    border-radius: 100px / 10px;*/
/*}*/
.nav-tabs .nav-link {
    position: relative;
}
.nav-link.active:after {
content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #ffffff transparent;
    position: absolute;
    left: 45%;
    bottom: -2px;
}
/*.nav-link:focus, .nav-link:hover {*/
/*  color: #fff !important;*/
/*  background: #01894b;*/
/*}*/
.site-section.registration input[type="text"], 
.site-section.registration textarea,
.site-section.registration select, .log-container .form-control, #edituserprofileForm .form-control, #changeuserpasswordForm .form-control  {
  background: transparent;
  border: none;
  border-bottom: 1px solid #a2a2a2;
  width: 100%;
  margin-bottom: 46px;
  color: #646464;
  font-weight: 300;
}
.site-section.registration {
  background: #ffffff url(../img/bg-3.jpg) no-repeat center top;
  padding-top: 160px;
}
.btn-download {
  background: #0abc49 url(../img/download.png) 20px center no-repeat;
  padding: 10px 32px 10px 50px;
  color: #fff;
  font-weight: 400;
  background-size: 21px;
  border-radius: 5px;
  display: table;

}
.btn-download:hover { 
  color: #fff;
}
.app-logo.contact {
  border: 2px solid #60ab5e;
}
.app-logo.contact-2 {
  border: 2px solid #0f1c7a;
  margin-left: 30px;
}
.app-logo.contact-2  img {
  margin-right: 10px;
}
.registration form {
  width: 80%;
}
section.site-section.earn {
  padding-top: 75px;
  background-color: #fafafa;
}
.site-section.join {
  /* background: #ffffff url(../img/bg-3.jpg) no-repeat center top; */
  padding-top: 160px
}
.site-section.dream {
  background: #fafafa url(../img/bg-2.jpg) no-repeat center top;
  padding-top: 160px;
}
.inner-content .story {
  background: #ffffff url(../img/bg-3.jpg) no-repeat center top;
  padding-top: 160px
}
.inner-content .story h2 {
  color: #1d2124;
}
.inner-content .story {
color: #212529;
}
.inner-content .site-section.courses {

  background: #fafafa url(../img/bg-2.jpg) no-repeat center top;
  padding-top: 160px;
}
.site-section.registration.gray {
  background: #fff;
  padding-top: 160px;
}
.inner-content.our-courses .site-section.courses {

  background: #ffffff url(../img/bg-3.jpg) no-repeat center top;
  padding-top: 160px;
}
.inner-content.join-our-courses .site-section.courses {

  background: #ffffff url(../img/bg-3.jpg) no-repeat center top;
  padding-top: 160px;
}
.detailed-description .company {
  background: #fafafa;
  padding-top: 100px;
}
section.site-section.message {
  background: #fafafa url(../img/bg-2.jpg) no-repeat center top;
  padding-top: 160px;
}
.detailed-description section.site-section.registration {


    background: #ffffff url(../img/bg-3.jpg) no-repeat center top;
    padding-top: 160px;
  }
  .courses-web-page .testmonial {
    background: #ffffff url(../img/bg-3.jpg) no-repeat center top;
    padding-top: 160px;
  }
  .site-content.inner-conten.courses-web-page .site-section.story {
    background-image: url(../img/bg-5.png), url(../img/bg-5.png);
    background-color: #ffffff;
    color: #212529;
  }
  .site-content.inner-conten.courses-web-page .site-section.story h2 {
    color: #212529;
}
.site-content.inner-conten.courses-web-page  section.site-section.courses {
  background: #fafafa url(../img/bg-2.jpg) no-repeat center top;
  padding-top: 160px;
}
.site-content.inner-conten.courses-web-page .site-section.join {
  background: transparent;
  padding-top: 60px;
}
.eligibility {
  background: #ffffff url(../img/bg-3.jpg) no-repeat center top;
  padding-top: 160px;
}
.news-events .news {
  background: transparent;
  padding-top: 100px;
}
.interested {
  background: #ffffff url(../img/bg-3.jpg) no-repeat center top;
  padding-top: 160px;
}
.our-courses-details .story, .our-courses-details .registration  {
  background: transparent !important;
  padding-top: 50px !important;
}
.step img {
  width: 20%;
}
.social-media img {
  width: 80%;
}
.meet-team img {
  border-radius: 100%;
}
.meet-team {
  background: #ffffff url(../img/bg-3.jpg) no-repeat center top;
  padding-top: 150px;
}
.right-items a:active {
    color: #262626 !important;
      background: transparent;
}
ul.dropdown-menu {
    border: none;
    padding-left: 5px;
}

.training-item {
  text-align: left;
  border: 1px solid #e7e7e7;
  border-radius: 10px;
  padding: 20px;

}
.training-item .date {
  padding-left: 30px;
  background: url(../img/dates.svg) left top no-repeat;
}
.training-item .time {
  padding-left: 30px;
  background: url(../img/time.svg) left top no-repeat;
}

.training-item-form input[type="text"], .training-item-form textarea, .training-item-form select {
  background: transparent;
  border: none;
  border-bottom: 1px solid #a2a2a2;
  width: 100%;
  margin-bottom: 46px;
  color: #646464;
  font-weight: 300;
}


.site-inner-banner {
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  padding-bottom: 50px;
}

.enquire-now-form input[type="text"], .enquire-now-form  textarea, .enquire-now-form  select {
    background: transparent;
    border: none;
    border-bottom: 1px solid #a2a2a2;
    width: 100%;
    margin-bottom: 30px;
    color: #646464;
    font-weight: 300;
}
/*.site-inner-banner select option {*/
/*    color: #333;*/
/*}*/
.site-inner-banner .btn-green {
  padding: 10px 20px;
  color: #fff;
  font-weight: 400;
  background-size: 21px;
  border-radius: 5px;
  background-color: #0abc49;
}
.site-inner-banner ::placeholder {
  color: #fff;
}
.site-inner-banner h5, .site-inner-banner h2 {
  color: #fff;
}
.app-logo a {
    color: #fff;
}
.site-section.courses .btn-green {
    margin-bottom: 30px;
    
}
.sidebar ul {
   padding-left: 0 !important;
   margin-bottom: 0;
}
.sidebar li {
    list-style: none;
    border-bottom: 1px solid #ddd;
    
}
.sidebar li:last-child{
    border-bottom: none;
    
}
.sidebar li a {
    color: #212529;
    display: block;
    padding: 10px 0;
    font-weight: 500;
}
.sidebar {
    background: #f5f5f5;
    padding: 20px;
    border-radius: 10px;
}
.enquire-now-form {
    border: 1px solid #e1e1e1;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 35px;
}
a.nav-link {
    padding: 5px 15px !important;
    border-radius: 5px;
}
.news-section img {
  max-width: 310px;
  float: left;
  margin-right: 25px;
  margin-bottom: 20px;
}
.recent ul {
  padding: 0;
  list-style: none;
}
.recent ul li {
border-bottom: 1px solid #dcdcdc;
}
.recent ul li a {
  padding: 10px 0;
  }
.recent {
    background: #f4f4f4;
    padding: 15px;
    border-radius: 10px;
}
.recent li a {
  color: #212529;
  padding: 10px 0;
  display: block;
}
.news-events .news .card {
  min-height: initial;
}
.news-item img {
  max-width: 290px;
}
.news-item .card {
flex-direction: row;
text-align: left;
}
.news-image img {
  max-width: 110px;
}
.news-item.recent-news {
  text-align: left;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.recent-news h5.card-title {
      font-size: 15px;
    margin-left: 12px;
}
.news-item {
    margin-bottom: 20px;
}
.news-item .card {
  border: none;
  border-bottom: 1px solid #eded;
  padding-bottom: 20px;
}
.news-item .card-body {
    padding: 0;
}
.blog-list h4, .viewed-list h4 {
        border-bottom: 1px solid #e2e2e2;
    padding-bottom: 10px;
}
.blog-date {
    background: url(../img/date.svg) no-repeat left center;
    padding-left: 22px;
    background-size: 16px;
}
.blog-time {
    background: url(../img/time.svg) no-repeat left center;
    padding-left: 18px;
    background-size: 16px;
    margin-left: 6px;
}
.blog-author {
    background: url(../img/user.svg) no-repeat left center;
    padding-left: 18px;
    background-size: 12px;
    margin-left: 2px;
}
.home-blog .blog-item img {
    max-width: 100%;
}
.home-blog .blog-item .item {
    border: 1px solid #ededed;
    padding: 15px 10px;
    min-height: 507px;
    background-color: #fff;
}

.home-blog h2 {
    text-align: left;
}
.home-blog {
    background: #fafafa;
    background-image: url(../img/bg-2.jpg);
    background-repeat: no-repeat;
    padding-top: 80px;
}
.home-footer{
    background: #0f1c7a url(../img/bg_footer.jpg) no-repeat center top;
    
}
.join-courses {
    background: #fafafa url(../img/bg-2.jpg) no-repeat center top;
    padding-top: 30px;
}
.join-courses .item {
        border: 1px solid rgba(0,0,0,.125);
        background: #fff;
}
.header-social-media li {
    display: inline-block;
    list-style: none;
    margin-right: 8px;
    transition: transform 0.3s ease;
}
.header-social-media li:hover {
    transform: translateY(-3px);
}
.header-social-media li img {
    width: 24px;
    filter: grayscale(0%) brightness(0.4);
    transition: all 0.3s ease;
}
.header-social-media li:hover img {
    filter: grayscale(0%) brightness(0.6);
}
.header-social-media {
    margin-bottom: 0;
    padding: 0;
}
.meet-our-team h3 {
    border-bottom: 1px solid #dbdbdb;
    padding-bottom: 10px;
}

.meet-our-team .container .row {
    border-top: 1px solid #dbdbdb;
    padding-top: 10px;
    margin-bottom: 25px;
}
.meet-our-team h3 {
    text-transform: uppercase;
}

.achievements, .celebrations {
  padding-top: 100px;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.gallery a {
  width: 24%;
  margin-right: 1%;
  margin-bottom: 1%;
}

.gallery a img {

  width: 100%;
}

.gallery a span {
  padding: 10px;
  background: #f6f6f6;
  display: block;
  color: #2c2c2c;
  font-weight: 500;
}

.careers {
  padding: 100px 0;
}
.accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: #01894b;
}
.accordion-button:not(.collapsed)::after {
    filter: brightness(100);
}
.btn-primary {
  background-color: #01894b;
  border-color: #01894b;
}
.accordion-button {
  padding-top: 10px;
  padding-bottom: 10px;
}
.modal-dialog {
  max-width: 750px;
}
.modal-dialog input[type="text"], .modal-dialog textarea, .modal-dialog select, .modal-dialog input[type="email"] {
  background: transparent;
  border: none;
  border-bottom: 1px solid #a2a2a2;
  width: 100%;
  margin-bottom: 46px;
  color: #646464;
  font-weight: 300;
}
.modal-body, .modal-header {
  padding: 30px;
}

.login-content-2 {
    padding-left: 35px;
}

.profile-item {
    margin-bottom: 10px;
    font-weight: 500;
}
.log-container {
    width: 100%;
    max-width: 450px;
}
.log-container #userloginForm, .log-container #usersignupForm {
    width: 100%;
}
.log-container .btn-green {
    width: 100%;
}
.log-container {
    width: 100%;
    max-width: 450px;
    background: #fff;
    box-shadow: 0px 7px 19px #00000021;
    padding: 50px;
    border-radius: 10px;
}
.log-container .form-control {
    font-size: 15px;
    margin-bottom: 0px;
}
.site-content.inner-content.login-content {
    padding: 50px 0;
}
.profile-item {
    font-weight: 400;
}
.login-content-2 .table>:not(:first-child) {
    border-top: 1px solid currentColor;
    background: #f6f6f6;
}
#edituserprofileForm .form-control, #changeuserpasswordForm .form-control  {
    margin-bottom: 0;

}
.page-item.active .page-link {
    background-color: #01894b;
    border-color: #01894b;
}
.page-link:hover, .page-link {
    color: #01894b;

}
.reg-page .container {
    width: 600px;
    border-radius: 30px;
    padding: 30px;
    background: #f9f9f9;
}
.reg-page .container .row {
    border-top: none;
}
.reg-page  .training-item {
    background: #fff;
}

    
    
@media screen and (max-width: 1024px) { 

  .banner-text {
    top: 20px;
}
.video-holder {
  top: 20px;
}
.inner-banner-text {
  top: 119px;
}
}

@media screen and (max-width: 768px) { 
    .login-content-2 {
    padding-left: 20px;
}
.site-banner {
  background-image: none;
  padding-bottom: 50px;
}
.site-banner {
  height: auto;
}
.site-section.about {
  margin-top: 50px;
}
.video-holder {
  top: 0;
  margin-top: 50px;
}
.about-text {
  width: 100%;
}
.site-header .container {
  flex-direction: column;
}
.center-items {
  margin: 10px 0;
}
.sub-content {
  text-align: center;
  margin-top: 0px !important;
}
.sub-content img {
  margin-bottom: 20px;
}

.contact-form {
  margin-top: 50px;
}
.site-footer {
  padding-top: 0;
  background-image: none;
}
.testi-holder {
  width: 100%;
}
.app-logo img {
  width: 20px;
  margin-left: 0px;
}
.app-logo a {
    color: #fff;
}
.site-banner-inner img {
  display: none;
}
.inner-banner-text {
  background: #0f1c7a;
  padding: 55px 0;
  top: 0;
  position: relative;
}
.nav-tabs .nav-link {
  font-size: 13px;
}
.app-logo.contact-2 {
  margin-left: 6px;
}
.registration form {
  width: 100%;
}
.navbar-collapse {
    right: -100px;
}
.main-menu {
    position: absolute;
    right: 191px;
    top: 80px;
}
.center-items {
    display: block !important;
}
.dropdown.courses {
    margin-top: 13px;
    margin-left: 0 !important;
}
.logo-holder img {
    width: 200px;
    margin-bottom: 10px;
}
.tab-content {
    flex-direction: column-reverse;
}
.app-logo.contact, .app-logo.contact-2 {
    width: 100%;
    display: block;
    margin-bottom: 20px;
}
li.nav-item {
    margin-bottom: 15px;
}
.site-inner-banner img {
    display: none;
}
.md-column-reverse {
   flex-direction: column-reverse;
}
.dropdown.courses.m-l-10 {
    width: 261px;
    text-align: center;
}
.center-items > a {
    width: 213px;
}
.dropdown.courses button, .dropdown.courses a {
    width: 127px;
}
ul.header-social-media {
    text-align: center;
    margin-top: 12px;
}
.site-header .container {
    position: relative;
}
.gallery a {
  width: 49%;
}
}

@media screen and (max-width: 530px) { 
.news-events .news .card {
  flex-direction: column;
}
.main-menu {
    right: 45px;
}
.gallery a {
  width: 100%;
  margin-right: 0;
}
}