:root {
  --main-color: #2D3091;
  --heading-color: #1F202A;
  --text-color: #1E1E1E;
  --white-color: #fff;
  --black-color: #000;
  --main-font: 'Inter', sans-serif;
  --heading-font: 'Inter', sans-serif;
  --button-font: 'Inter', sans-serif;
}

html,
body {
  font-family: var(--main-font);
}

a {
  text-decoration: none;
}

.container-fluid {
  padding: 0 4%;
}

/* @media (min-width:1450px) {
  .container {
    max-width: 1500px;
  }
} */

h1,
h2,
h3,
h5,
h6 {
  font-family: var(--heading-font);
}

p {
  font-family: var(--main-font);
}

.main_menu_hdr {
  background: #fff;
  z-index: 99;
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  padding: 20px 0;
}

.left_top {
  display: flex;
  justify-content: flex-start;
}

.main_menu {
  display: block;
  position: relative;
  background: #fff;
  padding: 0px;
  border-radius: 15px;
}

.main_menu .navigation.navbar {
  padding: 0;
}

.container-menu {
  width: 80%;
  margin: 0 auto;
}

.logo {
  display: block;
  padding: 0px 15px;
}

.logo a {
  position: relative;
  z-index: 1;
  width: 170px;
  display: inline-block;
  margin: 10px 0 10px;
}

.logo a img {
  width: 100%;
}
.top_call{
  position: absolute;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 1;
  padding: 15px;
}
.call_email {
  width: 100%;
  position: relative;
  background: #272732;
  padding: 14px 100px 14px 40px;
  margin-top: -42px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 10% 100%);
}
.call_email a {
  color: var(--white-color);
  position: relative;
  display: inline-block;
  margin: 0px;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 16px;
}
.call_email a span {
  color: var(--white-color);
  font-weight: 500;
}
.hdr_icon{
  padding-left: 25px;
}
.hdr_icon a{
  text-transform: uppercase;
  position: relative;
}
.login_hdr a{
  color: #1E1E1E;
}
.register_hdr a{
  padding: 13px 25px;
  background: var(--main-color);
  color: var(--white-color);
  border-radius: 30px;
}
.active_wishlist a:before{
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  background:#FF2323;
}
.active_cart a:before{
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  background:#FF2323;
}

.banner_sec {
  width: 100%;
  background-size: cover;
  position: relative;
}

.slide .slide__img:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 50%);
}

  .slider,
  .slide {
    height: 800px;
  }

.slide {
  position: relative;
  transition: 1s;
}

.slide .slide__img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

@media (min-width: 992px) {
  .slide .slide__img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}

.slide .slide__img img {
  max-width: 100%;
  width: 100%;
  height: 100%;
  opacity: 1 !important;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  transition: all 1s ease;
  object-fit: cover;
}

.slide .slide__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
}

.slide .slide__content.slide__content__left {
  left: 15%;
  transform: translate(-15%, -50%);
}

.slide .slide__content.slide__content__right {
  right: 15%;
  left: auto;
  transform: translate(5%, -50%);
}

.slide .slide__content--headings {
  color: #FFF;
}

.slide .slide__content--headings h2 {
  font-size: 4.5rem;
  margin: 10px 0;
  animation: fadeInLeft 0.5s both 1.5s;
  letter-spacing: 0px;
}

.slide .slide__content--headings h5 {
  margin: 10px 0;
}

.slide .slide__content--headings .animated {
  transition: all 0.5s ease;
}

.slide .slide__content--headings .top-title {
  font-family: var(--main-font);
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
  animation: fadeInLeft 1s both 1.5s;
  color: var(--white-color);
}

.slide .slide__content--headings .title {
  font-size: 50px;
  font-weight: 700;
  font-family: var(--heading-font);
  color: var(--white-color);
  text-transform: uppercase;
}
.slide .slide__content--headings .title span {
  color: var(--text-color);
  font-weight: 400;
  font-size: 22px;
  text-transform: uppercase;
  display: block;
  padding: 0px;
}
.slide__content--headings {
  position: relative;
}
.slidebottomleft {
  animation: fadeInUp 1.5s both 1.5s;
}
.slick-dotted .slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  top: 50%;
  right: 5%;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 50px;
  transform: translate(0%, -50%);
}
.slick-dots li {
  position: relative;
  display: flex;
  margin: 0px;
  padding: 0;
  cursor: pointer;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.slick-dots li button {
  border: 0;
  display: block;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 2px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.simple-dots .slick-dots li {
  width: 20px;
  height: 20px;
}

.simple-dots .slick-dots li button {
  border-radius: 50%;
  background-color: white;
  opacity: 0.25;
  width: 20px;
  height: 20px;
}

.simple-dots .slick-dots li button:hover,
.simple-dots .slick-dots li button:focus {
  opacity: 1;
}



.stick-dots .slick-dots li {
  height: 50px;
  width: 50px;
  padding: 0px 5px;
}

.stick-dots .slick-dots li button {  
  color: #000;
  background: none;
  border: none;
  margin: 0px 0px;
  font-size: 20px;
  font-family: var(--text-font);
  position: relative;
  width: 25px;
  height: 25px;
}
.slick-dots li.slick-active button {
  color: var(--main-color);
}
.slick-dots li.slick-active button::before{
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  background: var(--main-color);
  width: 6px;
  height: 6px;
  border-radius: 50%;
}
.slick-dots li.slick-active button::after{
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  background: var(--main-color);
  width: 100%;
  height: 2px;
  border-radius: 50%;
}




.stick-dots .slick-dots li button:hover,
.stick-dots .slick-dots li button:focus {
  opacity: 1;
}

.stick-dots .slick-dots li.slick-active button {
  /* color: transparent;
  opacity: 1;
  width: 20px;
  height: 2px;
  border-radius: 0;
  background: #D9D9D9; */
}

.stick-dots .slick-dots li.slick-active button:hover,
.stick-dots .slick-dots li.slick-active button:focus {
  opacity: 1;
}


.slider .slide.slick-active {
  animation: Slick-FastSwipeIn 1s both;
}

/* ==== Slider Image Transition === */
@keyframes Slick-FastSwipeIn {
  0% {
    transform: rotate3d(0, 1, 0, 150deg) scale(0) perspective(400px);
  }

  100% {
    transform: rotate3d(0, 1, 0, 0deg) scale(1) perspective(400px);
  }
}

@-webkit-keyframes ProgressDots {
  from {
    width: 0px;
  }

  to {
    width: 100%;
  }
}

@keyframes ProgressDots {
  from {
    width: 0px;
  }

  to {
    width: 100%;
  }
}

/* /////////// IMAGE ZOOM /////////// */
@-webkit-keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
    transition: 1s;
  }

  to {
    transform: scale3d(1.1, 1.1, 1.1);
    transition: 1s;
  }
}

@keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
    transition: 1s;
  }

  to {
    transform: scale3d(1.1, 1.1, 1.1);
    transition: 1s;
  }
}

.zoomInImage {
  -webkit-animation-name: zoomInImage;
  animation-name: zoomInImage;
}

@-webkit-keyframes zoomOutImage {
  from {
    transform: scale3d(1.1, 1.1, 1.1);
    transition: 1s;
  }

  to {
    transform: scale3d(1, 1, 1);
    transition: 1s;
  }
}

@keyframes zoomOutImage {
  from {
    transform: scale3d(1.1, 1.1, 1.1);
    transition: 1s;
  }

  to {
    transform: scale3d(1, 1, 1);
    transition: 1s;
  }
}

.zoomOutImage {
  -webkit-animation-name: zoomOutImage;
  animation-name: zoomOutImage;
  transition: 1s;
}

.slick-nav {
  --active: #fff;
  /* --border: rgba(255, 255, 255, .12); */
  width: 44px;
  height: 44px;
  position: absolute;
  cursor: pointer;
  top: calc(50% - 44px);
}

.slick-nav.prev-arrow {
  left: 3%;
  transform: scaleX(-1);
  z-index: 1;
}

.slick-nav.next-arrow {
  left: auto;
  right: -3%;
}

.slick-nav i {
  display: block;
  position: absolute;
  margin: -10px 0 0 -10px;
  width: 20px;
  height: 20px;
  left: 50%;
  top: 50%;
}

.slick-nav i:before,
.slick-nav i:after {
  content: "";
  width: 10px;
  height: 2px;
  border-radius: 1px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: var(--active);
  margin: -1px 0 0 -5px;
  display: block;
  transform-origin: 9px 50%;
}

.slick-nav i:before {
  transform: rotate(-40deg);
}

.slick-nav i:after {
  transform: rotate(40deg);
}

.slick-nav:before,
.slick-nav:after {
  content: "";
  display: block;
  position: absolute;
  left: 1px;
  right: 1px;
  top: 1px;
  bottom: 1px;
  border-radius: 50%;
  border: 2px solid var(--border);
}

.slick-nav svg {
  width: 44px;
  height: 44px;
  display: block;
  position: relative;
  z-index: 1;
  color: var(--active);
  stroke-width: 2px;
  stroke-dashoffset: 126;
  stroke-dasharray: 126 126 0;
  transform: rotate(0deg);
}

.slick-nav.animate svg {
  -webkit-animation: stroke 1s ease forwards 0.3s;
  animation: stroke 1s ease forwards 0.3s;
}

.slick-nav.animate i {
  -webkit-animation: arrow 1.6s ease forwards;
  animation: arrow 1.6s ease forwards;
}

.slick-nav.animate i:before {
  -webkit-animation: arrowUp 1.6s ease forwards;
  animation: arrowUp 1.6s ease forwards;
}

.slick-nav.animate i:after {
  -webkit-animation: arrowDown 1.6s ease forwards;
  animation: arrowDown 1.6s ease forwards;
}

@-webkit-keyframes stroke {
  52% {
    transform: rotate(-180deg);
    stroke-dashoffset: 0;
  }

  52.1% {
    transform: rotate(-360deg);
    stroke-dashoffset: 0;
  }

  100% {
    transform: rotate(-180deg);
    stroke-dashoffset: 126;
  }
}

@keyframes stroke {
  52% {
    transform: rotate(-180deg);
    stroke-dashoffset: 0;
  }

  52.1% {
    transform: rotate(-360deg);
    stroke-dashoffset: 0;
  }

  100% {
    transform: rotate(-180deg);
    stroke-dashoffset: 126;
  }
}

@-webkit-keyframes arrow {

  0%,
  100% {
    transform: translateX(0);
    opacity: 1;
  }

  23% {
    transform: translateX(17px);
    opacity: 1;
  }

  24%,
  80% {
    transform: translateX(-22px);
    opacity: 0;
  }

  81% {
    opacity: 1;
    transform: translateX(-22px);
  }
}

@keyframes arrow {

  0%,
  100% {
    transform: translateX(0);
    opacity: 1;
  }

  23% {
    transform: translateX(17px);
    opacity: 1;
  }

  24%,
  80% {
    transform: translateX(-22px);
    opacity: 0;
  }

  81% {
    opacity: 1;
    transform: translateX(-22px);
  }
}

@-webkit-keyframes arrowUp {

  0%,
  100% {
    transform: rotate(-40deg) scaleX(1);
  }

  20%,
  80% {
    transform: rotate(0deg) scaleX(0.1);
  }
}

@keyframes arrowUp {

  0%,
  100% {
    transform: rotate(-40deg) scaleX(1);
  }

  20%,
  80% {
    transform: rotate(0deg) scaleX(0.1);
  }
}

@-webkit-keyframes arrowDown {

  0%,
  100% {
    transform: rotate(40deg) scaleX(1);
  }

  20%,
  80% {
    transform: rotate(0deg) scaleX(0.1);
  }
}

@keyframes arrowDown {

  0%,
  100% {
    transform: rotate(40deg) scaleX(1);
  }

  20%,
  80% {
    transform: rotate(0deg) scaleX(0.1);
  }
}


.banner_social {
  position: absolute;
  left: 0%;
  bottom: 25%;
  transform: translate(10%, -25%);
  z-index: 1;
}

.banner_social ul {
  list-style: none;
  padding-left: 0;
}

.banner_social ul li a {
  background: rgb(255 255 255 / 25%);
  padding: 5px;
  width: 35px;
  height: 35px;
  display: block;
  color: #fff;
  border-radius: 50%;
  text-align: center;
  line-height: 28px;
}

.banner_social a h5 {
  color: #fff;
  transform: rotate(270deg);
  display: block;
  letter-spacing: 5px;
  font-size: 12px;
}

.banner_social a h5 {
  position: relative;
}

.banner_social a h5::before {
  position: absolute;
  content: "";
  height: 200px;
  width: 2px;
  background: #fff;
  left: 40px;
  top: -110px;
  transform: rotate(270deg);
}

.banner_social a h5::after {
  content: "";
  position: absolute;
  left: -106px;
  top: -34px;
  width: 50px;
  height: 50px;
  display: block;
  background: url(../images/mouse.png);
  transform: rotate(270deg);
  background-size: 100%;
  background-repeat: no-repeat;
}

.banner_social ul li {
  margin-bottom: 10px;
}


/*-------- button Effect-------*/
.red_btn {
  display: inline-block;
  box-sizing: border-box;
  padding: 14px 35px;
  border-radius: 6px;
  position: relative;
  color: var(--white-color);
  background: var(--main-color);
  text-transform: uppercase;
  text-decoration: none;
  overflow: hidden;
}

.red_btn span {
  font-weight: 400;
  position: relative;
  font-family: var(--button-font);
  letter-spacing: 2px;
  color: var(--white-color);
  font-size: 16px;
}
.red_btn img{
  padding-left: 5px;
  position: relative;
  display: inline-block;
  transition: all ease-in 0.3s;
}
.red_btn:before {
  content: "";
  height: 0;
  width: 100%;
  transform: translateX(0%);
  position: absolute;
  bottom: 0;
  left: 0;
  background: var(--main-color);
  border-radius: 0px;
  transition: all ease-in 0.3s;
}

.red_btn:hover:before {
  bottom: 0;
  transition: all ease-in 0.3s;
  height: 100%;
}
.red_btn:hover img{
  transform: rotate(45deg);
  transition: all ease-in 0.3s;
}
.red_btn:hover span {
  color: var(--white-color);
}

.red_btn.white_bg {
  color: var(--black-color);
  background: var(--white-color);
}

.red_btn.white_bg:before {
  background: rgb(255 255 255 / 50%);
}

.red_btn.white_bg span {
  color: var(--black-color);
}

.red_btn.black_bg {
  color: var(--white-color);
  background: var(--black-color);
}

.red_btn.black_bg:before {
  background: rgb(0 0 0 / 50%);
}

.red_btn.black_bg span {
  color: var(--white-color);
}

.red_btn .btn-icon {
  padding: 10px;
}

.red_btn .btn-icon img {
  width: 20px;
  height: 20px;
}

/*-------- button Effect-------*/
.heading_hp h2 {
  font-size: 48px;
  font-weight: 800;
  color: var(--heading-color);
  position: relative;
  letter-spacing: 0px;
}

.heading_hp h2 span {
  color: var(--main-color);
}

.heading_hp h6 {
  font-weight: 800;
  color: var(--main-color);
  margin-bottom: 5px;
  text-transform: uppercase;
}

.heading_hp p {
  font-size: 15px;
  color: var(--text-color);
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 25px;
}

.heading_hp.text_white h2,
.heading_hp.text_white p {
  color: var(--white-color);
}

.border_h2 h2 {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

.border_h2 h2:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100px;
  height: 5px;
  background: var(--main-color);
}

.txt-cn {
  text-align: center;
}

.txt-cn h2::before {
  content: '';
  position: absolute;
  left: 50% !important;
  bottom: 0;
  transform: translate(-50%, 0%);
  width: 100px;
  height: 5px;
  background: var(--main-color);
}

.star_color{
  padding-left: 0;
  list-style:none;
}
.star_color li{
  color: #FFB422;
}



/* service-sec */
.service-sec {
  padding: 50px 0px 100px;
}

.service-box {
  padding: 25px;
  box-shadow: 50px 64px 84px 0px rgba(200, 205, 216, 0.24);
  border-radius: 16px;
  background: var(--white-color);
  position: relative;
}

.service-box:hover {
  box-shadow: 50px 64px 84px 0px #C8CDD8;
  transition: ease all 0.5s;
}

.sr-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.sr-img {
  width: 140px;
  height: 70px;
  padding: 0px;
  position: relative;
  margin-bottom: 25px;
}

.sr-img::before {
  position: absolute;
  content: "";
  background: rgb(139 69 22 / 20%);
  width: 72px;
  height: 120px;
  left: 0;
  bottom: -10px;
  border-radius: 6px;
}

.heading-2 h3 {
  font-weight: 500;
  font-size: 22px;
  color: var(--black-color);
  text-transform: uppercase;
  padding: 10px 0px 0px;
  margin-bottom: 0px;
}

.heading-2 p {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: rgb(31 32 42 / 60%);
}

.srv-btn a span {
  color: var(--main-color);
  background: rgb(255 126 0 / 20%);
  padding: 0px 30px;
  border-radius: 30px;
  font-size: 30px;
}

.details_card{
  width: 100%;
}
.details_card ul{
  width: 100%;
  list-style: none;
  padding-left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}
.details_card ul li{
  width: 50%;  
  font-size: 14px;
}

/* About */
.about-sec {
  padding-bottom: 100px;
}

.abt-left {}

.abt-img-1 img {
  width: 100%;
  border-radius: 30px;
  position: relative;
}

.abt-icon-div {
  background: var(--main-color);
  padding: 60px 40px 50px 20px;
  border-radius: 30px;
  position: absolute;
  width: 200px;
  left: 180px;
}

.abt-icon-div .abt-icon h3 {
  font-weight: 400;
  color: var(--white-color);
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.abt-icon-div .abt-icon-div-img {
  padding: 20px 0px;
}

.abt-left {}

.abt-img-1 {
  margin-left: 20%;
}

.abt-img-2 {
  padding: 30px 0px 30px 30px;
  border-radius: 50px;
  background: #FFF;
}

.abt-img-2 {
  margin-left: 45%;
  margin-top: -30%;
}

.abt-img-2 img {
  background: #fff;
  padding: 15px;
}

.heading-1 h2 {
  font-size: 48px;
  font-weight: 800;
  line-height: 53px;
  color: var(--main-color);
  font-family: var(--heading-font)
}

.heading-1 h2 span {
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 2px;
  color: var(--main-color);
  font-family: var(--heading-font);
  display: block;
  text-transform: uppercase;
}

.heading-1 p {
  font-size: 14px;
  line-height: 24px;
  color: var(--text-color);
  font-family: var(--heading-font);
  padding: 10px 0px;
}

.num-span {
  color: var(--main-color);
  font-family: var(--heading-font);
  font-size: 25px;
  font-weight: 600;
  line-height: 16px;
  position: relative;
  padding-right: 68px;
}

.line {
  position: relative;
}

.num-span::before {
  position: absolute;
  content: "";
  background: var(--main-color);
  bottom: 26px;
  left: 30px;
  width: 51px;
  height: 2px;
}

.partners-div h3 {
  font-weight: 600;
  line-height: 29px;
  color: var(--black-color);
  font-size: 18px;
  font-family: var(--heading-font);
}

.partners-div p {
  font-weight: 600;
  line-height: 20px;
  color: var(--text-color);
  font-size: 14px;
  font-family: var(--heading-font);
}

/* agency-sec */
.agency-sec {
  padding: 100px 0px;
}

.agency-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.agency-img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.agency-sec-wrap {
  position: relative;
}

.agency-sec-text {
  position: relative;
  padding: 40px;
}
.agency-sec-text .heading-1 {
  position: relative;
  z-index: 99;
}

.t-u {
  text-transform: uppercase;
}

.services_slid_img{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 20px;
}
.services_slid_img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.services_slid_img:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(0deg, black, transparent);
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.serr-text{
  position: absolute;
  left: 16px;
  bottom: 18px;
  z-index: 1;
  width: 90%;
}
.service_box_sec{
  padding: 25px;
  box-shadow: 50px 64px 84px 0px rgba(200, 205, 216, 0.24);
  border-radius: 20px;
  background: var(--white-color);
  position: relative;
  height: 500px;
}
.padding_box{
  padding: 10px 10px;
}
.serr-text h3, .serr-text p{
  color: #fff;
}

.snippet{
  position: relative;
  background: rgb(255 255 255 / 26%);
  width: 75px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  transition: all ease-in 0.3s;
}
.dot-typing {
  position: relative;
  left: -9999px;
  width: 8px;
  height: 8px;
  border-radius: 5px;
  background-color: #fff;
  color: #fff;
  box-shadow: 9984px 0 0 0 #fff, 9999px 0 0 0 #fff, 10014px 0 0 0 #fff;
  transition: all ease-in 0.3s;
}
.service_box_sec:hover .dot-typing{
  animation: dot-typing 1.5s infinite linear;
  transition: all ease-in 0.3s;
}
.service_box_sec:hover .snippet{
  background:rgb(1 96 39 / 15%);
  transition: all ease-in 0.3s;
}


@keyframes dot-typing {
  0% {
    box-shadow: 9984px 0 0 0 #2D3091, 9999px 0 0 0 #2D3091, 10014px 0 0 0 #2D3091;
  }
  16.667% {
    box-shadow: 9984px -10px 0 0 #2D3091, 9999px 0 0 0 #2D3091, 10014px 0 0 0 #2D3091;
  }
  33.333% {
    box-shadow: 9984px 0 0 0 #2D3091, 9999px 0 0 0 #2D3091, 10014px 0 0 0 #2D3091;
  }
  50% {
    box-shadow: 9984px 0 0 0 #2D3091, 9999px -10px 0 0 #2D3091, 10014px 0 0 0 #2D3091;
  }
  66.667% {
    box-shadow: 9984px 0 0 0 #2D3091, 9999px 0 0 0 #2D3091, 10014px 0 0 0 #2D3091;
  }
  83.333% {
    box-shadow: 9984px 0 0 0 #2D3091, 9999px 0 0 0 #2D3091, 10014px -10px 0 0 #2D3091;
  }
  100% {
    box-shadow: 9984px 0 0 0 #2D3091, 9999px 0 0 0 #2D3091, 10014px 0 0 0 #2D3091;
  }
}


.name_blg{
  color: #fff;
  font-size: 15px;
}
.img_blg{
  margin-right: 3px;
}


.testi_box{
  background: var(--white-color);
  border: 1px solid rgb(0 0 0 / 10%);
  border-radius: 15px;
  padding: 25px;
  box-shadow: 0 0 10px rgb(0 0 0 / 13%);
}
.testi_text h4{
  margin-bottom: 1px;
}
.testi_padding{
  padding: 15px;
}
.textimonial_nav{
  width: 70%;
}
.testi_nav span{
  width: 80px;
  height: 80px;
  display: inline-block;
  border-radius: 50%;
  background: #fff;
  padding: 2px;
  box-shadow: 0 0 7px rgb(0 0 0 / 15%);
}
.testi_nav span img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.textimonial_nav .slick-nav:before, .textimonial_nav .slick-nav:after{
  background: #EAEBF4;
}
.textimonial_nav .slick-nav i:before, .textimonial_nav .slick-nav i:after{
  z-index: 1;
}

.textimonial_nav .slick-nav.next-arrow{
  left: 20%;
}
.textimonial_nav .slick-nav {
  top: auto;
  bottom: -68px;
}
.textimonial_nav .slick-nav:hover:before, .textimonial_nav .slick-nav:hover:after{
  background: var(--main-color);
}



/* Footer */

/* Footer */
.ftr-top {
  background: #1E1E1E;
  padding: 50px;
}

.ftr-logo {
  padding-bottom: 20px;
}

.ftr-logo img {
  width: 244px;
}

.read-btn {
  color: var(--main-color);
  font-weight: 600;
  font-size: 10px;
  line-height: 23px;
  text-decoration: none;
  letter-spacing: 2px;
}

.read-btn:hover {
  color: var(--main-color);
}

.social-icon ul {
  padding: 0;
}

.social-icon ul li {
  display: inline-block;
  margin-right: 5px;
}

.social-icon ul li span {
  background: rgb(45, 48, 145 ,0.2);
  width: 35px;
  height: 35px;
  display: flex;
  color: var(--main-color);
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all ease-in 0.3s;
}

.social-icon ul li a {
  text-decoration: none;
}
.social-icon ul li a:hover span{
  background: var(--main-color);
  color: var(--white-color)
}




.find-us h4 {
  font-weight: 400;
  font-size: 24px;
  color: var(--white-color);
  margin-bottom: 50px;
}

.find-us p {
  color: rgb(255 255 255 / 50%);
}

.add-icon span {
  color: var(--white-color);
}

.add-text h4 {
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 18px;
  color: var(--white-color);
  margin-bottom: 5px;
}

.add-text p,
.add-text a {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: var(--white-color);
  text-decoration: none;
  font-family: var(--main-font);
  margin-bottom: 0;
}

.add-icon {
  padding-right: 20px;
}

.add {
  padding-bottom: 20px;
}

.indus-head p {
  color: rgb(255 255 255 / 50%);
}

/* ftr-btm */
.ftr-btm {
  background: #181616;
  padding: 0px 0 0px;
}

.ftr-link {
  text-align: center;
  padding: 20px 0px;
}

.ftr-link ul {
  padding: 0 0px 20px;
  margin: 0;
}

.ftr-link ul li {
  display: inline-block;
  padding: 0px 20px;
}

.ftr-link ul li a {
  text-decoration: none;
  color: var(--white-color);
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  font-family: var(--text-font);
  text-transform: uppercase;
  letter-spacing: 1px;
}
.ftr-link ul li.active a{
  color: var(--main-color);
}

.ftr-link p {
  color: rgb(255 255 255 / 50%);
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  margin-bottom: 0;
  padding: 20px 0;
}

.ftr-link p a {
  text-decoration: none;
  color: rgb(255 255 255 / 50%);
}

.hero-form-input {
  display: flex;
  position: relative;
}

.hero-form-input .hero-email-input {
  background: transparent;
  padding: 10px 15px;
  outline: none;
  border-radius: 30px;
  border: 1px solid #fff;
  width: 100%;
  color: var(--white-color);
  font-family: var(--main-font);
}

.hero-form-submit {
  border: none;
  background: var(--main-color);
  padding: 4px 12px;
  border-radius: 30px;
  width: 135px;
  height: 44px;
  color: var(--white-color);
  font-size: 12px;
  letter-spacing: 2px;
  font-family: var(--main-font);
}

.ftr-frm .hero-email-input::-webkit-input-placeholder {
  /* Edge */
  font-weight: 400;
  font-size: 12px;
  line-height: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: var(--text-font);
  color: #fff;
}

.ftr-frm .hero-email-input:-ms-input-placeholder {
  /* Internet Explorer */
  font-weight: 400;
  font-size: 12px;
  line-height: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: var(--text-font);
  color: #fff;
}

.ftr-frm .hero-email-input::placeholder {
  font-weight: 400;
  font-size: 12px;
  line-height: 10px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-family: var(--text-font);
  color: #fff;
}


.hero-form-input p {
  color: var(--white-color);
  padding: 20px 0px;
}

















/*------------- Inner Page ----------------- */
/* About Page */
.inr-bnr {
  position: relative;
}

.inr-bnr-text {
  position: absolute;
  top: 50%;
  left: 10%;
  z-index: 10;
  transform: translate(-10%, -50%);
}

.inr-bnr-text h1 {
  font-size: 70px;
  font-weight: 700;
  font-family: var(--heading-font);
  color: var(--white-color);
  text-transform: uppercase;
}
.inr-bnr-img{
  height: 400px;
  width: 100%;
  position: relative;
}
.inr-bnr-img:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(0 0 0 / 50%);
}
.inr-bnr-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.stuff-img-1 img {
  width: 100%;
  border-radius: 40px;
}

.stuff-agency {
  padding: 50px 0px 0px;
}

.stuff-img-2 {
  margin-top: 30%;
}

.progress {
  height: 3px !important;
}
.progress-bar {
  width: 0;
  animation: progress 1.5s ease-in-out forwards;

}
 
@keyframes progress {
  from {
    width: 0;
  }

  to {
    width: 100%;
  }
}

@keyframes show {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.prgs-text-1 h4 {
  font-size: 18px;
  font-weight: 800;
  color: var(--black-color);
}

.prgs-div {
  margin-bottom: 30px;
}
.progress-a .progress-bar {
  background-color: #016027;
}
.progress-b .progress-bar {
  background-color: #000;
}

.more-job {
  padding: 150px 0px 100px;
  background: #E5EBF9;
}

.exp {
  background: var(--white-color);
  padding: 40px 20px;
  box-shadow: 50px 64px 84px 0px rgba(200, 205, 216, 0.24);
  border-radius: 28px;
  text-align: center;
}

.exp h3 {
  font-size: 45px;
  color: var(--heading-color);
  font-weight: 500;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: var(--main-font);
}

.exp p {
  font-size: 14px;
  color: var(--heading-color);
  font-weight: 500;
  text-transform: uppercase;
  font-family: var(--main-font);
}

.stuff-left {
  position: absolute;
}

.msn-vsn {
  background-image: url(../images/msn-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
}

.msn-img {
  background: var(--main-color);
  width: 80px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  border-radius: 15px;
  margin: 0 auto;
  box-shadow: 50px 64px 84px 0px rgba(200, 205, 216, 0.24);
}

.msn-img img {
  width: 100%;
}

.msn-text h4 {
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  color: var(--black-color);
  font-family: var(--main-font);
}

.msn-text {
  padding: 20px 0px;
}

.msn-text p {
  font-size: 14px;
  line-height: 20px;
  color: rgb(0 0 0 / 50%);
  font-family: var(--main-font);
}

.msn-div {
  text-align: center;
}

.vsn-img {
  background: var(--main-color);
}

.msn-right-text {
  position: relative;
  padding: 20px 30px;
  z-index: 10;
  /* background: #1F202A; */
}

.msn-right-text::before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0;
  background: var(--main-color);
  border-radius: 0px 0px 28px 28px;
  box-shadow: 50px 64px 84px 0px rgba(200, 205, 216, 0.24);
  width: 100%;
  height: 480px;
  z-index: -1;
}

.msn-right-text h2 {
  color: var(--white-color);
  font-size: 48px;
  line-height: 52px;
}

.msn-right-text p {
  color: rgb(255 255 255 / 60%);
  font-size: 14px;
  line-height: 20px;
}

.exp-team {
  padding: 100px 0px 50px;
}

.exp-team-img img {
  width: 100%;
  border-radius: 20px;
}

.exp-team-img-inr {
  background: rgb(30 30 30 / 80%);
  width: 80%;
  height: 80%;
  box-shadow: 50px 64px 84px 0px rgba(200, 205, 216, 0.24);
  border-radius: 14px;
  text-align: center;
  padding: 50px 30px;
  margin: 0 auto;
  position: absolute;
  top: 10%;
  left: 10%;
  z-index: 10;
}

.exp-team-img-inr h4 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 700;
  color: var(--white-color);
  padding: 20px 0px;
}

.exp-team-img-inr h4 span {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: var(--white-color);
  display: block;
  padding: 10px 0px;
}

.exp-social {
  text-align: center;
}

.exp-team-img {
  position: relative;
  transition: ease all 0.5s;
}

.exp-team-img-inr {
  visibility: hidden;
  opacity: 0;
  transition: ease all 0.5s;
}

.exp-team-img:hover .exp-team-img-inr {
  visibility: visible;
  opacity: 1;
  transition: ease all 0.5s;
}

/* services page*/
.ser-sec-inr {
  padding: 100px 0px;
}

.ser-sec-inr-img img {
  width: 100%;
  border-radius: 40px;
}

.ser-sec-inr-box {
  padding-bottom: 50px;
}
.inr_catarf{
  padding: 0 0 50px;
}
/* career-inr */
.career-inr {
  padding: 100px 0px 50px;
}

.com-text h3 {
  font-size: 18px;
  line-height: 22px;
  color: var(--black-color);
  font-weight: 500;
  font-family: var(--main-font);
}

.com-text h4 {
  font-size: 14px;
  line-height: 18px;
  color: var(--black-color);
  font-weight: 500;
  font-family: var(--main-font);
}

.com-img {
  margin-right: 30px;
  position: relative;
}

.com-img::before {
  position: absolute;
  content: "";
  background: rgb(0 82 255 / 20%);
  width: 100px;
  height: 160px;
  top: -55px;
  right: -15px;
  z-index: 0;
  border-radius: 10px;
}

.career-box-div {
  padding-bottom: 50px;
}

.com-img img {
  width: 100%;
  position: relative;
}

.market {
  padding-top: 70px;
}

.market h3 {
  color: #000;
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  color: var(--black-color);
  font-family: var(--main-font);
  letter-spacing: 2px;
  text-transform: uppercase;
}

.market .add p {
  display: flex;
  align-items: center;
  color: rgb(0 0 0 / 60%);
  font-size: 14px;
  margin-bottom: 0;
}

.market .add p span {
  color: #EA2E2E;
  padding-right: 10px;
  font-size: 18px;
}

.market p {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: rgb(31 32 42 / 60%);
}
.career-box{
  padding: 35px;
  border-radius: 30px;
background: #FFF;
box-shadow: 50px 64px 84px 0px rgba(200, 205, 216, 0.24);
margin-bottom: 60px;
}
.career-box-div{
  padding: 50px 0px 10px;
}

.oppo-img .msn-img{
  background: #fff;
  box-shadow: 0 0 10px rgb(0 0 0 / 28%);
  border-radius: 50%;
  margin-right: 21px;
  width: 95px;
    height: 95px;
}
.more-oppo{
  position: relative;
  padding: 75px 0px;
}
.more-oppo:before{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 60%;
  height: 100%;
  background: url(../../assets/images/why_choose_us.jpg);
}
.more-oppo:after{
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(280deg, #E0E4E1 46%, transparent 70%);
}

.more-oppo-wrap{
  position: relative;
  z-index: 1;
}
.oppo-list{
  margin-bottom: 15px;
}



/* Contact Page */
.inner_contact_sec {
  padding: 50px 0;
}

.font_size_line_height {
  width: 100%;
  padding: 51px;
  background: #fff;
  box-shadow: 0 0 40px rgb(0 0 0 / 10%);
  border-top: 10px solid var(--main-color);
  border-radius: 15px;
}

.con-head h4 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 15px;
}

.inner_contact_sec .main_loc {
  margin-bottom: 20px;
  text-align: center;
  padding: 50px;
  background: #fff;
  box-shadow: 0 0px 50px rgb(0 0 0 / 10%);
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  min-height: 300px;
}

.inner_contact_sec .main_loc .main_icon {
  background: var(--white-color);
  color: var(--blue);
  width: 50px;
  height: 50px;
  line-height: 53px;
  text-align: center;
  font-size: 18px;
  margin: 0 auto;
  margin-bottom: 32px;
}

.main_loc .main_icon i {
  background: var(--main-color);
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 53px;
  text-align: center;
  font-size: 18px;
  display: block;
}

.main_text h5 {
  font-size: 18px;
  letter-spacing: 2px;
  font-weight: 600;
}

.main_text p,
.main_text a {
  color: #000;
  text-decoration: none;
}

.inner_contact_sec .form-group .btn_green {
  border: none;
  background-color: var(--main-color);
  color: #fff;
  padding: 10px 20px;
  display: inline-block;
}

.inr-frm .form-group {
  margin-bottom: 15px;
}

.inr-frm textarea.form-control {
  min-height: 100px;
}

.inr-frm .form-control:focus {
  outline: none;
  box-shadow: none;
  border: 1px solid #ced4da;
}

.sub-btn {
  background: var(--main-color);
  padding: 20px 35px;
  color: var(--white-color);
  text-transform: uppercase;
  border: none;
  transition: all ease-in 0.3s;
}

.sub-btn:hover {
  background: var(--main-color);
  transition: all ease-in 0.3s;
}










.blo_section{
  padding: 100px 0;
}

.blo_section .name_blg{
  color: #000;
}

.single_blog h6{
  letter-spacing: 2px;
  font-size: 18px;
  margin-bottom: 0    
}
.single_blog h6 span{
  color: var(--main-color);
  display: inline-block;
  padding-left: 10px;
  margin-left: 10px;
  border-left: 2px solid #000;
  line-height: 12px
}
.single_blog h2{
  font-size: 45px;
}
.blog_img_wrapper{
  height: 450px;
  margin-bottom: 20px
}
.blog_img_wrapper img{
  height: 100%;
  width: 100%;
  object-fit: cover
}
.blog_desc p{
  font-size: 14px
}


.box_1{
  background-color: #ffffff;
  padding: 30px;
  margin-bottom: 30px;
  border: 1px solid #000;
  border-radius: 15px;
}
.box_1 h4{
  font-size: 30px;
  font-family: var(--heading-font);
}
.box_1 ul li a{
  color: #000;
  text-decoration: none;
  margin-bottom: 10px;
  display: block;
   transition: ease-in all 0.3s
}
.box_1 ul li a:hover{
  padding-left: 15px; 
  transition: ease-in all 0.3s
}

.box_1 .hero-form-input .hero-email-input{
  border: 1px solid #000;
  color: #000;
}


/* css by pramesh  */
.padding-large{
  padding: 100px 0;
}
.common-padd{
  padding: 50px 0;
}
.service_box_sec .text-top{
  border-bottom: 1px solid var(--white-color);
}
.service_box_sec .serr-text p{
  margin-bottom:5px
}
.size-div ul{
  display: flex;
  padding-left: 0px;
  border-bottom: 1px solid var(--white-color);
  margin-bottom: 0px;
}
.size-div ul li{
  position: relative;
  list-style: none;
  margin: 5px 10px;
  color: var(--white-color);
  font-size: 14px;
}
.size-div ul li span{
  font-weight: bold;
}
.size-div ul li::after{
  position: absolute;
  content: '';
  right: -8px;
  top: 0;
  width: 1px;
  height: 20px;
  background-color: var(--white-color);
}
.size-div ul li:last-child::after{
  display: none;
}
.style-type ul{
  display: flex;
  padding-left: 0px;
  border-bottom: 1px solid var(--white-color);
  margin-bottom: 0px;
}
.style-type ul li{
  position: relative;
  list-style: none;
  margin: 5px 10px;
  color: var(--white-color);
  font-size: 14px;
}
.style-type ul li span{
  font-weight: bold;
}
.style-type ul li::after{
  position: absolute;
  content: '';
  right: -8px;
  top: 0;
  width: 1px;
  height: 20px;
  background-color: var(--white-color);
}
.style-type ul li:last-child::after{
  display: none;
}
.style-type ul .amount{
  font-size: 22px;
  color: var(--white-color);
  font-weight: bold;
}
.style-type.price ul{
  align-items: center;
}
.style-type.price ul li::after{
  height: 42px;
  top: -5px;
}
.style-type.comunity ul li span{display: block;}
.style-type.comunity ul{
border-bottom: none;
margin-bottom: 20px;
}
.style-type.comunity ul li::after{
  height: 50px;
}
.have-question{
  background-color: var(--main-color);
}
.have-question-text h2{
  color: var(--white-color);
  font-size: 55px;

}
.have-question-text p{
  color: var(--white-color);
  font-size: 20px;
}
.footer-para p{
  color: #858585;
  font-size: 12px;
  margin-top: 28px;
  max-width: 393px;
}
.read-more-link{
  font-size: 12px;
  color: #0052FF;
}
.social-icon{
  margin-top: 20px;
}
.find-us ul{
  padding-left: 0px ;
}
.find-us ul li{
  list-style: none;
  margin: 18px 0;
}
.find-us ul li a{
  color: var(--white-color);
  font-size: 16px;
  text-transform: uppercase;
  font-weight: bold;
}
.find-us ul li a:hover{
  color: var(--main-color);
}
.add-icon i{
  color: var(--main-color);
}
.ftr-sec{
  position: relative;
  overflow: hidden;
}
.office-man{
  width: 375px;
  height: 685px;
  position: absolute;
  right: 0;
  bottom: 0;
}
.office-man img{
  width: 100%;
  height: 100%;
  /* object-fit: cover; */
}
/* slick nav css  */
.servic_slid .slick-nav {
  --active: #fff;
  /* --border: rgba(255, 255, 255, .12); */
  width: 47px;
  height: 97px;
  position: absolute;
  cursor: pointer;
  top: calc(50% - 44px);
  background-color: #EAEBF4;
}
.servic_slid .slick-nav:hover{
  background-color: var(--main-color);
}
.servic_slid .slick-nav.prev-arrow {
  left: -3%;
  transform: scaleX(-1); 
  z-index: 1;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  /* z-index: -1; */
}

.servic_slid .slick-nav.next-arrow {
  left: auto;
  right: -3%;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
  /* z-index: -1; */
}

.servic_slid .slick-nav i {
  display: block;
  position: absolute;
  margin: -10px 0 0 -10px;
  width: 20px;
  height: 20px;
  left: 50%;
  top: 50%;
}

.servic_slid .slick-nav i:before,
.servic_slid .slick-nav i:after {
  content: "";
  width: 10px;
  height: 2px;
  border-radius: 1px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: var(--active);
  margin: -1px 0 0 -5px;
  display: block;
  transform-origin: 9px 50%;
}

.servic_slid .slick-nav i:before {
  transform: rotate(-40deg);
}

.servic_slid .slick-nav i:after {
  transform: rotate(40deg);
}

.servic_slid .slick-nav:before,
.servic_slid .slick-nav:after {
  content: "";
  display: block;
  position: absolute;
  left: 1px;
  right: 1px;
  top: 1px;
  bottom: 1px;
  border-radius: 50%;
  border: 2px solid var(--border);
}

.servic_slid .slick-nav svg {
  width: 44px;
  height: 44px;
  display: block;
  position: relative;
  z-index: 1;
  color: var(--active);
  stroke-width: 2px;
  stroke-dashoffset: 126;
  stroke-dasharray: 126 126 0;
  transform: rotate(0deg);
}

.servic_slid .slick-nav.animate svg {
  -webkit-animation: stroke 1s ease forwards 0.3s;
  animation: stroke 1s ease forwards 0.3s;
}

.servic_slid .slick-nav.animate i {
  -webkit-animation: arrow 1.6s ease forwards;
  animation: arrow 1.6s ease forwards;
}

.servic_slid .slick-nav.animate i:before {
  -webkit-animation: arrowUp 1.6s ease forwards;
  animation: arrowUp 1.6s ease forwards;
}

.servic_slid .slick-nav.animate i:after {
  -webkit-animation: arrowDown 1.6s ease forwards;
  animation: arrowDown 1.6s ease forwards;
}

#cssmenu .main-menu li:last-child{
  background-color: var(--main-color);
  border-radius: 6px;
}
#cssmenu .main-menu li:last-child a{
  color: var(--white-color);
}


#cssmenu ul li ul li:last-child{
  background-color: inherit !important;
  border-radius: 6px;
}
#cssmenu ul li ul li:last-child a{
  color: inherit !important;
}
.inner-banner .slide {
  height: 300px;
}
.why-us .abt-img-1{
  margin-left: 0%;
}
.why-us .abt-img-2{
  margin-left: 45%;
}

/* contactus page css  */
.contact-details-wrepper{
  margin-top: 70px;
}
.contact-details-wrepper .col-lg-4{
  margin-bottom: 30px;
}
.common-heading-center{
  max-width: 600px;
  margin: 0 auto;
}
.get-in-touch .con-card{
  background-color: #fff;
  border-radius: 25px;
  padding: 30px 20px;
  height: 100%;
  transition: .5s;
}
.get-in-touch .con-card:hover{
  transform: translateY(-10px);
  transition: .5s;
}
.con-card .icon{
  width: 60px;
  height: 60px;
  background-color: var(--main-color);
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 20px;
  display: flex;
   align-items: center;
   justify-content: center;
}
.con-card .icon i{
  font-size: 30px;
  color: #fff;
}
.con-card .icon-heading{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}
.con-card .cont-details p{
  color: var(--main-color);
  font-size: 20px;
}
.con-card .cont-details a{
  text-decoration: none;
  color: #000;
  font-size: 16px;
}
.sec-text .common-heading{
  margin: 0 auto;
  max-width:900px;
}
.cont-form{
  position: relative;
  width: 100%;
  height: auto;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}
.form-area{
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 30px;
  padding: 50px 30px;
}
.form-area .btn{
  background-color:var(--main-color);
  max-width: 200px;
  padding: 13px 40px;
}
input.form-control {
  height: 45px;
}
/* about page css  */
.about-us .abt-right{
  padding-left: 50px;
}
.about-us .abt-img-1{
  margin-left: 0%;
}
.about-us .abt-img-1.abt-img-2{
  margin-left: 50%;
}
.have-question-sec .hq-text {
  text-align: center;
}
.have-question-sec{
  position: relative;
  width: 100%;
  height: auto;
  background-attachment: scroll;
  background-repeat: no-repeat;
}
.have-question-sec::before{
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.hq-text{
  max-width: 600px;
  margin: 0 auto;
}
.hq-text h2{
  font-size: 3.5rem;
  font-weight: bold;
  color: #fff;
}
.hq-text p{
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
}
/* STICKY STYLES
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.page-header.is-sticky {
  position: fixed;
  box-shadow: 0 5px 16px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(10px);
  animation: slideDown 0.35s ease-out;
}

.page-header.is-sticky img {
  max-width: 80%;
}

.page-header.is-sticky button {
  font-size: 14px;
  padding: 7px 10px;
}

@keyframes slideDown {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}


/* gallery page css  */
   /* Style for the gallery section */
   /* .gallery-section {
    text-align: center;
}
.tabs {
    margin-bottom: 20px;
}
.tabs button {
    padding: 10px 20px;
    margin-right: 10px;
    cursor: pointer;
    background-color: #f0f0f0;
    border: none;
    border-radius: 5px;
    transition: background-color 0.3s;
}
.tabs button.active {
    background-color: var(--main-color);
    color: white;
}
.gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.gallery div {
    display: none; 
    margin: 10px;
}
.gallery img {
  width: 480px;
  height: 340px;
  object-fit: cover;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 10px;
} */

/*
    
*/

/*--====== Global Variables ======--*/


/*--====== CSS Reset ======--*/



img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  vertical-align: middle;
}

ul {
  list-style: none;
}

.overflow_hide {
  overflow: hidden;
}

/*--====== Gallery Section ======--*/
#gallery {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
/* 
.container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
} */

/* Filterable Gallery */
.gallery_tabs {
  background-color: inherit;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  row-gap: 0.8rem;
}

.gallery_tabs li {
  padding: 0.7rem 2rem;
  border-radius: 6px;   
  text-transform: uppercase;
  color: #181818;
  background-color:#ccc;
  /* background-image:#ccc; */
  box-shadow: 5px 2px 5px rgb(236, 236, 236);
  cursor: pointer;
  transition: all 0.3s ease;
}

.gallery_tabs li.active,
.gallery_tabs li:hover {
  background-color:var(--main-color);
  background-image: var(--main-color);
  color: #fff;
}

.gallery_tabs li.active {
background-color: var(--main-color);
}

.gallery_tabs li.active:hover {
  background-color: var(--main-color);
  background-image: var(--main-color);
}

.gallery_wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
  margin-top: 4rem;
}

@media (max-width: 768px) {
  .gallery_wrapper {
      grid-template-columns: repeat(3, 1fr);
      gap: 0.5rem;
  }
}

.gallery_item {
  /* border-radius: 0px 50px 0px 50px; */
  box-shadow: 5px 5px 5px rgb(102, 102, 101);
  cursor: pointer;
  overflow: hidden;
}

/* when the gallery_item has 'show' class */
.gallery_item.show {
  animation: fadeIn 0.4s ease-in;
}

@keyframes fadeIn {
  0% {
      opacity: 0;
  }

  100% {
      opacity: 1;
  }
}

/* when the gallery_item has 'hide' class */
.gallery_item.hide {
  display: none;
}

.gallery_item img {
  transition: transform 0.3s ease;
}

.gallery_item:hover img {
  transform: scale(1.1);
}

/* Lightbox */
.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 995;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  overflow-x: hidden;
  overflow-y: auto;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
  transition: visibility 0.3s ease, opacity 0.3s ease;
}

/* when the lightbox is open */
.lightbox.open {
  pointer-events: all;
  visibility: visible;
  opacity: 1;
}

.lightbox_wrapper {
  display: grid;
  place-items: center;
  min-height: calc(100% - 3rem);
  margin: 1.5rem;
}

@media (max-width: 575.98px) {
  .lightbox_wrapper {
      margin: 0.5rem;
      min-height: calc(100% - 1rem);
  }
}

.lightbox_content {
  box-shadow: var(--box-shadow);
  max-width: 700px;
  width: 100%;
  /* border-radius: 0px 50px 0px 50px; */
  text-align: center;
  overflow: hidden;
  transform: scale(0);
  transition: transform 0.5s ease;
}

/* when Lightbox is open then lightbox-content will... */
.lightbox.open .lightbox_content {
  transform: scale(1);
}

/* lightbox-close-btn */
.lightbox_close {
  position: absolute;
  top: 3vh;
  right: 3vw;
  z-index: 999;
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
  overflow: hidden;
}

.lightbox_close span {
  width: 100%;
  height: 3px;
  margin-top: -1.5px;
  margin-bottom: -1.5px;
  background-color: #ddd;
  opacity: 0.7;
  transition: opacity 0.3s ease;
}

.lightbox_close:hover span {
  opacity: 1;
}

.lightbox_close span:first-child {
  transform: rotate(45deg);
}

.lightbox_close span:last-child {
  transform: rotate(-45deg);
}

  .lead { font-size: 1.5rem; font-weight: 300; }


