/* =========================================
  Project: ePathsala
  Authot: Bizberg_themes
  URL: https://themeforest.net/user/bizberg_themes/portfolio
  Created: 10/25/2021
 ========================================= */
/* ========================================= */
/*          Default CSS                      */
/* ========================================= */
@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600;700;800&display=swap");
header,
nav,
section,
article,
aside,
footer {
  display: block;
}

* {
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 1.5;
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
  font-weight: 400;
  color: #52565b;
  background-color: #06bbcc0f;
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  font-family: "Jost", sans-serif;
  margin: 0 0 15px;
     color: #52565b;
  line-height: 1.2;
}

h1 {
  font-size: 48px;
}

h2 {
  font-size: 32px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}

@media (max-width: 991px) {
  h2 {
    font-size: 28px;
  }
}

p {
  margin-bottom: 0.5rem;
  color:#c2ff1bf5;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ul li {
  margin-bottom: 0px;
  line-height: 1.5;
  color: #565656;
  position: relative;
  display: inline-block;
  padding: 0;
}

ol {
  margin: 0;
  counter-reset: i;
  position: relative;
}

ol li {
  font-size: 16px;
  margin-bottom: 10px;
  line-height: 1.5;
  color: #565656;
  padding-left: 0;
  position: relative;
}

a {
  color: #52565b;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  cursor: pointer;
}

a:hover, a:focus {
  text-decoration: none;
  color: #A9DD17;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  outline: none;
}

h3 a,
h4 a {
  color: #212832;
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: #212832;
}

::-webkit-input-placeholder {
  /* Edge */
  color: #565656;
  text-transform: uppercase;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #565656;
  text-transform: uppercase;
}

::-ms-input-placeholder {
  color: #565656;
  text-transform: uppercase;
}

::placeholder {
  color: #565656;
  text-transform: uppercase;
}

img {
  max-width:100%;
  height:auto;
}


.btn {
  background: #398b11f2;
  color: #fff;
  padding: 18px 30px;
  border-radius: 10px;
  font-size: 15px;
  line-height: 1;
}

.btn:hover {
  background: #212832;
  color: #fff;
}

.btn-curve {
  border-radius: 30px;
  padding: 14px 50px;
  text-transform: uppercase;
}

.btn-white {
  background: #fff;
  color: #212832;
}

.btn-white:hover {
  background: #06bbcc;
  color: #fff;
}

a.bl-link {
  color: #06bbcc;
  font-size: 12px;
  text-transform: uppercase;
}

.form-group {
  width: 100%;
  display: inline-block;
}

.form-group select {
  padding: 10px 20px 10px 35px;
}

input[type="text"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="password"],
input[type="tel"],
input[type="date"],
input[type="time"],
textarea,
select {
  font-size: 15px;
  font-weight: 400;
  background-color: #fff;
  border: none;
  border-radius: 0px;
  padding: 10px 20px;
  color: #565656;
  margin-bottom: 0;
  height: 40px;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="date"]:focus,
input[type="time"]:focus,
textarea:focus,
select:focus {
  outline: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-shadow: none;
          box-shadow: none;
}

select {
  padding: 8px 20px;
  width: 100%;
  height: inherit;
}

select option {
  color: #212832;
}

textarea {
  border-radius: none;
  resize: vertical;
  height: 120px;
}

.form-control {
  border: none;
  padding: 10px 20px;
}

label {
  display: inline-block;
  color: #565656;
  margin-bottom: 8px;
  font-weight: 400;
  font-size: 15px;
}

blockquote {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 15px;
  border: 0;
  padding: 45px 65px;
  line-height: 1.5;
  color: #fff;
  margin: 40px 0;
  text-align: center;
  position: relative;
  line-height: 30px;
  background: #181d38;
}

blockquote::before {
  content: "\f10d";
  font-family: "fontawesome";
  font-size: 3rem;
  position: relative;
  display: block;
  text-align: center;
  color: #fff;
  width: 100%;
  padding-bottom: 15px;
}

blockquote p {
  margin: 10px 0;
  font-size: 16px;
}

blockquote button.btn {
  padding: 6px 25px;
  text-transform: capitalize;
  font-size: 14px;
}

@media (max-width: 480px) {
  blockquote {
    padding: 40px;
  }
}

table > tbody tr td,
table > tbody tr th,
table > tfoot tr td,
table > tfoot tr th,
table > thead tr td,
table > thead tr th {
  padding: 10px;
  vertical-align: sub !important;
  border: 1px solid #d7d7d7;
}

table {
  width: 100%;
}

table thead tr th {
  border-bottom: none !important;
}

section {
  padding: 100px 0;
  position: relative;
  display: inline-block;
  width: 100%;
}

/*heading title*/
.section-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 20px;
  margin-bottom: 25px;
  z-index: 1;
}

.section-title .title-top {
  padding-bottom: 15px;
}

.section-title h3 {
  position: relative;
  margin-bottom: 5px;
  text-transform: uppercase;
}

.section-title h3 span {
  font-weight: 700;
}

.section-title.sc-center h3 {
  font-weight: 500;
}

.section-title .title-quote {
  position: relative;
}

.section-title .title-quote span {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #00000080;
  margin-bottom: 10px;
  padding: 0 10px;
}

.section-title .title-quote span::before {
  content: "";
  position: absolute;
  top: 13px;
  left: -3.5rem;
  margin: auto;
  width: 3.5rem;
  height: 1px;
  background: #d7d7d7;
  z-index: -1;
}

.section-title .title-quote span::after {
  content: "";
  position: absolute;
  top: 13px;
  right: -3.5rem;
  margin: auto;
  width: 3.5rem;
  height: 1px;
  background: #d7d7d7;
  z-index: -1;
}

.section-title .title-quote.tq-white span {
  color: #ffffff80;
}

.section-title.borderline::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: url(../images/border.png);
  height: 16px;
  opacity: 0.2;
}

.section-title.sc-center::before {
  right: 0;
  margin: 0 auto;
}

h4.top-title {
  margin-bottom: 10px;
  color: #ee8c1c;
  font-weight: 700;
}

.sidebar-title h4 {
  text-align: center;
  background: #fff;
  padding: 15px;
  text-transform: uppercase;
  border-bottom: 2px solid #18bccd;
}

@media (max-width: 991px) {
  .section-title {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
  }
  .section-title .title-top {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
  .section-title .btn {
    margin-bottom: 10px;
  }
}

.cl-white {
  color: #FFFFFF;  /* pure white */
text-shadow: 0 3px 10px rgba(0,0,0,0.6);

}

.cl-blue {
  color: #00e5ff !important;
}

.cl-orange {
  color: #ee8c1c !important;
}

.cl-green {
  color: #2eb135 !important;
}
.cl-SRI-VISWA {
  color: #a9dd16 !important;
}

.bg-orange {
  background: #ee8c1c;
}

.bg-lgrey {
  background: #f1f1f1 !important;
}

.bg-grey {
  background: #edeef0 !important;
}

.bg-stblack {
  background: #212832 !important;
}

.bg-scblue {
  background: #626ce1 !important;
}

.bg-scgreen {
  background: #06bbcc !important;
}

.bg-sc-lblue {
  background: #2098df !important;
}

.bg-sc-dblue {
  background: #343b66 !important;
}

.bg-darkblue {
  background: #181d38;
}

.bg-fb {
  background: #4267b2;
}

.bg-twitter {
  background: #1da1f2;
}

.bg-pin {
  background: #e60023;
}

.bg-youtube {
  background: #ff0000;
}

.bg-dribble {
  background: #ea4c89;
}

.bg-linkedin {
  background: #0077b5;
}

.form-btn {
  background: #707070;
  padding: 15px 50px;
  color: #fff;
  position: relative;
  text-transform: uppercase;
  z-index: 1;
}

.sym-btn {
  background: #212832;
  padding: 10px 20px;
  color: #fff;
}

.sym-btn:hover {
  background: #212832;
  color: #fff;
}

.row.slick-slider {
  margin: 0 -15px;
}

.slider .slick-prev,
.slider .slick-next {
  background: #fff;
  border-radius: 50%;
}

.slider .slick-prev::before,
.slider .slick-next::before {
  color: #06bbcc;
}

.slider .slick-prev:hover,
.slider .slick-next:hover {
  background: #06bbcc;
}

.slider .slick-prev:hover:before,
.slider .slick-next:hover:before {
  color: #fff;
}

.slider .slick-prev {
  left: 30px;
}

.slider .slick-next {
  right: 30px;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 999999;
}

#preloader #status {
  position: fixed;
  content: "";
  display: block;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin: 0 auto;
  background: url(../images/loader.gif);
  background-size: cover;
  background-position: center;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  visibility: visible;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  z-index: 9999999999;
}

/* End Preloader */
.sidebar-search .form-outline {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.sidebar-search .form-outline input {
  border: none;
}

.sidebar-search button.btn {
  border-radius: 0;
  border: none;
  width: 15%;
  padding: 0;
}

.sidebar-social a {
  color: #fff;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
}

#back-to-top {
  position: fixed;
  z-index: 1000;
  bottom: 20px;
  right: 20px;
  display: none;
}

#back-to-top a {
  display: block;
  width: 40px;
  height: 40px;
  background: #ee8c1c;
  position: relative;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  text-align: center;
  border-radius: 50px;
}

#back-to-top a:after {
  position: absolute;
  content: "\f106";
  font-family: "Font Awesome 5 Free";
  font-size: 20px;
  color: #fff;
  top: 50%;
  left: 50%;
  z-index: 1;
  font-weight: 600;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #2e3d62;
  -webkit-transition: all ease-in-out 0.5s;
  transition: all ease-in-out 0.5s;
  opacity: 0.6;
}

.sl-overlay::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
        background: linear-gradient(to right, rgb(0 0 0 / 0%), rgb(0 0 0 / 0%));
    background-repeat: repeat;
  content: "";
  z-index: -1;
  opacity: 1;
}

.shape_big2::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/shape/big_ils_2.png);
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  z-index: -1;
}

.ct-searchForm {
  display: table;
  z-index: 9999;
  text-align: center;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background-color: rgba(22, 22, 63, 0.9);
  opacity: 0;
  filter: alpha(opacity=0);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translate(0px, -100%) scale(0, 0);
  transform: translate(0px, -100%) scale(0, 0);
}

.ct-searchForm.is-open {
  -webkit-transform: translate(0px, 0px) scale(1, 1);
  transform: translate(0px, 0px) scale(1, 1);
  opacity: 1;
  filter: alpha(opacity=100);
}

.ct-searchForm .inner {
  display: table-cell;
  vertical-align: middle;
}

.ct-searchForm .form-group {
  position: relative;
  margin-bottom: 0;
}

.ct-searchForm .form-control {
  background-color: transparent;
  border-radius: 0;
  background-clip: padding-box;
  border: 0 none;
  border-bottom: 2px solid #fff;
  height: auto;
  padding: 15px 35px;
  text-align: center;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 36px;
}

.ct-searchForm .form-control::-webkit-input-placeholder {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 36px;
}

.ct-searchForm .form-control:-moz-placeholder {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 36px;
}

.ct-searchForm .form-control::-moz-placeholder {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 36px;
}

.ct-searchForm .form-control:-ms-input-placeholder {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 36px;
}

.ct-searchForm .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ct-searchForm .ct-searchForm-close {
  margin-top: 25px;
  font-size: 25px;
  color: #fff;
  display: inline-block;
}

.ct-searchForm .ct-search-btn {
  position: absolute;
  top: 50%;
  right: 0;
  border: 0 none;
  background-color: transparent;
  color: #fff;
  font-size: 20px;
  font-size: 1.5rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ct-searchForm--default .form-group {
  position: relative;
  margin-bottom: 0;
}

.ct-searchForm--default .form-control {
  background-color: transparent;
  border-radius: 0;
  background-clip: padding-box;
  border: 0 none;
  border-bottom: 2px solid #fff;
  height: auto;
  padding: 10px 35px 10px 10px;
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 36px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ct-searchForm--default .form-control::-webkit-input-placeholder {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 36px;
}

.ct-searchForm--default .form-control:-moz-placeholder {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 36px;
}

.ct-searchForm--default .form-control::-moz-placeholder {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 36px;
}

.ct-searchForm--default .form-control:-ms-input-placeholder {
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-size: 36px;
}

.ct-searchForm--default .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.ct-searchForm--default .ct-search-btn {
  position: absolute;
  top: 50%;
  right: 0;
  border: 0 none;
  background-color: transparent;
  color: #e6e6e6;
  font-size: 20px;
  font-size: 2rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.ct-searchForm--default .ct-search-btn:hover {
  color: #fff;
}

@media only screen and (min-width: 768px) {
  .ct-searchForm--default .form-control {
    padding: 15px 75px 15px 35px;
  }
  .ct-searchForm--default .ct-search-btn {
    right: 30px;
  }
}

/*Navbar*/
.navbar-default {
  background: #f5f5f5;
}

.navbar {
  border-bottom: 0;
  padding: 10px;
}

.sidebar .navbar-nav {
  background: transparent;
  margin: 0;
}

.navbar.navbar-default {
  -webkit-transition: none;
  transition: none;
}

header #navbar {
  width: 100%;
  background: #f49b00;
}

.navbar-default a.navbar-brand {
  width: 60%;
}

.navbar-default .navbar-nav li,
.navbar-default .navbar-nav li.active {
  background: #f33807;
}

.navbar-default .navbar-nav li a,
.navbar-default .navbar-nav li a:hover,
.navbar-default .navbar-nav li.active a,
.navbar-default .navbar-nav li.active a:hover {
  color: #fff;
  background: #f33807;
}

.navbar-nav li > ul > li:last-child > a {
  border-bottom: 0;
}

.navbar-nav li > ul > li ul > li:last-child > a {
  border-bottom: 0;
}

.social-links ul li {
  display: inline-block;
}

.social-links ul li a {
  color: #212832;
  display: inline-block;
  text-align: center;
  font-size: 18px;
}

.social-links ul li a:hover {
  color: #212832;
}

.main_header_area {
  position: absolute;
  background: transparent;
}

.main_header_area .header_menu {
  -webkit-box-shadow: 0 0 15px #00000037;
          box-shadow: 0 0 15px #00000037;
}

.main_header_area .header_menu.fixed-top {
  background: #fff;
}

.main_header_area .topbar-wrap {
  background-color:#0c4206;
  padding: 10px 0;
   
}

.main_header_area .topbar-wrap ul li {
  color: #fff;
}

.main_header_area .topbar-wrap .t-address li {
  padding-right: 15px;
  font-size: 14px;
}

.main_header_area .topbar-wrap .t-address li i {
  padding-right: 10px;
}

.main_header_area .topbar-wrap .t-social li {
  padding-left: 10px;
}

.main_header_area .topbar-wrap .t-social li a {
  color: #fff;
  padding: 8px;
}

.header_menu .navbar.navbar-default {
  border-radius: 0px;
  margin-bottom: 0px;
  background: #fff;
  border: none;
  width: 100%;
  
}

.header_menu .navbar.navbar-default .navbar-header {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.header_menu .navbar.navbar-default .navbar-collapse1 {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.header_menu .navbar.navbar-default .navbar-collapse {
  text-align: right;
 
}

.header_menu .navbar.navbar-default .nav.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  text-align: center;
  background: transparent;
  width: 100%;
  position: relative;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li {
  display: inline-block;
  margin-right: 0px;
  background: transparent;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li:last-child {
  margin: 0;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li a {
  background: transparent;
  color: #212832;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.45px;
  line-height: inherit;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
  border: none;
  padding: 0 10px;
  text-transform: uppercase;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li a i {
  font-size: 15px;
  padding-left: 7px;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li a i.fa-angle-right {
  position: absolute;
  right: 15px;
  top: 12px;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li a:after {
  display: none;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li a:hover {
  color: #a8dc17;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li:hover a,
.header_menu .navbar.navbar-default .nav.navbar-nav li.active a {
  color: #a8dc17;
  background: transparent;
}

.header_menu .navbar.navbar-default .nav.navbar-nav > li > a {
  padding: 0 0 0 25px;
  text-decoration: none;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li.submenu {
  position: relative;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu {
  border: none;
  padding: 0px;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #eeeeee transparent transparent transparent;
  position: absolute;
  right: 24px;
  top: 45px;
  z-index: 3;
  opacity: 0;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu li {
  display: block;
  float: none;
  margin-right: 0px;
  border-bottom: 1px dashed #d7d7d7;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu li a {
  line-height: 2.7;
  color: #565656;
  font-size: 15px;
  padding: 0px 20px;
  font-weight: 400;
  letter-spacing: 0.3px;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
  display: block;
  text-transform: capitalize;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu li a:hover {
  background: #a8dc17;
  color: #fff;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu li:last-child {
  border-bottom: none;
}

.header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu li ul {
  overflow: visible;
}

.header_menu .navbar.navbar-default .nav.navbar-nav.navbar-right li:last-child {
  margin-right: 0px;
}

.header_menu .navbar.navbar-default.navbar-sticky-in .nav.navbar-nav li:hover > a,
.header_menu .navbar.navbar-default.navbar-sticky-in .nav.navbar-nav li.active > a {
  color: #06bbcc;
}

@media (max-width: 991px) {
  .header_menu .navbar.navbar-default .navbar-header {
    text-align: center;
  }
}

@media (min-width: 992px) {
  .header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu {
    position: absolute;
    top: 50px;
    left: 0px;
    min-width: 220px;
    background: #fff;
    -webkit-box-shadow: 0 0 15px #cccccc57;
            box-shadow: 0 0 15px #cccccc57;
    text-align: left;
    opacity: 0;
    -webkit-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
    visibility: hidden;
    display: block;
    border: none;
    padding: 0px;
    border-radius: 0px;
  }
  .header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu li.submenu .dropdown-menu {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    position: absolute;
    left: 100%;
    right: auto;
    width: auto;
    top: 0;
  }
  .header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu li.submenu .dropdown-menu li a {
    line-height: 2.7;
    color: #565656;
    font-size: 15px;
    padding: 0px 20px;
    letter-spacing: 0.3px;
    -webkit-transition: all 150ms linear;
    transition: all 150ms linear;
    display: block;
  }
  .header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu li.submenu .dropdown-menu li:hover a {
    background: #edeef0;
    color: #fff;
  }
  .header_menu .navbar.navbar-default .nav.navbar-nav li.submenu .dropdown-menu li.submenu:hover .dropdown-menu {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  .header_menu .navbar.navbar-default .nav.navbar-nav li.submenu:hover ul {
    left: 0px;
    visibility: visible;
    opacity: 1;
  }
}

@media (max-width: 767px) {
  .navbar-default a.navbar-brand {
    width: 100%;
    margin-left: 30px;
  }
}

header {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 22;
}

.logo a {
  font-size: 28px;
  color: #fff;
}

.logo a [class^="flaticon-"]:before {
  font-size: 28px;
  color: #fff;
}

nav.navbar.navbar-default .logo-white {
  display: block;
}

nav.navbar.navbar-default .logo-black {
  display: none;
}

nav.navbar.navbar-default.navbar-sticky-in .logo-white {
  display: none;
}

nav.navbar.navbar-default.navbar-sticky-in .logo-black {
  display: block;
}

.nav-btn {
  display: inline-block;
}

.navbar-sticky-in .nir-btn:hover {
  color: #edeef0;
}

.slicknav_btn {
  right: 20px !important;
}

.slicknav_btn.slicknav_open:before,
.slicknav_btn.slicknav_collapsed:before {
  font-size: 22px !important;
  color: #06bbcc !important;
  position: absolute;
  right: 22px;
  top: -10px;
}

.navbar-sticky-in .slicknav_btn.slicknav_open:before,
.navbar-sticky-in .slicknav_btn.slicknav_collapsed:before {
  color: #444 !important;
}

.slicknav_nav {
  top: 118px;
}

@media (max-width: 991px) {
  .social-links {
    display: none;
  }
  .main_header_area .navbar > .container {
    max-width: 100%;
    padding: 0;
  }
  .main_header_area .header_menu.fixed-top {
    position: relative;
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

/*          Breadcrumb  CSS        */
.breadcrumb-main {
  position: relative;
  padding: 80px;
  margin-top: 8rem;
  background-image: url(../images/banner/education-PHW33SU.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  overflow: hidden;
  z-index: 0;
}

.breadcrumb-main .breadcrumb-inner {
  position: relative;
  text-align: center;
}

.breadcrumb-main .breadcrumb-inner h2 {
  color: #fff;
  margin-bottom: 0;
  text-transform: uppercase;
}

.breadcrumb-main::after {
  content: "\f0d8";
  position: absolute;
  font-family: "FontAwesome";
  font-size: 4rem;
  left: 0;
  right: 0;
  bottom: -38px;
  width: 100%;
  text-align: center;
  color: #f0fbfc;
}

@media (max-width: 991px) {
  .breadcrumb-main {
    margin-top: 4.5rem;
    padding: 80px 40px;
  }
}

/* ========================================= */
/*          Banner  CSS        */
/* ======================================== */
.banner {
  position: relative;
  margin-top: 130px;
  overflow: hidden;
}

.banner .banner-content {
  position: relative;
}

.banner .banner-content .banner-head h4 {
  color: #06bbcc;
  margin-bottom: 35px;
}

.banner .banner-content .banner-image {
  position: relative;
}

.banner::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url(../images/banner/bg-ban.png);
  background-repeat: no-repeat;
  background-position: right;
  z-index: -1;
}

@media (max-width: 1200px) {
  .banner {
    padding-bottom: 60px;
  }
  .banner::before {
    right: -200px;
    width: 100%;
  }
}

@media (max-width: 991px) {
  .main_header_area .topbar-wrap {
    display: none;
  }
  .banner {
    margin-top: 77px;
    overflow: hidden;
  }
  .banner:after {
    background-position: center;
  }
  .banner .banner-ct-wrap {
    padding: 0;
  }
}

@media (max-width: 639px) {
  .banner .slider .swiper-container-vertical > .swiper-pagination-bullets {
    display: none;
  }
}

/* ========================================= */
/*         Content Main CSS        */
/* ======================================== */
.services-main .service-main {
  height: 100%;
}

.services-main .service-list-wrap .service-ct-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px 20px;
  background: #fff;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  -webkit-box-shadow: 0 0 15px 0 #cccccc33;
          box-shadow: 0 0 15px 0 #cccccc33;
}

.services-main .service-list-wrap .service-ct-list i {
  font-size: 2.2rem;
     color: #343b66;
  margin-bottom: 15px;
}

@media (max-width: 1200px) {
  .services-main .service-list-wrap .service-ct-list {
    padding: 30px 5px;
  }
}

@media (max-width: 991px) {
  .services-main .service-list-wrap .service-ct-list {
    padding: 30px 20px;
  }
  .services-main .service-main {
    margin-bottom: 60px;
  }
}

@media (max-width: 480px) {
  .services-main .service-list-wrap .service-ct-list {
    margin-bottom: 1.5rem;
  }
}

/* ========================================= */
/*         About CSS        */
/* ======================================== */
.about-company {
  position: relative;
}

.about-company .about-wrap-img {
  position: relative;
  border-radius: 50%;
  overflow: hidden;
}

.about-company .about-us-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  height: 100%;
}

.about-company .about-us-wrap .about-title {
  position: relative;
}

.about-company .about-us-wrap .about-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 3rem;
  border-bottom: 4px dotted #333;
}

.about-company::after {
  content: "";
  position: absolute;
  right: 14rem;
  top: 0;
  height: 100%;
  width: 100%;
  margin: auto;
  background-image: url(../images/shape/shape2.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 40%;
  z-index: -1;
  -webkit-animation: bgshape 4s infinite;
          animation: bgshape 4s infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@-webkit-keyframes bgshape {
  0% {
    top: 0px;
  }
  25% {
    top: 10px;
  }
  50% {
    top: 30px;
  }
  75% {
    top: 10px;
  }
  100% {
    top: 0px;
  }
}

@keyframes bgshape {
  0% {
    top: 0px;
  }
  25% {
    top: 10px;
  }
  50% {
    top: 30px;
  }
  75% {
    top: 10px;
  }
  100% {
    top: 0px;
  }
}

.inner-about .about-wrap-img {
  border-radius: 0;
}

@media (max-width: 991px) {
  .about-company .about-wrap-img {
    width: 55%;
    margin: 0 auto 30px;
  }
}

@media (max-width: 480px) {
  .about-company .about-wrap-img {
    width: 80%;
  }
}

/* ========================================= */
/*         Counter CSS        */
/* ======================================== */
.counter .counter-wrap .content {
  margin: 0 40px;
  color: #ee8c1c;
  font-size: 3.5rem;
}

.counter .counter-wrap .content .value-pin {
  padding: 0 20px;
  text-align: center;
}

.counter .counter-wrap .content .value-pin .value {
  position: relative;
  font-weight: 600;
  font-family: "Jost", sans-serif;
}

.counter .counter-wrap .content .value-pin .value::after {
  content: "+";
  position: relative;
}

.counter .counter-wrap .content .value-pin h5 {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  .counter .counter-wrap .content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .counter .counter-wrap .content .value-pin {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
    margin-bottom: 30px;
  }
}

@media (max-width: 480px) {
  .counter .counter-wrap .content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .counter .counter-wrap .content .value-pin {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

/* ========================================= */
/*         Courses CSS        */
/* ======================================== */
.courses .wrap-customize .customize-item {
  position: relative;
        background: #e8ffd1;
    padding: 35px;
    -webkit-box-shadow: 0 0 15px 0 #cccccc40;
    box-shadow: 0 0 15px 0 #cccccc40;
}
/* Feature list inside existing card */
.customize-features {
  list-style: none;
  padding: 0;
  margin-top: 15px;
}

.customize-features li {
  display: flex;
  align-items: flex-start;
  font-size: 14px;
  margin-bottom: 10px;
  color: #333;
  line-height: 1.4;
}

.customize-features i {
  color: #0b4c7f;
  margin-right: 10px;
  font-size: 15px;
  margin-top: 3px;
}
.courses .wrap-customize .customize-item .customize-ct {
  margin: 15px 0;
}

.courses .wrap-customize .customize-item .customize-ct .review-ct {
  font-size: 15px;
}

.courses .wrap-customize .customize-item .customize-ct .review-ct ul li {
  font-size: 12px;
  color: #ee8c1c;
}

.courses .wrap-customize .customize-item .customize-bottom {
  font-size: 14px;
  padding-top: 15px;
  border-top: 2px dotted #eee;
}

.courses .wrap-customize .customize-item .customize-bottom ul li {
  color: #52565b;
}

.courses .wrap-customize .customize-item .customize-bottom ul li i {
  color: #06bbcc;
}

.home-3.courses .wrap-customize .course-single-wp .customize-item {
  padding: 30px;
}

.home-3.courses .wrap-customize .course-single-wp .customize-item .sv-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 35%;
          flex: 0 0 35%;
}

.course-detail {
  margin-top: 8rem;
}

.course-detail .cs-detail-im img {
  border: 10px solid #fff;
  -webkit-box-shadow: 0px 0px 15px 0px #00000040;
          box-shadow: 0px 0px 15px 0px #00000040;
}

.course-detail .cs-detail-info .review-ct i {
  color: #ee8c1c;
  font-size: 12px;
}

.course-detail .cs-detail-info .customize-bottom li {
  color: #ee8c1c;
}

.course-detail .course-content .cs-title h3 {
  text-transform: uppercase;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 15px;
}

.accordion .card {
  border-radius: 0;
}

.accordion .card-header {
  background: #fff;
}

.accordion .card-header a.collapsed .fa-plus::before {
  content: "\f067";
}

.accordion .card-header a .fa-plus::before {
  content: "\f068";
}

.accordion .card-header a h5 {
  color: #06bbcc;
}

.accordion .card-header a h5 i {
  position: absolute;
  right: 15px;
  top: 15px;
}

.accordion .card-header a.collapsed h5 {
  color: #212832;
}

.accordion.acc-dark .card .card-header {
  background: #181d38;
}

.accordion.acc-dark .card .card-header a.collapsed h5 {
  color: #fff;
}

.prev-next-page {
  background: #fff;
  padding: 10px;
}

.prev-next-page .prev-navlink-page,
.prev-next-page .next-navlink-page {
  position: relative;
}

.prev-next-page .prev-navlink-page i,
.prev-next-page .next-navlink-page i {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.3rem;
  color: #06bbcc;
}

.prev-next-page .prev-navlink-page .prevnext__nav p,
.prev-next-page .next-navlink-page .prevnext__nav p {
  font-size: 12px;
}

.prev-next-page .prev-navlink-page .prevnext__nav p,
.prev-next-page .prev-navlink-page .prevnext__nav h5,
.prev-next-page .next-navlink-page .prevnext__nav p,
.prev-next-page .next-navlink-page .prevnext__nav h5 {
  margin-bottom: 0;
}

.prev-next-page .prev-navlink-page {
  padding-left: 45px;
}

.prev-next-page .prev-navlink-page i {
  left: 0;
}

.prev-next-page .next-navlink-page {
  padding-right: 45px;
  text-align: right;
}

.prev-next-page .next-navlink-page i {
  right: 0;
}

.course-content-side ul {
  padding: 15px;
}

.course-content-side ul li {
  border-bottom: 1px dotted #bfbfbf;
  padding: 8px 0;
  margin-bottom: 5px;
  text-align: left;
}

@media (max-width: 991px) {
  .course-detail {
    margin-top: 4.5rem;
  }
  .courses .wrap-customize .customize-item .customize-bottom ul li {
    font-size: 13px;
  }
  .course-content-side {
    margin-top: 30px;
  }
  .cs-detail-im {
    margin-bottom: 30px;
  }
}

/* ========================================= */
/*         Instructors CSS        */
/* ======================================== */
.instructors {
  position: relative;
  overflow: hidden;
}

.instructors .instruct-main {
  text-align: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.instructors .ins-main-list {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 23%;
          flex: 0 0 23%;
  margin-bottom: 45px;
}

.instructors .ins-main-list img {
  border-radius: 3px;
}

.instructors .ins-main-list .ins-names {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -45px;
  background: #fff;
  padding: 15px;
  width: 85%;
  margin: 0 auto;
  border-radius: 3px;
  -webkit-box-shadow: 0 5px 15px #cccccc40;
          box-shadow: 0 5px 15px #cccccc40;
  -webkit-transition: all cubic-bezier(0.46, 0.03, 0.52, 0.96) 0.3s;
  transition: all cubic-bezier(0.46, 0.03, 0.52, 0.96) 0.3s;
}

.instructors .ins-main-list:hover .ins-names {
  bottom: -25px;
}

.instructors::after {
  content: "";
  position: absolute;
  right: 0;
  top: 12rem;
  height: 100%;
  margin: auto;
  background-image: url(../images/shape/shape.png);
  width: 35%;
  background-repeat: no-repeat;
  z-index: -1;
  -webkit-animation: bgshape1 4s infinite;
          animation: bgshape1 4s infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
}

@-webkit-keyframes bgshape1 {
  0% {
    right: -15px;
  }
  25% {
    right: -10px;
  }
  50% {
    right: 0px;
  }
  75% {
    right: -10px;
  }
  100% {
    right: -15px;
  }
}

@keyframes bgshape1 {
  0% {
    right: -15px;
  }
  25% {
    right: -10px;
  }
  50% {
    right: 0px;
  }
  75% {
    right: -10px;
  }
  100% {
    right: -15px;
  }
}

@media (max-width: 991px) {
  .instructors .ins-main-list {
    margin-bottom: 70px;
  }
}

/* ========================================= */
/*         Gallery CSS        */
/* ======================================== */
.gallery {
  padding: 100px 0;
}

#lightbox .lb-nav a.lb-prev,
#lightbox .lb-nav a.lb-next {
  opacity: 1;
}

/* ========================================= */
/*         Testimonial CSS        */
/* ======================================== */
.testimonial .feedback-main .feedback-inner {
  position: relative;
  padding: 15px;
  background: #fff;
}

.testimonial .feedback-main .feedback-inner .consult-content {
  position: relative;
  padding: 30px 60px;
  background: #212832;
}

.testimonial .feedback-main .feedback-inner .consult-content p {
  color: #fff;
  font-size: 18px;
  font-style: italic;
}

.testimonial .feedback-main .feedback-inner .consult-content::after {
  content: "\f0dd";
  position: absolute;
  bottom: -30px;
  left: 4.54rem;
  font-size: 3rem;
  font-family: "FontAwesome";
  color: #212832;
}

.testimonial .feedback-main .feedback-inner .consult-title {
  padding: 10px 60px;
}

.testimonial .feedback-main .feedback-inner .consult-title img {
  width: 15%;
  border-radius: 50%;
}

.testimonial .feedback-main .feedback-inner .consult-title .ps-name {
  padding-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.testimonial .feedback-main .feedback-inner .consult-title .ps-name span {
  font-weight: 600;
}

@media (max-width: 480px) {
  .testimonial .feedback-main .feedback-inner .consult-content {
    padding: 30px;
  }
  .testimonial .feedback-main .feedback-inner .consult-title {
    padding: 10px 20px;
  }
  .testimonial .feedback-main .feedback-inner .consult-title img {
    width: 25%;
  }
}

/* ========================================= */
/*         Testimonial CSS        */
/* ======================================== */
.packages .pkg-container {
  border-radius: 10px;
  padding: 40px;
}

.packages .pkg-container .pg-title {
  padding-bottom: 30px;
  color: #52565b;
}

.packages .pkg-container .pg-title i {
  font-size: 2.5rem;
}

.packages .pkg-container .pg-title h3 {
  margin: 15px 0;
}

.packages .pkg-container .pg-main {
  position: relative;
  color: #52565b;
}

.packages .pkg-container .pg-main p {
  position: relative;
  padding-left: 15px;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  display: inline-block;
}

.packages .pkg-container .pg-main p i {
  font-size: 20px;
  position: absolute;
  top: 15px;
  left: 0;
}

.packages .pkg-container .pg-main p span {
  font-size: 20px;
  padding-left: 10px;
}

.packages .pkg-container .pg-main ul {
  min-height: 170px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin-bottom: 15px;
}

.packages .pkg-container .pg-main ul li i {
  color: #979797;
  font-size: 11px;
  padding-right: 5px;
}

.packages .pkg-container:hover .pk-btn {
  background: #212832;
}

/* ========================================= */
/*          News/Events CSS        */
/* ======================================== */
.news-events .wrap-customize .customize-item .sv-image {
  position: relative;
}

.news-events .wrap-customize .customize-item .sv-image span {
  position: absolute;
  left: 0;
  top: 20px;
  background: #fff;
  padding: 10px 15px;
  font-weight: 600;
}

.event-detail-cn .ev-detail-info {
  padding-bottom: 25px;
}

.event-detail-cn .ev-detail-info ul li {
  color: #ee8c1c;
  padding-bottom: 20px;
}

.event-detail-cn .ev-detail-content .evt__section {
  text-align: center;
  padding-bottom: 35px;
}

.event-detail-cn .ev-detail-content .evt__section h3 {
  border-bottom: 1px dashed #ccc;
  padding-bottom: 15px;
  margin-bottom: 25px;
  text-transform: uppercase;
}

.event-detail-cn .ev-detail-content .evt__section ul li {
  padding-bottom: 15px;
}

.event-detail-cn .ev-detail-content .evt__section .event-form span {
  display: block;
  font-weight: 600;
  font-size: 16px;
  padding-bottom: 15px;
}

.event-detail-cn .ev-detail-content .evt__section .event-form h3 {
  border-bottom: none;
  margin-bottom: 0;
}

.sche_tab_list {
  margin: 0 6rem;
}

.sche_tab_list .nav-pills .nav-link {
  padding: 20px;
  min-width: 9rem;
  font-weight: 600;
}

.sche_tab_list .nav-pills .nav-link.active,
.sche_tab_list .nav-pills .show > .nav-link {
  background: #fff;
  color: #06bbcc;
}

.sche_tab_list .tab-content {
  background: #fff;
  padding: 25px 20px;
}

@media (max-width: 991px) {
  .customize-wrap {
    margin-bottom: 30px;
  }
  .sche_tab_list {
    margin: 0;
  }
  .sche_tab_list .nav-pills .nav-link {
    min-width: 8rem;
  }
}

@media (max-width: 767px) {
  .sche_tab_list .nav-pills .nav-link {
    min-width: 5.6rem;
  }
}

@media (max-width: 480px) {
  .sche_tab_list .nav-pills .nav-item {
    width: 100%;
  }
  .sche_tab_list .nav-pills .nav-item .nav-link {
    padding: 10px;
    text-align: center;
  }
}

/* ========================================= */
/*          Call To Action CSS        */
/* ======================================== */
.call-action .call-wrap {
  background: #fff;
  padding: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 10px 10px 20px #00000026;
          box-shadow: 10px 10px 20px #00000026;
}

.call-action .call-wrap .call-main {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.call-action .call-wrap .call-main h3 {
  font-weight: 500;
}

.call-action .call-wrap .call-main h3 span {
  font-weight: 700;
}

.call-action .call-wrap .call-btn {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.call-action .call-wrap .call-btn .btn {
  width: 60%;
  font-size: 18px;
}

@media (max-width: 991px) {
  .call-action .call-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  .call-action .call-wrap .call-btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .call-action .call-wrap .call-btn .btn {
    width: 40%;
  }
}

@media (max-width: 767px) {
  .call-action .call-wrap {
    padding: 40px 20px;
  }
  .call-action .call-wrap .call-btn .btn {
    width: 60%;
  }
}

/* ========================================= */
/*          Blog & Article pages CSS        */
/* ======================================== */
.blog-article .article-list .at-thumbnail {
  position: relative;
}

.blog-article .article-list .at-thumbnail img {
  -webkit-transition: all cubic-bezier(0.65, 0.05, 0.36, 1) 0.3s;
  transition: all cubic-bezier(0.65, 0.05, 0.36, 1) 0.3s;
}

.blog-article .article-list .at-thumbnail .blog-tag {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #06bbcc;
  color: #fff;
  padding: 5px 10px;
  font-size: 12px;
  text-transform: uppercase;
}

.blog-article .article-list .at-thumbnail a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: -webkit-gradient(linear, left bottom, left top, from(#00000099), to(#ffffff00));
  background: linear-gradient(0deg, #00000099 0%, #ffffff00 100%);
  opacity: 1;
  -webkit-transition: all cubic-bezier(0.65, 0.05, 0.36, 1) 0.3s;
  transition: all cubic-bezier(0.65, 0.05, 0.36, 1) 0.3s;
}

.blog-article .article-list .article-content {
  position: relative;
  padding-top: 40px;
  background: #fff;
}

.blog-article .article-list .article-content .article-avatar {
  position: absolute;
  left: 0;
  right: 0;
  top: -30px;
  width: 22%;
  margin: 0 auto;
  border-radius: 50%;
  border: 4px solid #fff;
}

.blog-article .article-list .article-content .artl-detail {
  padding: 20px 30px;
}

.blog-article .article-list .article-content .artl-detail p {
  padding: 15px 0;
  color: #777;
}

.blog-article .article-list .article-content .artl-bottom {
  padding: 15px;
  border-top: 1px solid #eee;
}

.blog-article .article-list .article-content .artl-bottom ul {
  gap: 25px;
}

.blog-article .article-list .article-content .artl-bottom ul li {
  position: relative;
  font-size: 12px;
  color: #52565b;
}

.blog-article .article-list .article-content .artl-bottom ul li:first-child::after {
  content: "";
  position: absolute;
  right: -12px;
  top: 0;
  bottom: 0;
  height: 55%;
  width: 0.8px;
  margin: auto;
  background: #52565b;
}

.blog-article .article-list:hover .at-thumbnail a img {
  -webkit-filter: grayscale(0.5);
          filter: grayscale(0.5);
}

.blog-article .article-list:hover .at-thumbnail a::after {
  opacity: 0.5;
}

.blog-article.blog-singlelist .article-list .article-content .artl-detail p {
  padding: 0;
}

.blog-article.blog-singlelist .article-list .article-content .artl-bottom ul li,
.blog-article.blog-singlelist .article-list .article-content .artl-bottom a {
  color: #adadad;
}

@media (max-width: 991px) {
  .blog-article .blog-wrap .col-lg-4 {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .blog-article .article-list .article-content .article-avatar {
    top: -60px;
  }
}

@media (max-width: 480px) {
  .blog-article .article-list .article-content .article-avatar {
    top: -35px;
  }
}

/* ========================================= */
/*          Newsletter CSS        */
/* ======================================== */
.newsletter form {
  padding: 2rem 15rem 0;
}

.newsletter form .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 0 30px #0000001f;
          box-shadow: 0 0 30px #0000001f;
}

.newsletter form .form-group input {
  border: none;
  height: 53px;
}

.newsletter form .form-group .btn {
  width: 45%;
  border-radius: 0;
}

@media (max-width: 991px) {
  .newsletter form {
    padding: 2rem 4rem 0;
  }
}

@media (max-width: 767px) {
  .newsletter form {
    padding: 2rem 0rem 0;
  }
  .newsletter form .form-group .btn {
    width: 50%;
    padding: 18px 5px;
  }
}

/* ========================================= */
/*          Blog CSS        */
/* ======================================== */
.blog-top-title {
  position: relative;
  margin-top: 8rem;
  padding: 3rem 7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.blog-top-title > * {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.blog-top-title .bg_bar_title {
  padding-right: 15px;
}

.blog-top-title::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 75%;
  width: 70%;
  background: #181d38;
  z-index: -1;
}

.blog__details {
  top: -50px;
}

.blog__details .bg__author {
  position: relative;
  top: -2rem;
}

.blog__details .bg__author img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 20px;
}

.bg__contents .author__datetime {
  padding: 15px 0;
  border-top: 1px dashed #ccc;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 15px;
}

.bg__contents .author__datetime li {
  padding-right: 15px;
}

.bg__contents .author__datetime li i {
  color: #06bbcc;
}

.bg__contents .bg__only_detail ul {
  list-style-type: disc;
  padding-left: 30px;
}

.bg__contents .bg__only_detail ul li {
  display: list-item;
}

.bg__contents .bg__only_detail .accordion .card {
  background: transparent;
}

.bg__contents .bg__only_detail .accordion .card .card-header {
  background: transparent;
}

.bg__contents .bg__only_detail .accordion .card .card-body {
  padding: 35px;
}

.bg__contents .bg__only_detail .accordion .card .card-body ol li ol {
  padding-left: 15px;
  padding-top: 10px;
}

.bg__contents .blg__ct_form form input,
.bg__contents .blg__ct_form form textarea {
  border: 1px solid #212832;
  border-radius: 4px;
}

.aside-sidebar .sidebar-course .customize-item {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 15px;
  border-bottom: 1px solid #d1d1d1;
}

.aside-sidebar .sidebar-course .customize-item .sv-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
}

.aside-sidebar .sidebar-course .customize-item .customize-ct {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.aside-sidebar .sidebar-course .customize-item .customize-ct .cust-meta {
  color: #adadad;
  font-size: 13px;
}

.aside-sidebar .ss__myprofile {
  text-align: center;
  background: #fff;
  padding: 30px 20px;
}

.aside-sidebar .ss__myprofile img {
  width: 30%;
  border-radius: 50%;
  margin-bottom: 15px;
  border: 5px solid #52565b1f;
}

.aside-sidebar .ss__myprofile h4 {
  text-transform: uppercase;
  margin-bottom: 5px;
}

.aside-sidebar .ss__myprofile p {
  font-size: 14px;
}

.aside-sidebar .sidebar-links .sidebar-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.aside-sidebar .sidebar-links .sidebar-social > * {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 48%;
          flex: 0 0 48%;
  margin-bottom: 15px;
}

.aside-sidebar .sidebar-links .sidebar-social a {
  width: auto;
  height: auto;
  padding: 10px;
  line-height: 20px;
}

@media (max-width: 991px) {
  .blog-top-title {
    margin-top: 4.5rem;
    padding: 3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .blog-top-title::after {
    width: 100%;
  }
  .blog__details {
    top: 0;
  }
  .blog__details .bg__author {
    margin-top: 15px;
  }
  .aside-sidebar {
    margin-top: 30px;
  }
}

@media (max-width: 480px) {
  .blog-top-title {
    padding: 1.5rem;
  }
  .blog-top-title .bg_bar_title {
    padding-right: 0;
  }
  .blog__details .bg__author {
    top: 0;
    margin-top: 15px;
    margin-bottom: 15px;
  }
}

/* ========================================= */
/*          Footer CSS        */
/* ======================================== */
footer {
  overflow: hidden;
}

footer a,
footer p,
footer li {
  color: #212832;
  text-decoration: none;
}

footer .footer-upper {
  position: relative;
  z-index: 1;
  margin-top: 60px;
}

footer .footer-upper .f-maincontent img {
  width: 50%;
}

footer .footer-upper .f-maincontent p {
  margin: 15px 0 45px;
}

footer .footer-upper .f-maincontent ul li a {
  color: #fff;
  height: 35px;
  width: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
}

footer .footer-upper .f-maincontent ul li a:hover {
  opacity: 0.6;
  color: #A9DD17;
}

footer .footer-upper .ft-lists ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

footer .footer-upper .ft-lists ul li {
  padding: 5px 0;
}

footer .footer-upper .copyright-main {
  position: relative;
  border-top: 1px solid #eee;
  margin-top: 80px;
}

footer .footer-upper .copyright-main .copyright-text {
  padding: 15px 30px;
}

@media (max-width: 991px) {
  footer .footer-upper .col-lg-6,
  footer .footer-upper .col-md-4 {
    margin-bottom: 30px;
  }
  footer .footer-upper .copyright-main {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .ft-lists {
    text-align: center;
  }
}

@media (max-width: 480px) {
  .f-maincontent {
    text-align: center;
  }
}

/* ========================================= */
/*          Contact CSS        */
/* ======================================== */
.contact-main .contact-info {
  color: #818a91;
}

.contact-main .contact-info i {
  font-size: 3.2rem;
  padding-bottom: 15px;
}

.contact-main .contact-map {
  margin-top: 60px;
  margin-bottom: 60px;
}

.contact-main .contact-map iframe {
  border: 8px solid #fff !important;
  width: 100%;
}

.contact-main .contact-form form {
  width: 65%;
}

@media (max-width: 767px) {
  .contact-main .contact-form form {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .contact-main .contact-info {
    margin-bottom: 35px;
  }
}

/* ========================================= */
/*          Search CSS        */
/* ======================================== */
.search-page {
  margin-top: 8rem;
}

.search-page .search_lists ul li {
  font-size: 13px;
  color: #52565b;
}

.search-page .search_lists p {
  font-size: 13px;
  color: #777;
}

.search-page .search_lists a.read_more {
  font-size: 13px;
}

.search-result-action .service-inner {
  padding: 0 9rem;
}

.search-result-action .service-inner .sidebar-search {
  width: 60%;
  margin: 40px auto 0;
}

@media (max-width: 991px) {
  .search-result-action .service-inner {
    padding: 0;
  }
  .search-result-action .service-inner .sidebar-search {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .search-result-action .service-inner .sidebar-search {
    width: 100%;
  }
}

/* ========================================= */
/*          404 CSS        */
/* ======================================== */
.error-page {
  position: relative;
  margin-top: 8rem;
  overflow: hidden;
}

.error-page::before {
  content: "";
  position: absolute;
  left: 34rem;
  top: 10rem;
  height: 100%;
  width: 33%;
  background-image: url(../images/shape/shape2.png);
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-animation: bgshape 4s infinite;
          animation: bgshape 4s infinite;
}

@media (max-width: 991px) {
  .error-page {
    padding-bottom: 0;
  }
}

/* ========================================= */
/*          Comming Soon CSS        */
/* ======================================== */
.comming-soon {
  position: relative;
  padding: 0;
  background-image: url(../images/banner/education-PHW33SU.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}

.comming-soon .comming__soon_text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100vh;
  z-index: 1;
}

.comming-soon .comming__soon_text i {
  color: #d7d7d7;
  font-size: 8rem;
}

.comming-soon .comming__soon_text h1 {
  margin: 30px 0;
}

.comming-soon .comming__soon_text p {
  width: 80%;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}

.comming-soon .comming__soon_text #countdown {
  color: #06bbcc;
  font-size: 6rem;
}

.comming-soon .comming__soon_text #countdown span {
  color: #fff;
  font-size: 18px;
  margin-right: 20px;
}

@media (max-width: 991px) {
  .comming-soon .comming__soon_text #countdown {
    font-size: 5rem;
  }
}

@media (max-width: 767px) {
  .comming-soon .comming__soon_text i {
    font-size: 3rem;
  }
  .comming-soon .comming__soon_text h1 {
    margin: 15px 0;
  }
  .comming-soon .comming__soon_text p {
    font-size: 14px;
  }
  .comming-soon .comming__soon_text #countdown {
    font-size: 3rem;
  }
}

@media (max-width: 480px) {
  .comming-soon .comming__soon_text {
    text-align: center;
  }
}

/* ========================================= */
/*          Homepage 2 CSS        */
/* ======================================== */
.banner-main {
  position: relative;
  overflow: hidden;
}

.banner-main .h2-slider-list {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 150px 0 200px;
  z-index: 0;
}

.banner-main .h2-slider-list .slide-contain {
  position: relative;
  color: #fff;
  max-width: 900px;
  font-size: 22px;
  z-index: 1;
}

.banner-main .h2-slider-list .slide-contain h4 {
  color: #a9dd16;   /* cyan */

  font-size: 21px;
}

.banner-main .h2-slider-list .slide-contain h1 {
  line-height: 1.5;
}

.banner-main .h2-slider-list .slide-contain .btn {
  padding: 21px 40px 19px;
}

.browse-main .d-flex {
  gap: 15px;
}

.browse-main .browse-list {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 20%;
          flex: 1 1 20%;
  background: #fff;
  padding: 20px;
  font-size: 3rem;
  text-align: center;
}

.browse-main .browse-list a {
  color: #06bbcc;
}

.home-2 .services-main {
  padding: 0;
}

.home-2 .services-main .service-list-wrap {
  padding: 0 15px;
}

.home-2 .services-main .service-list-wrap .service-ct-list {
  position: relative;
  top: -5rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fff;
  padding: 40px 20px;
}

.home-2 .services-main .service-list-wrap .service-ct-list i {
  font-size: 4.4rem;
  color: #fff;
}

.home-2 .services-main .service-list-wrap .service-ct-list:hover {
  -webkit-filter: saturate(0.5);
          filter: saturate(0.5);
}

.home-2 .instructors .ins-main-list {
  margin-bottom: 0;
}

.home-2 .instructors .ins-main-list img {
  border-radius: 0;
}

.home-2 .instructors .ins-main-list .ins-names {
  position: relative;
  bottom: 0;
  width: 100%;
  border-radius: 0;
  padding: 20px;
}

.home-2 .instructors .ins-main-list .ins-names h4 {
  margin-bottom: 0;
}

.home-2 .instructors::after {
  top: -5rem;
}

.home-2.packages .pkg-container .pg-main h1 i {
  left: 30px;
}

.home-2.testimonial .feedback-main .feedback-inner .consult-content {
  padding: 30px;
  background: transparent;
}

.home-2.testimonial .feedback-main .feedback-inner .consult-content ul li {
  color: #ee8c1c;
  font-size: 12px;
  letter-spacing: 4px;
}

.home-2.testimonial .feedback-main .feedback-inner .consult-content p {
  color: #52565b;
  font-size: 14px;
  font-style: normal;
}

.home-2.testimonial .feedback-main .feedback-inner .consult-content::after {
  content: "\f10e";
  left: inherit;
  right: 3rem;
  bottom: -5rem;
  color: #06bbcc;
  opacity: 0.2;
}

.home-2.testimonial .feedback-main .feedback-inner .consult-title {
  padding: 10px 30px;
}

.home-2 .courses .wrap-customize .customize-item .customize-ct {
  padding-bottom: 0;
}

.home-2 .courses .wrap-customize .customize-item .customize-bottom {
  font-size: 14px;
}

.home-2 .courses .wrap-customize .customize-item .customize-bottom ul li i {
  padding-right: 5px;
}

.home-2.call-action .call-wrap {
  background: transparent;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.home-2.call-action .call-image {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.home-2.blog-article .article-list .article-content .article-avatar {
  left: 30px;
  right: inherit;
}

.home-2.blog-article .article-list .article-content .artl-bottom {
  padding: 15px 30px;
}

@media (max-width: 991px) {
  .banner-main {
    padding-top: 70px;
  }
  .course-bse .d-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .home-2 .instructors .ins-main-list {
    margin-bottom: 30px;
  }
  .browse-main .d-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .browse-main .browse-list {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 25%;
            flex: 1 1 25%;
  }
}

@media (max-width: 480px) {
  .browse-main .browse-list {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
  }
  .banner-main .h2-slider-list .slide-contain .btn {
    padding: 21px 21px 19px;
  }
}

/* ========================================= */
/*          Homepage 3 CSS        */
/* ======================================== */
.home-3.services-main {
  z-index: 1;
}

.home-3.services-main .service-list-wrap .service-ct-list {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 40px 15px;
}

.home-3.services-main .service-list-wrap .service-ct-list i {
  font-size: 3rem;
  color: #fff;
  margin-bottom: 0;
}

.home-3.services-main .service-list-wrap .service-ct-list .serv-list {
  color: #fff;
  padding-left: 15px;
}

.home-3.services-main .serv-us-wrap {
  position: relative;
  height: 100%;
  padding: 55px;
  background-image: url(../images/inner/cloister-of-the-university-of-milan-N8MH3V3.jpg);
  background-attachment: fixed;
  z-index: -1;
}

.home-3.services-main .serv-us-wrap::after {
  position: absolute;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background: #181d38;
  opacity: 0.8;
  content: "";
  z-index: -1;
}

.home-3.about-company {
  position: relative;
  top: -60px;
  padding: 160px 0 100px;
  background-image: url(../images/inner/cycling-to-university-2021-04-06-19-12-23-utc.jpg);
  background-attachment: fixed;
  z-index: 0;
}

.home-3.about-company .about-wrap-img {
  border-radius: 0;
}

.home-3.about-company .about-wrap-img img {
  width: 70%;
  margin-bottom: 15px;
}

.home-3.about-company::after {
  right: 0;
  background: #181d38;
  opacity: 0.8;
  -webkit-animation: none;
          animation: none;
}

.home-3.about-company .about-us-wrap {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.home-3.about-company .about-us-wrap p {
  color: #fff;
  margin-bottom: 25px;
}

.home-3 .counter {
  padding-top: 40px;
  border-top: 1px solid #ccc;
  margin-top: 40px;
}

.home-3 .counter .counter-wrap .content .value-pin h5 {
  color: #fff;
}

.home-3.courses .wrap-customize .customize-item .sv-image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
}

.home-3.courses .wrap-customize .customize-item .customize-ct {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.home-3.courses .wrap-customize .customize-item .customize-ct .cust-meta {
  color: #adadad;
  font-size: 13px;
}

.home-3.courses .wrap-customize .customize-item .customize-ct a {
  color: #181d38;
}

.home-3.instructors {
  background-image: url(../images/banner/education-PHW33SU.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  z-index: 0;
}

.home-3.instructors .section-title.borderline::after {
  background-color: #fff;
}

.home-3.blog-article .article-list .article-content .article-avatar {
  left: 30px;
  right: inherit;
}

.home-3.blog-article .article-list .article-content .artl-bottom {
  padding: 15px 30px;
}

.banner-main.banner-3 .slide-contain {
  max-width: 80%;
  margin: 0 auto;
}

.banner-main.banner-3 .slider .slick-prev,
.banner-main.banner-3 .slider .slick-next,
.banner-main.banner-3 .slider .slick-prev:hover,
.banner-main.banner-3 .slider .slick-next:hover {
  background: transparent;
}

.banner-main.banner-3 .slick-prev:before,
.banner-main.banner-3 .slick-next:before {
  font-size: 3rem;
  color: #ffffff82;
}

.join-now {
  position: relative;
  background-image: url(../images/inner/cloister-of-the-university-of-milan-N8MH3V3.jpg);
  background-attachment: fixed;
  background-size: cover;
  z-index: 0;
}

.join-now .join-wrap .join-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.join-now .join-wrap .join-content h3 {
  font-weight: 500;
}

.join-now .join-wrap .join-content p {
  color: #fff;
}

.join-now .join-wrap img {
  border: 8px solid rgba(135, 135, 135, 0.49);
}

.join-now::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #212832;
  content: "";
  opacity: 0.8;
  z-index: -1;
}

.course-bse {
  position: relative;
  background: url(../images/banner/education-PHW33SU.jpg);
  background-size: cover;
  background-attachment: fixed;
  margin-top: 100px;
  z-index: -1;
}

.course-bse .d-flex {
  gap: 0;
}

.course-bse .course-b-list {
  padding: 100px 30px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
}

.course-bse .course-b-list h4 {
  font-size: 20px;
}

.course-bse::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #181d38;
  opacity: 0.8;
  content: "";
  z-index: -1;
}

@media (max-width: 991px) {
  .join-now .join-wrap .join-content {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .banner-main.banner-3 .slide-contain {
    max-width: 100%;
  }
}

@media (max-width: 767px) {
  .home-3.courses .wrap-customize .course-single-wp .customize-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .home-3.courses .wrap-customize .course-single-wp .customize-item .sv-image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    margin-bottom: 30px;
  }
}

@media (max-width: 480px) {
  .home-3.banner-main .h2-slider-list {
    padding: 50px 0;
  }
  .home-3.services-main .serv-us-wrap {
    padding: 50px 20px;
  }
  .home-3 .service-list-wrap .col-md-6 {
    padding: 0 15px !important;
  }
  .home-3.about-company {
    top: 0;
    margin-bottom: 60px;
  }
}







/* new css=================================================================================== */








.video-thumb {
  position: relative;   /* MUST */
  cursor: pointer;
}

.video-thumb img {
  width: 100%;
  display: block;
}

/* PLAY BUTTON CENTER OF VIDEO */
.play-icon {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);

  width: 70px;
  height: 70px;
  border-radius: 50%;

  background: rgba(0,0,0,0.7);
  color: #c11212;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 28px;
  pointer-events: none; /* click passes to parent */
}


/* OPTIONAL HOVER */
.video-thumb:hover .play-icon {
  background: rgba(0, 0, 0, 0.85);
}


/* Popup */
.video-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.video-popup-inner {
  width: 80%;
  max-width: 900px;
  aspect-ratio: 16 / 9;
}

.video-popup iframe {
  width: 100%;
  height: 100%;
}

/* Close */
.video-close {
  position: absolute;
  top: 20px;
  right: 30px;
  font-size: 35px;
  color: #fff;
  cursor: pointer;
}










/* ===============================
   iit HERO SECTION
================================================================================================================================= */

.iit-hero {
  background: linear-gradient(
              rgba(0, 0, 0, 0.41),
              rgba(0, 0, 0, 0.35)
            ),
            url("../images/SEP-IMG-RIGHT/home-iit.webp") center/cover no-repeat;
  color: #ffffff;
  padding: 90px 0;
  margin-top: 80px;
  min-height:600px;
height:auto;

}
/* HEADING */
.iit-hero h1 {
  font-size: 44px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 15px;
      color: #A9DD17;
}

/* HIGHLIGHT TEXT */
.iit-highlight {
  color: #FFD166;
  text-shadow: 0 3px 10px rgba(0, 0, 0, 0.6);
}

/* DESCRIPTION */
.iit-hero-desc {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 20px;
  max-width: 620px;
  color:#fff;
}

/* INFO BOX */
.iit-hero-box {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(6px);
  padding: 22px 20px;
  border-radius: 12px;
  margin-top: 20px;
}

.iit-hero-box .col-md-6 {
  font-size: 15px;
  margin-bottom: 10px;
}

/* BUTTON */
.iit-hero .btn {
  font-weight: 600;
  padding: 12px 28px;
  border-radius: 8px;
  padding:25px;
}

/* IMAGE */
.iit-hero img {
  max-width: 100%;
}

/* ===============================
   TABLET RESPONSIVE
================================ */
@media (max-width: 991px) {

  .iit-hero {
    padding: 70px 0;
    text-align: center;
    margin-top: 50px;
  }

  .iit-hero h1 {
    font-size: 36px;
  }

  .iit-hero-desc {
    margin-left: auto;
    margin-right: auto;
  }

  .iit-hero-box {
    text-align: left;
  }
}

/* ===============================
   MOBILE RESPONSIVE
================================ */
@media (max-width: 576px) {

  .iit-hero {
    padding: 60px 0;
  }

  .iit-hero h1 {
    font-size: 28px;
  }

  .iit-hero-desc {
    font-size: 16px;
  }

  .iit-hero-box {
    padding: 18px 16px;
  }

  .iit-hero-box .col-md-6 {
    font-size: 14px;
  }

  .iit-hero .btn {
    width: 100%;
    text-align: center;
  }
}




/* IIT Classes Section -----------------------------------------------------------------------------------------*/
/* =================================================
   IIT CLASSES SECTION
================================================= */

.iit-classes{
  padding:90px 20px;
  background:#f7f9ff;
  font-family:'Poppins',sans-serif;
}

/* Container */
.iit-container{
  max-width:1200px;
  margin:auto;
}

/* Header */
.iit-section-header{
  text-align:center;
  margin-bottom:50px;
}

.iit-section-header h2{
  font-size:34px;
  color:#0b2a4a;
  font-weight:700;
  margin-bottom:10px;
}

.iit-section-header p{
  color:#6b7280;
  font-size:16px;
}

/* Grid */
.iit-class-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:30px;
}

/* Card */
.iit-class-card{
  background:#ffffff;
  border-radius:16px;
  padding:30px;
  box-shadow:0 10px 25px rgba(0,0,0,0.06);
  transition:0.3s ease;
  border:1px solid #e9eef6;
}

.iit-class-card:hover{
  transform:translateY(-8px);
  box-shadow:0 18px 35px rgba(0,0,0,0.12);
}

/* Card Top */
.iit-card-top{
  margin-bottom:15px;
}

.iit-card-top h3{
  font-size:22px;
  color:#0b2a4a;
  margin-bottom:6px;
}

.iit-tag{
  background:#e8f0ff;
  color:#000000;
  font-size:13px;
  padding:6px 12px;
  border-radius:6px;
  display:inline-block;
}

/* List */
.iit-class-card ul{
  list-style:none;
  padding:0;
  margin:20px 0;
}

.iit-class-card ul li{
  font-size:15px;
  margin-bottom:10px;
  color:#374151;
  position:relative;
  padding-left:20px;
}

.iit-class-card ul li::before{
  content:"✔";
  position:absolute;
  left:0;
  color:#2563eb;
  font-size:14px;
}

/* Buttons */
.iit-card-footer{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}

.iit-btn{
  text-decoration:none;
  padding:10px 18px;
  border-radius:8px;
  font-size:14px;
  font-weight:600;
  transition:0.3s;
}

.iit-btn-primary{
     background:#8db320;
  color:#fff;
}

.iit-btn-primary:hover{
  background:#86ced6;
}

.iit-btn-secondary{
  background:#eef2ff;
  color:#8db320;
}


.iit-btn-secondary:hover{
  background:#dbe4ff;
}


/* =================================================
   RESPONSIVE
================================================= */

/* Tablet */
@media(max-width:992px){

  .iit-class-grid{
    grid-template-columns:1fr;
  }

  .iit-section-header h2{
    font-size:28px;
  }

}

/* Mobile */
@media(max-width:576px){

  .iit-classes{
    padding:60px 15px;
  }

  .iit-class-card{
    padding:24px;
  }

  .iit-section-header h2{
    font-size:24px;
  }

  .iit-btn{
    width:100%;
    text-align:center;
  }

}









/* ===============================
   IIT ADVANCED BENEFITS SECTION
================================================================================================================================= */

.iit-adv-benefits{
  padding:90px 20px;
  background:#ffffff;
  font-family:'Poppins',sans-serif;
}

.iit-adv-container{
  max-width:1200px;
  margin:auto;
}

.iit-adv-wrapper{
  display:flex;
  align-items:center;
  gap:60px;
}

/* IMAGE */
.iit-adv-image{
  flex:1;
}

.iit-adv-image img{

  border-radius:18px;
  box-shadow:0 15px 35px rgba(0,0,0,0.12);
  max-width:600px;
}

/* CONTENT */
.iit-adv-content{
  flex:1;
}

.iit-adv-content h2{
  font-size:36px;
  color:#0b2a4a;
  margin-bottom:15px;
  font-weight:700;
}

.iit-adv-sub{
  color:#6b7280;
  margin-bottom:25px;
  line-height:1.6;
}

/* LIST */
.iit-adv-list{
  display:flex;
  flex-direction:column;
  gap:14px;
}

.iit-adv-item{
  display:flex;
  align-items:center;
  gap:12px;
  background:#f8fbff;
  padding:14px 16px;
  border-radius:10px;
  transition:0.3s;
}


.iit-adv-item  p{
  color:#0c2e32;
}

.iit-adv-item span{
  color:#366132;
  font-size:18px;
  font-weight:bold;
}

.iit-adv-item:hover{
  transform:translateX(6px);
  background:#eef4ff;
}

/* BUTTON */
.iit-adv-btn{
  display:inline-block;
  margin-top:25px;
  padding:12px 24px;
  background:#8db320;
  color:#fff;
  text-decoration:none;
  border-radius:8px;
  font-weight:600;
  transition:0.3s;
}

.iit-adv-btn:hover{
  background: #63d1dd;
}


/* ===============================
   RESPONSIVE
================================ */

/* Tablet */
@media(max-width:992px){

  .iit-adv-wrapper{
    flex-direction:column;
    gap:40px;
  }

  .iit-adv-content h2{
    font-size:28px;
    text-align:center;
  }

  

  .iit-adv-sub{
    text-align:center;
  }

  .iit-adv-image img{
    width:100%;
  }

}

/* Mobile */
@media(max-width:576px){

  .iit-adv-benefits{
    padding:60px 15px;
  }

  .iit-adv-content h2{
    font-size:24px;
  }

  .iit-adv-item{
    font-size:14px;
  }

}


/* ==============================
   IIT WHY CHOOSE US SECTION
=================================================================================================================================*/

.iit-why-choose{
  padding:80px 20px;
  background:#f8fbff;
  font-family: 'Poppins', sans-serif;
}

/* Container */
.iit-container{
  max-width:1200px;
  margin:auto;
}

/* Header */
.iit-section-header{
  text-align:center;
  margin-bottom:50px;
}

.iit-section-header h2{
  font-size:34px;
  font-weight:700;
  color:#0b2a4a;
  margin-bottom:10px;
}

.iit-section-header p{
  font-size:16px;
  color:#6c7a89;
}

/* Grid Layout */
.iit-usp-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:25px;
}

/* Card */
.iit-usp-card{
  background:#fff;
  padding:30px 25px;
  border-radius:12px;
  text-align:center;
  transition:0.3s ease;
  box-shadow:0 6px 18px rgba(0,0,0,0.05);
  border:1px solid #eef2f6;
}

.iit-usp-card:hover{
  transform:translateY(-6px);
  box-shadow:0 12px 28px rgba(0,0,0,0.1);
}

/* Icon */
.iit-usp-icon{
  font-size:34px;
  margin-bottom:15px;
}

/* Title */
.iit-usp-card h3{
  font-size:18px;
  color:#0b2a4a;
  margin-bottom:10px;
  font-weight:600;
}

/* Text */
.iit-usp-card p{
  font-size:14px;
  color:#6c7a89;
  line-height:1.6;
}


/* ==============================
   RESPONSIVE DESIGN
============================== */

/* Tablet */
@media(max-width:992px){

  .iit-usp-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .iit-section-header h2{
    font-size:28px;
  }

}

/* Mobile */
@media(max-width:576px){

  .iit-why-choose{
    padding:60px 15px;
  }

  .iit-usp-grid{
    grid-template-columns:1fr;
    gap:20px;
  }

  .iit-section-header h2{
    font-size:24px;
  }

  .iit-section-header p{
    font-size:14px;
  }

  .iit-usp-card{
    padding:25px 20px;
  }

}



/* short term coaching for iit jee, iit jee coaching, iit jee crash course, iit jee online classes, iit jee preparation, iit jee study material, iit jee mock tests, iit jee practice papers, iit jee coaching near me, best iit jee coaching, affordable iit jee coaching */
/* ===============================
   SHORT TERM / IIT SECTION
================================ */
/* ===============================
   IIT SECTION
================================ */

.iit-section {
  padding: 70px 0;
}

/* ===============================
   TITLE & DESCRIPTION
================================ */

.iit-title {
  font-size: 32px;
  font-weight: 700;
  color: #212529;
  margin-bottom: 15px;
}

.iit-desc {
  font-size: 17px;
  line-height: 1.6;
  color: #444;
  margin-bottom: 20px;
  max-width: 620px;
}

/* ===============================
   IIT LIST (EAMCET STYLE MATCH)
================================ */

.iit-list{
  list-style:none;
  padding-left:0;
  margin-top:20px;
}

.iit-list li{
  position:relative;
  margin-bottom:15px;
  padding:14px 18px 14px 48px;
  background:#ffffff;
  border-radius:12px;
  box-shadow:0 5px 18px rgba(0,0,0,0.05);
  transition:all 0.3s ease;
  font-size:15px;
  color:#555;
}

.iit-list li:hover{
  transform:translateY(-4px);
  box-shadow:0 8px 25px rgba(0,0,0,0.08);
}

.iit-list li::before{
  content:"✔";
  position:absolute;
  left:18px;
  top:50%;
  transform:translateY(-50%);
  width:22px;
  height:22px;
  background:#ff7a00;
  color:#fff;
  font-size:12px;
  font-weight:bold;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
}

/* ===============================
   IMAGE OVERLAY EFFECT
================================ */

.iit-image-col{
  position:relative;
  overflow:hidden;
  border-radius:20px;
  box-shadow:0 10px 30px rgba(0,0,0,0.08);
  transition:all 0.4s ease;
}

.iit-image-col img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  border-radius:20px;
  transition:transform 0.6s ease;
}

/* Overlay */
.iit-image-col::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:linear-gradient(
      to top,
      rgba(0,0,0,0.6),
      rgba(0,0,0,0.2),
      rgba(0,0,0,0)
  );
  opacity:0;
  transition:opacity 0.4s ease;
  border-radius:20px;
  z-index:1;
}

/* Hover Effects */

.iit-image-col:hover img{
  transform:scale(1.08);
}

.iit-image-col:hover::before{
  opacity:1;
}

.iit-image-col:hover{
  box-shadow:0 15px 40px rgba(0,0,0,0.15);
}

/* ===============================
   RESPONSIVE
================================ */

@media(max-width:992px){

  .iit-image-col{
    margin-bottom:30px;
  }

  .iit-content-col{
    text-align:center;
  }

  .iit-list li{
    padding-left:20px;
  }

  .iit-list li::before{
    display:none;
  }
}

@media(max-width:576px){

  .iit-section{
    padding:70px 0;
  }

  .iit-title{
    font-size:24px;
  }

  .iit-desc{
    font-size:16px;
  }

  .iit-image-col{
    border-radius:15px;
  }

  .iit-image-col img{
    border-radius:15px;
  }
}






/* subjects, syllabus, iit jee subjects, iit jee syllabus, iit jee topics, iit jee chapters, iit jee preparation subjects, iit jee study plan, iit jee coaching subjects, iit jee online classes subjects, iit jee crash course subjects */
/* ===============================
   SUBJECTS SECTION
================================ */

.iit-subjects-section {
  background-color: #f8f9fa;
}

/* HEADING */
.iit-subjects-heading {
  font-size: 34px;
  font-weight: 700;
  color: #212529;
  margin-bottom: 5px;
}

.iit-subjects-subtext {
  font-size: 16px;
  color: #6c757d;
}

/* CARD */
.iit-subject-card {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  transition: all 0.35s ease;
}

.iit-subject-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.15);
}

/* IMAGE (TOP HALF) */
.iit-card-image {
  height: 240px;
  background-size: cover;
  background-position: center;
}
/* FLEX CARD FOR BUTTON BOTTOM */
.iit-subject-card{
  display:flex;
  flex-direction:column;
}

/* CONTENT FLEXIBLE HEIGHT */
.iit-card-content{
  flex-grow:1;
}

/* FOOTER */
.iit-card-footer{
  padding:15px 20px 22px;
}


/* MODERN ENROLL BUTTON */
.iit-enroll-btn{
  display:inline-block;
  padding:10px 22px;
  border-radius:30px;
  background:#8db320;
  color:#fff;
  font-size:14px;
  font-weight:600;
  text-decoration:none;
  transition:.3s;
}

.iit-enroll-btn:hover{
  background:#afd83c;
  color:#fff;
  transform:translateY(-2px);
}

/* SUBJECT IMAGES */
.iit-physics-bg {
  background-image: url("../images/lecturer-sri/physics.webp");
}

.iit-maths-bg {
  background-image: url("../images/lecturer-sri/maths.webp");
}

.iit-chemistry-bg {
  background-image: url("../images/lecturer-sri/chem.webp");
}

/* CONTENT */
.iit-card-content {
  padding: 22px 20px;
}

.iit-subject-title {
  font-size: 22px;
  font-weight: 600;
  color: #212529;
  margin-bottom: 10px;
}

/* POINTS */
.iit-subject-points {
  padding-left: 18px;
  margin: 0;
}

.iit-subject-points li {
  font-size: 14px;
  color: #555;
  margin-bottom: 6px;
  line-height: 1.5;
}

/* ===============================
   TABLET RESPONSIVE
================================ */
@media (max-width: 991px) {

  .iit-subjects-heading {
    font-size: 30px;
  }

  .iit-card-image {
    height: 160px;
  }
}

/* ===============================
   MOBILE RESPONSIVE
================================ */
@media (max-width: 576px) {

  .iit-subjects-heading {
    font-size: 26px;
  }

  .iit-subjects-subtext {
    font-size: 15px;
  }

  .iit-card-image {
    height: 140px;
  }

  .iit-subject-title {
    font-size: 20px;
  }

  .iit-subject-points li {
    font-size: 13px;
  }
}






/* ====================================
   NEET HERO
=====================================================================================================================================================*/


.neet-hero {
  background: linear-gradient(
              rgba(0, 0, 0, 0.41),
              rgba(0, 0, 0, 0.35)
            ),
            url("../images/SEP-IMG-RIGHT/home-neet.webp") center/cover no-repeat;
  color: #ffffff;
  padding: 90px 0;
  margin-top: 80px;
 min-height:600px;
height:auto;

}
.neet-hero h1{
  font-size:42px;
  font-weight:700;
  color:#A9DD17;
}

.neet-highlight{
  color: #FFD166;
}

.neet-hero-desc{
  font-size:18px;
 color:#fff;
}

.neet-hero-box {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(6px);
    padding: 22px 20px;
    border-radius: 12px;
    margin-top: 20px;
}
/* BUTTON */
.neet-hero .btn {
  font-weight: 600;
  padding: 12px 28px;
  border-radius: 8px;
  padding:25px;
}

/* HERO RESPONSIVE */

@media(max-width:992px){
  .neet-hero{
    text-align:center;
    padding:60px 0;
    margin-top: 50px;
  }
}

@media(max-width:768px){
  .neet-hero h1{
    font-size:26px;
    margin-top: 50px;
  }

  .neet-hero-desc{
    font-size:16px;
  }
}

@media(max-width:576px){
  .neet-hero .btn{
    width:100%;
  }
}









/* =================================================
   NEET CLASSES SECTION
================================================================================================================================ */

.neet-classes{
  padding:90px 20px;
  background:#f6fff8;
  font-family:'Poppins',sans-serif;
}

/* Container */
.neet-container{
  max-width:1200px;
  margin:auto;
}

/* Header */
.neet-section-header{
  text-align:center;
  margin-bottom:50px;
}

.neet-section-header h2{
  font-size:34px;
 
  font-weight:700;
  margin-bottom:10px;
}

.neet-section-header p{
  color:#6b7280;
  font-size:16px;
}

/* Grid */
.neet-class-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:30px;
}

/* Card */
.neet-class-card{
  background:#ffffff;
  border-radius:16px;
  padding:30px;
  box-shadow:0 10px 25px rgba(0,0,0,0.06);
  transition:0.3s ease;
  border:1px solid #e6f4ea;
}

.neet-class-card:hover{
  transform:translateY(-8px);
  box-shadow:0 18px 35px rgba(0,0,0,0.12);
}

/* Card Top */
.neet-card-top{
  margin-bottom:15px;
}

.neet-card-top h3{
  font-size:22px;
  color:#14532d;
  margin-bottom:6px;
}

.neet-tag{
  background:#e7f9ee;
  color:#8db320;
  font-size:13px;
  padding:6px 12px;
  border-radius:6px;
  display:inline-block;
}

/* List */
.neet-class-card ul{
  list-style:none;
  padding:0;
  margin:20px 0;
}

.neet-class-card ul li{
  font-size:15px;
  margin-bottom:10px;
  color:#374151;
  position:relative;
  padding-left:20px;
}

.neet-class-card ul li::before{
  content:"✔";
  position:absolute;
  left:0;
  color:#16a34a;
  font-size:14px;
}

/* Buttons */
.neet-card-footer{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}

.neet-btn{
  text-decoration:none;
  padding:10px 18px;
  border-radius:8px;
  font-size:14px;
  font-weight:600;
  transition:0.3s;
}

.neet-btn-primary{
  background:#8db320;
  color:#fff;
}

.neet-btn-primary:hover{
  background:#8db320;
}

.neet-btn-secondary{
  background:#ecfdf5;
  color:#8db320;
}

.neet-btn-secondary:hover{
  background:#d1fae5;
}


/* =================================================
   RESPONSIVE
================================================= */

/* Tablet */
@media(max-width:992px){

  .neet-class-grid{
    grid-template-columns:1fr;
  }

  .neet-section-header h2{
    font-size:28px;
  }

}

/* Mobile */
@media(max-width:576px){

  .neet-classes{
    padding:60px 15px;
  }

  .neet-class-card{
    padding:24px;
  }

  .neet-section-header h2{
    font-size:24px;
  }

  .neet-btn{
    width:100%;
    text-align:center;
  }

}
















/* ==============================
   NEET WHY CHOOSE US SECTION
=================================================================================================================================== */

.neet-why-choose{
  padding:80px 20px;
  background:#f6fff8; /* light green NEET theme */
  font-family:'Poppins', sans-serif;
}

/* Container */
.neet-container{
  max-width:1200px;
  margin:auto;
}

/* Header */
.neet-section-header{
  text-align:center;
  margin-bottom:50px;
}

.neet-section-header h2{
  font-size:34px;
  font-weight:700;
 
  margin-bottom:10px;
}

.neet-section-header p{
  font-size:16px;
  color:#6b7280;
}

/* Grid */
.neet-usp-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:25px;
}

/* Card */
.neet-usp-card{
  background:#ffffff;
  padding:30px 25px;
  border-radius:12px;
  text-align:center;
  transition:0.3s ease;
  box-shadow:0 6px 18px rgba(0,0,0,0.05);
  border:1px solid #e7f5ec;
}

.neet-usp-card:hover{
  transform:translateY(-6px);
  box-shadow:0 12px 28px rgba(0,0,0,0.1);
}

/* Icon */
.neet-usp-icon{
  font-size:34px;
  margin-bottom:15px;
}

/* Title */
.neet-usp-card h3{
  font-size:18px;
  color:#14532d;
  margin-bottom:10px;
  font-weight:600;
}

/* Text */
.neet-usp-card p{
  font-size:14px;
  color:#6b7280;
  line-height:1.6;
}


/* ==============================
   RESPONSIVE
============================== */

/* Tablet */
@media(max-width:992px){

  .neet-usp-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .neet-section-header h2{
    font-size:28px;
  }

}

/* Mobile */
@media(max-width:576px){

  .neet-why-choose{
    padding:60px 15px;
  }

  .neet-usp-grid{
    grid-template-columns:1fr;
    gap:20px;
  }

  .neet-section-header h2{
    font-size:24px;
  }

  .neet-section-header p{
    font-size:14px;
  }

  .neet-usp-card{
    padding:25px 20px;
  }

}

/* ====================================
   NEET SHORT TERM SECTION
====================================*/

.neet-section{
  padding:80px 0;
}

/* ===============================
   TITLE & DESCRIPTION
================================ */

.neet-title{
  font-size:32px;
  font-weight:700;
  color:#212529;
  margin-bottom:15px;
}

.neet-desc{
  font-size:17px;
  color:#444;
  line-height:1.6;
  margin-bottom:20px;
  max-width:620px;
}

/* ===============================
   NEET LIST (CARD STYLE)
================================ */

.neet-list{
  list-style:none;
  padding-left:0;
  margin-top:20px;
}

.neet-list li{
  position:relative;
  margin-bottom:15px;
  padding:14px 18px 14px 48px;
  background:#ffffff;
  border-radius:12px;
  box-shadow:0 5px 18px rgba(0,0,0,0.05);
  transition:all 0.3s ease;
  font-size:15px;
  color:#555;
}

.neet-list li:hover{
  transform:translateY(-4px);
  box-shadow:0 8px 25px rgba(0,0,0,0.08);
}

.neet-list li::before{
  content:"✔";
  position:absolute;
  left:18px;
  top:50%;
  transform:translateY(-50%);
  width:22px;
  height:22px;
    background:#ff7a00;
  color:#fff;
  font-size:12px;
  font-weight:bold;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
}

/* ===============================
   IMAGE OVERLAY EFFECT
================================ */

.neet-image-col{
  position:relative;
  overflow:hidden;
  border-radius:20px;
  box-shadow:0 10px 30px rgba(0,0,0,0.08);
  transition:all 0.4s ease;
}

.neet-image-col img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  border-radius:20px;
  transition:transform 0.6s ease;
}

/* Overlay */
.neet-image-col::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:linear-gradient(
      to top,
      rgba(0,0,0,0.6),
      rgba(0,0,0,0.2),
      rgba(0,0,0,0)
  );
  opacity:0;
  transition:opacity 0.4s ease;
  border-radius:20px;
  z-index:1;
}

/* Hover Effects */

.neet-image-col:hover img{
  transform:scale(1.08);
}

.neet-image-col:hover::before{
  opacity:1;
}

.neet-image-col:hover{
  box-shadow:0 15px 40px rgba(0,0,0,0.15);
}

/* ===============================
   RESPONSIVE
================================ */

@media(max-width:992px){

  .neet-image-col{
    margin-bottom:30px;
  }

  .neet-content-col{
    text-align:center;
  }

  .neet-list li{
    padding-left:20px;
  }

  .neet-list li::before{
    display:none;
  }
}

@media(max-width:576px){

  .neet-section{
    padding:70px 0;
  }

  .neet-title{
    font-size:24px;
  }

  .neet-desc{
    font-size:16px;
  }

  .neet-image-col{
    border-radius:15px;
  }

  .neet-image-col img{
    border-radius:15px;
  }
}

/* subjects, syllabus, iit jee subjects, iit jee syllabus, iit jee topics, iit jee chapters, iit jee preparation subjects, iit jee study plan, iit jee coaching subjects, iit jee online classes subjects, iit jee crash course subjects */
/* ===============================
   SUBJECTS SECTION
================================ */

.neet-subjects-section {
  background-color: #f8f9fa;
}

/* HEADING */
.neet-subjects-heading {
  font-size: 34px;
  font-weight: 700;
  color: #212529;
  margin-bottom: 5px;
}

.neet-subjects-subtext {
  font-size: 16px;
  color: #6c757d;
}

/* CARD */
.neet-subject-card {
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  transition: all 0.35s ease;
}

.neet-subject-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.15);
}

/* IMAGE (TOP HALF) */
.neet-card-image {
  height: 240px;
  background-size: cover;
  background-position: center;
}

/* SUBJECT IMAGES */
.neet-physics-bg {
  background-image: url("../images/lecturer-sri/physics.webp");
}


.neet-chemistry-bg {
  background-image: url("../images/lecturer-sri/chem.webp");
}

.neet-biology-bg {
  background-image: url("../images/lecturer-sri/biology.webp");
}

/* CONTENT */
.neet-card-content {
  padding: 22px 20px;
}

.neet-subject-title {
  font-size: 22px;
  font-weight: 600;
  color: #212529;
  margin-bottom: 10px;
}

/* POINTS */
.neet-subject-points {
  padding-left: 18px;
  margin: 0;
}

.neet-subject-points li {
  font-size: 14px;
  color: #555;
  margin-bottom: 6px;
  line-height: 1.5;
}
/* CARD FLEX STRUCTURE (important for bottom button) */
.neet-subject-card{
  display:flex;
  flex-direction:column;
}

/* CONTENT flexible height */
.neet-card-content{
  padding:22px 20px;
  flex-grow:1;
}

/* FOOTER BUTTON AREA */
.neet-card-footer{
  padding:15px 20px 22px;
}

/* MODERN ENROLL BUTTON */
.neet-enroll-btn{
  display:inline-block;
  padding:10px 22px;
  border-radius:30px;
  background:#8db320;
  color:#fff;
  font-size:14px;
  font-weight:600;
  text-decoration:none;
  transition:.3s;
}

.neet-enroll-btn:hover{
  background:#afd83c;
  color:#fff;
  transform:translateY(-2px);
}

/* ===============================
   TABLET RESPONSIVE
================================ */
@media (max-width: 991px) {

  .neet-subjects-heading {
    font-size: 30px;
  }

  .neet-card-image {
    height: 160px;
  }
}

/* ===============================
   MOBILE RESPONSIVE
================================ */
@media (max-width: 576px) {

  .neet-subjects-heading {
    font-size: 26px;
  }

  .neet-subjects-subtext {
    font-size: 15px;
  }

  .neet-card-image {
    height: 140px;
  }

  .neet-subject-title {
    font-size: 20px;
  }

  .neet-subject-points li {
    font-size: 13px;
  }
}









/* =====================================
   EAMCET HERO SECTION
=====================================*/
.eamcet-hero {
  background: linear-gradient(
              rgba(0, 0, 0, 0.41),
              rgba(0, 0, 0, 0.35)
            ),
            url("../images/SEP-IMG-RIGHT/home-eamcet.webp") center/cover no-repeat;
  color: #ffffff;
  padding: 90px 0;
  margin-top: 80px;
  min-height:600px;
height:auto;

}

.eamcet-hero h1{
  font-size:42px;
  font-weight:700;
  line-height:1.3;
     color: #ceff44;
}

.eamcet-highlight{
   color: #FFD166;
}

.eamcet-hero-desc{
  font-size:18px;
  color:#fff;
  margin-top:15px;
}

/* INFO BOX */
.eamcet-hero-box {
  background: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(6px);
  padding: 22px 20px;
  border-radius: 12px;
  margin-top: 20px;
}
/* BUTTON */
.eamcet-hero .btn {
  font-weight: 600;
  padding: 12px 28px;
  border-radius: 8px;
  padding:25px;
}
/* HERO RESPONSIVE */

@media(max-width:992px){
  .eamcet-hero{
    text-align:center;
    padding:60px 0;
    margin-top: 50px;
  }
}

@media(max-width:768px){
  .eamcet-hero h1{
    font-size:26px;
  }
  .eamcet-hero-desc{
    font-size:16px;
  }
}

@media(max-width:576px){
  .eamcet-hero .btn{
    width:100%;
  }
}
















/* EAMCET Classes Section ---------------------------------------------------------------------------------------------------------*/
/* =================================================
   EAMCET CLASSES SECTION
================================================= */

.eamcet-classes{
  padding:90px 20px;
  background:#f4f8ff;
  font-family:'Poppins',sans-serif;
}

/* Container */
.eamcet-container{
  max-width:1200px;
  margin:auto;
}

/* Header */
.eamcet-section-header{
  text-align:center;
  margin-bottom:50px;
}

.eamcet-section-header h2{
  font-size:34px;

  font-weight:700;
  margin-bottom:10px;
}

.eamcet-section-header p{
  color:#6b7280;
  font-size:16px;
}

/* Grid */
.eamcet-class-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:30px;
}

/* Card */
.eamcet-class-card{
  background:#ffffff;
  border-radius:16px;
  padding:30px;
  box-shadow:0 10px 25px rgba(0,0,0,0.06);
  transition:0.3s ease;
  border:1px solid #e3ecff;
}

.eamcet-class-card:hover{
  transform:translateY(-8px);
  box-shadow:0 18px 35px rgba(0,0,0,0.12);
}

/* Card Top */
.eamcet-card-top{
  margin-bottom:15px;
}

.eamcet-card-top h3{
  font-size:22px;
  color:#0b3c6f;
  margin-bottom:6px;
}

.eamcet-tag{
  background:#e8f0ff;
  color:#8db320;
  font-size:13px;
  padding:6px 12px;
  border-radius:6px;
  display:inline-block;
}

/* List */
.eamcet-class-card ul{
  list-style:none;
  padding:0;
  margin:20px 0;
}

.eamcet-class-card ul li{
  font-size:15px;
  margin-bottom:10px;
  color:#374151;
  position:relative;
  padding-left:20px;
}

.eamcet-class-card ul li::before{
  content:"✔";
  position:absolute;
  left:0;
  color:#0fadc0;
  font-size:14px;
}

/* Buttons */
.eamcet-card-footer{
  display:flex;
  gap:12px;
  flex-wrap:wrap;
}

.eamcet-btn{
  text-decoration:none;
  padding:10px 18px;
  border-radius:8px;
  font-size:14px;
  font-weight:600;
  transition:0.3s;
}

.eamcet-btn-primary{
  background: #8db320;
  color:#fff;
}

.eamcet-btn-primary:hover{
background:#8db320;
}

.eamcet-btn-secondary{
  background:#eef2ff;
  color:#8db320;
}

.eamcet-btn-secondary:hover{
  background:#dbe4ff;
}


/* =================================================
   RESPONSIVE DESIGN
================================================= */

/* Tablet */
@media(max-width:992px){

  .eamcet-class-grid{
    grid-template-columns:1fr;
  }

  .eamcet-section-header h2{
    font-size:28px;
  }

}

/* Mobile */
@media(max-width:576px){

  .eamcet-classes{
    padding:60px 15px;
  }

  .eamcet-class-card{
    padding:24px;
  }

  .eamcet-section-header h2{
    font-size:24px;
  }

  .eamcet-btn{
    width:100%;
    text-align:center;
  }

}






/* ==============================
   EAMCET WHY CHOOSE US SECTION
================================================================================================================================== */

.eamcet-why-choose{
  padding:80px 20px;
  background:#f7f9ff;
  font-family:'Poppins', sans-serif;
}

/* Container */
.eamcet-container{
  max-width:1200px;
  margin:auto;
}

/* Header */
.eamcet-section-header{
  text-align:center;
  margin-bottom:50px;
}

.eamcet-section-header h2{
  font-size:34px;
  font-weight:700;
 
  margin-bottom:10px;
}

.eamcet-section-header p{
  font-size:16px;
  color:#6b7280;
}

/* Grid Layout */
.eamcet-usp-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:25px;
}

/* Card */
.eamcet-usp-card{
  background:#ffffff;
  padding:30px 25px;
  border-radius:12px;
  text-align:center;
  transition:0.3s ease;
  box-shadow:0 6px 18px rgba(0,0,0,0.05);
  border:1px solid #e8eef8;
}

.eamcet-usp-card:hover{
  transform:translateY(-6px);
  box-shadow:0 12px 28px rgba(0,0,0,0.1);
}

/* Icon */
.eamcet-usp-icon{
  font-size:34px;
  margin-bottom:15px;
}

/* Title */
.eamcet-usp-card h3{
  font-size:18px;
  color:#0b3c6f;
  margin-bottom:10px;
  font-weight:600;
}

/* Text */
.eamcet-usp-card p{
  font-size:14px;
  color:#6b7280;
  line-height:1.6;
}


/* ==============================
   RESPONSIVE DESIGN
============================== */

/* Tablet */
@media(max-width:992px){

  .eamcet-usp-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .eamcet-section-header h2{
    font-size:28px;
  }

}

/* Mobile */
@media(max-width:576px){

  .eamcet-why-choose{
    padding:60px 15px;
  }

  .eamcet-usp-grid{
    grid-template-columns:1fr;
    gap:20px;
  }

  .eamcet-section-header h2{
    font-size:24px;
  }

  .eamcet-section-header p{
    font-size:14px;
  }

  .eamcet-usp-card{
    padding:25px 20px;
  }

}

/* =====================================
   SHORT TERM SECTION - MODERN DESIGN
=====================================*/

.eamcet-section{
  padding:100px 0;
  background:linear-gradient(135deg,#f8f9ff,#eef1ff);
}

/* Title */

.eamcet-title{
  font-size:34px;
  font-weight:700;
  color:#111;
  margin-bottom:15px;
}

.eamcet-desc{
  font-size:18px;
  color:#666;
  line-height:1.7;
  margin-bottom:20px;
}

/* =====================================
   LIST DESIGN
=====================================*/

.eamcet-list{
  list-style:none;
  padding-left:0;
  margin-top:20px;
}

.eamcet-list li{
  position:relative;
  margin-bottom:15px;
  padding:14px 18px 14px 48px;
  background:#ffffff;
  border-radius:12px;
  box-shadow:0 5px 18px rgba(0,0,0,0.05);
  transition:all 0.3s ease;
}

.eamcet-list li:hover{
  transform:translateY(-4px);
  box-shadow:0 8px 25px rgba(0,0,0,0.08);
}

.eamcet-list li::before{
  content:"✔";
  position:absolute;
  left:18px;
  top:50%;
  transform:translateY(-50%);
  width:22px;
  height:22px;
  background:#ff7a00;
  color:#fff;
  font-size:12px;
  font-weight:bold;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
}

/* =====================================
   IMAGE MODERN OVERLAY EFFECT
=====================================*/

.eamcet-image-col{
  position:relative;
  overflow:hidden;
  border-radius:20px;
  box-shadow:0 10px 30px rgba(0,0,0,0.08);
  transition:all 0.4s ease;
}

.eamcet-image-col img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  border-radius:20px;
  transition:transform 0.6s ease;
}

/* Overlay */
.eamcet-image-col::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background:linear-gradient(
      to top,
      rgba(0,0,0,0.6),
      rgba(0,0,0,0.2),
      rgba(0,0,0,0)
  );
  opacity:0;
  transition:opacity 0.4s ease;
  border-radius:20px;
  z-index:1;
}

/* Hover Effects */

.eamcet-image-col:hover img{
  transform:scale(1.08);
}

.eamcet-image-col:hover::before{
  opacity:1;
}

.eamcet-image-col:hover{
  box-shadow:0 15px 40px rgba(0,0,0,0.15);
}

/* =====================================
   RESPONSIVE
=====================================*/

@media(max-width:992px){

  .eamcet-image-col{
    margin-bottom:30px;
  }

  .eamcet-content-col{
    text-align:center;
  }

  .eamcet-list li{
    padding-left:20px;
  }

  .eamcet-list li::before{
    display:none;
  }
}

@media(max-width:576px){

  .eamcet-section{
    padding:70px 0;
  }

  .eamcet-title{
    font-size:24px;
  }

  .eamcet-desc{
    font-size:16px;
  }

  .eamcet-image-col{
    border-radius:15px;
  }

  .eamcet-image-col img{
    border-radius:15px;
  }
}

/* subjects, syllabus, iit jee subjects, iit jee syllabus, iit jee topics, iit jee chapters, iit jee preparation subjects, iit jee study plan, iit jee coaching subjects, iit jee online classes subjects, iit jee crash course subjects */
/* ===================================
   EAMCET SUBJECTS SECTION
=================================== */
.eamcet-subjects-section{
  background:#f8f9fa;
}

/* HEADING */
.eamcet-subjects-heading{
  font-size:34px;
  font-weight:700;
  color:#212529;
  margin-bottom:5px;
}

.eamcet-subjects-subtext{
  font-size:16px;
  color:#6c757d;
}

/* ===================================
   CARD DESIGN
=================================== */
.eamcet-subject-card{
  background:#fff;
  border-radius:16px;
  overflow:hidden;
  height:100%;
  box-shadow:0 10px 30px rgba(0,0,0,0.08);
  transition:all .35s ease;
  display:flex;
  flex-direction:column;
}

.eamcet-subject-card:hover{
  transform:translateY(-10px);
  box-shadow:0 18px 40px rgba(0,0,0,0.15);
}

/* IMAGE */
.eamcet-card-image{
  height:240px;
  background-size:cover;
  background-position:center;
}

/* BACKGROUND IMAGES */
.eamcet-physics-bg{
  background-image:url("../images/lecturer-sri/physics.webp");
}

.eamcet-maths-bg{
  background-image:url("../images/lecturer-sri/maths.webp");
}

.eamcet-chemistry-bg{
  background-image:url("../images/lecturer-sri/chem.webp");
}

/* CONTENT */
.eamcet-card-content{
  padding:22px 20px;
  flex-grow:1;
}

.eamcet-subject-title{
  font-size:22px;
  font-weight:600;
  color:#212529;
  margin-bottom:10px;
}

/* POINTS */
.eamcet-subject-points{
  padding-left:18px;
  margin:0;
}

.eamcet-subject-points li{
  font-size:14px;
  color:#555;
  margin-bottom:6px;
  line-height:1.5;
}

/* ===================================
   ENROLL BUTTON
=================================== */
.eamcet-card-footer{
  padding:15px 20px 22px;
}

.eamcet-enroll-btn{
  display:inline-block;
  padding:10px 24px;
  border-radius:30px;
   background: #8db320;
  color:#fff;
  font-size:14px;
  font-weight:600;
  text-decoration:none;
  transition:.3s;
}

.eamcet-enroll-btn:hover{
  background:#b3df3c;
  color:#fff;
  transform:translateY(-2px);
}

/* ===================================
   TABLET RESPONSIVE
=================================== */
@media (max-width:991px){

  .eamcet-subjects-heading{
    font-size:30px;
  }

  .eamcet-card-image{
    height:160px;
  }

}

/* ===================================
   MOBILE RESPONSIVE
=================================== */
@media (max-width:576px){

  .eamcet-subjects-heading{
    font-size:26px;
  }

  .eamcet-subjects-subtext{
    font-size:15px;
  }

  .eamcet-card-image{
    height:140px;
  }

  .eamcet-subject-title{
    font-size:20px;
  }

  .eamcet-subject-points li{
    font-size:13px;
  }

  .eamcet-enroll-btn{
    padding:9px 20px;
    font-size:13px;
  }

}
