* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  text-decoration: none;
}
.clearfix:after,
.clearfix:before {
  display: block;
  content: "";
  clear: both;
}
body {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  overflow-x: hidden;
  line-height: 1.5;
}
img {
  max-width: 100%;
}
:root {
  --heading1-color: #02343f;
  --heading1-size: 40px;
  --heading2-size: 35px;
  --heading3-size: 25px;
  --heading5-size: 20px;
  --heading6-size: 18px;
  --para-size: 16px;
  --dark-bg: #000;
  --color-white: #fff;
  --primary-bg-color: #02343f;
  --global-text-color: #02343f;
  --button-bg-color: #02343f;
  --button-text-color: #fff;
  --footer-copyright-bg-color: #00191f;
  --footer-copyright-text-color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading1-color);
}

.container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
}
/* Header styles */
.main-header .top-header {
  background: var(--primary-bg-color);
  color: var(--color-white);
  display: flex;
  align-items: center;
  padding: 3px 10px;
  padding-left: 15px;
  padding-right: 15px;
}

.main-header .top-header a {
  color: var(--color-white);
}

.main-header .top-header .header-content {
  display: flex;
  align-items: center;
  gap: 20px;
  width: 80%;
}

.main-header .top-header .header-content h1,
.main-header .top-header .header-content h2 {
  font-size: 18px;
}

.main-header .top-header .header-content p {
  font-size: 12px;
  text-align: center;
}

.main-header .header-socials {
  justify-content: center;
  display: flex;
  width: 20%;
  gap: 20px;
  line-height: 0;
}

/* Main menu styles */
.main-header .main-menu-links {
  max-width: 1140px;
  margin: 0 auto;
  padding: 15px 20px;
  padding-bottom: 0;
  width: 100%;
}
.main-header .cs-header ul {
  display: flex;
  justify-content: center;
  margin-top: 0;
  background-color: var(--primary-bg-color);
  padding: 10px;
}

.main-header .cs-header ul > li {
  list-style: none;
  position: relative;
  padding: 0 10px;
  display: flex;
  align-items: center;
  z-index: 9;
}

.main-header .cs-header ul > li > a {
  margin: 0 10px;
  color: #fff;
  position: relative;
  transition: color 0.3s ease;
  font-size: 16px;
  font-weight: 600;
}

.main-header .header-logo-section h2 {
  font-size: 24px;
  color: #000;
  margin-top: 19px;
  font-style: normal;
  font-family: "Playwrite AU NSW", cursive;
  font-weight: 400;
  text-transform: capitalize;
  font-style: normal;
}
.main-header .header-logo-section a {
  display: block;
}
.main-header .header-logo-section {
  text-align: center;
  float: left;
}

/* Styling for submenus */
.main-header .cs-header ul > li span.trigger:after {
    content: "+";
    font-size: 20px;
    position: absolute;
    top: 0px;
    margin-left: 0;
    margin-top: -3px;
    transition: transform 0.3s ease;
    color: #fff;
    transition: color 0.3s ease;
    font-size: 16px;
    font-weight: 600;
}
.main-header .cs-header ul > li span.trigger {
  display: block;
  cursor: pointer;
}

.main-header .cs-header ul > li > ul {
  position: absolute;
  top: 150%;
  left: 0;
  right: auto;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
  padding: 15px;
  min-width: 200px;
  visibility: hidden;
  opacity: 0;
  margin: 0;
  display: block;
  border-radius: 6px;
  z-index: 1000;
}

.main-header .cs-header ul > li > ul > li > a {
  margin: 0;
  margin-bottom: 10px;
  color: #000;
}

.main-header .cs-header ul > li > ul > li {
  display: block;
  text-align: left;
  padding: 0;
}

.main-header .cs-header ul > li > a:hover {
  color: #ffd2aa;
}
.main-header .hamburger-menu {
  display: none;
}
.main-header .header-logo-section.mobile {
  display: none;
}
.main-header .main-menu-links .nav-inner .contact span {
  display: block;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.main-header .main-menu-links .nav-inner .contact > div {
  display: flex;
  gap: 10px;
  float: left;
  margin-right: 20px;
}
.main-header .main-menu-links .nav-inner .contact img,
.main-header .main-menu-links .nav-inner .address img {
  width: 40px;
}

.main-header .contact {
  float: right;
}

.main-header .contact img {
  height: 30px;
  width: 30px !important;
}

.main-header .contact span,
.main-header .contact a,
.main-header .address span,
.address a {
  font-size: 14px;
}

.main-header .address {
  display: flex;
  justify-content: center;
  gap: 20px;
  border: 0 !important;
  padding: 0 !important;
}

.main-header .address img {
  height: 30px;
  width: 30px !important;
}

.main-header .contact a,
.main-header .address a {
  color: #000;
  transition: all 0.1s ease-in-out;
}

.main-header .contact a:hover,
.main-header .address a:hover {
  color: #cd7424;
  text-decoration: underline;
}

.main-header .main-menu-links .nav-inner .contact > div {
  border-right: 1px solid;
  padding-right: 20px;
}
/* fixed-icons */
/* fixed social*/
#fixed-social {
  position: fixed;
  top: 50%;
  z-index: 999;
  transform: translateY(-50%);
}
#fixed-social a img {
  width: 32px;
  filter: invert(1);
}
#fixed-social a {
  color: #fff;
  height: 50px;
  position: relative;
  text-align: center;
  line-height: 40px;
  width: 50px;
  margin-bottom: 1px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 5px 5px 0;
}
#fixed-social a:hover > span {
  visibility: visible;
  left: 58px;
  opacity: 1;
}
#fixed-social a span {
  line-height: 40px;
  left: 60px;
  position: absolute;
  text-align: center;
  width: 120px;
  visibility: hidden;
  transition-duration: 0.5s;
  z-index: 1;
  opacity: 0;
}
.calendar {
  background-color: #00aae5;
}
.calendar span {
  background-color: #00aae5;
}
.brochure {
  background-color: #7d3895;
}
.brochure span {
  background-color: #7d3895;
}
.darpan {
  background-color: #00af54;
}
.darpan span {
  background-color: #00af54;
}
/*end fixed social*/
/* birthday-sec */
.birthday-sec {
  position: relative;
  padding: 60px 0 120px;
  background-color: #f3f3f3;
}
.birthday-sec h2 {
  text-align: center;
  font-size: 30px;
  margin-bottom: 30px;
}
.birthday-sec .item {
  padding: 20px 0;
}
.birthday-sec .item-inner {
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border-radius: 10px;
  margin: 0 20px;
  text-align: center;
  background-color: #fff;
}
.birthday-sec .item-inner .img img {
  max-width: 127px;
  margin: 0 auto;
  width: 100%;
}
birthday-sec .item-inner .content {
  margin-top: 10px;
}
.birthday-sec .item-inner .content h5.name {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 7px;
}
.birthday-sec .item-inner .content p.marks {
  font-size: 16px;
  font-weight: 700;
}
.new-fixed-social {
  position: fixed;
  top: 50%;
  z-index: 999;
  transform: translateY(-50%);
  right: 0;
  left: auto;
}
.new-fixed-social a {
  color: #fff;
  height: 50px;
  position: relative;
  text-align: center;
  line-height: 40px;
  width: 50px;
  margin-bottom: 1px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px 0 0 5px;
}
.new-fixed-social a img {
  width: 32px;
  transition: all 0.3s;
  transform: scale(0.9);
}
.new-fixed-social a.fb,
.new-fixed-social a.fb span {
  background-color: #0062e0;
}
.new-fixed-social a.yt,
.new-fixed-social a.yt span {
  background-color: #d90000;
}
.new-fixed-social a.wallet,
.new-fixed-social a.wallet span {
  background-color: #009003;
}
.new-fixed-social a:hover img {
  transform: scale(1);
}
.new-fixed-social a span {
  line-height: 40px;
  right: 40px;
  position: absolute;
  text-align: center;
  width: 120px;
  visibility: hidden;
  transition-duration: 0.5s;
  z-index: 1;
  opacity: 0;
  left: auto;
}
.new-fixed-social a:hover > span {
  visibility: visible;
  right: 58px;
  opacity: 1;
  left: auto;
}
.main-header .main-menu-links .btn_top {
  width: 100%;
  text-align: left;
  top: 0;
  position: relative;
  clear: both;
  align-items: center;
  background: #ffd900;
  height: 40px;
  padding-left: 29px;
  border: 0 !important;
  border-top-left-radius: 50px;
  font-weight: 700;
}
.main-header .main-menu-links .btn_top a {
  margin: 0 3%;
}
.main-header .main-menu-links .btn_top:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 40px;
  top: 0;
  right: -100%;
  background: #ffd900;
}

@media (min-width: 991px) {
  .main-header .cs-header ul > li.item-has-children:after {
    content: "";
    background: transparent;
    position: absolute;
    left: 0;
    right: 0;
    height: 50px;
    width: 100%;
    z-index: -1;
  }
  .main-header .cs-header ul > li > ul {
    background-color: #fff;
  }
  .main-header .cs-header ul > li > ul > li > a:hover {
    color: #cd7424;
  }
  .main-header .cs-header ul > li span.trigger {
    pointer-events: none;
     cursor: default;
  }
  .main-header .cs-header ul > li.item-has-children:hover > ul {
    visibility: visible;
    opacity: 1;
    border-bottom: 4px solid var(--primary-bg-color);
    transition: visibility 0.3s ease, opacity 0.3s ease;
  }
  .main-header .cs-header ul > li > ul > li > a {
    display: block;
  }
}

@media (max-width: 1370px) and (min-width: 991px) {
  .main-header .cs-header ul > li > a {
    font-size: 12px;
    white-space: nowrap;
  }

  .main-header .cs-header ul > li {
    padding: 0 8px;
  }

  .main-header .cs-header ul > li.item-has-children > a:after {
    top: -2px;
  }
}

@media only screen and (max-width: 992px) {
  .mobile-menu-open .overlay {
    opacity: 9;
    visibility: visible;
    transition: opacity 0.5s ease-in-out;
  }
  .main-header .cs-header ul > li.child-open span.trigger:after {
    content: "-";
  }
  .main-header .cs-header ul > li span.trigger:after {
    font-size: 25px;
    font-weight: 600;
    line-height: 1;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .main-header .cs-header ul > li span.trigger:after {
    right: 0;
  }
  .main-header .main-menu-links {
    padding: 0;
    padding-right: 80px;
  }
  .main-header .cs-header ul > li > ul > li > a {
    font-size: 16px;
    margin-bottom: 0;
    color: #fff;
  }
  .main-header .header-logo-section {
    display: none;
  }

  .main-header .header-logo-section.mobile {
    display: block;
    text-align: center;
  }

  .main-header .cs-header ul {
    display: block;
  }
  .main-header .main-menu-links .btn_top:after {
    background: #ffd900;
    content: "";
    display: block;
    width: 110px;
    right: -80px;
  }
  .main-header .cs-header ul > li {
    display: block;
  }
  .cs-header {
    position: fixed;
    top: 0;
    height: 100vh;
    max-width: 100%;
    width: 100%;
    background-color: var(--primary-bg-color);
    z-index: 999;
    left: -100%;
    transition: all 0.3s;
  }
  .mobile-menu-open .cs-header {
    left: 0;
  }
  .main-header .main-menu-links .nav-inner .contact > div {
    margin: 0;
    padding: 0 4%;
    border: 0 !important;
  }

  .main-header .main-menu-links .btn_top a {
    margin: 0 3%;
    color: var(--primary-bg-color) !important;
  }
  .main-header .contact {
    width: 100%;
    float: none;
  }
  .main-header .main-menu-links .btn_top {
    border-top-left-radius: 0 !important;
    justify-content: center;
    margin: 20px 0 !important;
  }
  .main-header .main-menu-links .nav-inner {
    display: block;
  }
  .hamburger .line {
    width: 33px;
    height: 4px;
    background-color: #fff;
    display: block;
    margin: 4px auto;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .main-header .cs-header ul > li > ul > li > a {
    color: #fff;
  }
  .hamburger:hover {
    cursor: pointer;
  }
  #hamburger-1.is-active .line:nth-child(2),
  .main-header .main-menu-links div#hamburger-1 .line:nth-child(2) {
    opacity: 0;
  }

  #hamburger-1.is-active .line:nth-child(1),
  .main-header .main-menu-links div#hamburger-1 .line:nth-child(1) {
    -webkit-transform: translateY(9px) rotate(45deg);
    -ms-transform: translateY(9px) rotate(45deg);
    -o-transform: translateY(9px) rotate(45deg);
    transform: translateY(9px) rotate(45deg);
  }

  #hamburger-1.is-active .line:nth-child(3),
  .main-header .main-menu-links div#hamburger-1 .line:nth-child(3) {
    -webkit-transform: translateY(-7px) rotate(-45deg);
    -ms-transform: translateY(-7px) rotate(-45deg);
    -o-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg);
  }
  .main-header .mobile-section {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding: 10px 0;
    padding-left: 30px;
    padding-right: 30px;
  }
  .main-header .mobile-section .hamburger {
    order: 2;
  }

  .main-header .cs-header ul > li > ul {
    position: static;
    visibility: visible;
    opacity: 1;
    box-shadow: none;
    padding-left: 40px;
    padding-top: 0;
  }
  .main-header .mobile-section .hamburger {
    background: var(--primary-bg-color);
    color: #fff;
    padding: 4px 7px;
    border-radius: 5px;
    position: relative;
    z-index: 99;
  }
  .main-header .cs-header ul > li.child-open > a:after {
    content: "-";
  }
  .main-header .cs-header ul > li > a {
    padding-bottom: 16px;
    display: block;
    font-size: 18px;
    color: #fff;
    font-weight: 600;
  }
  .main-header .cs-header ul > li > a:hover {
    color: #fff;
  }
  .main-header .cs-header ul > li > ul {
    display: none;
  }
  .main-header .cs-header ul > li.item-has-children > a:after {
    transform: rotate(0deg) !important;
  }
  .main-header .main-menu-links div#hamburger-1 {
    position: absolute;
    right: 20px;
    left: auto;
    top: 60px;
  }
}

@media only screen and (max-width: 500px) {
  .main-header .mobile-section {
    padding-left: 10px;
    padding-right: 10px;
  }

    .main-header .header-logo-section.mobile img {
        width: 90%;
        height: auto;
    }

  .main-header .header-logo-section h2 {
    font-size: 12px;
  }
}
.banner-slider-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 500px;
}
.banner-slider-wrap .banner-item img {
  width: 100%;
  object-fit: cover;
  cursor: grab;
  height: 600px;
}
.banner-slider-wrap .banner-slider {
  position: relative;
}
.banner-slider-wrap button.slide-arrow.slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  right: auto;
  display: block;
  z-index: 9;
  background: transparent;
  margin: 0;
  padding: 0;
  font-size: 24px;
  color: #fff;
  height: 50px;
  width: 50px;
  border: 2px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  font-weight: 800;
  padding-bottom: 6px;
  cursor: pointer;
}
.banner-slider-wrap button.slide-arrow.next-arrow.slick-arrow {
  right: 30px;
  left: auto;
}
.banner-slider-wrap ul.slick-dots,
.two-col-con ul.slick-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  right: auto;
  transform: translateX(-50%);
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-slider-wrap ul.slick-dots li,
.two-col-con ul.slick-dots li {
  padding: 0 6px;
  line-height: 0;
}
.banner-slider-wrap ul.slick-dots li button,
.two-col-con ul.slick-dots li button {
  border: 0;
  background: #fff;
  text-indent: -99999px;
  height: 4px;
  width: 31px;
  cursor: pointer;
}
.banner-slider-wrap ul.slick-dots li.slick-active button,
.two-col-con ul.slick-dots li.slick-active button {
  background: var(--primary-bg-color);
}
.two-col-con {
  background-color: var(--primary-bg-color);
  padding: 0;
  position: relative;
  margin: 5px 0;
}
.two-col-con .item {
  display: flex !important;
  gap: 50px;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.two-col-con .left-col.image {
  width: 36%;
}
.two-col-con .right-col.content {
  width: 60%;
}
.two-col-con .right-col.content .content-inner {
  padding: 30px;
  background-color: #F0EDCC;
  text-align: center;
  color: var(--primary-bg-color);
}
.two-col-con .right-col.content .content-inner h2.title {
  margin-bottom: 20px;
  font-size: 28px;
  text-transform: capitalize;
}
.two-col-con .left-col.image .img-inner {
  line-height: 0;
}
.two-col-con .item img {
  height: 500px;
  width: 100%;
  object-fit: cover;
}
.two-col-con .container {
  position: relative;
}
.two-col-con ul.slick-dots li.slick-active button {
  background: #ffd900;
}
.three-sec-in-row .row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.three-sec-in-row .col {
  width: 33.33333%;
}
.three-sec-in-row .col:not(:last-child) {
  border-right: 1px solid #eeeeee;
}
.three-sec-in-row .col-inner {
  padding: 20px;
  height: 100%;
}
.three-sec-in-row .col {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.three-sec-in-row .col h3.heading {
  text-align: center;
  background-color: var(--primary-bg-color);
  padding: 5px 0;
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
  margin: 0;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #7f7777 !important;
  height: 0;
  display: block;
  margin: 1em 0;
  padding: 0;
}
.three-sec-in-row .col a.link:hover {
  color: #cd7424;
}
.three-sec-in-row .col a.link {
  color: #000;
}
.three-sec-in-row {
  position: relative;
  padding: 50px 0;
  background-color: var(--primary-bg-color);
}
.our-toppers {
  padding: 70px 50px;
}
.our-toppers h2 {
  text-align: center;
  margin-bottom: 30px;
}
.our-toppers .item {
  text-align: center;
  cursor: grab;
}
.our-toppers .item img {
  margin: 0 auto;
  width: 200px;
  object-fit: cover;
  height: 250px;
  padding: 0 10px;
}
.our-toppers .item .content {
  margin-top: 14px;
}
.our-toppers .item .content h5.name {
  font-size: 18px;
  display: block;
  margin-bottom: 5px;
  color: #cd7424;
}
.our-toppers .item .content p.marks {
  font-size: 19px;
  font-weight: 700;
}
.highlight-sec {
  position: relative;
  padding: 60px 0;
  background-color: #f3f3f3;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.highlight-sec .row {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.highlight-sec .row .item {
  width: 15.666%;
  padding: 0 20px;
  text-align: center;
}
.highlight-sec .row .item a {
  display: block;
}
.highlight-sec .row .item img {
  width: 120px;
  max-width: 100%;
  height: auto;
}
.highlight-sec .row .item span {
  display: block;
  font-size: 18px;
  margin-top: 20px;
  font-weight: 600;
  color: #000;
  line-height: normal;
  text-transform: capitalize;
}
.highlight-sec h2.heading {
  text-align: center;
  margin-bottom: 40px;
  text-transform: capitalize;
  font-size: 30px;
}
.weblink-sec .container {
  max-width: 100%;
  padding: 0;
}
.weblink-sec {
  padding: 50px;
  position: relative;
}
.weblink-sec h2.heading {
  text-align: center;
  font-size: 30px;
  margin-bottom: 30px;
}
.weblink-sec .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -20px;
}
.weblink-sec .item {
  width: 23%;
  margin-bottom: 40px;
  padding: 0 30px;
}
.weblink-sec .item-inner {
  background-color: #fff;
  border-radius: 12px;
  transition: all 0.4s;
  text-align: center;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  overflow: hidden;
}
.weblink-sec .item-inner h4.title {
  margin-bottom: 20px;
  padding-top: 20px;
  font-size: 18px;
}
.weblink-sec .item-inner .btn {
  padding: 20px 0;
}
.weblink-sec .item-inner .btn a {
  border-radius: 10px;
  background-color: var(--button-bg-color);
  color: var(--button-text-color);
  padding: 7px 18px;
  display: inline-block;
  font-weight: 600;
  font-size: 14px;
}
.weblink-sec .item:hover .item-inner {
  transform: scale(1.05);
}

/* footer-sec */
.footer {
  position: relative;
  background-color: var(--primary-bg-color);
  color: #fff;
  padding: 80px 0 0;
}
.footer .row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.footer .row .footer-col {
  padding: 0 20px;
}
.footer .row .footer-col.logo a {
  display: block;
  margin-bottom: 30px;
  line-height: 0;
}
.footer .row .footer-col.logo img {
  max-width: 90px;
  width: 100%;
}
.footer .row .footer-col.logo {
  width: 15%;
}
.footer .row .footer-col.menu {
  width: 20%;
}
.footer .row .footer-col.map {
  width: 32%;
  text-align: center;
}
.footer .row .footer-col.logo h2 {
  margin-bottom: 6px;
  color: #fff;
}
.footer .row .footer-col.menu ul li a {
  color: #fff;
  font-size: 17px;
  font-weight: 600;
}
.footer .row .footer-col.menu ul li {
  padding: 6px 0;
}
.footer .row .footer-col.contact {
  width: 50%;
}
.footer .row .footer-col.menu ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
.footer .row .footer-col h2 {
  margin-bottom: 20px;
  text-transform: uppercase;
}
.footer .container.top-sec {
  padding-bottom: 50px;
  position: relative;
  max-width: 1100px;
  padding-top: 90px;
}
.footer .container.top-sec .footer-col.map {
  position: absolute;
  top: -160px;
  width: 100%;
  left: 0;
  right: auto;
  padding: 0 20px;
}
.footer .container.top-sec .footer-col.map iframe {
  width: 100%;
  height: 207px;
}
.footer .copyright-sec {
  padding: 12px 0;
  background-color: var(--footer-copyright-bg-color);
  text-align: center;
  color: var(--footer-copyright-text-color);
}
.footer .copyright-sec a {
  color: #cd7424;
}
.footer .row .footer-col.map iframe {
  max-width: 500px !important;
  width: 100% !important;
}

@media (max-width: 1325px) {
  .main-header .main-menu-links .nav-inner {
    justify-content: space-between;
  }
  .main-header .contact {
    flex-direction: column;
    row-gap: 20px;
    justify-content: start;
    align-items: start;
  }

  .main-header .main-menu-links .nav-inner .contact .email {
    border: none;
  }

  .main-header .header-logo-section h2 {
    font-size: 20px;
    margin-top: 10px;
  }
}

@media (max-width: 1300px) {
  .two-col-con .left-col.image {
    width: 33%;
  }
  .two-col-con .right-col.content {
    width: 60%;
  }
}

@media (max-width: 1200px) {
  .weblink-sec .item {
    width: 32%;
  }
}

@media (max-width: 992px) {
  .two-col-con .left-col.image {
    width: 100%;
  }
  .main-header .cs-header ul > li.active span.trigger:after {
    content: "-";
  }
  .two-col-con .right-col.content {
    width: 100%;
  }
  .two-col-con {
    padding: 60px 0;
  }
  .two-col-con ul.slick-dots {
    bottom: -31px;
  }
  .two-col-con .left-col.image .img-inner {
    max-width: 600px;
    margin: 0 auto;
  }
  .banner-slider-wrap button.slide-arrow.slick-arrow {
    height: 40px;
    width: 40px;
    font-size: 16px;
  }
  .three-sec-in-row .col {
    width: 100%;
  }
  .weblink-sec .item {
    padding: 0 20px;
  }
  .weblink-sec {
    padding: 30px;
  }
  .highlight-sec .row .item span {
    font-size: 14px;
  }
  .main-header .header-logo-section a {
    text-align: center;
  }
  .main-header .header-logo-section h2 {
    font-size: 15px;
    margin-bottom: 0;
    margin-top: 5px;
  }
    .main-header .header-logo-section a img {
        max-width: 328px;
    }
  .main-header .address {
    justify-content: start;
    padding: 0 4% !important;
    gap: 10px;
  }

  .main-header .main-menu-links .nav-inner {
    display: flex;
    row-gap: 12px;
    flex-wrap: wrap;
  }

  .main-header .contact span,
  .main-header .contact a,
  .main-header .address span,
  .address a {
    color: #fff;
  }

  .main-header .contact a,
  .main-header .address a {
    color: #fff !important;
  }

  .main-header .main-menu-links .nav-inner .contact img,
  .main-header .main-menu-links .nav-inner .address img {
    filter: invert(1);
  }
  .mobile-menu-open .main-header .main-menu-links {
    display: flex;
    width: 100%;
    flex-direction: column;
    row-gap: 40px;
  }
  .main-header .main-menu-links .nav-inner {
    gap: 20px;
    order: 2;
  }
  .footer .row .footer-col.map {
    width: 50%;
    text-align: center;
  }
  .footer .row .footer-col {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .our-toppers .item img {
    width: 200px;
    height: 220px;
  }
  .weblink-sec .item {
    width: 50%;
  }
  .highlight-sec .row .item {
    width: 30.666%;
  }
  .footer .row .footer-col.contact,
  .footer .row .footer-col.menu,
  .footer .row .footer-col.logo {
    width: 100%;
  }
  .footer .row .footer-col.map {
    width: 100%;
    text-align: left;
  }
  .footer .row .footer-col.logo a {
    margin: 0;
  }
  .footer .row .footer-col {
    margin-bottom: 40px;
  }
  .footer .container.top-sec .footer-col.map {
    position: relative;
    top: 0;
    padding: 0;
  }
  .footer .container.top-sec {
    padding: 0;
  }
  .footer {
    padding-top: 0;
  }
  .footer .container.top-sec .footer-col.map {
    padding-bottom: 50px;
  }
  .footer .row {
    margin: 0;
  }
}
@media (max-width: 479px) {
  .our-toppers .item img {
    width: auto;
  }
  .weblink-sec .item {
    width: 100%;
  }
  .highlight-sec .row .item {
    width: 50%;
  }
  .main-header .main-menu-links .btn_top:after {
    background: #ffd900;
    content: "";
    display: block;
    width: 80px;
    right: -80px;
  }
}

@media (max-width: 400px) {
  .main-header .cs-header ul > li > ul {
    padding-left: 20px;
    min-width: 100%;
  }
}
