@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,900&display=swap");

/* Roboto Slab */
@import url("https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@100;200;300;400;500;600;700;800;900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

html {
  scroll-behavior: smooth;
}

:root {
  --primary-color: #f47335;
  --primary-hover-color: #cc4a0d;
  --title-color: #31303e;
  --text-gray: #686868;
  --text-white: white;
  --gradient-color: linear-gradient(45deg, #6827b0, #3498db);
  --section-bg-color: #f8f9fa;
  --topbar-bg: #222222;
  --black-color: #333333;
  --hover-text-color: rgb(224, 224, 224);
  --box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
::selection {
  background: var(--primary-color);
  text-shadow: none;
  color: var(--text-white);
}

ul {
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
}
p {
  margin: 0;
  font-size: 15px;
  color: var(--text-gray);
  line-height: 28px;
}
a {
  text-decoration: none;
}
#sliderbox .container{
  padding-right: 0;
}
#sliderbox .row{
  margin-left: 0;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px !important;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 85%;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 95%;
  }
}
@media (max-width: 767px) {
  .container {
    max-width: 98%;
  }
}

/* topbar css start */
@media (min-width: 992px) {
  .topbar {
    width: 100%;
    background: var(--topbar-bg);
    padding: 8px 0;
  }

  .topbar_Ul {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    gap: 20px !important;
    list-style: none;
  }
  .topbar_Ul li a {
    font-size: 14px !important;
    color: var(--hover-text-color);
    display: flex;
    align-items: center;
    gap: 5px;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
  }
  .topbar_Ul li a:hover {
    color: var(--hover-text-color);
  }
  .topbar_Ul li p {
    font-size: 14px !important;
    color: var(--text-white);
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 0;
  }
  .topbar_Ul li p i {
    font-size: 12px;
  }
  .topbar_Ul li a i {
    font-size: 12px;
  }

  .topbar_ul_2 {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .topbar_ul_2 span {
    color: var(--text-white);
  }

  .topbar_ul_2 li a {
    font-size: 14px !important;
    color: var(--hover-text-color);
    transition: all 0.2s ease-in-out;
    font-weight: 600;
  }
  .topbar_ul_2 a:hover {
    color: var(--text-white);
  }
}

@media (min-width: 768px) {
  .topbar {
    width: 100%;
    background: var(--topbar-bg);
    padding: 8px 0;
  }

  .topbar_Ul {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    gap: 10px;
    list-style: none;
  }
  .topbar_Ul li a {
    font-size: 12px;
    color: var(--hover-text-color);
    display: flex;
    align-items: center;
    gap: 5px;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
  }
  .topbar_Ul li a:hover {
    color: var(--text-white);
  }
  .topbar_Ul li p {
    font-size: 12px;
    color: var(--text-white);
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 0;
  }
  .topbar_Ul li p i {
    font-size: 12px;
  }
  .topbar_Ul li a i {
    font-size: 12px;
  }

  .topbar_ul_2 {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .topbar_ul_2 span {
    color: var(--text-white);
  }

  .topbar_ul_2 li a {
    font-size: 12px;
    color: var(--hover-text-color);
    transition: all 0.2s ease-in-out;
    font-weight: 600;
  }
  .topbar_ul_2 a:hover {
    color: var(--text-white);
  }
}
@media (max-width: 767px) {
  .topbar {
    width: 100%;
    background: var(--topbar-bg);
    padding: 8px 0;
  }

  .topbar_Ul {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    gap: 10px;
    list-style: none;
  }
  .topbar_Ul li a {
    font-size: 12px;
    color: var(--hover-text-color);
    display: flex;
    align-items: center;
    gap: 5px;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
  }
  .topbar_Ul li a span {
    display: none;
  }
  .topbar_Ul .work {
    display: none;
  }
  .topbar_Ul li a:hover {
    color: var(--text-white);
  }
  .topbar_Ul li p {
    font-size: 12px;
    color: var(--text-white);
    display: flex;
    align-items: center;
    gap: 5px;
    margin: 0;
  }
  .topbar_Ul li p i {
    font-size: 12px;
  }
  .topbar_Ul li a i {
    font-size: 12px;
  }

  .topbar_ul_2 {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  .topbar_ul_2 span {
    color: var(--text-white);
  }

  .topbar_ul_2 li a {
    font-size: 12px;
    color: var(--hover-text-color);
    transition: all 0.2s ease-in-out;
    font-weight: 600;
  }
  .topbar_ul_2 a:hover {
    color: var(--text-white);
  }
}
/* topbar css end */

/* navbar css start */
nav.navbar.navbar-expand-lg.navbar-main {
  position: fixed;
  top: 0;
  background: var(--text-white);
  padding: 13px 0;
  transition: all 0.5s ease;
  box-shadow: 0 10px 10px -10px rgba(33, 43, 53, 0.1);
  z-index: 100;
}

nav.navbar.navbar-expand-lg.navbar-main .nav-link {
  color: var(--black-color);
}
.navbar {
  position: absolute;
  top: 40px px;
  background-color: transparent;
  z-index: 100;
  width: 100%;
  transition: all 0.5s ease;
}
.logoImg {
  height: 40px;
  object-fit: contain;
}
.navbar-nav li:hover > ul.dropdown-menu {
  display: block;
}
.navbar .nav-link {
  color: var(--text-white);
  transition: all 0.2s linear;
  /* font-family: "Roboto Slab", serif; */
  font-size: 14px;
  text-transform: uppercase;
}
.navbar .nav-link:hover {
  color: var(--primary-color);
}
.dropdown-submenu {
  position: relative;
}
.dropdown-menu {
  min-width: 14rem;
}
.dropdown-item {
  font-size: 14px;
  text-transform: uppercase;
  transition: all 0.2s linear;
  padding: 10px;
}
.dropdown-item:hover {
  background-color: var(--primary-color);
  color: var(--text-white);
}

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  z-index: 50;
  position: absolute;
}

/* rotate caret on hover */
.dropdown-menu > li > a:hover:after {
  text-decoration: underline;
  transform: rotate(-90deg);
}

@media (max-width: 992px) {
  .navbar-collapse {
    position: absolute;
    top: 50px;
    background: rgb(96, 125, 139);
    width: 100%;
    left: 0;
    padding: 0px 30px;
  }
  .navbar-toggler {
    padding: 0;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
  }
  .navbar-toggler:focus,
  .navbar-toggler:active,
  .navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
  }
  .fa-bars {
    color: #ab3b06;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
}
/* navbar css end */

/* swiper css start */
.swiper {
  width: 100%;
  height: 600px;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  color: #f4733547;
  width: 25px;
}
.swiper-button-prev:hover,
.swiper-rtl .swiper-button-next {
  color: var(--primary-color);
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  color: #f4733547;
  width: 25px;
}
.swiper-button-next:hover,
.swiper-rtl .swiper-button-prev {
  color: var(--primary-color);
}
.swiper-pagination-bullet-active {
  background-color: var(--primary-color);
}
.swiper-android .swiper-slide,
.swiper-wrapper {
  padding-bottom: 40px;
}
.swiper-pagination {
  bottom: 0 !important;
}
/* swiper css end */

/* slder css start */
.swiper-slide {
  position: relative;
}
.gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.418);
}
.herotitlewrapper {
  position: absolute;
  z-index: 10;
  top: 20%;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.herotitlewrapper p {
  text-transform: uppercase;
  font-weight: 400;
  font-size: 20px;
  color: var(--text-white);
  font-family: "Roboto Slab", serif;
}
.herotitlewrapper h2 {
  font-size: 4rem;
  font-weight: bold;
  color: var(--text-white);
  text-transform: uppercase;
  font-family: "Roboto Slab", serif;
}
.herotitlewrapper button {
  padding: 10px 20px;
  border: none;
  outline: none;
  text-transform: uppercase;
  background-color: var(--primary-color);
  color: var(--text-white);
  font-family: "Roboto Slab", serif;
}
.herotitlewrapper button:hover {
  background-color: var(--primary-hover-color);
  color: var(--text-white);
}

/* slider box */

#sliderbox {
  position: absolute;
  z-index: 10;
  bottom: 10%;
  left: 0;
  width: 100%;
  display: block;
}
.slider {
  background-color: rgba(0, 0, 0, 0.705);
  margin-right: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 20px 20px;
  transition: all 0.2s linear;
  font-family: "Roboto Slab", serif;
}
a.nav-link:last-child {
  padding-right: 0 !important;
}
/* .slider:last-child {
  margin-right: 0;
} */
.slider:hover {
  background-color: black;
}
.slider i {
  font-size: 3rem;
  color: var(--primary-color);
}
.slider h2 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.4em;
  color: var(--text-white);
  text-transform: uppercase;
  font-family: "Roboto Slab", serif;
}
.slider a {
  text-transform: capitalize;
  color: var(--primary-color);
  font-size: 15px;
  font-family: "Roboto Slab", serif;
}
.slider a i {
  font-size: 12px;
}
.slider a:hover {
  text-decoration: underline;
}
.sliderBoxTitle {
  display: flex;
  flex-direction: column;
}
.sliderboxMobile {
  display: none;
}

@media (max-width: 992px) {
  .slider h2 {
    font-size: 1.1rem;
    font-weight: 600;
    line-height: 1.4em;
    color: var(--text-white);
    text-transform: uppercase;
    font-family: "Roboto Slab", serif;
  }
  .slider i {
    font-size: 2rem;
    color: var(--primary-color);
  }
}

@media (max-width: 768px) {
  .swiper {
    width: 100%;
    height: 250px;
  }

  .herotitlewrapper {
    position: absolute;
    z-index: 10;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 5px;
    justify-content: center;
    align-items: center;
    transform: translate(-50%, -50%);
    text-align: center;
    left: 50%;
    top: 50%;
  }
  .herotitlewrapper p {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 15px;
    color: var(--text-white);
    font-family: "Roboto Slab", serif;
  }
  .herotitlewrapper h2 {
    font-size: 2rem;
    font-weight: bold;
    color: var(--text-white);
    text-transform: uppercase;
    font-family: "Roboto Slab", serif;
  }
  .herotitlewrapper button {
    font-size: 14px;
  }

  #sliderbox {
    display: none;
  }

  /* slider mobile */
  .sliderboxMobile {
    display: block;
  }
  .updateNews {
    display: flex;
    align-items: center;
    margin: 10px 0 !important;
}
  .slider i {
    font-size: 3rem;
    color: var(--primary-color);
  }
  #sliderbox {
    position: absolute;
    z-index: 10;
    bottom: 20%;
    left: 0;
    width: 100%;
  }
  .slider {
    background-color: rgba(0, 0, 0, 0.705);
    margin-bottom: 15px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
    padding: 20px 20px;
    transition: all 0.2s linear;
    font-family: "Roboto Slab", serif;
  }
  .slider:last-child {
    margin-right: 0;
  }
  .slider:hover {
    background-color: black;
  }
  .slider i {
    font-size: 2rem;
    color: var(--primary-color);
  }
  .slider h2 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4em;
    color: var(--text-white);
    text-transform: uppercase;
    font-family: "Roboto Slab", serif;
  }
  .slider a {
    text-transform: capitalize;
    color: var(--primary-color);
    font-size: 15px;
    font-family: "Roboto Slab", serif;
  }
  .slider a i {
    font-size: 12px;
  }
  .slider a:hover {
    text-decoration: underline;
  }
  .sliderBoxTitle {
    display: flex;
    flex-direction: column;
  }
  .swiper-button-next,
  .swiper-button-prev {
    width: 25px !important;
    height: 25px !important;
  }
  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 25px !important;
  }
}

/* slider css end */

/* success css start */

.success {
  width: 100%;
  padding: 2rem 0;
}
.successRow {
  gap: 20px;
}
#successBox {
  box-shadow: var(--box-shadow);
  text-align: center;
  padding: 35px 20px 40px 20px;
  position: relative;
  -moz-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#successBox::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--gradient-color);
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale(0.3);
  transform: scale(0.3);
  visibility: hidden;
  -moz-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#successBox:hover::before {
  opacity: 1;
  height: 100%;
  width: 100%;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
  border-radius: 50%;
}
#successBox i {
  font-size: 54px;
  color: var(--primary-color);
  transition: all 0.3s ease-in-out 0s;
}
#successBox:hover i {
  color: var(--text-white);
}
#successBox h3 {
  color: var(--title-color);
  clear: both;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 15px;
  transition: all 0.3s ease-in-out 0s;
}
#successBox:hover h3 {
  color: var(--text-white);
}
#successBox p {
  color: var(--text-gray);
  font-size: 15px;
  line-height: 28px;
  transition: all 0.3s ease-in-out 0s;
}
#successBox:hover p {
  color: var(--text-white);
}

@media (max-width: 768px) {
  .success {
    margin-top: 5px;
    padding: 0;
  }
  .successRow {
    flex-direction: column;
  }
  #successBox i {
    font-size: 2rem;
    color: var(--primary-color);
    transition: all 0.3s ease-in-out 0s;
  }
  #successBox h3 {
    color: var(--title-color);
    clear: both;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 0px;
    padding-top: 10px;
    padding-bottom: 5px;
    transition: all 0.3s ease-in-out 0s;
  }
}
/* success css end */

/* course css start */

#course {
  width: 100%;
  padding-bottom: 2rem;
}
.courseTitle {
  width: 55%;
  margin: auto;
  text-align: center;
}
.courseTitle h2 {
  margin-bottom: 15px;
  color: var(--thm-heading);
  font-size: 45px;
  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  font-weight: 700;
}
.courseTitle h2 span {
  color: var(--primary-color);
}

/* box css */
.course .nav-tabs {
  border-bottom: 0px solid #dee2e6;
  justify-content: flex-start;
  margin: 0;
  padding-top: 3rem;
  gap: 20px;
}
.course li.nav-item {
  padding-right: 8px;
  padding-left: 8px;
  text-align: center;
}

.course .nav-tabs .nav-link {
  display: flex;
  box-shadow: var(--box-shadow);
  background: var(--text-white);
  border-radius: 3px;
  padding: 25px 12px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  border-radius: 50%;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  flex-direction: column;
  color: var(--text-gray);
  width: 150px;
  height: auto;
}
.course .nav-tabs .nav-link i {
  color: var(--primary-color) !important;
}

.course .nav-tabs .nav-link:hover {
  color: var(--text-white);
}
.course .nav-tabs .nav-link:hover i {
  color: var(--text-white) !important;
}
.course .nav-tabs .nav-link::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--gradient-color);
  z-index: -1;
  opacity: 0;
  border-radius: 3px;
  -webkit-transform: scale(0.4);
  transform: scale(0.4);
  visibility: hidden;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}

.course .nav-tabs .nav-link:hover::before {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
  border-radius: 50%;
}
.course .nav-tabs .nav-link.active i {
  color: var(--text-white) !important;
}

.course .nav-tabs .nav-link.active {
  background: var(--gradient-color);
  color: var(--text-white) !important;
}

.course .nav-tabs .nav-link i {
  color: var(--thm-color);
  font-size: 30px;
  margin-bottom: 15px;
  display: inline-block;
  -moz-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

#myTabContent {
  padding-top: 2rem;
}

#courseDes {
  box-shadow: var(--box-shadow);
  padding: 2rem 1rem;
}
.courseSubBox h2 {
  font-size: 24px;
  font-weight: 600;
  color: var(--title-color);
  margin-bottom: 20px;
}
.courseSubBox .des {
  padding-left: 15px;
  border-left: 2px solid var(--primary-color);
  margin-bottom: 20px;
}
.courseSub {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.courseSub p span {
  width: 10px;
  height: 10px;
  background: var(--primary-color);
}
button.startBtn {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: var(--box-shadow);
  position: relative;
  background: var(--primary-color);
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  margin: 0.4em;
  padding: 13px;
  cursor: pointer;
  color: var(--text-white);
  border: none;
  margin-left: 0;
  text-transform: capitalize;
  font-weight: 600;
  margin-top: 20px;
  font-size: 15px;
}
button.startBtn:hover {
  background-color: var(--primary-hover-color);
  color: var(--text-white);
}

.courseSub p {
  display: flex;
  align-items: center;
  gap: 15px;
}

.ratio {
  height: 100%;
  box-shadow: var(--box-shadow);
}

@media (max-width: 768px) {
  .course {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .courseTitle {
    width: 100%;
    margin: auto;
    text-align: center;
  }
  .courseTitle h2 {
    font-size: 24px;
    font-weight: 600;
  }

  .course .nav-tabs {
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding-top: 2rem;
  }

  .course .nav-tabs .nav-link {
    padding: 8px 12px;
    border-radius: unset;
    transform-origin: right;
    width: max-content;
  }
  .course .nav-tabs .nav-link::before {
    border-radius: unset;
    padding: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  .course li.nav-item {
    padding: 0;
  }
  .course .nav-tabs .nav-link i {
    display: none;
  }

  #courseDes {
    box-shadow: var(--box-shadow);
    padding: 1rem 0rem;
    flex-direction: column;
    gap: 10px;
  }
  .courseSubBox h2,
  .des,
  button.startBtn {
    margin-bottom: 15px !important;
  }

  .courseSub {
    gap: 0;
  }
}
/* course css end */

/* service css start */
.service {
  width: 100%;
  padding-bottom: 1rem;
  background-color: var(--section-bg-color);
}
.serviceWraper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.male {
  height: 300px;
}
.female {
  height: 300px;
}

.serviceBox {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: space-between;
  padding: 35px 20px;
  box-shadow: var(--box-shadow);
  background-color: var(--text-white);
}

img.serviceboxiconImg {
  height: 50px;
}

.serviceTitleWaper {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.serviceTitleWaper h3 {
  font-size: 20px;
  font-weight: 700;
}

@media (max-width: 768px) {
  .male {
    display: none;
  }
  .female {
    display: none;
  }
  .serviceBox {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: flex-start;
    padding: 30px 15px;
    box-shadow: var(--box-shadow);
  }
  img.serviceboxiconImg {
    height: 45px;
  }
  .serviceTitleWaper h3 {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
  }
}
/* service css end */

/* teacher css start */

.teachers {
  padding: 1.7rem 0;
  width: 100%;
}
.my-team {
  padding: 30px 0 40px;
  background: var(--text-white);
  text-align: center;
  overflow: hidden;
  position: relative;
  box-shadow: var(--box-shadow);
}
.my-team .pic {
  display: inline-block;
  width: 130px;
  height: 130px;
  margin-bottom: 50px;
  z-index: 1;
  position: relative;
}
.my-team .pic:before {
  content: "";
  width: 100%;
  height: 0;
  border-radius: 50%;
  background: var(--primary-color);
  position: absolute;
  bottom: 135%;
  right: 0;
  left: 0;
  opacity: 0.2;
  transform: scale(3);
  transition: all 0.3s linear 0s;
}
.my-team .pic img {
  width: 100%;
  height: auto;
  border-radius: 50%;
  transform: scale(1);
  transition: all 0.9s ease 0s;
}
.my-team .pic:after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: var(--primary-color);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.my-team .team-content {
  margin-bottom: 30px;
}
.my-team .title {
  font-size: 22px;
  font-weight: 700;
  color: var(--title-color);
  letter-spacing: 1px;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.my-team .post {
  display: block;
  font-size: 15px;
  color: var(--text-gray);
  text-transform: capitalize;
}
.my-team .social {
  width: 100%;
  padding: 0;
  margin: 0;
  background: var(--gradient-color);
  position: absolute;
  bottom: -100px;
  left: 0;
  transition: all 0.5s ease 0s;
}
.my-team .social li {
  display: inline-block;
}
.my-team .social li a {
  display: block;
  padding: 5px 10px;
  font-size: 17px;
  color: var(--text-white);
  transition: all 0.3s ease 0s;
  width: 38px;
}
.my-team .social li a:hover {
  background-color: var(--text-white);
  color: var(--primary-color);
}
.my-team:hover .pic:before {
  height: 100%;
}
.my-team:hover .pic img {
  box-shadow: 0 0 0 14px #f7f5ec;
  transform: scale(0.7);
}
.my-team:hover .social {
  bottom: 0;
}

/* teacher css end */

/* gallery css start */
.gallery {
  padding-bottom: 2rem;
}
.gallery .swiper {
  width: 100%;
  height: auto;
}
.portfolio {
  outline: 3px solid rgba(0, 0, 0, 0.02);
  overflow: hidden;
  position: relative;
  transition: all 0.4s ease 0s;
}
.portfolio:before {
  content: "";
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 0.9) 51%,
    rgba(255, 255, 255, 0.8) 52%
  );
  opacity: 0;
  transform-origin: bottom center;
  transform: scaleY(0);
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  z-index: 1;
  transition: all 0.4s ease 0s;
}
.portfolio img {
  width: 100%;
  height: auto;
  transform-origin: top center;
  transition: all 0.4s ease 0s;
}
.portfolio .portfolio-content {
  color: var(--primary-color);
  text-align: center;
  width: 100%;
  padding: 0 10px;
  opacity: 0;
  transform: translateY(-50%);
  position: absolute;
  top: 20%;
  left: 0;
  z-index: 2;
  transition: all 0.4s ease 0s;
}
.portfolio .icon {
  padding: 0;
  margin: 0 0 15px;
  list-style: none;
}
.portfolio .icon li {
  margin: 0 3px;
  display: inline-block;
}
.portfolio .icon li a {
  color: var(--text-white);
  background-color: #3498db;
  font-size: 16px;
  line-height: 50px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  box-shadow: 0 0 15px -3px rgba(0, 0, 0, 0.2);
  display: block;
  transition: all 0.3s ease 0s;
}
.portfolio .icon li a:hover {
  background-color: var(--primary-color);
  color: var(--text-white);
}
.portfolio .title {
  color: var(--title-color);
  font-size: 22px;
  font-weight: 600;
  text-transform: capitalize;
  letter-spacing: 1px;
  margin: 0 0 5px;
}
.portfolio .post {
  color: var(--title-color);
  font-size: 13px;
  font-weight: 400;
  text-transform: capitalize;
  letter-spacing: 1px;
  display: block;
}
.portfolio:hover:before {
  opacity: 1;
  transform: scaleY(1);
}
.portfolio:hover img {
  transform: scale(1.2);
}
.portfolio:hover .portfolio-content {
  opacity: 1;
  top: 50%;
}
/* gallery css end */

/* recent css start */
.recentNews {
  padding-bottom: 2rem;
}
.recent-single-blog {
  display: flex;
  flex-direction: column;
}

.recent-single-blog img {
  width: 100%;
  height: auto;
}

.recent-blog-content {
  display: flex;
  flex-direction: column;
}

.recent-blog-content ul {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
}

.recent-blog-content ul li a {
  font-size: 14px;
  color: var(--text-gray);
}
.recent-blog-content ul li a:hover {
  color: var(--primary-hover-color);
}

.recent-blog-content ul li a i {
  font-size: 14px;
  color: var(--primary-color);
}

.recent-blog-content h3 {
  font-size: 24px;
  font-weight: 600;
  color: var(--title-color);
  margin-top: 10px;
}

.recent-blog-content h3 a {
  color: var(--title-color);
  transition: all 0.2s linear;
}
.recent-blog-content h3 a:hover {
  color: var(--primary-hover-color);
}

a.recent-main-btn {
  background: var(--primary-color);
  color: var(--text-white);
  padding: 8px 15px;
}
a.recent-main-btn:hover {
  background-color: var(--primary-hover-color);
  color: var(--text-white);
}
.recent-hero-btn {
  margin-top: 20px;
}
.recentNews .swiper {
  width: 100%;
  height: 550px;
}
@media (max-width: 768px) {
  .recentNews .swiper {
    width: 100%;
    height: 100%;
    padding-bottom: 20px;
  }
  .recent-blog-content h3 {
    font-size: 24px;
    margin-top: 10px;
    line-height: 34px;
  }
}
/* recent css end */

/* contact css start */
.contact {
  background-color: var(--section-bg-color);
  padding: 2rem 0;
}
.addressBox {
  justify-content: flex-start;
  transition: all 0.2s linear;
  color: var(--title-color);
}
.addressBox:hover {
  background-color: var(--primary-color);
  color: var(--text-white);
}
.addressBox:hover p {
  color: var(--text-white);
}
.addressBox i {
  font-size: 30px;
  color: var(--primary-color);
}
.addressBox:hover i {
  color: var(--text-white);
}
.contactWrapper {
  display: flex;
  justify-content: space-between;
}

form.from {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 100%;
}

.name input {
  width: 100%;
  border-radius: 5px;
  padding: 10px 8px;
  outline: none;
  border: 1px solid gray;
  border-left: 2px solid var(--primary-color);
}
.email input {
  width: 100%;
  border-radius: 5px;
  padding: 10px 8px;
  outline: none;
  border: 1px solid gray;
  border-left: 2px solid var(--primary-color);
}
.phone input {
  width: 100%;
  border-radius: 5px;
  padding: 10px 8px;
  outline: none;
  border: 1px solid gray;
  border-left: 2px solid var(--primary-color);
}
.textAria textarea {
  width: 100%;
  border-radius: 5px;
  padding: 10px 8px;
  outline: none;
  border: 1px solid gray;
}
.sendBtn button {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: var(--box-shadow);
  position: relative;
  background: var(--primary-color);
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  margin: 0.4em;
  padding: 13px;
  cursor: pointer;
  color: var(--text-white);
  border: none;
  margin-left: 0;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 15px;
}
.sendBtn button:hover {
  background-color: var(--primary-hover-color);
  color: var(--text-white);
}
.map {
  height: 100%;
}
.map iframe {
  width: 100%;
  height: 100%;
}
.from input:focus,
.from textarea:focus {
  outline: 0;
  border-color: var(--primary-color);
  background-color: transparent;
}
/* contact css end */

/* subscribe css start */
.subscribe {
  padding: 2rem 0;
}
.atf-single-mailchamp {
  background: var(--text-white);
  padding: 45px 50px;
  width: 100%;
  margin: auto;
  border: 2px dashed #3498db;
  border-radius: 2px;
  box-shadow: 0 0 35px rgba(0, 0, 0, 0.2);
}
.atf-mailchame-content h2 {
  font-size: 30px;
  font-weight: 700;
  color: var(--title-color);
}
.atf-mailchame-content p {
  margin: 20px 0;
}
.subscribe-form-inner .form-inline {
  margin-top: 10px;
}
.atf-single-mailchamp .form-group {
  display: flex;
}
.subscribe-form-inner .form-control {
  height: 49px;
  margin-right: 5px;
}
.atf-single-mailchamp .atf-main-btn.btn {
  right: -8px;
  font-weight: 600;
  top: -1px;
  box-shadow: inherit;
  width: 120px;
  height: 50px;
  text-transform: uppercase;
  font-size: 13px;
  -webkit-transition: all 250ms ease-in;
  -moz-transition: all 250ms ease-in;
  line-height: normal;
  background-color: var(--primary-color);
  border-color: inherit;
  border-radius: 0;
  border: none;
  color: white;
}
input#email {
  width: 100%;
  padding: 11px 8px;
  border: 1px solid gray;
  outline: none;
  border-right: 0px;
}
input#email:focus {
  outline: 0;
  border-color: #3498db;
  background-color: transparent;
}
@media (max-width: 480px) {
  .atf-single-mailchamp {
    padding: 20px 20px;
  }
  .atf-mailchame-content h2 {
    font-size: 24px;
    font-weight: 600;
  }
  .atf-mailchame-content p {
    margin: 0px 0px 20px 0px;
  }
  .subscribe-form-inner .form-inline {
    height: 125px;
  }
  .atf-single-mailchamp .form-group {
    display: flex;
    position: unset;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
  .atf-hero-btn {
    width: 100%;
  }
  .atf-single-mailchamp .atf-main-btn.btn {
    position: unset;
    width: 100%;
  }
}
/* subscribe css end */

/* footer css start */
.atf-footer-area {
  background: var(--black-color);
  overflow: hidden;
}
.atf-section-padding {
  padding: 100px 0;
}
.atf-footer-area .atf-footer-link {
  position: relative;
}
.atf-footer-area .atf-footer-link::before {
  content: "";
  position: absolute;
  left: 14px;
  top: 38px;
  background: var(--primary-color);
  width: 7px;
  height: 7px;
  border-radius: 50%;
}
.atf-footer-area .atf-footer-link::after {
  content: "";
  position: absolute;
  left: 28px;
  top: 40px;
  background: var(--primary-color);
  width: 45px;
  height: 3px;
}
.atf-footer-link h5 {
  margin-bottom: 35px;
  color: var(--text-white);
  font-size: 18px;
  font-weight: 700;
}
.atf-footer-link p {
  color: var(--text-white);
}

@media (min-width: 992px) {
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
}
.text-white {
  --bs-text-opacity: 1;
  color: var(--text-white) !important;
  margin-top: 1.5rem !important;
  font-size: 20px;
}
.atf-footer-social-icon.mt-4 {
  margin-top: 1.5rem !important;
}
.atf-footer-social-icon a i {
  font-size: 16px;
  margin-right: 10px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  color: var(--text-white);
  background: var(--primary-color);
  text-align: center;
  background: var(--primary-color);
  transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
}
.atf-footer-link h5,
.atf-footer-link h5 a {
  margin-bottom: 35px;
  color: var(--text-white);
  font-size: 18px;
  font-weight: 700;
}
.atf-footer-link .atf-list-menu li a {
  color: var(--text-white);
  margin-bottom: 10px;
  display: block;
  position: relative;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  font-size: 15px;
}
.atf-footer-link .atf-list-menu li a:hover {
  color: var(--primary-color);
  text-decoration: underline;
}
.atf-footer-link img {
  width: 90px;
  margin: 0 5px 8px 0;
}
.atf-footer-boottom {
  padding: 22px 12px;
  background: rgba(0, 0, 0, 0.4);
}
.atf-footer-boottom p {
  color: var(--text-white);
}

p:last-child {
  margin-bottom: 0;
}
.atf-footer-boottom a {
  color: var(--thm-white);
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  opacity: 0.8;
  text-decoration: underline;
}
.atf-footer-boottom a:hover {
  color: var(--primary-color);
  text-decoration: none;
}
@media (max-width: 991px) {
  .atf-section-padding {
    padding: 50px 0;
  }
}
@media (max-width: 400px) {
  .atf-section-padding {
    padding: 28px 0;
  }
}
/* footer css end */

/* Back to Top Start css start  */
.back_to_top {
  position: fixed;
  right: 2%;
  bottom: -1000px;
  width: 28px;
  height: 60px;
  line-height: 60px;
  font-size: 16px;
  border: 2px solid var(--primary-color);
  color: var(--primary-color);
  text-align: center;
  background-color: var(--text-white);
  border-radius: 100px;
  z-index: 999;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  transition: all 0.5s ease-in-out;
}
a.back_to_top.active {
  bottom: 40px;
}
.back_to_top:hover {
  background-color: var(--primary-color);
  color: var(--text-white);
}
.back_to_top i {
  -webkit-animation: mymove 1s ease-in 0s infinite alternate;
  animation: mymove 1s ease-in 0s infinite alternate;
  display: inline-block;
  position: relative;
}
@keyframes mymove {
  0% {
    top: -5px;
  }
  100% {
    top: 5px;
  }
}
/* Back to Top Start css end  */
/* demo  css start */
.another {
  display: flex;
  flex-direction: column;
  position: fixed;
  z-index: 100;
  right: 5px;
  top: 25%;
  gap: 5px;
}

.demo {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  background: white;
  border-radius: 10px;
  padding: 5px;
  box-shadow: 0 0 6px -1px rgba(0,0,0,.14);
}
.demo:hover{
  background: cornsilk;
}


.demo span {
  font-size: 10px;
  font-weight: 500;
  color: var(--text-gray);
}

/* demo css end */

/* update news css start */

.updateNews {
  display: flex;
  align-items: center;
  margin-top: 2rem;
}

.newsTitleUp{
  background: var(--primary-color);
    margin: 0;
    padding: 12px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    color: white;
    text-transform: uppercase;
    font-size: 15px;
    width: 170px;
}

a.marqueeWraperr {
  color:  var(--primary-color);
  width: 100%;
}
a.marqueeWraperr marquee{
  display: flex;
}
a.marqueeWraperr marquee:hover{
  color:  var(--primary-hover-color);
  text-decoration: underline;
}
/* dpdate news css end */