/*
------------- Table of content ----------------

Template Name: Remote Employee   Responsive  HTML5 Template
Template URI: https://RemoteEmployee.com/
Description: Remote Employee   Responsive  HTML5 Template
Author: Gobinda Sarkar
Author URI: https://RemoteEmployee.com/
Version: 1.0

---------------------- common content ----------
1.body reset content
#.header-area
#.footer-area
#.hero-banner-area
#.partners-content-area
#.section-title
#.your-team-area
#.remote-employee-area
#.getting-started-area
#.hire-remote-employee-area
#.everybody-wins
#.help-area
#.call-to-action
#.global-workforce-area
#.accordion
#.professional-services-area
#.howmuch-save-area
#.book-appointment-area
#.company-info-area
#.free-consultation-area
#.services-banner-area
#.testimonial-area-two
#.about-area
#.service-area-two
#.box-text-image-area
#.other-service-area
#.case-studies-area
#.contact-area




*/
:root {
  font-size: 62.5%;
  --primary-color: #0693EF;
  --hover-color: #0693EF;
  --secondary-color: #133C58;
  --bColor: #373739;
  --tColor: #313133;
  --white: #ffffff;
  --black: #000000;
}

html,
body {
  height: 100%;
  font-family: var(--e-global-typography-d33bbe2-font-family), Sans-serif;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.5;
  color: var(--bColor);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6{
  font-family: var(--e-global-typography-d33bbe2-font-family), Sans-serif;
}

iframe {
  border: none;
}

a,
b,
div,
ul,
li {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  -moz-outline-: none;
}

input,
input:hover,
input:focus,
input:active,
textarea,
textarea:hover,
textarea:focus,
textarea:active,
select:focus,
select:hover {
  -moz-outline: none;
  outline: none;
  box-shadow: none;
}

button,
button:hover,
button:focus,
button:active {
  -moz-outline: none;
  outline: none;
  box-shadow: none;
}

img:not([draggable]),
embed,
object,
video {
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  outline: 0;
}

a:active,
a:focus,
a:hover,
a:visited {
  text-decoration: none;
  outline: 0;
}

:focus {
  outline: none;
}

img {
  border: none;
  max-width: 100%;
  height: auto;
}

button:focus {
  -moz-outline: none;
  outline: none;
  box-shadow: none;
}

.section-space {
  padding: 10rem 0;
}

.section-space-top {
  padding: 10rem 0 0;
}

.section-space-bottom {
  padding: 0 0 10rem 0;
}

.btn.focus,
.btn:focus {
  border: 1px solid transparent;
}

.form-control:focus,
.btn.focus,
.btn:focus {
  color: #495057;
  background-color: #fff;
  outline: 0;
  box-shadow: none;
}

.acurate {
  margin: 0;
  padding: 0;
}

.floatleft {
  float: left;
}

.floatright {
  float: right;
}

.alignleft {
  float: left;
  margin-right: 15px;
  margin-bottom: 24px;
}

.alignright {
  float: right;
  margin-left: 15px;
  margin-bottom: 24px;
}

.aligncenter {
  display: block;
  margin: 0 auto 24px;
}

a:focus {
  outline: 0px solid;
}

.fix {
  overflow: hidden;
}

p {
  margin: 0 0 24px;
  font-family: var(--e-global-typography-d33bbe2-font-family), Sans-serif;
}

a {
  text-decoration: none;
}

a:hover {
  color: var(--primary-color);
  text-decoration: none;
}

a:active,
a:hover {
  outline: 0 none;
  color: var(--hover-color);
}

ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.clear {
  clear: both;
}

::-moz-selection {
  background: var(--primary-color);
  text-shadow: none;
}

::selection {
  background: var(--primary-color);
  text-shadow: none;
  color: #ffffff;
}

.browserupgrade {
  margin: 24px 0;
  background: var(--primary-color);
  color: #ffffff;
  padding: 24px 0;
}

.p-0 {
  padding: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.m-0 {
  margin: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

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

.pb-70 {
  padding-bottom: 7rem;
}

/*-------------------------
primary-btn
--------------------------*/
.primary-btn {
  display: inline-flex;
  align-items: center;
  grid-column-gap: 0.5rem;
  padding: 1.6rem 4rem;
  background-color: var(--primary-color);
  border-radius: 0.8rem;
  font-size: 1.8rem;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--white);
  transition: all 0.5s linear;
  border: none;
}
.primary-btn.medium-btn {
  padding: 0.5rem 1.5rem;
}
.primary-btn.rounded-full {
  border-radius: 5rem;
}
.primary-btn.white-bg-btn {
  background-color: var(--white);
  color: var(--tColor);
}
.primary-btn:hover {
  color: var(--white);
  background-color: var(--hover-color);
}

.button-list {
  display: flex;
  flex-flow: row wrap;
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
}

.free-consultation-area .button-list{
   justify-content: end;
}
.free-consultation-area .button-list .primary-btn{
   font-size: 1.5rem;
}

/*-------------------------
scrollUp
--------------------------*/
#scrollUp {
  background: #000000;
  bottom: 20px;
  color: #ffffff;
  font-size: 20px;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  position: fixed;
  right: 20px;
  text-align: center;
  text-decoration: none;
  transition: all 0.5s linear;
  z-index: 1000;
  border-radius: 5px;
}
#scrollUp:hover {
  background: var(--hover-color);
}

.section-bg-img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.section-bg {
  background-color: #F3F9FB;
}

.section-bg-gradient {
  background: var(--primary-gradient);
}

.slick-slider {
  margin: 0 -12px;
}

.slick-slide {
  margin-right: 12px;
  margin-left: 12px;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #161414;
  background: var(--primary-gradient);
  z-index: 9999;
}

.preloader img {
  max-width: 22rem;
  animation: zoomIn 1s ease-in-out infinite;
}

@keyframes zoomIn {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@media (max-width: 1199px) {
  .content-wrap {
    padding: 3.5rem 2.5rem;
  }
}
@media (max-width: 991px) {
  .section-space {
    padding: 6rem 0;
  }
  .section-space-top {
    padding: 6rem 0 0;
  }
  .section-space-bottom {
    padding: 0 0 6rem 0;
  }
}
@media (max-width: 767px) {
  .main-content {
    margin-top: 6rem;
  }
  .primary-btn {
    padding: 1rem 2.5rem;
    font-size: 1.6rem;
  }
}
/*===============================
 #.header-area
=================================*/
/*===============================
 #.footer-area
=================================*/
/*===============================
#.hero-banner-area
=================================*/
.hero-banner-area {
  padding: 16rem 0;
}
.hero-banner-area h1 {
  margin-bottom: 20px;
  font-size: 4.8rem;
  font-weight: 700;
  color: var(--tColor);
}
.hero-banner-area p {
  font-size: 2.4rem;
  font-weight: 400;
  color: var(--bColor);
}
.hero-banner-area .button-list {
  margin-top: 4rem;
}

@media (max-width: 991px) {
  .hero-banner-area {
    padding: 12rem 0;
  }
}
@media (max-width: 575px) {
  .hero-banner-area h1 {
    font-size: 3.2rem;
  }
  .hero-banner-area p {
    font-size: 1.8rem;
  }
  .hero-banner-area {
    padding: 8rem 0;
  }
}
/*===============================
#.partners-content-area
=================================*/
.partners-content-area {
  overflow: hidden;
}
.partners-content-area .partners-title {
  margin-bottom: 3rem;
  font-size: 2.8rem;
  font-weight: 700;
  color: var(--tColor);
}

.partners-slider .single-partner .single-partner-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
  min-height: 10rem;
}

.partners-slider-two .single-partner .partner-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
  min-height: 10rem;
}

.partner-title {
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--tColor);
}

.slick-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: row wrap;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 3rem;
  height: 3rem;
  cursor: pointer;
  font-size: 3rem;
  color: #D3D3D3;
  transition: all 0.5s linear;
  z-index: 1;
}
.slick-arrow:hover {
  color: var(--primary-color);
}
.slick-arrow.slick-prev {
  left: 0;
}
.slick-arrow.slick-next {
  right: 0;
}

@media (max-width: 991px) {
  .slick-arrow.slick-prev {
    left: 1rem;
  }
  .slick-arrow.slick-next {
    right: 1rem;
  }
}
/*===============================
#.section-title
=================================*/
.section-title {
  margin-bottom: 6rem;
}
.section-title .sub-title {
  display: flex;
  align-items: center;
  grid-column-gap: 2rem;
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--primary-color);
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.section-title .sub-title .line-bar {
  display: inline-block;
  height: 0.2rem;
  width: 5rem;
  background-color: var(--primary-color);
}
.section-title h2 {
  margin-bottom: 2rem;
  font-size: 4rem;
  font-weight: 700;
  color: var(--tColor);
}
.section-title p a {
  text-decoration: underline;
}

.section-title-medium {
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--tColor);
  margin-bottom: 2.5rem;
}

@media (max-width: 767px) {
  .section-title h2 {
    font-size: 3.2rem;
  }
  .section-title-medium {
    font-size: 2rem;
  }
}
/*===============================
#.your-team-area
=================================*/
.our-candidates .candidates-title {
  margin-bottom: 2.5rem;
}
.our-candidates .single-candidate iframe {
  width: 100%;
  height: 300px;
  border: none;
}

/*===============================
#.remote-employee-area
=================================*/
.remote-employee-area .single-remote-employe .icon {
  max-width: 6.4rem;
  object-fit: cover;
  margin-bottom: 3rem;
}
.remote-employee-area .single-remote-employe h2 {
  margin-bottom: 2rem;
  font-size: 4.8rem;
  font-weight: 700;
  color: var(--tColor);
}
.remote-employee-area .single-remote-employe p {
  font-size: 1.8rem;
  font-weight: 400;
  color: var(--bColor);
}
.remote-employee-area .single-remote-employe p a {
  color: var(--bColor);
  text-decoration: underline;
  transition: all 0.5s linear;
}
.remote-employee-area .single-remote-employe p a:hover {
  color: var(--primary-color);
}

.seamlessly-area h2 {
  margin-bottom: 2rem;
  font-size: 2.8rem;
  font-weight: 700;
  color: var(--tColor);
}
.seamlessly-area .seamlessly-video iframe {
  width: 100%;
  height: 32rem;
  border-radius: 1rem;
  border: none;
}

@media (max-width: 575px) {
  .remote-employee-area .single-remote-employe h2 {
    font-size: 3.2rem;
  }
}
/*===============================
#.getting-started-area
=================================*/
.getting-started-area {
  background-size: 100% 100%;
}
.getting-started-area .single-getting-started {
  position: relative;
}
.getting-started-area .single-getting-started::before {
  position: absolute;
  content: "";
  background-image: url("../images/long-arrow-right.png");
  background-repeat: no-repeat;
  width: 9rem;
  height: 2.5rem;
  top: 3rem;
  left: 90%;
}
.getting-started-area .single-getting-started:last-child::before {
  display: none;
}
.getting-started-area .single-getting-started .icon {
  width: 8rem;
  height: 8rem;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 3rem;
}
.getting-started-area .single-getting-started h3 {
  font-size: 2.4rem;
  font-weight: 500;
  color: var(--white);
}

@media (max-width: 991px) {
  .getting-started-area .single-getting-started::before {
    display: none;
  }
}
/*===============================
#.hire-remote-employee-area
=================================*/
.hire-remote-employee-area h2 {
  margin-bottom: 2.5rem;
}

/*===============================
#.everybody-wins
=================================*/
.everybody-wins {
  background-size: 100% 100%;
}

.feature-area {
  margin-top: 3rem;
}
.feature-area .section-title-medium {
  margin-bottom: 6rem;
}

.single-feature-box .icon {
  max-width: 5.6rem;
  height: 5.6rem;
  object-fit: cover;
  margin-bottom: 4rem;
}
.single-feature-box h3 {
  margin-bottom: 2.5rem;
  font-size: 2.8rem;
  font-weight: 700;
  color: var(--white);
}
.single-feature-box ul li {
  position: relative;
  padding-left: 3rem;
  margin-bottom: 1.5rem;
  font-size: 2rem;
  font-weight: 400;
  color: var(--white);
}
.single-feature-box ul li::before {
  position: absolute;
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-weight: 700;
  left: 0;
  top: 0;
  color: #4ED964;
}
.single-feature-box ul li:last-child {
  margin-bottom: 0;
}

@media (max-width: 575px) {
  .single-feature-box h3 {
    margin-bottom: 2rem;
    font-size: 2.2rem;
  }
  .single-feature-box ul li {
    font-size: 1.6rem;
    margin-bottom: 1rem;
  }
}
/*===============================
#.help-area
=================================*/
.single-help-section {
  margin-top: 10rem;
}

.img-rounded {
  border-radius: 1rem;
}

.help-list {
  list-style: disc;
  padding-left: 1.5rem;
  margin-left: 1.5rem;
}
.help-list li h3 {
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--tColor);
}

@media (max-width: 991px) {
  .single-help-section {
    margin-top: 3rem;
  }
}
/*===============================
#.call-to-action
=================================*/
.call-to-action .call-action-wrap {
  padding: 8rem;
  border-radius: 2.5rem;
}
.call-to-action .call-action-wrap .section-title p {
  font-size: 2.4rem;
  font-weight: 400;
}

@media (max-width: 991px) {
  .call-to-action .call-action-wrap {
    padding: 5rem;
  }
}
@media (max-width: 767px) {
  .call-to-action .call-action-wrap {
    padding: 3rem;
  }
  .call-to-action .call-action-wrap .section-title p {
    font-size: 1.8rem;
  }
}
/*===============================
#.global-workforce-area
=================================*/
.global-workforce-area {
  background: linear-gradient(90deg, #0A97B4, #004D78);
}

.global-form {
  padding: 3rem;
  border-radius: 1.2rem;
  background-color: var(--white);
}
.global-form .form-control {
  width: 100%;
  height: 6rem;
  border-radius: 1rem;
  border: none;
  padding: 0.5rem 1.5rem;
  font-family: var(--e-global-typography-d33bbe2-font-family), Sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--tColor);
  background-color: #fafafa;
}

/*===============================
#.accordion
=================================*/
.accordion .accordion-item {
  border-radius: 0.8rem;
  border: 1px solid #E7E7E7;
  margin-bottom: 1.2rem;
  overflow: hidden;
}
.accordion .accordion-item .accordion-header .accordion-button {
  padding: 2rem 4rem;
  font-size: 2rem;
  font-weight: 400;
  color: var(--tColor);
  border: none;
}
.accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: var(--tColor);
  background-color: #F6F9FC;
  box-shadow: none;
}
.accordion .accordion-item .accordion-body {
  padding: 2rem 4rem;
}
.accordion .accordion-item .accordion-body p {
  margin-bottom: 1rem;
}

.accordion-item{
  display: block!important;
}
.accordion-button:hover{
  background: transparent;
}

@media (max-width: 991px) {
  .accordion .accordion-item .accordion-header .accordion-button {
    padding: 2rem;
    font-size: 1.8rem;
  }
  .accordion .accordion-item .accordion-body {
    padding: 2rem;
  }
}
/*===============================
#.professional-services-area
=================================*/
.single-service img {
  max-height: 7rem;
}
.single-service h3 {
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--primary-color);
}

/*===============================
#.howmuch-save-area
=================================*/
.howmuch-save-title {
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--primary-color);
  text-transform: capitalize;
  margin-bottom: 2rem;
}

.howmuch-save-form .label-value-wrap {
  margin-bottom: 1rem;
}
.howmuch-save-form .label-value-wrap input {
  width: 12rem;
  border: none;
  background-color: transparent;
  text-align: right;
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--tColor);
}
.howmuch-save-form .label-text {
  margin-bottom: 1rem;
  font-size: 1.8rem;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--tColor);
}
.howmuch-save-form .country {
  background-color: #6E6E70;
  border-radius: 3rem;
  border: 2px solid #414042;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.howmuch-save-form .country label {
  flex: 1;
  background-color: transparent;
  border-radius: 3rem;
  text-align: center;
  padding: 1.2rem 2rem;
  font-size: 1.8rem;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--white);
  transition: all 0.5s linear;
  cursor: pointer;
}
.howmuch-save-form .country input {
  display: none;
}
.howmuch-save-form .country input:checked + label {
  background-color: var(--white);
  color: var(--tColor);
}
.howmuch-save-form .form-control {
  height: 6rem;
  border-radius: 0;
  border: 1px dashed var(--tColor);
  padding: 1rem 2rem;
  font-size: 2rem;
  font-weight: 400;
  color: var(--tColor);
  background-color: transparent;
}
.howmuch-save-form .total-cost {
  border: 1px dashed var(--tColor);
  padding: 1rem 2rem;
  font-size: 4rem;
  font-weight: 700;
  text-align: center;
  color: var(--primary-color);
  background-color: transparent;
}
.howmuch-save-form p span {
  color: var(--primary-color);
}

.ui-widget.ui-widget-content {
  border: none;
  height: 6px;
  background: var(--primary-color);
  border-radius: 0;
}

.ui-slider-horizontal .ui-slider-range-min {
  background: var(--primary-color);
}

.ui-slider-horizontal .ui-slider-handle {
  top: -8px;
  margin-left: -0.6em;
  border-radius: 50%;
  box-shadow: none;
  background-color: var(--primary-color);
  border: none;
}

/*===============================
#.book-appointment-area
=================================*/
.book-appointment-wrap {
  border-radius: 1.2rem;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.3);
}
.book-appointment-wrap .book-appointment-left {
  height: 100%;
  border-right: 1px solid #E8E8E8;
}
.book-appointment-wrap .book-appointment-left .book-appointment-left-top {
  border-bottom: 1px solid #E8E8E8;
  padding: 3rem;
}
.book-appointment-wrap .book-appointment-left .book-appointment-left-bottom {
  padding: 3rem;
}
.book-appointment-wrap .book-appointment-left .book-appointment-left-bottom h4 {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--bColor);
  text-transform: capitalize;
  margin-bottom: 1rem;
}
.book-appointment-wrap .book-appointment-left .book-appointment-left-bottom h2 {
  margin-bottom: 2rem;
  font-size: 3.2rem;
  font-weight: 700;
  color: var(--tColor);
}
.book-appointment-wrap .book-appointment-left .book-appointment-left-bottom ul {
  margin: 2rem 0;
}
.book-appointment-wrap .book-appointment-left .book-appointment-left-bottom ul li {
  margin-bottom: 1rem;
  position: relative;
  padding-left: 3rem;
  color: var(--bColor);
  font-size: 1.8rem;
  font-weight: 500;
}
.book-appointment-wrap .book-appointment-left .book-appointment-left-bottom ul li i {
  position: absolute;
  left: 0;
  top: 0.5rem;
}
.book-appointment-wrap .book-appointment-left .book-appointment-left-bottom ul li:last-child {
  margin-bottom: 0;
}
.book-appointment-wrap .book-appointment-right {
  padding: 3rem;
}
.book-appointment-wrap .book-appointment-right h2 {
  margin-bottom: 2rem;
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--tColor);
  text-transform: capitalize;
}
.book-appointment-wrap .time-zone h3 {
  margin-bottom: 1rem;
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--tColor);
  text-transform: capitalize;
}
.book-appointment-wrap .time-zone .time-zone-dropdown {
  border: none;
  padding: 0;
  box-shadow: none;
  background-color: transparent;
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--tColor);
  text-transform: capitalize;
}
.book-appointment-wrap .time-zone .time-zone-dropdown i {
  margin-right: 1rem;
}
.book-appointment-wrap .time-zone .dropdown-menu {
  width: 100%;
}
.book-appointment-wrap .time-zone .dropdown-menu li {
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--tColor);
  text-transform: capitalize;
}

.week .day.header {
  font-weight: 500;
  font-size: 1.6rem;
}

@media (max-width: 480px) {
  .book-appointment-wrap .time-zone .time-zone-dropdown {
    font-size: 1.4rem;
  }
  .book-appointment-wrap .time-zone .dropdown-menu li {
    font-size: 1.4rem;
  }
  .book-appointment-wrap .book-appointment-right {
    padding: 1.5rem;
  }
  .book-appointment-wrap .book-appointment-left .book-appointment-left-bottom {
    padding: 1.5rem;
  }
}
/*===============================
#.company-info-area
=================================*/
.company-info-area {
  background-color: #012951;
}

.company-info {
  padding: 3rem 0;
}
.company-info .single-info {
  margin-bottom: 1.5rem;
}
.company-info .single-info a{
  color: #fff;
}
.company-info .single-info:last-child {
  margin-bottom: 0;
}
.company-info .single-info h3 {
  margin-bottom: 1rem;
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: capitalize;
  color: var(--white);
}
.company-info .single-info ul {
  margin-left: 3rem;
}
.company-info .single-info ul li {
  font-size: 1.8rem;
  font-weight: 300;
  color: var(--white);
  margin-bottom: 0.3rem;
}
.company-info .single-info ul li:last-child {
  margin-bottom: 0;
}

/*===============================
#.free-consultation-area
=================================*/
.free-consultation-area {
  background-color: var(--primary-color);
}
.free-consultation-area h3 {
  font-size: 1.8rem;
  font-weight: 500;
  color: var(--white);
}

/*===============================
#.services-banner-area
=================================*/
.services-banner-area .services-banner-title {
  margin-bottom: 3rem;
  font-size: 4.4rem;
  font-weight: 700;
  color: var(--white);
}

.feature-list-area li {
  display: flex;
  grid-column-gap: 2rem;
  margin-bottom: 1.5rem;
}
.feature-list-area li:last-child {
  margin-bottom: 0;
}
.feature-list-area li .icon {
  width: 5.4rem;
  height: 5.4rem;
  object-fit: cover;
  border-radius: 1.2rem;
}
.feature-list-area li p {
  flex: 1;
  font-size: 2rem;
  font-weight: 400;
  color: var(--white);
}

.book-meeting-form {
  background-color: var(--white);
  padding: 3rem;
  border-radius: 2.4rem;
}
.book-meeting-form .fotm-title {
  margin-bottom: 2rem;
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--tColor);
}
.book-meeting-form .form-group {
  margin-bottom: 2rem;
}
.book-meeting-form .form-group .form-control {
  width: 100%;
  padding: 1.5rem 0;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #B1B1B1;
  font-family: var(--e-global-typography-d33bbe2-font-family), Sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  color: var(--bColor);
}
.book-meeting-form .form-group .form-control.message-box {
  height: 8rem;
}
.book-meeting-form .primary-btn {
  display: flex;
  justify-content: center;
  width: 100%;
  text-align: center;
}

@media (max-width: 991px) {
  .services-banner-area .services-banner-title {
    font-size: 3.2rem;
  }
}
/*===============================
#.testimonial-area-two
=================================*/
.single-testimonial-two .rating-area {
  display: flex;
  align-items: center;
  grid-column-gap: 0.5rem;
  color: #FFC201;
  margin-bottom: 2rem;
  list-style: none;
    padding: 0px !important;
}
.single-testimonial-two p {
  font-size: 1.7rem;
  font-weight: 400;
  color: var(--tColor);
}
.single-testimonial-two .testimoial-author {
  display: flex;
  align-items: center;
  grid-column-gap: 2rem;
}
.single-testimonial-two .testimoial-author .testimonial-autor {
  width: 5.4rem;
  height: 5.4rem;
  border-radius: 50%;
  object-fit: cover;
}
.single-testimonial-two .testimoial-author .name {
  font-size: 2rem;
  font-weight: 400;
  text-transform: capitalize;
}
.single-testimonial-two .testimoial-author .designation {
  margin: 0;
  font-size: 1.7rem;
  font-weight: 400;
  color: var(--bColor);
}

/*===============================
#.about-area
=================================*/
.single-about-info {
  margin-bottom: 2rem;
}
.single-about-info .heading-content {
  margin-bottom: 1.2rem!important;
  font-size: 2.4rem!important;
  font-weight: 600!important;
  color: var(--black);
}
.single-about-info:last-child {
  margin-bottom: 0;
}

/*===============================
#.service-area-two
=================================*/
.service-area-two {
  background: linear-gradient(90deg, #0A97B4, #004D78);
}

.single-serivce-card {
  background-color: var(--white);
  padding: 4.4rem 3rem;
  border-radius: 2.4rem;
}
.single-serivce-card .icon {
  width: 8rem;
  height: 8rem;
  border-radius: 1.2rem;
  object-fit: cover;
  margin-bottom: 3rem;
}
.single-serivce-card h3 {
  margin-bottom: 1rem;
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--tColor);
}
.single-serivce-card p {
  margin-bottom: 0;
  font-size: 1.7rem;
  font-weight: 400;
  color: var(--bColor);
}

/*===============================
#.box-text-image-area
=================================*/
.single-text-box {
  position: relative;
  padding: 2.4rem 2.4rem 2.4rem 5.5rem;
  background-color: var(--white);
  border-radius: 2.4rem;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
  margin-bottom: 3rem;
}
.single-text-box:last-child {
  margin-bottom: 0;
}
.single-text-box::before {
  position: absolute;
  content: "\f058";
  font-weight: 400;
  font-family: "Font Awesome 6 Free";
  left: 2.4rem;
  top: 2.4rem;
  color: var(--primary-color);
}
.single-text-box h3 {
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 500;
  color: var(--tColor);
}
.single-text-box p {
  font-weight: 400;
}

/*===============================
#.other-service-area
=================================*/
.service-lsit li {
  margin-bottom: 1.5rem;
}
.service-lsit li:last-child {
  margin-bottom: 0;
}
.service-lsit li a {
  display: flex;
  align-items: center;
  grid-column-gap: 1.5rem;
  padding: 1.6rem;
  border-radius: 1.2rem;
  border: 1px solid #E7E7E7;
  font-size: 2rem;
  font-weight: 500;
  color: var(--black);
  transition: all 0.5s linear;
}
.service-lsit li a i {
  color: var(--primary-color);
}
.service-lsit li a:hover {
  color: var(--primary-color);
}

.other-service-wrap {
  padding: 8rem;
  border-radius: 3rem;
  background-color: var(--white);
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.2);
}

@media (max-width: 991px) {
  .other-service-wrap {
    padding: 3rem;
  }
}
/*===============================
#.case-studies-area
=================================*/
.case-studies-slider {
  position: relative;
  overflow: hidden;
}
.case-studies-slider .slick-arrow.slick-next {
  right: 1rem;
}
.case-studies-slider .slick-arrow.slick-prev {
  left: 1rem;
}

.single-case-studie h3 {
  margin-bottom: 2rem;
  font-size: 2.8rem;
  font-weight: 700;
  color: var(--tColor);
}

.readmore-btn {
  display: flex;
  align-items: center;
  grid-column-gap: 1rem;
  font-size: 2rem;
  font-weight: 400;
  text-transform: capitalize;
  color: var(--primary-color);
  transition: all 0.5s linear;
}
.readmore-btn:hover {
  color: var(--hover-color);
}

/*===============================
#.contact-area
=================================*/
.contact-wrap {
  background-color: var(--white);
  border-radius: 2.4rem;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
.contact-wrap .contact-left {
  padding: 6rem;
}
.contact-wrap .contact-info li {
  margin-bottom: 1rem;
  display: flex;
  grid-column-gap: 1.5rem;
  font-size: 2.2rem;
  font-weight: 500;
  color: var(--tColor);
}
.contact-wrap .contact-info li:last-child {
  margin-bottom: 0;
}
.contact-wrap .google-map {
  height: 36rem;
  overflow: hidden;
}
.contact-wrap .google-map .map {
  border: none;
  width: 100%;
  height: 100%;
  margin: 0;
  box-shadow: none;
}

@media (max-width: 991px) {
  .contact-wrap .contact-left {
    padding: 3rem;
  }
  .contact-wrap .contact-info li {
    font-size: 1.8rem;
  }
}
/*===============================
#.service-area-three
=================================*/
.service-area-three {
  background: linear-gradient(90deg, #0A97B4, #004D78);
}

.single-service-list {
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.single-service-list .service-name {
  font-size: 2.2rem;
  font-weight: 500;
  text-transform: capitalize;
  color: var(--white);
}
.single-service-list .service-info {
  grid-column-gap: 2rem;
}
.single-service-list .service-info p {
  font-size: 1.7rem;
  font-weight: 400;
  color: var(--white);
}
.single-service-list .service-info i {
  color: var(--white);
}