@charset "utf-8";

* {
  outline: none;
  margin: 0px;
  padding: 0px;
  border: none;
  text-decoration: none;
  font-family: "InterTight";
  box-sizing: border-box;
}

body {
  text-decoration: none;
  background-color: #fff;
  font-family: "InterTight";
  font-size: 16px;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  /* Remove horizontal scrollbar */
}

.grain-area {
  position: relative;
  overflow: hidden;
}

.grain-area::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: repeating-radial-gradient(circle at 0 0,
      rgba(255, 255, 255, 0.15) 0,
      rgba(255, 255, 255, 0.15) 2px,
      transparent 2px,
      transparent 4px);
  background-size: 4px 4px;
  pointer-events: none;
  z-index: 1;

  animation: blinkGrain 0.5s infinite alternate;
}

@keyframes blinkGrain {
  from {
    opacity: 0.2;
  }

  to {
    opacity: 0.7;
  }
}

.smooth-scroll-wrapper {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  will-change: transform;
  background: #fff;
}

a {
  text-decoration: none;
  transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
}

p {
  font-style: normal;
  font-display: swap;
  height: auto;
  font-size: 1em;
  color: #212121;
  line-height: 1.7;
  font-family: "InterTight";
  font-weight: normal;
}

li {
  font-size: 16px;
  font-weight: normal;
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg);
}

@font-face {
  font-family: "InterTight";
  src: url("../fonts/InterTight-Regular.eot");
  src: url("../fonts/InterTight-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/InterTight-Regular.woff2") format("woff2"),
    url("../fonts/InterTight-Regular.woff") format("woff"),
    url("../fonts/InterTight-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "InterTight";
  src: url("../fonts/InterTight-Medium.eot");
  src: url("../fonts/InterTight-Medium.eot?#iefix") format("embedded-opentype"),
    url("../fonts/InterTight-Medium.woff2") format("woff2"),
    url("../fonts/InterTight-Medium.woff") format("woff"),
    url("../fonts/InterTight-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "InterTight";
  src: url("../fonts/InterTight-Light.eot");
  src: url("../fonts/InterTight-Light.eot?#iefix") format("embedded-opentype"),
    url("../fonts/InterTight-Light.woff2") format("woff2"),
    url("../fonts/InterTight-Light.woff") format("woff"),
    url("../fonts/InterTight-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "InterTight";
  src: url("../fonts/InterTight-SemiBold.eot");
  src: url("../fonts/InterTight-SemiBold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/InterTight-SemiBold.woff2") format("woff2"),
    url("../fonts/InterTight-SemiBold.woff") format("woff"),
    url("../fonts/InterTight-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Bebas Neue";
  src: url("../fonts/BebasNeue-Regular.eot");
  src: url("../fonts/BebasNeue-Regular.eot?#iefix") format("embedded-opentype"),
    url("../fonts/BebasNeue-Regular.woff2") format("woff2"),
    url("../fonts/BebasNeue-Regular.woff") format("woff"),
    url("../fonts/BebasNeue-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body.home .sexy-menu {
  position: fixed;
}

.sexy-menu.detached .header-contact {
  display: none;
}

video {
  width: 100%;
}

.sexy-menu.detached .tophead {
  display: none;
}

.sexy-menu.detached .nav-brand img {
  margin-top: 5px;
  width: 70%;
}

.nav-menu2 {
  border-top: 0;
  margin-top: 0;
}

.wh-top {
  margin-right: 15px;
  display: flex;
  align-items: center;
  position: relative;
}

.nav-menu>li>a {
  margin: 25px 15px;
  display: inline-block;
  position: relative;
  color: #333;
  font-size: 0.938em;
  font-family: inherit;
  font-weight: normal;
  font-style: normal;
  letter-spacing: 1px;
  font-display: swap;
}

.nav-menu2>li>a {
  margin: 35px 44px 20px;
}

.nav-menu {
  margin-top: 14px;
}

.header-phone {
  display: flex !important;
  align-items: center;
  margin-top: 30px !important;
}

.wh-img {
  margin-right: 10px;
}

.sexy-menu.detached .header-phone {
  display: none;
}

.nav-menu>li:last-child a,
ul.header-social li:last-child,
.nav-menu2>li>a:last-child {
  margin-right: 0 !important;
}

.nav-menu>li:first-child a,
.nav-menu2>li:first-child a {
  margin-left: 0 !important;
}

.resp-show {
  display: none !important;
}

.nav-menu>li>a:hover {
  color: #000;
}

.sexy-menu.detached .nav-menu>li>a {
  margin: 32px 15px;
  color: #393939;
}

.sexy-menu.detached .nav-menu {
  border-top: 0;
}

.sexy-menu.detached .header-phone {
  margin: 32px 15px !important;
}

#button {
  display: inline-block;
  background-color: #333;
  line-height: 50px;
  width: 50px;
  color: #fff;
  height: 50px;
  text-align: center;
  border-radius: 100%;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color 0.3s, opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
}

#button i {
  color: #fff;
}

#button:hover {
  cursor: pointer;
  background-color: #333;
}

#button:active {
  background-color: #555;
}

#button.show {
  opacity: 1;
  visibility: visible;
}

.carousel-indicators .active,
.carousel-indicators li {
  width: 15px !important;
  height: 15px !important;
  border: 0 !important;
}

.carousel-indicators .active {
  background: #dfc0f3 !important;
}

.carousel-indicators li {
  background: #655a8e !important;
  margin: 0 3px !important;
}

.carousel-indicators {
  bottom: 5em !important;
  right: 200px !important;
  left: unset !important;
  width: unset !important;
}

/**/
.clear {
  clear: both;
}

audio,
::selection {
  background: #8cc248 !important;
  color: #fff !important;
}

span::selection {
  -webkit-background-clip: unset !important;
  -webkit-text-fill-color: #fff !important;
  background: #8cc248 !important;
}

::-moz-selection {
  color: #fff !important;
}

.grecaptcha-badge {
  display: none !important;
}

.img-full {
  width: 100%;
  height: auto;
  display: block;
}

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

.logo1 {
  display: none;
}

.banner-wraper {
  width: 100%;
  height: 100vh;
  position: relative;
  z-index: 9;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.banner-container {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.banner-left-caption {
  width: auto;
  height: auto;
  border: 1px dashed #ccc;
  border-radius: 25px;
  margin-top: 15%;
  position: relative;
}

.banner-left {
  padding: 40px 130px 25px 30px;
  margin-right: -5%;
  z-index: -1;
}

.banner-right {
  padding: 50px 65px 45px 100px;
  margin-left: -8%;
  z-index: -1;
}

.banner-title-top {
  font-family: "Bebas Neue";
  font-weight: normal;
  font-size: 2.5em;
  color: #a9a9a9;
  text-transform: uppercase;
  line-height: 0.85;
  white-space: nowrap;
}

.banner-container img {
  max-width: 100%;
}

.banner-left-caption p {
  margin-top: 0.5em;
  text-transform: uppercase;
  line-height: 1.2;
  color: #6a6a69;
}

.banner-left-bottom {
  width: auto;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
}

.banner-right-bottom {
  width: auto;
  height: auto;
  position: absolute;
  right: 0;
  bottom: 0;
}

.sexy-menu.detached .navigation {
  padding-top: 0px;
}

.navigation {
  padding-top: 25px;
}

.nav-brand img {
  width: 100%;
}

.sexy-menu.detached .header-call {
  margin-top: 8px;
}

.desk-view {
  display: block;
}

.mob-view {
  display: none;
}

.copy-right {
  width: auto;
  height: auto;
  float: left;
  font-family: inherit;
  font-size: 1em;
  color: #242424;
  font-weight: normal;
  line-height: 60px;
}

.copy-right span {
  font-family: inherit;
  font-weight: normal;
}

.designed {
  width: auto;
  height: auto;
  float: right;
}

.designed-ido {
  float: right;
  height: auto;
  padding-left: 8px;
  padding-top: 15px;
  width: auto;
}

.designed p {
  width: auto;
  height: auto;
  float: right;
  font-family: inherit;
  font-size: 1em;
  font-weight: normal;
  line-height: 60px;
  margin: 0;
  color: #363636;
}

.designed p a {
  text-decoration: none;
  font-family: inherit;
  font-size: 1em;
  color: #242424;
  font-weight: normal;
}

.main-container {
  width: 100%;
  height: auto;
  padding-top: 60px;
}

.footer-wraper {
  width: 100%;
  height: auto;
  padding-top: 55px;
  background: #fff;
}

/************************************************** START LOCATION **************************************************/

.bredcum-wraper {
  width: 100%;
  height: auto;
  padding-top: 20px;
}

.bred-home {
  width: auto;
  height: auto;
  float: left;
}

.bred-home a,
.bred-home {
  width: auto;
  height: auto;
  float: left;
  font-family: inherit;
  font-weight: normal;
  font-size: 1em;
  letter-spacing: 1px;
  line-height: 30px;
  text-transform: capitalize;
}

.bred-home a {
  font-size: 1em;
}

.bred-home a:hover {
  width: auto;
  height: auto;
  float: left;
  color: #070606;
}

.bred-arrow {
  width: auto;
  height: auto;
  float: left;
  font-size: 0.85em;
  color: #333;
  line-height: 30px;
  padding-left: 8px;
  padding-right: 8px;
}

.bred-next {
  width: auto;
  height: auto;
  float: left;
  font-family: inherit;
  font-weight: normal;
  font-size: 1em;
  letter-spacing: 1px;
  line-height: 30px;
  text-transform: capitalize;
}

/************************************************** START CONTACT **************************************************/

/* .hide-menu {
  display: none;
} */

.footer-bottom-container {
  width: 100%;
  height: auto;
  border-top: 1px solid #ccc;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
}

.footer-mid {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  padding: 1em 0em;
}

.footer-social-links {
  width: auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.footer-social-title {
  font-style: normal;
  font-display: swap;
  height: auto;
  font-size: 1em;
  color: #212121;
  line-height: 1.7;
  font-family: "InterTight";
  font-weight: normal;
}

.footer-social-links ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.footer-social-links ul li {
  width: auto;
  height: auto;
  float: left;
  margin-left: 1em;
  font-size: 1.25em;
  color: #232323;
}

.footer-social-links ul li a {
  width: auto;
  height: auto;
  float: left;
  font-size: 1em;
  color: #232323;
}

.footer-menu {
  width: auto;
  height: auto;
  display: flex;
}

.footer-address-container {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 0px;
}
.footer-address-container:nth-child(1){ align-items: flex-start;}
.need-help .icon-f{ align-items: center;}



.footer-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 20px;
    font-size: 0.95em;
    line-height: 1.5;
    gap: 10px;
    color: #fff;
}

.footer-column {
    flex: 1;
    padding: 0 15px;
    border-right: 1px solid #444;
    text-align: justify; 
}

.footer-column:last-child {
    border-right: none;
}

.footer-column strong {
    font-weight: 800;
}


.icon-main{
width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid;
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: center;
  padding-top: 0px !important;
}


.footer-address {
  width: auto;
  height: auto;
  display: flex;
  justify-content: space-between;
}

.footer-menu ul li {
  width: auto;
  height: auto;
  float: left;
  padding: 0px 1em;
}
.footer-address-container .btm-link{ width: auto; padding-right: 3em;}
.footer-address-container .btm-link:last-child{ padding-right: 0%;}

.icon-f {
  width: auto;
  height: auto;
  display: flex;
  align-items: flex-start;
}

.icon-f span {
  margin-right: 20px;
  padding-top: 5px;
}

.footer-menu-title {
  width: auto;
  height: auto;
  text-transform: uppercase;
 font-family: "InterTight";
  font-weight: normal;
  font-size: 1em;
  letter-spacing: 1px;
  color: #fff;
  line-height: 1.8;
  padding-right: 0.5em;
  white-space: nowrap;
  display: block;
}

.footer-menu ul li a {
  width: auto;
  height: auto;
  text-transform: uppercase;
  font-family: "Albert Sans";
  font-weight: normal;
  font-size: 1em;
  letter-spacing: 1px;
  color: #333;
  line-height: 1.8;
}

.footer-menu ul li a:hover {
  color: #d1c298;
}

.footer-menu ul {
  width: auto;
  height: auto;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.main-wraper {
  width: 100%;
  height: auto;
  padding-top: 90px;
  position: relative;
}

.enquiry-home-title {
  width: 100%;
  height: auto;
  padding-bottom: 0.5em;
}

.title-enquiry {
  width: 100%;
  height: auto;
  font-size: 2em;
  color: #6c3327;
  font-family: "Albert Sans";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  line-height: 2;
}

.title-enquiry-sub {
  width: 100%;
  height: auto;
  font-size: 1em;
  color: #333;
  font-family: "Albert Sans";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

.enquiry-form-outer {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
  padding-top: 1em;
}

.enquiry-form-outer .user-box {
  position: relative;
  margin-right: 2%;
  width: 49%;
  float: left;
  margin-bottom: 15px;
}

.enquiry-form-outer .user-box:nth-child(2n + 2) {
  margin-right: 0%;
}

.enquiry-form-outer .user-box input {
  width: 100%;
  padding: 0px 1em;
  font-size: 1em;
  color: #333;
  border: none;
  border: 1px solid #ccc;
  outline: none;
  background: #fff;
  border-radius: 15px;
  line-height: 55px;
}

.enquiry-form-outer .user-box input:focus~label,
.enquiry-form-outer .user-box input:valid~label {
  top: -7px;
  left: 0px;
  color: #666;
  font-size: 10px;
  background-color: #fff;
  padding: 0px 10px;
  line-height: 20px;
  border-radius: 5px;
  bottom: inherit;
}

.enquiry-form-outer .user-box label {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0px 1em;
  font-size: 1em;
  color: #333;
  pointer-events: none;
  transition: 0.5s;
  bottom: 0;
  line-height: 55px;
  background-color: transparent;
}

.full-field {
  width: 100% !important;
  margin-right: 0% !important;
}

textarea:focus~.floating-label,
textarea:not(:placeholder-shown)~.floating-label,
input:not(:focus):valid~.floating-label {
  top: -7px;
  left: 0px;
  color: #666;
  font-size: 10px;
  background-color: #fff;
  padding: 0px 10px;
  line-height: 20px;
  border-radius: 5px;
  bottom: inherit;
}

.scheme-des textarea {
  width: 100%;
  height: 120px;
  resize: none;
  padding: 10px 20px 0 20px;
  border: 1px solid #ccc;
  font-size: 1em;
  color: #333;
  font-family: inherit;
  font-weight: normal;
  border-radius: 15px;
}

.floating-label {
  position: absolute;
  pointer-events: none;
  left: 20px;
  top: 10px;
  transition: 0.2s ease all;
  color: #999999;
  font-size: 1em;
}

/* active state */
.floating-input:focus~.bar:before,
.floating-input:focus~.bar:after,
.floating-select:focus~.bar:before,
.floating-select:focus~.bar:after {
  width: 50%;
}

/* highlighter */
.highlight {
  position: absolute;
  height: 50%;
  width: 100%;
  top: 15%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}

.submit-button {
  line-height: 1.7;
  color: #fff;
  text-transform: uppercase;
  font-family: inherit;
  font-weight: normal;
  font-size: 1.15em;
  cursor: pointer;
  transition: all 0.3s ease;
  background: #666;
  border-radius: 8px;
  padding: 0px 25px;
  line-height: 40px;
}

.submit-button:hover {
  transform: scale(1);
}

/* Wobble Horizontal */
@-webkit-keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }

  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes hvr-wobble-horizontal {
  16.65% {
    -webkit-transform: translateX(8px);
    transform: translateX(8px);
  }

  33.3% {
    -webkit-transform: translateX(-6px);
    transform: translateX(-6px);
  }

  49.95% {
    -webkit-transform: translateX(4px);
    transform: translateX(4px);
  }

  66.6% {
    -webkit-transform: translateX(-2px);
    transform: translateX(-2px);
  }

  83.25% {
    -webkit-transform: translateX(1px);
    transform: translateX(1px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

.hvr-wobble-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.hvr-wobble-horizontal:hover,
.hvr-wobble-horizontal:focus,
.hvr-wobble-horizontal:active {
  -webkit-animation-name: hvr-wobble-horizontal;
  animation-name: hvr-wobble-horizontal;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.button-out {
  display: flex;
  flex-direction: column;
  align-items: end;
}

#plus {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  width: 60px;
  cursor: pointer;
  margin-bottom: 0.25em;

  background: #000000;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  font-size: 2em;
  padding: 15px 0px;
  float: left;
}

#plus .desk-view {
  transform: rotate(90deg);
  white-space: nowrap;
}

#popUp {
  position: fixed;
  width: 400px;
  height: auto;
  background: #000000;
  bottom: 8%;
  margin-left: 0;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
  z-index: 9999;
  padding: 2% 2% 2%;
  right: 0;
  opacity: 0;
  border-bottom-right-radius: 80px;
  border-top-right-radius: 35px;
}

#popUp .close {
  position: absolute;
  top: -5px;
  opacity: 1;
  left: -4%;
  color: #fff;
  font-family: inherit;
  font-weight: normal;
  font-size: 1.5em;
  cursor: pointer;
  background-color: #000000;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

#popUp .close i {
  color: #fff;
  font-size: 1em;
  margin-left: 0px;
}

/*#plus {
  color: #fff;
  font-size: 1em;
  margin-right: -425px;
  -webkit-transition: all 1.25s ease;
  -moz-transition: all 1.25s ease;
  -o-transition: all 1.25s ease;
  transition: all 1.25s ease;
  cursor: pointer;
  text-align: left;
  letter-spacing: 1px;
  z-index: 999;
  width: 100%;
}*/

.button-out {
  position: fixed;
  right: 0;
  bottom: 40vh;
  z-index: 999;
}

/* WhatsApp button */
.whats-app {
  background: #000000;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  font-size: 2em;
  padding: 15px 0px;

  float: left;
}

.whats-app a i {
  color: #fff;
}

#plus::after {
  display: block;
  display: relative;
}

.side-form .form-group {
  margin-bottom: 12px;
}

.side-form-title {
  font-family: "Bebas Neue";
  font-weight: normal;
  font-size: 2.5em;
  color: #a9a9a9;
  text-transform: uppercase;
  line-height: 0.85;
  white-space: nowrap;
}

.d-container {
  width: 100%;
  padding-left: 15%;
  padding-right: 15%;
}

.category-wrap {
  width: 100%;
  height: auto;
  background-color: #000000;
  padding-top: 75px;
  padding-bottom: 70px;
}

.category-outer {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: stretch;
  gap: 5%;
}

.categories {
  width: 42%;
  height: auto;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.categories-pic {
  width: 53%;
  height: auto;
  border-radius: 25px;
  overflow: hidden;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.categories-pic img {
  height: 100%;
  display: block;
}

.categories-title {
  color: #d7d7d7;
  margin-bottom: 0.25em;
}

.category {
  width: 100%;
  height: 100%;
  border-radius: 25px;
  background-color: #171717;
  padding: 42px 0px;
  padding-right: 72px;
  flex: 1;
}

.category-inside {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0px;
}

.category-left {
  width: 100px;
  height: 14px;
  background-color: #000;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

.category-inside-for {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.category-name {
  width: auto;
  height: auto;
  font-family: inherit;
  font-size: 1.05em;
  color: #fff;
  padding: 0px 1em;
  white-space: nowrap;
  letter-spacing: 1px;
}

.category-line {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}

.category-arrow {
  width: auto;
  height: auto;
  font-family: inherit;
  font-size: 1em;
  color: rgba(255, 255, 255, 0.8);
  padding: 0px 1em;
}

.welcome-wraper {
  width: 100%;
  height: auto;
  background-color: #000000;
  padding: 98px 0px;
}

.welcome-container {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 9;
}

.welcome-logo {
  width: 43.5%;
  height: auto;
  position: relative;
}

.welcome-content {
  width: 44.5%;
  height: auto;
}

.welcome-top-title {
  width: 100%;
  height: auto;
  text-align: left;
  text-transform: uppercase;
  font-family: inherit;
  font-size: 1em;
  color: #d7d7d7;
  line-height: 1.7;
}

.welcome-content p {
  color: rgba(197, 196, 196, 0.6);
  letter-spacing: 1px;
}

.contribution-more p {
  border-bottom: 1px solid rgba(197, 196, 196, 0.6);
}

.contribution-more {
  width: auto;
  height: auto;
  line-height: 40px;
  display: flex;
  align-items: center;
  margin-top: 1.5em;
  text-transform: uppercase;
}

.contribution-more i {
  color: rgba(197, 196, 196, 0.6);
  margin-left: 5px;
  white-space: nowrap;
}

.welcome-bottom {
  height: auto;
  position: relative;
  margin-top: -380px;
  width: 43.5%;
  text-align: center;
  position: relative;
  z-index: 10;
}

.service-top-bg {
  width: 100%;
  height: auto;
  position: relative;
  margin-top: -90px;
  z-index: 11;
}

.service-top-title {
  width: 100%;
  height: auto;
  text-align: center;
  text-transform: uppercase;
  font-family: inherit;
  font-size: 1em;
  color: #6e6e6e;
  line-height: 1.7;
}

.service-title {
  font-family: "Bebas Neue";
  font-weight: normal;
  font-size: 3.25em;
  color: #28282b;
  text-transform: uppercase;
  line-height: 0.85;
  white-space: nowrap;
  text-align: center;
}

.content-container {
  position: relative;
  z-index: 1;
  max-width: 100%;
  margin-top: -98px;
  z-index: 12;
}

.education-container {
  width: 100%;
  height: auto;
  background-color: transparent;
  position: relative;
  margin-top: -300px;
}

.top-section {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  background-color: var(--color-dark-bg);
  z-index: 0;
}

.header-text {
  text-align: center;
  margin-bottom: 50px;
  padding-top: 90px;
}

.group-of {
  font-size: 0.8em;
  letter-spacing: 2px;
  margin-bottom: 5px;
  opacity: 0.7;
}

.header-text h1 {
  font-size: 2em;
  font-weight: bold;
  letter-spacing: 3px;
}

.services-grid {
  display: flex;
  gap: 30px;
  justify-content: center;
}

.main-services-box {
  flex: 0 0 38%;
  background-color: #000000;
  color: #fff;
  padding: 25px;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
}

.main-services-box .box-title {
  font-size: 0.9em;
  font-weight: normal;
  text-transform: uppercase;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-family: inherit;
}

.service-listing {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.right-content-column {
  flex: 1;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  max-width: 58%;
}

.box {
  background-color: #fff;
  box-shadow: 5px 5px 10px 2px rgba(0, 0, 0, 0.04);
  padding: 20px;
}

.box h3 {
  font-size: 1em;
  text-transform: uppercase;
  font-weight: normal;
  color: #333;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.07);
  letter-spacing: 1px;
}

.service-list {
  list-style: none;
  padding: 0;
}

.education {
  width: 85%;
}

.educational-right {
  width: auto;
  height: auto;
  right: 0;
  top: 0;
  position: absolute;
  bottom: 0;
}

.educational-right img {
  height: 100%;
}

.educational-left {
  width: auto;
  height: auto;
  left: 0;
  position: absolute;
  bottom: 0;
}

.service-list li {
  font-style: normal;
  font-display: swap;
  height: auto;
  font-size: 1em;
  color: #212121;
  line-height: 1.7;
  font-family: "InterTight";
  font-weight: normal;
}
.career-pr .service-list li{ justify-content: flex-start;}

.main-services-box .service-list li::before {
  content: "\25CF";
  color: #a7a7a7;
  margin-right: 10px;
  font-size: 1em;
}

.white-box .service-list li::before {
  content: "\25CF";
  color: #999999;
  margin-right: 10px;
  font-size: 1em;
}

.arrow {
  font-size: 1.2em;
  margin-left: 10px;
  opacity: 0.5;
  transition: opacity 0.2s;
}

.service-list a:hover .arrow {
  opacity: 1;
}

.service-list a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  color: var(--color-link);
}

.main-services-box .service-list a {
  color: var(--color-light-bg);
}

.service-list a:hover {
  color: var(--color-text);
}

@media (max-width: 900px) {
  .services-grid {
    flex-direction: column;
    align-items: center;
  }

  .main-services-box {
    flex: 1 1 100%;
    max-width: 90%;
  }

  .right-content-column {
    grid-template-columns: 1fr;
    max-width: 90%;
  }
}

.explore-group {
  width: 100%;
  height: auto;
  text-align: center;
  border-top: 1px solid #ccc;
  display: flex;
  justify-content: center;
  padding: 15px 0px;
}

.explore-group-for {
  border-bottom: 1px solid #ccc;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}

.explore-group-for i {
  margin-left: 8px;
}

.educational-mid {
  width: 100%;
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #f6f5f5;
  margin-top: 130px;
  position: relative;
  border-radius: 25px;
}

.service-content {
  width: 100%;
  height: auto;
  position: relative;
}

.service-content-bg {
  width: auto;
  height: auto;
  position: absolute;
  left: 0;
  top: 0px;
  bottom: 0;
}

.service-content-bg img {
  height: 100%;
  display: block;
  border-bottom-left-radius: 20px;
}

.service-content-right-bg img {
  display: block;
  border-bottom-right-radius: 20px;
}

.service-content-right-bg {
  width: auto;
  height: auto;
  position: absolute;
  right: 0;
  bottom: 0px;
}

.service-content-for {
  font-family: inherit;
  font-size: 1.275em;
  color: #333;
  text-align: center;
}

.service-content-bottom {
  width: 100%;
  height: auto;
  padding: 50px 12%;
  margin: 20px 0;
  /* display: flex;
  justify-content: space-between; */
}

.service-content-mid {
  width: 25%;
  height: auto;
  float: left;
}

.service-content-name {
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 1em;
  font-family: inherit;
  color: #333;
  line-height: 1.7;
  padding-top: 0.25em;
}

.service-content-pic {
  width: auto;
  height: auto;
  border: 1px dashed #ccc;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 35px 20px;
  width: 120px;
  height: 105px;
  margin: 0 auto;
}

.education-line {
  width: 100%;
  height: 1px;
  border-top: 1px dashed rgba(255, 255, 255, 0.5);
}

.edu-name {
  width: auto;
  height: auto;
  font-family: inherit;
  font-size: 1.05em;
  color: #333;
  padding: 0px 1em;
  white-space: nowrap;
  letter-spacing: 1px;
}

.edu-line {
  width: 100%;
  height: 1px;
  border-top: 1px dashed rgba(0, 0, 0, 0.1);
}

.edu-arrow {
  width: auto;
  height: auto;
  font-family: inherit;
  font-size: 1em;
  color: rgba(0, 0, 0, 0.4);
  padding: 0px 1em;
}

.welcome-logo-bg {
  width: auto;
  height: auto;
  position: absolute;
  left: 0;
  top: 0;
}

.join-wrap {
  width: 100%;
  height: auto;
  background-color: #f7f7f7;
}

/* Main menu */
.nav-menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: 0 20px;
}

.nav-menu li {
  position: relative;
}

/* Dropdown menus */
.nav-menu li ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  color: #333;
  list-style: none;
  min-width: 200px;
  z-index: 1000;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.nav-menu li ul li a {
  color: #fff;
  padding: 10px 15px;
  white-space: nowrap;
  width: 100%;
  display: block;
  background-color: #333;
}

.nav-menu li ul li a:hover {
  background: #f0f0f0;
  width: 100%;
  color: #333;
}

/* Nested dropdowns (3rd level) */
.nav-menu li ul li ul {
  top: 0;
  left: 100%;
}

/* Show dropdown on hover for desktop */
.nav-menu li:hover>ul {
  display: block;
}

/* Arrow for dropdown items */
.nav-menu li:has(ul)>a::after {
  content: "\f0d7";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-left: 5px;
  font-size: 0.7em;
}

/* Mobile menu toggle */

.hide-menu {
  display: none;
  background: #333;
  text-align: center;
  padding: 10px 0;
}


.hide-menu a {
  color: #fff;
  margin: 0 10px;
  font-size: 20px;
}

.nav-toggle {
  cursor: pointer;
}

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

  /*.nav-menu {
    display: none;
    flex-direction: column;
    width: 100%;
  }*/
  .process-wraper{ padding: 0px;}
  .sexy-menu.detached .nav-brand img{ width: 100%;}
  body.home .sexy-menu{ position: inherit;}
  .sexy-menu{ position: inherit;}
  .navigation{ justify-content: center !important;}
/*html, body{overflow-x: unset;}*/
  .smooth-scroll-wrapper{ position: unset !important; will-change: unset !important; transform:none !important}
  .sexy-menu.detached{ z-index: 99 !important;}
  .banner-wraper{ height: auto;}
  .nav-menu {
    display: block !important;
  }

  .nav-menu li ul li ul li a {
    background-color: #fff;
    color: #000;
  }

  .nav-menu li {
    margin-left: 0;
  }

  .nav-menu li ul {
    position: relative;
    left: 0;
    box-shadow: none;
  }

  .nav-menu li ul li ul {
    left: 0;
  }

  .hide-menu {
    display: block;
  }
}

/***************************** Start ABout **********************************/
.inner-banner-wraper {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 9;
  background-color: #fff;
  margin-top: 79px;
}

.banner-container-inner {
  height: 100%;
  border-radius: 20px;
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-content: stretch;
  overflow: hidden;
  left: -3%;
  width: calc(100% + 6%);
  position: relative;
}

.banner-inside {
  width: 50%;
  height: auto;
  background-color: #fff;
  position: relative;
  display: flex;
  justify-content: center;
}

.banner-title-inner {
  font-family: "Bebas Neue";
  font-weight: normal;
  font-size: 1.25em;
  color: #a9a9a9;
  text-transform: uppercase;
  line-height: 0.85;
  white-space: nowrap;
  margin-top: 0.25em;
  text-align: center;
}

.banner-inside:nth-child(2) {
  background-color: #000;
  align-items: center;
}

.banner-character {
  width: auto;
  height: auto;
  position: relative;
  padding-top: 2em;
}

.inner .navigation {
  padding-top: 10px;
  align-items: flex-start !important;
}

.inner .logo {
  padding: 0.5em 0.5em;
  border-radius: 30px;
}

.inner .sexy-menu.detached .logo {
  background-color: transparent;
  padding: 0px;
  border-radius: unset;
}

.inner .sexy-menu.detached .navigation {
  padding-top: 0px;
  align-items: center !important;
}

.banner-character img {
  display: block;
}

.inner-inside-left {
  width: auto;
  height: auto;
  position: absolute;
  left: 0;
  bottom: 0;
}

.inner-inside-left img {
  opacity: 0.5;
}

.inner-inside-right img {
  opacity: 0.5;
}

.inner-inside-right {
  width: auto;
  height: auto;
  position: absolute;
  right: 0;
  bottom: 0;
}

.ma {
  width: 100%;
  height: auto;
}

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

.about-container .welcome-top-title {
  text-align: center;
  color: #333;
}

.about-container .banner-title-top {
  text-align: center;
  color: #333;
}

.about-inside-title .banner-title-top {
  text-align: center;
  color: #333;
}

.inner-banner-wraper .banner-title-top {
  margin-bottom: 0.25em; text-align: center;
}

.about-container p {
  letter-spacing: 1px;
  /* font-size: 16px; */
}

.about-bottom {
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: stretch;
  width: 100%;
  padding-top: 50px;
}

.about-bottom-inside {
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: stretch;
  width: 49%;
  padding-top: 50px;
  border-radius: 25px;
  background-color: #f7f7f7;
  padding: 25px 25px;
}

.about-inside-title {
  width: 38%;
  height: auto;
  background-color: #fff;
  border-radius: 25px;
  padding: 35px 0px;
}

.about-bottom-inside p {
  width: 58%;
}

.vision-pic {
  width: 100%;
  height: auto;
  padding-top: 5px;
}

.about-content-bottom {
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: stretch;
  width: 100%;
  margin-bottom: 60px;
  background-color: #141414;
  border-radius: 10px;
  padding: 20px;
  align-items: center;
  /* position: relative; */
}

.about-content-bottom:last-child {
  margin-bottom: 0px;
}

.about-content-left {
  /* width: 27%; */
  width: 30%;
  height: auto;
  position: relative;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  border-right: 1px dashed #ccc;
  padding: 20px 0;
}

.about-content-for {
  /* width: 73%; */
  width: 70%;
  height: auto;
  padding: 0 5%;
  color: #fff;
  font-weight: lighter;
  text-align: justify;
  /* font-size: 16px; */
  letter-spacing: 1px;
}

.about-content-for ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

.about-content-for ul li {
  font-style: normal;
  font-display: swap;
  height: auto;
  font-size: 1em;
  line-height: 1.7;
  font-family: "InterTight";
  font-weight: normal;
  margin: 1em 0em;
  /* background: url(../images/mission-listing-white.png) no-repeat left center; */
  /* padding-left: 35px; */
  /* background-position-y: 7px; */
}

.about-content-icon {
  width: 17%;
  height: auto;
  /* position: absolute;
  left: 25px; */
}


.about-content-title {
  width: 43%;
  height: auto;
  font-family: inherit;
  /* font-size: 1.688em; */
  font-size: 1.5em;
  color: #fff;
  font-weight: lighter;
  text-align: left;
  line-height: 29px;
}

.service-content-icon {
  width: auto;
  height: auto;
  position: absolute;
  left: -35px;
}


.service-content-title {
  width: 80%;
  height: auto;
  font-family: inherit;
  font-size: 1.688em;
  color: #fff;
  font-weight: lighter;
  text-align: left;
  line-height: 29px;
}

/***************************** Start ABout **********************************/

/***************************** Start Film Festival **********************************/
.film-festival-leftpic {
  width: 22%;
  height: auto;
  border-radius: 25px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.film-fest-mid {
  width: 46%;
  height: auto;
  display: flex;
  flex-direction: column;
}

.film-festival-rightpic {
  width: 22%;
  height: auto;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.film-festival-right-top {
  width: 100%;
  height: auto;
  border-radius: 25px;
  overflow: hidden;
}

.film-more {
  width: 100%;
  display: flex;
  justify-content: center;
}

/***************************** Start Film Festival **********************************/

/***************************** Start CONTACT **********************************/
.contact-container {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: stretch;
}

.contact-for {
  width: 32.5%;
  height: auto;
  background-color: #f7f7f7;
  border-radius: 20px;
  border: 1px solid #e7e7e7;
  padding: 60px 35px;
  position: relative;
  text-align: center;
}

.contact-icons {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000000;
  color: #fff;
  font-size: 1.5em;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: -25px;
}

.contact-form-outer {
  position: relative;
  left: -22%;
  width: calc(100% + 22%);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.contact-form-pic {
  width: 56%;
  height: auto;
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
  overflow: hidden;
}

.contact-form {
  width: 50%;
  height: auto;
  padding-left: 5%;
}

.form-top {
  width: calc(100% + 30%);
  position: relative;
  left: -60%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1em;
}

.form-content {
  font-size: 1.438em;
  font-family: inherit;
  color: #333;
}

.form-top-line {
  width: 70px;
  height: 1px;
  background-color: #333;
  position: relative;
}

.form-top-line::before {
  content: "";
  position: absolute;
  top: -15px;
  left: 0;
  width: 30px;
  height: 30px;
  background: #fff;
  border-radius: 50%;
}

.form-top-line::after {
  content: "";
  position: absolute;
  top: -5px;
  right: -5px;
  width: 10px;
  height: 10px;
  background: #000;
  border-radius: 50%;
}

.group-count {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background-color: #fff;
  font-size: 1.25em;
  color: #333;
}

.category-wrap .banner-title-top {
  text-align: center;
  color: #fff;
}

.sub-caption {
  color: #fff;
  text-align: center;
  margin-bottom: 3em;
  letter-spacing: 1px;
}

.lk-vision-wrap {
  width: 100%;
  height: auto;
  background-color: #f5f5f5;
  text-align: center;
}

.vm-title {
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 1.875em;
  color: #333;
  font-family: "Bebas Neue";
  font-weight: normal;
  text-transform: uppercase;
}

.lk-vision-container {
  border-top: 1px dashed #ccc;
  border-bottom: 1px dashed #ccc;
  padding-bottom: 115px;
}

.lk-vision-container p {
  letter-spacing: 1px;
  /* font-size: 16px; */
}

.vm-icon {
  width: 105px;
  height: 105px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px dashed #ccc;
  position: relative;
  background-color: #fff;
  margin: 0 auto;
  margin-top: -52px;
  margin-bottom: 20px;
}

.mission-content {
  width: 100%;
  height: auto;
  padding: 0px 10%;
  display: flex;
  justify-content: center;
}

.mission-content p {
  text-align: center;
}

.mission-content ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  /* width: 80%; */
}

.mission-content ul li {
  font-style: normal;
  font-display: swap;
  height: auto;
  letter-spacing: 1px;
  color: #212121;
  line-height: 1.7;
  font-family: "InterTight";
  margin: 1em 0em;
  /* background: url(../images/mission-listing.png); */
  background-repeat: no-repeat;
  background-position: left 0 top 7px;
  /* padding-left: 35px; */
}

.careers-container {
  /*border-top: 1px dashed #ccc;
  border-bottom: 1px dashed #ccc;*/
  padding: 40px 0px;
}

.lk-vision-wrap p a {
  font-weight: bold;
  color: #222;
}

/***************************** END CONTACT **********************************/

/***************************** START GALLERY **********************************/

.product-buttons {
  margin: 40px 0px;
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.tab button {
  display: inline-block;
  padding: 10px 55px;
  border: 1px solid #000;
  border-radius: 10px;
  cursor: pointer;
  font-weight: bold;
  background: #fff;
  color: #000;
  transition: 0.3s;
  font-family: "Bebas Neue";
  font-weight: normal;
  font-size: 1.5em;
  text-transform: uppercase;
}

.tab button.active {
  background: #000;
  border-color: #000;
  color: #fff;
}

/*video*/
.rs-video {
  display: inline-block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.rs-video .animate-border a {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.animate-border a i {
  color: #666;
}

.rs-video .animate-border .video-vemo-icon {
  background: #fff;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  display: inline-block;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.rs-video .animate-border .video-vemo-icon:before {
  content: "";
  border: 2px solid #fff;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  animation: zoomBig 3.25s linear infinite;
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.rs-video .animate-border .video-vemo-icon:after {
  content: "";
  border: 2px solid #fff;
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  animation: zoomBig 3.25s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

@keyframes zoomBig {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
    border-width: 3px;
  }

  40% {
    opacity: 0.5;
    border-width: 2px;
  }

  65% {
    border-width: 1px;
  }

  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px;
  }
}

@keyframes zoomBig {
  0% {
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 1;
    border-width: 3px;
  }

  40% {
    opacity: 0.5;
    border-width: 2px;
  }

  65% {
    border-width: 1px;
  }

  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
    border-width: 1px;
  }
}

.rs-video .animate-border .video-vemo-icon {
  background: #fff;
  width: 45px;
  height: 45px;
  line-height: 45px;
  font-size: 1.75em;
}

.gallery-list {
  width: 100%;
  height: auto;
  padding: 0em 0px 3em 0em;
}

.gallery-item {
  width: 33%;
  padding: 10px;
  float: left;
  height: auto;
  position: relative;
}

.img-overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  opacity: 0;
}

.box-group:hover .img-overlay {
  opacity: 1 !important;
}

.img-overlay i {
  color: #fff;
  font-size: 2em;
}

.box-group {
  text-align: center;
  overflow: hidden;
  position: relative;
}

.box-group .icon img {
  height: auto !important;
  width: 70%;
}

.box-group img {
  max-width: 100%;
  max-height: 100%;
  transform: scale3d(1, 1, 1);
  transition: all 0.3s ease 0s;
  display: block;
  width: 100%;
  object-fit: cover;
  height: 310px;
  filter: grayscale(100%);
}



.box-group:hover img {
  transform: scale3d(1.15, 1.15, 1);
  filter: grayscale(0%);
  cursor: pointer;
}

.box-group .box-content {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  padding-top: 35%;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
  transition: all 0.3s ease 0s;
}

.box-group:hover .box-content {
  opacity: 1;
}

.box-group .box-content:before,
.box-group .box-content:after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  bottom: 15px;
  right: 15px;
  opacity: 0;
  z-index: -1;
  transform: scale(1.5);
  transition: all 0.6s ease 0.2s;
}

.box-group .box-content:before {
  border-top: none;
  border-bottom: none;
  left: 30px;
  right: 30px;
}

.box-group .box-content:after {
  border-left: none;
  border-right: none;
  top: 30px;
  bottom: 30px;
}

.box-group:hover .box-content:before,
.box-group:hover .box-content:after {
  opacity: 1;
  transform: scale(1);
}

.box-group .content-inner {
  opacity: 0;
  transform: scale(0);
  transition: all 0.3s ease 0s;
}

.box-group:hover .content-inner {
  opacity: 1;
  transform: scale(1);
}

.box-group-icon {
  position: absolute;
  bottom: 0;
  left: 0px;
  color: rgba(255, 255, 255, 1) !important;
  font-size: 1.5em;
  font-family: inherit;
  width: 100%;
  text-align: left;
  z-index: 2;
  font-weight: 500;
  padding-left: 2%;
  padding-right: 2%;
  top: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

a:hover .box-group-icon {
  display: none !important;
}

.group-link {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.box-group .icon {
  list-style: none;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  opacity: 0;
  transition: all 0.5s ease 0s;
  bottom: 0;
  right: 0;
  margin: auto;
}

.box-group:hover .icon {
  left: 0px;
  opacity: 1;
  transition-delay: 0.3s;
}

.box-group .icon li {
  display: inline-block;
}

.box-group .icon li {
  width: 180px;
  height: 180px;
  line-height: 180px;
  background: #fff;
  font-size: 18px;
  color: #fff;
  transition: all 0.5s ease 0s;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

/***************************** END GALLERY **********************************/

/***************************** START BLOG **********************************/

.blog-wrap {
  width: 100%;
  height: auto;
  padding-top: 3em;
}

.blog {
  width: 31%;
  height: auto;
  float: left;
  margin-right: 3.5%;
  margin-bottom: 3.5%;
}

.blog:nth-child(3n + 3) {
  margin-right: 0%;
}

.blog-pic-wrap {
  width: 100%;
  height: auto;
  position: relative;
  margin-bottom: 20px;
}

.blog-pic {
  width: 100%;
  height: auto;
}

.blog-name {
  width: 100%;
  height: auto;
  text-align: left;
  font-family: inherit;
  font-weight: normal;
  font-size: 1.5em;
  color: #333;
  line-height: 0.85;
  white-space: nowrap;
  margin-bottom: 6px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  text-transform: capitalize;
}

.blog p {
  width: 100%;
  height: auto;
  font-size: 1em;
  color: #333;
  font-family: inherit;
  font-weight: normal;
  line-height: 1.7;
  text-align: justify;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.blog-bottom {
  width: 100%;
  height: auto;
  border-top: 1px solid #eaeae9;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  margin-top: 1em;
}

.blog_date {
  font-family: inherit;
  color: #666;
  font-size: 1.1em;
  font-weight: 400;
  padding: 1% 0% 0% 0%;
  line-height: 1.8em;
  text-align: right;
  float: right;
  margin-top: 3%;
}

.blog_date::before {
  vertical-align: sub;
  display: inline-block;
}

.blog_date span {
  font-family: inherit;
  color: #333;
}

.blog_readmore {
  font-family: inherit;
  font-size: 1.1em;
  line-height: 1.5em;
  text-align: left;
  font-weight: normal;
  color: #666;
  margin-top: 2.5%;
  margin-bottom: 1.5%;
  float: left;
  clear: both;
  cursor: pointer;
}

.blog_readmore a {
  font-family: inherit;
  padding: 0.25em 0.8em 0.25em 0.8em;
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
  background: #666;
  display: block;
  border: 1px solid #666;
}

.blog_readmore a:hover {
  font-family: inherit;
  background: rgba(255, 255, 255, 1);
  color: #333;
  text-decoration: none;
  border: 1px solid #333;
}

.portfolio p {
  width: 100%;
  height: auto;
  font-family: inherit;
  font-size: 1em;
  color: #333;
  line-height: 28px;
  font-weight: normal;
}

.gallery-blog {
  width: 15.83%;
  height: auto;
  float: left;
  margin-right: 1%;
  margin-bottom: 1%;
}

.gallery-blog:nth-child(6n + 6) {
  margin-right: 0%;
}

.blog-date-main {
  width: 55px;
  height: auto;
  position: absolute;
  bottom: 3%;
  right: 3%;
}

/***************************** END BLOG **********************************/
.bredcum-wraper .d-container::after {
  content: "";
  display: table;
  clear: both;
}

/*********************************************** S BLOG DETAILS ***********************************************/
.blog-details-wrap {
  width: 100%;
  display: table;
  padding-top: 10px;
}

.blog-dtl-pic {
  width: 47%;
  height: auto;
  float: left;
  margin-right: 2%;
  margin-bottom: 5px;
}

.blog-details-content {
  width: auto;
  height: auto;
  z-index: 9;
}

.home-blog-date {
  font-family: inherit;
  font-weight: normal;
  font-size: 1.25em;
  color: #767c2f;
  text-transform: uppercase;
}

.blog-details-content p {
  font-size: 1em;
  line-height: 1.7;
  width: 100%;
  height: auto;
  /* font-family: 'Montserrat'; */
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  line-height: 1.7;
  color: #333;
  text-align: justify;
}

.blog-detail-social {
  margin-top: -2em;
}

.details-blog-pic-wrap {
  width: 100%;
  height: auto;
  margin-top: 1.5em;
  padding-top: 1.5em;
  margin-bottom: 40px;
  border-top: 1px dashed #ccc;

}

.blog-gallery {
  width: 13.42%;
  height: auto;
  float: left;
  margin-right: 1%;
  margin-bottom: 1%;
}

.blog-gallery:nth-child(7n+7) {
  margin-right: 0%;
}


.main-blog-title-details {
  width: 100%;
  height: auto;
  text-align: left;
  color: #000;
  font-size: 1.85em;
  /* font-family: 'Palatino Linotype'; */
  font-weight: normal;
  margin-top: 0.5em
}

/*********************************************** E BLOG DETAILS ***********************************************/

/*********************************************** S NEWS  ***********************************************/

.news {
  width: 100%;
  height: auto;
  float: left;
  margin: 3em 0;
  padding: 0% 5% 0% 0%;
  display: flex;
}

.news-pic-wrap {
  width: 35%;
  height: auto;
  float: left;
}

.outer-content-news {
  width: 65%;
  height: auto;
  float: left;
  padding-left: 5%;
  padding-top: 1%;
}

.news-pic {
  width: 100%;
  max-height: 230px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.news-site-name {
  width: 100%;
  height: auto;
  text-align: left;
  font-size: 1.5em;
  /* font-family: 'Zapf Humanist 601'; */
  font-family: inherit;
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  color: #333;
  padding-bottom: 3px
}

.news p {
  width: 100%;
  height: auto;
  font-size: 0.9em;
  /* font-size: 16px; */
  letter-spacing: 1px;
  color: #333;
  font-family: inherit;
  font-weight: normal;
  line-height: 1.9;
  text-align: justify;
  margin-top: 5px;
}

.news-content {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.news-bottom {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between !important;
  align-items: center;
  margin-top: 0.6em;
}

.news-bottom a {
  background-color: #000;
  color: #fff;
  padding: 1% 2%;
}

.news-bottom a:hover {
  color: #eeeeee;
}

.news_date {
  font-family: inherit;
  color: #7d7c7c;
  font-size: .8em;
  font-weight: 500;
  padding: 1% 0;
  width: 109px;
}


/*.news_date {
  font-family: inherit;
  color: #666;
  font-size: 1.1em;
  font-weight: 500;
  padding: 1% 0% 0% 0%;
  line-height: 1.8em;
   text-align: right;
  float: right;
  margin-top: 3%;
 } */

.news_date::before {
  vertical-align: sub;
  display: inline-block;
}

.news_date span {
  font-family: inherit;
  color: #8856a0;
}

.news-detail-title {
  width: 100%;
  height: auto;
  text-align: left;
  font-size: 1.333em;
  font-family: 'Zapf Humanist 601';
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  color: #333;
  margin-bottom: 1em;
}

/*********************************************** E NEWS ***********************************************/


/*********************************************** NEWS & EVENTS DETAILS ***********************************************/
.newsEvents-details-wrap {
  width: 70%;
  display: table;
  float: left;
}

.newsEvents-dtl-pic {
  width: 100%;
  height: auto;
  margin-bottom: 5px;
}

.newsEvents-details-content {
  width: auto;
  height: auto;
}

.home-recentNews-date {
  margin-top: 5px;
  color: #333;
}

/* .newsEvents-details-content p {
  font-size: 1em;
  line-height: 1.7;
  width: 100%;
  height: auto;
  font-family: "InterTight";
  font-weight: normal;
  font-style: normal;
  font-display: swap;
  line-height: 1.7;
  color: #333;
} */

.newsEvents-details-content p {
  font-family: "InterTight";
  letter-spacing: 1px;
  margin: 15px 0;
  text-align: justify;
  font-weight: normal;
  color: #333;
}

.main-newsEvents-title-details {
  width: 100%;
  height: auto;
  text-align: center;
  color: #000;
  font-size: 2em;
  font-family: "InterTight";
  font-weight: normal;
  margin: 0.5em 0;
  text-transform: uppercase;
}



/* Recent News */

.recentNews-wrap {
  width: 25%;
  height: auto;
  padding-top: 1.1em;
  float: left;
  margin-left: 4em;
}

.recentNews {
  width: 100%;
  height: auto;
  margin-bottom: 20%;
}

.recentNews-head {
  text-align: center;
  font-size: 1.5em;
  margin: 0.5em;
  font-family: "InterTight";
  text-transform: uppercase;
}

.recentNews:nth-child(3n + 3) {
  margin-right: 0%;
}

.recentNews-pic-wrap {
  width: 100%;
  height: auto;
  position: relative;
  margin-bottom: 20px;
}

.recentNews-pic {
  width: 100%;
  height: auto;
}

.recentNews-name {
  width: 100%;
  height: auto;
  text-align: left;
  font-family: inherit;
  font-weight: normal;
  font-size: 1.2em;
  color: #333;
  line-height: 0.85;
  white-space: nowrap;
  margin-bottom: 6px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  text-transform: capitalize;
}

.recentNews p {
  width: 100%;
  height: auto;
  font-size: 1em;
  color: #333;
  font-family: inherit;
  font-weight: normal;
  line-height: 1.7;
  text-align: justify;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}

.recentNews-bottom {
  width: 100%;
  height: auto;
  /* border-top: 1px solid #eaeae9; */
  /* padding-top: 0.5em; */
  padding-bottom: 0.5em;
  /* margin-top: 1em; */
}

.recentNews_date {
  font-family: inherit;
  color: #666;
  font-size: 1.1em;
  font-weight: 400;
  padding: 1% 0% 0% 0%;
  line-height: 1.8em;
  text-align: right;
  float: right;
  margin-top: 3%;
}

.recentNews_date::before {
  vertical-align: sub;
  display: inline-block;
}

.recentNews_date span {
  font-family: inherit;
  color: #333;
}

.recentNews_readmore {
  font-family: inherit;
  font-size: 1.1em;
  line-height: 1.5em;
  text-align: left;
  font-weight: normal;
  color: #666;
  margin-top: 2.5%;
  margin-bottom: 1.5%;
  float: left;
  clear: both;
  cursor: pointer;
}

.recentNews_readmore a {
  font-family: inherit;
  font-size: 0.8em;
  font-weight: normal;
  padding: 0.10em 0.8em;
  color: rgba(255, 255, 255, 1);
  text-decoration: none;
  background: #666;
  display: block;
  border: 1px solid #666;
  letter-spacing: 1px;
}

.recentNews_readmore a:hover {
  font-family: inherit;
  font-weight: normal;
  background: rgba(255, 255, 255, 1);
  color: #333;
  text-decoration: none;
  border: 1px solid #333;
}

.recentNews-date-main {
  width: 55px;
  height: auto;
  position: absolute;
  bottom: 3%;
  right: 3%;
  color: white;
  text-align: center;
}


/*********************************************** NEWS & EVENTS DETAILS ***********************************************/




/*********************************************** EXPLORE SECTION ***********************************************/


.explore-sec .txt {
  /* font-size: 1.8em; */
  text-align: center;
  padding: 50px 0;
  font-weight: lighter;
}

.explore_btn {
  background-color: #000;
  padding: 15px 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.explore_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
}

.explore_btn p {
  color: #fff;
  cursor: pointer;
  /* width: 126px; */
  font-size: 1em;
  font-family: "InterTight";
  letter-spacing: 0.025rem;
}

.explore_btn span {
  color: #fff;
  margin-left: 10px;
}


.footer-wraper .d-container{padding-left: 5%; padding-right: 5%;}


.need-help-outer {
  width: 100%;
  height: auto;
  position: relative;
  display: flex;
  justify-content: center;
  background-color: #111;
  padding-top: 5em;
}
.border-for{
  width: 100%;
  height: 1px;
  position: absolute;
  background-color: #666;
  top: 5em;
  bottom: 0;
  margin: auto;
  left: 0;
  z-index: 1;

}

.process-wraper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: stretch;
  padding: 60px 0px;
  align-items: center;
}


.other-address {
  width: 100%;
  height: auto;
  /*border-radius: 20px;*/
  padding: 0.5em 0em;
  margin-top: 1em;
  padding-bottom: 1em;
  /*box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px,
    rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;*/
    border-bottom: 1px solid #ccc;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: stretch;
}

.other-address:last-child{ border: none;
}
.loc-title{
  width:25%;
  text-transform: uppercase;
   color: #333;
  font-size: 1em;
  font-family: inherit;
  font-weight: normal;
  line-height: 1.7;
  display: flex;
  align-items: center;
}
.loc-title img{ margin-right: 1em;}
.other-address-title {
  width: 100%;
  height: auto;
  text-align: center;
  display: flex;
  justify-content: center;
}
.sep{
  width: 1px;
  height: auto;
  background-color: #ccc;
  margin-right: 2%;
}


.other-address p {
  width: 72%;
  height: auto;
  color: #333;
  font-size: 1em;
  font-family: inherit;
  font-weight: normal;
  line-height: 1.7;
  text-align:justify;
}
.need-help {
  width: auto;
 height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-content: stretch;
  border-radius: 25px;
  background-color: #f7f7f7;
  padding: 25px 55px;
  align-items: center;
  position: relative;
  z-index: 2;
}
.need-help-bg {
  width: 100%;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
}
.need-help .cont{ margin: 0px 2em;}

.footer-address-bottom{
  background-color: #111;
}
.footer-address-bottom p{ color: #fff; text-align: justify;
  hyphens: auto;
  word-break: break-word;}
.footer-address-bottom .icon-f span img{filter: invert(1) brightness(100);}
.branch-loc{
  background-color: #333; color: #fff; border: none;
}






/*accordion*/
  .accordion-main{
    margin-bottom:36px;
  }
  .accordion-main:last-child .accordion_body{
    padding-bottom: 0;
  }
  .accordion_head {
    background-color: #111;
    color: #fff;
    cursor: pointer;
    font-size: 1.25em;
    padding: 12px 25px;
    border-radius: 5px;
    border:1px solid #29705a;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
  }
  .accordion_body {
    background: transparent;
    font-size: 1em;
    padding: 30px 60px 5px;
  }
  .accordion_body img{
    width: 100%;
    max-width: 230px;
    margin-bottom: 30px;
  }
  

  .div-bott{
  text-align:center;
  }
 
  .plusminus {
    float: right;
    font-size: 36px;
    margin-top: -9px;
  }
  .coll-back{
    background-color: #fff;
    color: #111;
    border:1px solid #111;
  }
  .hr-clc{
    height: 2px;
    background: #111;
    margin-top: 22px;
    width: 17px;
    padding: 0;
    border: 0;
    margin-left: -20px;
  }

  /*media queries*/
  @media (min-width:992px) and (max-width:1100px){
    .pockets-main p {
      font-size: 22px;
      width: 684px;
      margin:0 auto;
      margin-bottom: 20px !important;
    }
    .accordion_body {
      padding: 35px 40px 5px;
    }
    .accordion_body img {
      max-width: 205px;
      margin-bottom: 20px;
    }
  }
  @media (min-width: 768px) and (max-width: 991px){
    .pockets-main {
      padding: 30px 15px;
    }
    .pockets-main h1 {
      font-size: 45px;
      margin: 0 0px 20px;
    }
    .pockets-main p {
      font-size: 20px !important;
      margin-bottom: 20px !important;
      width: 600px;
      margin: 0 auto;
    }
    .intro-cont h3,
    .div-bott h3{
      font-size: 30px;
      margin: 35px 0;
    }
    .kind h2 {
      font-size: 30px;
      margin: 35px 0 30px;
    }
    .accordion_head {
      font-size: 20px;
      padding: 11px 18px;
    }
    .plusminus {
      font-size: 27px;
      margin-top: -5px;
    }
    .accordion-main {
      margin-bottom: 24px;
    }
    .hr-clc {
      margin-top: 16px;
      width: 15px;
      margin-left: -15px;
    }
    .accordion_body {
      font-size: 18px;
      padding: 30px 40px 5px;
    }
    .accordion_body img {
      width: 100%;
      max-width: 185px;
      margin-bottom: 20px;
    }
    .accordion_body h3 {
      font-size: 24px;
    }
  }

  @media (min-width: 576px) and (max-width: 767px){
    .pockets-main {
      padding: 35px 15px;
    }
    .pockets-main h1 {
      font-size: 40px;
      margin: 0 0px 30px;
    }
    .pockets-main p {
      font-size: 18px !important;
      margin-bottom: 20px !important;
      width: 400px;
      margin: 0 auto;
    }
    .intro-cont h3,
    .div-bott h3{
      font-size: 26px;
      width: 400px;
      margin: 30px auto;
      line-height: 1.2 !important;
    }
    .div-bott h3{
    width:unset;
    }
    .kind h2 {
      font-size: 26px;
      margin: 30px 0 30px;
    }
    .accordion_head {
      font-size: 20px;
      padding: 10px 15px;
    }
    .accordion-main {
      margin-bottom: 25px;
    }
    .plusminus {
      font-size: 30px;
      margin-top: -5px;
    }
    .accordion_body {
      padding: 30px 25px 5px;
    }
    .accordion_body img {
      max-width: 170px;
      margin-bottom: 20px;
    }
    .hr-clc {
      margin-top: 17px;
      width: 16px;
    }
    .accordion_body h3 {
      font-size: 22px;
      margin: 15px 0;
    }
  }
  @media (max-width:575px){
    .pockets-main{
      padding:15px 0px;
    }
    .pockets-main h1 {
      font-size: 30px;
      margin: 0 0px 15px;
    }
    .pockets-main p {
      font-size: 16px !important;
      margin-bottom: 15px !important;
    }
    .intro-cont h3,
    .kind h2,
    .div-bott h3{
      margin: 30px 0px;
      line-height: normal !important;
      font-size:24px;
    }
    .accordion_head {
      font-size: 18px;
      padding: 8px 12px
    }
    .plusminus {
      font-size: 27px;
      margin-top: -7px;
    }
    .accordion-main {
      margin-bottom: 22px;
    }
    .accordion_body {
      font-size: 18px;
      padding: 20px 20px 5px;
    }
    .accordion_body img {
      max-width: 150px;
      margin-bottom: 20px;
    }
    .accordion_body h3 {
      font-size: 18px;
      margin: 10px 0;
      line-height: normal;
    }
    .hr-clc {
      height: 2px;
      margin-top: 16px;
      width: 15px;
      margin-left: -15px;
    }
  }

.accordion_body {
    display: none; /* ensures nothing is open at first */
}

/*********************************************** EXPLORE SECTION ***********************************************/
p a{
  font-style: normal;
  font-display: swap;
  font-size: 1em;
  color: #212121;
  line-height: 1.7;
  font-family: "InterTight";
  font-weight: normal;
}

.for-mob{ display: none;}
  .for-tab{ display: block;}
.career-pr{ margin-top: 1.5em;}





fieldset {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 30px;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
    color: #333;
    padding: 0 10px;
}

.form-group {
    margin-bottom: 20px;
}

.form-group label {
    display: block; 
    margin-bottom: 5px;
    font-weight: 600;
    color: #555;
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="tel"],
.form-group input[type="number"],
.form-group select,
.form-group textarea {
    width: 100%;
    border: 1px solid #ccc;
    box-sizing: border-box; 
}


.form-group input[type="file"] {
    padding: 10px 0;
    border: none;
}

.form-group.consent {
    display: flex;
    align-items: center;
}

.form-group.consent input[type="checkbox"] {
    width: auto;
    margin-right: 10px;
}

.submit-btn {
    display: block;
    width: 100%;
    padding: 12px;
    background-color: #333; 
    color: white;
    font-size: 1.1em;
    font-weight: bold;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}
.apply-for{
  width: 45%;
}

.tollfree{
     display: flex;
    align-items: center;
    justify-content: center;
    
    color: #fff;
  cursor: pointer;
  font-size: 1.1em;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  /*padding-top: 55px;*/
}
.service-logo{
    width: 100%;
    text-align: center;
    margin-bottom: 1.5em;
}
.service-logo img{
    filter: brightness(0) invert(1);
}
.overseas img{
filter: grayscale(100%) brightness(2) contrast(100%);}
.black-left img{ opacity:1}
.black-right{ position:absolute; right:0; top:0px}
.service-logo-lk {
  width: 100%;
  text-align: center;
  margin-bottom: 1em;
}
.black-image {
    filter: brightness(0);
}

@media (min-width: 1023px) and (max-width: 1279px) {

  body,
  li {
    font-size: 12px !important;
  }

  .d-container {
    width: 100%;
    padding-left: 2%;
    padding-right: 2%;
  }

  .whats-app {
    width: 40px;
    height: 40px;
    font-size: 1.25em;
  }

  #plus {
    width: 40px;
    height: 40px;
    font-size: 1.25em;
  }

  /* Banner */
  .banner-container {
    justify-content: center;
  }

  .banner-left-caption {
    margin-top: 15%;
  }

  .banner-left {
    padding: 25px 50px 25px 25px;
    margin-right: -5%;
  }

  .banner-right {
    padding: 25px 25px 25px 25px;
    margin-left: -8%;
  }

  .banner-container img {
    max-width: 65%;
  }


  /* About */

  .welcome-logo-bg {
    width: 40%;
  }

  .welcome-logo {
    width: 50%;
  }

  .welcome-logo img {
    width: 100%;
  }

  .welcome-bottom {
    margin-top: -308px;
    width: 31%;
    margin-left: 70px;
  }

  .welcome-bottom img {
    width: 100%;
  }

  .header-text {
    padding-top: 170px;
  }

  /* Service */
  .services-grid {
    gap: 30px;
    flex-direction: column;
  }

  .right-content-column {
    max-width: 100%;
  }

  .header-text {
    padding-top: 200px;
  }

  /* category */
  .category {
    padding-right: 35px;
  }

  /* Menu */
  .nav-menu>li>a {
    margin: 25px 10px;
  }

  .sexy-menu.detached .nav-menu>li>a {
    margin: 32px 10px;
  }



  /************************ About page start*********************************/
  .about-bottom-inside p {
    text-align: justify;
  }

  .about-content-icon {
    left: 0px;
  }

  .about-content-title {
    width: 45%;
  }

  /************************ About page end*********************************/



  /************************ Service page start*********************************/

  /* Educational service*/

  .sub-caption {
    padding: 0 25px;
  }


  /************************ Service page end*********************************/



  /************************ News & Events Details Page*********************************/
  .recentNews-wrap {
    margin-left: 3em;
  }


  /************************ Contact Page*********************************/

  .enquiry-form-outer .user-box input {
    line-height: 45px;
  }

  .form-top {
    width: calc(100% + 40%);
    left: -63%;
  }

  .enquiry-form-outer .user-box label {
    top: -4px;
  }

  .banner-title-top {
    margin-bottom: 0;
  }
  .banner-container img {
  max-width: 60%;
}

.footer-container {
  font-size: 0.8em;
  line-height: 1.5;
  color: #fff;
}

.banner-wraper {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 9;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-top: 20%;
}


}

@media (min-width: 1280px) and (max-width: 1359px) {

  body,
  li {
    font-size: 14px !important;
  }

  .d-container {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .testimonial-wraper .d-container,
  .top-wraper .d-container,
  .banner-caption .d-container {
    width: 100%;
    padding-left: 2%;
    padding-right: 2%;
  }

  .whats-app {
    width: 50px;
    height: 50px;
    font-size: 1.5em;
  }

  #plus {
    width: 50px;
    height: 50px;
    font-size: 1.5em;
  }

  /* Banner */
  .banner-container {
    justify-content: center;
  }

  .banner-left-caption {
    margin-top: 15%;
  }

  .banner-left {
    padding: 30px 85px 30px 30px;
    margin-right: -5%;
  }

  .banner-right {
    padding: 30px 60px;
    margin-left: -8%;
  }

  .banner-container img {
    max-width: 65%;
  }

  /* About */
  .welcome-bottom {
    width: 45.5%;
  }

  .header-text {
    padding-top: 200px;
  }

  /* service */
  .right-content-column {
    max-width: 62%;
  }

  .box {
    padding: 20px 10px;
  }

  /************************ About page start*********************************/
  .about-bottom-inside p {
    text-align: justify;
  }

  .about-content-icon {
    left: 20px;
  }

  /************************ News & Event Details Page*********************************/
  .recentNews-wrap {
    margin-left: 3em;
  }

  /************************ Contact Page*********************************/
  .form-top {
    width: calc(100% + 32%);
  }

  .banner-title-top {
    margin-bottom: 0;
  }

  .banner-container img {
  max-width: 60%;
}

.footer-container {
  font-size: 0.85em;
  line-height: 1.5;
  color: #fff;

}
.banner-wraper {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 9;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-top: 20%;
}


}

@media (min-width: 1360px) and (max-width: 1399px) {

  body,
  li {
    font-size: 14px !important;
  }

  .d-container {
    width: 100%;
    padding-left: 7%;
    padding-right: 7%;
  }

  .testimonial-wraper .d-container,
  .top-wraper .d-container,
  .banner-caption .d-container {
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
  }

  .whats-app {
    width: 50px;
    height: 50px;
    font-size: 1.75em;
  }

  #plus {
    width: 50px;
    height: 50px;
    font-size: 1.75em;
  }

  /* Banner */
  .banner-container {
    justify-content: center;
  }

  .banner-left-caption {
    margin-top: 15%;
  }

  .banner-left {
    padding: 30px 70px;
    margin-right: -5%;
  }

  .banner-right {
    padding: 30px 70px;
    margin-left: -8%;
  }

  .banner-container img {
    max-width: 65%;
  }


  /* About */
  .welcome-bottom {
    width: 44.5%;
  }

  /* service */
  .header-text {
    padding-top: 200px;
  }

  .right-content-column {
    max-width: 64%;
  }

  /************************ About page start*********************************/
  .about-bottom-inside p {
    text-align: justify;
  }

  .about-content-icon {
    left: 15px;
  }

  /************************ News & Event Details Page*********************************/
  .recentNews-wrap {
    margin-left: 3em;
  }

  /************************ Contact Page*********************************/
  .form-top {
    width: calc(100% + 32%);
  }

  .banner-title-top {
    margin-bottom: 0;
  }
  .banner-container img {
  max-width: 60%;
}
.footer-container {
  font-size: 0.9em;
  line-height: 1.5;
  color: #fff;

}

.banner-wraper {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 9;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-top: 20%;
}

}

@media (min-width: 1400px) and (max-width: 1441px) {
  body {
    font-size: 15px !important;
  }

  li {
    font-size: 15px !important;
  }

  .d-container {
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
  }

  .testimonial-wraper .d-container,
  .top-wraper .d-container,
  .banner-caption .d-container {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .whats-app {
    width: 50px;
    height: 50px;
    font-size: 1.75em;
  }

  #plus {
    width: 50px;
    height: 50px;
    font-size: 1.75em;
  }

  /* Banner */
  .banner-container {
    justify-content: center;
  }

  .banner-left {
    padding: 40px 70px 25px 30px;
  }

  .banner-right {
    padding: 50px 65px 45px 50px;
  }

  .banner-container img {
    max-width: 70%;
  }



  /************************ About page start*********************************/
  .about-bottom-inside p {
    text-align: justify;
  }


  .about-content-icon {
    left: 5px;
  }

  .about-content-title {
    width: 48%;
  }

  /************************ News & Event Details Page*********************************/
  .recentNews-wrap {
    margin-left: 3em;
  }

  /************************ Contact Page*********************************/
  .form-top {
    width: calc(100% + 40%);
    left: -62%;
  }

  .banner-title-top {
    margin-bottom: 0;
  }
  .banner-container img {
  max-width: 60%;
}
.footer-container {
  font-size: 0.9em;
  line-height: 1.5;
  color: #fff;
}


}

@media (min-width: 1441px) and (max-width: 1599px) {

  li,
  body {
    font-size: 15px !important;
  }

  .d-container {
    width: 100%;
    padding-left: 10%;
    padding-right: 10%;
  }

  .testimonial-wraper .d-container,
  .top-wraper .d-container,
  .banner-caption .d-container {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .whats-app {
    width: 50px;
    height: 50px;
    font-size: 1.75em;
  }

  #plus {
    width: 50px;
    height: 50px;
    font-size: 1.75em;
  }

  /* About */
  .welcome-bottom {
    width: 45.5%;
  }

  .header-text {
    padding-top: 160px;
  }

  /************************ News & Event Details Page*********************************/
  .recentNews-wrap {
    margin-left: 3em;
  }

  /************************ Contact Page*********************************/
  .form-top {
    width: calc(100% + 38%);
  }

  .banner-title-top {
    margin-bottom: 0;
  }
  .banner-container img {
  max-width: 60%;
}

.footer-container {
  font-size: 0.9em;
  line-height: 1.5;
  color: #fff;
}



}

@media (min-width: 1600px) and (max-width: 1680px) {
  body {
    font-size: 15px !important;
  }

  li {
    font-size: 15px !important;
  }

  .d-container {
    width: 100%;
    padding-left: 12%;
    padding-right: 12%;
  }

  .testimonial-wraper .d-container,
  .top-wraper .d-container,
  .banner-caption .d-container {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .whats-app {
    width: 50px;
    height: 50px;
    font-size: 1.75em;
  }

  #plus {
    width: 50px;
    height: 50px;
    font-size: 1.75em;
  }

  /* Banner */
  .banner-container {
    justify-content: center;
  }


  /* service */
  .header-text {
    padding-top: 130px;
  }

  /************************ About page start*********************************/
  .about-bottom-inside p {
    text-align: justify;
  }

  /************************ News & Event Details Page*********************************/
  .recentNews-wrap {
    margin-left: 3em;
  }

  /************************ Contact Page*********************************/
  .form-top {
    width: calc(100% + 31%);
  }

  .banner-title-top {
    margin-bottom: 0;
  }

.banner-container img {
  max-width: 60%;
}
.footer-container {
  font-size: 0.9em;
  line-height: 1.5;
  color: #fff;
}


}

@media (min-width: 1681px) {
  body {
    font-size: 15px !important;
  }

  .testi-moment {
    padding-left: 20%;
  }

  .banner-container {
    justify-content: center;
  }

  /************************ About page start*********************************/
  .about-bottom-inside p {
    text-align: justify;
  }

  /************************ News & Event Details Page*********************************/
  .recentNews-wrap {
    margin-left: 3em;
  }

  /************************ Contact Page*********************************/
  .form-top {
    width: calc(100% + 33%);
  }

  .banner-title-top {
    margin-bottom: 0;
  }

}



@media (max-width: 992px) {
    .footer-address-container:nth-child(1){ display:none}
  .loc-title{ width: 30%;}
  .other-address p{ width: 67%;}
.inner-banner-wraper{ margin-top: 0px;}
  .d-container {
    padding-left: 10%;
    padding-right: 10%;
  }
.need-help-outer{ display: none;}
  .header-contact {
    display: none;
  }

  .submenu-indicator-chevron {
    border-color: transparent #fff #fff transparent !important;
  }

  .nav-dropdown {
    min-width: 100% !important;
  }

  .sexy-menu.detached {
    opacity: 1 !important;
    position: unset !important;
  }

  .navigation-portrait li {
    font-size: 18px !important;
  }

  .nav-brand img {
    display: flex;
    align-items: center;
  }

  .logo {
    transform: none;
    position: inherit;
    left: inherit;
    padding: 0.5em;
    width: 100%;
    text-align: center;
  }


  .desk-view {
    display: none;
  }

  .mob-view {
    display: block;
  }

  .nav-menu>li>a {
    color: #fff !important;
  }

  .nav-toggle,
  .navigation-hidden .nav-header {
    display: block !important;
  }

  .navigation {
    padding-top: 10px;
  }

  .hide-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    z-index: 99999;
    padding: 15px 10px 0 10px;
    display: flex;
    justify-content: space-evenly;
  }

  .hide-menu a {
    line-height: 1;
    font-size: 1em;
    display: inline-block;
    /* float: left; */
    text-align: center;
    font-weight: normal;
    font-family:inherit;
    text-transform: capitalize;
    padding: 10px;
    flex: 1;
    background-color: #000;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }

  .hide-menu a i {
    display: block;
    justify-content: center;
    font-size: 1.6em;
    color: #fff;
    transition: 0.3s;
    margin-bottom: 5px;
  }

  .sexy-menu.detached .header-phone a {
    margin: 12px 20px !important;
  }

  /************************** Banner start****************************/


  /*Banner*/
  .banner-left-bottom,
  .banner-right-bottom {
    display: none;
  }

  /*.inner-banner-wraper {
    margin-top: 170px;
  }*/

  .banner-container {
    flex-direction: column;
    align-items: center;
  }

  .banner-left {
    padding: 30px 20px;
    width: 100%;
    order: 1;
    margin-right: 0;
  }

  .banner-right {
    padding: 30px 20px;
    margin-left: 0;
    width: 100%;
    order: 2;
    margin-right: 0;
  }

  .banner-container img {
    order: 3;
    max-width: 55%;
  }

  .banner-left-caption {
    margin-top: 5%;
  }

  .banner-left-caption br {
    display: none;
    text-align: center;
  }

  .banner-left-caption p {
    text-align: center;
  }


  /* About*/
  .welcome-wraper {
    padding: 50px 0px;
  }

  .welcome-container {
    width: 100%;
    flex-direction: column-reverse;
  }

  .welcome-content {
    width: 100%;
    text-align: center;
    padding: 0 10px;
  }

  .contribution-more {
    justify-content: center;
  }

  .welcome-logo {
    width: 70%;
    margin-top: 50px;
  }

  .welcome-logo img {
    width: 100%;
  }

  .welcome-logo-bg img {
    width: 100%;
  }

  .welcome-bottom {
    margin-top: -368px;
    width: 42%;
    margin-left: 205px;
  }

  .welcome-bottom img {
    width: 100%;
    padding-bottom: 70px;
  }

  .content-container {
    margin-top: 193px;
  }

  .education {
    width: 100%;
  }

  .service-title {
    font-family: "Bebas Neue";
    font-size: 3em;
  }

  .header-text {
    margin-bottom: 30px;
  }

  /* About*/




  /* Service content*/

  .educational-mid {
    margin-top: 70px;
  }

  .service-content-mid {
    margin: 20px 0;
    width: 50%;
  }

  .service-content-for {
    font-size: 14px;
    padding: 0 20px;
  }

  .service-content-bg img {
    width: 100%;
  }

  /* Service content */


  /* Category short film festival */

  .categories-pic {
    display: none;
  }

  .categories {
    width: 100%;
  }

  .category {
    padding-right: 30px;
  }

  .category-name {
    font-size: 0.9em;
  }

  .category-left {
    width: 60px;
  }

  .welcome-top-title {
    text-align: center;
  }

  .banner-title-top {
    font-size: 2em;
    text-align: center;
    padding-top: 5px;
    white-space: unset;

  }

  /* Category short film festival */


  /* Footer*/

  .copy-right span {
    display: none;
  }

  .footer-bottom-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    border: none;
    justify-content: space-between;
    /*padding-bottom: 60px;*/
  }

  .copy-right {
    line-height: 30px;
    margin-right: 5px;
  }

  #button.show {
    display: none;
  }

  .footer-address-container {
    justify-content: center;
    padding: 0;
  }

  .footer-wraper {
    padding-top: 0;
    margin-bottom: 70px;
  }

  .footer-address {
    display: none;
  }

  .btm-link:nth-child(2) {
    display: none;
  }

  .btm-link:nth-child(3) {
    display: none;
  }

  .icon-f {
    display: none;
  }

  .footer-social-title {
    display: none;
  }



  /* Footer*/


  /************************** About page start****************************/
  .banner-inside:nth-child(2) {
    display: none;
  }

  .banner-character {
    z-index: 1;
  }

  .inner-inside-left {
    left: -210px;
  }

  .inner-inside-right {
    right: -210px;
  }

  .main-wraper {
    padding-top: 70px;
  }

  .about-container p {
    padding: 0 10px 5px 10px;
  }

  .about-bottom-inside {
    width: 100%;
    flex-direction: column;
  }

  .about-inside-title {
    width: 100%;
  }

  .about-bottom-inside p {
    width: 100%;
    letter-spacing: 1px;
    padding-top: 15px;
    text-align: center;
  }

  .img-responsive {
    margin: auto;
  }

  .about-bottom {
    gap: 30px;
  }

  .about-content-bottom {
    flex-direction: column;
  }

  .about-content-for {
    width: 100%;
    padding: 0;
    text-align: center;
  }

  .about-content-left {
    width: 100%;
    align-items: center;
    border-right: none;
    padding: 20px 0;
  }

  .about-content-title {
    width: 100%;
    text-align: center;
    padding-top: 10px;
  }

  .about-content-icon {
    left: 65px;
  }

  .services-grid {
    flex-direction: column;
  }

  .right-content-column {
    max-width: 100%;
  }

  .about-content-left {
    flex-direction: column;
  }



  /************************** About page end****************************/


  /************************ Servic page start*********************************/

  .lk-vision-container p {
    text-align: center;
    padding: 0 10px;
  }

  .mission-content {
    padding: 0px 5%;
    text-align: center;
  }

  .sub-caption {
    font-size: 14px;
    padding: 0 10px;
  }

  .service-content-icon {
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
  }

  .service-content-title {
    margin-top: 25px;
    text-align: center;
  }

  .about-content-left {
    padding: 20px 0 10px 0;
  }

  .service-content-title {
    font-size: 1.5em;
  }

  /************************ Servic page end*********************************/




  /************************** LK Film Festival Start****************************/

  .category-outer {
    gap: 10%;
    flex-direction: column;
  }

  .film-festival-leftpic {
    width: 100%;
    flex-direction: column;
    order: 2;
    display: none;
  }

  .film-fest-mid {
    width: 100%;
    margin-bottom: 30px;
    order: 1;
  }

  .film-festival-rightpic {
    width: 100%;
    gap: 30px;
    margin: 20px 0;
    order: 3;
    display: none;
  }

  /************************** LK Film Festival end****************************/


  /************************** News & Events Start****************************/

  .news {
    width: 100%;
    padding: 0%;
    flex-direction: column;
    margin: 1em 0 3em 0;
  }

  .news-pic-wrap {
    width: 100%;
  }

  .outer-content-news {
    width: 100%;
    padding-left: 0%;
    padding-top: 4%;
  }

  .news-bottom a {
    padding: 2% 6%;
  }

  .news_date {
    text-align: left;
  }


  /************************** News & Events end****************************/


  /************************** Newa & Events Details Start****************************/

  .newsEvents-details-wrap {
    width: 100%;
  }

  .recentNews-wrap {
    width: 100%;
    margin-left: 0em;
  }

  .recentNews {
    width: 100%;
    margin-bottom: 8%;
    float: left;
  }

  .recentNews:nth-child(2) {
    display: none;
  }

  .recentNews:nth-child(3) {
    display: none;
  }

  .recentNews_readmore a {
    font-size: 0.7em;
    padding: 0.10em 0.6em;
  }

  .main-newsEvents-title-details {
    padding: 0 15px;
  }

  /************************** Newa & Events Details End****************************/


  /************************** Blog Start****************************/

  .blog {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 10%;
  }

  .blog:nth-child(2) {
    display: none;
  }

  .blog:nth-child(3) {
    display: none;
  }

  .blog-details-content p {
    text-align: center;
  }

  .blog-wrap {
    padding-top: 1em;
  }

  .blog-name {
    text-align: center;
  }

  /************************** Blog End****************************/



  /************************** Blog Details Start****************************/

  .blog-dtl-pic {
    width: 100%;
    margin-right: 0%;
    margin-bottom: 10px;
  }

  .main-blog-title-details {
    margin-top: 0.3em;
  }

  .home-blog-date {
    text-align: left;
  }

  .blog p {
    text-align: center;
  }

  .home-blog-date {
    font-size: 1em;
  }

  /************************** Blog Details End****************************/


  /************************** Gallery Start****************************/
  .gallery-item {
    width: 50%;
  }

  .box-group img {
    height: 200px;
  }

  .img {
    margin-bottom: 20px;
  }

  /************************** Gallery End****************************/


  /************************** Contact Start****************************/
  .contact-for {
    width: 100%;
    margin: 20px;
  }

  .contact-form-outer {
    /* width: calc(100% + 28%); */
    left: -13%;
    flex-direction: column;
  }

  .contact-form-pic {
    width: 100%;
  }

  .contact-form {
    width: 100%;
    padding: 2% 9% 2% 12%;
  }

  .form-top {
    left: 0;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 15px;
  }

  .form-top-line {
    top: -24px;
    left: 180px;
    display: none;
  }

  .form-top-line::before {
    top: -10px;
    left: -10px;
    width: 20px;
    height: 20px;
    background: #000000;
  }

  .form-top-line::after {
    content: "";
    top: -5px;
  }

  .form-content {
    font-size: 1.1em;
    text-align: left;
  }

  .enquiry-form-outer .user-box {
    width: 100%;
  }

  .enquiry-form-outer .user-box input {
    height: 45px;
  }

  .enquiry-form-outer .user-box label {
    top: -4px;
  }




  /************************** Contact End****************************/




  /* Contact form */

  .enquiry-form-outer .user-box input {
    border-radius: 10px;
    line-height: 25px;
  }

  .side-form input[type="text"],
  .side-form textarea {
    padding: 12px 13px;
  }

  .side-form input[type="email"],
  .side-form textarea {
    padding: 12px 13px;
  }

  #popUp {
    width: 300px;
    padding: 6% 5% 2%;
    bottom: 14%;
  }

  /* Contact form */

  .sexy-menu.detached {
    position: inherit;
    bottom: 0px !important;
    top: inherit !important;
    background-color: transparent !important;
    backdrop-filter: unset !important
    
  }

  .sexy-menu.detached .navigation-portrait .nav-menus-wrapper {
    position: fixed !important;
    bottom: 0px !important;
    top: 0px !important;
  }
  
  .footer-container{ display:none}
  .service-logo-lk img{ max-width:80%}
  .service-logo img{ max-width:80%}

}






@media (max-width: 420px) {

  body,
  li {
    font-size: 13px !important;
  }

  .d-container {
    padding-left: 3% !important;
    padding-right: 3% !important;
  }

  /* .footer-address-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
  } */

  .footer-address:nth-child(3) {
    display: none;
  }

  .package-content {
    float: none;
    width: 100%;
    top: 60px;
  }

  .owl-controls {
    display: none;
  }

  /* .nav-brand img {
    width: 130px;
    margin: 0 auto;
  } */

  .carousel-indicators {
    display: none !important;
  }

  #popUp {
    width: 300px;
    padding: 6% 5% 2%;
    bottom: 14%;
  }

  .form-group {
    margin-bottom: 7px;
  }

  .side-form input[type="text"],
  .side-form textarea {
    padding: 12px 13px;
  }

  .side-form-title {
    font-size: 1.2em;
    margin-top: 10px;
    line-height: 18px;
  }

  .hero-text-area {
    font-size: 10px;
  }

  /* hide menu */
  .hide-menu a {
    margin: 0 8px;
  }


  /*Banner*/

 

  .inner-inside-left {
    left: -160px;
  }

  .inner-inside-right {
    left: 160px;
  }

  .banner-container img {
    max-width: 100%;
  }

  /*About*/

  .welcome-logo {
    width: 100%;
    margin-top: 50px;
  }

  .welcome-bottom {
    margin-top: -259px;
    width: 60%;
    margin-left: 66px;
  }

  .welcome-logo-bg img {
    width: 74%;
  }

  /*Service*/
  .service-content-bg img {
    border-top-right-radius: 20px;
  }

  /*.service-content-mid {
    width: 100%;
  }*/

  .service-content-for br {
    display: none;
  }

  .other-address{ width: 100%; margin-right: 0%;}
  .footer-social-links{ justify-content: center; padding-bottom: 1em ; border-bottom: 1px solid #ccc; }
  .for-mob{ display: block;}
  .for-tab{ display: none;}

   .loc-title{ width: 100%; margin-bottom: 0.25em;}
  .other-address p{ width: 100%;}
  .sep{ display: none;}

}

@media (min-width: 421px) and (max-width: 460px) {

  body,
  li {
    font-size: 14px !important;
  }

  .d-container {
    padding-left: 3%;
    padding-right: 3%;
  }

  /*Banner*/

 
  .inner-inside-left {
    left: -150px;
  }

  .inner-inside-right {
    left: 200px;
  }

  .banner-container img {
    max-width: 100%;
  }


  /*About*/

  .welcome-logo {
    width: 100%;
    margin-top: 50px;
  }

  .welcome-logo-bg img {
    width: 78%;
  }

  .welcome-bottom {
    margin-top: -286px;
    width: 60%;
    margin-left: 66px;
  }

  /*service*/

  .service-content-mid {
    width: 50%;
    margin: 35px 0;
  }

  .service-content-bottom {
    padding: 30px 5%;
    margin: 20px 0;
  }


  .service-content-bg img {
    border-top-right-radius: 20px;
  }

  .service-content-for br {
    display: none;
  }

  /************************** Service page start****************************/

  .about-content-title {
    padding-left: 11px;
  }

  /************************** Service page end****************************/

  /*.service-content-mid {
    width: 100%;
    margin: 20px 0;
  }*/
   .other-address{ width: 100%; margin-right: 0%;}

    .footer-social-links{ justify-content: center; padding-bottom: 1em ; border-bottom: 1px solid #ccc; }
    .for-mob{ display: block;}
  .for-tab{ display: none;}

}

@media (min-width: 461px) and (max-width: 560px) {

  body,
  li {
    font-size: 14px !important;
  }

  .d-container {
    padding-left: 3%;
    padding-right: 3%;
  }

  /*Banner*/

  .inner-inside-left {
    left: -150px;
  }

  .inner-inside-right {
    left: 200px;
  }

  .banner-container img {
    max-width: 93%;
  }





  /* About */

  .welcome-logo {
    width: 100%;
  }

  .welcome-bottom {
    margin-top: -345px;
    margin-left: 86px;
    width: 60%;
  }

  .welcome-logo-bg img {
    width: 93%;
  }

  /* Service */
  .main-services-box {
    padding: 25px 70px;
  }

  .box {
    padding: 20px 40px;
  }

  .service-content-bg img {
    border-top-right-radius: 20px;
  }

  .service-content-mid {
    width: 50%;
    margin: 35px 0;
  }


  /************************** About page ****************************/

  .about-content-icon {
    left: 100px;
  }




  /************************** Service page start****************************/

  .sub-caption {
    padding: 0 20px;
  }

 .other-address{ width: 100%; margin-right: 0%;}
  .footer-social-links{ justify-content: center; padding-bottom: 1em ; border-bottom: 1px solid #ccc; }
  .for-mob{ display: block;}
  .for-tab{ display: none;}

}

@media (min-width: 561px) and (max-width: 680px) {

  body,
  li {
    font-size: 14px !important;
  }

  .d-container {
    padding-left: 3%;
    padding-right: 3%;
  }

  .inner-inside-right {
    right: -170px;
  }

  .inner-inside-left {
    left: -170px;
  }

  /* Banner */

  .banner-container img {
    max-width: 75%;
  }









  /* About */

  .welcome-logo {
    width: 80%;
  }

  .welcome-bottom {
    margin-top: -345px;
    width: 50%;
    margin-left: 140px;
  }

  .welcome-logo-bg img {
    width: 87%;
  }

  /* service */

  .main-services-box {
    width: 90%;
  }

  .right-content-column {
    width: 90%;
  }

  .category-name {
    font-size: 1em;
  }

  .service-content-mid {
    width: 50%;
    margin: 35px 0;
  }

  .service-content-bottom {
    padding: 50px 10%;
  }

  /************************** About page start****************************/
  .about-content-icon {
    left: 150px;
  }

  /************************** About page end****************************/

 .other-address{ width: 49%; }
 .other-address:nth-child(2n+2){ margin-right: 0%;}

 .for-mob{ display: none;}
  .for-tab{ display: block;}
}

@media (min-width: 681px) and (max-width: 768px) {

  body,
  li {
    font-size: 14px !important;
  }

  .d-container {
    padding-left: 3%;
    padding-right: 3%;
  }

  .inner-inside-right {
    right: -190px;
  }

  .inner-inside-left {
    left: -190px;
  }

  .footer-social-links {
    display: flex;
    margin-top: 16px;
    flex-direction: column;
    align-items: center;
  }

  .icon-f span {
    margin-right: 5px;
  }

  /* Hidden Nav */

  /* Banner */

  .banner-container img {
    max-width: 65%;
  }













  /* About */
  .welcome-logo {
    width: 75%;
  }

  .welcome-logo-bg img {
    width: 100%;
  }

  .welcome-bottom {
    margin-top: -352px;
    width: 45%;
    margin-left: 176px;
  }

  /* Service */
  .main-services-box {
    width: 80%;
  }

  .right-content-column {
    width: 80%;
  }

  .service-content-for {
    font-size: 1.2em;
  }

  .service-content-mid {
    width: 50%;
  }

  .category-name {
    font-size: 1.1em;
  }


  /************************** About page start****************************/
  .about-content-icon {
    left: 185px;
  }

  /************************** About page end****************************/

.other-address{ width: 49%; }
 .other-address:nth-child(2n+2){ margin-right: 0%;}
 .for-mob{ display: none;}
  .for-tab{ display: block;}

}