/********** Template CSS **********/
:root {
  --primary: #0086ca;
  --secondary: #0086ca;
  --light: #F6F7F8;
  --dark: #010A35;
  --white: #fff;
  --black: #000;
}

.text-primary {
  color: #0086ca !important;
}

.back-to-top {
  position: fixed;
  display: none;
  right: 30px;
  bottom: 30px;
  z-index: 99;
}

body {
  margin: 0;
  font-family: "Poppins", sans-serif;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Poppins", sans-serif;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1280px;
  }
}

/*** Spinner ***/
#spinner {
  opacity: 0;
  visibility: hidden;
  transition: opacity .5s ease-out, visibility 0s linear .5s;
  z-index: 99999;
}

#spinner.show {
  transition: opacity .5s ease-out, visibility 0s linear 0s;
  visibility: visible;
  opacity: 1;
}


/*** Button ***/
.btn {
  transition: .5s;
}

.btn.btn-primary,
.btn.btn-outline-primary:hover,
.btn.btn-secondary,
.btn.btn-outline-secondary:hover {
  color: #FFFFFF;
}

.btn.btn-primary:hover {
  background: #231f20;
  border-color: #231f20;
}

.btn.btn-secondary:hover {
  background: var(--primary);
  border-color: var(--primary);
}

.btn-square {
  width: 38px;
  height: 38px;
}

.btn-sm-square {
  width: 32px;
  height: 32px;
}

.btn-lg-square {
  width: 48px;
  height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: normal;
}


/*** Navbar ***/
.navbar.sticky-top {
  top: -100px;
  transition: .5s;
}

.navbar .navbar-brand img {
  max-height: 60px;
}

.navbar .navbar-nav .nav-link {
  /*margin-left: 25px;*/
  padding: 10px 1.5rem;
  color: #231f20;
  font-weight: 600;
  outline: none;
  font-size: 15px;
  font-family: Poppins, sans-serif;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
  color: var(--primary);
}

.navbar .dropdown-toggle::after {
  border: none;
  content: "\f107";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  vertical-align: middle;
  margin-left: 8px;
}

@media (max-width: 991.98px) {
  .navbar .navbar-brand img {
    max-height: 45px;
  }

  .navbar .navbar-nav {
    margin-top: 20px;
    margin-bottom: 15px;
  }

  .navbar .nav-item .dropdown-menu {
    padding-left: 30px;
  }

  .navbar-expand-lg .navbar-collapse {
    display: none !important;
    flex-basis: unset;
  }
}

/*@media (min-width: 992px) {*/
.navbar .nav-item .dropdown-menu {
  display: block;
  border: none;
  margin-top: 0;
  top: 150%;
  right: 0;
  opacity: 0;
  visibility: hidden;
  transition: .5s;
}

.navbar .nav-item:hover .dropdown-menu {
  top: 100%;
  visibility: visible;
  transition: .5s;
  opacity: 1;
}


.dropdown-menu {
  min-width: 300px;
}

.dropdown-menu>li>a {
  padding: 9px 20px;
  font-size: 14px;
  color: var(--dark);
  border-bottom: 1px solid #eee;
  transition: all 0.3s ease;
  display: block;

}

.dropdown-menu>li>a:hover {
  border-bottom: 1px solid #eee;
  background: var(--secondary);
  color: var(--white);
}

.dropdown-menu>li:last-child>a {
  border-bottom: 0px solid #d1d1d1;
}

@media (min-width: 992px) {
  .navbar .dropdown .dropdown-menu {
    display: block;
    margin-top: 0;
    opacity: 0;
    visibility: hidden;
    transition: .5s;
  }

  .navbar .dropdown-menu.fade-down {
    top: 100%;
    transform: rotateX(-75deg);
    transform-origin: 0% 0%;
  }

  .navbar .dropdown:hover .dropdown-menu.fade-down {
    top: 100%;
    transform: rotateX(0deg);
    visibility: visible;
    transition: .5s;
    opacity: 1;
  }
}

/*=======*/
.header {
  background: #fff;
}

.logo {
  z-index: 1;
  /*min-width: 185PX;*/
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  text-align: center;
  background-color: #fff;
  /* padding: 27px 0 0; */
  margin-right: 36px;
}

.logo img {
  width: 130px;
}


.main-menu {}

.header-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100px;
}

/*.main-menu-wrapper::after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 84%;
    content: "";
    border-radius: 0;
    z-index: -1;
    background-color: #0086ca;
}*/
@media only screen and (max-width: 999px) {
  .main-menu-wrapper::after {
    width: 100%;
  }
}

.main-menu-wrapper {
  position: relative;
  padding-right: 3.5rem;
  padding-left: 3rem;
}

.main-menu-right__call {
  position: relative;
  min-height: 40px;
  padding: 8px 0 0 51px;
  margin-left: 30px;
}

.main-menu-right__call__icon {
  width: 40px;
  height: 40px;
  background-color: var(--secondary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 16px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.main-menu-right__call__title {
  line-height: 1;
  display: block;
  margin: 0 0 3px;
  font-size: 12px;
  font-weight: 700;
  color: var(--secondary);
}

.main-menu-right__call__text {
  color: var(--dark);
  font-weight: 700;
  font-size: 18px;
  line-height: 1.1;
  display: inline-block;
  /*    background: linear-gradient(to right, currentcolor 0%, currentcolor 100%) 0px 95%/0px 1px no-repeat;*/
  transition: all 500ms ease;
}

/*====*/
.header-top {
  /*  padding-left: 22%;
    padding-right: 20px;*/
}

.header-top-left {
  position: relative;
  padding-right: 1%;
  background: var(--white);
  height: 45px;
}

.header-top-left::before {
  content: '';
  position: absolute;
  top: 0px;
  left: 99.9%;
  width: 0;
  height: 0;
  border-top: 45px solid var(--white);
  border-right: 45px solid transparent;
}

.header-top-left::after {
  content: '';
  position: absolute;
  top: 0px;
  right: 99%;
  width: 100%;
  height: 45px;
  background: var(--secondary);
}

.header-top-left-text {
  position: relative;
  padding-right: 1%;
  background: var(--secondary);
  height: 45px;
  padding-left: 1%;
}

.header-top-left-text:before {
  content: '';
  position: absolute;
  top: 0px;
  left: calc(99.99%);
  width: 0;
  height: 0;
  border-top: 45px solid var(--secondary);
  border-right: 45px solid transparent;
}

.header-email {
  padding-left: 55px;
}

.text-white-70 {
  color: rgba(255, 255, 255, 0.7) !important;
}

.text-secodary {
  color: var(--secondary) !important;
}

.header-top .header-top-contact .bi {
  color: #c4c5c7;
}

/**==========* Header *====================**/
/*** Header carousel ***/

@media (max-width: 768px) {
  .header-carousel .owl-carousel-item {
    position: relative;
    min-height: 500px;
  }

  .header-carousel .owl-carousel-item img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.header-carousel .owl-nav {
  position: absolute;
  top: 50%;
  right: 8%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
  margin: 7px 0;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  background: transparent;
  border: 1px solid #FFFFFF;
  font-size: 22px;
  transition: .5s;
  border-radius: 50%;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
  background: var(--secondary);
  border-color: var(--secondary);
}

.main-slider-shape {
  position: absolute;
  right: -30px;
  bottom: -15px;
  opacity: 0;
  transition: transform 1200ms ease, opacity 1200ms ease;
  /*transform: translateX(300px);*/
}

@media (max-width: 1199px) {
  .main-slider-shape {
    display: none;
  }
}

/*.main-slider-shape img {
  animation: float-bob-x 3s  linear;
}*/

.header-carousel .owl-item.active .main-slider-shape {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInRight;
  animation-delay: 0.3s;

}

.header-carousel .owl-item.active h1 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}

.header-carousel .owl-item.active h5 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}

.header-carousel .owl-item.active p {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.3s;
}

/*==========================*/
.section {
  margin: 50px 0px;
  width: 100%;
  float: left;
}

/* ============================================================== 
     # About 
=================================================================== */

@media only screen and (min-width: 1367px) {
  .about-area .container {
    margin-left: calc((100% - 1140px)/ 2);
    padding: 0;
    width: auto;
    min-width: auto;
    max-width: inherit;
  }
}

@media (min-width: 1601px) {
  .about-area .container {
    margin-left: calc((100% - 1320px)/ 2);
    padding: 0;
    width: auto;
    min-width: auto;
    max-width: inherit;
    padding-right: 15px;
  }
}

.about-area {
  position: relative;
  z-index: 1;
}

/*.about-area::after {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    height: 80px;
    width: 100%;
    background: #ffffff;
    z-index: -1;
}*/

.about-area .fixed-shape {
  position: absolute;
  left: 0;
  top: 80px;
  height: 100%;
  width: 60%;
  background-size: cover;
  background-position: left bottom;
  background-repeat: no-repeat;
}

.about-area .about-items .row {
  margin-left: 0;
}

.about-area .thumb {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: -60px;
}

.about-area .info {
  margin-top: 120px;
  padding-bottom: 120px;
}

.about-area .thumb .success-rate {
  position: absolute;
  display: flex;
  align-items: center;
}

.about-items .thumb .successr-ate {
  position: absolute;
  left: -80px;
  display: flex;
  align-items: center;
  background: var(--secondary);
  padding: 30px;
  gap: 16px;
  top: 60px;
}

.torch-red .about-items .thumb .successr-ate {
  background: #ee2852;
}

.about-items .thumb .successr-ate i {
  display: inline-block;
  font-size: 60px;
  margin-right: 20px;
}

.about-items .thumb .successr-ate h2 {
  font-weight: 700;
  margin-bottom: 0;
  line-height: 1;
}

.about-area .info>h1 {
  font-weight: 500;
  color: #fff;
  font-family: "Playfair", serif;
  font-size: 2.8rem;
}

.about-area .info>h4 {
  text-transform: uppercase;
  font-weight: 500;
  color: var(--secondary);
  margin-top: -5px;
  font-size: 1.2rem;
}

.torch-red .about-area .info>h4 {
  color: #ee2852;
}

.about-area .info h2 {
  font-weight: 700;
  margin-bottom: 30px;
}

.about-area .info p {
  color: #c5c5c5;
  letter-spacing: 0.3px;
  line-height: 28px;
  margin-bottom: 3.5rem;
}

.about-area .info {
  padding-right: 50px;
}

.about-area .info ul {
  margin-right: -15px;
  margin-top: 35px;
  padding: 0;
  list-style: none;
  margin-bottom: 0;
}

.about-area .info li {
  float: left;
  width: 50%;
  padding: 0 15px;
  position: relative;
  padding-left: 60px;
}

.about-area .info li::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "\F3E5";
  font-family: bootstrap-icons !important;
  height: 40px;
  width: 40px;
  background: #ffffff;
  border-radius: 50%;
  color: #1273eb;
  text-align: center;
  line-height: 40px;
  font-size: 22px;
}

.torch-red .about-area .info li::after {
  color: #ee2852;
}

.about-area .info li h5 {
  font-weight: 500;
  margin-bottom: 10px;
  font-size: 1.09rem;
}

.about-area .info li p {
  margin-bottom: 0;
}

.about-area .info>a {
  margin-top: 40px;
}

.btn.btn-gradient {
  position: relative;
  z-index: 1;
  color: #ffffff;

}

.btn-md {
  padding: 17px 42px;
}

.btn.btn-gradient::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  height: 100%;
  width: 100%;
  background-image: linear-gradient(to right, #1273eb, #18ebeb, #1273eb);
  background-size: 220% 150%;
  text-transform: uppercase;
  display: inline-block;
  color: #ffffff !important;
  background-color: #1273eb;
  z-index: -1;
  transition: all 0.35s ease-in-out;
  border-radius: 5px;
}

.btn.btn-gradient:hover::after,
.btn.btn-gradient:active {
  background-position: -70% 0;
}

.fw-semibold {
  font-weight: 600;
}

.about-area p {
  font-size: 15px;
}

/*===============================================*/

.sec-title {
  position: relative;
  margin-bottom: 60px;
}

.sec-title h2 {
  font-size: 3.5rem;
  line-height: 3.8rem;
  position: relative;
  letter-spacing: -.04em;
  margin-bottom: 0;
  padding-bottom: 12px;
}

.sec-title .sub-title {
  font-weight: 500;
  font-size: 16px;
  color: #094b6d;
}

.service-section {
  /* background: linear-gradient(90deg, rgb(244 245 247) 0%, rgb(214 226 241) 100%);*/
  position: relative;
  padding: 100px 0 160px;
  background-color: #f3f3f3;
}

.service-section .right-shape {
  position: absolute;
  right: 0;
  top: 120px
}

.sec-title {
  width: 100%;
  float: left;
  margin-bottom: 50px;
  flex-direction: column;
}

.sec-title h2 {
  color: #0e0e0e;
  line-height: 50px;
  position: relative;
  font-family: "Playfair Display", serif;
  font-size: 34px;
  font-weight: 400;
  letter-spacing: 0.5px;
  font-style: italic;
  text-align: left;
  padding-bottom: 0px;
  padding-top: 15px;
}

.sec-title h6 {
  letter-spacing: 2px;
  font-size: 17px;
  text-transform: uppercase;
  margin-bottom: 15px;
  display: inline;
  text-transform: uppercase;
  color: var(--secondary);
  font-weight: 500;
  line-height: 1.2em;
  margin-bottom: 15px;
}

.sec-title .devider {
  position: relative;
  height: 2px;
  width: 80px;
  background: linear-gradient(to right, #45c9fa, transparent);
}

.inner-service {
  background-color: #fff;
  /*overflow: hidden;*/
  position: relative;
  height: 100%;
  padding: 10px;
  border-radius: 10px;
}

.inner-service::before {
  background: linear-gradient(90deg, rgba(18, 115, 235, 1) 57%, rgba(4, 215, 242, 1) 100%);
  position: absolute;
  top: 0;
  height: 0;
  left: 0;
  right: 0;
  content: "";
  transition: all 500ms ease;
  border-radius: 10px;
  opacity: 0;
}

.inner-service:hover::before {
  opacity: 1;
  height: 100%;
}

.inner-service .item-img {
  display: inline-block;
  font-size: 40px;
  margin-bottom: 30px;
  color: #ffffff;
  height: 90px;
  width: 90px;
  line-height: 90px;
  background: linear-gradient(90deg, rgba(18, 115, 235, 1) 57%, rgba(4, 215, 242, 1) 100%);
  text-align: center;
  border-radius: 50%;
  position: absolute;
  top: -48px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  border: 5px solid #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.inner-service .item-img:after {
  position: absolute;
  right: -15px;
  top: 38px;
  content: "";
  height: 20px;
  width: 20px;
  background: #1273eb;
  z-index: -1;
  border-radius: 50%;
  border: 3px solid #ffffff;
}

.inner-service .item-img img {
  filter: brightness(0)invert(1);
  width: 45px
}

.service-main-top {
  background: linear-gradient(90deg, rgb(244 245 247) 0%, rgb(214 226 241) 100%);
  border-radius: 10px;
  padding: 15px;
}

.inner-service h3 {
  line-height: 26px;
}

.inner-service h3 a {
  font-size: 20px;
  color: #231f20;
  line-height: 24px;
}

.inner-service .item-button .item-btn i {
  color: var(--secondary);
  font-size: 2rem;
  font-weight: 800;
}

.inner-service .media-body {
  padding: 30px 20px 6px;
}

/*@media only screen and (max-width: 575px) {
  .inner-service {
    padding: 43px 25px 25px 25px;
  }
}*/
/*.inner-service:hover.inner-service .item-img{
    background: rgb(255 255 255/0.1);
}*/
.inner-service:hover.inner-service .item-img img {
  filter: brightness(0) invert(1);
}

.inner-service:hover .media-body .title-heading a {
  color: #fff;
}

.inner-service:hover .media-body p {
  color: #fff;
}

.inner-service:hover .item-button .item-btn {
  background-color: var(--white);
}

.inner-service .count {
  font-size: 3rem;
  color: transparent;
  -webkit-text-stroke: 2px var(--secondary);
  font-weight: 800;
  font-family: poppins, sans-serif;
  float: right;
}

.inner-service:hover .count {
  color: rgb(92 92 92 / 25%);
}

.inner-service p {
  font-size: 15px;
  line-height: 26px;
}

/*--------------------------------------------------------------
# Call To Action Section
--------------------------------------------------------------*/

.call-to-action {
  background: #085698;
  color: #fff;
  position: relative;
  overflow: hidden;
  /*border-radius: 1rem;*/
  padding: 4rem 2rem;
}

.call-to-action .container-bluebg {
  color: #fff;
  position: relative;
  overflow: hidden;
  padding: 4rem 2rem;
  background: #3063a3;
  border-radius: unset;
}

.call-to-action .content h2,
.call-to-action .content p {
  color: #fff;
  position: relative;
  z-index: 2;
}

.call-to-action .content h2 {
  font-size: 3.5rem;
  font-weight: 200;
  line-height: 4rem;
}

.call-to-action .content p {
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 2rem;
  letter-spacing: 0.3px
}

.btn-cta {
  display: inline-block;
  position: relative;
  z-index: 1;
  flex: 0 0 auto;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #fff !important;
  padding: 20px 30px;
  line-height: 1;
  border-radius: 5px;
  padding-top: 16px;
  background: #19a1d9;
}

.btn-cta::after {
  position: absolute;
  content: "";
  width: 90%;
  height: 145%;
  border-radius: 5px;
  border: 1px solid #19a1d9;
  left: 35px;
  top: -12px;
  z-index: -2;
  transition: 400ms ease;
}

.btn-cta:hover::after {
  left: -10px;
  width: 112%;
}

.call-to-action .shape {
  position: absolute;
  pointer-events: none;
  z-index: 1;
}

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

.call-to-action .shape svg {
  width: 100%;
  height: 100%;
}

.call-to-action .shape svg path {
  fill: #fff;
}

.call-to-action .shape-1 {
  width: 300px;
  height: 300px;
  top: -100px;
  right: -50px;
  opacity: 0.1;
  transform: rotate(45deg);
  animation: shapes-float 3s ease-in-out infinite;
}

.call-to-action .shape-2 {
  width: 200px;
  height: 200px;
  bottom: -50px;
  left: -50px;
  opacity: 0.15;
  transform: rotate(-15deg);
  animation: shapes-float 4s ease-in-out infinite;
}

.call-to-action .shape-3 {
  width: 150px;
  height: 150px;
  top: 20%;
  right: 15%;
  opacity: 0.08;
  transform: rotate(15deg);
}

.call-to-action .dots {
  position: absolute;
  pointer-events: none;
  z-index: 1;
  color: #fff;
}

.call-to-action .dots svg {
  width: 100%;
  height: 100%;
}

.call-to-action .dots-1 {
  width: 200px;
  height: 200px;
  top: -30px;
  left: 10%;
  opacity: 0.1;
  transform: rotate(15deg);
  animation: shapes-float 4s ease-in-out infinite;
}

.call-to-action .dots-2 {
  width: 150px;
  height: 150px;
  bottom: 20px;
  right: 15%;
  opacity: 0.15;
  transform: rotate(-10deg);
}

@keyframes shapes-float {

  0%,
  100% {
    transform: scale(0.8) rotate(45deg) translateY(0);
  }

  50% {
    transform: scale(0.8) rotate(45deg) translateY(-20px);
  }
}

@media (max-width: 992px) {
  .call-to-action .container {
    padding: 3rem 1.5rem;
  }

  .call-to-action .shape-1 {
    width: 200px;
    height: 200px;
  }

  .call-to-action .shape-2 {
    width: 150px;
    height: 150px;
  }

  .call-to-action .shape-3 {
    width: 100px;
    height: 100px;
  }

  .call-to-action .dots-1 {
    width: 150px;
    height: 150px;
  }

  .call-to-action .dots-2 {
    width: 120px;
    height: 120px;
  }

  .call-to-action .dots-3 {
    width: 80px;
    height: 80px;
  }
}

@media (max-width: 575px) {
  .call-to-action .container {
    border-radius: 0;
  }
}

/*===================================*/
.before-border h5 {
  font-size: 14px;
  color: var(--primary);
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 15px;
  display: inline-block;
  position: relative;
  margin-left: 80px;
}

/*.before-border h5::before {
    position: absolute;
    content: "";
    background: #f79521;
    height: 1px;
    width: 60px;
    left: -80px;
    top: 7px;
}
.before-border h5::after {
    position: absolute;
    content: "";
    background: #f79521;
    height: 1px;
    width: 60px;
    left: -80px;
    top: 11px;
}*/
/*.stroke-text{
    position: absolute;
    content: "";
    font-size: 11rem;
    color: transparent;
    -webkit-text-stroke: 1px rgb(0 0 0/0.14);
    text-stroke: 2px rgb(0 0 0/0.1);
    z-index: 0;
    text-align: left;
    top:-80px;
}*/

.clients-first-row {
  position: relative;
}

.clients-first-row-image img {
  width: 100%;
  border-radius: 20px;
}

.client-logo-item {
  position: relative;
  border: 1px solid #f1f1f1;
  background-color: rgb(255 255 255 / 70%);
  border-radius: 20px;
  padding: 28px;
}

.clients-logos {
  position: absolute;
  width: 60%;
  top: 46%;
}

.clients-logos .col-md-4 {
  margin-bottom: 20px;
}

.client-logo-item img {
  width: 100%;
  filter: grayscale(1);
  opacity: 0.5;
  transition: all 0.5s ease;
}

.client-logo-item:hover img {
  filter: grayscale(0);
  opacity: 1;
}

.home-clients .carouselItem {
  padding-right: 40px
}

/*** Facts ***/
.facts {
  position: relative;
  margin: 6rem 0;
  background: var(--dark);
}

.facts .border {
  border-color: rgba(255, 255, 255, .1) !important;
}

/************************************/
/***   09. Why Choose Us css    ***/
/************************************/

.why-choose-us {
  padding: 100px 0;
  background: url('../img/why-choose-bg.png'), var(--dark);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.why-choose-image {
  margin-right: 20px;
}

.why-choose-image figure {
  display: block;
  border-radius: 30px;
}

.why-choose-image img {
  width: 100%;
  aspect-ratio: 1 / 1.25;
  object-fit: cover;
  border-radius: 30px;
}

.faq-right {
  position: relative;
  z-index: 3;
  padding: 80px 0px;
  padding-left: 50px;
}

.faq-right .accordion-item {
  background-color: transparent !important;
}

.faq-right .accordion-button {
  background-color: transparent !important;
  color: #fff;
  border-bottom: 1px solid #4a4747;
  font-size: 17px;
  letter-spacing: 0.5px;
  font-weight: 400;
  padding: 30px 0px;
  padding-right: 0;
}

.faq-right .accordion-button img {
  width: 20px;
  margin-right: 15px;
}

.accordion-button:focus {
  z-index: 3;
  border: 0;
  box-shadow: unset;
  border-bottom: 1px solid #0086ca;
}

.why-choose-item {
  position: relative;
  border-radius: 30px;
  padding: 25px 30px;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  overflow: hidden;
  transition: all 0.4s ease-in-out;
  border-bottom: 1px solid #ddd;
}

.why-choose-item:before {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: var(--secondary);
  transition: all 0.4s ease-in-out;
  z-index: 0;
}

.why-choose-item:hover:before {
  top: 0;
  bottom: auto;
  height: 100%;
}

.why-choose-item:last-child {
  margin-bottom: 0;
}

.why-choose-item .icon-box {
  position: relative;
  margin-right: 30px;
  z-index: 1;
}

.why-choose-item .icon-box img {
  width: 100%;
  max-width: 80px;
  transition: all 0.4s ease-in-out;
}

.why-choose-item:hover .icon-box img {
  filter: brightness(0) invert(1);
}

.why-choose-item-content {
  position: relative;
  width: calc(100% - 110px);
  z-index: 1;
}

.why-choose-item-content h3 {
  font-size: 20px;
  text-transform: capitalize;
  margin-bottom: 10px;
  transition: all 0.4s ease-in-out;
}

.why-choose-item-content p {
  margin: 0;
  transition: all 0.4s ease-in-out;
}

.why-choose-item:hover .why-choose-item-content h3,
.why-choose-item:hover .why-choose-item-content p {
  color: var(--white-color);
}

.why-choose-counter-list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 50px;
  border-top: 1px solid var(--dark-divider-color);
  padding-top: 50px;
}

.why-choose-counter-item {
  position: relative;
  width: calc(25% - 37.5px);
  text-align: center;
}

.why-choose-counter-item:after {
  content: '';
  position: absolute;
  top: 50%;
  right: -25px;
  bottom: 0;
  left: auto;
  transform: translateY(-50%);
  background: var(--dark-divider-color);
  width: 1px;
  height: 85%;
}

.why-choose-counter-item:last-child:after,
.why-choose-counter-item:nth-child(4n + 4)::after {
  display: none;
}

.why-choose-counter-item .icon-box {
  margin-bottom: 20px;
}

.why-choose-counter-item .icon-box img {
  width: 100%;
  max-width: 60px;
}

.why-choose-counter-content h4 {
  color: var(--white-color);
  font-size: 46px;
  font-weight: 800;
  margin-bottom: 10px;
}

.why-choose-counter-content p {
  color: var(--white-color);
  font-size: 18px;
  text-transform: capitalize;
  margin: 0;
}

.why-choose-us h3 {
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.4em;
  /* margin-bottom: 80px; */
  font-style: italic;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 0rem;
}







/*======================*/
.page-header {
  background: linear-gradient(rgba(1, 10, 53, .8), rgba(1, 10, 53, .8)), url(../img/page-banner.jpg) center center no-repeat;
  background-size: cover;
}

.page-header .breadcrumb-item a,
.page-header .breadcrumb-item+.breadcrumb-item::before {
  color: var(--light);
}

.page-header .breadcrumb-item a:hover,
.page-header .breadcrumb-item.active {
  color: var(--primary);
}


/*** Facts ***/
.facts {
  background: rgba(1, 10, 53, .8);
}


/*** Quote ***/
@media (min-width: 992px) {
  .container.quote {
    max-width: 100% !important;
  }

  .container.quote .quote-text {
    padding-left: calc(((100% - 960px) / 2) + .75rem);
  }

  .container.quote .quote-form {
    padding-right: calc(((100% - 960px) / 2) + .75rem);
  }
}

@media (min-width: 1200px) {
  .container.quote .quote-text {
    padding-left: calc(((100% - 1140px) / 2) + .75rem);
  }

  .container.quote .quote-form {
    padding-right: calc(((100% - 1140px) / 2) + .75rem);
  }
}

@media (min-width: 1400px) {
  .container.quote .quote-text {
    padding-left: calc(((100% - 1320px) / 2) + .75rem);
  }

  .container.quote .quote-form {
    padding-right: calc(((100% - 1320px) / 2) + .75rem);
  }
}

.container.quote .quote-text {
  background: rgba(1, 10, 53, .8);
}

.container.quote .quote-form {
  background: rgba(255, 255, 255, .8);
}

.container.quote .quote-text .h-100,
.container.quote .quote-form .h-100 {
  padding: 6rem 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}


/*** Service ***/
.service-item .service-icon {
  width: 90px;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-item .service-icon img {
  max-width: 60px;
  max-height: 60px;
}


/*** Team ***/
.team-item .team-img::before,
.team-item .team-img::after {
  position: absolute;
  content: "";
  width: 0;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(1, 10, 53, .8);
  transition: .5s;
}

.team-item .team-img::after {
  left: auto;
  right: 0;
}

.team-item:hover .team-img::before,
.team-item:hover .team-img::after {
  width: 50%;
}

.team-item .team-img .team-social {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .5s;
  z-index: 3;
  opacity: 0;
}

.team-item:hover .team-img .team-social {
  transition-delay: .3s;
  opacity: 1;
}


/*** Testimonial ***/
.animated.pulse {
  animation-duration: 1.5s;
}

.testimonial-left,
.testimonial-right {
  position: relative;
}

.testimonial-left img,
.testimonial-right img {
  position: absolute;
  border-radius: 70px;
}

.testimonial-left img:nth-child(1),
.testimonial-right img:nth-child(3) {
  width: 70px;
  height: 70px;
  top: 10%;
  left: 50%;
  transform: translateX(-50%);
}

.testimonial-left img:nth-child(2),
.testimonial-right img:nth-child(2) {
  width: 60px;
  height: 60px;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
}

.testimonial-left img:nth-child(3),
.testimonial-right img:nth-child(1) {
  width: 50px;
  height: 50px;
  bottom: 10%;
  right: 10%;
}

.testimonial-carousel .owl-item img {
  width: 100px;
  height: 100px;
  border-radius: 100px;
}

.testimonial-carousel .owl-nav {
  margin-top: 30px;
  display: flex;
  justify-content: center;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
  margin: 0 5px;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFFFFF;
  background: var(--primary);
  border-radius: 45px;
  font-size: 22px;
  transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
  background: var(--secondary);
}


/*** Footer ***/
.footer {
  color: #7F8499;
}

.footer h5 {
  font-size: 1.45rem;
  font-weight: 400;
  line-height: 1.2;
  font-family: "Roboto Slab", serif;
  letter-spacing: 0.4px;
  color: #0086ca;
}

.footer span {
  line-height: 30px;
  color: #fff;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.footer .btn.btn-link {
  display: block;
  margin-bottom: 7px;
  padding: 0;
  text-align: left;
  color: #fff;
  font-weight: normal;
  text-transform: capitalize;
  transition: .3s;
  padding-left: 20px;
  position: relative;
  font-size: 0.93rem;
  letter-spacing: .6px;
}

.footer-items1 .mb-4 {
  margin-bottom: 2.1rem !important;
}

.footer .btn.btn-link::before {
  position: absolute;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #7F8499;
  margin-right: 10px;
  left: 0;
}

.footer .btn.btn-link:hover {
  color: var(--secondary);
  letter-spacing: 1px;
  box-shadow: none;
}

.footer .btn.btn-square {
  color: #fff;
  border: 1px solid #fff;
}

.footer .btn.btn-square:hover {
  color: var(--light);
  border-color: var(--primary);
}

.footer .copyright {
  padding: 25px 0;
  border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
  color: var(--secondary);
}

.footer .copyright a:hover {
  color: #FFFFFF;
}

.footer-box .icon {
  width: 50px;
  height: 50px;
  border-radius: 5px;
  background: var(--secondary);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  padding: 13px;
}

.footer-box .icon i {
  color: var(--white);
  font-size: 24px;
}

.address-block {
  border-bottom: 1px solid #7F8499;
}

.address-block p {
  color: var(--white);
  line-height: 28px;
}

/*=======================*/

/* featured section 12 */
.featured_section12 {
  float: left;
  width: 100%;
  padding: 120px 0px 100px 0px;
  text-align: center;
  background: #fff url(../images/pattern1.jpg) repeat left top;
}

.featured_section12 h6 {
  color: #000;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2em;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  font-style: italic;
  margin-bottom: 30px;
}

.featured_section12 h6 span {
  color: #0086ca;
  font-style: italic;
  font-size: 13px;
  line-height: 0.8em;
}

.featured_section12 h2 {
  color: #000;
  font-family: "Playfair Display", serif;
  font-size: 55px;
  font-weight: 400;
  line-height: 1.2em;
  margin-bottom: 80px
}

.featured_section12 h2 span {
  color: #C5C8CC;
  font-style: italic;
}

.featured_section12.two {
  background: #00082e;
}

.featured_section12 .peosays {
  width: 100%;
  margin: 0 auto;
}

.featured_section12 .peosays .box {
  float: left;
  width: 100%;
  background: transparent;
  /*border: 1px solid #eee;*/
  /* border-right: 1px solid #eee;*/
  border-radius: 3px;
  text-align: left;
  padding: 0px 40px 0px 20px;

  line-height: 30px;
  color: #000;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.featured_section12 .peosays .who {
  float: left;
  width: 100%;
  text-align: left;
  padding: 40px 0px 18px 0px;
  background: url(../images/down-arrow.png) no-repeat 45px top;
  margin-top: -2px;
  font-size: 12px;
  color: #000;
}

.featured_section12 .peosays .who img {
  border-radius: 100%;
  float: left;
  margin-right: 18px;
}

.featured_section12 .peosays .who strong {
  font-size: 14px;
  color: #000;
  display: block;
  line-height: 16px;
  font-weight: 600;
  margin-top: 5px;
}

.brands-section {
  padding: 120px 0 70px
}

.brands-section h6 {
  color: #202C39;
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2em;
  text-transform: uppercase;
  letter-spacing: 0.8px;
  font-style: italic;
  margin-bottom: 15px;
  text-align: center;
}

.brands-section h6 span {
  color: #0086ca;
  font-style: italic;
  font-size: 13px;
  line-height: 0.8em;
}

.brands-section h2 {
  color: #202C39;
  font-family: "Playfair Display", serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.2em;
  margin-bottom: 80px;
  font-style: italic;
  text-align: center;
}

.brands-section h2 span {
  color: #C5C8CC;
  font-style: italic;
}

.services-section-bg {
  background: #f2f9fd url(../images/poem-left-1.png) no-repeat scroll right top;
}

.services-section-bg-1 {
  background: url(../images/poem-right-1.png) no-repeat scroll left bottom;
}

.services-scrolling {
  background-color: #4e3c31;
  padding: 20px 0;
}

.services-section {
  padding: 80px 0 120px
}

.services-section-left {
  width: 70%;
  float: left;
  margin-right: 5%
}

.services-section-left h6 {
  font-family: "Poppins", serif;
  letter-spacing: 1px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
}

.services-section-left h1 {
  letter-spacing: 1px;
  color: #000;
  font-size: 45px;
  font-weight: 600;
  margin-bottom: 10px;
  font-family: "Playfair", serif;
  line-height: 55px;
}

.services-section-left p {
  font-family: 'Poppins', sans-serif;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: 31px;
  text-align: justify;
  padding-bottom: 50px;
}

.services-section-right {
  width: 25%;
  float: left;
  margin-right: 0%;
  margin-top: 35px;
}

.schedule-btn {
  background-color: #0086ca;
  padding: 12px 35px;
  color: #fff;
  font-size: 17px;
  font-weight: 400;
  font-family: "Poppins", serif;
  border-radius: 25px;

}

.schedule-btn:hover {
  background-color: #231f20;
  color: #fff;
}


.service-item {
  background-color: #fff;
  padding: 24px 28px;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: "Marcellus", serif;
  margin-bottom: 35px;
}

.service-item h5 {
  font-size: 24px;
  font-weight: 400;
  font-family: "Playfair", serif;
  letter-spacing: 0.5px;
  color: #0086ca;
}

.service-item p {
  font-size: 14px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  color: #000;
  line-height: 30px;
}

.tf-btn-link {
  font-size: 15px;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
  color: #000;
  letter-spacing: 0.5px;
}

.tf-btn-link i {
  font-size: 18px;
  color: #0086ca;
  font-weight: 600;
}

.service-item.h-280 {
  min-height: 280px;
}

.service-item .content {
  position: relative;
}

.service-item .content .title {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 12px;
}

.service-item .content .title a {
  color: var(--Primary);
}

.service-item .content p {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.service-item:hover {
  background-color: #eaf8ff;
  box-shadow: 0px 10px 25px rgba(54, 95, 104, 0.1);
}

.service-item.style-2 {
  border-radius: 12px;
  background-color: #fff;
}

.service-item.style-2::after {
  display: none;
}

.service-item.style-2 .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  bottom: 0;
  height: 100%;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  overflow: hidden;
}

.service-item.style-2 .image-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-item.style-2 .image-wrap::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.service-item.style-2:hover .image-wrap {
  width: 100%;
}

.service-item.style-2:hover .content .title a,
.service-item.style-2:hover .content p {
  color: #fff;
}

.service-item.style-2:hover .content .title a:hover {
  color: #fedac2;
}

.service-item.style-2:hover .tf-btn-link span,
.service-item.style-2:hover .tf-btn-link i {
  color: #fff;
}

.service-item.style-2:hover .tf-btn-link:hover i {
  color: #fff;
}

.service-item.style-2:hover .tf-btn-link:hover span::after {
  background-color: #fff;
}

.service-item.style-3 .content {
  margin-bottom: 24px;
}

.service-item.style-3 .image-wrap {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 15px;
}

.service-item.style-3 .image-wrap a {
  width: 100%;
  height: 100%;
}

.service-item.style-3 .image-wrap img {
  width: 100%;
  height: 266px;
  object-fit: cover;
  margin-bottom: -8px;
}

.hover-img .image-wrap {
  overflow: hidden;
}

.hover-img .image-wrap img {
  object-fit: cover;
  -webkit-transition: all 1s cubic-bezier(0.3, 1, 0.35, 1) 0s;
  transition: all 1s cubic-bezier(0.3, 1, 0.35, 1) 0s;
}

.hover-img:hover .image-wrap img {
  -webkit-transform: scale3d(1.1, 1.1, 1.1);
  transform: scale3d(1.1, 1.1, 1.1);
}

@keyframes arrows {
  0% {
    border-left: 2px solid rgba(0, 0, 0, 0);
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    transform: translate(-1px, -4px) rotate(-45deg);
  }

  10%,
  90% {
    border-left: 2px solid rgba(0, 0, 0, 0);
    border-bottom: 2px solid rgba(0, 0, 0, 0);
  }

  50% {
    border-left: 2px solid rgba(0, 0, 0, 0.7);
    border-bottom: 2px solid rgba(0, 0, 0, 0.7);
    transform: translate(-1px, 0px) rotate(-45deg);
  }

  100% {
    border-left: 2px solid rgba(0, 0, 0, 0);
    border-bottom: 2px solid rgba(0, 0, 0, 0);
    transform: translate(-1px, 4px) rotate(-45deg);
  }
}

.z-5 {
  z-index: 5;
}

.relative {
  position: relative;
}

/*=================================*/
.inner-page p {
  color: #000;
  letter-spacing: 0.3px;
  line-height: 28px;
  margin-bottom: 15px;
  font-size: 14px;
  text-align: justify;
}

.inner-page p:last-child {
  margin-bottom: 0px;
}

.inner-page li {
  color: #000;
  letter-spacing: 0.3px;
  line-height: 26px;
  margin-bottom: 10px;
  font-size: 14px;

}

.inner-page li:last-child {
  margin-bottom: 0px;
}

.about-tick-points li {
  position: relative;
  padding-left: 20px;

}

.about-tick-points li i {
  position: absolute;
  content: "";
  left: 0px;
}

.about-tick-points p {
  position: relative;
  padding-left: 20px;

}

.about-tick-points p i {
  position: absolute;
  content: "";
  left: 0px;
  top: 5px;
}

.highligt h4 {
  color: #0086ca;
  font-family: "Playfair Display", serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 1.4em;
  /* margin-bottom: 80px; */
  font-style: italic;
  text-align: center;
  margin-top: 60px;
  margin-bottom: 0rem;
}

.section-mid-title h1,
.section-mid-title h2,
.section-mid-title h2,
.section-mid-title h3 {
  letter-spacing: 1px;
  color: #000;
  font-weight: 600;
  margin-bottom: 10px;
  font-family: "Playfair", serif;
  line-height: 45px;
}

.team-box {}

.team-image {
  background: #f9f9f9;
}

.team-image img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 3px solid #ddd;
  padding: 2px;
  margin-right: 20px
}

.li-before li {
  position: relative;
  padding-left: 20px;
  list-style: none;
}

.li-before li:before {
  position: absolute;
  content: "\F280";
  font-family: bootstrap-icons !important;
  color: var(--secondary);
  left: 0;
}

.service-page-image {
  position: relative;
  padding-left: 30px;
  padding-top: 30px;
  padding-bottom: 30px;

}

.service-page-image:before {
  position: absolute;
  content: "";
  width: 80%;
  height: 100%;
  left: 0;
  top: 0px;
  border: 2px solid var(--secondary);
  border-radius: 10px;
  z-index: -1;
}

.service-page-text {
  background: var(--secondary);
  border-radius: 20px;
  padding: 20px;
}

.service-page-image h2 {
  /* -webkit-text-stroke: 1px var(--secondary);*/
  font-size: 3rem;
  font-weight: 800;
  color: #fff;
  font-family: "Playfair", serif;
}

.servicedetail-box {
  border: 1px solid #ddd;
  padding: 20px 20px 20px 30px;
  position: relative;
  text-align: left;
  height: 100%
}

.servicedetail-box h4 {
  font-size: 26px;
  font-weight: 800;
  color: #222222;
  /* letter-spacing: 0.3px; */
  position: relative;
  padding-bottom: 5px;
}

.servicedetail-box h4:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 100%;
  width: 50px;
  height: 2px;
  background: #8cb8c1;
}

.servicedetail-box .number {
  position: absolute;
  content: "";
  left: -20px;
  top: 12px;
  background: #fff;
  padding: 5px;
  font-size: 16px;
  font-weight: 600;
  color: #368ba0;
  letter-spacing: 0.3px;
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.servicedetail-box h4 {
  font-family: "Playfair", serif;
}

/*================*/


.career-form {
  position: relative;
  border: 1px solid #eee;
  background-color: #fff;
  box-shadow: 0px 0px 57.2px 4px #0000000d;
  border-radius: 20px;
  padding: 30px 30px;
}

.career-form .input-height {
  height: 40px;
}

.career-button {
  background: var(--secondary);
  padding: 10px 30px;
  border-radius: 50px;
  color: #fff;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  font-size: 18px;
  border: 0;
}

.career-form input[type="file"] {
  display: none !important;
}

.career-form label {
  font-weight: 400;
}

.section-title h5 {
  font-size: 16px;
  color: var(--secondary);
  font-weight: 600;
  border-radius: 20px;
  background-color: rgb(244 251 255);
  border: 1px solid hsla(0, 0%, 48%, .15);
  display: inline-block;
  padding: 6px 29px;
  position: relative;
  z-index: 1;
  margin: 0 0 22px;
  line-height: 25px;
}

.section-title h5:before {
  position: absolute;
  content: "";
  width: 30px;
  height: 7px;
  background: var(--secondary);
  border-radius: 30px;
  left: -8%;
  top: 14px;
}

.form-control:disabled,
.form-control:read-only {
  background-color: #fff;
  opacity: 1;
}

.li-before-tick li {
  position: relative;
  padding-left: 25px;
  font-size: 16px;
  font-weight: 600;
  list-style: none;
}

.li-before-tick li:before {
  position: absolute;
  left: 0;
  content: "\F26F";
  font-family: bootstrap-icons !important;
  color: var(--secondary);
  font-size: 18px;
  font-weight: 400;
}

/*=========================*/
.client-box {
  position: relative;
  border: 1px solid #f1f1f1;
  background-color: rgb(255 255 255 / 70%);
  border-radius: 20px;
  padding: 10px 20px;
}

/*===============================*/
.contact-first-row {
  position: relative;
  background: url(../img/contactus-image.jpg) no-repeat;
  background-size: 50%;
  background-position: right top;
  border-radius: 20px;

}

.contact-first-row-image img {
  width: 100%;
  border-radius: 20px;
}

.contact-box-item {
  position: relative;
  border: 1px solid #eee;
  background-color: #fff;
  box-shadow: 0px 0px 57.2px 4px #0000000d;
  border-radius: 20px;
  padding: 30px 20px;
  height: 100%;
}

.contact-box-info {
  position: relative;
  width: 100%;
  /*top: 83%;*/
}

.contact-box-info .col-md-4 {
  margin-bottom: 20px;
}

.contact-box-item i {
  color: var(--secondary);
  font-size: 2rem;
  margin-bottom: 10px;
}

.contact-form {
  position: relative;
  border: 1px solid #eee;
  background-color: #fff;
  box-shadow: 0px 0px 57.2px 4px #0000000d;
  border-radius: 20px;
  padding: 30px 20px;
}

.contact-form .input-height {
  height: 40px;
}

.contact-button {
  background: var(--secondary);
  padding: 10px 30px;
  border-radius: 50px;
  color: #fff;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  font-size: 18px;
  border: 0;
}

.menu-toggle {
  display: none !important;
}

.dt-menu {}

.menu-icon {
  line-height: 22px;
  color: #333;
  border: 1px solid #333;
  padding: 0px 10px;
  border-radius: 5px;
  /* font-weight: 800; */
  font-size: 25px;
}

/*================================*/
.mobile-menu li a {
  color: #000;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 600;
}

.googlemap .contact-w-h {

  width: 510px;
  height: 340px;
  margin-top: 465px;
  border-radius: 20px;

}

.counter-bg{padding: 60px 0 80px;}

.counter-bg h3{    color: #0e0e0e;
    line-height: 50px;
    position: relative;
    font-family: "Playfair Display", serif;
    font-size: 34px;
    font-weight: 400;
    letter-spacing: 0.5px;
    font-style: italic;
    text-align: center;
    padding-bottom: 0px;
    padding-top: 15px;
    
}

.counter-bg h4 {
    color: #010a35;
    font-size: 46px;
    font-weight: 800;
    margin-bottom: 10px;
}



.why-choose-counter-content p {
    color: #010a35;
    font-size: 18px;
    text-transform: capitalize;
    margin: 0;
}
















