@import url('https://fonts.googleapis.com/css2?family=Gideon+Roman&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.css');
@import url('https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.5.7/jquery.fancybox.min.css');
@import url(https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick.css);
@import url(https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.8.1/slick-theme.css);
/* @import url(css/animate.css); */
@import url(css/ma5-menu.min.css);
@import url(css/responsive.css);
@import url(css/slick-theme.css);

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Gideon Roman", serif;
  font-size: 30px;
}

p {
  font-family: "Gideon Roman", serif;
}

a {
  font-family: "Gideon Roman", serif;
  text-decoration: none;
}

input {
  font-family: "Gideon Roman", serif;
}

textarea {
  font-family: "Gideon Roman", serif;
}

button {
  font-family: "Gideon Roman", serif;
}

b {
  font-family: "Gideon Roman", serif;
}

strong {
  font-family: "Gideon Roman", serif;
}

div {
  font-family: "Gideon Roman", serif;
}

body {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

/*Custom CSS*/
/* h1,h2,h3,h4,h5,h6{font-size: 30px; margin: 0px; padding: 0px; font-weight: 600;  font-family: "Playfair Display", serif;} */
ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}

li {
  padding: 0px;
  margin: 0px;
  font-size: 15px;
  font-family: "Gideon Roman", serif;
}

a {
  font-size: 15px;
  font-family: "Gideon Roman", serif;
}

a:hover {
  text-decoration: none;
}

p {
  font-size: 15px;
  padding: 0px;
  margin: 0px;
  font-family: "Gideon Roman", serif;
}

body {
  padding: 0px;
  margin: 0px;
  box-sizing: content-box;
}

span {
  padding: 0px;
  margin: 0px;
  font-family: "Gideon Roman", serif;
}

button {
  font-family: "Gideon Roman", serif;
}

input,
textarea {
  font-family: "Gideon Roman", serif;
}

/*Start*/
.mail-and-phone ul li a {
  color: #000;
}

.login a {
  background: #334995;
  padding: 10px 30px;
  transition: 0.5s;
  margin-bottom: 10px;
  display: block;
}

.login a:hover {
  background: #19c8c7;
}

.sticky {
  background: #334995;
  position: sticky;
  z-index: 9999;
  top: 0px;
}

.fennec-mobile-nav .navbar-nav {
  overflow-y: auto;
  height: 428px;
}

.fennec-nav .navbar .navbar-nav .nav-item {
  position: relative;
  padding: 0;
}

.fennec-nav .navbar .navbar-nav .nav-item a {
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  padding: 20px 12px;
  position: relative;
  z-index: 1;
  margin: 0;
}

.fennec-nav .navbar .navbar-nav .nav-item a i {
  margin-left: 1px;
}

.fennec-nav .navbar .navbar-nav .nav-item a i::before {
  font-size: 11px;
}

.fennec-nav .navbar .navbar-nav .nav-item a:hover::before,
.fennec-nav .navbar .navbar-nav .nav-item a:focus::before,
.fennec-nav .navbar .navbar-nav .nav-item a.active::before {
  opacity: 1;
  visibility: visible;
}

.fennec-nav .navbar .navbar-nav .nav-item .dropdown-menu {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  background: #334995;
  position: absolute;
  border: none;
  top: 80px;
  left: 0;
  width: 250px;
  z-index: 99;
  display: block;
  opacity: 0;
  visibility: hidden;
  border-radius: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.fennec-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
  background-position: 0% 50%;
  padding-left: 12px;
}

.fennec-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
  text-transform: capitalize;
  padding: 5px 10px;
  display: block;
  color: #fff;
  margin-top: 6px;
  font-size: 15px;
  font-weight: 600;
}

.fennec-nav .navbar .navbar-nav .nav-item .dropdown-menu li a::before {
  display: none;
}

.fennec-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover,
.fennec-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus,
.fennec-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #fff;
}

.fennec-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover::after,
.fennec-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus::after,
.fennec-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active::after {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.fennec-nav .navbar .navbar-nav .nav-item .dropdown-menu li a::first-child {
  margin-top: 0;
}

.fennec-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  left: 220px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.fennec-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: 220px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.fennec-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}

.fennec-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}

.fennec-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 100%;
  margin-top: 0;
}

.navbar {
  padding: 0px;
}

a.color-orange {
  background: #333;
}

.addmission {
  background: #19c8c7;
}

.addmission p {
  font-size: 18px;
}

.about_text p {
  text-align: justify;
  margin-bottom: 15px;
  line-height: 25px;
}

#toTop {
  position: fixed;
  bottom: 30px;
  right: 15px;
  cursor: pointer;
  transition: 0.5s;
  z-index: 9999;
}

.blink {
  text-decoration: blink;
  animation-name: blinker;
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  animation-iteration-count: infinite;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
  animation-direction: alternate;
}

@-webkit-keyframes blinker {
  from {
    opacity: 1.0;
  }

  to {
    opacity: 0.0;
  }
}

@keyframes blinker {
  from {
    opacity: 1.0;
  }

  to {
    opacity: 0.0;
  }
}

.color-metter-news {
  background: #19c8c7;
  width: 70%;
  margin: 0px auto;
  text-align: center;
  border-radius: 10px;
}

.color-metter-news span {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
}

.news-slider p {
  font-size: 18px;
  color: #fff;
  line-height: 22px;
}

/*.news-slider .slick-next{right: 95%;}*/
.news-slider .slick-prev {
  left: 111%;
  transform: rotate(90deg);
  z-index: 99;
  top: 0px;
}

.news-slider .slick-next {
  transform: rotate(90deg);
  z-index: 99;
  right: -25%;
  top: 0px;
}

.slick-prev:before,
.slick-next:before {
  font-size: 35px;
}

.news-item {
  border-bottom: 1px solid #000 !important;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

/*.bg-setting{border-radius: 30px;}
*/
.color-blue-theme {
  /* background: #004587; */
  padding: 10px;
  min-height: 250px;
}

.color-orange-theme {
  /*background: #ff822c; */
  padding: 10px;
  min-height: 250px;
}

.card-boxes {
  text-align: justify;
}

.card-boxes span {
  font-size: 22px;
  text-align: center;
}

.color-mode {
  background: #fff;
  padding: 10px;
  border: 1px solid #ccc;
  min-height: 495px;
}

.color-mode img {
  margin-bottom: 10px;
  height: 250px;
  object-fit: cover;
}

.team-content p {
  text-align: justify;
  margin-bottom: 15px;
}

.team-btn a {
  padding: 8px 20px;
  color: #334995;
}

/*.latest-news{background: #004587;}*/
.latest_box span {
  font-weight: 700;
  text-align: center;
  display: block;
  font-size: 22px;
  color: #fff;
  font-family: "Playfair Display", serif;
}

.upcoming-item small {
  font-weight: 700;
  font-size: 15px;
  font-family: "Roboto", sans-serif;
  color: #fff;
}

.upcoming-item p {
  font-size: 13px;
  text-align: justify;
  color: #fff;
}

.upcoming-btn a {
  font-size: 13px;
  color: #fff;
}

.upcoming-slider .slick-prev {
  left: 111%;
  transform: rotate(90deg);
  z-index: 99;
  top: 0px;
}

.upcoming-slider .slick-next {
  transform: rotate(90deg);
  z-index: 99;
  right: -25%;
  top: 0px;
}

.color-chnages {
  background: #19c8c7 !important;
}

.facilities .title {
  margin: 0px auto;
  text-align: center;
}

.image {
  -webkit-animation: spin 99s linear infinite;
  -moz-animation: spin 99s linear infinite;
  animation: spin 99s linear infinite;
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* img.image {    width: 74%;} */

.border-desgin {
  border: 1px dashed #ccc;
  background: #005b8b;
}

.facilities-slider p {
  text-align: justify;
  color: #fff;
}

.facilities-slider span {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

.border-desgin img {
  margin: 0px auto;
  margin-bottom: 20px;
  display: block;
}

#whatsapp .wtsapp:focus {
  border: 0;
  outline: 0;
}

#whatsapp .wtsapp {
  position: fixed;
  transition: all .5s ease;
  background: #25d366;
  display: block;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  border-radius: 50px;
  border-right: 0;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  bottom: 135px;
  left: 25px;
  border: 0;
  z-index: 999;
  width: 50px;
  height: 50px;
  line-height: 48px;
}

#whatsapp .wtsapp:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 60px;
  height: 60px;
  background: #25d366;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.phone_lefts-side {
  position: relative;
}

.phone_lefts-side a {
  position: fixed;
  bottom: 50px;
  color: #000;
  animation: topBottom 4s infinite;
  z-index: 999;
  left: 25px;
  background-color: #19c8c7;
  padding: 10px 16px;
  border-radius: 50%;
  font-size: 20px;
  animation: bounce 4s infinite alternate;
}

.glow {
  font-size: 80px;
  color: #fff;
  text-align: center;
  -webkit-animation: glow 1s ease-in-out infinite alternate;
  -moz-animation: glow 1s ease-in-out infinite alternate;
  animation: glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 10px #f3fffd, 0 0 20px #f3fffd, 0 0 30px #f3fffd, 0 0 40px #f3fffd, 0 0 50px #f3fffd, 0 0 60px #f3fffd, 0 0 70px #f3fffd;
  }

  to {
    text-shadow: 0 0 20px #f3fffd, 0 0 30px #f3fffd, 0 0 40px #f3fffd, 0 0 50px #016098, 0 0 60px #f3fffd, 0 0 70px #f3fffd, 0 0 80px #f3fffd;
  }
}

@keyframes glow {
  from {
    text-shadow: 0 0 10px #f3fffd, 0 0 20px #f3fffd, 0 0 30px #f3fffd, 0 0 40px #f3fffd, 0 0 50px #f3fffd, 0 0 60px #f3fffd, 0 0 70px #f3fffd;
  }

  to {
    text-shadow: 0 0 20px #f3fffd, 0 0 30px #f3fffd, 0 0 40px #f3fffd, 0 0 50px #016098, 0 0 60px #f3fffd, 0 0 70px #f3fffd, 0 0 80px #f3fffd;
  }
}

.bounce {
  animation: bounce 965 1.6s ease infinite;
  transform-origin: 50% 50%;
}

@keyframes bounce {
  0% {
    transform: translateY(0);
  }

  12.5% {
    transform: translateY(0);
  }

  25% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-15px);
  }

  62.5% {
    transform: translateY(0);
  }

  75% {
    transform: translateY(-15px);
  }

  100% {
    transform: translateY(0);
  }
}

.social-icons i {
  width: 32px;
  height: 32px;
  color: red;
  display: block;
  line-height: 34px;
}

.social-icons i.fa-facebook-f {
  background: #007aeb;
}

.social-icons i.fa-x-twitter {
  background: #000;
}

.social-icons i.fa-instagram {
  background: #f09433;
  background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
}

.social-icons i.fa-youtube {
  background: red;
}

.social-icons i.fa-linkedin-in {
  background: #0069bd;
}

.social-icons ul li {
  background: #000;
  text-align: center;
  line-height: 35px;
}

.social-media {
  background: #334995;
}

.social-text p {
  font-size: 22px;
}

.copy-right {
  background: #033360;
}

/* footer{background-color: #004587;} */
a.logo-button {
  font-size: 23px;
  display: block;
  margin-bottom: 10px;
}

a.font-italic {
  color: #19c8c7;
}

.widget span {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 10px;
  display: block;
}

.widget ul li {
  line-height: 28px;
}

b {
  font-family: "Roboto", sans-serif;
}

.last-child-widget ul li {
  border-bottom: 1px solid #043d74;
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.widget ul li a {
  transition: 0.5s;
}

.widget ul li a:hover {
  color: #19c8c7 !important;
}

.midd-range span {
  font-size: 21px;
}

.midd-range h5 {
  font-size: 50px;
}

.midd-range p {
  font-size: 20px;
}

.fetch-btn a {
  background: #334995;
  padding: 10px 30px;
}

.gallery_box img {
  cursor: pointer;
}

.gallery_box {
  margin-bottom: 30px;
}

.our-gallery {
  background: #334995;
}

.bg-change {
  background-color: #005b8b;
}

.upcoming-item {
  border-bottom: 1px solid #0060bd !important;
}

.breadcumb {
  background: url(img/about2.png)no-repeat;
  background-attachment: fixed;
  background-size: cover;
}

.founder-content p {
  line-height: 25px;
}

.mission-img img {
  height: 300px;
  object-fit: cover;
  margin-bottom: 20px;
}

.mission-tagline h2 {
  margin-bottom: 12px;
}

.mission-tagline p {
  text-align: justify;
  margin-bottom: 12px;
  line-height: 25px;
}

.missions-side .border {
  min-height: 695px;
}

/*Table*/
table {
  font-family: "Roboto", sans-serif;
  border-collapse: collapse;
  width: 100%;
}

td,
th {
  border: 1px solid #f1f1f1;
  text-align: left;
  padding: 8px;
}

tr:nth-child(even) {
  color: #000;
  background-color: #eee;
}

.mandatory_box :nth-child(even) a {
  color: #fff;
}

.content-metter h2 {
  font-size: 25px;
  margin-bottom: 12px;
}

.content-metter p {
  margin-bottom: 12px;
  text-align: justify;
  line-height: 24px;
}

.calender-gallery_box img {
  cursor: pointer;
}

.calender-gallery_box {
  margin-bottom: 30px;
}

.scholastic_content h2 {
  font-size: 25px;
  margin-bottom: 8px;
}

.scholastic_content h3 {
  font-size: 25px;
  margin-bottom: 8px;
}

.scholastic_content h4 {
  font-size: 25px;
  margin-bottom: 8px;
}

.scholastic_content h5 {
  font-size: 25px;
  margin-bottom: 8px;
}

.scholastic_content h6 {
  font-size: 25px;
  margin-bottom: 8px;
}

.scholastic_content p {
  margin-bottom: 20px;
  text-align: justify;
  line-height: 22px;
}

.affliation_box img {
  cursor: pointer;
  border: 1px solid #ccc;
  padding: 15px;
}

.transportation-fees {
  box-shadow: rgba(17, 17, 26, 0.1) 0px 4px 16px, rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px;
  text-transform: capitalize;
}

.orange-color {
  background-color: #334995;
}

.orange-color span {
  font-size: 25px;
  text-align: center;
  display: block;
  margin-bottom: 20px;
  font-weight: 600;
}

ul.column-two {
  column-count: 2;
}

.mandatory_box a {
  color: #000;
  font-weight: 600;
  font-style: italic;
  text-decoration: underline;
}

.book-content span {
  font-size: 24px;
  text-align: center;
  display: block;
  margin-top: 15px;
  margin-bottom: 20px;
}

.box-shadow {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.book_box ul li {
  line-height: 32px;
}

.book_box {
  height: 500px;
  overflow-y: scroll;
  margin-bottom: 25px;
}


.book_box::-webkit-scrollbar {
  width: 10px;
}

.book_box::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.book_box::-webkit-scrollbar-thumb {
  background: #888;
}

.book_box::-webkit-scrollbar-thumb:hover {
  background: #555;
}


.comments_form .form-control {
  height: 50px;
  padding: 15px 8px;
  font-size: 16px;
  border: 1px solid #e2e2e2;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #fff;
}

.comments_form .form-group i {
  position: absolute;
  top: 17px;
  right: 22px;
  color: #00598f;
}

.comments_form .form-group {
  margin-bottom: 25px;
}

.comments_form .form-group {
  position: relative;
}

textarea.message-form {
  height: 120px;
}

.contact_field_wrapper {
  width: 100%;
  background-image: url(img/cntct_bg.jpg);
  background-position: center 0;
  background-size: cover;
  position: relative;
  padding: 40px 100px 40px 100px;
}

.tb_es_btn_wrapper button {
  width: 100%;
  height: auto;
  background: #00598f;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  color: #fff;
  border: 1px solid transparent;
  line-height: 43px;
  text-transform: capitalize;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  -ms-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}

.contact_main {
  text-align: center;
  border: 1px solid #e2e2e2;
  transition: all .5s;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  min-height: 340px;
}

.contact_rotate {
  position: relative;
  padding: 50px 0;
  background: #334995;
}

.contact_rotate i {
  display: inline-block;
  width: 70px;
  height: 70px;
  color: #fff;
  font-size: 24px;
  line-height: 70px;
  border: 2px solid #fff;
  text-align: center;
  position: relative;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  transition: all .5s;
  -o-transition: all .5s;
}

.contact_rotate:before {
  content: '';
  border-bottom: 179px solid transparent;
  position: absolute;
  left: 0px;
  top: 0;
  border-left: 70px solid #fff;
}

.i-message textarea {
  height: 100px !important;
}

.color-site {
  background-color: #334995;
}

.skin-color {
  background: #19c8c7;
}

.black-color {
  background: #000;
}

.box-shadows-type {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.card-content a h3 {
  font-size: 18px;
  color: #000;
  text-align: center;
}

.video-gallery-box {
  margin-bottom: 30px;
}

.image-gallery-box {
  margin-bottom: 30px;
}

.image-gallery-box img {
  cursor: pointer;
}

.gallery-content a {
  background-color: #00598f;
  display: block;
  text-align: center;
}

.gallery_img img {
  height: 200px;
  object-fit: cover;
}

.gallery_img {
  margin-bottom: 30px;
}

.news-events-text a {
  font-size: 24px;
  display: block;
}

nav.mobile-menu {
  display: none;
}

/* .light-orange{background-color: #ffb16f;} */
/* .light-green{background-color: #3fb29d;} */
/* .light-blue{background-color: #00a7de;} */
/* .light-pink{background-color: #ff6a5e;} */

.grid {
  position: relative;
  margin: 0 auto;
  max-width: 1000px;
  list-style: none;
  text-align: center;
}

.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  min-width: 100%;
  max-width: 100%;
  width: 100%;
  background: #3085a3;
  text-align: center;
  cursor: pointer;
}

.grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
}

.grid figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: capitalize;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption>a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.grid figure figcaption>a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.grid figure h2 {
  word-spacing: -0.15em;
  font-weight: 300;
}

.grid figure h2 span {
  font-weight: 800;
}

.grid figure h2,
.grid figure p {
  margin: 0;
}

figure.effect-bubba {
  background: #334995;
}

figure.effect-bubba img {
  /*	opacity: 0.7;*/
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

figure.effect-bubba:hover img {
  opacity: 0.4;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
  position: absolute;
  top: 30px;
  right: 30px;
  bottom: 30px;
  left: 30px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
}

figure.effect-bubba figcaption::after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
}

figure.effect-bubba h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, -20px, 0);
  transform: translate3d(0, -20px, 0);
}

figure.effect-bubba p {
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.facilites-new .title {
  margin: 0px auto;
}

span.title-set {
  font-size: 20px;
}

.gd-addmission {
  background-color: #334995;
}

.tage_line-important-btn a {
  background: #19c8c7;
  padding: 16px 42px;
  font-size: 20px;
}

.modal-backdrop {
  z-index: 9999 !important;
}

.modal-open .modal {
  z-index: 99999 !important;
}

.achivment_content h2 {
  background: #334995;
  padding: 5px;
  color: #fff;
}

.achivment_content h3 {
  background: #334995;
  padding: 5px;
  color: #fff;
}

.achivment_content h4 {
  background: #334995;
  padding: 5px;
  color: #fff;
}

.achivment_content h5 {
  background: #334995;
  padding: 5px;
  color: #fff;
}

.achivment_content h6 {
  background: #334995;
  padding: 5px;
  color: #fff;
}

.collaboration {
  background-color: #e8edfd;
}

.qr_code-div {
  margin: 0px auto;
  width: 48%;
}

.qr_code-div img {
  width: 35%;
}

.qr_code-div ul li {
  width: 45%;
}

.qr_code-div img {
  width: 75%;
}

.qr_code-div p {
  font-size: 17px;
}

.qr-code {
  background-color: #edfffc;
}

.video-frame_metter {
  margin: 0px auto;
}

.video-frame_metter video {
  width: 100%;
  height: 500px;
}

.achivment_content p {
  margin-bottom: 20px;
}

ul.coloring li a {
  display: block;
  text-align: center;
  background: #19c8c7;
  padding: 10px 0;
  color: #000;
  font-size: 25px;
}

.inner-states a {
  display: block;
  text-align: center;
  color: #fff;
  background: #334995;
  margin-bottom: 15px;
}

.private-school img {
  float: left;
  width: 35%;
  margin-right: 25px;
}

.private-school-content p {
  margin-bottom: 15px;
}

.private-school-content h2 {
  font-size: 22px;
  margin-bottom: 15px;
}

.private-school-content h3 {
  font-size: 22px;
  margin-bottom: 15px;
}

.private-school-content h4 {
  font-size: 22px;
  margin-bottom: 15px;
}

.private-school-content h5 {
  font-size: 22px;
  margin-bottom: 15px;
}

.private-school-content h6 {
  font-size: 22px;
  margin-bottom: 15px;
}

ul.location_list li a {
  background: #334995;
  padding: 10px 20px;
  border-radius: 5px;
}

.enquiry i {
  float: left;
  z-index: 999;
  position: absolute;
  left: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: #fff;
  font-size: 24px;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  background: #334995;
  transition: 0.5s;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.4);
}

.enquiry {
  position: fixed;
  z-index: 1000;
  bottom: 120px;
  left: 25px;
  height: 50px;
  color: #fff;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 0 15px;
  color: #fff;
  background-color: #334995;
  height: 46px;
}

.send_p {
  line-height: 22px;
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}

.modal-body form input {
  border: 1px solid #ccc;
  border-radius: 0px !important;
  height: 35px;
}

.modal-body form input:focus {
  outline: none;
}

.modal-body form textarea:focus {
  outline: none;
}

.modal-body form textarea {
  border: 1px solid #ccc;
  border-radius: 0px !important;
  resize: none;
}

.modal-header button span {
  font-size: 40px;
  position: relative;
  bottom: 4px;
  color: #000;
}

#homepopupenquiry-form button[type=submit] {
  line-height: 0px;
  background: #334995;
  outline: none;
  color: #fff;
  font-weight: 600;
  border: none;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  width: 35%;
  border-radius: 10px;
  transition: 0.5s all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  -moz-transition: 0.5s all;
  -ms-transition: 0.5s all;
  padding: 20px;
}

.modal-header>p {
  font-size: 18px;
  margin-top: 8px;
}

.private-school img {
  cursor: pointer;
}

.hypertext {
  float: left;
  width: 100%;
}

.hypertext a {
  background-color: #ffc253;
}

.hypertext a {
  padding: 10px 30px;
}

.private-school img {
  float: left;
  width: 35%;
  margin-right: 25px;
  margin-bottom: 20px;
}

.hypertext a {
  color: #000;
}

.hypertext {
  margin-bottom: 28px;
  margin-left: 100px;
}


.mobile-three-item li {
  display: inline-block;
  margin-right: 0;
  padding: 5px 0px;
  width: 32%;
}

.mobile-three-item {
  text-align: center
}

.mobile-three-item li:first-child {
  background-color: #19c8c7;
}

.mobile-three-item li:nth-child(2) {
  background-color: #64b161;
}

.mobile-three-item li:last-child {
  background-color: #334995;
}

.mobile-three-item {
  text-align: center;
  display: none;
  position: fixed;
  z-index: 999;
  bottom: 0;
  width: 100%;
}

.mobile-btn-animation {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 30%;
  color: white;
  text-align: center;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-left: 2.5%;
  border-radius: 4px;
  box-shadow: 0 0 2px 1px white;
  z-index: 1000;
  background-image: linear-gradient(to right, #393286, #0457b2);
}

.mobile-btn-animation a {
  color: white;
}

.pop-box-size {
  max-width: 60%;
}

.query-filed input {
  width: 100%;
  height: 38px;
  margin-bottom: 15px;
  border: none;
  padding-left: 10px;
  font-size: 14px;
}

.query-filed input::placeholder {
  color: #000;
}

.query-filed input:focus {
  outline: none;
}

.query-filed-btn button {
  width: 100%;
  border: none;
}

.query-filed-btn button:focus {
  outline: none;
}

.query-filed-btn button {
  background: #ffc253;
  padding: 10px 0;
}

.form-design-admission {
  background: #00598f;
  /*margin: 0px auto;*/
}

label {
  font-family: "Roboto", sans-serif;
}

.video-frame_metter video {
  border: 1px dashed #00598f;
  padding: 5px;
}

select#cars {
  width: 100%;
  border: none;
  height: 38px;
  font-family: "Roboto", sans-serif;
}

select#cars:focus {
  outline: none;
}

.modal-header .close {
  opacity: 0.9 !important;
  color: #fff;
}

.salaybus a {
  background: #00598f;
  padding: 10px 30px;
}

ul.location_list li {
  margin-bottom: 35px;
}

img.about-vector {
  position: absolute;
  opacity: 0.5;
  left: 0px;
  top: 0;
}


.max-height-design {
  max-height: 500px;
  overflow-y: scroll;
}

.max-height-design::-webkit-scrollbar {
  width: 10px;
}

.max-height-design::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.max-height-design::-webkit-scrollbar-thumb {
  background: #888;
}

.max-height-design::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.title-inner span {
  font-size: 20px;
  display: block;
  margin-bottom: 8px;
}

.title-inner {
  background: #19c8c7;
  padding: 10px 0;
}

.table-setup h2 {
  font-size: 18px;
  margin-bottom: 15px;
  margin-top: 15px;
}

.team-box {
  padding: 5px;
}

.admn {
  font-size: 30px;
  margin: 0px;
  padding: 0px;
  font-weight: 600;
  font-family: "Playfair Display", serif;
}

.gd-stl {
  font-size: 50px !important;
  margin: 0px;
  padding: 0px;
  font-weight: 600;
  font-family: "Playfair Display", serif;
}

.video-gallery iframe {
  width: 100%;
  height: 315px;
}

.map-iframe iframe {
  width: 100%;
  height: 470px;
}

.addmission p {
  color: #000;
}

.modal-body {
  padding: 10px 0px !important;
}



.nav-header {
  position: relative;
  z-index: 41
}

.header-layout3 .header-top {
  background: #b59859;
  padding: 5px 0;
}

.header-layout3 .social-links {
  position: relative;
  padding-right: 20px;
}

.header-layout3 .social-links:after {
  content: "";
  position: absolute;
  left: -20px;
  right: 0;
  bottom: -14px;
  top: -15px;
  background: hsla(0, 0%, 100%, .1);
  z-index: -1;
}

.header-layout3 .header-navbar-logo {
  margin-top: 0;
  padding: 15px 0 15px 60px;
  position: absolute;
  z-index: 3;
}

.header-search-wrap .search-form {
  display: flex;
  border: 1px solid var(--border-color);
  padding: 3px 3px 3px 0;
  border-radius: 5px;
  align-items: center;
}

.header-search-wrap .search-form .form-control {
  background: transparent;
  height: 36px;
  border: transparent;
  border-right: 1px solid var(--border-color);
  min-width: 480px;
}

@media(max-width: 1399px) {
  .header-search-wrap .search-form .form-control {
    min-width: 280px
  }
}

@media(max-width: 1199px) {
  .header-search-wrap .search-form .form-control {
    min-width: auto
  }
}

.header-search-wrap .search-form .form-select {
  background-color: transparent;
  line-height: 36px;
  height: 36px;
  border: transparent;
  background-position: right 18px center;
  min-width: 250px;
}

@media(max-width: 1199px) {
  .header-search-wrap .search-form .form-select {
    min-width: auto
  }
}

.header-search-wrap .search-form .icon-btn {
  flex: none
}

.header-user-wrap ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  align-items: center;
}

.header-user-wrap .simple-icon {
  display: flex
}

.header-grid-wrap {
  display: flex;
  gap: 18px;
  align-items: center;
}

.section-title__title span {
  color: #123885;
  font-family: "Playfair Display", serif;
}

.header-grid-wrap .header-grid-text {
  font-size: 11px;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: -.3em;
  display: block;
  opacity: .4;
}

.header-grid-wrap .header-grid-title {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: -.3em;
  margin-top: -.4em;
}

.header-grid-wrap .header-grid-title a {
  color: inherit;
}

.header-grid-wrap .header-grid-title a:hover {
  color: var(--theme-color)
}

.header-layout4 .header-top {
  padding: 20px 0 0
}

.header-layout4 .navbar-right-desc {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap
}

.header-layout4 .navbar-right-desc .icon {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  position: relative;
}

.header-layout4 .navbar-right-desc .icon:after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: var(--theme-color);
  opacity: .1;
}

.header-layout4 .navbar-right-desc .navbar-right-desc-details .title {
  font-size: 18px;
  font-weight: 400;
  display: block;
  margin-bottom: -2px;
}

.header-layout4 .navbar-right-desc .navbar-right-desc-details .link {
  font-size: 20px;
  font-weight: 700;
  font-family: var(--title-font);
}

.header-layout4 .navbar-right-desc i {
  margin-right: 10px;
  transform: rotate(-45deg)
}

.header-layout4 .navbar-right-desc a {
  color: var(--title-color)
}

.header-layout4 .navbar-right-desc a:hover {
  color: var(--theme-color)
}

.header-layout4 .menu-area .form-select {
  height: 48px;
  line-height: 48px
}

.header-layout4 .menu-area .form-group>i {
  right: 25px;
  top: 18px
}

.header-layout4 .header-sticky-logo {
  display: none
}

.header-layout4 .sticky-wrapper.sticky .header-sticky-none {
  display: none !important
}

.header-layout4 .sticky-wrapper.sticky .header-sticky-logo {
  display: block
}

@media(max-width: 1199px) {
  .header-layout4 .sticky-wrapper.sticky .header-lg-sticky-none {
    display: none !important
  }
}

@media(max-width: 991px) {

  .header-layout4 .header-search-wrap .search-form .form-select,
  .header-layout4 .sticky-wrapper.sticky .header-sticky-logo {
    display: none
  }
}

.sticky-wrapper {
  transition: .4s ease-in-out
}

.sticky-wrapper.sticky {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-color: var(--white-color);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, .07);
  animation: stickyAni .4s ease-in-out
}

@keyframes stickyAni {
  0% {
    transform: translate3d(0, -40px, 0) scaleY(.8);
    opacity: .7
  }

  to {
    transform: translateZ(0) scaleY(1);
    opacity: 1
  }
}

.main-menu a {
  color: var(--body-color);
}

.main-menu a:hover {
  color: var(--title-color)
}

.main-menu>ul>li {
  margin: 0 27px
}

.main-menu>ul>li>a {
  padding: 36px 0;
  text-decoration: none;
  color: #000;
}

.main-menu>ul>li>a:hover {
  color: var(--title-color)
}

.main-menu ul li.menu-item-has-children>a:after {
  content: ">";
  margin-left: 4px;
  font-weight: 700
}

.main-menu ul.sub-menu {
  padding: 7px
}

.main-menu ul.sub-menu li.menu-item-has-children>a:after {
  content: ">"
}

.main-menu ul.sub-menu li a {
  padding-left: 23px
}

.main-menu ul.sub-menu li a:before {
  top: 8px;
  left: 0;
  font-size: 1em;
  color: var(--title-color);
  font-weight: 500
}

.main-menu a {
  display: block;
  position: relative;
  font-weight: 600;
  font-size: 17px;
  color: #000;
}

.d-flex {
  display: flex;
}

.align-items-center {
  align-items: center;
}

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

#ModalGetInTouch .modal-header .close {

  position: absolute;
  right: 20px;
}

#ModalGetInTouch .modal-header {
  align-items: center;
  justify-content: center;

}

#ModalGetInTouch .modal-title {
  font-size: 20px;
  text-align: center;

}

#ModalGetInTouch .modal-body {
  padding: 15px !important;
}

#ModalGetInTouch .btn.btn-primary {
  padding: 12px 9px !important;
  text-transform: capitalize;
  font-weight: 600;
}

#ModalGetInTouch .form-control {
  font-size: 15px;
  color: #3e3e3e;
  font-weight: 600;
}

#ModalGetInTouch textarea {
  min-height: 100px;
}

#ModalGetInTouch .form-control::placeholder {
  color: #5e5e5e !important;
}

.modal-text-gt,
.modal-text-gt a {
  font-size: 17px;
  color: #5e5e5e;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}

.main-menu a:hover {
  color: #273c66;
}

.main-menu>ul>li {
  margin: 0 11px
}

.main-menu>ul>li>a {
  padding: 31.5px 0
}

.main-menu>ul>li>a.active,
.main-menu>ul>li>a:hover {
  color: var(--theme-color)
}

.main-menu ul {
  margin: 0;
  padding: 0
}

.main-menu ul li {
  list-style-type: none;
  display: inline-block;
  position: relative
}

.main-menu ul li.menu-item-has-children>a:after {
  content: ">";
  position: relative;

  margin-left: 5px;
  font-weight: 600;
  top: 0;
  font-size: 18px;
  display: inline-block;
  transition: .8s;
  transform: rotate(0deg)
}

.main-menu ul li.menu-item-has-children:hover>a:after {
  transform: rotate(180deg)
}

.main-menu ul li:last-child {
  margin-right: 0 !important
}

.main-menu ul li:first-child {
  margin-left: 0 !important
}

.main-menu ul li:hover>ul.sub-menu {
  visibility: visible;
  opacity: 1;
  transform: scaleY(1);
  z-index: 9
}

.main-menu ul.sub-menu {
  position: absolute;
  text-align: left;
  top: 100%;
  left: 0;
  background-color: #fff;
  visibility: hidden;
  min-width: 200px;
  width: max-content;
  left: -14px;
  opacity: 0;
  z-index: -1;
  border: 0;
  box-shadow: 0 4px 15px rgba(1, 15, 28, .06);
  border-radius: 0;
  transform: scaleY(0);
  transform-origin: top center;
  transition: all .4s ease 0s;
  padding: 18px 20px 18px 18px;
  left: -27px
}

.main-menu ul.sub-menu a {
  font-size: 16px;
  line-height: 30px
}

.main-menu ul.sub-menu a span {
  font-size: 12px;
  margin-left: 4px;
  background-color: var(--theme-color);
  color: var(--white-color);
  padding: 2px 5px;
  border-radius: 4px;
  position: relative;
  top: -1px
}

.main-menu ul.sub-menu li {
  display: block;
  margin: 0;
  padding: 0 9px
}

.main-menu ul.sub-menu li.menu-item-has-children>a:after {
  float: right;
  top: 1px;
  font-size: 16px;
  transform: none;
  transition: .4s
}

.main-menu ul.sub-menu li.menu-item-has-children:hover>a:after {
  opacity: 0;
  margin-right: 5px
}

.main-menu ul.sub-menu li a {
  position: relative;
  padding-left: 0;
  text-transform: capitalize;
  transition: 0.5s;
}

.main-menu ul.sub-menu li a.active {
  color: var(--theme-color)
}

.main-menu ul.sub-menu li a:before {
  content: "ï„…";
  position: absolute;
  top: 5px;
  left: 10px;
  font-family: var(--icon-font);
  width: 11px;
  height: 11px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  color: var(--theme-color);
  font-weight: 700;
  opacity: 0;
  transition: .4s
}

.main-menu ul.sub-menu li a:hover {
  padding-left: 15px;
}

.main-menu ul.sub-menu li a:hover:before {
  opacity: 1;
  left: 0
}

.main-menu ul.sub-menu li ul.sub-menu {
  left: 100%;
  right: auto;
  top: 0;
  margin: 0 0 0 20px
}

.main-menu ul.sub-menu li ul.sub-menu li ul {
  left: 100%;
  right: auto
}

.simple-icon {
  border: none;
  background-color: transparent;
  color: var(--title-color);
  padding: 0;
  font-size: 22px;
  position: relative
}

.simple-icon .badge {
  padding: .35em .57em;
  font-size: 10px;
  font-weight: 500;
  top: -6px;
  right: 0;
  left: auto
}

.simple-icon:has(.badge) {
  padding-right: 12px
}

.header-button {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 20px 40px
}

.header-button .th-btn {
  margin-left: 10px
}

.btn {
  position: relative;
  z-index: 2;
  vertical-align: middle;
  display: inline-block;
  border: none;
  border-radius: 5px !important;
  text-align: center;
  background-color: #273c66 !important;
  color: #fff !important;

  font-size: 16px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1;
  padding: 24px 30px 20px;
  overflow: hidden;
}

.btn:after,
.btn:before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  transform: translate(-50%, -50%);
  position: absolute;
  border-radius: 50%;
  z-index: -1;
  background-color: red !important;
  transition: 1s ease;
}

.btn:before {
  top: -2em;
  left: -2em
}

.btn:after {
  left: calc(100% + 2em);
  top: calc(100% + 2em)
}

.btn i {
  font-size: 14px
}

.btn:active,
.btn:focus,
.btn:hover {
  color: #273c66;
  box-shadow: none;
}

.btn:active:after,
.btn:active:before,
.btn:focus:after,
.btn:focus:before,
.btn:hover:after,
.btn:hover:before {
  height: 410px;
  width: 410px
}

.btn.style2:after,
.btn.style2:before {
  background-color: #273c66 !important;
}

.btn.style2:active,
.btn.style2:focus,
.btn.style2:hover {
  color: #fff;
}

.btn.style3 {
  background: #273c66;
}

.btn.style3:active,
.btn.style3:focus,
.btn.style3:hover {
  color: red;
}

.btn.style4 {
  background: #273c66;
  color: #fff;
}

.btn.style4:after,
.btn.style4:before {
  background: #273c66;
}

.btn.style4:active,
.btn.style4:focus,
.btn.style4:hover {
  color: #fff;
}

.btn.style5 {
  background: #273c66;
  color: #273c66;
}

.btn.style5:after,
.btn.style5:before {
  background: #273c66;
}

.btn.style-border,
.btn.style5:active,
.btn.style5:focus,
.btn.style5:hover {
  color: #fff;
}

.btn.style-border {
  border: 1px solid #fff;
  background: transparent;
  padding: 23px 30px 19px
}

.btn.style-border:after,
.btn.style-border:before {
  background: #fff;
}

.btn.style-border2,
.btn.style-border:active,
.btn.style-border:focus,
.btn.style-border:hover {
  color: #273c66;
}

.btn.style-border2 {
  border: 1px solid #273c66;
  background: transparent;
  padding: 23px 30px 19px
}

.btn.style-border2:after,
.btn.style-border2:before {
  background: #273c66;
}

.btn.style-border2:active,
.btn.style-border2:focus,
.btn.style-border2:hover {
  color: #273c66;
}

.btn.style-border3 {
  color: var(--title-color);
  border: 1px solid var(--theme-color);
  background: transparent;
  padding: 23px 30px 19px
}

.btn.style-border3:after,
.btn.style-border3:before {
  background: var(--theme-color)
}

.btn.style-border3:active,
.btn.style-border3:focus,
.btn.style-border3:hover {
  color: var(--white-color)
}

.btn.style-r0 {
  border-radius: 0 !important
}

.btn.style-r0:before {
  border-radius: 0
}

.btn.style-radius {
  border-radius: 100px !important
}



.social-links {
  display: inline-flex;
  gap: 18px;
  align-items: center;
  line-height: normal;
}

.social-links a {
  font-size: 16px;
  display: inline-block;
  color: var(--body-color);
  margin: 0;
}

.social-links a:last-child {
  margin-right: 0
}

.social-links a:hover {
  color: var(--theme-color)
}

.header-logo {
  padding-top: 5px;
  padding-bottom: 5px;
}

.header-links>ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  align-items: center
}

.header-links li {
  display: inline-block;
  position: relative;
  font-size: 18px;
  font-weight: 400
}

.header-links li:not(:last-child) {
  margin: 0 20px 0 0;
}

.header-links li>i {
  margin-right: 10px;
  color: #fff;
}

.header-links a,
.header-links li,
.header-links p,
.header-links span {
  color: #fff;
  text-decoration: none;
}

.header-links a:hover {
  color: #fff;
}

.header-links b,
.header-links strong {
  font-weight: 600;
  margin-right: 6px
}

.header-grid-info ul {
  padding: 0;
  margin: 0;
  display: flex;
  list-style: none;
  align-items: center
}

.header-grid-info li {
  display: inline-flex;
  gap: 15px
}

.header-grid-info li:not(:last-child) {
  border-right: 1px solid var(--border-color);
  padding-right: 30px;
  margin-right: 30px
}

.header-grid-info li .icon {
  font-size: 32px;
  color: var(--theme-color)
}

.header-grid-info li .header-grid-info-details p {
  margin-bottom: 2px;
  font-family: var(--title-font);
  font-size: 18px;
  font-weight: 400;
  margin-top: -.4em
}

.header-grid-info li .header-grid-info-details h6 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: -.3em
}

.header-layout1 {
  position: absolute;
  left: 0;
  right: 0;
  top: 0
}

.header-layout1 .sticky-wrapper {
  background: var(--white-color)
}

.header-layout1 .sticky-wrapper.sticky .header-navbar-logo {
  margin-top: 25px
}

.header-layout1 .header-top {
  background: transparent;
  padding: 12px 0
}

.header-layout1 .social-links {
  position: relative;
  padding-right: 20px
}

.header-layout1 .social-links:after {
  content: "";
  position: absolute;
  left: -20px;
  right: 0;
  bottom: -14px;
  top: -15px;
  background: hsla(0, 0%, 100%, .1);
  z-index: -1
}

.header-layout1 .header-navbar-logo {
  margin-top: 0;
  padding: 15px 0 15px 60px;
  position: absolute;
  z-index: 3
}

.header-layout1 .menu-area {
  position: relative
}

.header-layout1 .menu-area .logo-bg {
  position: absolute;
  height: calc(100% + 80px);
  width: 14.2%;
  top: -50px;
  left: 0;
  background: var(--theme-color);
  border-radius: 0 0 5px 0
}

.header-layout1 .navbar-right-desc {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap
}

.header-layout1 .navbar-right-desc .navbar-right-desc-details .title {
  font-size: 18px;
  font-weight: 400;
  display: block;
  margin-bottom: -2px
}

.header-layout1 .navbar-right-desc .navbar-right-desc-details .link {
  font-size: 20px;
  font-weight: 700;
  font-family: var(--title-font)
}

.header-layout1 .navbar-right-desc i {
  margin-right: 10px;
  transform: rotate(-45deg)
}

.header-layout1 .navbar-right-desc a {
  color: var(--title-color)
}

.header-layout1 .navbar-right-desc a:hover {
  color: var(--theme-color)
}

@media(max-width: 1700px) {
  .header-layout1 .header-navbar-logo {
    padding-left: 35px
  }

  .header-layout1 .header-top .header-links,
  .header-layout1 .menu-area .main-menu {
    padding-left: 160px
  }

  .header-layout1 .menu-area .logo-bg {
    width: 16%
  }
}

@media(max-width: 1500px) {
  .header-layout1 .header-top .header-links {
    padding-left: 0
  }

  .header-layout1 .menu-area .main-menu {
    padding-left: 200px
  }

  .header-layout1 .menu-area .logo-bg {
    height: calc(100% + 10px);
    width: 17%;
    top: 0
  }

  .header-layout1 .header-navbar-logo {
    margin-top: 13px
  }

  .header-layout1 .sticky-wrapper.sticky .header-navbar-logo {
    margin-top: 15px
  }
}

@media(max-width: 1399px) {
  .header-layout1 .menu-area .main-menu {
    padding-left: 160px
  }

  .header-layout1 .header-navbar-logo {
    padding-left: 30px
  }
}

@media(max-width: 1299px) {
  .header-layout1 .menu-area .main-menu {
    padding-left: 230px
  }

  .header-layout1 .menu-area .logo-bg {
    width: 20%
  }

  .main-menu a {
    font-size: 16px
  }
}

@media(max-width: 1199px) {

  .header-layout1 .header-navbar-logo,
  .header-layout1 .menu-area .logo-bg {
    display: none
  }

  .header-layout1 .menu-area .main-menu {
    padding-left: 0
  }

  .header-layout1 .header-logo {
    background: var(--theme-color);
    padding: 25px;
    position: relative
  }

  .header-layout1 .header-logo:after {
    content: "";
    position: absolute;
    width: 100%;
    height: calc(100% + 10px);
    top: 0;
    left: 0;
    background: var(--theme-color);
    border-radius: 0 0 5px 5px;
    z-index: -1
  }
}

@media(max-width: 991px) {
  .header-layout1 .sticky-wrapper {
    padding: 0 20px
  }

  .header-layout1 .header-navbar-logo {
    margin-top: 0
  }

  .header-layout1 .header-navbar-logo img {
    max-width: none
  }

  .header-layout1 .sticky-wrapper.sticky {
    top: 0
  }

  .header-layout1 .social-links {
    padding-right: 20px;
    padding-left: 20px
  }

  .header-layout1 .social-links:after {
    left: 0
  }
}

@media(max-width: 575px) {
  .header-layout1 .sticky-wrapper {
    padding: 0
  }
}

.header-layout2 .header-top {
  padding: 15px 0
}

.header-layout2 .header-navbar-logo {
  display: none
}

.header-layout2 .menu-area {
  background: var(--theme-color)
}

.header-layout2 .main-menu>ul>li>a {
  padding: 16px 0;
  color: var(--white-color)
}

.header-layout2 .social-links {
  gap: 25px
}

.header-layout2 .social-links a {
  color: var(--white-color)
}

.header-layout2 .sticky-wrapper.sticky .header-navbar-logo {
  display: block
}

.header-layout2 .sticky-wrapper.sticky .main-menu>ul>li>a {
  padding: 31px 0
}

@media(max-width: 991px) {
  .header-layout2 .header-navbar-logo {
    display: block
  }

  .header-layout2 .icon-btn {
    background: var(--white-color);
    color: var(--title-color)
  }
}

@media(max-width: 575px) {
  .header-layout2 .header-top {
    display: none
  }
}

.header-layout3 .sticky-wrapper {
  background: var(--white-color)
}

.header-layout3 .sticky-wrapper.sticky .header-navbar-logo {
  margin-top: 25px
}

.header-layout3 .header-top {
  padding: 5px 0;
}

.header-layout3 .social-links {
  position: relative;
  padding-right: 20px
}

.header-layout3 .social-links:after {
  content: "";
  position: absolute;
  left: -20px;
  right: 0;
  bottom: -14px;
  top: -15px;
  background: hsla(0, 0%, 100%, .1);
  z-index: -1
}

.header-layout3 .header-navbar-logo {
  margin-top: 0;
  padding: 15px 0 15px 60px;
  position: absolute;
  z-index: 3
}

.header-search-wrap .search-form {
  display: flex;
  border: 1px solid var(--border-color);
  padding: 3px 3px 3px 0;
  border-radius: 5px;
  align-items: center
}

.header-search-wrap .search-form .form-control {
  background: transparent;
  height: 36px;
  border: transparent;
  border-right: 1px solid var(--border-color);
  min-width: 480px
}

@media(max-width: 1399px) {
  .header-search-wrap .search-form .form-control {
    min-width: 280px
  }
}

@media(max-width: 1199px) {
  .header-search-wrap .search-form .form-control {
    min-width: auto
  }
}

.header-search-wrap .search-form .form-select {
  background-color: transparent;
  line-height: 36px;
  height: 36px;
  border: transparent;
  background-position: right 18px center;
  min-width: 250px
}

@media(max-width: 1199px) {
  .header-search-wrap .search-form .form-select {
    min-width: auto
  }
}

.header-search-wrap .search-form .icon-btn {
  flex: none
}

.header-user-wrap ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  align-items: center
}

.header-user-wrap .simple-icon {
  display: flex
}

.header-grid-wrap {
  display: flex;
  gap: 18px;
  align-items: center
}

.header-grid-wrap .header-grid-text {
  font-size: 11px;
  font-weight: 500;
  margin-bottom: 0;
  margin-top: -.3em;
  display: block;
  opacity: .4
}

.header-grid-wrap .header-grid-title {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: -.3em;
  margin-top: -.4em
}

.header-grid-wrap .header-grid-title a {
  color: inherit
}

.header-grid-wrap .header-grid-title a:hover {
  color: var(--theme-color)
}

.header-layout4 .header-top {
  padding: 20px 0 0
}

.header-layout4 .navbar-right-desc {
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap
}

.header-layout4 .navbar-right-desc .icon {
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  position: relative
}

.header-layout4 .navbar-right-desc .icon:after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: var(--theme-color);
  opacity: .1
}

.header-layout4 .navbar-right-desc .navbar-right-desc-details .title {
  font-size: 18px;
  font-weight: 400;
  display: block;
  margin-bottom: -2px
}

.header-layout4 .navbar-right-desc .navbar-right-desc-details .link {
  font-size: 20px;
  font-weight: 700;
  font-family: var(--title-font)
}

.header-layout4 .navbar-right-desc i {
  margin-right: 10px;
  transform: rotate(-45deg)
}

.header-layout4 .navbar-right-desc a {
  color: var(--title-color)
}

.header-layout4 .navbar-right-desc a:hover {
  color: var(--theme-color)
}

.header-layout4 .menu-area .form-select {
  height: 48px;
  line-height: 48px
}

.header-layout4 .menu-area .form-group>i {
  right: 25px;
  top: 18px
}

.header-layout4 .header-sticky-logo {
  display: none
}

.header-layout4 .sticky-wrapper.sticky .header-sticky-none {
  display: none !important
}

.header-layout4 .sticky-wrapper.sticky .header-sticky-logo {
  display: block
}

@media(max-width: 1199px) {
  .header-layout4 .sticky-wrapper.sticky .header-lg-sticky-none {
    display: none !important
  }
}

@media(max-width: 991px) {

  .header-layout4 .header-search-wrap .search-form .form-select,
  .header-layout4 .sticky-wrapper.sticky .header-sticky-logo {
    display: none
  }
}

.icon-btn {
  display: inline-block;
  width: var(--btn-size, 46px);
  height: var(--btn-size, 46px);
  line-height: var(--btn-size, 46px);
  font-size: var(--btn-font-size, 16px);
  background-color: red;
  color: var(--white-color);
  text-align: center;
  border-radius: 6px;
  border: none;
  transition: .4s ease-in-out
}

.icon-btn:hover {
  background-color: red;
  color: #fff;
}

.main-menu ul.sub-menu li a::before {
  content: ">";
  position: absolute;
  top: 5px;
  left: 10px;

  width: 11px;
  height: 11px;
  text-align: center;
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  color: #273c66;
  font-weight: 700;
  opacity: 0;
  border-radius: 50%;
  transition: 0.4s;
}

/* FOOTER SECTION STARTS HERE */


.rs-footer {
  /* background-color: #123885;
    background-image: url(../images/footer-new-bg.png); */
  background-size: cover;
  background-position: center;
}

.rs-footer .footer-top {
  padding: 30px 0 93px;
}

.rs-footer .footer-top .widget-title {
  color: #000;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.rs-footer .footer-top .site-map li {
  padding-left: 15px;
  position: relative;
  margin-bottom: 11px;
}

.rs-footer .footer-top .site-map li a {
  color: #e8e8e8;
}

.rs-footer .footer-top .site-map li a:hover {
  color: #fff;
}

.rs-footer .footer-top .site-map li:before {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: #123885;
}

.rs-footer .footer-top .site-map li:last-child {
  margin-bottom: 0;
}

.rs-footer .footer-top .address-widget li {
  position: relative;
  margin-bottom: 16px;
}

.rs-footer .footer-top .address-widget li i {
  position: absolute;
  top: 8px;
}

.rs-footer .footer-top .address-widget li i:before {
  color: #000;
}

.rs-footer .footer-top .address-widget li .desc {
  padding-left: 35px;
  color: #000;
}

.rs-footer .footer-top .address-widget li .desc a {
  color: #000;
}

.rs-footer .footer-top .address-widget li .desc a:hover {
  color: #123885;
}

.rs-footer .footer-top .address-widget li:last-child {
  margin-bottom: 0;
}

.rs-footer .footer-top.no-gap {
  padding-top: 93px;
}

.rs-footer .footer-bottom {
  padding-top: 0px;
  padding-bottom: 0px;
  background: transparent;
  position: relative;
}

.rs-footer .footer-bottom .copyright p {
  margin-bottom: 0;
  color: #123885;
  font-size: 16px;
}

.rs-footer .footer-bottom .copyright a {
  color: #123885;
}

.rs-footer .footer-bottom .footer-logo a {
  display: inline-block;
}

.rs-footer .footer-bottom .footer-logo a img {
  max-width: 190px;
}

.rs-footer .footer-bottom .footer-social li {
  display: inline;
  margin-right: 5px;
}

.rs-footer .footer-bottom .footer-social li a:hover {
  color: #ffffff;
}

.rs-footer .footer-bottom .footer-social li:last-child {
  margin: 0;
}

.rs-footer .footer-bottom:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  width: 100%;
  max-width: 1240px;
  background: #e5e5e5;
}

.rs-footer.style6 .footer-top {
  padding: 30px 0 0px;
}

.rs-footer.style6 .footer-top .site-map li a {
  color: #000;
}

.rs-footer.style6 .footer-top .site-map li a:hover {
  color: #000;
}

.rs-footer.style6 .footer-top .site-map li:before {
  background: #000;
}

.rs-footer.style6 .footer-top .site-map li:last-child {
  margin-bottom: 0;
}

.rs-footer.style6 .footer-top .address-widget li i:before {
  color: #000 !important;
}

.rs-footer.style6 .footer-bottom {
  background: none;
}

.rs-footer.style6 .footer-bottom .main-part {
  padding-top: 15px;
  padding-bottom: 15px;
}

.rs-footer.style6 .footer-bottom .main-part p a {
  color: #000;
  text-decoration: none;
}

.rs-footer.style6 .footer-bottom .main-part p a:hover {
  color: #000;
}

.rs-footer.style7 .footer-top {
  padding: 100px 0 93px;
}

.rs-footer.style7 .footer-top .address-widget li i:before {
  color: #123885 !important;
}

.rs-footer.style8 .footer-top {
  padding: 100px 0 93px;
}

.rs-footer.style8 .footer-top .site-map li a {
  color: #000;
}

.rs-footer.style8 .footer-top .site-map li a:hover {
  color: #ff5421;
}

.rs-footer.style8 .footer-top .site-map li:before {
  background: #ff5421 !important;
}

.rs-footer.style8 .footer-top .site-map li:last-child {
  margin-bottom: 0;
}

.rs-footer.style8 .footer-top .address-widget li i:before {
  color: #ff5421 !important;
}

.rs-footer.style8 .footer-top .address-widget li .desc a:hover {
  color: #ff5421 !important;
}

.rs-footer.style8 .footer-bottom .copyright p a {
  color: #ff5421 !important;
}

.rs-footer.style8 .footer-bottom .copyright p a:hover {
  color: #ed3600 !important;
}

.rs-footer.style8 .footer-bottom .footer-social li a {
  background: #ff5421 !important;
}

.rs-footer.orange-footer {
  background-color: #151515;
  background-image: url(assets/images/bg/footer-bg2.jpg);
}

.rs-footer.orange-footer .footer-top .widget-title {
  color: #000;
}

.rs-footer.orange-footer .footer-top .site-map li a:hover {
  color: #ff5421;
}

.rs-footer.orange-footer .footer-top .site-map li:before {
  background: #ff5421;
}

.rs-footer.orange-footer .footer-top .address-widget li i:before {
  color: #ffffff;
}

.rs-footer.orange-footer .footer-top .address-widget li .desc {
  color: #ffffff;
}

.rs-footer.orange-footer .footer-top .address-widget li .desc a {
  color: #ffffff;
}

.rs-footer.orange-footer .footer-top .address-widget li .desc a:hover {
  color: #ff5421;
}

.rs-footer.orange-footer .footer-bottom .copyright a {
  color: #ff5421;
}

.rs-footer.orange-footer .footer-bottom .footer-social li a {
  background: #ff5421;
}

.rs-footer.orange-footer .footer-bottom .footer-social li a:hover {
  background: #ed3600;
}

.rs-footer.home9-style .footer-top {
  padding: 218px 0 93px;
}

.rs-footer.home9-style .footer-top .widget-title {
  color: #ffffff;
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 35px;
  position: relative;
}

.rs-footer.home9-style .footer-top .widget-title:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  height: 2px;
  width: 40px;
  background: #f4bf00;
}

.rs-footer.home9-style .footer-top .site-map li {
  padding-left: 15px;
  position: relative;
  margin-bottom: 11px;
}

.rs-footer.home9-style .footer-top .site-map li a {
  color: #e8e8e8;
}

.rs-footer.home9-style .footer-top .site-map li a:hover {
  color: #f4bf00;
}

.rs-footer.home9-style .footer-top .site-map li:before {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background: #f4bf00;
}

.rs-footer.home9-style .footer-top .site-map li:last-child {
  margin-bottom: 0;
}

.rs-footer.home9-style .footer-top .address-widget li {
  position: relative;
  margin-bottom: 16px;
}

.rs-footer.home9-style .footer-top .address-widget li i {
  position: absolute;
}

.rs-footer.home9-style .footer-top .address-widget li i:before {
  color: #f4bf00;
}

.rs-footer.home9-style .footer-top .address-widget li .desc {
  padding-left: 35px;
  color: #ffffff;
}

.rs-footer.home9-style .footer-top .address-widget li .desc a {
  color: #ffffff;
}

.rs-footer.home9-style .footer-top .address-widget li .desc a:hover {
  color: #f4bf00;
}

.rs-footer.home9-style .footer-top .address-widget li:last-child {
  margin-bottom: 0;
}

.rs-footer.home9-style .footer-top.no-gap {
  padding-top: 93px;
}

.rs-footer.home9-style .footer-top .recent-post {
  display: flex;
}

.rs-footer.home9-style .footer-top .recent-post .post-img {
  width: 130px;
  float: left;
  padding-right: 15px;
}

.rs-footer.home9-style .footer-top .recent-post .post-img img {
  border-radius: 4px;
}

.rs-footer.home9-style .footer-top .recent-post .post-item .post-desc a {
  font-size: 14px;
  color: #ffffff;
  font-weight: 400;
  line-height: 22px;
  text-transform: capitalize;
}

.rs-footer.home9-style .footer-top .recent-post .post-item .post-desc a:hover {
  color: #f4bf00;
}

.rs-footer.home9-style .footer-top .recent-post .post-item .post-date {
  font-size: 13px;
  color: #ffffff;
  font-weight: 400;
}

.rs-footer.home9-style .footer-top .recent-post .post-item .post-date i {
  font-size: 13px;
  color: #f4bf00;
  padding-right: 5px;
}

.rs-footer.home9-style .footer-bottom {
  padding: 40px 0;
  background: transparent;
  position: relative;
}

.rs-footer.home9-style .footer-bottom .copyright p {
  margin-bottom: 0;
  color: #f3f8f9;
}

.rs-footer.home9-style .footer-bottom .copyright a {
  color: #f4bf00;
}

.rs-footer.home9-style .footer-bottom .copyright a:hover {
  color: #123885;
}

.rs-footer.home9-style .footer-bottom .footer-logo a {
  display: inline-block;
}

.rs-footer.home9-style .footer-bottom .footer-logo a img {
  max-width: 190px;
}

.rs-footer.home9-style .footer-bottom .footer-social li {
  display: inline;
  margin-right: 5px;
}

.rs-footer.home9-style .footer-bottom .footer-social li a {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 100%;
  background: #f4bf00;
  color: #ffffff;
  text-align: center;
}

.rs-footer.home9-style .footer-bottom .footer-social li a:hover {
  color: #ffffff;
  background: #273c66;
}

.rs-footer.home9-style .footer-bottom .footer-social li:last-child {
  margin: 0;
}

.rs-footer.home9-style .footer-bottom:before {
  background: rgba(255, 255, 255, 0.1);
}

.rs-footer.home9-style.main-home {
  background: #151515;
}

.rs-footer.home9-style.main-home .footer-top .widget-title:before {
  background: #ff5421;
}

.rs-footer.home9-style.main-home .footer-top .footer-logo a {
  display: inline-block;
}

.rs-footer.home9-style.main-home .footer-top .footer-logo a img {
  max-width: 190px;
}

.rs-footer.home9-style.main-home .footer-top .textwidget p {
  color: #ffffff !important;
}

.rs-footer.home9-style.main-home .footer-top .footer_social li {
  display: inline-block;
  margin-right: 6px;
  color: #ffffff;
}

.rs-footer.home9-style.main-home .footer-top .footer_social li a {
  color: #ffffff;
  width: auto;
  height: auto;
  line-height: 16px;
  font-size: 16px;
  margin-right: 10px;
}

.rs-footer.home9-style.main-home .footer-top .footer_social li a:hover {
  color: #ff5421;
}

.rs-footer.home9-style.main-home .footer-top .site-map li a {
  color: #e8e8e8;
}

.rs-footer.home9-style.main-home .footer-top .site-map li a:hover {
  color: #ff5421;
}

.rs-footer.home9-style.main-home .footer-top .site-map li:before {
  background: #ff5421;
}

.rs-footer.home9-style.main-home .footer-top .address-widget li i:before {
  color: #ff5421;
}

.rs-footer.home9-style.main-home .footer-top .address-widget li .desc a:hover {
  color: #ff5421;
}

.rs-footer.home9-style.main-home .footer-top.no-gap {
  padding-top: 93px;
}

.rs-footer.home9-style.main-home .footer-top .recent-post .post-img img {
  border-radius: 4px;
}

.rs-footer.home9-style.main-home .footer-top .recent-post .post-item .post-desc a:hover {
  color: #ff5421;
}

.rs-footer.home9-style.main-home .footer-top .recent-post .post-item .post-date i {
  font-size: 13px;
  color: #ff5421;
  padding-right: 5px;
}

.rs-footer.home9-style.main-home .footer-bottom {
  padding: 40px 0;
  background: transparent;
  position: relative;
}

.rs-footer.home9-style.main-home .footer-bottom .copyright p {
  margin-bottom: 0;
  color: #f3f8f9;
}

.rs-footer.home9-style.main-home .footer-bottom .copyright a {
  color: #ffffff;
}

.rs-footer.home9-style.main-home .footer-bottom .copyright a:hover {
  color: #ff5421;
}

.rs-footer.home9-style.main-home .footer-bottom .copy-right-menu li {
  display: inline-block;
  position: relative;
  padding: 0px 19px 0 25px;
}

.rs-footer.home9-style.main-home .footer-bottom .copy-right-menu li a {
  color: #e8e8e8;
}

.rs-footer.home9-style.main-home .footer-bottom .copy-right-menu li a:hover {
  color: #ff5421;
}

.rs-footer.home9-style.main-home .footer-bottom .copy-right-menu li:before {
  display: block;
  content: "";
  position: absolute;
  font-size: 18px;
  background: #ff5421;
  left: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  transform: translateY(-50%);
  border-radius: 50%;
}

.rs-footer.home9-style.main-home .footer-bottom .copy-right-menu li:first-child:before {
  display: none;
}

.rs-footer.home9-style.main-home .footer-bottom:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  height: 1px;
  width: 100%;
  max-width: 1240px;
  background: rgba(255, 255, 255, 0.1);
}

.rs-footer.home9-style.main-home.home13-style {
  background: url(assets/images/bg/home13/footer.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.rs-footer.home9-style.main-home.home13-style .footer-top {
  padding: 100px 0 93px;
}

.rs-footer.home9-style.main-home.home14-style {
  background: #f9f7f8;
}

.rs-footer.home9-style.main-home.home14-style .footer-top {
  padding: 100px 0 93px;
}

.rs-footer.home9-style.main-home.home14-style .footer-top .widget-title {
  color: #101010;
  text-transform: capitalize;
}

.rs-footer.home9-style.main-home.home14-style .footer-top .widget-title:before {
  bottom: -8px;
}

.rs-footer.home9-style.main-home.home14-style .footer-top .textwidget p {
  color: #333333 !important;
}

.rs-footer.home9-style.main-home.home14-style .footer-top .footer_social li a {
  color: #101010;
}

.rs-footer.home9-style.main-home.home14-style .footer-top .footer_social li a:hover {
  color: #ff5421;
}

.rs-footer.home9-style.main-home.home14-style .footer-top .address-widget li i:before {
  color: #ff5421;
}

.rs-footer.home9-style.main-home.home14-style .footer-top .address-widget li .desc {
  color: #101010;
}

.rs-footer.home9-style.main-home.home14-style .footer-top .address-widget li .desc a {
  color: #505050;
}

.rs-footer.home9-style.main-home.home14-style .footer-top .address-widget li .desc a:hover {
  color: #ff5421;
}

.rs-footer.home9-style.main-home.home14-style .footer-top .site-map li a {
  color: #101010;
}

.rs-footer.home9-style.main-home.home14-style .footer-top .site-map li a:hover {
  color: #ff5421;
}

.rs-footer.home9-style.main-home.home14-style .footer-top .site-map li:before {
  background: #ff5421;
}

.rs-footer.home9-style.main-home.home14-style .footer-top .recent-post .post-item .post-desc {
  color: #505050;
}

.rs-footer.home9-style.main-home.home14-style .footer-top .recent-post .post-item .post-desc a {
  color: #505050;
}

.rs-footer.home9-style.main-home.home14-style .footer-top .recent-post .post-item .post-desc a:hover {
  color: #ff5421;
}

.rs-footer.home9-style.main-home.home14-style .footer-top .recent-post .post-item .post-date {
  color: #505050;
}

.rs-footer.home9-style.main-home.home14-style .footer-top .recent-post .post-item .post-date i {
  color: #ff5421;
}

.rs-footer.home9-style.main-home.home14-style .footer-bottom .copyright p {
  color: #101010;
}

.rs-footer.home9-style.main-home.home14-style .footer-bottom .copyright a {
  color: #101010;
}

.rs-footer.home9-style.main-home.home14-style .footer-bottom .copyright a:hover {
  color: #ff5421;
}

.rs-footer.home9-style.main-home.home14-style .footer-bottom .copy-right-menu li a {
  color: #101010;
}

.rs-footer.home9-style.main-home.home14-style .footer-bottom .copy-right-menu li a:hover {
  color: #ff5421;
}

.rs-footer.home9-style.main-home.home14-style .footer-bottom .copy-right-menu li:before {
  background: #ff5421;
}

.rs-footer.home9-style.main-home.home14-style .footer-bottom .copy-right-menu li:first-child:before {
  display: none;
}

.rs-footer.home9-style.main-home.home14-style .footer-bottom:before {
  background: #f0ecee;
}

.rs-footer.home9-style.main-home.home15 .footer-top {
  padding: 190px 0 68px;
}

.rs-footer.home9-style.home12-style {
  background: #d0f4e4;
}

.rs-footer.home9-style.home12-style .footer-top .widget-title {
  color: #101010;
}

.rs-footer.home9-style.home12-style .footer-top .widget-title:before {
  background: #0c8b51;
}

.rs-footer.home9-style.home12-style .footer-top .footer-logo a {
  display: inline-block;
}

.rs-footer.home9-style.home12-style .footer-top .footer-logo a img {
  max-width: 190px;
}

.rs-footer.home9-style.home12-style .footer-top .footer_social li {
  display: inline-block;
  margin-right: 6px;
  color: #333333;
}

.rs-footer.home9-style.home12-style .footer-top .footer_social li a {
  color: #333333;
  width: auto;
  height: auto;
  line-height: 16px;
  font-size: 16px;
  margin-right: 10px;
}

.rs-footer.home9-style.home12-style .footer-top .footer_social li a:hover {
  color: #0c8b51;
}

.rs-footer.home9-style.home12-style .footer-top .site-map li a {
  color: #333333;
}

.rs-footer.home9-style.home12-style .footer-top .site-map li a:hover {
  color: #0c8b51;
}

.rs-footer.home9-style.home12-style .footer-top .site-map li:before {
  background: #0c8b51;
}

.rs-footer.home9-style.home12-style .footer-top .address-widget li i:before {
  color: #0c8b51;
}

.rs-footer.home9-style.home12-style .footer-top .address-widget li .desc {
  color: #333333;
}

.rs-footer.home9-style.home12-style .footer-top .address-widget li .desc a {
  color: #333333;
}

.rs-footer.home9-style.home12-style .footer-top .address-widget li .desc a:hover {
  color: #0c8b51;
}

.rs-footer.home9-style.home12-style .footer-top.no-gap {
  padding-top: 93px;
}

.rs-footer.home9-style.home12-style .footer-top .recent-post .post-img img {
  border-radius: 4px;
}

.rs-footer.home9-style.home12-style .footer-top .recent-post .post-item .post-desc a {
  color: #333333;
}

.rs-footer.home9-style.home12-style .footer-top .recent-post .post-item .post-desc a:hover {
  color: #0c8b51;
}

.rs-footer.home9-style.home12-style .footer-top .recent-post .post-item .post-date {
  color: #333333;
}

.rs-footer.home9-style.home12-style .footer-top .recent-post .post-item .post-date i {
  font-size: 13px;
  color: #0c8b51;
  padding-right: 5px;
}

.rs-footer.home9-style.home12-style .footer-bottom {
  padding: 40px 0;
  background: transparent;
  position: relative;
}

.rs-footer.home9-style.home12-style .footer-bottom .copyright p {
  margin-bottom: 0;
  color: #333333;
}

.rs-footer.home9-style.home12-style .footer-bottom .copyright a {
  color: #333333;
}

.rs-footer.home9-style.home12-style .footer-bottom .copyright a:hover {
  color: #0c8b51;
}

.rs-footer.home9-style.home12-style .footer-bottom .copy-right-menu li {
  display: inline-block;
  position: relative;
  padding: 0px 19px 0 25px;
}

.rs-footer.home9-style.home12-style .footer-bottom .copy-right-menu li a {
  color: #333333;
}

.rs-footer.home9-style.home12-style .footer-bottom .copy-right-menu li a:hover {
  color: #0c8b51;
}

.rs-footer.home9-style.home12-style .footer-bottom .copy-right-menu li:before {
  display: block;
  content: "";
  position: absolute;
  font-size: 18px;
  background: #0c8b51;
  left: 0;
  top: 50%;
  width: 6px;
  height: 6px;
  transform: translateY(-50%);
  border-radius: 50%;
}

.rs-footer.home9-style.home12-style .footer-bottom .copy-right-menu li:first-child:before {
  display: none;
}

.rs-footer.home9-style.home12-style .footer-bottom:before {
  background: #8fcea4;
}

.rs-footer.home11-style {
  background: #4e49a1;
}

.rs-footer.home11-style .footer-top {
  padding: 100px 0 93px;
}

.rs-footer.home11-style .footer-top .site-map li a:hover {
  color: #ff5421;
}

.rs-footer.home11-style .footer-top .site-map li:before {
  background: #ff5421 !important;
}

.rs-footer.home11-style .footer-top .site-map li:last-child {
  margin-bottom: 0;
}

.rs-footer.home11-style .footer-bottom {
  padding: 40px 0;
  background: transparent;
  position: relative;
}

.rs-footer.home11-style .footer-bottom .copyright p {
  color: #ffffff;
}

.rs-footer.home11-style .footer-bottom .footer-logo a {
  display: inline-block;
}

.rs-footer.home11-style .footer-bottom .footer-logo a img {
  max-width: 190px;
}

.rs-footer.home11-style .footer-bottom .footer-social li a {
  color: #4e49a1;
  background: #ffffff;
}

.rs-footer.home11-style .footer-bottom .footer-social li a:hover {
  color: #ff5421;
}

.footer-widget p {
  text-align: justify;
  color: #fff;
}

.footer-top ul li {
  list-style-type: none;
}

.footer-top ul li a {
  text-decoration: none;
}

/* TEAM SECTION CSS */

.team-area.style-two {
  background: #fff;
  padding: 50px 0;
}

.team-single-box-tow {
  margin-bottom: 30px;
}


.team-thumb-two {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

/*.team-thumb-two::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background-image: linear-gradient(0deg, rgba(47,110,255,0.9999999999999999) 0%, rgba(33,33,33,0) 100%);
  top: 32%;
  opacity: 0.9;
  transition: .5s;
}
*/
.team-thumb-two:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  top: 90%;
  background-image: linear-gradient(0deg, rgba(47, 59, 133, 6) 16%, rgba(47, 59, 133, 0) 84%);
  transition: .5s;
}

.team-thumb-two img {
  width: 100%;
}

.team-social-icon-two {
  position: absolute;
  bottom: -19%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  transition: .5s;
}

.team-social-icon-two ul li {
  list-style: none;
  display: inline-block;
}

.team-social-icon-two ul li a i {
  display: inline-block;
  color: #fff;
  font-size: 14px;
  background: #123885;
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
  border: 1px solid #123885;
  position: relative;
  z-index: 1;
  margin: 0 5px 0;
}

.team-social-icon-two ul li a i:after {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: #f40031;
  left: 0;
  border-radius: 50%;
  z-index: -1;
  transform: scale(0);
  transition: .5s;
}

.team-content-two {
  background: #fff;
  text-align: center;
  padding: 31px 0 7px;
  position: relative;
  z-index: 1;
}

.team-content-two::before {
  position: absolute;
  content: "";
  height: 5px;
  width: 100%;
  background: #123885;
  bottom: -5px;
  left: 0;
  transform: scale(0);
  transition: .5s;
}

h3.team-title-two {
  font-size: 22px;
  color: #123885;
  font-weight: 700;
  padding-bottom: 20px;
  line-height: 14px;
}

p.team-text-two {
  font-size: 18px;
  color: #f40031;
  font-weight: 500;

}

.team-single-box-tow:hover .team-content-two::before {
  transform: scale(1);
}

.team-single-box-tow:hover .team-social-icon-two {
  bottom: 8%;
}

.team-single-box-tow:hover .team-thumb-two:after {
  top: 32%;
}

.team-single-box-tow:hover .team-thumb-two::before {
  opacity: 0;
}

.team-social-icon-two ul li a i:hover:after {
  transform: scale(1);
}



/* MISSION VISION SECTION STARTS HERE */



.feature-item {
  position: relative;
  border-radius: 30px;
  border: 1px solid #bdbcbc;
  background: #fff;
  padding: 30px;
  text-align: center;
  box-shadow: 0px 6px 40px 0px rgba(0, 0, 0, 0);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  /* height: 280px; */
}

.feature-item:before,
.feature-item:after {
  content: "";
  width: 80px;
  height: 80px;
  position: absolute;
  border-radius: 30px 0 0 0;
  border: 5px solid;
  border-color: #123885;
  top: -1px;
  left: -1px;
  -webkit-transition: height, width, 0.4s ease;
  transition: height, width, 0.4s ease;
}

.feature-item:before {
  border-width: 2px 0 0 2px;
}

.feature-item:after {
  top: unset;
  left: unset;
  bottom: 0;
  right: 0;
  border-width: 0 2px 2px 0;
  border-radius: 0 0 30px 0;
}

/*.feature-item_icon {
    margin-bottom: 25px;
}
*/
.feature-item_icon img {
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

.feature-item_text {
  line-height: 26px;
  margin-bottom: -0.4rem
}

.feature-item:hover {
  background: var(--white-color);
  box-shadow: 0px 6px 40px 0px rgba(0, 0, 0, 0.07);
  border: 1px solid transparent;
  border-radius: 30px 0 30px 0
}

.feature-item:hover:before,
.feature-item:hover:after {
  width: 100%;
  height: 100%;
  opacity: 1;
  visibility: visible;
}

.feature-item:hover .feature-item_icon img {
  animation: shake 0.5s;
}


.media-body h3 {
  color: #921d17;
}

.mission {
  padding: 50px 0px;
}

.custo-heading h2 {
  color: #000;
  font-size: 30px;
}

/* ABOUT SECTION STARTS HERE */


.we-cleaning {
  position: relative;
  display: block;
  padding: 50px 0px;
  background-color: #f2f2f2;
}

.we-cleaning__left {
  position: relative;
  display: block;
  /* margin-left: 35px;
  margin-right: 45px; */
  margin-top: 45px;
}

.we-cleaning__img-box {
  position: relative;
  display: block;
}

.we-cleaning__img {
  position: relative;
  display: block;
  border-radius: 50%;
}

.we-cleaning__img>img {
  width: 100%;
  border-radius: 50%;
  border: 22px solid #30a946;
}

.we-cleaning-line {
  position: absolute;
  top: -43px;
  bottom: 0;
  right: -44px;
}

.we-cleaning-line>img {
  width: auto;
}

.we-cleaning-line:before {
  content: "";
  position: absolute;
  top: -11px;
  left: -15px;
  height: 35px;
  width: 35px;
  background-color: #cbf4ff;
  border-radius: 50%;
}

.we-cleaning-line:after {
  content: "";
  position: absolute;
  bottom: -54px;
  left: -15px;
  height: 35px;
  width: 35px;
  background-color: #273c66;
  border-radius: 50%;
}

.we-cleaning__small-img {
  position: absolute;
  top: -50px;
  left: -1px;
}

.we-cleaning__small-img img {
  width: auto;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(12, 12, 12, 0.1);
  box-shadow: 0px 10px 60px 0px rgba(12, 12, 12, 0.1);
  border: 14px solid #fbba00;
  border-radius: 50%;
}

.we-cleaning__video-link {
  position: absolute;
  left: -10px;
  bottom: 0;
  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;
}

.we-cleaning__video-icon {
  position: relative;
  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;
  width: 190px;
  height: 190px;
  line-height: 190px;
  text-align: center;
  font-size: 35px;
  color: #fff;
  background-color: #273c66;
  border-radius: 50%;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  z-index: 1;
}

.we-cleaning__video-icon:hover {
  color: #273c66;
}

.we-cleaning__video-icon:before {
  position: absolute;
  top: 28px;
  left: 28px;
  right: 28px;
  bottom: 28px;
  content: "";
  border-radius: 50%;
  background-color: #273c66;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  z-index: -1;
}

.we-cleaning__video-icon:hover:before {
  background-color: #fff;
}

.we-cleaning__video-link .ripple,
.we-cleaning__video-icon .ripple:before,
.we-cleaning__video-icon .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 190px;
  height: 190px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-box-shadow: 0 0 0 0 rgba(var(--brote-primary-rgb), 0.6);
  -o-box-shadow: 0 0 0 0 rgba(var(--brote-primary-rgb), 0.6);
  -webkit-box-shadow: 0 0 0 0 rgba(var(--brote-primary-rgb), 0.6);
  box-shadow: 0 0 0 0 rgba(#000, 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  border-radius: 50%;
}

.we-cleaning__video-icon .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}



.we-cleaning__shape-1 {
  position: absolute;
  left: -78px;
  bottom: -30px;
  border-radius: 50%;
  background-color: #eef0f6;
  width: 243px;
  height: 243px;
  z-index: -1;
}

.we-cleaning__shape-2 {
  position: absolute;
  bottom: 39px;
  left: -163px;
  border-width: 5px;
  border-color: #ffb400;
  border-style: solid;
  border-radius: 50%;
  width: 145px;
  height: 145px;
  display: none;
}

.we-cleaning__shape-3 {
  position: absolute;
  top: -70px;
  left: 204px;
  border-radius: 50%;
  background-color: #1200ff;
  width: 26px;
  height: 26px;
}

.we-cleaning__shape-4 {
  position: absolute;
  bottom: -51px;
  left: 199px;
  border-radius: 50%;
  background-color: #eef0f6;
  width: 26px;
  height: 26px;
}

.we-cleaning__shape-5 {
  position: absolute;
  top: 250px;
  left: -46px;
  border-radius: 50%;
  background-color: #eef0f6;
  width: 26px;
  height: 26px;
}

.thm-btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  outline: none;
  background-color: #f40031;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding-left: 18px;
  padding-right: 10px;
  padding-top: 7px;
  padding-bottom: 10px;
  border-radius: 30px;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
  overflow: hidden;
  z-index: 1;
}

.thm-btn:hover {
  background-color: #123885;
  color: #000;
}

.thm-btn i {
  height: 40px;
  width: 40px;
  background-color: #123885;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 42px;
  margin-left: 15px;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.thm-btn:hover i {
  background-color: #fff;
  color: #123885;
}

.we-cleaning__right h2 {
  color: #000;
  font-size: 38px;
}

.we-cleaning__right p {
  text-align: justify;
  font-size: 18px;
  color: #000;
}

.section-title__tagline {

  display: inline-flex;
  color: #7b7d83;
  font-size: 17px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 30px;
  margin-bottom: 3px;
  font-weight: 800;
}

.section-title__tagline::after {
  content: '';
  background-color: #b59859;
  width: 70px;
  height: 6px;
  margin-left: 10px;
}

/* PROCESS SECTION STARTS HERE */

.process {
  padding: 50px 0px;
}

.process__inner {
  position: relative;
  display: block;
  counter-reset: count;
  z-index: 1;
}

.process-line {
  position: absolute;
  top: -10px;
  left: 168px;
  z-index: -1;
}

.process-line img {
  width: auto;
}

.process__single {
  position: relative;
  display: block;
  text-align: center;
  padding: 0 65px 0;
  margin-bottom: 20px;
}

.process__icon-box {
  position: relative;
  display: block;
  height: 142px;
  width: 142px;
  margin: 0 auto;
}

.process__icon {
  position: relative;
  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;
  height: 142px;
  width: 142px;
  background-color: #123885;
  border-radius: 50%;
  margin: 0 auto;
  z-index: 1;
}

.process__icon span {
  position: relative;
  display: inline-block;
  font-size: 65px;
  color: #fff;
  -webkit-transition: all 500ms linear;
  transition: all 500ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  -webkit-transform: scale(1) rotateY(0deg);
  transform: scale(1) rotateY(0deg);
  z-index: 1;
}

.process__single:hover .process__icon span {
  -webkit-transform: scale(0.9) rotateY(360deg);
  transform: scale(0.9) rotateY(360deg);
  color: #fff;
}

.process-icon-shape {
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: -1;
}

.process__count {
  position: absolute;
  top: 0;
  left: 0;
  height: 45px;
  width: 45px;
  border-radius: 50%;
  background-color: #f40031;
  z-index: 2;
}

.process__count:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 20px;
  line-height: 45px;
  font-weight: 700;
  counter-increment: count;
  content: counters(count, ".", decimal-leading-zero);
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  font-family: var(--qutiiz-font-two);
  color: #fff;
}

.process__content {
  position: relative;
  display: block;
}

.process__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 29px;
  margin-top: 34px;
  margin-bottom: 17px;
}

.process__title {
  color: #273c66;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.process__title a:hover {
  color: var(--brote-primary);
}

.process__single-two .process__count {
  bottom: 0;
  right: 0;
  top: inherit;
  left: inherit;
}

/* social-media-roots */

.social-media-roots .row {
  width: 100%;
}


.social-media-roots p {
  font-size: 28px;
  /* font-weight: 700; */
  color: #000;
  text-align: center;
  padding-top: 20px;
  font-family: "Playfair Display", serif;
  width: 276px;

}

.social-media-roots p span {
  color: #123885;
  font-family: "Playfair Display", serif;
}

.social-media-roots .row {
  padding-top: 50px;
  padding-bottom: 50px;
}

.social-media-roots-col {
  display: flex;
  width: 100%;
  gap: 100px;
  justify-content: center;
}

/*  CONTACT SECTION STARTS HERE */




.contact-three {

  position: relative;

  padding: 50px 0;

}

@media (max-width: 767px) {

  .contact-three {

    padding: 80px 0;

  }

}

.contact-three__bg {

  position: absolute;

  width: 100%;

  height: 100%;

  top: 0;

  left: 0;

  right: 0;

  bottom: 0;

  background-size: cover;

  background-position: center center;

  background-repeat: no-repeat;

  background-attachment: fixed;

}

.contact-three__bg::after {

  position: absolute;

  width: 100%;

  height: 100%;

  left: 0;

  top: 0;



  content: "";

}

.contact-three__shape {

  position: absolute;

  left: 0;

  bottom: 0;

  opacity: 0.35;

  width: 100%;

  height: 100%;

  background-position: left bottom;

  background-repeat: no-repeat;

  animation: movebounce2 3s linear infinite;

}

.contact-three .sec-title-two {

  margin-bottom: 23px;

}

.contact-three .sec-title-two__tagline {

  font-size: 28px;

  font-weight: 700;

  font-family: "Roboto Slab", serif;

  text-transform: capitalize;

  letter-spacing: 0;

  margin-bottom: 12px;

  color: #CDA274;

}

.contact-three .sec-title-two__tagline__icon {

  display: none;

}

.contact-three .sec-title-two__title {

  font-size: 30px;

  line-height: 40px;

  font-weight: 700;

  letter-spacing: -0.8px;

  color: #000;

}



.form-btn button {

  background-color: #CDA274;
  font-family: "Roboto Slab", serif;
  padding: 10px 22px;

}

.form-btn button:hover {

  background-color: #000;

  color: #fff;

}

.contact-three__form {

  position: relative;

  background-color: #fff;

  padding: 20px 20px 20px;

  border: 10px solid #123885;

  border-radius: 18px;

}

@media (min-width: 992px) and (max-width: 1199px) {

  .contact-three__form {

    padding: 62px 30px 60px;

  }

}

@media (max-width: 991px) {

  .contact-three__form {

    margin-bottom: 30px;

  }

}

@media (max-width: 767px) {

  .contact-three__form {

    padding: 45px 25px;

  }

}

.contact-three__form label {

  display: block;

  font-family: "Roboto Slab", serif;

  font-size: 16px;

  font-weight: 500;

  line-height: 1;

  color: var(--solox-black, #1c1a1d);

  margin-bottom: 15px;

}

.contact-three__form .form-one__group {

  grid-gap: 18px 20px;

}

.contact-three__form .bootstrap-select>.dropdown-toggle,

.contact-three__form input[type=text],

.contact-three__form input[type=email],

.contact-three__form textarea {

  background-color: transparent;

  border: 1px solid #E5E5E5;

  height: 56px;

  font-family: "Roboto Slab", serif;

  padding: 0 20px;

  font-weight: 400;

  width: 100%;

}

.contact-three__form .bootstrap-select>.dropdown-toggle::after {

  display: none;

}

.contact-three__form .bootstrap-select>.dropdown-toggle:before {

  position: absolute;

  top: 13px;

  bottom: 0;

  right: 20px;

  font-family: "Roboto Slab", serif;

  content: "\f0d7";

  font-weight: 600;

  font-size: 18px;

  color: var(--solox-base, #273c66);

}

.contact-three__form .form-one__control__icon {

  color: var(--solox-base, #273c66);

  font-size: 17px;

  right: 20px;

  top: auto;

  bottom: 12px;

}

.contact-three__form textarea {

  height: 110px;

  padding-top: 13px;

  margin-bottom: 8px;

}

.contact-three__fact {

  position: relative;

  background-color: var(--solox-white, #fff);

  text-align: center;

  padding: 40px 20px 30px;

}

.contact-three__fact__icon {

  width: 112px;

  height: 112px;

  display: flex;

  align-items: center;

  justify-content: center;

  border-radius: 50%;

  font-size: 60px;

  color: var(--solox-base, #273c66);

  background-color: var(--solox-gray, #f9f6f1);

  margin: auto;

  position: relative;

  overflow: hidden;

  z-index: 1;

  transition: all 300ms ease;

}

.contact-three__fact__icon::after {

  position: absolute;

  content: "";

  background-color: var(--solox-base, #273c66);

  width: 100%;

  height: 0%;

  left: 50%;

  top: 50%;

  border-radius: 25px;

  transform: translate(-50%, -50%) rotate(-45deg);

  z-index: -1;

  transition: all 500ms ease;

}

.contact-three__fact__icon i {

  transition: all 500ms ease;

  transform: scale(1);

}

.contact-three__fact:hover .contact-three__fact__icon {

  color: var(--solox-white, #fff);

}

.contact-three__fact:hover .contact-three__fact__icon i {

  transform: scale(0.9);

}

.contact-three__fact:hover .contact-three__fact__icon::after {

  height: 100%;

}

.contact-three__fact__number {

  display: flex;

  align-items: center;

  justify-content: center;

  margin: 32px 0 3px;

  font-size: 45px;

  font-weight: 400;

}

.contact-three__fact__text {

  margin: 0;

}

.contact-three__team {

  position: relative;

  background-color: var(--solox-black, #1c1a1d);

  background-position: center center;

  background-repeat: no-repeat;

  background-size: cover;

  background-blend-mode: multiply;

  height: 100%;

  min-height: 305px;

  padding: 24px 20px 0;

  overflow: hidden;

}

.contact-three__team::after {

  background: linear-gradient(90deg, rgba(var(--solox-white-rgb, 255, 255, 255), 0.13) 0px, rgba(var(--solox-white-rgb, 255, 255, 255), 0.13) 77%, rgba(var(--solox-white-rgb, 255, 255, 255), 0.5) 92%, rgba(var(--solox-white-rgb, 255, 255, 255), 0));

  content: "";

  height: 200%;

  left: -210%;

  opacity: 0;

  position: absolute;

  top: -50%;

  transition: all 0.7s ease 0s;

  transition-property: all;

  transition-duration: 0.7s;

  transition-timing-function: ease;

  width: 200%;

}

.contact-three__team:hover::after {

  left: -30%;

  opacity: 1;

  top: -20%;

  transition-duration: 0.7s, 0.7s, 0.15s;

  transition-property: left, top, opacity;

  transition-timing-function: linear;

}

.contact-three__team__image {

  position: relative;

  background-position: center 19px;

  background-repeat: no-repeat;

  text-align: center;

}

.contact-three__team__image img {

  max-width: 100%;

  height: auto;

}



#jarallax-container-1 {

  z-index: 1 !important;

}

/* COUNTER SECTION STARTS HERE */
.counter-school {
  background-image: url(https://keenitsolutions.com/products/html/educavo/assets/images/cta/cta-bg2.jpg);
  background-size: cover;
  background-position: center;
  padding: 50px 0px;
  margin-top: 10px;
}

#counter {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0px;
  width: 100%;
}

#counter .item {
  background: #fff;
  width: 200px;
  padding: 35px 40px;
  margin: 10px;
  text-align: center;
  border-radius: 20px;
  -webkit-box-shadow: 0px 0px 38px -8px rgba(0, 0, 0, 0.34);
  -moz-box-shadow: 0px 0px 38px -8px rgba(0, 0, 0, 0.34);
  box-shadow: 0px 0px 38px -8px rgba(0, 0, 0, 0.34);
}

#counter .item .count {
  color: #123885;
  margin-bottom: 5px;
  margin-top: 5px;
  font-size: 29px;
}

#counter .item .count-1 {
  color: #123885;
  margin-bottom: 5px;
  margin-top: 5px;
  font-size: 29px;
}

#counter .item h3 {
  color: #000;
  text-transform: capitalize;
}

#counter .item i {
  color: #b59859;
  font-size: 45px;
}

#counter .item h3 {
  font-size: 20px;
}

/* .custo-heading-counter{
  margin-top: 150px;
} */
/* FACILITIES SECTION STARTS HERE */
.pt-grid-item {
  float: left;
}

.feacture-engineering {
  padding: 50px 0px;

}

.pt-portfolio-block-one {
  border-radius: 20px;
}

.team-thumb-two {
  border-radius: 30px 30px 0px 0px;
}

.team-content-two {
  border-radius: 0px 0px 30px 30px;
}

.pt-grid {
  display: inline-block;
  width: 100%;
  float: left;
}

.pt-portfolio-block-one .pt-portfolio-img img {
  width: 100%;
  position: relative;
  min-height: 336px;
  object-fit: cover;
  margin-left: 30px;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  margin: 6px;
}

.pt-portfolio-block-one:hover .pt-portfolio-img img {
  margin-left: 0;
}

.pt-portfolio-block-one {
  position: relative;
  overflow: hidden;
  margin: 10px;
}

.school-facilities-box .pt-portfolio-info {
  text-align: left;
  position: absolute;
  bottom: 30px;
  left: -100%;
  display: inline-block;
  padding: 30px 30px 22px;
  background: #fff;
  border-bottom: 8px solid #273c66;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

.school-facilities-box:hover .pt-portfolio-info {
  left: 30px;
}

.school-facilities-box .pt-portfolio-info span {
  font-size: 14px;
  line-height: 22px;
  width: 100%;
  color: #273c66;
  text-transform: uppercase;
}

.school-facilities-box .pt-portfolio-info h5 {
  position: relative;
  text-align: left;
  float: left;
  width: 100%;
}

.pt-portfolio-info-box {
  display: inline-block;
  width: 100%;
  padding: 30px;
  background: var(--grey-color);
  color: #273c66;
}

.pt-porfolio-info-header h5 {
  font-size: 34px;
  line-height: 42px;
  color: #273c66;
  margin-bottom: 10px;
}

.pt-porfolio-info .pt-info-list {
  margin: 0;
  padding: 0;
}

.pt-porfolio-info .pt-info-list li {
  list-style: none;
  float: left;
  margin: 0 0 10px;
  padding: 0 0 5px;
  border-bottom: 1px solid rgba(25, 36, 54, 0.1);
  display: inline-block;
  width: 100%;
}

.pt-porfolio-info .pt-info-list li h5 {
  display: inline-block;
  color: #273c66;
  font-size: 20px;
  line-height: 28px;
}

.pt-porfolio-info .pt-info-list li span {
  float: right;
}

.pt-porfolio-info .pt-info-list li:last-child {
  margin: 0;
  padding: 0;
  border-bottom: none;
}

.Projects-dts .school-facilities-box .pt-portfolio-info {
  padding-bottom: 0;
}

@media(max-width:1023px) {
  .pt-porfolio-info .pt-info-list li {
    width: 100%;
    margin-right: 0;
  }
}

@media(max-width:767px) {
  .pt-porfolio-info .pt-info-list li {
    width: 100%;
    margin-right: 0;
  }
}

.pt-portfolio-block .pt-portfolio-img {
  position: relative;
  overflow: hidden;
}

.pt-portfolio-block .pt-portfolio-img img {
  margin-left: 30px;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.pt-portfolio-block:hover .pt-portfolio-img img {
  margin-left: 0;
}

.pt-portfolio-block .pt-portfolio-img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  z-index: 9;
  background: var(--dark-color);
  opacity: 0;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

.pt-portfolio-block:hover .pt-portfolio-img:before {
  opacity: 0.8;
}

.pt-portfolio-block .pt-portfolio-img a {
  background: #fff;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  z-index: 9;
  color: var(--primary-color);
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 26px;
  opacity: 0;
}

.pt-portfolio-block:hover .pt-portfolio-img a {
  opacity: 1;
}

.pt-portfolio-block .pt-portfolio-img a:hover {
  background: #273c66;
  color: #fff;
}

.school-facilities-box .pt-portfolio-info {
  padding: 15px 0 0;
}

.school-facilities-box .pt-portfolio-info span {
  text-transform: uppercase;
  font-size: 14px;
  color: #273c66;
  font-weight: 400;
}

.school-facilities-box .pt-portfolio-info h4 a {
  color: #273c66;
}


.facilities-image img {
  width: 100%;
  position: relative;
  min-height: 336px;
  object-fit: cover;
  margin-left: 30px;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  margin: 25px;
}

.school-facilities-box:hover .facilities-image img {
  margin-left: 0;
  cursor: pointer;
}

.school-facilities-box:hover .facilities-image::before {
  opacity: 0.8;
}

.school-facilities-box:hover .pt-portfolio-info {
  left: 30px;
}

/*=========*/
.pt-portfolio-block-one .pt-portfolio-img img {
  width: 100%;
  position: relative;
  min-height: 336px;
  object-fit: cover;
  margin-left: 30px;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.pt-portfolio-block-one:hover .pt-portfolio-img img {
  margin-left: 0;
}

.pt-portfolio-block-one {
  position: relative;
  overflow: hidden;
}

.pt-portfolio-block-one .pt-portfolio-info {
  text-align: left;
  position: absolute;
  bottom: 30px;
  left: -100%;
  display: inline-block;
  padding: 10px 10px 10px;
  background: #123885;
  border-bottom: 8px solid #b49759;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

.pt-portfolio-block-one:hover .pt-portfolio-info {
  left: 30px;
}

.pt-portfolio-block-one .pt-portfolio-info span {
  font-size: 14px;
  line-height: 22px;
  width: 100%;
  color: #273c66;
  text-transform: uppercase;
}

.pt-portfolio-block-one .pt-portfolio-info h5 {
  position: relative;
  text-align: left;
  float: left;
  width: 100%;
  color: #fff;
}

.pt-portfolio-info-box {
  display: inline-block;
  width: 100%;
  padding: 30px;
  background: var(--grey-color);
  color: var(--secondary-color);
}

.pt-porfolio-info-header h5 {
  font-size: 34px;
  line-height: 42px;
  color: var(--dark-color);
  margin-bottom: 10px;
}

.pt-porfolio-info .pt-info-list {
  margin: 0;
  padding: 0;
}

.pt-porfolio-info .pt-info-list li {
  list-style: none;
  float: left;
  margin: 0 0 10px;
  padding: 0 0 5px;
  border-bottom: 1px solid rgba(25, 36, 54, 0.1);
  display: inline-block;
  width: 100%;
}

.pt-porfolio-info .pt-info-list li h5 {
  display: inline-block;
  color: var(--dark-color);
  font-size: 20px;
  line-height: 28px;
}

.pt-porfolio-info .pt-info-list li span {
  float: right;
}

.pt-porfolio-info .pt-info-list li:last-child {
  margin: 0;
  padding: 0;
  border-bottom: none;
}

.Projects-dts .pt-portfolio-block .pt-portfolio-info {
  padding-bottom: 0;
}

@media(max-width:1023px) {
  .pt-porfolio-info .pt-info-list li {
    width: 100%;
    margin-right: 0;
  }
}

@media(max-width:767px) {
  .pt-porfolio-info .pt-info-list li {
    width: 100%;
    margin-right: 0;
  }
}

.pt-portfolio-block .pt-portfolio-img {
  position: relative;
  overflow: hidden;
}

.pt-portfolio-block .pt-portfolio-img img {
  margin-left: 30px;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.pt-portfolio-block:hover .pt-portfolio-img img {
  margin-left: 0;
}

.pt-portfolio-block .pt-portfolio-img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: inline-block;
  z-index: 9;
  background: var(--dark-color);
  opacity: 0;
  transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
}

.pt-portfolio-block:hover .pt-portfolio-img:before {
  opacity: 0.8;
}

.pt-portfolio-block .pt-portfolio-img a {
  background: var(--white-color);
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  z-index: 9;
  color: var(--primary-color);
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 26px;
  opacity: 0;
}

.pt-portfolio-block:hover .pt-portfolio-img a {
  opacity: 1;
}

.pt-portfolio-block .pt-portfolio-img a:hover {
  background: var(--primary-color);
  color: var(--white-color);
}

.pt-portfolio-block .pt-portfolio-info {
  padding: 15px 0 0;
}

.pt-portfolio-block .pt-portfolio-info span {
  text-transform: uppercase;
  font-size: 14px;
  color: var(--primary-color);
  font-weight: 400;
}

.pt-portfolio-block .pt-portfolio-info h4 a {
  color: var(--dark-color);
}

.pt-portfolio-info h5 a {
  text-decoration: none;
  color: #fff;
  font-size: 22px;
}

/* headlines section starts here */

.marque-section {
  position: relative;
  background-color: #123885;
  padding: 10px 0;
}

.marquee-wrapper {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
}

@media (max-width: 575px) {
  .marquee-wrapper {
    margin-top: -25px;
  }
}

.text-slider {
  font-size: 42px;
  height: 110px;
  line-height: 65px;
  font-weight: 500;
  text-transform: capitalize;
  margin-right: 20px;
  color: #cbf4ff;
}

.text-slider.style-height {
  height: 65px;
  line-height: 0;
  display: flex;
  align-items: center;
}

@media (max-width: 575px) {
  .text-slider.style-height {
    line-height: initial;
  }
}

.text-slider.style-height-2 {
  height: 71px;
  line-height: 0;
}

@media (max-width: 575px) {
  .text-slider.style-height-2 {
    line-height: 70px;
  }
}

@media (max-width: 575px) {
  .text-slider {
    font-size: 50px;
    height: 70px;
    line-height: 65px;
    margin-bottom: -10px;
  }
}

.text-slider.style-border {
  position: relative;
  padding-left: 65px;
}

.text-slider.style-border::before {
  position: absolute;
  bottom: 30px;
  left: 0;
  content: "";
  width: 60px;
  height: 8px;
  background-color: rgba(61, 66, 92, 0.2);
}

.marquee-inner {
  position: absolute;
  display: inline-flex;
  width: 200%;
}

.marquee-list {
  float: left;
  width: 50%;
}

.marquee-item {
  float: left;
  transition: animation 0.5s ease-out;
  display: inline-block;
}

.marquee-item.style-2 .text-slider {
  text-transform: capitalize;
  font-size: 42px;
  color: var(--white);
  margin-right: 40px;
  line-height: 0;
  height: 65px;
}

@media (max-width: 767px) {
  .marquee-item.style-2 .text-slider {
    font-size: 42px;
  }
}

.marque-section .container-fluid {
  padding: 0 100px;
}

@media (max-width: 1199px) {
  .marque-section .container-fluid {
    padding: 0;
  }
}

.marque-section-2 {
  background-color: var(--theme);
}

.marquee-inner.to-left {
  animation: marqueeLeft 15s linear infinite;
}

@keyframes marqueeLeft {
  0% {
    left: 0;
  }

  100% {
    left: -100%;
  }
}

.marquee-inner.to-right {
  animation: marqueeRight 15s linear infinite;
}

@keyframes marqueeRight {
  0% {
    right: 0;
  }

  100% {
    right: -100%;
  }
}

/* GALLERY SECTION STARTS HERE */
.gallery-card .gallery-img {
  overflow: hidden
}

.gallery-card .gallery-img img {
  width: 100%;
  height: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out
}

.gallery-card .icon-btn:hover {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
  color: var(--white-color)
}

.gallery-card:hover .gallery-img img {
  -webkit-transform: scale(1.2) rotate(-5deg);
  -ms-transform: scale(1.2) rotate(-5deg);
  transform: scale(1.2) rotate(-5deg);
  filter: grayscale(0.9);
}

.gallery-boxes {
  margin-top: 52px !important;
}

.gallery-card .gallery-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;

  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out
}

.gallery-card .box-title {
  color: #fff;
  background-color: #123885;
  padding: 4px 10px;
  margin: 5px 0 20px 0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}

.gallery-card .gallery-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  color: #fff;
  text-transform: uppercase;
}

.gallery-card .gallery-chef {
  display: block;
  margin-bottom: 23px;
  color: var(--th-border-color)
}

.gallery-card .icon-btn {
  background-color: var(--white-color);
  width: var(--btn-size, 60px);
  height: var(--btn-size, 60px);
  line-height: var(--btn-size, 60px);
  font-size: var(--btn-font-size, 25px);
  color: var(--theme-color);
  border-color: var(--white-color);
  border-radius: 50%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  margin-bottom: 20px
}

.gallery-card .icon-btn:hover {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
  color: var(--white-color)
}

.gallery-card:hover .gallery-img img {
  -webkit-transform: scale(1.2) rotate(-5deg);
  -ms-transform: scale(1.2) rotate(-5deg);
  transform: scale(1.2) rotate(-5deg)
}

.gallery-card:hover .gallery-content {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1)
}

@media (max-width: 1199px) {
  .gallery-card {
    --box-space: 25px
  }
}

@media (max-width: 767px) {
  .gallery-card {
    --box-space: 15px
  }
}

/* GRAND PARENTS VIDEO SECTION CSS CODE */


.video-box2 .play-btn {
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.video-box2 .play-btn:after,
.video-box2 .play-btn:before {
  background-color: #fff;
}

.video-box2 .play-btn>i {
  width: 80px;
  height: 80px;
  line-height: 80px;
  background-color: #fff;
  border: 1px solid #fff;
  color: #273c66;
  font-size: 1.6em;
  border-radius: 50%;
}

.play-btn:after,
.play-btn:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  z-index: -1;
  border-radius: 50%;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s
}

.play-btn:after {
  -webkit-animation-delay: 2s;
  animation-delay: 2s
}

.play-btn:hover:after,
.play-btn:hover::before,
.play-btn:hover i {
  background-color: #123885;
  color: #fff;
}

.play-btn.style2:before,
.play-btn.style2:after {
  background-color: transparent;
  border: 1px solid #fff;
}

.play-btn.style3>i {
  --icon-size: 40px;
  font-size: 14px;
  border: 1px solid;
  background-color: #273c66;
  color: #fff;
}

.play-btn.style3:before,
.play-btn.style3:after {
  background-color: #fff;
}

.play-btn.style3:hover>i {
  background-color: #fff;
  color: #273c66;
}

.play-btn.style3:hover:before,
.play-btn.style3:hover:after {
  background-color: #fff;
}

.video-box2 .play-btn:after,
.video-box2 .play-btn:before {
  background-color: #fff;
}

.video-box2 {
  position: relative;
  z-index: 2;
  min-height: 336px;
}

.link-btn {
  font-weight: 600;
  font-size: 14px;
  display: inline-block;
  line-height: 0.8;
  position: relative;
  padding-bottom: 2px;
  margin-bottom: -2px;
  text-transform: uppercase;
  color: var(--theme-color)
}

.link-btn i {
  margin-left: 5px;
  font-size: 0.9rem
}

.link-btn:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: var(--theme-color);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s
}

.link-btn:hover {
  color: var(--theme-color)
}

.link-btn:hover::before {
  width: 100%
}

.line-btn {
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
  line-height: 0.8;
  position: relative;
  padding-bottom: 4px;
  margin-bottom: -1px;
  text-transform: uppercase;
  color: var(--title-color)
}

.line-btn i {
  margin-left: 5px;
  font-size: 0.9rem
}

.line-btn:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: var(--title-color);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s
}

.line-btn:hover {
  color: var(--theme-color)
}

.line-btn:hover::before {
  background-color: var(--theme-color);
  width: 45px
}

.animation-bubble {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  overflow: hidden;
  z-index: 1;
  pointer-events: none;
}

.animation-bubble div[class^=bubble-] {
  height: 1px;
  width: 1px;
  position: absolute;
  background: url(../images/pencil5.png) no-repeat center center;
  background-size: cover;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  pointer-events: none;
}

@media (max-width: 1024px) {
  .animation-bubble>:nth-child(even) {
    display: none
  }
}

.bubble-1 {
  bottom: -5px;
  left: 68%;
  -webkit-animation: bubble-animation 4.5s infinite ease-in -6.57s;
  animation: bubble-animation 4.5s infinite ease-in -6.57s
}

.bubble-2 {
  bottom: -71px;
  left: 97%;
  -webkit-animation: bubble-animation 4.5s infinite ease-in -5.07s;
  animation: bubble-animation 4.5s infinite ease-in -5.07s
}

.bubble-3 {
  bottom: -71px;
  left: 43%;
  -webkit-animation: bubble-animation 4.5s infinite ease-in -6.73s;
  animation: bubble-animation 4.5s infinite ease-in -6.73s
}

.bubble-4 {
  bottom: -3.8px;
  left: 82%;
  -webkit-animation: bubble-animation 4.5s infinite ease-in -4.04s;
  animation: bubble-animation 4.5s infinite ease-in -4.04s
}

.bubble-5 {
  bottom: -73.4px;
  left: 29%;
  -webkit-animation: bubble-animation 4.5s infinite ease-in -3.11s;
  animation: bubble-animation 4.5s infinite ease-in -3.11s
}

.bubble-6 {
  bottom: -71px;
  left: 41%;
  -webkit-animation: bubble-animation 4.5s infinite ease-in -5.95s;
  animation: bubble-animation 4.5s infinite ease-in -5.95s
}

.bubble-7 {
  bottom: -79.4px;
  left: 14%;
  -webkit-animation: bubble-animation 4.5s infinite ease-in -3.68s;
  animation: bubble-animation 4.5s infinite ease-in -3.68s
}

.bubble-8 {
  bottom: -115.4px;
  left: 90%;
  -webkit-animation: bubble-animation 4.5s infinite ease-in -3.89s;
  animation: bubble-animation 4.5s infinite ease-in -3.89s
}

.bubble-9 {
  bottom: -44.6px;
  left: 33%;
  -webkit-animation: bubble-animation 4.5s infinite ease-in -1.09s;
  animation: bubble-animation 4.5s infinite ease-in -1.09s
}

.bubble-10 {
  bottom: -6.2px;
  left: 59%;
  -webkit-animation: bubble-animation 4.5s infinite ease-in -.96s;
  animation: bubble-animation 4.5s infinite ease-in -.96s
}

@-webkit-keyframes bubble-animation {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    height: 1px;
    width: 1px
  }

  100% {
    -webkit-transform: translate3d(-50%, -280px, 0);
    transform: translate3d(-50%, -280px, 0);
    height: 75px;
    width: 75px
  }
}

@keyframes bubble-animation {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    height: 1px;
    width: 1px
  }

  100% {
    -webkit-transform: translate3d(-50%, -280px, 0);
    transform: translate3d(-50%, -280px, 0);
    height: 75px;
    width: 75px
  }
}


.ripple-animation,
.play-btn:after,
.play-btn:before {
  -webkit-animation-duration: var(--ripple-ani-duration);
  animation-duration: var(--ripple-ani-duration);
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: ripple;
  animation-name: ripple
}

@-webkit-keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0
  }

  30% {
    opacity: 0.4
  }

  100% {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0
  }
}

@keyframes ripple {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0
  }

  30% {
    opacity: 0.4
  }

  100% {
    -webkit-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0
  }
}

@-webkit-keyframes ripple2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0
  }

  30% {
    opacity: 0.4
  }

  100% {
    -webkit-transform: scale(2.8);
    transform: scale(2.8);
    opacity: 0
  }
}

@keyframes ripple2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0
  }

  30% {
    opacity: 0.4
  }

  100% {
    -webkit-transform: scale(2.8);
    transform: scale(2.8);
    opacity: 0
  }
}

.fancy-animation {
  -webkit-animation: morph 8s ease-in-out infinite;
  animation: morph 8s ease-in-out infinite
}

@-webkit-keyframes morph {
  0% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%
  }

  50% {
    border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%
  }

  100% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%
  }
}

@keyframes morph {
  0% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%
  }

  50% {
    border-radius: 30% 60% 70% 40% / 50% 60% 30% 60%
  }

  100% {
    border-radius: 60% 40% 30% 70% / 60% 30% 70% 40%
  }
}

@-webkit-keyframes footerLine {
  0% {
    left: 40px
  }

  50% {
    left: 0
  }

  100% {
    left: 40px
  }
}

@keyframes footerLine {
  0% {
    left: 40px
  }

  50% {
    left: 0
  }

  100% {
    left: 40px
  }
}

.movingX {
  -webkit-animation: movingX 8s linear infinite;
  animation: movingX 8s linear infinite
}

@-webkit-keyframes movingX {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  50% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px)
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@keyframes movingX {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  50% {
    -webkit-transform: translateX(50px);
    transform: translateX(50px)
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

.movingCar {
  -webkit-animation: movingCar 25s linear infinite;
  animation: movingCar 25s linear infinite
}

@-webkit-keyframes movingCar {
  0% {
    -webkit-transform: translateX(0) rotateY(0deg);
    transform: translateX(0) rotateY(0deg)
  }

  50% {
    -webkit-transform: translateX(calc(100vw*-1 + 108%));
    transform: translateX(calc(100vw*-1 + 108%))
  }

  51% {
    -webkit-transform: translateX(calc(100vw*-1 + 108%)) rotateY(180deg);
    transform: translateX(calc(100vw*-1 + 108%)) rotateY(180deg)
  }

  100% {
    -webkit-transform: translateX(0) rotateY(180deg);
    transform: translateX(0) rotateY(180deg)
  }
}

@keyframes movingCar {
  0% {
    -webkit-transform: translateX(0) rotateY(0deg);
    transform: translateX(0) rotateY(0deg)
  }

  50% {
    -webkit-transform: translateX(calc(100vw*-1 + 108%));
    transform: translateX(calc(100vw*-1 + 108%))
  }

  51% {
    -webkit-transform: translateX(calc(100vw*-1 + 108%)) rotateY(180deg);
    transform: translateX(calc(100vw*-1 + 108%)) rotateY(180deg)
  }

  100% {
    -webkit-transform: translateX(0) rotateY(180deg);
    transform: translateX(0) rotateY(180deg)
  }
}

.jump {
  -webkit-animation: jumpAni 7s linear infinite;
  animation: jumpAni 7s linear infinite
}

@-webkit-keyframes jumpAni {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px)
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@keyframes jumpAni {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px)
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

.jump-reverse {
  -webkit-animation: jumpReverseAni 7s linear infinite;
  animation: jumpReverseAni 7s linear infinite
}

@-webkit-keyframes jumpReverseAni {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  50% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px)
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@keyframes jumpReverseAni {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }

  50% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px)
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

.spin {
  -webkit-animation: spin 10s linear infinite;
  animation: spin 10s linear infinite
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg)
  }
}

.bg-color-ani,
.color-animate {
  -webkit-animation: bgColor 6s linear infinite;
  animation: bgColor 6s linear infinite
}


.grand-btn:before {
  position: absolute;
  left: 30px;

}

.client-logo-image img:hover {
  filter: grayscale(0);
}

.client-logo-image img {
  margin: 0 auto;
  filter: grayscale(1);
  transition: 0.5s;
}




.client-school {
  background-image: url(Homepage/images/cta-bg2.webp);
  padding: 50px 0px;
}

.social-links a i {
  padding: 10px;
}

.footer-social i {
  border: 2px solid #123885;
  padding: 10px;
  color: #123885;
  border-radius: 50%;
  width: 40px;
  text-align: center;
  font-weight: bold;
}

.section-title__tagline {
  font-optical-sizing: auto;
  font-style: normal;
  color: #123885;
}


/* FOUNDER SECTION CSS CODE */





.dlab-team1 {
  position: relative;
  overflow: hidden;
  border-radius: 4px;
  transition: all 0.5s;
}

.founder-cont {
  background: #f1f1f1 url(Homepage/images/teacher-bg.png);
  /* box-shadow: rgba(0, 0, 0, 0.09) 0px 2px 1px, rgba(0, 0, 0, 0.09) 0px 4px 2px, rgba(0, 0, 0, 0.09) 0px 8px 4px, rgba(0, 0, 0, 0.09) 0px 16px 8px, rgba(0, 0, 0, 0.09) 0px 32px 16px; */
  border-radius: 14px;
  padding: 14px;
}

.dlab-team1 .dlab-info {
  position: absolute;
  bottom: -55px;

  width: 100%;
  padding: 20px 30px;
  text-align: center;
  transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
}

.dlab-team1 .dlab-position {
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  color: #921d17;
}

.dlab-team1 .dlab-social-icon {
  display: block;
  margin-top: 20px;
}

.dlab-team1 .dlab-title {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 600;
}

.dlab-team1 .dlab-info:after {
  content: "";
  width: 15px;
  height: 15px;
  background: #fff;
  position: absolute;
  top: -7px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) rotate(45deg);
  -webkit-transform: translateX(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  -o-transform: translateX(-50%) rotate(45deg);
  transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
}

.dlab-team1:hover .dlab-info {
  bottom: 0;
  background: #21458d;
  transition: all 0.8s;
  -moz-transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  color: #fff;
}

.dlab-team1:hover .dlab-position {
  color: #fff;
  opacity: 0.6;
}

.dlab-team1:hover .dlab-title a {
  color: #fff;
}

.dlab-team1:hover .dlab-social-icon li a {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.dlab-team1 .dlab-social-icon li a {
  width: 32px;
  height: 32px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 4px;
  font-size: 16px;
  line-height: 30px;
  padding: 0;
}

.dlab-team1:hover .dlab-info:after {
  background: #21458d;
}

.principal-para {
  margin: 20px 0px;
  font-size: 16px;
  color: #000;
  text-align: justify;
}

.founder-sec {
  padding: 50px 0px;
}

.dlab-media img {
  border-radius: 50%;
  border: 5px solid #123885;
}

.google-btn {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  background-color: #123885;
}

.google-btn:hover {
  color: #fff !important;
}

.google-btn i {
  background-color: #fff;
  color: #123885;
}

/* Testimonial css code */

#testi-school {
  padding: 50px 0px;
  background-image: url(Homepage/images/testi-bg2.png);
}

.parents-feedback-box {
  display: flex !important;
  justify-content: center;
}

.review-icon {
  margin-left: 150px;
}

.parent-profile h3 {
  margin-left: 31px;
  color: #273c66;
}

.parent-profile li i {
  color: rgb(255, 199, 58);
}

.review-para p {
  text-align: justify;
}


.parent-review-new-box {
  border: 1px dotted #000;
  border-radius: 70px;
  background-color: #fff;
  margin: 0px 24px;
  padding: 40px;
}


.animate {
  font-size: 30px;
  margin: 10px 0 0;
  font-weight: 600;

}

.animate span {
  display: inline-block;
}

a.repeat {
  display: inline-block;
  font-size: 12px;
  text-transform: none;
  text-decoration: none;
  color: orange;
  padding: 5px 12px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  font-weight: normal;
  margin: 0 0 0 10px;
  border-radius: 3px;
  position: relative;
  bottom: 15px;
}

a.repeat:hover {
  background: rgba(0, 0, 0, 0.7);
  color: white;
}

.animate span:nth-of-type(2) {
  animation-delay: .05s;
}

.animate span:nth-of-type(3) {
  animation-delay: .1s;
}

.animate span:nth-of-type(4) {
  animation-delay: .15s;
}

.animate span:nth-of-type(5) {
  animation-delay: .2s;
}

.animate span:nth-of-type(6) {
  animation-delay: .25s;
}

.animate span:nth-of-type(7) {
  animation-delay: .3s;
}

.animate span:nth-of-type(8) {
  animation-delay: .35s;
}

.animate span:nth-of-type(9) {
  animation-delay: .4s;
}

.animate span:nth-of-type(10) {
  animation-delay: .45s;
}

.animate span:nth-of-type(11) {
  animation-delay: .5s;
}

.animate span:nth-of-type(12) {
  animation-delay: .55s;
}

.animate span:nth-of-type(13) {
  animation-delay: .6s;
}

.animate span:nth-of-type(14) {
  animation-delay: .65s;
}

.animate span:nth-of-type(15) {
  animation-delay: .7s;
}

.animate span:nth-of-type(16) {
  animation-delay: .75s;
}

.animate span:nth-of-type(17) {
  animation-delay: .8s;
}

.animate span:nth-of-type(18) {
  animation-delay: .85s;
}

.animate span:nth-of-type(19) {
  animation-delay: .9s;
}

.animate span:nth-of-type(20) {
  animation-delay: .95s;
}



/* seven*/

.seven span {
  color: #123885;
  opacity: 0;
  transform: translate(-150px, 0) scale(.3);
  animation: leftRight .5s forwards;
}


@keyframes leftRight {
  40% {
    transform: translate(50px, 0) scale(.7);
    opacity: 1;
    color: #123885;
  }

  60% {
    color: #123885;
  }

  80% {
    transform: translate(0) scale(2);
    opacity: 0;
  }

  100% {
    transform: translate(0) scale(1);
    opacity: 1;
  }
}

/*.gd-school-faq{
  margin: 90px 0px !important;
}*/

.accordion-button:not(.collapsed) {
  background-color: #fff;
  color: #000 !important;
  font-weight: 500;
}

.accordion-body {
  background-color: #123885;
  color: #fff !important;
}

.accordion-button {
  background-color: #fff !important;
  color: #000 !important;
  font-size: 20px;
  font-weight: 500;
}

#gd-faq {
  padding: 50px 0px;
  background-image: url(images/testi-bg2.png);
}

.school-gallery {
  padding: 45px 0px;
}

/* 3D SLIDER CODE STARTS HERE */
.slider-container {
  height: 26rem;
  width: 100%;
  max-width: 1200px;
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none;
  position: relative;
  margin-top: 2rem;
}

.slider-title {
  position: absolute;
  top: 0;
  font-family: 'Papyrus', Fantasy;
  font-size: 20px;
}

.left-arrow,
.right-arrow {
  height: 100%;
  width: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slider-content {
  height: 100%;
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  overflow: hidden;
  position: relative;
  perspective: 100px;
  border-radius: 30px;
}

.slider-content-background {
  height: 100%;
  width: 102%;
  position: absolute;
  top: 0;
  left: -1%;
  background-color: #fff;

}

.slider-content .slide {
  position: absolute;
  left: 50%;
  height: 24rem;
  max-height: 350px;
  width: 14rem;
  min-width: 450px;
  background: #999;
  border: 1px solid;
  border-radius: 25px;
  left: 50%;
  z-index: 0;
  opacity: 0;
  transform: translate(-50%, 0) rotateY(0deg) scale(1, 1);
  transform-style: preserve-3d;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out, left 0.5s ease-in-out,
    z-index 0s 0.25s ease-in-out, box-shadow 0.5s ease-in-out, filter 0.5s ease-in-out;
}

.slide.position-1 {
  left: 20% !important;
  z-index: 1 !important;
  transform: translate(-50%, 0) rotateY(-2deg) scale(0.8, 0.8) !important;
  opacity: 1 !important;
  box-shadow: 0px 0.4rem 1.6rem rgba(0, 0, 0, 0.1) !important;
  filter: blur(5px);

}

.slide.position-2 {
  left: 35% !important;
  z-index: 2 !important;
  transform: translate(-50%, 0) rotateY(-1deg) scale(0.9, 0.9) !important;
  opacity: 1 !important;
  box-shadow: 0px 0.4rem 1.6rem rgba(0, 0, 0, 0.3) !important;
  filter: blur(2px);


}

.slide.position-3 {
  left: 50% !important;
  z-index: 4 !important;
  transform: translate(-50%, 0) rotateY(0deg) scale(1, 1) !important;
  opacity: 1 !important;
  box-shadow: 0px 0.4rem 1.6rem rgba(0, 0, 0, 0.5) !important;
  cursor: pointer;
  filter: blur(0px);
}

.slide.position-3:hover {
  box-shadow: 0px 0rem 1.8rem rgba(0, 0, 0, 0.7) !important;
  transform: translate(-50%, 0) rotateY(0deg) scale(1.05, 1.05) !important;
}

.slide.position-4 {
  left: 65% !important;
  z-index: 2 !important;
  transform: translate(-50%, 0) rotateY(1deg) scale(0.9, 0.9) !important;
  opacity: 1 !important;
  box-shadow: 0px 0.4rem 1.6rem rgba(0, 0, 0, 0.3) !important;
  filter: blur(2px);

  animation: center-animation 1s 1s linear 1 forwards;
}

@keyframes center-animation {
  0% {
    left: 70% !important;
    transform: translate(-50%, 0) rotateY(1deg) scale(0.9, 0.9) !important;
  }

  50% {
    left: 75% !important;
    transform: translate(-50%, 0) rotateY(-2deg) scale(1.1, 1.1) !important;
  }

  100% {
    left: 50% !important;
    transform: translate(-50%, 0) rotateY(0deg) scale(1, 1) !important;
  }
}

.slide.position-5 {
  left: 80% !important;
  z-index: 1 !important;
  transform: translate(-50%, 0) rotateY(2deg) scale(0.8, 0.8) !important;
  opacity: 1 !important;
  box-shadow: 0px 0.4rem 1.6rem rgba(0, 0, 0, 0.1) !important;
  filter: blur(5px);
}

.slide.position-none {
  left: 50%;
  z-index: 0;
  transform: translate(-50%, 0) rotateY(0deg) scale(0.7, 0.7);
  opacity: 1;
  box-shadow: 0px 0.4rem 1.6rem rgba(0, 0, 0, 0);
}

.slider-container i {
  width: 2rem;
  height: 2rem;
  display: flex;
  background: #fff;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 50%;
}

.slider-container .left-arrow:hover i,
.slider-container .right-arrow:hover i {
  background: #21458d;
  color: #fff;
}


.slider-content .slide .card-sections .upper-section,
.slider-content .slide .card-button {
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
}

.slider-content .slide.position-3 .card-sections .upper-section,
.slider-content .slide.position-3 .card-button {
  opacity: 1;
  transition: opacity 0.6s ease-in-out;
}

.slide>* {
  color: white;
  font-family: 'Inter';
  font-size: 90%;
  letter-spacing: -0.001em;
}

.media,
.card-sections {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 25px;
  overflow: hidden;
}

.media {
  display: flex;
  align-items: center;
  justify-content: center;
}

.media img {
  position: absolute;
  height: 100%;
  width: 100%;
}

.card-sections {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
}

.upper-section {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.lower-section {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.card-sections .lower-section .card-button {
  border: 0.5px solid #fff;
  width: 35%;
  padding: 0.5rem;
  border-radius: 2rem;
  font-size: 60%;
  text-align: center;
  background: rgba(0, 0, 0, 0.3);
}

.upper-section .wishlist,
.upper-section .cart {
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  background-color: transition 0.2s ease-in-out;
}

.upper-section .cart:hover {
  color: rgb(252, 163, 60);
  background: rgba(0, 0, 0, 0.4);
}

.upper-section .wishlist:hover {
  color: rgb(244, 129, 129);
  background: rgba(0, 0, 0, 0.4);
}

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

  .slide.position-1,
  .slide.position-5 {
    opacity: 0.5 !important;
  }

  .slide.position-2,
  .slide.position-4 {
    opacity: 0.95 !important;
  }

  .qr_code-div ul {
    flex-direction: column;
  }

  .qr_code-div ul li {
    width: 100%;
  }
}

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

  .slide.position-1,
  .slide.position-5 {
    opacity: 0 !important;
  }

  .slide.position-2,
  .slide.position-4 {
    opacity: 0.5 !important;
  }
}

/* @media screen and (max-width: 415px){
.slide{
opacity: 0 !important;
box-shadow: none !important;
} */
.slide.position-3 {
  box-shadow: none !important;
  opacity: 1 !important;
}

.slide.position-1,
.slide.position-2 {
  /* left: -50% !important; */
  transform: translate(-50%, 0) rotateY(0deg) scale(0.7, 0.7) !important;
}

.slide.position-4,
.slide.position-5 {
  /* left: 150% !important; */
  transform: translate(-50%, 0) rotateY(0deg) scale(0.7, 0.7) !important;
}

#sports-celebration {
  /* background-image: url(../images/cta-bg2.jpg); */
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #fff;
  padding: 50px 0px;
}

.footer-widget ul {
  padding: 0;
}

button.accordion-button {
  font-size: 18px;
}

.form-btn button {
  background: #123885;
}

.form-one__control input:focus {
  outline: none;
}

.form-one__control textarea:focus {
  outline: none;
}

.parent-profile ul li {
  margin-right: 0 !important;
}

.client-logo-image img {
  border-radius: 10px;
}

/*Whatsapp-popup*/
#whatsapp .wtsapp:focus {
  border: none;
  outline: none;
}

#whatsapp .wtsapp {
  position: fixed;
  transition: all .5s ease;
  background: #25d366;
  display: block;
  text-align: center;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  /* margin: 0; */
  border-radius: 50px;
  border-right: none;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  bottom: 111px;
  left: 20px;
  border: 0;
  z-index: 999;
  width: 50px;
  height: 50px;
  line-height: 48px;
}

#whatsapp .wtsapp:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 60px;
  height: 60px;
  background: #25d366;
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
}

@keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }

  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

/*Call Me*/
.phone_lefts-side {
  position: relative;
}

.phone_lefts-side a {
  position: fixed;
  bottom: 180px;
  color: white;
  animation: topBottom 4s infinite;
  z-index: 999;
  left: 20px;
  background: #0f2e6c;
  color: white;
  padding: 10px 16px;
  border-radius: 50%;
  font-size: 20px;
  animation: bounce 4s infinite alternate;
}

.glow {
  font-size: 80px;
  color: #fff;
  text-align: center;
  -webkit-animation: glow 1s ease-in-out infinite alternate;
  -moz-animation: glow 1s ease-in-out infinite alternate;
  animation: glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 10px #f3fffd, 0 0 20px #f3fffd, 0 0 30px #f3fffd, 0 0 40px #f3fffd, 0 0 50px #f3fffd, 0 0 60px #f3fffd, 0 0 70px #f3fffd;
  }

  to {
    text-shadow: 0 0 20px #f3fffd, 0 0 30px #f3fffd, 0 0 40px #f3fffd, 0 0 50px #016098, 0 0 60px #f3fffd, 0 0 70px #f3fffd, 0 0 80px #f3fffd;
  }
}

@keyframes glow {
  from {
    text-shadow: 0 0 10px #f3fffd, 0 0 20px #f3fffd, 0 0 30px #f3fffd, 0 0 40px #f3fffd, 0 0 50px #f3fffd, 0 0 60px #f3fffd, 0 0 70px #f3fffd;
  }

  to {
    text-shadow: 0 0 20px #f3fffd, 0 0 30px #f3fffd, 0 0 40px #f3fffd, 0 0 50px #016098, 0 0 60px #f3fffd, 0 0 70px #f3fffd, 0 0 80px #f3fffd;
  }
}

.bounce {
  animation: bounce 965 1.6s ease infinite;
  transform-origin: 50% 50%;
}

@keyframes bounce {
  0% {
    transform: translateY(0);
  }

  12.5% {
    transform: translateY(0);
  }

  25% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-15px);
  }

  62.5% {
    transform: translateY(0);
  }

  75% {
    transform: translateY(-15px);
  }

  100% {
    transform: translateY(0);
  }
}

div#exampleModal .modal-header {
  background: #fff;
}

nav.mobile-menu {
  display: none;
}

.mobile-three-item {
  text-align: center;
  display: none;
  position: fixed;
  z-index: 999;
  bottom: 0;
  width: 100%;
}

.mobile-three-item li {
  display: inline-block;
  margin-right: 0;
  width: 48%;
  padding: 7px 0;
}

.mobile-three-item li:nth-child(1) {
  background-color: #000;
}

.mobile-three-item li:nth-child(2) {
  background-color: #128C7E;
}

.mobile-three-item li:last-child {
  background-color: #64b161;
}

.mobile-three-item li a {
  padding: 8px 0;
  color: #fff;
}

.mobile-three-item ul {
  margin-bottom: 0;
}

.strip-type {
  background: #123885;
}

.we-cleaning__right p {
  margin-bottom: 15px;
}

.image {
  -webkit-animation: spin 99s linear infinite;
  -moz-animation: spin 99s linear infinite;
  animation: spin 99s linear infinite;
}

@-moz-keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.feature-item {
  margin-bottom: 30px;
}

/* img.image {    width: 74%;} */

.parent-profile ul {
  text-align: center;
}

.parents-feedback-box {
  margin-bottom: 20px;
}

.rank-holder {
  height: 540px;
}

.rank-holder img {
  width: 60%;
}

.rank-holder img {
  margin-top: 80px;
}

video#vid {
  width: 100%;
  display: block;
}

ul.footer-social {
  text-align: end;
  margin-bottom: 0px;
}

.y-middle {
  display: flex;
  align-items: center;
}

ul.list-footer-design li {
  width: 50%;
  display: inline;
  margin-right: 20px;
}

.why-gd-geonka {
  padding: 50px 0;
  background-color: #123885;
}

.header-links ul li a {
  font-size: 18px;
}

ul.list-footer-design li img {
  width: 40%;
}

.about_text p {
  font-size: 18px;
}

a.btn-design {
  background: #123885;
  padding: 8px 20px;
}

.mandatory_inner a {
  background: #123885;
  display: block;
  text-align: center;
  margin-bottom: 15px;
  line-height: 40px;
}

.awards-design_inner img {
  cursor: pointer;
  margin-bottom: 30px;
}

ul.footer-social {
  text-align: center;
  margin-top: 15px;
}

.middle-inner-photo img {
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

div#exampleModal img {
  height: auto;
  object-fit: contain;
}

.vetical-btn {
  position: fixed;
  top: 30%;
  right: 0;
  transform: translateY(-50%) rotate(-90deg);
  background-color: #b59859;
  color: #fff;
  padding: 14px 28px;
  border-radius: 10px 10px 0 0;
  text-decoration: none;
  font-size: 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  z-index: 1000;
  font-weight: 600;
  transition: background 0.2s;
  transform-origin: right center;
  margin-right: 26px;
}

.vetical-btn a {
  color: #fff;
  font-size: 18px;
}


.header-logo img {
  width: auto;
  height: 80px;
}




div#carouselExampleInterval {
  left: unset;
  z-index: 0;
  transform: none;
  opacity: 1;
  box-shadow: 0px 0.4rem 1.6rem rgba(0, 0, 0, 0);
  height: 80vh;
}

.carousel-hero-banner {
  position: relative;
  width: 100%;
  height: 600px;
  overflow: hidden;
  color: #ffffff;
}

.carousel-images {
  width: 100%;
  height: 100%;
}

.carousel-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  display: flex;
  justify-content: end;
  align-items: flex-end;
}

.carousel-slide.active {
  opacity: 1;
}

.carousel-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  z-index: 1;
}

.slide-content {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 2rem;
  margin-bottom: 60px;
  background-color: rgb(255 255 255 / 58%);
  border-radius: 5px;
}

.fa-facebook-f {
  color: #1877F2;
}

.fa-x-twitter {
  color: #000000;
}

.fa-instagram {
  color: #E4405F;
}

.fa-linkedin-in {
  color: #0A66C2;
}

.fa-youtube {
  color: #FF0000;
}

.media img {
  object-fit: cover;
}

@media screen and (max-width: 480px) {
  .header-logo img {
    width: auto !important;
    height: 45px;
  }

  .slide-content h1 {
    font-size: 2rem !important;
    margin-bottom: 0 !important;
  }

  .slide-content {
    padding: 1rem !important;
  }
}

.slide-content h1 {
  font-size: 3rem;
  margin-bottom: 1rem;
  color: #123885;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.slide-content p {
  font-size: 1.2rem;
  margin-bottom: 1.5rem;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}

.cta-button {
  display: inline-block;
  background-color: #ff6b6b;
  color: #ffffff;
  padding: 1rem 2rem;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
  transition: background-color 0.3s ease;
}

.nav-button {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  border: none;
  padding: 1rem 1.5rem;
  font-size: 2rem;
  transition: background-color 0.3s ease;
  z-index: 3;
}

.nav-button:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

.prev {
  left: 20px;
}

.next {
  right: 20px;
}

.carousel-indicators {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 3;
}

/* .dot {
                                                                                                                                                                                cursor: pointer;
                                                                                                                                                                                height: 15px;
                                                                                                                                                                                width: 15px;
                                                                                                                                                                                margin: 0 5px;
                                                                                                                                                                                background-color: rgba(255, 255, 255, 0.5);
                                                                                                                                                                                border-radius: 50%;
                                                                                                                                                                                display: inline-block;
                                                                                                                                                                                transition: background-color 0.3s ease;
                                                                                                                                                                            } */

/* .dot.active,
                                                                                                                                                                        .dot:hover {
                                                                                                                                                                            background-color: #ff6b6b;
                                                                                                                                                                        } */


.toppers-banner {
  background: linear-gradient(150deg, #b59859, #baa065, #d1bf97);
  padding: 30px;
  border-radius: 15px;
  width: 100%;
  color: #fff;
  font-family: 'Poppins', sans-serif;
}

/* Header */
.school-header {
  text-align: center;
  margin-bottom: 30px;
}

.school-header h1 {
  font-size: 32px;
  font-weight: 700;
  letter-spacing: 1px;
}

.school-header p {
  font-size: 14px;
  opacity: 0.8;
}

.school-header .tagline {
  margin-top: 12px;
  padding: 8px 18px;
  background: #fff;
  color: #123885;
  display: inline-block;
  font-size: 22px;
  font-weight: 700;
  border-radius: 8px;
}

/* Layout Grid */
.content-grid {
  display: flex;
  gap: 30px;
  margin-top: 20px;
}

.left {
  width: 45%;
}

.right {
  width: 55%;
}

/* Left Section */
.congrats {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
  color: #123885;
}

.toppers {
  display: flex;
  justify-content: center;
  margin: 20px 0;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 15px;
}

.topper-card {
  /* width: 31%; */
  text-align: center;
}

.topper-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
  border: 4px solid #fff;
}

.topper-card h4 {
  margin-top: 8px;
  font-weight: 600;
  font-size: 15px;
}

.topper-card span {
  color: #123885;
  font-weight: 700;
}

.best-wishes {
  margin-top: 20px;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
}

/* Right Table */
.achievers-title {
  background: #123885;
  color: #000;
  padding: 10px;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  border-radius: 8px 8px 0 0;
}

.achievers-table {
  width: 100%;
  background: #fff;
  color: #000;
  border-radius: 0 0 8px 8px;
  overflow: hidden;
}

.achievers-table td {
  padding: 8px 10px;
  border-bottom: 1px solid #eee;
  font-size: 15px;
}

.achievers-table tr:last-child td {
  border-bottom: none;
}

/* Responsiveness */
@media (max-width: 768px) {
  .content-grid {
    flex-direction: column;
  }

  .left,
  .right {
    width: 100%;
  }
}

.founder-cont {
  padding: 0;
}

@media screen and (min-width: 768px) {
  i.fab.fa-whatsapp {
    line-height: 2;
    font-size: 25px;
  }
}

.item>div {
  align-content: center;
}



.testimonials-v2 {
  padding: 40px 0;
  max-width: 1200px;
  margin: 0 auto;
  font-family: Arial, sans-serif;
}

.testimonials-v2 .heading {
  text-align: center;
  margin-bottom: 22px;
}

.testimonials-v2 .sub {
  font-size: 12px;
  color: #2e9ca1;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.testimonials-v2 h2 {
  font-size: 28px;
  margin: 8px 0 0;
}

/* Slider */
.tv2-carousel {
  position: relative;
  overflow: hidden;
}

.tv2-track {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  padding: 12px 18px;
  margin: 0;
}

.tv2-track::-webkit-scrollbar {
  display: none;
}

/* item sizes - JS sets --itemsPerView on root of container */
.tv2-item {
  flex: 0 0 calc(100% / var(--items-per-view));
  scroll-snap-align: center;
  box-sizing: border-box;
  padding: 18px;
}

/* card */
.tv2-card {
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  padding: 22px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
  min-height: 140px;
}

.tv2-avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  flex: 0 0 80px;
}

.tv2-text {
  flex: 1 1 auto;
}

.tv2-text p {
  margin: 0 0 10px;
  color: #333;
  line-height: 1.4;
}

.tv2-name {
  font-weight: 600;
  font-size: 16px;
  margin: 0;
}

.tv2-pos {
  color: #9b9b9b;
  font-size: 13px;
}

/* quote icon */
.tv2-quote {
  color: #2e9da1;
  font-size: 22px;
  position: relative;
  top: -4px;
  margin-right: 8px;
}

/* nav */
.tv2-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  pointer-events: none;
  display: flex;
  justify-content: space-between;
  padding: 0 6px;
}

.tv2-btn {
  pointer-events: auto;
  background: rgba(255, 255, 255, 0.95);
  border: 0;
  width: 42px;
  height: 42px;
  border-radius: 6px;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #333;
}

/* dots */
.tv2-dots {
  text-align: center;
  margin-top: 16px;
}

.tv2-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 6px;
  background: #e0e0e0;
  border-radius: 50%;
  cursor: pointer;
}

.tv2-dot.active {
  background: #2e9ca1;
}

/* responsiveness niceties */
@media (max-width:599px) {
  .tv2-card {
    padding: 16px;
  }
}

.modal-header {
  justify-content: end;
}

.btn-close {
  border: none;
  background: transparent;
  font-size: 35px;
  outline: none !important;
}

._1drm ._1dro {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.x1i10hfl.xjqpnuy.xc5r6h4 {
  color: black;
}

#counter .item {
  width: 350px;
  overflow: hidden;
  height: 200px;
  padding: 0 !important;
}

#counter {
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}

.pt-portfolio-block-one .pt-portfolio-info h5 {
  font-size: 25px;
}

._1dro._2ph-.clearfix {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  align-items: center;
}

.vetical-btn {
  display: none;
}

.gallery-card:hover .gallery-img img {
  filter: none;
}

.item.row>div>img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.gallery-card .gallery-img {
  border-radius: 15px;
}


/* Section Background */
.gd-section {
  padding: 60px 0;
  background: #f7f8fa;
}

/* All 4 boxes same style */
.gd-box {
  background: #fff;
  border-radius: 15px;
  padding: 30px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  height: 100%;
  transition: 0.3s ease;
}

.gd-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.12);
}

/* Icons above text */
.gd-icon {
  width: 50px;
  margin-bottom: 15px;
}

/* Titles */
.gd-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}

/* Description */
.gd-text {
  color: #555;
  font-size: 15px;
  line-height: 1.7;
}

/* Images for bottom row */
.gd-image-badge {
  max-width: 70%;
  height: auto;
}

.gd-image-poster {
  max-width: 53%;
  height: auto;
}

.gallery-card .gallery-img img {
  height: 300px;
  object-fit: cover;
}


@media screen and (max-width: 480px) {
  #counter .item {
    height: fit-content !important;
    margin-left: 0;
  }

  .school-header .tagline {
    padding: 8px 18px !important;
  }
}