/*************************************
Template Name: Silicon Mapper
Author: Jonayed Islam
Author Url: http://jonayed.com
Version: 1.0
Design and Developed by: Bongosoft Ltd.
****************************************/
@import url("https://fonts.googleapis.com/css2?family=Exo:ital,wght@0,100..900;1,100..900&family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap");

/*  <uniquifier>: Use a unique and descriptive class name
   <weight>: Use a value from 100 to 900 */

/* .public-sans-<uniquifier> {
  font-family: "Public Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
} */
/* .exo-<uniquifier> {
  font-family: "Exo", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
} */

:root {
  --primary-color: #ff8b00;
  --white-color: #fff;
  --title-color: #0e121d;
}

body {
  font-size: 16px;
  color: #333;
  background: var(--white-color);
  font-family: "Public Sans", sans-serif;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
}
body::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  border-radius: 20px;
}

body::-webkit-scrollbar-track {
  background: rgba(252, 0, 18, 0.1);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 20px;
}

body::-webkit-scrollbar-thumb {
  background-color: var(--primary-color);
  background-image: -webkit-linear-gradient(
    45deg,
    rgba(255, 255, 255, 0.3) 25%,
    transparent 20%,
    transparent 50%,
    rgba(255, 255, 255, 0.3) 50%,
    rgba(255, 255, 255, 0.3) 75%,
    transparent 75%,
    transparent
  );
  border-radius: 20px;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1280px !important;
  }

  .top-nav-container .container {
    max-width: 1400px !important;
  }

  .top-header .container {
    max-width: 1400px !important;
  }
}

/*======================== CUSTOM BOOTSTRAP STYLE ============================*/
.p-0 {
  padding-left: 0;
  padding-right: 0;
}

.p-left-0 {
  padding-left: 0;
}

.p-right-0 {
  padding-right: 0;
}

.m-0 {
  margin-left: 0;
  margin-right: 0;
}

body,
p,
textarea {
  font-weight: 400;
  font-family: "Public Sans", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: "Exo", sans-serif;
}
a {
  text-decoration: none;
}
a:focus {
  outline: 0 solid !important;
}

a:hover {
  text-decoration: none !important;
}
*a:hover {
  text-decoration: none !important;
}
/* Remove Chrome Input Field's Unwanted Yellow Background Color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px var(--white-color) inset !important;
}

/*====================== Back to Top =========================================*/
/* #back_to_top {
  border: none;
  background: #212529;
  color: var(--white-color);
  padding: 2px 5px 3px;
  cursor: pointer;
  position: fixed;
  bottom: 15px;
  right: 30px;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  z-index: 10;
  border: 1px solid transparent;
  padding-top: 0;
  z-index: 999999;
}
#back_to_top svg {
  color: var(--white-color);
  width: 30px
}
#back_to_top.show {
  opacity: 1
}
#back_to_top:hover {
  background: var(--white-color);
  border: 1px solid #212529;
}
#back_to_top:hover svg {
  color: #212529;
} */

/*====================== Back to Top =========================================*/
.scroll-relative {
  position: relative;
}
.scroll-top svg {
  width: 100%;
  height: 100%;
  stroke: var(--primary-color);
}
.scroll-top .progress-circle path {
  stroke: var(--primary-color);
  stroke-width: 2px;
  box-sizing: border-box;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}
.scroll-top-wrapper {
  background: #000;
  position: fixed;
  right: 30px;
  bottom: 60px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  border-radius: 50px;
  z-index: 10000;
  opacity: 1;
  visibility: hidden;
  -webkit-transform: translateY(45px);
  -ms-transform: translateY(45px);
  transform: translateY(45px);
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear;
  border: 2px solid var(--primary-color);
}
.scroll-icon {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.scroll-icon svg {
  fill: var(--primary-color);
  padding: 16px;
}
.scroll-top svg {
  color: var(--theme-color);
  border-radius: 50%;
  background: var(--white-color);
}
.scroll-top svg path {
  fill: none;
}
.scroll-top .progress-circle path {
  stroke: var(--theme-color);
  stroke-width: 20px;
  box-sizing: border-box;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
}
.scroll-top-wrapper.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

/*====================== Back to Top END =========================================*/

/*========================================== HERO SECTION STYLE =================================================*/
.slick-track > [class*="col"] {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}
.slick-list {
  padding-left: 0;
  padding-right: 0;
}
.slick-track {
  min-width: 100%;
}
.slick-slide img {
  display: inline-block;
}
.slick-dots {
  list-style-type: none;
  padding: 2px 0;
  margin: 60px 0 0 0;
  line-height: 0;
  text-align: center;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.slick-dots li {
  display: inline-block;
  margin-right: 20px;
}
.slick-dots li:last-child {
  margin-right: 0;
}
.slick-dots button {
  font-size: 0;
  padding: 0;
  background-color: var(--primary-color);
  width: 12px;
  height: 12px;
  line-height: 0;
  border-radius: 9999px;
  border: none;
  border: 0;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  position: relative;
}
.slick-dots button:hover {
  border-color: var(--primary-color);
}
.slick-dots button:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 30px;
  height: 30px;
  border: 1px solid var(--primary-color);
  background-color: transparent;
  border-radius: 50%;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  visibility: hidden;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
}
.slick-dots .slick-active button::before {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}
/* .slick-arrow {display: inline-block;padding: 0;background-color: var(--white-color);-webkit-filter: drop-shadow(0px 4px 20px rgba(7, 36, 95, 0.1));filter: drop-shadow(0px 4px 20px rgba(7, 36, 95, 0.1));position: absolute;top: 50%;border: 1px solid #f2f2f2;left: var(--pos-x, -100px);width: var(--icon-size, 56px);height: var(--icon-size, 56px);font-size: var(--icon-font-size, 20px);font-weight: 600;margin-top: calc(var(--icon-size, 56px) / -2);z-index: 2;border-radius: 999px;color: var(--primary-color);} */
.slick-arrow.default {
  position: relative;
  --pos-x: 0;
  margin-top: 0;
}
.slick-arrow.slick-next {
  right: var(--pos-x, -100px);
  left: auto;
}
/* .slick-arrow:hover {background-color: var(--primary-color);color: var(--white-color);border-color: transparent;-webkit-filter: drop-shadow(0px 8px 19px rgba(255, 76, 19, 0.3));filter: drop-shadow(0px 8px 19px rgba(255, 76, 19, 0.3));} */
.arrow-style8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
.arrow-style8 .slick-arrow {
  background-color: var(--primary-color);
  border-radius: 0;
  box-shadow: none;
  color: var(--white-color);
  border-color: var(--primary-color);
  margin: 0;
}
.arrow-style8 .slick-arrow:hover {
  background: var(--white-color);
  border-color: var(--primary-color);
  color: var(--primary-color);
}
.th-btn {
  position: relative;
  z-index: 2;
  overflow: hidden;
  border: none;
  text-transform: uppercase;
  text-align: center;
  background-color: var(--primary-color);
  color: var(--white-color);
  font-family: var(--body-font);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  padding: 10px 30px;
  min-height: 48px;
  border-radius: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.th-btn:before,
.th-btn:after {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  width: 0%;
  background-color: var(--title-color);
  z-index: -1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.th-btn:before {
  left: 0;
  border-radius: 0 20px 20px 0;
}
.th-btn:after {
  right: 0;
  border-radius: 20px 0 0 20px;
}
.th-btn:hover,
.th-btn.active {
  color: var(--white-color);
}
.th-btn:hover::before,
.th-btn:hover:after,
.th-btn.active::before,
.th-btn.active:after {
  width: 50%;
  border-radius: 0;
}
.th-btn.style2 {
  background-color: transparent;
  color: var(--white-color);
  border: 1px solid var(--white-color);
  padding: 19.5px 27px;
  box-shadow: none;
}
.th-btn.style2:hover {
  color: var(--title-color);
}
.th-btn.style2:hover:before,
.th-btn.style2:hover:after {
  background-color: var(--white-color);
}
.th-btn.style3:hover {
  color: var(--title-color);
}
.th-btn.style3:hover:before,
.th-btn.style3:hover:after {
  background-color: var(--white-color);
}
.th-btn.style4 {
  background-color: var(--white-color);
  color: var(--primary-color);
}
.th-btn.style4:hover {
  color: var(--white-color);
}
.th-btn.style4:hover:before,
.th-btn.style4:hover:after {
  background-color: var(--primary-color);
}
.th-btn.style5 {
  background-color: var(--title-color);
  color: var(--white-color);
}
.th-btn.style5:hover {
  color: var(--title-color);
}
.th-btn.style5:hover:before,
.th-btn.style5:hover:after {
  background-color: var(--white-color);
}
.th-btn.style6 {
  background-color: var(--white-color);
  color: var(--primary-color);
}
.th-btn.style6:hover {
  color: var(--white-color);
}
.th-btn.style6:hover:before,
.th-btn.style6:hover:after {
  background-color: var(--title-color);
}
.th-btn.style7 {
  background-color: transparent;
  color: var(--white-color);
  border: 1px solid var(--primary-color);
  padding: 19.5px 27px;
  box-shadow: none;
}
.th-btn.style7:hover {
  color: var(--white-color);
}
.th-btn.style7:hover:before,
.th-btn.style7:hover:after {
  background-color: var(--primary-color);
}
.th-btn.style8 {
  background-color: var(--white-color);
  color: var(--primary-color);
}
.th-btn.style8:hover:before,
.th-btn.style8:hover:after {
  background-color: transparent;
}
.th-btn.style9 {
  background-color: transparent;
  color: var(--title-color);
  border: 1px solid var(--border-color);
}
.th-btn.style9:hover {
  color: var(--primary-color);
  border-color: var(--white-color);
}
.th-btn.style9:hover:before,
.th-btn.style9:hover:after {
  background-color: var(--white-color);
}
.th-btn.style10 {
  background-color: transparent;
  color: var(--body-color);
  border: 1px solid var(--border-color);
}
.th-btn.style10:hover {
  color: var(--white-color);
  border-color: var(--primary-color);
}
.th-btn.style10:hover:before,
.th-btn.style10:hover:after {
  background-color: var(--primary-color);
}
.th-btn.style-new {
  border-radius: 3px;
  box-shadow: 0px 8px 19px rgba(255, 76, 19, 0.3);
}
.slider-last-btn svg {
  margin-left: 5px;
}
.icon-btn {
  display: inline-block;
  width: var(--btn-size, 50px);
  height: var(--btn-size, 50px);
  line-height: var(--btn-size, 50px);
  font-size: var(--btn-font-size, 16px);
  background-color: var(--icon-bg, #fff);
  color: var(--title-color);
  text-align: center;
  border-radius: 50%;
  border: none;
}
.icon-btn:hover {
  background-color: var(--primary-color);
  color: var(--white-color);
}
.icon-btn.style2 {
  border: 2px solid var(--white-color);
  background: transparent;
  color: var(--white-color);
}
.icon-btn.style2:hover {
  background: var(--white-color);
  color: var(--primary-color);
}
.slider-shadow .slick-list {
  padding-top: 30px;
  padding-bottom: 30px;
  margin-bottom: -30px;
  margin-top: -30px;
}
.btn-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 20px;
}
.btn-group:has(.about-profile) {
  gap: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.bg-fluid {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}
.bg-auto {
  background-size: auto auto;
}
.bg-bottom-right {
  background-size: auto;
  background-position: bottom right;
}
.bg-repeat {
  background-size: auto;
  background-repeat: repeat;
}
[data-overlay] {
  position: relative;
  z-index: 2;
}
[data-overlay] [class^="col-"],
[data-overlay] [class*="col-"] {
  z-index: 1;
}
[data-overlay]:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}
[data-overlay="theme"]:before {
  background-color: var(--primary-color);
}
[data-overlay="smoke"]:before {
  background-color: var(--smoke-color);
}
[data-overlay="title"]:before {
  background-color: var(--title-color);
}
[data-overlay="white"]:before {
  background-color: var(--white-color);
}
[data-overlay="black"]:before {
  background-color: var(--black-color);
}
[data-overlay="overlay1"]:before {
  background-color: #041122;
}
[data-overlay="overlay2"]:before {
  background-color: #edeef2;
}
[data-opacity="1"]:before {
  opacity: 0.1;
}
[data-opacity="2"]:before {
  opacity: 0.2;
}
[data-opacity="3"]:before {
  opacity: 0.3;
}
[data-opacity="4"]:before {
  opacity: 0.4;
}
[data-opacity="5"]:before {
  opacity: 0.5;
}
[data-opacity="6"]:before {
  opacity: 0.6;
}
[data-opacity="7"]:before {
  opacity: 0.7;
}
[data-opacity="8"]:before {
  opacity: 0.8;
}
[data-opacity="9"]:before {
  opacity: 0.9;
}
[data-opacity="10"]:before {
  opacity: 1;
}
.th-hero-bg {
  position: absolute;
  inset: 0;
}
.th-hero-bg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.th-hero-bg-overlay {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.hero-8 .hero-img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
  width: 45%;
  height: 100%;
}
.hero-8 .hero-img:before {
  content: "";
  height: 100%;
  width: 100%;
  background-color: var(--primary-color);
  position: absolute;
  top: 0;
  right: 0;
  -webkit-clip-path: polygon(115px 0, 100% 0, 100% 100%, 115px 100%, 0 50%);
  clip-path: polygon(115px 0, 100% 0, 100% 100%, 115px 100%, 0 50%);
}
.hero-8 .hero-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-clip-path: polygon(170px 0, 100% 0, 100% 100%, 170px 100%, 0 50%);
  clip-path: polygon(170px 0, 100% 0, 100% 100%, 170px 100%, 0 50%);
}
.hero-8 .hero-img .icon-btn {
  --btn-size: 70px;
  line-height: 60px;
  font-size: 24px;
  background-color: var(--primary-color);
  color: var(--white-color);
  border-radius: 10px;
  border: 4px solid var(--white-color);
  position: absolute;
  top: 50%;
  left: -20px;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}
.hero-8 .hero-img .icon-btn svg {
  width: 25px;
  height: 25px;
}
.hero-8 .hero-img .icon-btn:hover {
  background-color: var(--title-color);
}
.hero-style8 {
  position: relative;
  z-index: 6;
  padding: 245px 0 245px 0;
  max-width: 660px;
}
.hero-style8 .hero-title {
  font-weight: 900;
  letter-spacing: -0.04em;
  word-spacing: 0.1em;
  font-size: 64px;
  color: #0e121d;
  margin-bottom: 15px;
  text-transform: capitalize;
  line-height: 1.167;
}
.hero-subtitle {
  color: var(--primary-color);
  margin-bottom: 17px;
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 600;
}
.hero-style8 .hero-text {
  max-width: 525px;
  font-size: 16px;
  margin-bottom: 30px;
}
@media (max-width: 1399px) {
  .hero-style8 {
    padding: 200px 0;
  }
  .hero-8 .hero-img {
    max-width: 48%;
  }
}
@media (max-width: 1199px) {
  .hero-style8 {
    padding: 140px 0;
  }
}
@media (max-width: 991px) {
  .hero-style8 {
    padding: 80px 0;
    max-width: 450px;
  }
  .hero-8 .hero-img {
    max-width: 34%;
  }
}
@media (max-width: 767px) {
  .hero-8 .hero-img {
    display: none;
  }
  .hero-style8 .hero-subtitle {
    font-size: 18px;
  }
}
#hero .slick-list.draggable {
  height: 100% !important;
}
/*====================== Header style Top nav =========================================*/
.top-header {
  background: #0e121d;
  padding: 0;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #ff5e14;
}
.top-text-left {
  padding: 5px 0 5px 0;
}
.top-text-left a {
  padding-right: 10px;
  font-weight: 400;
  font-size: 14px;
  text-decoration: none;
  color: #8993a1; /*border-right: 1px solid #8993a1;*/
  padding-left: 8px;
}
.top-text-left a:first-child {
  padding-left: 2px;
}
.top-text-left a svg {
  padding-right: 5px;
  height: 20px;
  width: 20px;
}
.top-text-left a svg,
.top-bar-social-text a svg {
  fill: #8993a1;
}
.top-text-left a:nth-child(3) {
  border-right: 0;
}
.top-bar-social {
  height: 69px;
  display: flex;
  justify-content: center;
  align-items: self-end;
  flex-direction: column;
}
.top_socail_icon_area {
}
.top_socail_icon_area .list-inline {
  padding: 0;
  margin: 0;
}
.top_socail_icon_area .list-inline li {
  display: inline-block;
  padding-left: 5px;
  list-style: none;
  position: relative;
  height: 30px;
  width: 30px;
  margin-right: 2px;
}
.top_socail_icon_area .list-inline li a {
  display: inline-block;
  text-align: center;
  line-height: 30px;
  cursor: pointer;
}
.top_socail_icon_area .list-inline li a .cube-top svg {
  color: #4e4e4e;
  font-size: 17px;
  line-height: 20px;
  text-align: center;
}
.cube,
.cube span {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  transform-style: preserve-3d;
  transition: transform 0.5s ease-in-out;
  text-align: center;
}
.cube-top {
  background: transparent;
  background-size: 100%;
}
.cube-front {
  background-size: 100%;
  transform: translate(0, -100%) rotateX(90deg);
  transform-origin: bottom;
  border-radius: 50px;
}
.top_socail_icon_area .list-inline li a .cube-front svg {
  line-height: 30px;
  fill: var(--white-color);
}
.top_socail_icon_area .list-inline li:hover .cube {
  transform: translate(0, 50%) rotateX(-90deg);
}
.top_socail_icon_area .list-inline li .facebook .cube-top {
  background: #3b5998;
}
.top_socail_icon_area .list-inline li .twitter .cube-top {
  background: #1da1f2;
}
.top_socail_icon_area .list-inline li .instagram .cube-top {
  background: linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
}
.top_socail_icon_area .list-inline li .linkedin .cube-top {
  background: #007bb5;
}
.top_socail_icon_area .list-inline li .youtube .cube-top {
  background: #ff0000;
}
.top_socail_icon_area .list-inline li .pinterest .cube-top {
  background: #cb2027;
}
.top_socail_icon_area .list-inline li .rss .cube-top {
  background: #f26522;
}
.top_socail_icon_area .list-inline li .cube-top {
  background: #c5c5c5 !important;
  border-radius: 50%; /* border: 2px solid #4e4e4e; */
}
.top_socail_icon_area .list-inline li .cube-top svg {
  fill: var(--white-color);
}
.top_socail_icon_area .list-inline li .facebook .cube-front {
  background: #3b5998;
}
.top_socail_icon_area .list-inline li .twitter .cube-front {
  background: #000;
}
.top_socail_icon_area .list-inline li .instagram .cube-front {
  background: linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
}
.top_socail_icon_area .list-inline li .linkedin .cube-front {
  background: #007bb5;
}
.top_socail_icon_area .list-inline li .youtube .cube-front {
  background: #ff0000;
}
.top_socail_icon_area .list-inline li .pinterest .cube-front {
  background: #cb2027;
}
.top_socail_icon_area .list-inline li .rss .cube-front {
  background: #f26522;
}
@-webkit-keyframes animationTop {
  49% {
    -webkit-transform: translateY(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes animationTop {
  49% {
    transform: translateY(100%);
  }
  50% {
    opacity: 0;
    transform: translateY(-100%);
  }
  51% {
    opacity: 1;
  }
}
.top-search .btn {
  border-radius: 50%;
  border: 1px solid #d0dbe9;
  height: 45px;
  width: 45px;
  background: transparent;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.header-style3_right__btn {
  margin-left: 20px;
}
.header-style3_right__btn .sec-th-btn {
  padding: 15px 30px;
}
.registation-btn {
  border: 2px solid var(--primary-color) !important;
  padding: 15px 30px !important;
}
.top-bar-date-wrapper {
  height: 69px;
  display: flex;
  justify-content: center;
  align-items: self-start;
  flex-direction: column;
}
.top-bar-date {
  display: inline-block;
}
.middle-header {
  padding-bottom: 10px;
  padding-top: 10px;
  background: var(--white-color);
}
.top-search .btn svg {
  fill: var(--white-color);
}
.en-link-wrapper-main {
  float: right;
  margin-top: 30px;
  margin-right: 15px;
}
.en-link-wrapper {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.1;
  background: var(--white-color);
  z-index: -1;
}
.en-link {
  color: var(--white-color);
  background-color: #000;
  padding: 4px 10px;
  border: 1px solid #000;
  transition: 0.3s;
  border: 1px solid #000;
}
.en-link:hover {
  color: #000;
  background: transparent;
}
.top-nav-container {
  background: transparent;
  background: #0e121d;
  padding: 0;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.top-nav-container .container {
  position: relative;
}
/* .top-nav-container .container:after {content: '';position: absolute;inset: 0;opacity: 0.8;background: #878787;z-index: -1;margin-left: 12px;margin-right: 12px;} */
.top-nav-main li.nav-item a.nav-link {
  font-size: 16px;
  padding: 26px 15px !important;
  color: var(--white-color) !important;
  font-weight: 600;
  text-transform: uppercase;
}
.top-nav-main li.nav-item a.nav-link:hover,
.top-nav-main li.nav-item a.active {
  color: var(--primary-color) !important;
  fill: var(--primary-color);
}
.right-menu-link .btn {
  padding: 3px 5px;
}
.right-menu-link .btn svg {
  fill: #000;
  height: 25px;
  width: 25px;
}
.offcanvas-top-height {
  height: 105px !important;
}
#nav.sticky {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background-color: #0e121d;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
  -webkit-animation: stickyAni 0.4s ease-in-out;
  animation: stickyAni 0.4s ease-in-out;
}
@-webkit-keyframes stickyAni {
  0% {
    -webkit-transform: translate3d(0, -40px, 0) scaleY(0.8);
    transform: translate3d(0, -40px, 0) scaleY(0.8);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) scaleY(1);
    transform: translate3d(0, 0, 0) scaleY(1);
    opacity: 1;
  }
}
@keyframes stickyAni {
  0% {
    -webkit-transform: translate3d(0, -40px, 0) scaleY(0.8);
    transform: translate3d(0, -40px, 0) scaleY(0.8);
    opacity: 0.7;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0) scaleY(1);
    transform: translate3d(0, 0, 0) scaleY(1);
    opacity: 1;
  }
}
#nav.sticky.top-nav-main .navbar-brand {
  margin: 0;
  padding: 0;
}
#nav.sticky.top-nav-main .navbar-brand img {
  height: 55px;
}
#nav.sticky .container:after {
  opacity: 0;
}
/* #nav.sticky li.nav-item a.nav-link {padding: 9px 11px !important;} */
.dropdown.dropdown-mega {
  position: static;
}
.nav-item.dropdown.dropdown-mega .dropdown-menu {
  top: auto;
  left: 50%;
  transform: translateX(-50%);
}
.dropdown-menu-new {
  display: block;
  transform-origin: top center;
  transition: all 0.5s;
  border: 0;
  opacity: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  transform: scaleY(0);
  visibility: hidden;
}
.dropdown-new:hover .dropdown-menu-new {
  transform: scaleY(1);
  opacity: 1;
  visibility: visible;
}
.right-menu-link {
  display: none !important;
}
.dropdown-toggle::after {
  transition: transform 0.15s linear;
}
.show.dropdown .new-dropdown-toggle::after {
  transform: rotate(-180deg);
  transition: all 0.3s ease-in;
}
.dropdown-menu {
  margin-top: 0;
}
/* .dropdown-toggle::after {margin-top: 0;border-top: 0;border-right: 0;border-bottom: 0;border-left: 0;content: "\f107";font-family: fontawesome;vertical-align: top;} */
.new-dropdown-toggle::after {
  margin-top: 3px;
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  content: "";
  vertical-align: top;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="white" viewBox="0 0 448 512"><path d="M256 80c0-17.7-14.3-32-32-32s-32 14.3-32 32V224H48c-17.7 0-32 14.3-32 32s14.3 32 32 32H192V432c0 17.7 14.3 32 32 32s32-14.3 32-32V288H400c17.7 0 32-14.3 32-32s-14.3-32-32-32H256V80z"/></svg>');
  height: 16px;
  width: 14px;
  margin-left: 4px;
}
.top-nav-main li.nav-item a.new-dropdown-toggle:hover::after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="white" viewBox="0 0 448 512"><path d="M432 256c0 17.7-14.3 32-32 32L48 288c-17.7 0-32-14.3-32-32s14.3-32 32-32l352 0c17.7 0 32 14.3 32 32z"/></svg>');
  transform: rotate(-180deg);
  transition: all 0.3s ease-in;
}
.navbar-expand-lg
  .navbar-nav
  .dropdown-menu
  li.dropend:hover
  .dropdown-new-sub-ul {
  display: block !important;
  top: 0;
  left: 98.5% !important;
  margin-top: 0;
  -webkit-animation: fadeIn 0.3s alternate;
  animation: fadeIn 0.3s alternate;
  border-radius: 0;
}
.sub-dropdown-toggle::after {
  transition: transform 0.15s linear;
}
/* .show1.dropend .sub-dropdown-toggle::after {transform: rotate(-450deg);transition: all 0.3s ease-in;} */
.show1.dropend .sub-dropdown-toggle::after {
  transform: rotate(-90deg);
  transition: all 0.3s ease-in;
}
.dropend .sub-dropdown-toggle::after {
  margin-top: 5px;
  border-top: 0;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  content: "";
  vertical-align: top;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path d="M201.4 374.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 306.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z"/></svg>');
  height: 16px;
  width: 15px;
  margin-left: 5px;
}
.navbar-expand-lg .navbar-nav .dropdown-menu li a:hover::after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="white" viewBox="0 0 448 512"><path fill-rule="evenodd" d="M201.4 374.6c12.5 12.5 32.8 12.5 45.3 0l160-160c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L224 306.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l160 160z"/></svg>');
  height: 15px;
  width: 14px;
  margin-top: 5px;
}
@keyframes bsb-zoomIn {
  0% {
    opacity: 0;
    transform: scaleY(0);
    visibility: hidden;
    transform-origin: top center;
  }
  50% {
    opacity: 1;
    transform: scaleY(1);
    visibility: visible;
  }
}
.bsb-zoomIn {
  animation-name: bsb-zoomIn;
}
/*====================== START FOR MENU =========================================*/
/* .dropdown-new:hover .dropdown-menu-new {display: block;} */
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
/* .dropdown-menu-new {border: 0;border-radius: 0;border-bottom: 3px solid #2d292a;-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);box-shadow: 0 6px 12px rgba(0,0,0,.175);background: var(--white-color);  transition: all 0.6s;transform-origin: top;visibility: hidden;transform: scaleY(0);}.dropdown-new:hover .dropdown-menu-new {transform: scaleY(1);visibility: visible;} */
.navbar-expand-lg .navbar-nav .dropdown-menu {
  padding: 0 !important;
}
.navbar-expand-lg .navbar-nav .dropdown-menu li a:hover {
  color: var(--white-color);
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background: #2d292a;
}
.other-list-group a {
  border: 0;
  padding: 4px 0;
  font-size: 17px;
  transition: 0.3s;
}
.other-list-group a:hover {
  color: #ee323b;
}
.dropdown-menu-new li a {
  padding: 6px 15px;
}
.dropdown-menu-new li:first-child a {
  padding-top: 9px;
}
.dropdown-menu-new li:last-child a {
  padding-bottom: 9px;
}
/*========================================== SLIK SLIDER VERSION STYLE =================================================*/
.sub-title7 {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: var(--primary-color);
  font-family: var(--title-font);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-top: -0.41em;
  margin-bottom: 25px;
  position: relative;
}
.sub-title7 .box {
  display: inline-block;
  width: 24px;
  height: 24px;
  position: relative;
  top: 7px;
  margin-right: 4px;
}
.right-preview {
  margin-top: -25px;
  background: var(--primary-color);
  z-index: 9;
  padding-top: 12px;
  padding-bottom: 15px;
}
.right-preview:after {
  content: "";
  height: 100%;
  width: calc(100% + 180px);
  background-color: var(--primary-color);
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-clip-path: polygon(120px 0%, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(120px 0%, 100% 0, 100% 100%, 0% 100%);
  z-index: -1;
}
.left-preview {
  background: var(--white-color);
}
section.module-gallery.module-12345 {
  background: #0e121d9c;
}
.slider-type-text svg {
  width: 25px;
  height: 25px;
}
.slider-type-text h3 {
  font-size: 24px;
  margin-top: 18px;
  margin-bottom: 14px;
  color: #000;
  text-transform: capitalize;
  font-weight: 500;
}
.slider-type-text h3 a {
  color: #000;
}
.cheak-list-item ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 20px;
  gap: 0 5px;
  align-items: center;
  padding: 0;
}
.cheak-list-item ul li {
  padding-left: 0;
  margin-bottom: 8px;
  list-style: none;
  font-weight: 500;
  font-size: 16px;
}
a.type-btn {
  position: relative;
  z-index: 2;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  border: none;
  text-transform: uppercase;
  text-align: center;
  background-color: var(--primary-color);
  color: var(--white-color);
  font-size: 16px;
  line-height: 10px;
  padding: 10px 30px;
  border-radius: 5px;
}
.type-btn:before,
.type-btn:after {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  width: 0%;
  background-color: var(--primary-color);
  z-index: -1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.type-btn:before {
  left: 0;
  border-radius: 0 20px 20px 0;
}
.type-btn:hover {
  color: var(--white-color);
}
.type-btn:hover:before,
.type-btn:hover:after {
  background-color: #000;
}
.type-btn:hover::before,
.type-btn:hover:after,
.type-btn.active::before,
.type-btn.active:after {
  width: 50%;
  border-radius: 0;
}
.type-btn:after {
  right: 0;
  border-radius: 20px 0 0 20px;
}
.slick-list {
  height: 435px !important;
}
.left-preview li.type-image.slick-slide {
  height: auto;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  padding: 38px 45px 45px 10px;
  gap: 40px;
  border-radius: 45px;
  z-index: 3;
  background: var(--white-color);
}
.left-preview {
  display: flex;
  align-items: center;
  border-radius: 15px;
  transition: 0.4s ease-in-out;
  z-index: 99;
}
.cheak-list-item ul li svg {
  background: var(--white-color);
  fill: var(--primary-color);
  width: 20px;
  height: 20px;
  display: inline-block;
}
.slider-type-text p {
  line-height: 22px;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 14px;
  padding-right: 30px;
}
.type-svg svg {
  display: block;
  width: 60px;
  height: 60px;
  background-color: var(--primary-color);
  color: var(--white-color);
  text-align: center;
  border-radius: 50%;
  position: relative;
  top: 0;
  left: 0;
  margin: 5px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  padding: 5px 11px;
}
.left-preview img {
  border-radius: 15px;
}
li.type-image.right-type-img {
  display: flex;
  padding: 10px;
  background: var(--white-color);
  margin-bottom: 8px;
  border-radius: 8px;
  width: 94% !important;
  cursor: pointer;
}
li.type-image.right-type-img .right-type-img img {
  width: 100%;
  border-radius: 10px;
}
.right-preview .slick-list {
  height: 292px !important;
}
.right-type-img h3 {
  font-size: 20px;
  margin-bottom: 0;
  margin-top: 20px;
  margin-left: 20px;
  font-weight: 500;
  color: #0e121d;
}
.right-preview button {
  font-size: 20px;
  background-color: #00000000;
  color: var(--white-color);
  border: 1px solid;
  display: inline-block;
  width: 94%;
  height: 55px;
  line-height: 53px;
  border-radius: 5px;
  margin-bottom: 15px;
  margin-top: 10px;
}
section.slick-slider-section {
  background: #0e121d;
  padding: 80px 0px;
}
.padTB20 h2 {
  color: var(--white-color);
  font-weight: 500;
  font-size: 44px;
  margin-bottom: 40px;
}
.title-area span {
  display: block;
  font-size: 16px;
  font-weight: 600;
  color: var(--primary-color);
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-bottom: 4px;
  position: relative;
}
.title-area h2 {
  font-size: 48px;
  color: var(--white-color);
}
.title-area .box:after,
.title-area .box:before {
  content: "";
  height: 16px;
  width: 16px;
  background-color: var(--primary-color);
  border-radius: 3px;
  display: inline-block;
  position: absolute;
}
.title-area .box:before {
  top: 0px;
  left: 0;
  background-color: transparent;
  border: 2px solid var(--primary-color);
}
.title-area .box:after {
  top: 8px;
  left: 8px;
}
.title-area {
  position: relative;
}
.sec-btn {
  float: right;
  margin-top: 35px;
}
a.sec-th-btn {
  position: relative;
  z-index: 2;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  border: none;
  text-transform: uppercase;
  text-align: center;
  background-color: var(--primary-color);
  color: var(--white-color);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  padding: 10px 30px;
  border-radius: 0;
}
.sec-th-btn:before,
.sec-th-btn:after {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  width: 0%;
  background-color: var(--primary-color);
  z-index: -1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.sec-th-btn:before {
  left: 0;
  border-radius: 0 20px 20px 0;
}
.sec-th-btn.style3:hover {
  color: #000;
}
.sec-th-btn.style3:hover:before,
.sec-th-btn.style3:hover:after {
  background-color: var(--white-color);
}
.sec-th-btn:hover::before,
.sec-th-btn:hover:after,
.sec-th-btn.active::before,
.sec-th-btn.active:after {
  width: 50%;
  border-radius: 0;
}
.sec-th-btn:after {
  right: 0;
  border-radius: 20px 0 0 20px;
}
.type-svg {
  position: relative;
  display: flex;
}
.type-svg:after {
  content: "";
  width: 70px;
  height: 70px;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: transparent;
  border: 1px solid var(--primary-color);
  border-radius: inherit;
  border-radius: 50%;
}
.type-svg img {
  margin-left: auto;
  border-radius: 0;
}
li.type-image.right-type-img.slick-slide.slick-current.slick-active {
  border-right: 6px solid #0e121d;
}
section.module-gallery {
  margin-top: 60px;
}
a.navbar-brand {
  padding: 0 30px;
  background: #0e121d;
  position: relative;
  padding-left: 0;
}
/* .navbar-brand::after {content: '';position: absolute;left: 0;top: -48px;height: 48px;width: 100%;background: transparent;border-left: 130px solid transparent;border-right: 130px solid transparent;border-bottom: 48px solid var(--primary-color);} */
a.navbar-brand img {
  width: 200px;
}
.wraper_top_left {
  background: #0e121d;
  padding: 5px 0;
  margin-left: 0;
}
.top-bar-social-text {
  background: #0e121d !important;
}
.offcanvas.offcanvas-top {
  position: fixed;
  top: 0;
  background-color: rgba(0, 0, 0, 0.95);
  height: 100%;
  width: 100%;
  overflow: hidden;
  z-index: 99999;
  opacity: 0;
  visibility: hidden;
  transform: translateZ(0) scale(0);
  transition: all ease 0.4s;
}
.offcanvas.hiding,
.offcanvas.show,
.offcanvas.showing {
  opacity: 0.8;
  visibility: visible;
  width: 100%;
  height: 100% !important;
  transform: translateZ(0) scale(1);
  transition: all ease 0.4s;
  border-radius: 0;
}
.input-group {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  padding-bottom: 40px;
  cursor: auto;
  width: 100%;
  max-width: 700px;
  transform: translate(-50%, -50%) scale(1);
  transition: transform ease 0.6s;
}
.input-group input {
  font-size: 18px;
  padding-left: 30px;
  color: var(--white-color);
  border-radius: 50px !important;
  height: 70px;
  width: 100% !important;
  border: 2px solid #ff5e14;
  background-color: transparent;
}
.input-group-text-1 {
  float: right;
  margin-top: -51px;
  padding: 12px 19px;
  position: absolute;
  background-color: transparent;
  border: none;
  color: #fff;
  font-size: 24px;
  right: 12px;
  color: #ffffff;
  cursor: pointer;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  -webkit-transform: scale(1.001);
  -ms-transform: scale(1.001);
  transform: scale(1.001);
}
.input-group-text-1 svg {
  width: 28px;
  height: 28px;
  margin-top: -30px;
}
.input-group-text-2 {
  float: inline-end;
  padding: 10px 10px;
  border-width: 1px;
  border-style: solid;
  border-color: #ff5e14;
  background-color: transparent;
  font-size: 22px;
  border-radius: 50% !important;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  color: #ff5e14;
}
.input-group-text-2:hover {
  color: #4d5765;
  background-color: #fff;
  border-color: transparent;
  border-color: transparent;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.input-group-text-2 svg {
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  width: 40px;
  height: 40px;
}
.input-group input::placeholder {
  color: #fff;
}
.input-group input:focus {
  background: none;
  outline: none;
  border: 2px solid #ff5e14;
  box-shadow: none;
}
/*========================================== TESMONIAL VERSION STYLE =================================================*/
.top-bar-social-text {
  float: right;
  display: flex;
  position: relative;
}
.top-bar-social-text a {
  border: none;
}
.top-bar-social-text a svg {
  transition: 0.4s;
}
.top-bar-social-text a:hover svg {
  fill: var(--primary-color);
}
.top-bar-social-text p {
  margin: 0;
  margin-right: 5px;
  color: #8993a1;
}
.testimonial-slider-wrapper {
  padding: 20px 45px;
  position: relative;
  background: var(--white-color);
  border-radius: 20px;
}
.sub-title6 {
  font-size: 16px;
  font-weight: 600;
  color: var(--primary-color);
  text-transform: uppercase;
  margin-top: -0.41em;
  margin-bottom: 25px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}
.sub-title6 .shape {
  display: inline-block;
  height: 3px;
  width: 40px;
  background-color: var(--primary-color);
  border-radius: 99px;
  position: relative;
}
.sub-title6 .dots {
  display: inline-block;
  width: 3px;
  height: 3px;
  background-color: inherit;
  border-radius: 99px;
  position: absolute;
  top: 0;
}
.sub-title6 .dots:before,
.sub-title6 .dots:after {
  content: "";
  height: inherit;
  width: inherit;
  background-color: inherit;
  border-radius: inherit;
  display: inline-block;
  position: absolute;
  top: 0;
}
.sub-title6 .shape.left .dots {
  left: -6px;
}
.sub-title6 .shape.left .dots:before {
  left: -6px;
}
.sub-title6 .shape.left .dots:after {
  left: -12px;
}
.sub-title6 .shape.right .dots {
  right: -6px;
}
.sub-title6 .shape.right .dots:before {
  right: -6px;
}
.sub-title6 .shape.right .dots:after {
  right: -12px;
}
section.testimonial {
  margin: 40px 0px;
  background: url(../images/testi_bg_4.jpg);
  padding: 80px 0;
}
.testimonial-slider-wpapper-img img {
  width: 100px !important;
  border-radius: 15px;
  z-index: 9;
  border: 5px solid var(--white-color);
}
.testimonial-slider-wpapper-img {
  display: flex;
}
.testimonial-slider-wpapper-last-text {
  margin-left: 130px;
  margin-top: -42px;
}
.slider-svg {
  margin-left: 30px;
  margin-top: 20px;
}
.testimonial-slider-wpapper-last-text {
  position: relative;
  z-index: 99;
}
.testimonial-slider-wpapper-last-text h4 {
  color: var(--white-color);
  font-weight: 500;
  font-size: 22px;
  margin-bottom: -4px;
}
.testimonial-slider-wpapper-last-text h5 {
  color: var(--white-color);
  font-weight: 400;
  font-size: 15px;
  padding-top: 5px;
}
.testimonial-slider-wrapper:after {
  position: absolute;
  content: "";
  width: calc(100% - 120px);
  height: 88px;
  background: var(--primary-color);
  bottom: 0;
  left: 0;
  clip-path: polygon(0 0, calc(100% - 50px) 0%, 99% 101%, 0% 101%);
  border-radius: 0px 0px 0px 19px;
  top: 214px;
}
.testimonial-slider-wpapper-text p {
  margin-bottom: 30px;
  line-height: 1.75;
  color: #4d5765;
  font-size: 16px;
}
.slider-svg svg {
  fill: var(--primary-color);
}
.testimonial-slider-wpapper-last-text img {
  margin-left: auto;
  color: #000;
  margin-top: -44px;
  width: 65px !important;
}
.testimonial button.slick-prev.slick-arrow {
  background-color: #00000000;
  color: var(--white-color);
  border: 1px solid;
  display: inline-block;
  padding: 0;
  border-radius: 5px;
  margin-top: 120px;
  float: right;
  margin-left: 5px;
}
.testimonial button.slick-prev.slick-arrow svg {
  height: 40px;
  width: 40px;
  fill: var(--white-color);
}
.testimonial button.slick-next.slick-arrow svg {
  height: 40px;
  width: 40px;
  fill: var(--white-color);
}
.testimonial button.slick-next.slick-arrow {
  background-color: #00000000;
  color: var(--white-color);
  border: 1px solid;
  display: inline-block;
  border-radius: 5px;
  margin-bottom: 15px;
  margin-top: -320px;
  float: left;
  margin-left: -45px;
  padding: 0;
}
.testimonial .slick-initialized .slick-slide {
  margin-right: 8px;
  margin-left: 8px;
}
.right-preview button svg {
  width: 25px;
  height: 25px;
}

/*================================================
   COUNTER SECTION
==================================================*/
.counter-section {
  z-index: 999;
  position: relative;
}
.counter-section .overlay {
  background-image: url(../images/counter/counter_bg_1.jpg);
  padding: 70px 0;
  height: 100%;
  position: relative;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 2;
}
.counter-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
  margin-left: 25px;
}
.counter-text span {
  font-size: 43px;
  color: var(--white-color);
  display: block;
  margin-top: -65px;
  margin-left: 70px;
  font-weight: 800;
}
.counter-card-icon {
  width: 80px;
  height: 80px;
  line-height: 70px;
  background-color: var(--primary-color);
  border: 10px solid #bdbdbd;
  border-radius: 50%;
  box-sizing: content-box;
  text-align: center;
}
.counter-text h2 {
  color: var(--white-color);
  margin-bottom: 5px;
  font-size: 42px;
}
.counter-text p {
  color: var(--white-color);
  display: block;
  margin-bottom: -0.45em;
}
.counter-section .overlay:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -3;
  background-color: #0e121d;
  opacity: 0.8;
}

/*================================================
   COUNTER SECTION
==================================================*/
.consultations-section {
  background-image: url(../images/consultations/mockup_bg_1.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center left;
  position: relative;
  width: 100%;
  height: 580px;
}
.consultation-right-img {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 4;
  height: 100%;
  width: 44%;
}
.consultation-right-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.consultation-play-btn {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 4;
}
.consultation-play-btn .banner_video {
  position: absolute;
  bottom: 65px;
  left: 44%;
}
.consultation-wrapper {
  padding-top: 80px;
}
.consultation-wrapper p {
  padding: 30px 0px;
  color: var(--white-color);
  font-size: 17px;
  line-height: 28px;
  position: relative;
}
.consultation-wrapper a {
  padding: 15px 30px;
  margin-right: 15px;
}
section.consultations-section:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  background: #000;
  opacity: 0.7;
}

/*----=============================== TEAM MEMBER SECTION STYLE CSS ==============================================--------*/
section.team-member-section {
  position: relative;
  padding: 115px 0px;
  z-index: 99;
  margin-top: -120px;
  padding-top: 225px;
  padding-bottom: 80px;
}
section.team-member-section:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background-color: var(--white-color);
  opacity: 0.9;
}
.team-member-title span,
.team-member-title h2 {
  color: #0e121d !important;
  font-weight: 700;
}
.team-member-title {
  margin-bottom: 40px;
}
.team-member-wrapper {
  position: relative;
}
.team-member-img {
  overflow: hidden;
  border-radius: 10px 10px 0 0;
  transition: 0.4s ease-in-out;
}
.team-member-img img {
  width: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.team-member-content {
  border-radius: 0 0 10px 10px;
  background-color: var(--primary-color);
  text-align: center;
  padding: 40px 15px 40px 15px;
  box-shadow: 0px 10px 15px rgba(7, 36, 95, 0.07);
  position: relative;
  z-index: 2;
  transition: 0.6s;
}
.team-member-content:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--white-color);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 0 0 9px 9px;
  transition: 0.6s;
}
.team-member-wrapper:hover .team-member-content:before {
  height: 0;
}
.team-member-social {
  position: absolute;
  right: 30px;
  top: -20px;
}
.team-member-social button {
  position: relative;
  z-index: 3;
  border: none;
  background-color: transparent;
  transition: 0.4s ease-in-out;
}
.tm-social {
  position: absolute;
  width: 40px;
  bottom: 50px;
  right: 0;
}
.tm-social a {
  margin-bottom: 7px;
  background: var(--white-color);
  box-shadow: 0px 5px 18px rgba(76, 88, 104, 0.06);
  visibility: hidden;
  opacity: 0;
  transform: translateY(45px);
  transition: 0.6s ease-in-out;
  display: flow;
  border-radius: 50%;
  padding: 8px 0px;
}
.team-member-content h2 {
  font-size: 24px;
  margin-bottom: 4px;
  margin-top: -0.24em;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}
.team-member-content span {
  color: var(--primary-color);
  display: block;
  font-family: var(--title-font);
  margin-bottom: -0.45em;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.team-member-social button:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: var(--primary-color);
  z-index: -1;
  border-radius: 50%;
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.team-member-social button svg {
  fill: var(--white-color);
  width: 25px;
  height: 35px;
}
.team-member-social:hover button {
  transform: rotate(45deg);
}
.team-member-social:hover .tm-social a {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}
.tm-social:hover a {
  visibility: visible;
  opacity: 1;
}
.tm-social svg {
  fill: var(--primary-color);
  transition: 0.6s;
}
.tm-social a:hover {
  background: var(--primary-color);
}
.tm-social a:hover svg {
  fill: var(--white-color);
}
.team-member-wrapper:hover h2,
.team-member-wrapper:hover span {
  color: var(--white-color);
}
.team-member-wrapper:hover .team-member-img img {
  transform: scale(1.08);
}
.team-member-section-carousel .owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: block;
}
.team-member-section-carousel button.owl-prev svg,
.team-member-section-carousel button.owl-next svg {
  position: absolute;
  width: 50px;
  height: 50px;
  fill: var(--primary-color);
  background: var(--white-color);
  border-radius: 50%;
  transition: 0.6s;
  padding: 5px 0px;
  visibility: hidden;
  -webkit-filter: drop-shadow(0px 4px 20px rgba(7, 36, 95, 0.1));
  filter: drop-shadow(0px 4px 20px rgba(7, 36, 95, 0.1));
}
.team-member-section .container:hover button.owl-prev svg,
.team-member-section .container:hover button.owl-next svg {
  visibility: visible;
}
.team-member-section-carousel button.owl-prev svg:hover,
.team-member-section-carousel button.owl-next svg:hover {
  fill: var(--white-color);
  background: var(--primary-color);
}
.team-member-section-carousel button.owl-prev svg {
  left: 0;
  margin-left: -100px;
  top: 35%;
}
.team-member-section-carousel button.owl-next svg {
  right: 0;
  margin-right: -100px;
  top: 35%;
}

/*----=============================== TESTIMONIALS SECTION STYLE CSS ==============================================--------*/
section.video-section {
  padding: 80px 0px;
  background-image: url(../images/video-1-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  z-index: 99;
  margin-top: 50px;
  display: none;
}
section.video-section:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  background: #0e121d;
  opacity: 0.9;
}
.video-sub-title {
  font-size: 18px;
  font-weight: 600;
  color: var(--primary-color);
  text-transform: capitalize;
  margin-bottom: 30px;
  display: inline-block;
  position: relative;
}
.video-text h2 {
  font-size: 48px;
  color: var(--white-color);
}
.video-text .sec-btn-2 {
  margin-top: 40px;
}
.page-wrapper {
  text-align: center;
  color: var(--white-color);
  z-index: 2;
}
.btn_title_service a {
  color: var(--white-color);
}
.btn_title_service .btn-title::after,
.btn_title_service .btn-title::before {
  border: 2px solid var(--white-color);
}
.btn_title_service .btn-title:hover::after,
.btn_title_service .btn-title:hover::before {
  border: 2px solid #db282d;
}
.video_service_one {
  position: relative;
  text-align: left;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
}
.banner_video {
  min-height: 100px;
  min-width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.banner_video a {
  display: inline-block;
  font-size: 13px;
  color: var(--white-color);
  text-align: center;
  position: relative;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -moz-transition: all 0.35s;
  -ms-transition: all 0.35s;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  background: var(--primary-color);
}
.banner_video a:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border: 2px solid var(--primary-color);
  opacity: 0;
  border-radius: 50%;
  -webkit-animation: pulse-border-2 2s linear infinite;
  animation: pulse-border-2 2s linear infinite;
}
.banner_video a:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border: 2px solid var(--primary-color);
  opacity: 0;
  border-radius: 50%;
  -webkit-animation: pulse-border 1.5s linear infinite;
  animation: pulse-border 1.5s linear infinite;
}
.banner_video a:hover {
  background: var(--white-color);
  color: var(--primary-color);
}
.banner_video a:hover::before {
  border: 2px solid var(--white-color);
}
.banner_video a:hover::after {
  border: 2px solid var(--white-color);
}
.banner_video a svg {
  width: 50px;
  height: 50px;
  padding-left: 6px;
}
@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes pulse-border {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    opacity: 0;
  }
}

@-webkit-keyframes pulse-border-2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}
@keyframes pulse-border-2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    opacity: 0;
  }
}

/*----=============================== TESTIMONIALS SECTION STYLE CSS ==============================================--------*/
.accordion-item {
  border: none;
}
button.accordion-button.collapsed {
  background: #f3f3f3;
}
.accordion-item .accordion-button {
  margin-top: 25px;
}
.accordion-item:first-of-type .accordion-button {
  background: #f3f3f3;
}
.accordion-button:not(.collapsed) {
  background-color: #f3f3f3 !important;
}
.accordion-body {
  background: #f3f3f3;
}
.accordion-button {
  width: 100%;
  padding: 12px 20px;
}
.customer_testimonials .what_we_do_tiitle h2,
.why_you_work_section .what_we_do_tiitle h2 {
  color: #000;
  font-size: 42px;
}
.why-choose-us-text {
  position: relative;
  margin-top: -30px;
}
.testimonials_item {
  position: relative;
  transition: all 0.6s;
  max-width: 800px;
  background: url(../images/service/bg-testimonial.jpg) no-repeat center center;
  background-size: cover;
  margin: 0 auto 55px;
}
.testimonials_item h4 {
  color: var(--white-color);
  font-size: 20px;
  margin: 0 40px 0 0;
}
.testimonial_quote_star svg {
  color: #de5943;
  margin-bottom: 15px;
}
.testimonial_quote p {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 18px;
  color: #cbcbcb;
}
.testimonials_item_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
}
.testimonials_item_bottom_left {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 25px;
  padding-right: 56px;
  background: #de5943;
  -webkit-clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 80% 100%, 0% 100%);
}
.testimonials_item_bottom_left_img img {
  max-width: 100%;
  width: auto;
  height: auto;
  border-radius: 50%;
}
.testimonials_item_bottom_left_text {
  padding-left: 20px;
}
.testimonials_item_bottom_left_text h5 {
  color: var(--white-color);
  font-weight: 600;
  text-transform: capitalize;
}
.testimonials_item_bottom_left_text p {
  color: var(--white-color);
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
.testimonial_quote {
  padding: 15px 20px 30px;
}
.testimonials_item h4 {
  padding-left: 20px;
  padding-top: 25px;
}
.testimonials_item_bottom_right svg {
  color: var(--white-color);
  width: 70px;
  height: 70px;
  margin-right: 10px;
}
.testimonials_item:hover .testimonials_item_bottom_right svg {
  color: #de5943;
}
section.customer_testimonials {
  margin: 80px 0px;
  position: relative;
}
.accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
  background-color: var(--primary-color);
  padding: 18px 18px;
  background-size: 36px;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
  background-color: var(--primary-color);
  padding: 18px 18px;
  background-size: 36px;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion-button:not(.collapsed) {
  color: #000;
  background-color: var(--white-color);
  box-shadow: none;
}
.why_you_work_section {
  background: var(--white-color);
  padding-bottom: 50px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.why_you_work_section_img {
  text-align: right;
  margin-top: 220px;
}
.accordion_two {
  margin-top: 10px !important;
}
.why_you_work_section .what_we_do_tiitle {
  margin-top: 45px;
}
.why_you_work_section .accordion {
  margin-top: 40px;
}
.testimonials_wrapper {
  margin-top: 30px;
}
.accordion-item button:focus {
  border: 0;
  box-shadow: none;
}
.accordion-item h2 button {
  font-size: 20px;
  font-weight: 700;
}
.testimonials-slider {
  margin-top: 20px;
}
.testimonials-slider .owl-nav {
  position: absolute;
  top: -55px;
  left: 0;
  right: 0;
}
.testimonials-slider .owl-nav button {
  text-align: center;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  background: var(--primary-color) !important;
  color: var(--white-color) !important;
  transition: all 0.6s ease-in-out;
  visibility: hidden;
}
.testimonials-slider:hover .owl-nav button {
  visibility: visible;
}
.testimonials-slider .owl-nav button svg {
  width: 28px;
  height: 28px;
}
.testimonials-slider .owl-nav button:hover {
  background: var(--white-color) !important;
  color: var(--primary-color) !important;
}
.testimonials-slider .owl-prev {
  float: left;
  margin-left: -70px;
  margin-top: 180px;
}
.testimonials-slider .owl-prev svg {
  padding-right: 5px;
}
.testimonials-slider .owl-next svg {
  padding: 3px 0px;
}
.testimonials-slider .owl-next {
  float: right;
  margin-top: 180px;
  margin-right: -70px;
}
.why_you_work_section_new-two {
  background-image: url(../images/service/bg-05.jpg);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 210px 0 0;
  margin-top: -298px;
}
.why_you_work_section .shadow-title {
  font-size: 160px;
  font-weight: 900;
  color: transparent;
  line-height: 0.89;
  -webkit-text-stroke: 1px #0e121d;
  opacity: 0.08;
  margin-top: -0.08em;
  margin-bottom: -100px;
  width: 100%;
}
.why_you_work_section span.tagline {
  font-size: 16px;
  font-weight: 600;
  color: #0e121d;
  text-transform: uppercase;
  margin-top: -0.41em;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}
.why_you_work_section span.shape {
  display: inline-block;
  height: 3px;
  width: 40px;
  background-color: var(--primary-color);
  border-radius: 99px;
  position: relative;
  top: -28px;
  left: 245px;
}
.why_you_work_section span.dots {
  display: inline-block;
  width: 3px;
  height: 3px;
  background-color: inherit;
  border-radius: 99px;
  position: absolute;
  top: 0px;
  left: 43px;
}
.why_you_work_section span.dots:after,
span.dots:before {
  content: "";
  height: inherit;
  width: inherit;
  background-color: inherit;
  border-radius: inherit;
  display: inline-block;
  position: absolute;
  top: 0;
}
.why_you_work_section span.dots:before {
  left: 6px;
}
.why_you_work_section span.dots:after {
  left: 12px;
}

/*========================================== CHOOSE SECTION STYLE =================================================*/
@keyframes fadeInScale {
  0% {
    transform: scale(0.9);
    opacity: 0;
  }

  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.new-fade {
  -webkit-animation: 0.7s ease-in-out fadeInScale;
  -moz-animation: 0.7s ease-in-out fadeInScale;
  animation: 0.7s ease-in-out fadeInScale;
}
.choose-tabs ul.nav {
  flex-direction: column;
  gap: 20px;
  border-right: 1px solid rgba(0, 15, 87, 0.2);
  margin-right: 30px;
  padding-right: 30px;
  border-bottom: none;
}
.choose-tabs {
  display: flex;
  margin-top: 30px;
}
.choose-tabs ul li button.nav-link {
  font-size: 30px;
  color: #0e121d;
  font-weight: 700;
  width: 65px;
  height: 65px;
  line-height: 60px;
  text-align: center;
  padding: 0 4px 0 0;
  border: none;
  background-color: transparent;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  background-image: url(../images/icon/download.svg);
}
.choose-tabs ul li button.nav-link.active {
  color: var(--white-color);
  background-image: url(../images/icon/download-2.svg);
}
.nav-tabs .nav-link {
  border: var(--white-color);
}
.choose-tabs .tab-content .tab-pane h4 {
  font-size: 30px;
  margin-bottom: 20px;
}
.choose-tabs .tab-content .tab-pane p {
  margin-bottom: 20px;
}
.choose-cheklist-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}
.choose-cheklist-wrap img {
  border-radius: 5px;
  width: 100%;
}
.choose-cheklist-text ul {
  list-style: none;
  padding: 0;
  margin-left: 10px;
}
.choose-cheklist-text ul li svg {
  background: var(--white-color);
  fill: var(--primary-color);
  width: 20px;
  height: 20px;
  display: inline-block;
  margin-right: 5px;
}
.choose-cheklist-text ul li {
  line-height: 11px;
  margin-top: 12px;
}
span.choose-sub-title {
  font-size: 16px;
  font-weight: 600;
  color: #0e121d;
  text-transform: uppercase;
  margin-bottom: 25px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}
span.chose-shape {
  display: inline-block;
  height: 3px;
  width: 40px;
  background-color: var(--primary-color);
  border-radius: 99px;
  position: relative;
  top: -53px;
  left: 140px;
}
span.chose-dots {
  display: inline-block;
  width: 3px;
  height: 3px;
  background-color: inherit;
  border-radius: 99px;
  position: absolute;
  top: 0;
  left: 44px;
}
span.chose-dots:after,
span.chose-dots:before {
  content: "";
  height: inherit;
  width: inherit;
  background-color: inherit;
  border-radius: inherit;
  display: inline-block;
  position: absolute;
  top: 0;
}
span.chose-dots:after {
  left: 6px;
}
span.chose-dots:before {
  left: 12px;
}
section.choose-us-section {
  margin: 120px 0px;
}
.choose-right-wrapper {
  position: relative;
  z-index: 2;
  line-height: 0;
}
.choose-right-img {
  border-radius: 10px;
  overflow: hidden;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.choose-left-text-end {
  text-align: right !important;
}
.choose-bg-shape {
  border-radius: 10px;
  overflow: hidden;
  display: inline-block;
  z-index: -1;
  width: 79%;
  background-color: var(--primary-color);
}
.choose-play-video {
  display: inline-block;
  padding: 50px 50px 70px 50px;
  border-radius: 10px;
  position: absolute;
  bottom: 0;
  left: 21%;
  background-color: var(--primary-color) !important;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.choose-play-video .banner_video a {
  background: var(--white-color);
  color: var(--primary-color);
  transition: 0.6s;
}
.choose-play-video .banner_video a:hover {
  background: #000;
}
.choose-play-video .banner_video a::before {
  border: 2px solid var(--white-color);
}
.choose-play-video .banner_video a:hover::before {
  border: 2px solid #000;
}
.choose-play-video .banner_video a:hover::after {
  border: 2px solid #000;
}
.choose-back-bg-img {
  position: absolute;
  right: 0;
}
.choose-back-bg-img img {
  margin-top: -540px;
}

/*========================================== ABOUT SECTION STYLE =================================================*/
.about-sub-title {
  font-size: 18px;
  font-weight: 600;
  color: var(--primary-color);
  text-transform: capitalize;
  margin-bottom: 30px;
  display: inline-block;
  position: relative;
}
.about-sub-title img {
  max-width: 100%;
  height: auto;
}
.about-top-title h2 {
  font-size: 40px;
  margin-bottom: 15px;
}
.about-wrapper p {
  color: #4d5765;
  margin-bottom: 30px;
}
.about-ul-cheaklist {
  margin-bottom: 45px;
}
.about-ul-cheaklist ul {
  padding-left: 0;
  list-style: none;
  text-align: left;
  margin-bottom: 0;
}
.about-ul-cheaklist ul li {
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 14px;
  color: #0e121d;
}
.about-ul-cheaklist ul li svg {
  margin-right: 10px;
  fill: var(--primary-color);
  width: 20px;
  height: 20px;
}
section.about-section {
  padding: 50px 0;
  padding-top: 60px;
}
.about-section-overflow {
  position: relative;
  overflow: hidden;
}
.price-range {
  margin: 20px;
}
.values {
  margin: 10px 0;
  font-size: 18px;
}
.jump {
  -webkit-animation: jumpAni 7s linear infinite;
  animation: jumpAni 7s linear infinite;
}
.jump {
  -webkit-animation: jumpAni 7s linear infinite;
  animation: jumpAni 7s linear infinite;
}
@-webkit-keyframes jumpAni {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes jumpAni {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.jump-reverse {
  -webkit-animation: jumpReverseAni 7s linear infinite;
  animation: jumpReverseAni 7s linear infinite;
}
@-webkit-keyframes jumpReverseAni {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes jumpReverseAni {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.shape-mockup {
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 10%;
}
.img-box2 {
  position: relative;
  margin-top: 15px;
  text-align: right;
}
.about-us-more-button-wrapper .sec-th-btn:before,
.about-us-more-button-wrapper .sec-th-btn:after {
  background-color: #0e121d;
}

/*========================================== VISA SECTION STYLE =================================================*/
.country-inner-box {
  position: relative;
  overflow: hidden;
}
.country-text {
  position: absolute;
  top: 53%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  padding: 0;
  z-index: 1;
  text-align: center;
}
.country-wrapper:hover .country-inner-box img {
  transform: scale(1.05);
}
.country-wrapper {
  margin-bottom: 25px;
}
.country-inner-box:before {
  position: absolute;
  content: "";
  background: #000;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  opacity: 0.5;
  z-index: 1;
}
.country-inner-box img {
  width: 100%;
  transition: all 500ms ease;
}
.country-text h3 {
  z-index: 9;
  color: #fff;
  font-size: 26px;
  line-height: 32px;
  font-weight: 600;
  margin: 0;
}
.visa-title {
  text-align: center;
  padding-bottom: 34px;
  position: relative;
  margin-bottom: 20px;
}
.visa-title p {
  position: relative;
  display: block;
  font-size: 12px;
  line-height: 20px;
  color: #777777;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 10px;
}
.visa-title h2 {
  position: relative;
  display: block;
  font-size: 45px;
  line-height: 55px;
  font-weight: 700;
  margin: 0;
}
.visa-title:before {
  position: absolute;
  content: "";
  width: 40px;
  height: 3px;
  bottom: 20px;
  background: #ff8b00;
  left: 50%;
  transform: translateX(-50%);
  margin-left: -30px;
}
.dotted-box .dotted-1 {
  left: 50%;
  margin-left: -7px;
  position: absolute;
  width: 3px;
  height: 3px;
  bottom: -14px;
  background: #ff8b00;
}
.dotted-box {
  position: relative;
}
.dotted-box .dotted-2 {
  left: 50%;
  margin-left: -1px;
  position: absolute;
  width: 3px;
  height: 3px;
  bottom: -14px;
  background: #ff8b00;
}
.dotted-box .dotted-3 {
  left: 50%;
  margin-left: 5px;
  position: absolute;
  width: 3px;
  height: 3px;
  bottom: -14px;
  background: #ff8b00;
}
.visa-section {
  margin-top: 60px;
}
.visa-slider-section .owl-nav {
  display: none !important;
}
.about-sub-title-home {
  position: relative;
  margin-bottom: 10px;
}
/* .visa-title h2{}
.visa-title h2:after, .visa-title h2:before {content: "";position: absolute;left: 0;bottom: 0;width: 61px;height: 2px;background-color: var(--primary-color);}
.visa-title h2:after {width: 16px;border-left: 4px dashed #0E121D;border-right: 4px dashed #0E121D;height: 2px;background-color: transparent;bottom: 0px;left: 40px;-webkit-animation: footerLine 7s linear infinite;animation: footerLine 7s linear infinite;} */
/*========================================== ABOUT SECTION STYLE =================================================*/
.solution-box {
  padding: 50px 50px 85px 40px;
  background-color: #ff8b00;
  box-shadow: 0px 10px 30px rgba(7, 36, 95, 0.08);
  border-radius: 20px;
  text-align: left;
  position: relative;
  z-index: 2;
  margin-bottom: 27.5px;
}
.solution-box:after,
.solution-box:before {
  content: "";
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  position: absolute;
  top: 2px;
  left: 2px;
  background-color: #ffffff;
  z-index: -1;
  border-radius: 19px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.solution-box:hover::after,
.solution-box:hover::before {
  height: 0;
}
.solution-box-icon {
  width: 80px;
  height: 80px;
  line-height: 80px;
  background-color: #ff8b00;
  border-radius: 50%;
  margin: 20px 0px 30px;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  position: relative;
  z-index: 2;
}
.solution-box h3 {
  font-size: 24px;
  margin-bottom: 15px;
  margin-top: -0.24em;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.solution-box p {
  margin-bottom: -0.45em;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  line-height: 30px;
}
.solution-box a {
  padding: 10px;
  background-color: #ff8b00;
  color: #ffffff;
  box-shadow: 0px 8px 19px rgba(255, 76, 19, 0.3);
  position: absolute;
  bottom: -22.5px;
  left: auto;
  margin-left: 0;
  border-radius: 50%;
}
.solution-box a svg {
  width: 30px;
  height: 30px;
}
.solution-box-icon img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
  margin-left: 30px;
}
.solution-box:hover .solution-box-icon img {
  -webkit-filter: none;
  filter: none;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.solution-box:hover .solution-box-icon {
  background-color: #fff;
}
.solution-box:hover h3 {
  color: #fff;
}
.solution-box:hover p {
  color: #fff;
}
.solution-box-icon:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: -10px;
  left: -10px;
  background-color: inherit;
  opacity: 0.3;
  z-index: -1;
  border-radius: inherit;
}
.solution-box::after {
  width: 100%;
  height: 100%;
  background-image: -webkit-linear-gradient(
    top,
    #ff4c13 0%,
    rgba(255, 255, 255, 0) 80%
  );
  background-image: linear-gradient(
    180deg,
    #ff4c13 0%,
    rgba(255, 255, 255, 0) 80%
  );
  z-index: -2;
  top: 0;
  left: 0;
}
.solution-box:hover a {
  background-color: #ffffff;
  color: #ff8b00;
  -webkit-animation: jumpIcon 1s linear infinite;
  animation: jumpIcon 1s linear infinite;
}
.solution-space {
  padding-top: 60px;
  padding-bottom: 90px;
}
.solution-bg-top {
  background-size: auto;
  background-position: top center; /* background-repeat: no-repeat; */
}
/* .solution-title-area span {font-size: 16px;font-weight: 600;color: #ff8b00;padding-left: 15px;display: inline-block;margin-bottom: 18px;position: relative;line-height: 30px;}
.solution-title-area span:after {content: "";position: absolute;left: 0;height: 100%;width: 50%;background: #ffeae1;z-index: -1;} */
.solution-title-area h2 {
  font-size: 48px;
}
.solution-title-area {
  text-align: center;
  position: relative;
  margin-bottom: 50px;
}
.solution-box-icon-2 img {
  margin-left: 20px;
}
.solution-box-icon-3 img {
  margin-left: 20px;
}
.solution-box-icon-4 img {
  margin-left: 13px;
  width: 55px;
  height: 55px;
}
@-webkit-keyframes jumpIcon {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes jumpIcon {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
/*========================================== FOOTER SECTION STYLE =================================================*/
footer.footer-section {
  background: #0e121d;
  color: aliceblue;
  padding-top: 90px;
  padding-bottom: 55px;
}
.footer-common-title h3 {
  position: relative;
  border: none;
  color: var(--white-color);
  line-height: 1;
  border-bottom: 0;
  padding: 0 0 15px 0;
  margin: -0.1em 0 20px 0;
  text-transform: capitalize;
}
.footer-common-title h3:after,
.footer-common-title h3:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 61px;
  height: 2px;
  background-color: var(--primary-color);
}
.footer-common-title h3:after {
  width: 16px;
  border-left: 4px dashed #0e121d;
  border-right: 4px dashed #0e121d;
  height: 2px;
  background-color: transparent;
  bottom: 0px;
  left: 40px;
  -webkit-animation: footerLine 7s linear infinite;
  animation: footerLine 7s linear infinite;
}
@-webkit-keyframes footerLine {
  0% {
    left: 40px;
  }
  50% {
    left: 0;
  }
  100% {
    left: 40px;
  }
}
@keyframes footerLine {
  0% {
    left: 40px;
  }
  50% {
    left: 0;
  }
  100% {
    left: 40px;
  }
}
.wiget-one-social svg {
  fill: var(--white-color);
  width: 16px;
  height: 16px;
  transition: 0.3s;
}
.wiget-one-social a {
  padding: 7px 8px 10px 12px;
  background: #3d4250;
  margin: 0px 8px 0px 0px;
  transition: all ease 0.4s;
}
.wiget-one-social a:hover {
  background: var(--primary-color);
}
.footer-wiget-one-text p {
  margin-bottom: 32px;
}
.footer-wiget-two-text ul li a {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px;
  display: block;
  max-width: 100%;
  width: max-content;
  padding-right: 0;
  position: relative;
  border: 0;
  color: var(--white-color);
  transition: all ease 0.4s;
}
.footer-wiget-two-text ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-wiget-two-text ul li a:hover {
  color: var(--primary-color);
}
.footer-wiget-two-text ul li a svg {
  width: 25px;
  height: 25px;
  margin-top: -3px;
  transition: all ease 0.3s;
  left: 0;
}
.footer-wiget-two-text ul li a:hover svg {
  left: 5px;
  position: relative;
}
.footer-widget-three-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  margin-bottom: 25px;
}
.footer-widget-icon {
  color: var(--white-color);
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  font-size: 12px;
  height: 26px;
  width: 26px;
  background: var(--primary-color);
  text-align: center;
  padding: 3px 0px;
}
.footer-widget-three-box-text p {
  display: block;
  color: var(--white-color);
  margin-bottom: 0;
}
.footer-widget-three-box-text p a {
  color: var(--white-color);
}
.footer-widget-three-location {
  margin-top: 30px;
}
.recent-post {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
  line-height: 10px;
}
.recent-post-img {
  width: 21%;
  border-radius: 0px;
  overflow: hidden;
  display: inline-block;
  float: left;
}
.recent-post-text {
  padding-left: 10px;
  width: 79%;
  display: inline-block;
  float: left;
}
.recent-post-img img {
  width: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.recent-post-text-top svg {
  margin-right: 5px;
  fill: var(--primary-color);
  width: 16px;
  height: 16px;
}
.recent-post-text-top span {
  text-transform: capitalize;
  color: #b2b2b2;
  font-size: 15px;
}
.recent-post-text-top {
  margin-bottom: 5px;
  margin-top: 5px;
}
.recent-post-text h4 {
  color: var(--white-color);
  font-size: 18px;
  line-height: 24px;
  margin: 0;
}
.recent-post a:hover img {
  transform: scale(1.1);
}
.copyright-left p {
  float: left;
}
.copyright-right {
  float: right;
}
.footer-copyright-section {
  background: #262a36;
  padding: 17px 0;
}
.copyright-left p {
  color: var(--white-color);
  font-size: 14px;
  margin: 0;
}
.copyright-right p {
  color: var(--white-color);
  font-size: 14px;
  margin: 0;
}
.copyright-right a {
  color: var(--primary-color);
  transition: 0.5s;
}
.copyright-right a:hover {
  color: #fff;
}
.footer-widget {
  position: relative;
}
.newsletter-form {
  gap: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 680px;
  position: relative;
}
.newsletter-form input {
  background: #262a36;
  color: #fff;
  border-radius: 0px;
  border: 0 !important;
  margin-bottom: 0;
  height: 56px;
  padding: 0 20px;
}
.newsletter-form .th-btn {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
  width: auto;
  padding: 0 23px;
  box-shadow: none;
  height: 56px;
  line-height: 56px;
  text-align: center;
}
.newsletter-form input:focus {
  background: #262a36;
  color: #fff;
  outline: 0;
  box-shadow: none;
}
.newsletter-form input::-ms-input-placeholder {
  color: #8993a1;
}
.newsletter-form input::placeholder {
  color: #8993a1;
}
/*========================================== Home Page SECTION STYLE =================================================*/
@keyframes kenBurns {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
@-webkit-keyframes kenBurns {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
.home-section {
  overflow: hidden;
  position: relative;
  display: block;
  z-index: 0;
  height: 850px;
  width: 100%;
  margin-top: -135px;
}
.header-main-bg {
  background: url(../images/corporate1420x540.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  animation: kenBurns 10s ease alternate infinite;
  -webkit-animation: kenBurns 10s ease alternate infinite;
  background-position: 50% 0% !important;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.home-section .overlay {
  background-color: rgba(0, 0, 0, 0.4);
  height: 950px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.home-title-wrapper {
  text-align: center;
}
.home-title-wrapper h1 {
  font-size: 80px;
  font-weight: 700;
  line-height: 90px;
  color: #fff;
  margin-top: -100px;
  position: relative;
}
.home-title-wrapper p {
  color: #fff;
  font-size: 20px;
  padding-left: 50px;
  padding-right: 50px;
  margin-top: 20px;
}
.hero-links {
  margin-top: 30px;
  color: #fff;
}
.hero-links .h5-sm {
  display: inline-block;
  line-height: 1;
  margin-right: 20px;
  font-size: 22px;
}
.hero-links .h5-sm svg {
  fill: #fff;
  height: 24px;
  width: 24px;
}
.hero-7-countries {
  margin-top: -180px;
  margin-bottom: 0;
}
.hbox-1 {
  position: relative;
  background-color: #fff;
  border: 1px solid #f5f5f5;
  padding: 10px;
  margin: 0 8px 15px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.hbox-1 img,
.hbox-1 .hover-overlay {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.hover-overlay {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
}
.hover-overlay img {
  transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
  overflow: hidden;
  -webkit-transition: transform 400ms;
  -moz-transition: transform 400ms;
  -o-transition: transform 400ms;
  transition: transform 400ms;
}
.item-overlay {
  opacity: 0;
  -moz-opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 10, 10, 0.5);
  -webkit-transition: all 400ms ease-in-out;
  -moz-transition: all 400ms ease-in-out;
  -o-transition: all 400ms ease-in-out;
  -ms-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.hbox-1-txt {
  display: inline-block;
  margin: 0 auto;
}
.hero-coutries-carousel .hbox-1-content img {
  position: absolute;
  right: 30px;
  bottom: 32px;
  width: 70px;
  height: 46px;
}
.hbox-1-txt h5 {
  font-weight: 600;
  margin-top: 15px;
  margin-left: 20px;
  font-size: 26px;
  color: #222;
}
.hbox-1:hover .hover-overlay img {
  transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -moz-transform: scale(1.2);
}
.hbox-1:hover .item-overlay {
  opacity: 1;
  -moz-opacity: 1;
}
.hero-coutries-carousel .owl-nav {
  position: relative;
  text-align: center;
  display: none; /* margin-top: 30px; */
}
.hero-coutries-carousel .owl-prev,
.hero-coutries-carousel .owl-next {
  border: 0;
  text-align: center;
  display: inline-block;
  width: 40px;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
}
.hero-coutries-carousel .owl-prev svg,
.hero-coutries-carousel .owl-next svg {
  width: 50px;
  height: 50px;
  fill: #ff8b00;
}
.hero-coutries-carousel .owl-prev {
  margin-right: 15px;
}
.hero-coutries-carousel .owl-next {
  margin-left: 15px;
}

/*================================================
   Blog SECTION
==================================================*/
.blog-section-wrapper {
  padding: 50px 0 40px;
}
.blog-single {
  margin-bottom: 50px;
  position: relative;
  background: #f3f3f3;
}
.blog-single .blog-img {
  position: relative;
  overflow: hidden;
  background-color: #f3f3f3;
  line-height: 0;
}
.blog-single .blog-img img {
  width: 100%;
  -webkit-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
.blog-content {
  padding: 30px;
  position: relative;
  margin: 0;
}
.blog-date span {
  font-size: 36px;
  display: block;
  font-weight: 700;
  margin-bottom: 7px;
  line-height: 1;
}
.blog-meta {
  margin: 0 0 18px 0;
  margin-right: 70px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.blog-meta a {
  display: inline-block;
  margin-right: 15px;
  font-size: 14px;
  color: #4d5765;
  position: relative;
}
.blog-meta a svg {
  fill: var(--primary-color);
}
.blog-single .blog-date {
  position: absolute;
  top: 0;
  right: 20px;
  background: var(--primary-color);
  padding: 20px 8px 15px;
  color: var(--white-color);
  text-align: center;
  font-size: 12px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.box-title {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 600;
  margin-top: -0.32em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.box-title a {
  color: #0e121d;
}
.link-btn {
  font-weight: 500;
  font-size: 14px;
  display: inline-block;
  line-height: 0.8;
  position: relative;
  padding-bottom: 2px;
  margin-bottom: -2px;
  text-transform: uppercase;
  color: var(--primary-color);
}
.link-btn:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: var(--primary-color);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
  width: 100%;
  height: 1px;
}
.link-btn:hover:before {
  width: 40%;
}
.link-btn svg {
  fill: var(--primary-color);
}
.blog-single:hover img {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}
.blog-section-slider .owl-carousel .owl-dots.disabled,
.blog-section-slider .owl-carousel .owl-nav.disabled {
  display: block;
}
.blog-section-slider button.owl-prev svg,
.blog-section-slider button.owl-next svg {
  position: absolute;
  width: 50px;
  height: 50px;
  fill: var(--primary-color);
  background: var(--white-color);
  border-radius: 50%;
  transition: 0.6s;
  padding: 5px 0px;
  visibility: hidden;
  -webkit-filter: drop-shadow(0px 4px 20px rgba(7, 36, 95, 0.1));
  filter: drop-shadow(0px 4px 20px rgba(7, 36, 95, 0.1));
}
.blog-section-slider:hover button.owl-prev svg,
.blog-section-slider:hover button.owl-next svg {
  visibility: visible;
}
.blog-section-slider button.owl-prev svg:hover,
.blog-section-slider button.owl-next svg:hover {
  fill: var(--white-color);
  background: var(--primary-color);
}
.blog-section-slider button.owl-prev svg {
  left: 0;
  margin-left: -100px;
  top: 35%;
}
.blog-section-slider button.owl-next svg {
  right: 0;
  margin-right: -100px;
  top: 35%;
}
section.background-img img {
  height: 100vh;
}
section.background-img {
  height: 90vh;
  width: 100%;
  background-position: center;
  background-size: cover;
  margin-top: -135px;
}
/*================================================
   NEW FOOTER SECTION
==================================================*/
.new-footer-header h2 {
  position: relative;
  color: #ffffff;
  padding: 0px 0px 12px 40px;
  text-transform: uppercase;
  font-size: 24px;
}
.new-footer-section {
  padding-top: 70px;
  padding-bottom: 60px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.about-h2-animation:before,
.about-h2-animation:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 61px;
  height: 2px;
  background-color: #f0a538;
}
.about-h2-animation:after {
  width: 16px;
  border-left: 4px dashed #0e121d;
  border-right: 4px dashed #0e121d;
  height: 2px;
  background-color: transparent;
  bottom: 0px;
  left: 40px;
  -webkit-animation: footerLine 7s linear infinite;
  animation: footerLine 7s linear infinite;
}
.new-about-footer-text p {
  color: #8993a1;
}
.new-about-footer-text {
  text-align: center;
  margin-top: 25px;
}
.new-about-footer-social a {
  padding: 7px 8px 10px 12px;
  background: #3d4250;
  margin: 0px 8px 0px 0px;
  transition: all ease 0.4s;
}
.new-about-footer-social svg {
  fill: #fff;
  width: 16px;
  height: 16px;
  transition: 0.3s;
}
.new-about-footer-social a:hover {
  background: #ff8b00;
}
.new-about-footer-social {
  text-align: center;
  margin-top: 35px;
}
.new-footer-address-box {
  text-align: center;
  margin-top: 35px;
  border-right: 1px solid #616779;
  border: 1px dashed #616779;
  padding: 30px 10px;
}
.new-footer-box-border {
  border: none;
}
.new-footer-address-box h4 {
  color: #fff;
  font-size: 22px;
}
.new-footer-address-box p {
  color: #fff;
  margin: 0;
}
.new-footer-address-box a {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  transition: 0.6s;
}
.new-footer-address-box a:hover {
  color: #ff8b00;
}
.footer-title .sub-title6 {
  color: #fff;
  margin-top: 40px;
  margin-bottom: -20px;
  font-size: 22px;
  letter-spacing: 1.5px;
}
/*========================================== Blog Page STYLE =================================================*/
.page-header {
  position: relative;
}
.page-header-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.page-header .container {
  position: relative;
  z-index: 10;
  padding-top: 80px;
  padding-bottom: 80px;
}
.thm-breadcrumb {
  font-weight: 400;
  font-size: 14px;
  color: #fff;
  display: inline-block;
  margin-bottom: 20px;
  background: linear-gradient(90deg, #ff8b00 23%, rgb(255, 139, 0) 64%);
  padding: 11px 21px 11px 11px;
  border-radius: 4px;
  text-transform: capitalize;
}
.thm-breadcrumb li {
  line-height: 1;
  display: inline-block;
  align-items: center;
  letter-spacing: 0.5px;
}
.thm-breadcrumb li:first-child {
  margin-left: 10px;
}
.thm-breadcrumb li:not(:last-of-type) {
  margin-right: 6px;
}
.thm-breadcrumb li a {
  padding-bottom: 3px;
  color: inherit;
}
.page-header .container h1 {
  margin: 0;
  line-height: 1;
  color: #fff;
  font-size: 54px;
  font-weight: 700;
  margin-top: 5px;
  letter-spacing: 0.7px;
}
.blog-page-wrapper {
  padding-top: 90px;
  padding-bottom: 40px;
}
/*========================================== SERVICE PAGE STYLE SERVICES SECTION STYLE =================================================*/
section.services-section {
  padding-top: 90px;
  padding-bottom: 40px;
}
.services-wrapper-img img {
  width: 100%;
  transition: 0.4s;
}
.services-wrapper-text h4 a {
  font-size: 24px;
  color: #000;
}
.services-wrapper-text h4 {
  margin-bottom: 18px;
}
.services-wrapper-text p {
  color: #4d5765;
  margin-bottom: 35px;
  line-height: 26px;
}
a.sv-btn {
  padding: 15px 25px;
  font-size: 14px;
  color: #0e121d;
  border: 1px solid #e4e4e4;
  background: #fff;
  text-transform: uppercase;
  font-weight: 700;
}
.services-wrapper-text {
  padding: 30px 30px 50px;
  position: relative;
  background: transparent;
  margin: 0 15px;
  filter: drop-shadow(0px 8px 10px rgba(7, 36, 95, 0.25));
  clip-path: polygon(100% 0, 100% 75%, 75% 100%, 0 100%, 0 0);
  transition: 0.4s;
  margin-top: -57px;
}
.services-wrapper-text::before {
  background-color: #fff;
  height: calc(100% - 2px);
  width: calc(100% - 2px);
  top: 1px;
  left: 1px;
  z-index: -1;
  content: "";
  position: absolute;
  clip-path: polygon(100% 0, 100% 75%, 75% 100%, 0 100%, 0 0);
  transition: 0.4s;
}
.services-wrapper:hover .services-wrapper-img img {
  transform: scale(1.1);
}
.services-wrapper-img {
  overflow: hidden;
}
.services-wrapper:hover .services-wrapper-text:before {
  background: var(--primary-color);
}
.services-wrapper:hover .services-wrapper-text h4 a,
.services-wrapper:hover .services-wrapper-text p {
  color: #fff;
}
.services-wrapper:hover .services-wrapper-text a.sv-btn {
  color: var(--primary-color);
}
a.sv-btn svg {
  width: 24px;
  height: 24px;
  margin-top: -2px;
  margin-left: -2px;
}
.services-wrapper {
  margin-bottom: 50px;
}
a.sv-btn {
  position: relative;
  z-index: 2;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  border: 1px solid #e4e4e4;
  text-transform: uppercase;
  text-align: center;
  background: #fff;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  padding: 15px 25px;
}
.sv-btn:before,
.sv-btn:after {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  width: 0%;
  background-color: #000;
  z-index: -1;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.sv-btn:before {
  left: 0;
  border-radius: 0 20px 20px 0;
}
.sv-btn:after {
  right: 0;
  border-radius: 20px 0 0 20px;
}
.sv-btn.style3:hover {
  color: #000;
}
.sv-btn:hover:before,
.sv-btn:hover:after {
  background-color: var(--white-color);
}
.sv-btn:hover::before,
.sv-btn:hover:after,
.sv-btn.active::before,
.sv-btn.active:after {
  width: 50%;
  border-radius: 0;
}
/*========================================== Contact PAGE STYLE =================================================*/
.contact-page-wrapper {
  padding-top: 80px;
  padding-bottom: 60px;
}
.contact-page-new-bottom-section {
  padding-top: 20px;
  padding-bottom: 50px;
  background: #eff3f4;
}
.contact-page-new-bottom-section .footer-title .sub-title6,
.contact-page-new-bottom-section .new-footer-address-box h4,
.contact-page-new-bottom-section .new-footer-address-box p,
.contact-page-new-bottom-section .new-footer-address-box a {
  color: #000 !important;
}
.contact-main-wrapper {
  position: relative;
  margin-bottom: -20px;
}
.contact-page-new-bottom-section .new-footer-address-box {
  background: #fff;
}
.contact-map {
  margin-top: 30px;
  margin-bottom: 30px;
}
.contact-map iframe {
  width: 300px;
  height: 300px;
}
h2.contact-title {
  text-align: center;
  margin-bottom: 20px;
}
.from-group {
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
  width: 100%;
}
.from-group input,
.from-group textarea {
  height: 55px;
  padding: 0 25px 0 25px;
  padding-right: 45px;
  border: 1px solid transparent;
  color: #4d5765;
  background-color: #f3f3f3;
  border-radius: 0px;
  font-size: 16px;
  width: 100%;
  transition: 0.3s ease-in-out;
}
.from-group svg {
  display: inline-block;
  position: absolute;
  right: 25px;
  top: 19px;
  font-size: 16px;
  color: #93a5be;
}
.from-group input:focus,
.from-group textarea:focus {
  outline: 0;
  box-shadow: none;
  border-color: #ff5e14;
  background-color: #f8f8f8;
}
.from-group textarea {
  min-height: 150px;
  padding-top: 16px;
  padding-bottom: 17px;
  border-radius: 0px;
}
.from-group button {
  position: relative;
  z-index: 2;
  overflow: hidden;
  vertical-align: middle;
  display: inline-block;
  border: 1px solid #e4e4e4;
  text-transform: uppercase;
  text-align: center;
  background: #ff5e14;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  padding: 20px 0px;
  width: 100%;
}
.from-group button:before,
.from-group button:after {
  content: "";
  position: absolute;
  height: 100%;
  top: 0;
  width: 0%;
  background-color: #000;
  z-index: -1;
  transition: all 0.4s ease-out;
}
.from-group button:before {
  left: 0;
  border-radius: 0 20px 20px 0;
}
.from-group button:after {
  right: 0;
  border-radius: 20px 0 0 20px;
}
.from-group button:hover {
  color: #fff;
}
.from-group button:hover:before,
.from-group button:hover:after {
  background-color: #0e121d;
}
.from-group button:hover::before,
.from-group button:hover:after,
.from-group button.active::before,
.from-group button.active:after {
  width: 50%;
  border-radius: 0;
}
.from-group button svg {
  color: #fff;
  right: unset;
  width: 25px;
  height: 25px;
  top: 14px;
}
.testimonial-about {
  margin-bottom: 0 !important;
}
.experts-page-section {
  padding-top: 90px;
  padding-bottom: 50px;
}
.team-member-wrapper {
  margin-bottom: 40px;
}
/*================================================
    18. BOLG DETAILS
==================================================*/
.blog-details {
  padding: 80px 0;
}
.single-blog-post {
  margin-bottom: 30px;
}
.single-post .post-thumbnail {
  margin-bottom: 25px;
}
.post-pin {
  background: #222 none repeat scroll 0 0;
  color: #fff;
  height: 30px;
  line-height: 30px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 30px;
}
.post-thumbnail .slick-slide img {
  width: 100%;
}
.single-post-header {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 25px;
  padding-bottom: 10px;
}
.single-post-content h4 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 15px;
}
.single-post-content p {
  margin: 0;
  margin-bottom: 20px;
  line-height: 1.66;
}
.single-post-content ul:not(.meta-info) {
  margin-bottom: 30px;
  padding-left: 15px;
}
.single-post-content ul:not(.meta-info) li {
  color: #757575;
  font-size: 14px;
  list-style: outside none none;
  margin-bottom: 6px;
  padding-left: 18px;
  position: relative;
}
.single-post-content ul:not(.meta-info) li::before {
  background: #e1e1e1 none repeat scroll 0 0;
  border-radius: 100%;
  content: "";
  height: 7px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
}
.single-post-content blockquote p:first-child {
  font-size: 14px;
  margin-bottom: 8px;
}
.xboot-comment-area {
  background: #fff none repeat scroll 0 0;
  margin-bottom: 20px;
}
.xboot-comment-area .media {
  border-bottom: 1px solid #e5e5e5;
  padding: 10px 0 10px 25px;
}
.media-list li:last-child {
  border-bottom: medium none;
  margin: 0;
}
.xboot-comment-area {
  background: #fff none repeat scroll 0 0;
}
.xboot-comment-area .media-body > p span {
  color: #808080;
  display: inline-block;
  font-size: 12px;
  line-height: 15px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.comment-author-name {
  margin: 0;
}
.comment-author-name a {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
}
.media-list li {
  background: #ffffff none repeat scroll 0 0;
  margin-bottom: 20px;
  transition: 0.3s;
  position: relative;
  list-style: none;
}
.media-replay {
  margin-left: 35px;
}
.xboot-comment-area .media-body {
  margin-top: 0;
  padding-right: 25px;
}
.media-left img {
  border: 1px solid #e5e5e5;
  border-radius: 50%;
}
.media-left,
.media > .pull-left {
  padding-right: 20px;
}
.comment-form input {
  border: 1px solid #e5e5e5;
  height: auto;
  margin-bottom: 20px;
  padding: 10px 15px;
  width: 100%;
}
.comment-form form {
  background: #ffffff none repeat scroll 0 0;
  overflow: hidden;
}
.clear-fix textarea {
  border: 1px solid #e5e5e5;
  height: 150px;
  margin-bottom: 20px;
  margin-top: 0;
  padding: 15px;
  width: 100%;
}
.input-field-wrapper {
  margin: 0 -10px;
}
.input-field.col.s12 > label {
  left: 10px;
}
.my-comment-box.input-field.col.s12 > label {
  top: 30px;
}
.my-comment-box.input-field.col.s12 > label.active {
  top: 50px;
  color: var(--primary-color);
}
.sub-section-title {
  border-bottom: 1px solid #e5e5e5;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 25px;
  padding-bottom: 15px;
}
.input-field {
  float: left;
  padding: 0 10px;
  width: 33.3333%;
}
.media-body .button {
  margin-bottom: 10px;
  color: #000;
  text-decoration: none;
}
.media-body .button:hover {
  color: var(--primary-color);
}
.media-list > li:last-child .media-body .button {
  margin-bottom: 0;
}
.single-widget {
  margin-bottom: 20px;
}
.static-banner {
  border: 1px solid #e5e5e5;
  border-radius: 2px;
  box-shadow: 0 0 5px rgba(221, 221, 221, 0.5);
  margin-bottom: 30px;
}
.tags > a {
  border: 1px solid #e5e5e5;
  color: #000;
  display: inline-block;
  font-size: 12px;
  height: 33px;
  letter-spacing: 1px;
  line-height: 33px;
  margin-bottom: 10px;
  margin-right: 3px;
  padding: 0 15px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 700;
}
.tags > a:hover {
  background: var(--primary-color) none repeat scroll 0 0;
  border: 1px solid transparent;
  color: #fff;
}
.post-category-list {
  margin: 0;
  padding: 0;
}
.post-category-list > li {
  border-bottom: 1px solid #e5e5e5;
  list-style: none;
}
.post-category-list > li:last-child {
  border-bottom: medium none;
}
.post-category-list > li a {
  color: #000;
  display: block;
  padding: 10px 0;
  text-transform: capitalize;
  text-decoration: none;
  font-weight: 400;
}
.post-category-list > li a:hover {
  color: var(--primary-color);
}
.post-category-list a span {
  float: right;
}
.search-widget form {
  position: relative;
}
.search-widget input {
  border: 1px solid #e5e5e5;
  height: 40px;
  padding: 0 15px;
  width: 100%;
}
.search-widget button {
  background: var(--primary-color);
  border: 1px solid transparent;
  border-left: 1px solid transparent;
  color: #fff;
  font-size: 14px;
  height: 40px;
  line-height: 30px;
  padding: 0 15px;
  transition: 0.3s;
  top: 0;
  position: absolute;
  right: 0;
}
.search-widget button:hover {
  background: #232323;
  border: 1px solid transparent;
  color: #fff;
}
.about-widget img {
  margin-bottom: 20px;
  width: 100%;
}
.about-widget {
  text-align: left;
}
.author-signature {
  border-bottom: 1px solid #e5e5e5;
  padding: 20px 0 10px;
}
.author-signature p {
  color: #555;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 1;
  margin: 0 0 10px;
  text-transform: uppercase;
}
.author-signature p.designation {
  font-size: 12px;
  font-style: italic;
  line-height: 1;
  margin: 0;
  text-transform: capitalize;
}
.instra-slider img {
  width: 100%;
}
.single-blog-post {
  margin-bottom: 30px;
}
.single-post-content .blog-post-title {
  font-size: 35px;
  font-weight: 700;
  line-height: 40px;
  margin-top: 20px;
}
.search-widget {
  margin-top: -5px;
}
.single-post .post-thumbnail {
  margin-bottom: 25px;
}
.post-pin {
  background: #222 none repeat scroll 0 0;
  color: #fff;
  height: 30px;
  line-height: 30px;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
  width: 30px;
}
.post-thumbnail .slick-slide img {
  width: 100%;
}
.single-post-header {
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 25px;
  padding-bottom: 10px;
}
.single-post-content h4 {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 1;
  margin-bottom: 15px;
}
.single-post-content ul:not(.meta-info) {
  margin-bottom: 30px;
  padding-left: 15px;
}
.single-post-content ul:not(.meta-info) li {
  color: #757575;
  font-size: 14px;
  list-style: outside none none;
  margin-bottom: 6px;
  padding-left: 18px;
  position: relative;
}
.single-post-content ul:not(.meta-info) li::before {
  background: #e1e1e1 none repeat scroll 0 0;
  border-radius: 100%;
  content: "";
  height: 7px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 7px;
}
.single-post-content blockquote p:first-child {
  font-size: 14px;
  margin-bottom: 8px;
}
.post-shearing ul li:first-child {
  color: #000;
}
.button-black {
  background: #222 none repeat scroll 0 0;
  border: 1px solid transparent;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  height: 45px;
  letter-spacing: 2px;
  line-height: 46px;
  padding: 0 30px;
  text-transform: uppercase;
  transition: 0.3s;
  cursor: pointer;
}
.button-black:hover {
  background: var(--primary-color);
}
.post-grid {
  margin-bottom: 30px;
}
blockquote {
  border-left: medium none;
  font-style: italic;
  margin: 0 0 15px;
  padding: 15px 30px;
  position: relative;
}
.post-content-inner > blockquote::before,
.post-content-inner > blockquote::after {
  color: #999;
  content: "";
  font-family: fontawesome;
  left: 0;
  position: absolute;
  top: 0;
}
.post-content-inner > blockquote::after {
  bottom: 0;
  content: "";
  left: auto;
  right: 5px;
  top: auto;
}
.post-content-inner p.quote-author {
  font-size: 13px;
  letter-spacing: 0;
  text-align: right;
  text-transform: uppercase;
}
.single-post-footer {
  border-top: 1px solid #e5e5e5;
  margin-top: 30px;
  overflow: hidden;
  padding-top: 30px;
}
.post-shearing {
  display: inline-block;
  float: left;
}
.post-tags {
  display: inline-block;
  float: right;
}
.single-post-footer .post-shearing ul,
.single-post-footer .post-tags ul {
  list-style: outside none none;
  margin: 0;
}
.post-shearing ul li::before,
.post-tags ul li::before {
  display: none;
}
.single-post-footer .post-shearing ul li,
.single-post-footer .post-tags ul li {
  display: inline-block;
  margin-right: 20px;
  padding: 0;
}
.single-post-footer .post-tags ul li {
  margin-left: 20px;
  margin-right: 0;
}
.post-tags a {
  color: #333;
  text-decoration: none;
}
.post-tags a:hover {
  color: var(--primary-color);
}
.single-post-footer .post-shearing > ul {
  margin: 0;
  padding: 0;
}
.single-post-footer .post-shearing ul li a {
  color: #999;
  transition: 0.3s;
}
.single-post-footer .post-shearing ul li a svg {
  fill: #000;
}
.single-post-footer .post-shearing ul li a:hover {
  color: #000;
}
.meta-info {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
}
.meta-info > li:first-child {
  padding: 0;
}
.meta-info > li {
  display: inline-block;
  margin-right: 10px;
  padding-left: 15px;
  position: relative;
  list-style: none;
}
.meta-info > li:first-child::before {
  content: "";
}
.meta-info > li::before {
  color: #888;
  content: "-";
  left: 0;
  position: absolute;
  top: 0;
}
.meta-info a {
  color: #545454;
  font-size: 14px;
  text-transform: uppercase;
}
.blog-sidebar__box {
  margin-bottom: 30px;
  padding-left: 35px;
  padding-bottom: 10px;
}
.service-box-wrapper {
  background: #f8f8f8;
  padding: 20px 40px;
}
.service-box-wrapper ul {
  list-style: none;
  padding-left: 0;
}
.service-box-wrapper ul li a {
  display: flex;
  margin: 0 0 20px;
  padding: 0 35px 20px 0;
  border-bottom: 1px solid #e4e4e4;
  font-family: "Public Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.18;
  color: #000;
  transition: 0.3s;
}
.service-box-wrapper ul li a:hover {
  color: var(--primary-color);
}
.service-box-wrapper ul li a .service-icon {
  margin-right: 5px;
}
.service-box-wrapper ul li a .service-icon svg {
  width: 12px;
  height: 12px;
  fill: var(--primary-color);
  margin-bottom: 3px;
}
.blog-sidebar__box-title {
  font-size: 28px;
  color: #0c2139;
  margin: 0;
  padding-bottom: 10px;
  margin-bottom: 25px;
  font-weight: 700;
  position: relative;
  border-bottom: 1px solid #c2cedc;
  line-height: 1;
}
.blog-sidebar__box-title:after {
  content: "";
  width: 60px;
  height: 4px;
  background: var(--primary-color);
  position: absolute;
  bottom: -2px;
  left: 0;
}
.footer-widget__post-list {
  margin-bottom: 0;
  margin-top: 30px;
  padding-left: 0;
  list-style: none;
}
.footer-widget__post-list li {
  display: flex;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 20px;
}
.footer-widget__post-list li a {
  display: flex;
  background: #e9e9e9;
  padding: 7px;
}
.footer-widget__post-list-content-image {
  width: 30%;
}
.footer-widget__post-list-content {
  margin-left: 15px;
  width: 70%;
}
.footer-widget__post-list-content h3 {
  font-size: 18px;
  line-height: 23px;
  color: #484848;
  margin-bottom: 0;
  overflow: hidden;
  font-weight: 600;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.footer-widget__post-list li a:hover .footer-widget__post-list-content h3 {
  color: var(--primary-color);
  transition: 0.5s;
}
.single-post-footer .post-shearing .social-share-blog-details {
  position: relative;
  margin-top: -7px;
}
.single-post-footer .post-shearing .social-share-blog-details li {
  margin-right: 0;
  margin: 0;
}
.single-post-footer .post-shearing .social-share-blog-details li a {
  margin-right: 10px;
  height: 35px;
  line-height: 33px;
  float: left;
  width: 35px;
  display: block;
  text-align: center;
  border-radius: 50%;
  font-size: 15px;
}
.single-post-footer .post-shearing .social-share-blog-details li a svg {
  height: 18px;
  width: 18px;
  fill: #fff;
}
.single-post-footer
  .post-shearing
  .social-share-blog-details
  li:nth-child(1)
  a {
  background: #3b5999;
}
.single-post-footer
  .post-shearing
  .social-share-blog-details
  li:nth-child(2)
  a {
  background: #000;
}
.single-post-footer
  .post-shearing
  .social-share-blog-details
  li:nth-child(3)
  a {
  background: #25d366;
}
.single-post-footer
  .post-shearing
  .social-share-blog-details
  li:nth-child(4)
  a {
  background: #0077b5;
}
.single-post-footer
  .post-shearing
  .social-share-blog-details
  li:nth-child(5)
  a {
  background: #3578e5;
}
.service-details-text {
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
  height: 72px;
}
.service-details-text h3 {
  text-overflow: unset;
  -webkit-line-clamp: unset;
  -webkit-box-orient: unset;
  font-size: 22px;
  line-height: 26px;
}
.blog-sidebar__call {
  margin-bottom: 30px;
  margin-top: 30px;
}
.service-sidebar__call {
  position: relative;
  border-radius: 4px;
  padding: 50px 40px;
  padding-right: 35px;
  margin: 0px 20px 50px 20px;
  background-color: #565656;
  z-index: 0;
  text-align: center;
}
.service-sidebar__call-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-blend-mode: hard-light;
  background-size: cover;
  background-position: center center;
  opacity: 0.1;
  z-index: -1;
}
.service-sidebar__call span {
  position: relative;
  display: inline-block;
  width: 65px;
  height: 65px;
  background-color: #fff;
  line-height: 65px;
  border-radius: 50%;
  margin-bottom: 30px;
}
.service-sidebar__call span svg {
  width: 35px;
  height: 35px;
  fill: #000;
}
.service-sidebar__call h3 {
  font-size: 28px;
  line-height: 1;
  margin: 0;
  max-width: 250px;
  margin-bottom: 15px;
}
.service-sidebar__call h3 a {
  color: #fff;
}
.pylon-mail a {
  font-size: 18px;
  color: var(--primary-color);
}
.service-sidebar__call p {
  margin: 0;
  color: #fff;
  margin-top: 10px;
}

/*================== get consultent page =================*/
.consultent-form-wrapper,
.location-card-wrapper .single-card {
  background: #fff;
  box-shadow: 0 0 0 0 transparent, 0 0 0 0 transparent,
    0 1px 15px 0 rgba(62, 65, 159, 0.1);
}
.input-wrapper,
.location-card-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.consultent-form-wrapper form input,
.consultent-form-wrapper form select {
  border-radius: 30px;
  padding-left: 25px;
  font-size: 15px;
  width: 100%;
  background-color: rgb(244 246 250);
  outline: 0;
}
.location-card-wrapper {
  gap: 25px;
}
.location-card-wrapper .single-card {
  text-align: center;
  padding: 30px;
}
.location-card-wrapper .single-card h4 {
  font-size: 22px;
  font-weight: 700;
  font-family: Exo, sans-serif;
  color: #000;
}
.location-card-wrapper .single-card p {
  margin-bottom: 10px;
}
.location-card-wrapper .single-card a {
  color: #000;
  font-weight: 700;
  font-size: 18px;
  transition: 0.6s;
}
.get-form-heading {
  max-width: 440px;
  width: 100%;
  text-align: center;
  margin: auto auto 50px;
}
.get-form-heading h3 {
  margin-bottom: 20px;
  color: rgb(35 47 75);
  font-size: 35px;
}
.get-form-heading p {
  font-size: 16px;
  line-height: 22px;
  font-family: "Public Sans", sans-serif;
  font-weight: 400;
}
.consultent-form-wrapper {
  padding: 50px;
}
.input-wrapper {
  grid-gap: 15px;
  margin-bottom: 20px;
}
.consultent-form-wrapper form input {
  height: 50px;
  border: none;
}
.consultent-form-wrapper form select {
  height: 50px;
  border: none;
}
.consultent-form-wrapper form input::placeholder {
  text-transform: capitalize;
}
.consultent-form-wrapper form .btn {
  color: #fff;
  background: var(--primary-color);
  padding: 10px 25px 6px;
  border-radius: 30px;
  font-size: 14px;
  border: 2px solid var(--primary-color);
  text-transform: uppercase;
}
.consultent-form-wrapper form .btn svg {
  width: 15px;
  fill: #fff;
  margin-bottom: 3px;
}
.consultent-form-wrapper form .btn:hover {
  background: 0 0;
  color: var(--primary-color);
}
.consultent-form-wrapper form .btn:hover svg {
  fill: var(--primary-color);
}

/*========================================== MOBILE VERSION STYLE =================================================*/
@media only screen and (max-width: 767px) {
  .left-preview li.type-image.slick-slide {
    display: block;
    padding: 30px 25px 40px 0px;
  }
  .slick-list {
    height: 100% !important;
  }
  .left-preview img {
    border-radius: 15px;
    width: 290px;
  }
  .cheak-list-item ul {
    display: block;
    margin-top: 20px;
  }
  .type-svg img {
    width: 60px !important;
  }
  .type-svg {
    margin-top: 30px;
  }
  .slider-type-text h3 {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .right-preview .slick-list {
    height: 290px !important;
  }
  .testimonial-slider-wrapper {
    padding: 18px 20px;
  }
  .testimonial-slider-wrapper:after {
    height: 80px;
    width: calc(100% - 5px);
    clip-path: polygon(
      0 0,
      calc(100% - 35px) 0%,
      102% 166%,
      0% 100%
    ) !important;
    top: 281px;
  }
  .testimonial-slider-wpapper-last-text img {
    display: none;
  }
  .testimonial-slider-wpapper-last-text {
    margin-left: 95px;
    margin-top: -42px;
  }
  .slider-svg {
    margin-left: 16px;
    margin-top: 8px;
  }
  .testimonial .slick-initialized .slick-slide {
    margin-right: 0px;
    margin-left: 0px;
  }
  .testimonial button.slick-next.slick-arrow {
    margin-top: -404px;
    float: right;
    margin-right: 35px;
  }
  .testimonial button.slick-prev.slick-arrow {
    margin-top: -50px;
    margin-left: 0px;
  }
  .testimonial-slider-wpapper-img img {
    width: 80px !important;
  }
  .blog-section-slider button.owl-prev svg {
    margin-left: 0px;
  }
  .blog-section-slider button.owl-next svg {
    margin-right: 0px;
  }
  .testimonials-slider .owl-prev {
    margin-left: 0px;
  }
  .testimonials-slider .owl-next {
    margin-right: 0px;
  }
  .team-member-section-carousel button.owl-prev svg {
    margin-left: 0px;
  }
  .team-member-section-carousel button.owl-next svg {
    margin-right: 0px;
  }
  .why_you_work_section .shadow-title {
    font-size: 120px;
  }
  .top-bar-social-text {
    float: none;
    margin-left: 65px;
    margin-top: 4px;
  }
  .wraper_top_left {
    padding: 6px 0px 6px;
    text-align: center;
  }
  .top-header {
    padding: 0px 0;
    background: #0e121d;
  }
  .header-style3_right__btn {
    display: none;
  }
  .about-us-more-button-wrapper {
    margin-top: 30px;
  }
  .about-ul-cheaklist {
    margin-bottom: 0px;
  }
  .img-box2 {
    margin-top: 85px;
  }
  .visa-title h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .solution-space {
    padding-top: 45px;
    padding-bottom: 45px;
    margin: 60px 0px;
  }
  .solution-title-area h2 {
    font-size: 30px;
  }
  .hero-style8 .hero-title {
    font-size: 36px;
  }
  .solution-box {
    margin-bottom: 50px;
  }
  .choose-tabs {
    display: block;
    margin-top: 30px;
  }
  .choose-tabs ul.nav {
    flex-direction: row;
    border-bottom: 1px solid rgba(0, 15, 87, 0.2);
    margin-right: 0px;
    padding-right: 0px;
    padding-bottom: 25px;
    margin-bottom: 25px;
    border-right: none;
  }
  .choose-bg-shape {
    height: 300px;
  }
  .choose-right-img img {
    width: 95%;
  }
  .choose-play-video {
    padding: 20px 25px 25px 25px;
  }
  .counter-card {
    margin-left: 70px;
    margin-bottom: 25px;
  }
  .choose-right-wrapper {
    margin-top: 80px;
  }
  .footer-wiget-one.footer-common-title {
    margin-bottom: 35px;
  }
  .footer-common-title {
    margin-bottom: 40px;
  }
  .copyright-right {
    float: unset;
  }
  .why_you_work_section_img {
    margin-top: 90px;
  }
  .input-group-text-2 {
    padding: 7px;
  }
  .input-group-text-2 svg {
    width: 35px;
    height: 35px;
  }
  .contact-map iframe {
    width: 100%;
  }
  .consultent-form-wrapper {
    padding: 50px 30px;
  }
  .input-wrapper,
  .location-card-wrapper {
    grid-template-columns: 1fr;
  }
  .blog-sidebar__box {
    padding-left: 0;
    margin-bottom: 0px;
  }
  .post-tags {
    margin-top: 10px;
    float: unset;
  }
  .single-post-footer .post-tags ul li {
    margin-left: 0;
    margin-right: 20px;
  }
  .single-post-content ul:not(.meta-info) {
    padding-left: 0px;
  }
}

/*========================================== MOBILE VERSION STYLE =================================================*/
@media only screen and (max-width: 767px) {
  .custom-container {
    padding-left: 10px;
    padding-right: 10px;
    max-width: 100%;
  }
  .custom-row {
    margin-right: -5px;
    margin-left: -5px;
  }
  .custom-padding {
    padding-left: 7px;
    padding-right: 7px;
  }
  .middle-header {
    display: none;
  }
  .top-nav-container {
    border: none !important;
  }
  #nav {
    box-shadow: 0 3px 7px 1px rgba(144, 161, 180, 0.2);
    border-top: 1px solid #e2e2e2;
    border-bottom: 1px solid #e2e2e2;
  }
  #nav.sticky .top-nav-container {
    border: none !important;
  }
  .top-nav-main .navbar-brand {
    display: block;
    padding: 0;
  }
  .right-menu-link {
    display: block !important;
  }
  .top-nav-main .navbar-brand img {
    height: 45px;
    width: 100%;
    margin: 5px 0;
  }
  .mobile-side-logo-wrapper {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .mobile-side-logo img {
    height: 40px;
    margin: 8px 0px;
  }
  .mobile-nav-ul-body {
    padding-top: 0;
  }
  .navbar-nav-mobile-sub-body {
    padding: 0;
  }
  .mobile-menu-sub-text:focus {
    border: 0;
    box-shadow: none;
  }
  .mobile-menu-social {
    text-align: center;
    padding-top: 20px;
  }
  .mobile-menu-social .top_socail_icon_area {
    float: unset;
    width: 100%;
    margin: 0;
  }
  .mobile-nav-ul {
    margin-bottom: 0 !important;
    padding-left: 0 !important;
  }
  .mobile-nav-ul li a {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 17px;
  }
  .navbar-nav-mobile-sub {
  }
  .mobile-menu-sub-text {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 17px;
    color: #000;
  }
  .navbar-nav-mobile-sub li a {
    font-size: 16px;
  }
  #back_to_top {
    right: 15px;
  }
  #nav.sticky.top-nav-main .navbar-brand img {
    height: 45px;
  }
  .left-preview {
    display: block !important;
  }
  .right-preview .slick-list {
    display: none;
  }
  .right-preview button {
    width: 20%;
    height: 50px;
    margin-left: 45px;
    margin-top: 30px;
    line-height: 0px;
  }
  .right-preview:after {
    background-color: transparent;
  }
  .right-preview {
    background: transparent;
  }
  .right-preview button svg {
    width: 25px;
    height: 25px;
    transform: rotate(-90deg);
  }
  section.slick-slider-section {
    background: #0e121d;
    padding: 80px 0px 0px 0px;
  }

  /* Responsive page css */
  .right-menu-link .btn {
    padding: 3px 5px;
    fill: #fff !important;
    color: #fff !important;
    background: #fff !important;
  }
  .mobile-menu-main-wrapper {
    background: #fff;
    opacity: 1 !important;
    z-index: 999999;
  }
  .consultation-right-img {
    display: none;
  }
  .consultations-section {
    background-size: cover;
    height: unset;
  }
  .consultation-wrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
