@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
body {
  color: #666;
  font-family: "Manrope", sans-serif;
  font-weight: normal;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Manrope", sans-serif;
  color: #0b1c39;
  margin-top: 0px;
  font-style: normal;
  font-weight: 500;
  text-transform: normal;
}

p {
  font-family: "Manrope", sans-serif;
  color: #666666;
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 15px;
  font-weight: 500;
}

.img {
  max-width: 100%;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.img-responsive {
  width: 100%;
}

.img-shadow {
  box-shadow: 15px 25px 20px rgba(0, 0, 0, 0.3);
  border-radius: 8px;
}

.fs-14 {
  font-size: 14px;
}

.mw-700 {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.main-title {
  font-weight: 800;
  font-size: 36px;
  line-height: 44px;
  color: #010B1D;
  margin-bottom: 10px;
}

.small-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 0.01em;
  color: #E71D1D;
}

.f-right {
  float: right;
}

.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

a,
.button {
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

a:focus,
a:hover {
  text-decoration: none;
}

a,
button {
  color: #1696e7;
  outline: medium none;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
  outline: 0;
}

input:focus::-moz-placeholder {
  opacity: 0;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

ul {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

/* Theme-overlay */

.section-padding {
  padding-top: 120px;
  padding-bottom: 120px;
}

/* owl-carousel button style */

/* button style */
.btn {
  -moz-user-select: none;
  background: #010B1D;
  border: medium none;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  line-height: 0;
  margin-bottom: 0;
  padding: 25px 22px;
  text-align: center;
  text-transform: capitalize;
  touch-action: manipulation;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  font-family: "Manrope", sans-serif;
  position: relative;
}

.btn:hover {
  background: #010B1D;
  color: #fff;
}

.btn:hover::before {
  top: -8px;
  left: -8px;
}

.btn::before {
  position: absolute;
  background: #E71D1D;
  width: 100%;
  height: 100%;
  content: "";
  top: 8px;
  left: -8px;
  z-index: -1;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.white-btn {
  -moz-user-select: none;
  background: #010b1d;
  border: medium none;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 0;
  margin-bottom: 0;
  padding: 25px 22px;
  text-align: center;
  text-transform: capitalize;
  touch-action: manipulation;
  transition: all 0.3s ease 0s;
  vertical-align: middle;
  white-space: nowrap;
  font-family: "Manrope", sans-serif;
  position: relative;
}

.white-btn::before {
  position: absolute;
  background: #fff;
  width: 100%;
  height: 100%;
  content: "";
  top: 8px;
  left: -8px;
  z-index: -1;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.white-btn:hover {
  color: #fff;
}

.white-btn:hover::before {
  top: 8px;
  left: 8px;
}

.btn.hero-btn {
  position: relative;
  box-shadow: -8px 8px 0 #E71D1D;
}

.btn.hero-btn:hover {
  box-shadow: 8px 8px 0 #E71D1D;
}

.arrow-btn {
  background: #E71D1D;
  padding: 19px 15px;
  display: inline-block;
  line-height: 0;
  position: absolute;
  right: 0;
  bottom: 0;
}

.arrow-btn:hover {
  background: #212121;
}

.btn.focus,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

/* button style */

/* scrollUp */
#scrollUp {
  background: #E71D1D;
  height: 50px;
  width: 50px;
  right: 31px;
  bottom: 40px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  border-radius: 50%;
  line-height: 48px;
  border: 2px solid transparent;
}


#scrollUp:hover {
  color: #fff;
}

/* Sticky*/
.sticky-bar {
  left: 0;
  margin: auto;
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 60px 0 rgba(0, 0, 0, 0.07);
  z-index: 9999;
  -webkit-animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  background: #fff;
}

/* Sticky end */
/*--- Margin & Padding --*/
/*-- Margin Top --*/

.mt-10 {
  margin-top: 10px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

/*-- Margin Bottom --*/
.mb-5 {
  margin-bottom: 5px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

/*-- Margin Left --*/

/*-- Margin Right --*/

/*-- Padding Top --*/

.pt-10 {
  padding-top: 10px;
}

.pt-45 {
  padding-top: 45px;
}

/*-- Padding Bottom --*/

/*-- Padding Left --*/

/*-- Padding Right --*/

/*-- Some Animated CSS -- */
/* bounce-animate */

/* heartbeat */

@-webkit-keyframes heartbeat {
  to {
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
  }
}

/* rotateme */

@keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotateme {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

/* 20. preloader */
.preloader {
  background-color: #f7f7f7;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
  margin: 0 auto;
}

.preloader .preloader-circle {
  width: 100px;
  height: 100px;
  position: relative;
  border-style: solid;
  border-width: 3px;
  border-top-color: #E71D1D;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-right-color: transparent;
  z-index: 10;
  border-radius: 50%;
  -webkit-box-shadow: 0 1px 5px 0 rgba(35, 181, 185, 0.15);
  box-shadow: 0 1px 5px 0 rgba(35, 181, 185, 0.15);
  background-color: #ffffff;
  -webkit-animation: zoom 2000ms infinite ease;
  animation: zoom 2000ms infinite ease;
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
}

.preloader .preloader-img {
  position: absolute;
  top: 50%;
  z-index: 200;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  padding-top: 6px;
  -webkit-transition: .6s;
  -o-transition: .6s;
  transition: .6s;
}

.preloader .preloader-img img {
  max-width: 55px;
}

.preloader .pere-text strong {
  font-weight: 800;
  color: #dca73a;
  text-transform: uppercase;
}

@keyframes zoom {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    -webkit-transition: .6s;
    -o-transition: .6s;
    transition: .6s;
  }
}

/*-- Section Padding -- */
.section-padding2 {
  padding-top: 200px;
  padding-bottom: 200px;
}

.section-padding30 {
  padding-top: 200px;
  padding-bottom: 170px;
}

.section2-padding30 {
  padding-top: 200px;
  padding-bottom: 170px;
}

.section-padd-top30 {
  padding-top: 170px;
  padding-bottom: 200px;
}

.testimonial-padding {
  padding-top: 157px;
  padding-bottom: 157px;
}

.w-padding {
  padding-top: 80px;
  padding-bottom: 80px;
}

/*-------------   Color variabel  --------------*/

.top-bg {
  background: #010b1d;
}

/*-------------Color include--------------*/
/*-- Background color---*/

/*--- color------*/
.header {
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 50;
  box-shadow: 3px 6px 9px lab(0 0 0 / 0.15);
}

.header-area .header-top {
  padding: 10px 0;
}

.header-area .header-top .header-info-left ul li {
  color: #fff;
  display: inline-block;
  margin-right: 33px;
  padding-right: 33px;
  border-right: 1px solid #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
}
.header-area .header-top .header-info-left ul li a {
  color: #fff;
}
.header-area .header-top .header-info-left ul li a:hover {
  color: #E71D1D;
}
.header-area .header-top .header-info-left ul li:last-child {
  border-right: 0;
  margin-right: 0;
  padding-right: 0px;
}

.header-area .header-top .header-info-right ul li {
  color: #fff;
  font-size: 14px;
}
.header-area .header-top .header-info-right ul li a {
  color: #fff;
}
.header-area .header-top .header-info-right ul li a:hover {
  color: #E71D1D;
}
.header-grid {
  display: grid;
  grid-template-columns: max-content max-content;
  justify-content: space-between;
  align-items: center;
}

.main-header {
  position: relative;
  z-index: 3;
}

.main-header .main-menu ul li {
  display: inline-block;
  position: relative;
  z-index: 1;
}

.main-header .main-menu ul li a {
  color: #212121;
  font-weight: 600;
  padding: 28px 15px;
  display: block;
  font-size: 16px;
  position: relative;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}
.main-header .main-menu ul li a.get-btn,
.main-header .main-menu ul li:hover>a.get-btn,
.main-header .main-menu ul li.active>a.get-btn {
    color: #ffffff;
}
.main-header .main-menu ul li:hover>a,
.main-header .main-menu ul li.active>a {
  color: #E71D1D;
}
.main-header .main-menu ul ul.submenu {
  position: absolute;
  width: 170px;
  background: #fff;
  left: 0;
  top: 120%;
  visibility: hidden;
  opacity: 0;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
  padding: 17px 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.main-header .main-menu ul ul.submenu>li {
  margin-left: 7px;
  display: block;
}

.main-header .main-menu ul ul.submenu>li>a {
  padding: 6px 10px !important;
  font-size: 14px;
  color: #0b1c39;
}

.main-header .main-menu ul ul.submenu>li>a:hover {
  color: #E71D1D;
  background: none;
}

.main-header ul>li:hover>ul.submenu {
  visibility: visible;
  opacity: 1;
  top: 100%;
}

.get-btn {
  padding: 28px 30px;
  background: #E71D1D;
  color: #ffffff;
  display: block;
}

.get-btn:hover {
  color: #ffffff;
}

.header-sticky ul li a {
  padding: 10px 19px;
}

.header-sticky.sticky-bar.sticky .main-menu ul>li>a {
  padding: 20px 20px;
}

.header-sticky.sticky-bar.sticky .header-btn .get-btn {
  padding: 20px 35px;
}

.mobile_menu {
  position: absolute;
  right: 0px;
  width: 100%;
  z-index: 99;
}

.slider-height {
  min-height: 830px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}


.slider-height2 {
  min-height: 390px;
  background-repeat: no-repeat;
  background-position: center center;
}


.slider-area {
  position: relative;
}

.slider-area .hero__caption {
  background: #010b1dcc;
  padding: 40px 40px 60px 40px;
  position: absolute;
  overflow: hidden;
  top: 150px;
  max-width: 650px;
  left: 100px;
}

.slider-area .hero__caption::after {
  position: absolute;
  content: "";
  background-image: url(../img/hero/hero_arrow.png);
  left: 0;
  right: 0;
  bottom: -26px;
  height: 57px;
  background-repeat: no-repeat;
  background-size: cover;
  animation: slide1 1s ease-in-out infinite;
  margin-left: 0px;
}

@keyframes slide1 {

  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(5px, 0);
    -webkit-transform: translate(5px, 0);
    -moz-transform: translate(5px, 0);
    -ms-transform: translate(5px, 0);
    -o-transform: translate(5px, 0);
  }
}

.slider-area .hero__caption h1 {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 14px;
  color: #ffffff;
  font-family: "Manrope", sans-serif;
  line-height: 1.3;
}

.slider-area .hero__caption p {
  font-size: 15px;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 25px;
}


.hero-overly {
  position: relative;
  z-index: 1;
}

.hero-overly::before {
  position: absolute;
  content: "";
  background-color: rgba(1, 10, 28, 0.3);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  background-repeat: no-repeat;
}

.slider-area .hero-cap h2 {
  color: #fff;
  font-size: 50px;
  font-weight: 900;
  text-transform: uppercase;
}

/* About */
.about {
  background: #ffffff url(../../assets/img/sec-bg.svg);
  padding: 100px 0;
  background-size: cover;
  z-index: 0;
  position: relative;
}

.about-content {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 100px;
}

.about-image {
  text-align: right;
}

.about-text .about-list {
  margin: 15px 0 30px;
  list-style: none;
  padding-left: 0;
}

.about-text .about-list li {
  font-weight: 500;
  line-height: 25px;
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  margin-bottom: 10px;
}

.about-text .about-list li:before {
  content: "";
  background: url(../../assets/img/check.svg);
  height: 20px;
  width: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  margin-top: 3px;
}

.team-area {
  padding: 100px 0;
}

.team-row {
  margin: 50px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.single-team .team-caption span {
  color: #e71d1d;
  font-size: 18px;
  font-weight: 500;
}

.single-team {
  position: relative;
}

.team-area .main-title {
  font-size: 33px;
  line-height: 40px;
}

.single-team .team-img {
  overflow: hidden;
  border-radius: 10px;
}

.about.map {
  text-align: center;
  background: linear-gradient(180deg, rgba(245, 245, 245, 0) 0%, #B1B1B1 100%), #F5F5F5;
  padding: 100px 0 0;
}

.map-image {
  margin-top: 50px;
}

/*Counter*/
.counter-section {
  background: #F5F5F5;
  padding: 100px 0;
}

.counter-box {
  background: #fff;
  padding: 50px;
  border-radius: 20px;
  box-shadow: 0px 3px 9px rgba(0, 0, 0, 0.1);
}

.counter-top {
  /*display: grid;
    grid-auto-flow: column;
    align-items: center;
    grid-template-columns: 1fr 1fr;*/
  margin-bottom: 40px;
}

.counter-top p,
.counter-bottom p {
  margin: 0;
}

.counter-bottom {
  display: grid;
  grid-auto-flow: column;
  align-items: center;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 30px;
}

.counter-title {
  position: relative;
  font-weight: 800;
  font-size: 36px;
  line-height: 44px;
  color: #E71D1D;
  border-bottom: 2px solid #f4f4f4;
  padding-bottom: 25px;
  margin-bottom: 15px;
}

.counter-title.years:after {
  content: "Years";
  position: absolute;
  margin-left: 10px;
}

.counter-title.patients:after {
  content: "Patients";
  position: absolute;
  margin-left: 10px;
}

.services-area {
  flex-wrap: wrap;
}

.services-area .single-services {
  padding: 65px 80px 70px 80px;
  position: relative;
  z-index: 1;
  width: 33.33%;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  background: #fafafa;
}

.services-area .single-services:hover {
  background: #fff;
}

.services-area .single-services .services-icon img {
  margin-bottom: 19px;
}

.services-area .single-services .services-caption h4 {
  color: #04080f;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 25px;
  display: inline-block;
  position: relative;
}

.services-area .single-services .services-caption h4::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 9px;
  background: #ffe7ca;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.services-area .single-services .services-caption p {
  color: #212121;
  font-size: 16px;
  line-height: 25px;
}

.safe-industery-area .safe-caption h2 {
  color: #212121;
  font-size: 50px;
  font-weight: 900;
  line-height: 1.3;
  margin-bottom: 55px;
}


.safe-industery-area .safe-caption .safe-pera-one {
  color: #212121;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 36px;
  font-size: 18px;
  padding-right: 76px;
}


.safe-industery-area .safe-caption .safe-pera-two {
  color: #677294;
  line-height: 1.5;
  margin-bottom: 35px;
  padding-right: 76px;
}


.safe-industery-area .safe-caption .safe-pera-three {
  color: #677294;
  line-height: 1.5;
  margin-bottom: 75px;
  padding-right: 76px;
}


.safe-industery-area .safe-caption-right {
  position: relative;
}

.safe-industery-area .safe-caption-right .safe-img img {
  width: 100%;
}

.safe-industery-area .safe-caption-right .safe-alert-box {
  position: absolute;
  left: -68px;
  bottom: 100px;
}

.safe-industery-area .safe-caption-right .safe-alert-box .safe-alert {
  background: #00163e;
  padding: 50px 50px 50px 50px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  overflow: hidden;
}

.safe-industery-area .safe-caption-right .safe-alert-box .safe-alert::after {
  position: absolute;
  content: "";
  background-image: url(../img/safe_industery/arrow_bottom.png);
  left: 0;
  right: 0;
  bottom: 0;
  height: 28px;
  background-repeat: no-repeat;
  background-size: cover;
  animation: slide1 1s ease-in-out infinite;
  margin-left: 0px;
}

@keyframes slide1 {

  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(5px, 0);
    -webkit-transform: translate(5px, 0);
    -moz-transform: translate(5px, 0);
    -ms-transform: translate(5px, 0);
    -o-transform: translate(5px, 0);
  }
}

.safe-industery-area .safe-caption-right .safe-alert-box .safe-alert img {
  margin-bottom: 20px;
}

.safe-industery-area .safe-caption-right .safe-alert-box .safe-alert h4 {
  color: #fff;
  margin-bottom: 15px;
}

.safe-industery-area .safe-caption-right .safe-alert-box .safe-alert p {
  color: #fff;
  line-height: 2.2;
}

.gallery-area {
  padding: 100px 0;
  background: #fff;
  position: relative;
  z-index: 1;
}

.gallery-area .gallery-box .single-gallery {
  z-index: 0;
  position: relative;
}

.gallery-area .gallery-box .single-gallery::before {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  content: "";
  background: linear-gradient(180deg, rgba(1, 11, 29, 0) 0%, #010B1D 100%);
}

.gallery-area .gallery-box .single-gallery::after {
  content: "";
  background: rgb(1 11 29 / 90%);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
  transition: .4s;
  -webkit-transition: .4s;
  -moz-transition: .4s;
  -ms-transition: .4s;
  -o-transition: .4s;
}

.gallery-area .gallery-box .single-gallery .gallery-img img {
  width: 100%;
}

.gallery-area .gallery-box .single-gallery .g-caption1 {
  position: absolute;
  bottom: 15px;
  left: 32px;
}

.gallery-area .gallery-box .single-gallery .g-caption1 span {
  color: #E71D1D;
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 5px;
  display: block;
}

.gallery-area .gallery-box .single-gallery .g-caption1 h4 {
  color: #ffffff;
  font-size: 20px;
}

.gallery-area .gallery-box .single-gallery .g-caption2 {
  position: absolute;
  z-index: 5;
  top: 60%;
  left: 30px;
  right: 30px;
  transform: translateY(-60%);
  -webkit-transform: translateY(-60%);
  -moz-transform: translateY(-60%);
  -ms-transform: translateY(-60%);
  -o-transform: translateY(-60%);
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  opacity: 0;
  visibility: hidden;
}

.gallery-area .gallery-box .single-gallery .g-caption2 span {
  color: #fff;
  font-size: 30px;
  font-weight: 900;
  margin-bottom: 5px;
  display: block;
}

.gallery-area .gallery-box .single-gallery .g-caption2 h4 {
  color: #fff;
  margin-bottom: 10px;
  font-size: 20px;
}

.gallery-area .gallery-box .single-gallery .g-caption2 p {
  color: #fff;
  margin-bottom: 30px;
  font-size: 14px;
  line-height: normal;
}

.gallery-area .gallery-box .single-gallery .g-caption2 .read-btn {
  color: #fff;
  border-bottom: 2px solid #f59758;
}

.gallery-slider .slick-list {
  padding: 30px 0px 50px;
  background: #fff;
}

.gallery-slider .slick-list .slick-slide {
  transition: all 0.2s;
}

.gallery-slider .slick-list .slick-slide:hover {
  z-index: 10;
  position: relative;
  transition: all 0.2s;
  transform: scale(1.05);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.3);
}

.gallery-box:hover .single-gallery::after {
  visibility: visible;
  opacity: 1;
}

.gallery-box:hover .single-gallery .g-caption2 {
  top: 55%;
  opacity: 1;
  visibility: visible;
}

.gallery-slider {
  padding: 40px 0 20px;
  margin-bottom: 70px !important;
}

.gallery-area .gallery-slider .slick-prev {
  left: -25px;
  z-index: 5;
  width: 50px;
  height: 50px;
  border-radius: 2px;
  background: #E71D1D;
  transition: all 0.5s;
}

.gallery-area .gallery-slider:hover .slick-prev {
  left: -60px;
}

.gallery-area .gallery-slider .slick-next {
  right: -25px;
  z-index: 5;
  width: 50px;
  height: 50px;
  height: 50px;
  border-radius: 2px;
  background: #E71D1D;
  transition: all 0.5s;
}

.gallery-area .gallery-slider:hover .slick-next {
  right: -60px;
}

.gallery-area .slick-next:before,
.gallery-area .slick-prev:before {
  font-size: 50px;
  font-family: monospace;
}

/* Why Choose Us */
.why-choose {
  background: #f5f5f5;
  padding: 80px 0;
  text-align: center;
  position: relative;
  z-index: 5;
}

.why-choose .main-title {
  max-width: 400px;
  margin: auto;
}

.why-grid {
  margin: 50px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.why-grid .why-item {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  border: 1px solid #E3EDFA;
}

.why-grid .why-item .small-title {
  font-size: 16px;
  font-weight: 800;
  color: #111111;
}

.why-grid .why-item .choose-icon {
  /*margin-bottom: 15px;*/
}

.why-grid .why-item p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: normal;
}

.contact-form {
  padding: 100px 0;
  background: #ffffff url(../../assets/img/sec-bg.svg);
  background-attachment: fixed;
  background-size: cover;
  background-position: top right;
}

.form-img {
  max-width: 100%;
}

.form-box {
  font-size: 14px;
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 35px;
  isolation: isolate;
  background-size: cover;
  border-radius: 20px;
}

.two-columns {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  /*margin: 20px 0;*/
}

.one-column {
  margin-bottom: 20px;
}

.form-box input,
.form-box select,
.form-box textarea {
  padding: 8px 16px;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #C8DAF0;
  border-radius: 6px;
}

.form-box label {
  font-size: 14px;
}

.submit-btn {
  margin-right: 10px;
  padding: 10px 20px;
  background: #FFFFFF;
  border-radius: 100px;
  border: 2px solid Ss;
  color: #E71D1D;
  font-weight: 700;
  margin-top: 10px;
}

/* Contact */
.contact {
  background: #f9f9f9;
  padding: 60px 0;
}

.contact-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}

.contact-info img {
  width: 100%;
  margin-top: 15px;
  border-radius: 8px;
}

.appointment-form form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.appointment-form input,
.appointment-form select {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 5px;
}


.single-team .team-img {
  overflow: hidden;
}

.single-team .team-img img {
  width: 100%;
  transform: rotate(0deg) scale(1);
  transition: all 0.6s ease-out 0s;
}

.single-team .team-caption {
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 1;
}

.single-team .team-caption span a {
  color: #fff;
  font-size: 25px;
  font-weight: 500;
  font-family: #909092;
  display: block;
}

.single-team .team-caption p {
  color: #fff;
  font-size: 24px;
  margin: 0;
}

.single-team:hover .team-img img {
  transform: rotate(1deg) scale(1.1);
}

.david-droga-area .single-david .david-img {
  overflow: hidden;
}

.david-droga-area .single-david .david-img img {
  width: 100%;
  transform: scale(1);
  -webkit-transition: all 0.7s ease-out 0s;
  -moz-transition: all 0.7s ease-out 0s;
  -ms-transition: all 0.7s ease-out 0s;
  -o-transition: all 0.7s ease-out 0s;
  transition: all 0.7s ease-out 0s;
}

.david-droga-area .single-david .david-captoin {
  padding: 40px 57px 0px 60px;
}

.david-droga-area .single-david .david-captoin .david-info li {
  display: inline-block;
  margin-right: 14px;
  padding-right: 14px;
  border-right: 1px solid #222;
  line-height: 1;
  margin-bottom: 16px;
}

.david-droga-area .single-david .david-captoin .david-info li:last-child {
  margin-right: 0px;
  padding-right: 0px;
  border-right: 0;
}

.david-droga-area .single-david .david-captoin h2 a {
  color: #282828;
  font-weight: 700;
  font-size: 25px;
  line-height: 1.5;
  padding-right: 56px;
  margin-bottom: 17px;
  text-decoration: none;
  display: block;
}

.david-droga-area .single-david .david-captoin a {
  color: #282828;
  font-size: 16px;
}

.david-droga-area .single-david .david-captoin a:hover {
  color: #E71D1D;
}

.david-droga-area .single-david .david-captoin a.d-btn {
  position: relative;
}

.david-droga-area .single-david .david-captoin a.d-btn::before {
  content: "";
  position: absolute;
  background: #282828;
  width: 100%;
  height: 1px;
  bottom: -1px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.david-droga-area .single-david .david-captoin a:hover::before {
  background: #E71D1D;
}

.david-img:hover .david-img img {
  transform: scale(1.1);
}

.wantToWork-grid {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 1fr min-content;
  align-items: center;
  gap: 35px;
}

.wantToWork-area {
  position: relative;
  z-index: 0;
  background: #E71D1D;
  overflow: hidden;
}

.wantToWork-area .wantToWork-caption h2 {
  color: #fff;
  font-size: 45px;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}

.wantToWork-area .wantToWork-caption p {
  color: #fff;
}

.wantToWork-area .wantToWork-btn {
  /*padding-right: 50px;*/
  position: relative;
}

.wantToWork-area::after {
  position: absolute;
  content: "";
  background-image: url(../img/icon/footer_arrow.png);
  left: 0;
  right: 0;
  bottom: 0;
  height: 28px;
  background-repeat: no-repeat;
  background-size: cover;
  animation: slide1 1s ease-in-out infinite;
  margin-left: 0px;
}

@keyframes slide1 {

  0%,
  100% {
    transform: translate(0, 0);
  }

  50% {
    transform: translate(5px, 0);
    -webkit-transform: translate(5px, 0);
    -moz-transform: translate(5px, 0);
    -ms-transform: translate(5px, 0);
    -o-transform: translate(5px, 0);
  }
}

.testimonial-area .testimonial-caption .testimonial-top-cap img {
  margin-bottom: 50px;
  width: auto;
  display: inline-block;
}


.testimonial-area .testimonial-caption .testimonial-top-cap p {
  color: #fff;
  font-weight: 500;
  line-height: 1.5;
  padding: 0 3px;
  margin-bottom: 50px;
  font-size: 30px;
}


.testimonial-area .testimonial-caption .testimonial-founder .founder-text {
  margin-left: 20px;
}

.testimonial-area .testimonial-caption .testimonial-founder .founder-text span {
  color: #fff;
}

.testimonial-area .testimonial-caption .testimonial-founder .founder-text p {
  color: #fff;
  font-weight: 500;
  line-height: 1.5;
}

/* Homepage1 Testimonial */
.h1-testimonial-active button.slick-arrow {
  position: absolute;
  top: 50%;
  left: -133px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 0;
  padding: 0;
  z-index: 2;
  height: 45px;
  width: 45px;
  line-height: 15px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 20px;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  background: #E71D1D;
}


.h1-testimonial-active button.slick-next {
  left: auto;
  right: -133px;
}


.h1-testimonial-active:hover button.slick-prev {
  left: -120px;
}

.h1-testimonial-active:hover button.slick-next {
  right: -120px;
}


.h1-testimonial-active:hover button {
  opacity: 1;
  visibility: visible;
}

.t-bg {
  background: #010b1d;
}

.slick-initialized .slick-slide {
  outline: 0;
}

.footer-area .footer-pera p {
  color: #c5c5c5;
  padding-right: 52px;
  margin-bottom: 50px;
  line-height: normal;
}

.footer-icons {
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  align-items: center;
}

.footer-icons a {
  color: #c5c5c5;
}

.footer-icons a:hover {
  color: #E71D1D;
}


.footer-area .footer-pera.footer-pera2 p {
  padding: 0;
}

.footer-area .footer-tittle h4 {
  position: relative;
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 29px;
  font-weight: 600;
}

.footer-area .footer-tittle h4:before {
  position: absolute;
  content: "";
  background: #e71d1d;
  height: 3px;
  width: 20px;
  bottom: -10px;
  left: 0;
}

.footer-area .footer-tittle ul li {
  color: #c5c5c5;
  margin-bottom: 9px;
}

.footer-area .footer-tittle ul li a {
  color: #c5c5c5;
  font-weight: 300;
}

.footer-area .footer-tittle ul li a:hover {
  color: #E71D1D;
  padding-left: 5px;
}

.footer-area .footer-form {
  margin-top: 40px;
}

.footer-area .footer-form form {
  position: relative;
}

.footer-area .footer-form form input {
  width: 100%;
  height: 43px;
  padding: 10px 20px;
  border: 1px solid #fff;
}

.footer-area .footer-form form .form-icon button {
  position: absolute;
  top: 0;
  right: 0;
  background: none;
  border: 0;
  cursor: pointer;
  padding: 13px 22px;
  background: #E71D1D;
  line-height: 1;
}

.footer-area .info.error {
  color: #E71D1D;
}

.footer-bg {
  background: #010b1d;
}

.footer-bottom-area .footer-border {
  border-top: 1px solid #2d3544;
  padding: 33px 0px 20px;
}

.footer-bottom-area .footer-copy-right p {
  color: #d9d9d9;
  font-weight: 500;
  font-size: 14px;
  line-height: 2;
  margin-bottom: 12px;
}

.footer-bottom-area .footer-copy-right p i {
  color: #E71D1D;
}

.footer-bottom-area .footer-copy-right p a {
  color: #E71D1D;
}

.footer-bottom-area .footer-copy-right p a:hover {
  color: #fff;
}

.footer-area {
  padding: 100px 0 0;
}

.footer-row {
  display: grid;
  grid-template-columns: 1fr 200px 1.3fr;
  gap: 50px;
}

.footer-social {
  display: grid;
  grid-template-columns: repeat(4, 40px);
  gap: 5px;
  align-items: center;
}

.footer-social a {
  opacity: 0.5;
  transition: all 0.2s;
}

.footer-social a:hover {
  opacity: 1;
}

.footer-row p {
  color: #c5c5c5;
}

.footer-row b {
  color: #fff;
}


.footer-bottom-area .footer-social a i {
  color: #888888;
  margin-left: 12px;
  font-size: 14px;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
}

.footer-bottom-area .footer-social a i:hover {
  color: #E71D1D;
}

/* Start Blog Area css
============================================================================================ */

.blog_area a {
  color: #909092 !important;
  text-decoration: none;
  transition: .4s;
}

.blog_area a:hover,
.blog_area a :hover {
  background: -webkit-linear-gradient(131deg, #E71D1D 0%, #E71D1D 99%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-decoration: none;
  transition: .4s;
}

.single-blog {
  overflow: hidden;
  margin-bottom: 30px;
}

.single-blog:hover {
  box-shadow: 0px 10px 20px 0px rgba(42, 34, 123, 0.1);
}

.single-blog .thumb {
  overflow: hidden;
  position: relative;
}

.single-blog .thumb:after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.single-blog h4 {
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 34px;
  margin-bottom: 25px;
}

.single-blog a {
  font-size: 20px;
  font-weight: 600;
}

.single-blog .date {
  color: #666666;
  text-align: left;
  display: inline-block;
  font-size: 13px;
  font-weight: 300;
}

.single-blog .tag {
  text-align: left;
  display: inline-block;
  float: left;
  font-size: 13px;
  font-weight: 300;
  margin-right: 22px;
  position: relative;
}

.single-blog .tag:after {
  content: '';
  position: absolute;
  width: 1px;
  height: 10px;
  background: #acacac;
  right: -12px;
  top: 7px;
}

.single-blog:hover .thumb:after {
  opacity: .7;
  -webkit-transition: all 0.3s ease-out 0s;
  -moz-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease-out 0s;
  -o-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}


/*=================== contact banner start ====================*/
.dropdown .dropdown-menu {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.contact-info {
  margin-bottom: 25px;
}

.contact-info__icon {
  margin-right: 20px;
}

.contact-info__icon i,
.contact-info__icon span {
  color: #8f9195;
  font-size: 27px;
}

.contact-info .media-body h3 {
  font-size: 16px;
  margin-bottom: 0;
  font-size: 16px;
  color: #2a2a2a;
}

.contact-info .media-body h3 a:hover {
  color: #222222;
}

.contact-info .media-body p {
  color: #8a8a8a;
}

/*=================== contact banner end ====================*/
/*=================== contact form start ====================*/
.contact-title {
  font-size: 27px;
  font-weight: 600;
  margin-bottom: 20px;
}

.form-contact label {
  font-size: 14px;
}

.form-contact .form-group {
  margin-bottom: 30px;
}

.form-contact .form-control {
  border: 1px solid #e5e6e9;
  border-radius: 0px;
  height: 48px;
  padding-left: 18px;
  font-size: 13px;
  background: transparent;
}

.form-contact .form-control:focus {
  outline: 0;
  box-shadow: none;
}

.form-contact .form-control::placeholder {
  font-weight: 300;
  color: #999999;
}

.form-contact textarea {
  border-radius: 0px;
  height: 100% !important;
}

/*=================== contact form end ====================*/
/* Contact Success and error Area css
============================================================================================ */

.contact-section {
  padding: 130px 0 100px;
}


.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #4A3600;
  opacity: 0.6;
}


.single-team::before {
  background: -moz-linear-gradient(top, rgba(2, 26, 71, 0) 0%, rgba(2, 26, 71, 0.6) 100%);
  background: -webkit-linear-gradient(top, rgba(2, 26, 71, 0) 0%, rgba(2, 26, 71, 0.6) 100%);
  background: linear-gradient(to bottom, rgba(2, 26, 71, 0) 0%, rgba(2, 26, 71, 0.6) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00021a47', endColorstr='#99021a47', GradientType=0);
}

.sample-text-area {
  background: #fff;
  padding: 100px 0 70px 0;
}

.text-heading {
  margin-bottom: 30px;
  font-size: 24px;
}

b,
sup,
sub,
u,
del {
  color: #222222;
}

.typography h1,
.typography h2,
.typography h3,
.typography h4,
.typography h5,
.typography h6 {
  color: #828bb2;
}

.button-area {
  background: #fff;
}

.button-area .border-top-generic {
  padding: 70px 15px;
  border-top: 1px dotted #eee;
}

.button-group-area .genric-btn {
  margin-right: 10px;
  margin-top: 10px;
}

.button-group-area .genric-btn:last-child {
  margin-right: 0;
}

.genric-btn {
  display: inline-block;
  outline: none;
  line-height: 40px;
  padding: 0 30px;
  font-size: .8em;
  text-align: center;
  text-decoration: none;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.genric-btn:focus {
  outline: none;
}

.genric-btn.e-large {
  padding: 0 40px;
  line-height: 50px;
}

.genric-btn.large {
  line-height: 45px;
}

.genric-btn.medium {
  line-height: 30px;
}

.genric-btn.small {
  line-height: 25px;
}

.genric-btn.radius {
  border-radius: 3px;
}

.genric-btn.circle {
  border-radius: 20px;
}

.genric-btn.arrow {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.genric-btn.arrow span {
  margin-left: 10px;
}

.genric-btn.default {
  color: #415094;
  background: #f9f9ff;
  border: 1px solid transparent;
}

.genric-btn.default:hover {
  border: 1px solid #f9f9ff;
  background: #fff;
}

.genric-btn.default-border {
  border: 1px solid #f9f9ff;
  background: #fff;
}

.genric-btn.default-border:hover {
  color: #415094;
  background: #f9f9ff;
  border: 1px solid transparent;
}

.genric-btn.primary {
  color: #fff;
  background: #222222;
  border: 1px solid transparent;
}

.genric-btn.primary:hover {
  color: #222222;
  border: 1px solid #222222;
  background: #fff;
}

.genric-btn.primary-border {
  color: #222222;
  border: 1px solid #222222;
  background: #fff;
}

.genric-btn.primary-border:hover {
  color: #fff;
  background: #222222;
  border: 1px solid transparent;
}

.genric-btn.success {
  color: #fff;
  background: #4cd3e3;
  border: 1px solid transparent;
}

.genric-btn.success:hover {
  color: #4cd3e3;
  border: 1px solid #4cd3e3;
  background: #fff;
}

.genric-btn.success-border {
  color: #4cd3e3;
  border: 1px solid #4cd3e3;
  background: #fff;
}

.genric-btn.success-border:hover {
  color: #fff;
  background: #4cd3e3;
  border: 1px solid transparent;
}

.genric-btn.info {
  color: #fff;
  background: #38a4ff;
  border: 1px solid transparent;
}

.genric-btn.info:hover {
  color: #38a4ff;
  border: 1px solid #38a4ff;
  background: #fff;
}

.genric-btn.info-border {
  color: #38a4ff;
  border: 1px solid #38a4ff;
  background: #fff;
}

.genric-btn.info-border:hover {
  color: #fff;
  background: #38a4ff;
  border: 1px solid transparent;
}

.genric-btn.warning {
  color: #fff;
  background: #f4e700;
  border: 1px solid transparent;
}

.genric-btn.warning:hover {
  color: #f4e700;
  border: 1px solid #f4e700;
  background: #fff;
}

.genric-btn.warning-border {
  color: #f4e700;
  border: 1px solid #f4e700;
  background: #fff;
}

.genric-btn.warning-border:hover {
  color: #fff;
  background: #f4e700;
  border: 1px solid transparent;
}

.genric-btn.danger {
  color: #fff;
  background: #f44a40;
  border: 1px solid transparent;
}

.genric-btn.danger:hover {
  color: #f44a40;
  border: 1px solid #f44a40;
  background: #fff;
}

.genric-btn.danger-border {
  color: #f44a40;
  border: 1px solid #f44a40;
  background: #fff;
}

.genric-btn.danger-border:hover {
  color: #fff;
  background: #f44a40;
  border: 1px solid transparent;
}

.genric-btn.link {
  color: #415094;
  background: #f9f9ff;
  text-decoration: underline;
  border: 1px solid transparent;
}

.genric-btn.link:hover {
  color: #415094;
  border: 1px solid #f9f9ff;
  background: #fff;
}

.genric-btn.link-border {
  color: #415094;
  border: 1px solid #f9f9ff;
  background: #fff;
  text-decoration: underline;
}

.genric-btn.link-border:hover {
  color: #415094;
  background: #f9f9ff;
  border: 1px solid transparent;
}

.genric-btn.disable {
  color: #222222, 0.3;
  background: #f9f9ff;
  border: 1px solid transparent;
  cursor: not-allowed;
}

.generic-blockquote {
  padding: 30px 50px 30px 30px;
  background: #f9f9ff;
  border-left: 2px solid #222222;
}

.progress-table-wrap {
  overflow-x: scroll;
}

.progress-table {
  background: #f9f9ff;
  padding: 15px 0px 30px 0px;
  min-width: 800px;
}

.progress-table .serial {
  width: 11.83%;
  padding-left: 30px;
}

.progress-table .country {
  width: 28.07%;
}

.progress-table .visit {
  width: 19.74%;
}

.progress-table .percentage {
  width: 40.36%;
  padding-right: 50px;
}

.progress-table .table-head {
  display: flex;
}

.progress-table .table-head .serial,
.progress-table .table-head .country,
.progress-table .table-head .visit,
.progress-table .table-head .percentage {
  color: #415094;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: 500;
}

.progress-table .table-row {
  padding: 15px 0;
  border-top: 1px solid #edf3fd;
  display: flex;
}

.progress-table .table-row .serial,
.progress-table .table-row .country,
.progress-table .table-row .visit,
.progress-table .table-row .percentage {
  display: flex;
  align-items: center;
}

.progress-table .table-row .country img {
  margin-right: 15px;
}

.progress-table .table-row .percentage .progress {
  width: 80%;
  border-radius: 0px;
  background: transparent;
}

.progress-table .table-row .percentage .progress .progress-bar {
  height: 5px;
  line-height: 5px;
}

.progress-table .table-row .percentage .progress .progress-bar.color-1 {
  background-color: #6382e6;
}

.progress-table .table-row .percentage .progress .progress-bar.color-2 {
  background-color: #e66686;
}

.progress-table .table-row .percentage .progress .progress-bar.color-3 {
  background-color: #f09359;
}

.progress-table .table-row .percentage .progress .progress-bar.color-4 {
  background-color: #73fbaf;
}

.progress-table .table-row .percentage .progress .progress-bar.color-5 {
  background-color: #73fbaf;
}

.progress-table .table-row .percentage .progress .progress-bar.color-6 {
  background-color: #6382e6;
}

.progress-table .table-row .percentage .progress .progress-bar.color-7 {
  background-color: #a367e7;
}

.progress-table .table-row .percentage .progress .progress-bar.color-8 {
  background-color: #e66686;
}

.single-gallery-image {
  margin-top: 30px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  background-size: cover !important;
  height: 200px;
}

.unordered-list li {
  position: relative;
  padding-left: 30px;
  line-height: 1.82em !important;
}

.unordered-list li:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 14px;
  border: 3px solid #222222;
  background: #fff;
  top: 4px;
  left: 0;
  border-radius: 50%;
}

.ordered-list {
  margin-left: 30px;
}

.ordered-list li {
  list-style-type: decimal-leading-zero;
  color: #222222;
  font-weight: 500;
  line-height: 1.82em !important;
}

.ordered-list li span {
  font-weight: 300;
  color: #828bb2;
}

.ordered-list-alpha li {
  margin-left: 30px;
  list-style-type: lower-alpha;
  color: #222222;
  font-weight: 500;
  line-height: 1.82em !important;
}

.ordered-list-alpha li span {
  font-weight: 300;
  color: #828bb2;
}

.ordered-list-roman li {
  margin-left: 30px;
  list-style-type: lower-roman;
  color: #222222;
  font-weight: 500;
  line-height: 1.82em !important;
}

.ordered-list-roman li span {
  font-weight: 300;
  color: #828bb2;
}

.single-input {
  display: block;
  width: 100%;
  line-height: 40px;
  border: none;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

.single-input:focus {
  outline: none;
}

.input-group-icon {
  position: relative;
}

.input-group-icon .icon {
  position: absolute;
  left: 20px;
  top: 0;
  line-height: 40px;
  z-index: 3;
}

.input-group-icon .icon i {
  color: #797979;
}

.input-group-icon .single-input {
  padding-left: 45px;
}

.single-textarea {
  display: block;
  width: 100%;
  line-height: 40px;
  border: none;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
  height: 100px;
  resize: none;
}

.single-textarea:focus {
  outline: none;
}

.single-input-primary {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

.single-input-primary:focus {
  outline: none;
  border: 1px solid #222222;
}

.single-input-accent {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

.single-input-accent:focus {
  outline: none;
  border: 1px solid #eb6b55;
}

.single-input-secondary {
  display: block;
  width: 100%;
  line-height: 40px;
  border: 1px solid transparent;
  outline: none;
  background: #f9f9ff;
  padding: 0 20px;
}

.single-input-secondary:focus {
  outline: none;
  border: 1px solid #f09359;
}

.default-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

.default-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}

.default-switch input+label {
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #222222;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.default-switch input:checked+label {
  left: 19px;
}

.primary-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

.primary-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.primary-switch input+label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.primary-switch input+label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 8.5px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

.primary-switch input+label:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.primary-switch input:checked+label:after {
  left: 19px;
}

.primary-switch input:checked+label:before {
  background: #222222;
}

.confirm-switch {
  width: 35px;
  height: 17px;
  border-radius: 8.5px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

.confirm-switch input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.confirm-switch input+label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.confirm-switch input+label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 8.5px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}

.confirm-switch input+label:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 1px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background: #fff;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.2);
  cursor: pointer;
}

.confirm-switch input:checked+label:after {
  left: 19px;
}

.confirm-switch input:checked+label:before {
  background: #4cd3e3;
}

.primary-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

.primary-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.primary-checkbox input+label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

.primary-checkbox input:checked+label {
  background: url(../img/elements/primary-check.png) no-repeat center center/cover;
  border: none;
}

.confirm-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

.confirm-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.confirm-checkbox input+label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

.confirm-checkbox input:checked+label {
  background: url(../img/elements/success-check.png) no-repeat center center/cover;
  border: none;
}

.disabled-checkbox {
  width: 16px;
  height: 16px;
  border-radius: 3px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

.disabled-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.disabled-checkbox input+label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

.disabled-checkbox input:disabled {
  cursor: not-allowed;
  z-index: 3;
}

.disabled-checkbox input:checked+label {
  background: url(../img/elements/disabled-check.png) no-repeat center center/cover;
  border: none;
}

.primary-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

.primary-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.primary-radio input+label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

.primary-radio input:checked+label {
  background: url(../img/elements/primary-radio.png) no-repeat center center/cover;
  border: none;
}

.confirm-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

.confirm-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.confirm-radio input+label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

.confirm-radio input:checked+label {
  background: url(../img/elements/success-radio.png) no-repeat center center/cover;
  border: none;
}

.disabled-radio {
  width: 16px;
  height: 16px;
  border-radius: 8px;
  background: #f9f9ff;
  position: relative;
  cursor: pointer;
}

.disabled-radio input {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.disabled-radio input+label {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  cursor: pointer;
  border: 1px solid #f1f1f1;
}

.disabled-radio input:disabled {
  cursor: not-allowed;
  z-index: 3;
}

.disabled-radio input:checked+label {
  background: url(../img/elements/disabled-radio.png) no-repeat center center/cover;
  border: none;
}

.default-select {
  height: 40px;
}

.default-select .nice-select {
  border: none;
  border-radius: 0px;
  height: 40px;
  background: #f9f9ff;
  padding-left: 20px;
  padding-right: 40px;
}

.default-select .nice-select .list {
  margin-top: 0;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  width: 100%;
  padding: 10px 0 10px 0px;
}

.default-select .nice-select .list .option {
  font-weight: 300;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 28px;
  min-height: 28px;
  font-size: 12px;
  padding-left: 20px;
}

.default-select .nice-select .list .option.selected {
  color: #222222;
  background: transparent;
}

.default-select .nice-select .list .option:hover {
  color: #222222;
  background: transparent;
}

.default-select .current {
  margin-right: 50px;
  font-weight: 300;
}

.default-select .nice-select::after {
  right: 20px;
}

.form-select {
  height: 40px;
  width: 100%;
}

.form-select .nice-select {
  border: none;
  border-radius: 0px;
  height: 40px;
  background: #f9f9ff;
  padding-left: 45px;
  padding-right: 40px;
  width: 100%;
}

.form-select .nice-select .list {
  margin-top: 0;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  width: 100%;
  padding: 10px 0 10px 0px;
}

.form-select .nice-select .list .option {
  font-weight: 300;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  line-height: 28px;
  min-height: 28px;
  font-size: 12px;
  padding-left: 45px;
}

.form-select .nice-select .list .option.selected {
  color: #222222;
  background: transparent;
}

.form-select .nice-select .list .option:hover {
  color: #222222;
  background: transparent;
}

.form-select .current {
  margin-right: 50px;
  font-weight: 300;
}

.form-select .nice-select::after {
  right: 20px;
}

.mt-10 {
  margin-top: 10px;
}

.section-top-border {
  padding: 50px 0;
  border-top: 1px dotted #eee;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-30 {
  margin-top: 30px;
}

.switch-wrap {
  margin-bottom: 10px;
}


/* .Rectangle_9 {
    background-image: -moz-linear-gradient( 90deg, #212121e6 0%, #21212100 62%, #212121 62%);
    background-image: -webkit-linear-gradient( 90deg, rgba(0,22,62,0.90196) 0%, rgba(0,22,62,0) 62%, rgb(0,22,62) 62%);
    background-image: -ms-linear-gradient( 90deg, rgba(0,22,62,0.90196) 0%, rgba(0,22,62,0) 62%, rgb(0,22,62) 62%);
    position: absolute;
    left: 1170px;
    top: 3586px;
    width: 360px;
    height: 222px;
    z-index: 162;
  } */


/* Custom CSS starts here */
/*ABout Page Css Start*/
.page-header {
  position: relative;
  padding: 50px 0 100px;
  background: #ffffff url(../../assets/img/sec-bg.svg) no-repeat;
  background-attachment: fixed;
  background-position: right center;
}

.breadcrumb-menu {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: max-content max-content;
  grid-column-gap: 30px;
  padding: 0;
  text-align: left;
  list-style-image: url(../../assets/img/right-arrow-small.svg);
}

.breadcrumb-menu li {
  padding-left: 10px;
  list-style: unset;
}

.breadcrumb-menu li:first-child {
  padding-left: 0;
  list-style-image: none;
  list-style-type: none;
}

.breadcrumb-menu li a {
  font-size: 14px;
  font-weight: 600;
  color: #333;
  text-decoration: none;
}
.breadcrumb-menu li a.red, .breadcrumb-menu li a.red:hover {
  color: #e71d1d;
  cursor: default;
}
.mw-1000 {
  max-width: 1000px;
  margin: auto;
  text-align: center;
}

.larg-para {
  font-size: 20px;
  margin-bottom: 50px;
}

.page-header .main-title.large {
  font-size: 70px;
  line-height: normal;
  text-align: center;
}

.page-header .main-title.large span {
  color: #E71D1D;
}

.about-slider {
  margin-top: 50px;
}

.about-slider .slick-list.draggable {
  width: 130vw;
  margin-left: -22vw;
}

.about-slider .slick-slide {
  padding: 0 10px;
}

.about.stories {
  background: #F5F5F5;
  padding: 100px 0;
}

.about.stories .about-content {
  grid-template-columns: 1fr 450px;
}

.vision-mission-section {
  background: #F9FAFB;
  padding: 100px 0;
}

.vision-mission-grid {
  display: grid;
  align-items: stretch;
  grid-template-columns: repeat(2, 1fr);
  gap: 35px;
}

.vision-mission-box {
  color: #fff;
  background: #010b1d;
  border-radius: 20px;
  padding: 20px 80px;
  display: grid;
  align-items: center;
}

.vision-mission-box p {
  color: #fff;
}

.vision-mission-box .main-title {
  margin-top: 20px;
  color: #fff;
  font-weight: 600;
}

.vision-mission-box .about-list {
  margin: 15px 0 30px;
  list-style: none;
  padding-left: 0;
}

.vision-mission-box .about-list li {
  font-size: 14px;
  font-weight: 500;
  line-height: 25px;
  display: grid;
  grid-template-columns: 20px 1fr;
  gap: 10px;
  margin-bottom: 5px;
}

.vision-mission-box .about-list li:before {
  content: "";
  background: url(../../assets/img/check.svg);
  height: 20px;
  width: 20px;
  display: inline-block;
  background-repeat: no-repeat;
  margin-top: 3px;
}

.about.awards-section {
  background: #ffffff;
  padding: 60px 0;
  background-size: cover;
  text-align: center;
}

.awards-gallery {
  margin-top: 50px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.award-title {
  font-weight: 700;
  margin: 10px 0;
}

.page-header.inner {
  text-align: center;
  padding: 50px 0 0;
  background-attachment: unset;
}

.inner-banner-content {
  padding: 40px 0;
}

.page-header.inner .main-title {
  font-size: 38px;
  line-height: normal;
}

.page-header.inner .larg-para {
  max-width: 500px;
  margin: auto;
}

.product-slider {
  margin-top: 50px;
  background: #fff;
  padding: 50px;
  border: 1px solid #D3D3D3;
  border-radius: 4px;
}

.product-slider .main-title {
  font-size: 24px;
  line-height: normal;
  margin-bottom: 0;
}

.product-slider .about-text .about-list li {
  display: inline-grid;
  gap: 5px;
  margin-bottom: 0;
  margin-right: 20px;
  border: 1px solid #D3D3D3;
  padding: 5px 15px;
  border-radius: 50px;
}

.product-slider .slick-prev {
  left: -25px;
  z-index: 5;
  width: 50px;
  height: 50px;
  border-radius: 2px;
  background: #E71D1D;
  transition: all 0.5s;
}

.product-slider .slick-next {
  right: -25px;
  z-index: 5;
  width: 50px;
  height: 50px;
  height: 50px;
  border-radius: 2px;
  background: #E71D1D;
  transition: all 0.5s;
}

.product-slider .slick-next:before,
.product-slider .slick-prev:before {
  font-size: 50px;
  font-family: monospace;
}

.product-detail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: start;
  margin-top: 50px;
  background: #fff;
  padding: 50px;
  border: 1px solid #D3D3D3;
  border-radius: 4px;
}
.product-detail .about-image {
  position: sticky;
  top: 150px;
  align-self: start;
  height: fit-content;
}
.product-detail .about-text {
  
}

.product-detail .main-title {
  font-size: 24px;
  line-height: normal;
}
.small-title.dark {
    color: #010b1d;
}
.product-detail .about-text .about-list li {
  display: grid;
  gap: 5px;
  margin-bottom: 10px;
  align-items: center;
}
.product-detail-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  align-items: start;
}
.product-detail-content .about-image {
  position: sticky;
  top: 20px;
  align-self: start;
  height: fit-content;
} 
hr.dotted {
    border-top: 1px dashed #ababab;
    color: #ababab;
    border-bottom: 0;
    margin: 25px 0;
}
.product-table {
    width: 100%;
}
.product-table tr th, .product-table tr td {
    padding: 5px 10px;
    background: #f5f5f5;
    border: 5px solid #fff;
    vertical-align: top;
    font-size: 14px;
}
.product-details-list {
    padding-left: 20px;
    line-height: 24px;
}
.product-details-list li {
    list-style: unset;
    font-size: 14px;
}
.btn-grid {
    display: flex;
    gap: 10px;
}
.btn-red {
  font-size: 15px;
  border: 2px solid #e71d1d;
  background: #e71d1d;
  color: #fff;
  padding: 10px 20px;
  display: inline-block;
  transition: all 0.2s;
}
.btn-red:hover {
  border: 2px solid #010b1d;
  background: #010b1d;
  color: #fff;
}
.btn-red-inverse {
  font-size: 15px;
  border: 2px solid #e71d1d;
  background: #fff;
  color: #666;
  padding: 10px 20px;
  display: inline-block;
}
.btn-red-inverse:hover {
  border: 2px solid #010b1d;
  background: #fff;
  color: #010b1d;
}
.product-grid.product-grid-slider {
    margin: 30px -10px 0;
    display: grid;
    grid-template-columns: unset;
    gap: 30px;
}
.product-grid.product-grid-slider .slick-slide {
  margin: 0 10px;
}
.product-grid-section.text-left {
  text-align: left;
}
.product-grid.product-grid-slider .slick-prev {
  top: -55px;
  right: 70px;
  left: auto;
  z-index: 5;
  width: 40px;
  height: 40px;
  border-radius: 2px;
  background: #E71D1D;
  transition: all 0.5s;
}
.product-grid.product-grid-slider .slick-next {
  top: -55px;
  right: 10px;
  z-index: 5;
  width: 40px;
  height: 40px;
  border-radius: 2px;
  background: #E71D1D;
  transition: all 0.5s;
}
.product-grid.product-grid-slider .slick-next:before,
.product-grid.product-grid-slider .slick-prev:before {
  font-size: 30px;
  font-family: monospace;
}
/* Why Choose Us */
.product-grid-section {
  background: #f5f5f5;
  padding: 80px 0;
  text-align: center;
  position: relative;
  z-index: 5;
}

.product-grid .main-title {
  max-width: 400px;
  margin: auto;
}

.product-grid {
  margin: 50px 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.product-grid .product-item {
  background: #fff;
  padding: 15px;
  border-radius: 10px;
  border: 1px solid #E3EDFA;
  text-align: left;
  position: relative;
  z-index: 5;
}

.product-grid .product-item .small-title {
  font-size: 15px;
  font-weight: 800;
  color: #111111;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-grid .product-item .choose-icon {
  margin-bottom: 15px;
}

.product-grid .product-item p {
  font-size: 14px;
  line-height: normal;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.product-grid .product-item .btn {
  font-size: 15px;
  border: 2px solid #010B1D;
  padding: 20px 15px;
}

.product-grid .product-item .btn:hover {
  background: #fff;
  color: #010B1D;
}

.product-grid .product-item .btn::before {
  display: none;
}

.page-header .why-grid {
  margin: 50px 0 0;
}

.vision-mission-section.services .btn {
  background: #e71d1d;
  border: 2px solid #e71d1d;
}

.vision-mission-section.services .btn:hover {
  background: #010b1d;
}