
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700');
body {
  font-size: 15px;
  /* font-family: "Red Hat Display", sans-serif; */
  /* font-family: 'Lato', sans-serif; */
  font-family: 'Manrope', sans-serif;
  color: #3f3e3e;
  padding: 0px;
  margin: 0px;
  overflow-x: hidden;
}
.readmore{
        color: #FF5722;

}

a {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  text-decoration: none;
  color: #616161;
}

a:hover {
  text-decoration: none;
  color: #3E9AA8;
}

a:focus {
  text-decoration: none;
}

button {
  outline: 0 !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  padding: 0;
}

button:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.choose-us-content p{
    font-family:'Manrope'!important;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #213438;
  font-weight: bold;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

p {
  font-size: 16px;
  margin-bottom: 15px;
  line-height: 1.7;
  /*font-family: "Open Sans", sans-serif;*/
}

p:last-child {
  margin-bottom: 0;
}

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

.form-control {
  height: 38px;
  color: #213438;
  border: 1px solid #d7d7d7;
  background-color: #f4f4f4;
  font-size: 16px;
  padding: 10px 20px;
  width: 100%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  border-radius: 4px;
}

.form-control::-webkit-input-placeholder {
  color: #676a6a;
}

.form-control:-ms-input-placeholder {
  color: #676a6a;
}

.form-control::-ms-input-placeholder {
  color: #676a6a;
}

.form-control::placeholder {
  color: #676a6a;
}

.form-control:focus {
  color: #000000;
  background-color: transparent;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  outline: 0;
  border: 1px solid #3E9AA8;
}

.form-control:hover:focus, .form-control:focus {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

textarea.form-control {
  height: auto;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.ptb-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}

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

.pb-100 {
  padding-bottom: 100px;
}

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

.pb-70 {
  padding-bottom: 70px;
}
.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-150 {
  padding-bottom: 150px;
}

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

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

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

.ml-15 {
  margin-left: 15px;
}
.ml-150 {
  margin-left: 110px;
}

.mr-15 {
  margin-right: 15px;
}

/*
Bg-color Style*/
.bg-color-f3f9f8 {
  background-color: #f3f9f8;
  
}

.bg-color-f8f8f8 {
  background-color: #f8f8f8;
}

.bg-color-497774 {
  background-color: #3E9AA8;
}

/*
Default Btn Area Style*/
.default-btn {
  font-size: 16px;
  color: #ffffff;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 7px 13px;
  background-color: #3e9aa8;
  border-radius: 20px;
  font-weight: 600;
  border: 1px solid #3e9aa8;
}

.default-btn i {
  position: relative;
  top: 0px;
  /* font-size: 17px !important; */
  color: #ffffff !important;
  margin-right: 8px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.default-btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #213438;
  z-index: -1;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  border-radius: 4px;
}

.default-btn:hover {
  color: #ffffff;
  border-color: #213438;
}

.default-btn:hover::after {
  height: 100%;
  bottom: auto;
  top: 0;
  -webkit-animation: rotateIn 0.5s linear;
          animation: rotateIn 0.5s linear;
}

/*
Read More Btn Area Style*/
.read-more {
  font-size: 16px;
  color: #3E9AA8;
  background-color: transparent;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  font-weight: 600;
}

.read-more i {
  position: relative;
  top: 3px;
}

.read-more:hover {
  color: #3E9AA8;
  letter-spacing: 1px;
}

/*
Section Title Area Style*/
.section-title {
  max-width: 650px;
  margin: -5px auto 15px;
  text-align: center;
  position: relative;
}

.section-title .top-title {
  font-size: 15px;
  color: #3E9AA8;
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
}

.section-title h2 {
  font-size: 30px;
  margin-bottom: 20px;
}

.section-title h2:last-child {
  margin-bottom: 0;
}

.section-title p {
  max-width: 600px;
  margin: auto;
}

.section-title p span {
  color: #3E9AA8;
}

.section-title.white-title span {
  color: #3E9AA8;
}

.section-title.white-title h2 {
  color: #ffffff;
}

.section-title.white-title p {
  color: #ffffff;
}

.section-title.left-title {
  margin-left: 0;
  text-align: left;
  max-width: 100%;
}

/*
Navbar Area Style
======================================================*/
.navbar-area {
  position: relative;
  /* padding-top: 15px; */
  /* padding-bottom: 15px; */
}

.navbar-area .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

.navbar-area.is-sticky {
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  position: -webkit-sticky;
  position: sticky;
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
          animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
}

.navbar-area.is-sticky .navbar-brand {
  position: unset;
  padding-top: 5px;
  padding-bottom: 5px;
}

.navbar-area.is-sticky .navbar-brand::before {
  top: -55px;
}

.navbar-area.is-sticky .navbar-brand img {
  top: 0;
}

.navbar-area.style-two {
  background-color: #ffffff;
  padding-top: 10px;
  padding-bottom: 10px;
}

.navbar-area.style-two .desktop-nav .navbar {
  background-color: #ffffff;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.navbar-area.style-two .desktop-nav .others-options .default-btn {
  display: block;
}

.desktop-nav {
  padding-top: 0;
  padding-bottom: 0;
}

.desktop-nav .navbar {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  z-index: 2;
  padding-right: 0;
  padding-top: 0;
  padding-left: 0;
  padding-bottom: 0;
}

.desktop-nav .navbar ul {
  margin-bottom: 0;
  list-style-type: none;
}

.desktop-nav .navbar .navbar-nav .nav-item {
  position: relative;
  padding-bottom: 25px;
  padding-top: 25px;
  padding-right: 0;
  padding-left: 0;
}

.desktop-nav .navbar .navbar-nav .nav-item a {
  font-size: 15px;
  color: #213438;
  line-height: 1;
  position: relative;
  font-weight: 700;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-left: 20px;
  margin-right: 20px;
}

.desktop-nav .navbar .navbar-nav .nav-item a.dropdown-toggle::after {
  display: none;
}

.desktop-nav .navbar .navbar-nav .nav-item a.dropdown-toggle::before {
  content: "\EA4E";
  position: absolute;
  top: 0;
  right: -20px;
  font-family: remixicon !important;
  line-height: 1;
  font-size: 17px;
}

.desktop-nav .navbar .navbar-nav .nav-item a:hover, .desktop-nav .navbar .navbar-nav .nav-item a:focus, .desktop-nav .navbar .navbar-nav .nav-item a.active {
  color: #3E9AA8;
}

.desktop-nav .navbar .navbar-nav .nav-item a i {
  font-size: 18px;
  line-height: 0;
  position: relative;
  top: 4px;
}

.desktop-nav .navbar .navbar-nav .nav-item:last-child a {
  margin-right: 0;
}

.desktop-nav .navbar .navbar-nav .nav-item:first-child a {
  margin-left: 0;
}

.desktop-nav .navbar .navbar-nav .nav-item:hover a, .desktop-nav .navbar .navbar-nav .nav-item:focus a, .desktop-nav .navbar .navbar-nav .nav-item.active a {
  color: #3E9AA8;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu {
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background: #ffffff;
  position: absolute;
  visibility: hidden;
  border-radius: 0;
  display: block;
  width: 250px;
  border: none;
  z-index: 99;
  opacity: 0;
  top: 80px;
  left: 0;
  padding: 0;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li {
  padding: 0;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a {
  color: #213438;
  padding: 15px;
  border-bottom: 1px dashed #ededed;
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  display: block;
  position: relative;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.dropdown-toggle::after {
  display: none;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.dropdown-toggle::before {
  content: "\EA4E";
  position: absolute;
  top: 14px;
  right: 13px;
  font-family: remixicon !important;
  line-height: 1;
  font-size: 17px;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #3E9AA8;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  left: 250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #213438;
  border-bottom: 1px dashed #ededed;
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  position: relative;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.dropdown-toggle::after {
  display: none;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.dropdown-toggle::before {
  content: "\EA4E";
  position: absolute;
  top: 14px;
  right: 13px;
  font-family: remixicon !important;
  line-height: 1;
  font-size: 17px;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: #3E9AA8;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: 250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #000000;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #3E9AA8;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: -250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #000000;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #3E9AA8;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: -250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #000000;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #3E9AA8;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: -250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #000000;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #3E9AA8;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu {
  left: -250px;
  top: 0;
  opacity: 0;
  visibility: hidden;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a {
  color: #000000;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:hover, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a:focus, .desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li a.active {
  color: #3E9AA8;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #3E9AA8;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #3E9AA8;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -1px;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #3E9AA8;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  top: -1px;
  visibility: visible;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li.active a {
  color: #3E9AA8;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  top: -15px;
  visibility: visible;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li.active a {
  color: #3E9AA8;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: -15px;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li.active a {
  color: #3E9AA8;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  top: 0;
}

.desktop-nav .navbar .navbar-nav .nav-item .dropdown-menu li:last-child a {
  border-bottom: none;
}

.desktop-nav .navbar .navbar-nav .nav-item:hover .dropdown-menu {
  top: 100%;
  opacity: 1;
  margin-top: 0;
  visibility: visible;
}

.desktop-nav .navbar .others-options .search-form {
  position: relative;
}

.desktop-nav .navbar .others-options .search-form .form-control {
  background-color: transparent;
  border-radius: 0;
  height: 45px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  border-radius: 0;
  font-weight: 600;
  padding-left: 0;
  padding-right: 0;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #b5b7bb;
}

.desktop-nav .navbar .others-options .search-form .form-control:focus {
  border-color: #3E9AA8;
}

.desktop-nav .navbar .others-options .search-form .search-btn {
  position: absolute;
  top: 10px;
  right: 0;
  background-color: transparent;
  color: #213438;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  background-color: #ffffff;
}

.desktop-nav .navbar .others-options .search-form .search-btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.desktop-nav .navbar .others-options .search-form .search-btn:hover {
  color: #3E9AA8;
}

.desktop-nav .navbar .others-options ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.desktop-nav .navbar .others-options ul li {
  margin-right: 30px;
}

.desktop-nav .navbar .others-options ul li:last-child {
  margin-right: 0;
}

.desktop-nav .navbar .others-options ul li .call-us {
  position: relative;
  top: -5px;
  font-weight: 600;
  color: #213438;
  font-size: 16px;
}

.desktop-nav .navbar .others-options ul li .call-us i {
  font-size: 19px;
  position: relative;
  top: 6px;
  color: #3E9AA8;
  font-weight: normal;
}

.desktop-nav .navbar .others-options ul li .menu-bars {
  background-color: transparent;
  position: relative;
  top: 5px;
}

.desktop-nav .navbar .others-options ul li .menu-bars i {
  font-size: 30px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.desktop-nav .navbar .others-options ul li .menu-bars:hover i {
  color: #3E9AA8;
}

.desktop-nav .navbar .others-options.ml-30 {
  margin-left: 30px;
}

.mobile-responsive-nav {
  display: none;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

/*
Others Option For Responsive Area Style
======================================================*/
.others-option-for-responsive {
  display: none !important;
}

.others-option-for-responsive .dot-menu {
  padding: 0 10px;
  height: 30px;
  cursor: pointer;
  z-index: 999;
  position: absolute;
  right: 60px;
  top: -33px;
}

.others-option-for-responsive .dot-menu .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
}

.others-option-for-responsive .dot-menu .inner .circle {
  height: 5px;
  width: 5px;
  border-radius: 100%;
  margin: 0 2px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  background-color: #3E9AA8;
}

.others-option-for-responsive .dot-menu:hover .inner .circle {
  background-color: #3E9AA8;
}

.others-option-for-responsive .container {
  position: relative;
}

.others-option-for-responsive .container .container {
  position: absolute;
  right: -2px;
  top: 15px;
  max-width: 320px;
  margin-left: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  -webkit-transform: scaleY(0);
          transform: scaleY(0);
  z-index: 2;
  padding-left: 15px;
  padding-right: 15px;
}

.others-option-for-responsive .container .container.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scaleY(1);
          transform: scaleY(1);
}

.others-option-for-responsive .others-options {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 20px;
  text-align: center;
}

.others-option-for-responsive .others-options ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.others-option-for-responsive .others-options ul li {
  margin-right: 0;
  margin-bottom: 15px;
}

.others-option-for-responsive .others-options ul li:last-child {
  margin-right: 0;
  margin-bottom: 0;
}

.others-option-for-responsive .others-options ul li .call-us {
  position: relative;
  top: -5px;
}

.others-option-for-responsive .others-options ul li .call-us i {
  font-size: 19px;
  position: relative;
  top: 6px;
  color: #3E9AA8;
}

.others-option-for-responsive .others-options ul li .menu-bars {
  background-color: transparent;
}

.others-option-for-responsive .others-options ul li .menu-bars i {
  font-size: 30px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.others-option-for-responsive .others-options ul li .menu-bars:hover i {
  color: #3E9AA8;
}

.others-option-for-responsive .others-options ul li .search-form {
  position: relative;
}

.others-option-for-responsive .others-options ul li .search-form .form-control {
  background-color: transparent;
  border-radius: 0;
  height: 45px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #b5b7bb;
}

.others-option-for-responsive .others-options ul li .search-form .form-control:focus {
  border-color: #3E9AA8;
}

.others-option-for-responsive .others-options ul li .search-form .search-btn {
  position: absolute;
  top: 10px;
  right: 0;
  background-color: transparent;
  color: #213438;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.others-option-for-responsive .others-options ul li .search-form .search-btn:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.others-option-for-responsive .others-options ul li .search-form .search-btn:hover {
  color: #3E9AA8;
}

/*
OffcanvasArea Style
======================================================*/
.offcanvas-header {
  padding: 20px;
  border-bottom: 1px solid #f1f1f1;
}

.offcanvas-header .btn-close {
  padding: 0;
  position: relative;
  right: 6px;
}

.offcanvas-header .btn-close:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}

.offcanvas-body .off-mb-30 {
  margin-bottom: 30px;
}

.offcanvas-body h3 {
  font-size: 22px;
  margin-bottom: 8px;
}

.offcanvas-body .about-us p {
  font-size: 15px;
}

.offcanvas-body .contact-info h3 {
  margin-bottom: 20px;
}

.offcanvas-body .contact-list {
  padding-left: 0;
  margin-bottom: 10px;
  list-style-type: none;
}

.offcanvas-body .contact-list li {
  position: relative;
  padding-left: 45px;
  margin-bottom: 15px;
  height: 35px;
}

.offcanvas-body .contact-list li:last-child {
  margin-bottom: 0;
}

.offcanvas-body .contact-list li i {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  display: inline-block;
  color: #3E9AA8;
  background: rgba(19, 143, 130, 0.13);
  border-radius: 50px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  position: absolute;
  top: -5px;
  left: 0;
}

.offcanvas-body .contact-list li:hover i {
  background-color: #3E9AA8;
  color: #ffffff;
}

.offcanvas-body .social-link {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.offcanvas-body .social-link li {
  display: inline-block;
  margin-right: 5px;
}

.offcanvas-body .social-link li:last-child {
  margin-right: 0;
}

.offcanvas-body .social-link li a i {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  display: inline-block;
  color: #3E9AA8;
  background: rgba(19, 143, 130, 0.13);
  border-radius: 50px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.offcanvas-body .social-link li a:hover i {
  background-color: #3E9AA8;
  color: #ffffff;
}

/*
Banner Area Style
======================================================*/
.pt-65 {
  padding-top: 65px;
}

.banner-area {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.banner-area .container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}

.banner-area.bg-2 {
  background-image: url(../images/banner/banner-bg-2.html);
}

.banner-area .banner-bottom-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.banner-area .shape {
  position: absolute;
  z-index: -1;
}

.banner-area .shape.shape-1 {
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: .15;
}

.banner-area .shape.shape-2 {
  top: 30%;
  right: 30px;
}

.banner-area .shape.shape-3 {
  bottom: 25%;
  left: 0;
  right: 400px;
  text-align: center;
}

.banner-area .shape.shape-4 {
  bottom: 100px;
  left: 50px;
}

.banner-area .shape.shape-5 {
  bottom: 200px;
  left: 0;
}

.banner-area .shape.shape-6 {
  top: 100px;
  left: 200px;
}

.banner-area.style-two {
  background-color: transparent;
  background-image: -webkit-gradient(linear, right top, left top, from(#f3f9f8), to(transparent));
  background-image: linear-gradient(to left, #f3f9f8, transparent);
  padding-top: 150px;
  padding-bottom: 150px;
}

.banner-area.style-two::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  background-color: #497774;
  z-index: -1;
  border-radius: 0px 465.5px 465.5px 465.5px;
}

.banner-area.style-two .shape-7 {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 50%;
  z-index: -1;
}

.banner-area.style-three {
  background-color: #3E9AA8;
  padding-top: 85px;
  padding-bottom: 100px;
}

.banner-shape {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.banner-content {
  max-width: 700px;
  padding-top: 115px;
  padding-bottom: 115px;
}

.banner-content h1 {
  font-size: 60px;
  margin-bottom: 20px;
  color: #00041b;
  -webkit-animation: 0.3s fadeInUpBig;
          animation: 0.3s fadeInUpBig;
}

.banner-content h1 span {
  color: #3E9AA8;
}

.banner-content p {
  margin-bottom: 35px;
  font-size: 20px;
  -webkit-animation: 0.6s fadeInUpBig;
          animation: 0.6s fadeInUpBig;
}

.banner-content .banner-btn {
  -webkit-animation: 0.9s fadeInUpBig;
          animation: 0.9s fadeInUpBig;
  margin-bottom: -7px;
}

.banner-content .banner-btn .default-btn {
  border: 1px solid #3E9AA8;
}

.banner-content .banner-btn .default-btn.active {
  border: 1px solid #3E9AA8;
  background-color: transparent;
  color: #3E9AA8;
  margin-left: 30px;
}

.banner-content .banner-btn .default-btn.active i {
  color: #3E9AA8 !important;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.banner-content .banner-btn .default-btn.active:hover {
  color: #ffffff;
  border-color: #213438;
}

.banner-content .banner-btn .default-btn.active:hover i {
  color: #ffffff !important;
}

.banner-content.style-two h1 {
  color: #ffffff;
  margin-bottom: 40px;
}

.banner-content.style-two h1 span {
  color: #ffffff;
}

.banner-content.style-two .banner-btn .default-btn {
  background-color: #3E9AA8;
}

.banner-content.style-two .banner-btn .default-btn.active {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}

.banner-content.style-two .banner-btn .default-btn.active i {
  color: #ffffff !important;
}

.banner-content.style-two .banner-btn .default-btn.active:hover {
  border-color: #213438;
}

.banner-content.style-three {
  background-color: #2f3940;
  padding: 40px;
  max-width: 100%;
  margin-left: -200px;
  position: relative;
  z-index: 1;
}

.banner-content.style-three::before {
  content: "";
  position: absolute;
  top: 0;
  right: -200px;
  width: 100%;
  height: 100%;
  background-color: #2f3940;
  z-index: -1;
}

.banner-content.style-three .top-title {
  color: #ffffff;
  display: block;
  margin-bottom: 10px;
}

.banner-content.style-three h1 {
  color: #ffffff;
  margin-bottom: 40px;
  font-size: 49px;
}

.banner-content.style-three .banner-btn .default-btn.active {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}

.banner-content.style-three .banner-btn .default-btn.active i {
  color: #ffffff !important;
}

.banner-content.style-three .banner-btn .default-btn.active:hover {
  border-color: #213438;
}

.banner-img {
  text-align: right;
  margin-bottom: -100px;
  position: relative;
  -webkit-animation: 0.9s fadeInUpBig;
          animation: 0.9s fadeInUpBig;
}

.banner-img .banner-img-shape {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.banner-img-1 {
  -webkit-animation: 0.6s fadeInUpBig;
          animation: 0.6s fadeInUpBig;
}

.banner-img-2 {
  margin-top: -100px;
  margin-left: 50px;
  -webkit-animation: 0.9s fadeInUpBig;
          animation: 0.9s fadeInUpBig;
}

.banner-img-two {
  text-align: right;
}

.banner-img-two img {
  max-width: 285px;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
            transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
            transform: translateZ(0);
  }
}

/*
Features Area Style
======================================================*/
.feature-bg {
  margin-top: -100px;
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  padding: 30px;
  border-radius: 4px;
}

.feature-bg .col:last-child .single-feature-box::before {
  display: none;
}

.single-features-item {
  background-color: #ffffff;
  /* -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05); */
          /* box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05); */
  padding: 25px;
  /* margin-bottom: 30px; */
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  border-radius: 4px;
}

.single-features-item img {
    width: 50%;
      text-align: center;
      margin: auto;
      display: block;
    }

.single-features-item h3 {
  font-size: 14px;
  margin-bottom: 15px;
  margin-top: 12px;
  text-align: center;
}

.single-features-item:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    
}

.single-features-item:hover.style-three {
  background-color: #ffffff;
}

.single-feature-box {
  text-align: center;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 30px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  background-color: #ffffff;
}

.single-feature-box .icon {
  font-size: 40px;
  color: #3E9AA8;
  line-height: 1;
  margin-bottom: 10px;
  display: block;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-feature-box h4 {
  font-size: 20px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-feature-box .check {
  color: #3E9AA8;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-feature-box:hover {
  background-color: #3E9AA8;
}

.single-feature-box:hover .icon {
  color: #ffffff;
}

.single-feature-box:hover h4 {
  color: #ffffff;
}

.single-feature-box:hover .check {
  color: #ffffff;
}

/*
Get Ar Style
======================================================*/
.get-form {
  max-width: 600px;
  margin: auto;
}

.get-form .form-group {
  position: relative;
}

.get-form .form-group .default-btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 55px;
}

/*
About Area Style
======================================================*/
.about-content {
  margin-bottom: 30px;
}

.about-content .top-title {
  font-size: 15px;
  color: #3E9AA8;
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
}

.about-content h2 {
  font-size: 25px;
  margin-bottom: 20px;
  margin-bottom: 20px;
  
}

.about-content ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  margin-top: 20px;
}

.about-content ul li {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  position: relative;
  /* background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05); */
  border-radius: 14px;
  background: #FFF;
  box-shadow: 0px 7px 17px 0px rgba(0, 0, 0, 0.25);
  padding: 15px;
  padding-left: 130px;
  /* border-radius: 4px; */
  margin-bottom: 20px;
  max-width: 100%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.about-content ul li:last-child {
  margin-bottom: 0;
}

.about-content ul li i {
  position: absolute;
  top: 30px;
  left: 30px;
  width: 80px;
  height: 80px;
  line-height: 91px;
  text-align: center;
  display: inline-block;
  background: rgba(19, 143, 130, 0.1);
  font-size: 40px;
  color: #3E9AA8;
  border-radius: 50px;
}

.about-content ul li h3 {
  font-size: 22px;
}

.about-content ul li:nth-child(2) {
  margin-left: auto;
}

.about-content ul li:nth-child(4) {
  margin-left: auto;
}

.about-content ul li:nth-child(6) {
  margin-left: auto;
}

.about-content ul li:nth-child(8) {
  margin-left: auto;
}

.about-content ul li:nth-child(10) {
  margin-left: auto;
}

.about-content ul li:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
          background-color: #3e9aa82b;
          box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.about-img {
  overflow: hidden;
  margin-bottom: 30px;
}

.about-img img {
  border-radius: 4px;
}

.about-img .about-1 {
  margin-bottom: 24px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.about-img .about-1:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.about-img .about-2 {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.about-img .about-2:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.about-img .about-3 {
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.about-img .about-3:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

/*
Services Area Style
======================================================*/
.services-area .default-btn {
  margin-top: 20px;
}

.services-slide.owl-theme .owl-nav .owl-prev, .services-slide.owl-theme .owl-nav .owl-next {
  margin: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50px;
  position: absolute;
  top: 50%;
  left: -20px;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.services-slide.owl-theme .owl-nav .owl-prev i, .services-slide.owl-theme .owl-nav .owl-next i {
  font-size: 20px;
  color: #ffffff;
}

.services-slide.owl-theme .owl-nav .owl-prev:hover, .services-slide.owl-theme .owl-nav .owl-next:hover {
  background-color: #3E9AA8;
}

.services-slide.owl-theme .owl-nav .owl-next {
  left: auto;
  right: -20px;
}

.services-slide.owl-theme .owl-nav .owl-next i {
  position: relative;
  right: -2px;
}

.services-slide-two.owl-theme .owl-nav .owl-prev, .services-slide-two.owl-theme .owl-nav .owl-next {
  margin: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.services-slide-two.owl-theme .owl-nav .owl-prev i, .services-slide-two.owl-theme .owl-nav .owl-next i {
  font-size: 20px;
  color: #ffffff;
}

.services-slide-two.owl-theme .owl-nav .owl-prev:hover, .services-slide-two.owl-theme .owl-nav .owl-next:hover {
  background-color: #3E9AA8;
}

.services-slide-two.owl-theme .owl-nav .owl-next {
  left: auto;
  right: 0;
}

.services-slide-two.owl-theme .owl-nav .owl-next i {
  position: relative;
  right: -2px;
}

.single-services-item {
  position: relative;
  z-index: 1;
  padding: 30px;
  border-radius: 4px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  margin-bottom: 30px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.single-services-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #3E9AA8;
  z-index: -1;
  border-radius: 4px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  display: none;
}

.single-services-item::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  z-index: -1;
  border-radius: 4px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  opacity: 0.6;
  display: none;
}

.single-services-item.bg-1 {
  background-image: url(../images/services/services-1.jpg);
}

.single-services-item.bg-2 {
  background-image: url(../images/services/services-2.jpg);
}

.single-services-item.bg-3 {
  background-image: url(../images/services/services-3.jpg);
}

.single-services-item.bg-4 {
  background-image: url(../images/services/services-4.jpg);
}

.single-services-item.bg-5 {
  background-image: url(../images/services/services-5.jpg);
}

.single-services-item.bg-6 {
  background-image: url(../images/services/services-6.jpg);
}

.single-services-item span {
  color: #ffffff;
  font-size: 15px;
  display: block;
  margin-bottom: 8px;
}

.single-services-item h3 {
  font-size: 22px;
  margin-bottom: 200px;
}

.single-services-item h3 a {
  color: #ffffff;
}

.single-services-item .read-more {
  color: #ffffff;
}

.single-services-item.style-three {
  height: 400px;
}

.single-services-item.style-three::before {
  display: none;
}

.single-services-item.style-three::after {
  background-color: #3E9AA8;
  opacity: 1;
}

.single-services-item.style-three .services-contents {
  background-color: #3E9AA8;
  padding: 30px;
  border-radius: 4px;
  width: 100%;
}

.single-services-item.style-three .services-contents ul {
  padding-left: 0;
  margin-bottom: 5px;
  list-style-type: none;
}

.single-services-item.style-three .services-contents ul li {
  display: inline-block;
  position: relative;
  margin-right: 10px;
  padding-right: 10px;
  color: #ffffff;
  font-size: 14px;
}

.single-services-item.style-three .services-contents ul li::before {
  content: "";
  position: absolute;
  top: 7px;
  left: -15px;
  width: 8px;
  height: 8px;
  background-color: #c4c4c4;
  border-radius: 50px;
}

.single-services-item.style-three .services-contents ul li:first-child::before {
  display: none;
}

.single-services-item.style-three .services-contents h3 {
  margin-bottom: 0;
}

.single-services-item:hover::before {
  opacity: 0;
}

.single-services-item:hover::after {
  right: auto;
  left: 0;
  width: 100%;
}

.view-all {
  text-align: center;
  max-width: 680px;
  margin: 20px auto 0;
}

.view-all a {
  color: #3E9AA8;
  font-weight: 600;
}

.single-services-item-card {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 30px;
  margin-bottom: 30px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-services-item-card .icon {
  margin-right: 20px;
}

.single-services-item-card .icon i {
  width: 90px;
  height: 90px;
  line-height: 102px;
  text-align: center;
  display: inline-block;
  background: rgba(19, 143, 130, 0.1);
  color: #3E9AA8;
  font-size: 50px;
  border-radius: 50px;
}

.single-services-item-card h3 {
  margin-bottom: 12px;
  font-size: 22px;
}

.single-services-item-card h3 a {
  color: #213438;
}

.single-services-item-card:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.single-services-item-card:hover h3 a {
  color: #3E9AA8;
}

/*
Choose Us Area Style
======================================================*/
.choose-img{
    width:80%;
    margin:auto;
    display:block;
}
.choose-us-content1 {
  margin-bottom: 0px!important;
}
.choose-us-content {
  margin-bottom: 30px;
}

.choose-us-content .top-title {
  font-size: 18px;
  color: #3E9AA8;
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
}

.choose-us-content h2 {
  font-size: 28px;
  margin-bottom: 20px;
}

.choose-us-content p {
  /* margin-bottom: 40px; */
}

.choose-us-content ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.choose-us-content ul li {
  padding-left: 20px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  position: relative;
  padding: 10px 20px;
  font-weight: 600;
  padding-left: 20px;
  border-radius: 4px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  cursor: pointer;
  margin-bottom: 24px;
}

.choose-us-content ul li:last-child {
  margin-bottom: 0;
}

.choose-us-content ul li i {
  position: absolute;
  top: 11px;
  left: 20px;
  color: #3E9AA8;
  font-size: 18px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.choose-us-content ul li:hover {
  background-color: #3E9AA8;
  color: #ffffff;
}

.choose-us-content ul li:hover i {
  color: #ffffff;
}

.choose-us-img {
  /* margin-bottom: 30px; */
  position: relative;
}

.choose-us-img .choose-shape {
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: auto;
}
.choose-us-img .choose-shape1 {
    position: absolute;
      z-index: -1;
      opacity: 1;
      top: 296px;
      left: -57px;
      width: 100%;
      /* right: 0; */
      margin: auto;
}

.single-team-item {
  margin-bottom: 30px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-team-item .team-content {
  position: relative;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 20px;
}

.single-team-item .team-content .mail {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #3E9AA8;
  color: #ffffff;
  border-radius: 50px;
  display: inline-block;
  position: absolute;
  top: -20px;
  right: 20px;
}

.single-team-item .team-content h3 {
  font-size: 22px;
}

.single-team-item .team-content span {
  display: block;
  margin-bottom: 20px;
}

.single-team-item .team-content ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.single-team-item .team-content ul li {
  display: inline-block;
  margin-right: 5px;
}

.single-team-item .team-content ul li:last-child {
  margin-right: 0;
}

.single-team-item .team-content ul li a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: rgba(19, 143, 130, 0.13);
  display: inline-block;
  border-radius: 50px;
}

.single-team-item .team-content ul li a i {
  color: #3E9AA8;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-team-item .team-content ul li a:hover {
  background-color: #3E9AA8;
}

.single-team-item .team-content ul li a:hover i {
  color: #ffffff;
}

.single-team-item:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

/*
Review Area Style
======================================================*/
.our-review-area {
  position: relative;
  z-index: 1;
}

.our-review-area .shape {
  position: absolute;
  z-index: -1;
}

.our-review-area .shape.shape-1 {
  top: 70px;
  right: 300px;
}

.our-review-area .shape.shape-2 {
  bottom: 150px;
  left: 300px;
}

.our-review-area .shape.shape-3 {
  bottom: 150px;
  right: 200px;
}

.single-review-item {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 20px;
  /* margin-bottom: 30px; */
  border-radius: 4px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-review-item.width {
  max-width: 300px;
  margin-left: auto;
}

.single-review-item .review-img {
  position: relative;
  display: inline-block;
  /* margin-bottom: 10px; */
}

.single-review-item .review-img img {
  border-radius: 50px;
  /* width: 60%; */
}

.single-review-item .review-img i {
  position: absolute;
  bottom: -1px;
  right: 36px;
  color: #3E9AA8;
  font-size: 15px;
}

.single-review-item ul {
  padding-left: 0;
  margin-bottom: 5px;
  list-style-type: none;
}

.single-review-item ul li {
  list-style-type: none;
  display: inline-block;
}

.single-review-item ul li i {
  color: #ffc107;
}

.single-review-item h3 {
  font-size: 20px;
  margin-bottom: 3px;
}

.single-review-item span {
  color: #3E9AA8;
}

.single-review-item.style-three {
  text-align: left;
  position: relative;
}

.single-review-item.style-three i {
  position: absolute;
  bottom: 30px;
  right: 30px;
  color: #3E9AA8;
  font-size: 40px;
  line-height: 1;
}

.review-content {
  max-width: 435px;
  margin-left: auto;
  margin-bottom: 30px;
}

.review-content .top-title {
  font-size: 14px;
  color: #ffffff;
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
}

.review-content h2 {
  color: #ffffff;
  font-size: 40px;
  margin-bottom: 15px;
}

.review-content p {
  color: #ffffff;
  margin-bottom: 25px;
}

.review-content.style-two {
  margin-left: 0;
  margin-right: auto;
}

.review-content.style-two .top-title {
  color: #3E9AA8;
}

.review-content.style-two h2 {
  color: #fff;
}

.review-content.style-two p {
  color: #616161;
}

.review-content.style-three {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}

/*
Blog Area Style
======================================================*/
.blog-area {
  position: relative;
}

.blog-area .subscribe-bottom-shape {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

.single-blog-item {
  margin-bottom: 30px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  background-color: #ffffff;
  border-radius: 4px;
}

.single-blog-item img {
  border-radius: 4px;
  background-color: #ffffff;
  padding: 10px;
}

.single-blog-item .blog-content {
  position: relative;
  z-index: 1;
  padding: 20px;
}

.single-blog-item .blog-content span {
  background-color: #3E9AA8;
  color: #ffffff;
  padding: 10px 15px;
  border-radius: 4px;
  font-size: 14px;
  position: absolute;
  top: -32px;
  right: 20px;
}

.single-blog-item .blog-content ul {
  padding-left: 0;
  margin-bottom: 15px;
  list-style-type: none;
  line-height: 1;
}

.single-blog-item .blog-content ul li {
  display: inline-block;
  margin-right: 105px;
  font-size: 16px;
  padding-right: 10px;
  border-right: 1px solid #8C9498;
}

.single-blog-item .blog-content ul li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

.single-blog-item .blog-content ul li a {
  font-size: 17px;
  color: #8C9498;
}

.single-blog-item .blog-content ul li a:hover {
  color: #3E9AA8;
}

.single-blog-item .blog-content h3 {
  /* margin-bottom: 25px; */
  font-size: 18px;
  line-height: 1.3;
}

.single-blog-item .blog-content h3 a {
  color: #213438;
}

.single-blog-item .blog-content .default-btn {
  background-color: transparent;
  border: 1px solid #3E9AA8;
  color: #3E9AA8;
}

.single-blog-item .blog-content .default-btn i {
  color: #3E9AA8 !important;
}

.single-blog-item .blog-content .default-btn:hover {
  color: #ffffff;
  border-color: #213438;
}

.single-blog-item .blog-content .default-btn:hover i {
  color: #ffffff !important;
}

.single-blog-item.style-post img {
  padding: 0;
  border-radius: 0;
}

.single-blog-item.style-post .blog-content {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  border-radius: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

.single-blog-item.style-post .blog-content ul li {
  border: none;
  color: #8C9498;
}

.single-blog-item.style-post .blog-content h3 {
  /* padding-bottom: 10px; */
  /* margin-bottom: 22px; */
  /* border-bottom: 1px solid rgba(196, 196, 196, 0.15); */
}

.single-blog-item.style-post .blog-content .admin img {
  margin-right: 5px;
}

.single-blog-item.style-post:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.single-blog-item:hover .blog-content h3 a {
  color: #3E9AA8;
}

.blog-slide.owl-theme .owl-dots {
  line-height: 1;
  margin-top: 0 !important;
}

.blog-slide.owl-theme .owl-dots .owl-dot {
  line-height: 1;
}

.blog-slide.owl-theme .owl-dots .owl-dot span {
  background-color: #C4C4C4;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  margin: 0 5px;
}

.blog-slide.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #3E9AA8;
}

.blog-slide.owl-theme .owl-dots .owl-dot.active span {
  background-color: #3E9AA8;
  width: 12px;
  height: 12px;
}

/*
Subscribe Area Style
======================================================*/
.subscribe-content {
  max-width: 500px;
  margin: auto;
  position: relative;
  z-index: 1;
}

.subscribe-content .newsletter-form {
  position: relative;
}

.subscribe-content .newsletter-form .form-control {
  background-color: #f4f4f4;
  height: 48px;
}

.subscribe-content .newsletter-form .default-btn {
  position: absolute;
  right: 0;
  top: 0;
  height: 48px;
}

.subscribe-content #validator-newsletter {
  color: #ff0000;
  margin-top: 5px;
}

.subscribe-content .shape {
  position: absolute;
  z-index: -1;
}

.subscribe-content .shape.shape-1 {
  bottom: 0;
  left: -150px;
}

.subscribe-content .shape.shape-2 {
  bottom: 0;
  right: -200px;
}

/*
Footer Area Style
======================================================*/
.single-footer-widget {
  margin-bottom: 30px;
  padding: 0px 20px;
}

.single-footer-widget img {
  margin-bottom: 14px;
}

.single-footer-widget h3 {
  font-size: 24px;
  margin-bottom: 25px;
}

.single-footer-widget ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
  font-size: 15px;
  /*font-family: "Open Sans", sans-serif;*/
}

.single-footer-widget .contact-info {
  margin-bottom: 20px;
}

.single-footer-widget .contact-info li {
  margin-bottom: 10px;
}

.single-footer-widget .contact-info li:last-child {
  margin-bottom: 0;
}

.single-footer-widget .contact-info li span {
  font-weight: 600;
  margin-right: 5px;
}

.single-footer-widget .social-link li {
  display: inline-block;
  margin-right: 5px;
}

.single-footer-widget .social-link li:last-child {
  margin-right: 0;
}

.single-footer-widget .social-link li a i {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  display: inline-block;
  color: #3E9AA8;
  background: rgba(19, 143, 130, 0.13);
  border-radius: 50px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-footer-widget .social-link li a:hover i {
  background-color: #3E9AA8;
  color: #ffffff;
}

.single-footer-widget .use-link li {
  margin-bottom: 15px;
}

.single-footer-widget .use-link li:last-child {
  margin-bottom: 0;

}

/*
Footer Area Style
======================================================*/
.copy-right-content {
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #e9e9e9;
}

.copy-right-content p a {
  color: #3E9AA8;
}

/*
Quality Area Style
======================================================*/
.quality-content {
  max-width: 800px;
  margin: auto;
  text-align: center;
  position: relative;
  z-index: 1;
}

.quality-content .top-title {
  font-size: 15px;
  color: #ffffff;
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
}

.quality-content h2 {
  font-size: 40px;
  margin-bottom: 30px;
  color: #ffffff;
}

.quality-content .quality-btn .default-btn.active {
  border: 1px solid #ffffff;
  color: #ffffff;
  background-color: transparent;
  margin-left: 20px;
}

.quality-content .quality-btn .default-btn.active:hover {
  border-color: #213438;
}

.quality-content .shape {
  position: absolute;
  z-index: 1;
}

.quality-content .shape.shape-1 {
  position: absolute;
  top: 40%;
  left: -200px;
}

.quality-content .shape.shape-2 {
  position: absolute;
  top: 40%;
  right: -200px;
}

/*
Counter Area Style
======================================================*/


.style-icon1{
  border: 2px solid #fff;
    height: 200px;
    width: 200px;
    padding: 20px 20px!important;
    margin: auto;
    border-radius: 100%;
}
.company-content {
  padding: 50px;
  padding-bottom: 20px;
  margin-bottom: 50px;
}

.company-content h2 {
  color: #ffffff;
  font-size: 40px;
  margin-bottom: 40px;
}

.single-counter-item {
  position: relative;
  /* margin-bottom: 30px; */
  z-index: 1;
}

.single-counter-item h2 {
  font-size: 40px;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 5px;
  position: relative;
}

.single-counter-item h2 .target {
  position: relative;
  top: 3px;
  margin-left: -10px;
  font-size: 40px;
  color: #ffffff;
}

.single-counter-item h4 {
  font-size: 15px;
  margin-bottom: 0;
  color: #ffffff;
  font-weight: normal;
}

.single-counter-item.style-icon {
  position: relative;
  padding-left: 75px;
}

.single-counter-item.style-icon i {
  position: absolute;
  top: 8px;
  left: 0;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 65px;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  border-radius: 50px;
  font-size: 30px;
}
.single-counter-item.style-icon img {
  position: absolute;
  top: 8px;
  left: 0;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 65px;
  background: rgba(255, 255, 255, 0.1);
  color: #ffffff;
  border-radius: 50px;
  font-size: 30px;
}

.our-company-img {
  position: relative;
  z-index: 1;
}

.our-company-img::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 300px;
  background-color: #f8f8f8;
  z-index: -1;
}

/*
Partner Area Style
======================================================*/
.partner-top-title {
  color: #3E9AA8;
  margin-bottom: 40px;
  display: block;
  text-align: center;
}

.partner-slide.owl-carousel .owl-item img {
  width: auto;
  margin: auto;
  cursor: pointer;
  border: 0.5px solid #3e9aa8;
    cursor: pointer;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  
}

/*
Pricing Area Style
======================================================*/
.single-pricing {
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
  padding: 30px;
  border-radius: 4px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  margin-bottom: 30px;
}

.single-pricing .price-title {
  border-bottom: 1px solid #e8eff3;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.single-pricing .price-title h3 {
  font-size: 22px;
}

.single-pricing .price-title h2 {
  font-size: 40px;
  color: #3E9AA8;
}

.single-pricing .price-title span {
  font-size: 14px;
}

.single-pricing ul {
  padding-left: 0;
  margin-bottom: 30px;
}

.single-pricing ul li {
  list-style-type: none;
  position: relative;
  padding-left: 25px;
  margin-bottom: 20px;
}

.single-pricing ul li:last-child {
  margin-bottom: 0;
}

.single-pricing ul li i {
  color: #3E9AA8;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 18px;
}

.single-pricing .default-btn {
  width: 100%;
  display: block;
  text-align: center;
}

.single-pricing:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

/* 
Page Title Area Style
=====================================================*/
.page-title-area {
  background-color: #f3f9f8;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.page-title-area .shape {
  position: absolute;
}

.page-title-area .shape.shape-1 {
  position: absolute;
  bottom: 50px;
  left: 200px;
  z-index: -1;
}

.page-title-area .shape.shape-2 {
  position: absolute;
  bottom: 50px;
  right: 200px;
  z-index: -1;
}

.page-title-content {
  position: relative;
  z-index: 1;
  max-width: 724px;
  margin: auto;
  text-align: center;
  background-color: #497774;
  border-radius: 0px 161px 161px 161px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.page-title-content::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #F3F9F8;
  border-radius: 0px 161px 161px 161px;
  z-index: -1;
}

.page-title-content h2 {
  margin-bottom: 10px;
  font-size: 50px;
  color: #213438;
}

.page-title-content ul {
  padding-left: 0;
  list-style-type: none;
  margin-bottom: 0;
}

.page-title-content ul li {
  display: inline-block;
  position: relative;
  font-size: 16px;
  padding-right: 15px;
  margin-left: 15px;
}

.page-title-content ul li a {
  color: #fff;
}

.page-title-content ul li a:hover {
  color: #213438;
}

.page-title-content ul li::before {
  content: "";
  position: absolute;
  top: 5px;
  right: -3px;
  background-color: #3E9AA8;
  width: 1px;
  height: 15px;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}

.page-title-content ul li.active {
  color: #000;
}

.page-title-content ul li:first-child {
  margin-left: 0;
}

.page-title-content ul li:last-child {
  padding-right: 0;
}

.page-title-content ul li:last-child::before {
  display: none;
}

.page-title-content .shape-3 {
  position: absolute;
  top: 80px;
  left: -40px;
}

/*
FAQ Area CSS
======================================================*/
.faq-accordion {
  margin: auto;
  position: relative;
  z-index: 1;
}

.faq-accordion .accordion {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

.faq-accordion .accordion .accordion-item {
  border-radius: 5px;
  display: block;
  margin-bottom: 15px;
  border: none;
}

.faq-accordion .accordion .accordion-item:last-child {
  margin-bottom: 0;
}

.faq-accordion .accordion .accordion-title {
  padding: 20px 60px 17px 30px;
  color: #213438;
  text-decoration: none;
  position: relative;
  display: block;
  font-size: 18px;
  font-weight: 500;
  background-color: #f4f4f4;
  border-radius: 8px;
  z-index: 1;
}

.faq-accordion .accordion .accordion-title i {
  position: absolute;
  right: 30px;
  top: 19px;
  font-size: 20px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.faq-accordion .accordion .accordion-title.active {
  border-radius: 15px 15px 0 0;
  color: #3E9AA8;
  border-bottom: 1px solid #3E9AA8;
}

.faq-accordion .accordion .accordion-title.active i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.faq-accordion .accordion .accordion-title.active i::before {
  content: "\f1af";
}

.faq-accordion .accordion .accordion-content {
  display: none;
  position: relative;
  margin-top: -6px;
  padding: 30px;
  background-color: #f4f4f4;
  border-radius: 0 0 15px 15px;
}

.faq-accordion .accordion .accordion-content.show {
  display: block;
}

/*
Contact Info Area CSS
======================================================*/
.single-contact-info {
  text-align: center;
  background-color: #f5f5f5;
  border-radius: 4px;
  padding: 30px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  height: 100%;
}

.single-contact-info i {
  font-size: 60px;
  color: #3E9AA8;
  line-height: 1;
  margin-bottom: 8px;
  display: block;
}

.single-contact-info h3 {
  font-size: 22px;
  margin-bottom: 10px;
}

.single-contact-info a {
  display: block;
}

.single-contact-info:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
          background-color: #fff;
          color: #fff;
          border: 1px solid #3e9aa8;
}

/*
Contact Form Area CSS
======================================================*/
.contact-form {
  max-width: 870px;
  margin: auto;
  padding: 0px 0px 0px 40px;
}

.contact-form h2 {
  font-size: 36px;
  margin-bottom: 20px;
  margin-top: -5px;
  position: relative;
}

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

.contact-form .form-group label {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 16px;
}

.contact-form .form-group .form-control {
  background-color: #f4f4f4;
}

.contact-form .form-check {
  margin-bottom: 30px;
  padding-left: 12px;
  font-size: 15px;
  font-weight: 400;
}

.contact-form .form-check a {
  color: #3E9AA8;
}

.list-unstyled {
  color: #dc3545;
  margin-top: 10px;
  font-size: 14px;
}

.hidden {
  display: none;
}

#msgSubmit {
  margin-top: 20px;
  font-size: 20px;
}

/* 
Main Content Text Style
=====================================================*/
.main-content-text h1, .main-content-text h2, .main-content-text h3, .main-content-text h4, .main-content-text h5, .main-content-text h6 {
  margin-bottom: 15px;
}

.main-content-text h1 {
  font-size: 30px;
}

.main-content-text h2 {
  font-size: 26px;
}

.main-content-text h3 {
  font-size: 22px;
}

.main-content-text h4 {
  font-size: 22px;
}

.main-content-text h5 {
  font-size: 20px;
}

.main-content-text h6 {
  font-size: 18px;
}

.main-content-text .gap-20 {
  margin-bottom: 30px;
}

.main-content-text ul {
  padding: 0;
  list-style-type: none;
  margin-bottom: 0;
}

.main-content-text ul li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 35px;
}

.main-content-text ul li:last-child {
  margin-bottom: 0;
}

.main-content-text ul li i {
  position: absolute;
  top: -6px;
  left: 0;
  color: #3E9AA8;
  font-size: 25px;
}

.main-content-text ol {
  padding-left: 18px;
}

.main-content-text ol li {
  margin-bottom: 10px;
}

.main-content-text ol li::marker {
  color: #3E9AA8;
}

.main-content-text ol li:last-child {
  margin-bottom: 0;
}

.main-content-text a {
  color: #3E9AA8;
}

.main-content-text a:hover {
  text-decoration: underline;
}

.main-content-text .content-gap-mb-20 {
  margin-bottom: 20px;
}

.main-content-text .content-gap-mb-30 {
  margin-bottom: 30px;
}

.main-content-text.business-insurance-content {
  max-width: 860px;
  margin: auto;
}

.main-content-text.health-insurance-content {
  max-width: 860px;
  margin: auto;
}

.main-content-text.life-insurance-content {
  max-width: 860px;
  margin: auto;
}

.main-content-text.car-insurance-content {
  max-width: 860px;
  margin: auto;
}

/*
404 Error Area Style
=====================================================*/
.error-area {
  border-top: 1px solid #dddddd;
}

.error-content {
  text-align: center;
  z-index: 1;
  position: relative;
}

.error-content h1 {
  font-size: 300px;
  line-height: 1;
  font-weight: 700;
  color: #3E9AA8;
  margin-top: -38px;
}

.error-content h1 .a {
  display: inline-block;
}

.error-content h1 .red {
  color: #ff0000;
  display: inline-block;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.error-content h1 .b {
  display: inline-block;
}

.error-content h3 {
  margin: 30px 0 0;
  position: relative;
  color: #ff0000;
}

.error-content p {
  margin: 20px 0 20px;
  font-size: 19px;
  color: #616161;
}

/*
Coming Soon Area Style
=====================================================*/
.coming-soon-area {
  height: 100vh;
}

.coming-soon-content {
  max-width: 700px;
  border-radius: 5px;
  overflow: hidden;
  text-align: center;
  padding: 60px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  margin: auto;
}

.coming-soon-content h2 {
  font-size: 40px;
  margin-top: -10px;
  margin-bottom: 0;
}

.coming-soon-content #timer {
  margin-top: 40px;
}

.coming-soon-content #timer div {
  border: 4px dotted #3E9AA8;
  color: #3E9AA8;
  width: 100px;
  height: 105px;
  border-radius: 5px;
  font-size: 40px;
  font-weight: 800;
  margin-left: 10px;
  margin-right: 10px;
}

.coming-soon-content #timer div span {
  display: block;
  margin-top: -2px;
  font-size: 17px;
  font-weight: 600;
}

.coming-soon-content form {
  position: relative;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}

.coming-soon-content form .form-group {
  margin-bottom: 25px;
  width: 100%;
  position: relative;
}

.coming-soon-content form .form-group .label-title {
  margin-bottom: 0;
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  pointer-events: none;
  width: 100%;
  height: 100%;
  color: #213438;
}

.coming-soon-content form .form-group .label-title i {
  position: absolute;
  left: 0;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  top: 9px;
  font-size: 22px;
}

.coming-soon-content form .form-group .label-title::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  background: #3E9AA8;
}

.coming-soon-content form .form-group .input-newsletter {
  border-radius: 0;
  border: 1px solid #eeeeee;
  padding: 10px 20px;
  color: #213438;
  height: 50px;
  display: block;
  width: 100%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  font-size: 16px;
  font-weight: 400;
  background-color: #ffffff;
}

.coming-soon-content form .form-group .input-newsletter::-webkit-input-placeholder {
  color: #616161;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.coming-soon-content form .form-group .input-newsletter:-ms-input-placeholder {
  color: #616161;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.coming-soon-content form .form-group .input-newsletter::-ms-input-placeholder {
  color: #616161;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.coming-soon-content form .form-group .input-newsletter::placeholder {
  color: #616161;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.coming-soon-content form .form-group .input-newsletter:focus {
  border-color: #3E9AA8;
  outline: 0 !important;
}

.coming-soon-content form .form-group .input-newsletter:focus::-webkit-input-placeholder {
  color: transparent;
}

.coming-soon-content form .form-group .input-newsletter:focus:-ms-input-placeholder {
  color: transparent;
}

.coming-soon-content form .form-group .input-newsletter:focus::-ms-input-placeholder {
  color: transparent;
}

.coming-soon-content form .form-group .input-newsletter:focus::placeholder {
  color: transparent;
}

.coming-soon-content form .validation-danger {
  margin-top: 15px;
  color: #ff0000;
}

.coming-soon-content form .validation-success {
  margin-top: 15px;
}

.coming-soon-content form p {
  margin-bottom: 0;
  margin-top: 20px;
}

.coming-soon-content .newsletter-form .default-btn {
  margin-top: 0;
}

/*
User Area CSS
=====================================================*/
.user-form-content {
  max-width: 550px;
  margin: auto;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 50px;
  border-radius: 4px;
}

.user-form-content h3 {
  margin-bottom: 20px;
  font-size: 40px;
}

.user-form-content .user-form .form-group {
  margin-bottom: 20px;
}

.user-form-content .user-form .form-group label {
  font-size: 16px;
  margin-bottom: 12px;
  font-weight: 500;
}

.user-form-content .user-form .login-action {
  margin-bottom: 30px;
}

.user-form-content .user-form .login-action .form-check {
  display: inline-block;
}

.user-form-content .user-form .login-action .form-check a {
  color: #3E9AA8;
}

.user-form-content .user-form .login-action .forgot-login {
  display: inline-block;
  float: right;
}

.user-form-content .user-form .default-btn {
  margin-bottom: 30px;
  width: 100%;
  display: block;
}

.user-form-content .or {
  text-align: center;
  font-size: 18px;
  display: block;
  margin-bottom: 30px;
  position: relative;
}

.user-form-content .or::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 45%;
  height: 1px;
  background-color: #404142;
}

.user-form-content .or::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 0;
  width: 45%;
  height: 1px;
  background-color: #404142;
}

.user-form-content .or-login {
  display: block;
  text-align: center;
  padding: 15px 30px;
  margin-bottom: 30px;
  font-size: 16px;
  color: #ffffff;
  font-weight: 500;
}

.user-form-content .or-login.facebook {
  background-color: #3b5998;
}

.user-form-content .or-login.google {
  background-color: #ea4335;
}

.user-form-content .create {
  font-size: 16px;
}

.user-form-content .create a {
  color: #3E9AA8;
}

.form-check-input {
  background-color: #ffffff;
  border: 1px solid #3E9AA8;
  border-radius: 0 !important;
  position: relative;
  top: -1px;
}

/*
Blog Details Area Style
=====================================================*/
.blog-contents {
  /* max-width: 860px;
  margin: auto; */
}

.blog-contents .content-gap-mb-35 {
  margin-bottom: 35px;
}

.blog-contents .blog-img {
  margin-bottom: 25px;
}

.blog-contents .blog-img .admin {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  margin-top: 30px;
}

.blog-contents .blog-img .admin li {
  display: inline-block;
  font-size: 14px;
  color: #8c9498;
  font-weight: 500;
}

.blog-contents .blog-img .admin li i {
  position: relative;
  top: 2px;
  margin-right: 5px;
}

.blog-contents .blog-img .admin li span {
  margin-right: 30px;
}

.blog-contents .blog-img .admin li a {
  color: #8c9498;
  font-size: 18px;
}

.blog-contents .blog-img .admin li a:hover {
  color: #3E9AA8;
}

.blog-contents .blog-img .admin li a img {
  margin-right: 10px;
}

.blog-contents h3 {
  font-size: 25px;
  margin-bottom: 12px;
}

.blog-contents blockquote {
  background-color: #f4f4f4;
  padding: 30px;
  position: relative;
  padding-left: 100px;
  border-radius: 4px;
}

.blog-contents blockquote i {
  position: absolute;
  bottom: 75px;
  left: 40px;
  font-size: 50px;
  color: #3E9AA8;
  line-height: 1;
}

.blog-contents blockquote h4 {
  font-size: 20px;
  margin-bottom: 0;
}

.blog-contents p {
  margin-bottom: 10px;
}

.blog-contents p:last-child {
  margin-bottom: 0;
}

.blog-contents .single-blog-img {
  margin-bottom: 20px;
}

.blog-contents .protective-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  margin-top: 10px;
}

.blog-contents .protective-list li {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 10px;
  margin-bottom: 15px;
  font-weight: 600;
  padding-left: 35px;
  position: relative;
}

.blog-contents .protective-list li:last-child {
  margin-bottom: 0;
}

.blog-contents .protective-list li i {
  color: #3E9AA8;
  position: absolute;
  top: 9px;
  left: 10px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.blog-contents .protective-list li:hover i {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}

.blog-contents .tag-social-link {
  padding-left: 0;
  margin-bottom: 35px;
  padding-bottom: 35px;
  list-style-type: none;
  border-bottom: 1px solid rgba(196, 196, 196, 0.25);
}

.blog-contents .tag-social-link li.tag a {
  font-weight: 500;
  background: rgba(19, 143, 130, 0.13);
  padding: 10px 20px;
  font-size: 14px;
  color: #3E9AA8;
  border-radius: 4px;
  margin-right: 10px;
}

.blog-contents .tag-social-link li.tag a:hover {
  background-color: #3E9AA8;
  color: #ffffff;
}

.blog-contents .tag-social-link li.tag a:last-child {
  margin-right: 0;
}

.blog-contents .tag-social-link li.social a {
  margin-right: 10px;
}

.blog-contents .tag-social-link li.social a:last-child {
  margin-right: 0;
}

.blog-contents .tag-social-link li.social a i {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 20px;
  background: rgba(19, 143, 130, 0.13);
  display: inline-block;
  color: #3E9AA8;
  border-radius: 4px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.blog-contents .tag-social-link li.social a:hover i {
  background-color: #3E9AA8;
  color: #ffffff;
}

.blog-contents .leave-reply form p {
  margin-bottom: 30px;
}

.blog-contents .leave-reply form .form-group {
  margin-bottom: 30px;
}

.blog-contents .leave-reply form .form-group label {
  margin-bottom: 10px;
  font-weight: 600;
}

.blog-contents .leave-reply form .form-group .form-control {
  background-color: #f5f5f5;
  border: none;
}

.blog-contents .leave-reply .form-check {
  margin-bottom: 20px;
}

/*
Case Studies Details Area Style
=====================================================*/
.case-studies-details-img {
  margin-bottom: 35px;
  position: relative;
}

.case-studies-details-img .admin {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 30px;
  position: absolute;
  bottom: -300px;
  right: 30px;
  width: 350px;
  border-radius: 4px;
}

.case-studies-details-img .admin li {
  color: #8c9498;
  font-weight: 500;
  margin-bottom: 20px;
}

.case-studies-details-img .admin li:last-child {
  margin-bottom: 0;
}

.case-studies-details-img .admin li span {
  display: block;
  margin-bottom: 5px;
}

.case-studies-details-img .admin li i {
  position: relative;
  top: 2px;
  margin-right: 5px;
  color: #3E9AA8;
}

.case-studies-details-img .admin li span {
  margin-right: 30px;
}

.case-studies-details-img .admin li a {
  color: #8c9498;
}

.case-studies-details-img .admin li a:hover {
  color: #3E9AA8;
}

.case-studies-details-img .admin li a img {
  margin-right: 5px;
}

.case-studies-details-img .admin li.client a {
  color: #3E9AA8;
  font-weight: 600;
}

.case-studies-details-img .admin li.date p {
  color: #213438;
}

.case-studies-details-img .admin li.project a {
  color: #213438;
}

.case-studies-details-img .admin li.social a {
  color: #213438;
}

.case-studies-details-img .admin li.social a i {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  background: rgba(19, 143, 130, 0.13);
  border-radius: 50px;
  display: inline-block;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.case-studies-details-img .admin li.social a:hover i {
  background-color: #3E9AA8;
  color: #ffffff;
}

.case-studies-details-content {
  max-width: 860px;
}

.case-studies-details-content .content-gap-mb-35 {
  margin-bottom: 35px;
}

.case-studies-details-content h3 {
  font-size: 25px;
  margin-bottom: 12px;
}

.case-studies-details-content blockquote {
  background-color: #f4f4f4;
  padding: 30px;
  position: relative;
  padding-left: 100px;
  border-radius: 4px;
}

.case-studies-details-content blockquote i {
  position: absolute;
  bottom: 75px;
  left: 40px;
  font-size: 50px;
  color: #3E9AA8;
  line-height: 1;
}

.case-studies-details-content blockquote h4 {
  font-size: 20px;
  margin-bottom: 0;
}

.case-studies-details-content p {
  margin-bottom: 10px;
}

.case-studies-details-content p:last-child {
  margin-bottom: 0;
}

.case-studies-details-content .single-blog-img {
  margin-bottom: 20px;
}

.case-studies-details-content .protective-list {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  margin-top: 10px;
}

.case-studies-details-content .protective-list li {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  padding: 10px;
  margin-bottom: 15px;
  font-weight: 600;
  padding-left: 35px;
  position: relative;
}

.case-studies-details-content .protective-list li:last-child {
  margin-bottom: 0;
}

.case-studies-details-content .protective-list li i {
  color: #3E9AA8;
  position: absolute;
  top: 9px;
  left: 10px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.case-studies-details-content .protective-list li:hover i {
  -webkit-transform: rotateY(360deg);
          transform: rotateY(360deg);
}

.case-studies-details-content .tag-social-link {
  padding-left: 0;
  margin-bottom: 35px;
  padding-bottom: 35px;
  list-style-type: none;
  border-bottom: 1px solid rgba(196, 196, 196, 0.25);
}

.case-studies-details-content .tag-social-link li.tag a {
  font-weight: 500;
  background: rgba(19, 143, 130, 0.13);
  padding: 10px 20px;
  font-size: 14px;
  color: #3E9AA8;
  border-radius: 4px;
  margin-right: 10px;
}

.case-studies-details-content .tag-social-link li.tag a:hover {
  background-color: #3E9AA8;
  color: #ffffff;
}

.case-studies-details-content .tag-social-link li.tag a:last-child {
  margin-right: 0;
}

.case-studies-details-content .tag-social-link li.social a {
  margin-right: 10px;
}

.case-studies-details-content .tag-social-link li.social a:last-child {
  margin-right: 0;
}

.case-studies-details-content .tag-social-link li.social a i {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  font-size: 20px;
  background: rgba(19, 143, 130, 0.13);
  display: inline-block;
  color: #3E9AA8;
  border-radius: 4px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.case-studies-details-content .tag-social-link li.social a:hover i {
  background-color: #3E9AA8;
  color: #ffffff;
}

.case-studies-details-content .leave-reply form p {
  margin-bottom: 30px;
}

.case-studies-details-content .leave-reply form .form-group {
  margin-bottom: 30px;
}

.case-studies-details-content .leave-reply form .form-group label {
  margin-bottom: 10px;
  font-weight: 600;
}

.case-studies-details-content .leave-reply form .form-group .form-control {
  background-color: #f5f5f5;
  border: none;
}

.case-studies-details-content .leave-reply .form-check {
  margin-bottom: 20px;
}

.case-studies-title {
  margin-bottom: 30px;
}

.case-studies-title .title {
  max-width: 500px;
}

.case-studies-title .title .top-title {
  font-size: 14px;
  color: #3E9AA8;
  display: block;
  margin-bottom: 8px;
  font-weight: 500;
}

.case-studies-title .title h2 {
  font-size: 30px;
  margin-bottom: 0;
}

.case-studies-title p {
  max-width: 500px;
}

/*
Services Details Area CSS
=====================================================*/
.services-list li {
  background-color: #f4f4f4 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.services-list li:nth-child(2) {
  margin-left: 0 !important;
}

.services-list li:nth-child(4) {
  margin-left: 0 !important;
}

.services-list li:hover {
  background-color: #ffffff !important;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05) !important;
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05) !important;
}

/*====================================================
OTHERS STYLE AREA
=====================================================*/
/*
Preloader Area Style*/
.preloader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  z-index: 99999;
}

.preloader .content {
  width: 80px;
  height: 80px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.preloader .content::after {
  content: "";
  position: absolute;
  width: 90%;
  height: 90%;
  /*background: white;*/
}

.preloader .content::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  /*background: #3E9AA8;*/
  -webkit-animation: rotate-five 12s infinite alternate;
          animation: rotate-five 12s infinite alternate;
}

.preloader .content .box {
  height: 50%;
  width: 50%;
  background: #3E9AA8;
  /* background-image: url('../images/logo.svg'); */
  position: relative;
  z-index: 10;
  -webkit-animation: 12s rotate-five infinite alternate;
          animation: 12s rotate-five infinite alternate;
}

.preloader.preloader-deactivate {
  visibility: hidden;
}

@-webkit-keyframes rotate-five {
  0% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  50% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes rotate-five {
  0% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  50% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/*
Go Top Style*/
.go-top {
  position: fixed;
  cursor: pointer;
  right: 3%;
  top: 87%;
  background-color: #3E9AA8;
  z-index: 4;
  width: 40px;
  text-align: center;
  height: 42px;
  line-height: 42px;
  -webkit-transform: scale(0);
          transform: scale(0);
  visibility: hidden;
  -webkit-transition: .9s;
  transition: .9s;
}

.go-top i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  color: #ffffff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-size: 20px;
}

.go-top i:last-child {
  opacity: 0;
  visibility: hidden;
  top: 60%;
}

.go-top::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: #3E9AA8;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.go-top:hover {
  color: #ffffff;
  background-color: #3E9AA8;
}

.go-top:hover::before {
  opacity: 1;
  visibility: visible;
}

.go-top:hover i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}

.go-top:hover i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

.go-top:focus {
  color: #ffffff;
}

.go-top:focus::before {
  opacity: 1;
  visibility: visible;
}

.go-top:focus i:first-child {
  opacity: 0;
  top: 0;
  visibility: hidden;
}

.go-top:focus i:last-child {
  opacity: 1;
  visibility: visible;
  top: 50%;
}

.go-top.active {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
  right: 3%;
  top: 84%;
  -webkit-transform: scale(1);
          transform: scale(1);
}

/*
Video wave Style*/
.video-btn {
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  border-radius: 0;
  color: #3E9AA8;
  position: relative;
  top: 3px;
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.video-btn i {
  font-size: 42px;
  color: #213438;
  position: absolute;
  top: 0;
  left: 1px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}

.video-btn::after, .video-btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  bottom: 0;
  left: 0;
  border-radius: 0;
  border-radius: 50%;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  -webkit-animation: ripple 1.6s ease-out infinite;
          animation: ripple 1.6s ease-out infinite;
  background-color: rgba(255, 255, 255, 0.8);
}

.video-btn:hover {
  background-color: rgba(27, 191, 114, 0.8);
}

.video-btn:hover::before, .video-btn:hover::after {
  background-color: rgba(27, 191, 114, 0.8);
}

@-webkit-keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
            transform: scale(2);
  }
}

@keyframes ripple {
  0%, 35% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  50% {
    -webkit-transform: scale(1.5);
            transform: scale(1.5);
    opacity: 0.8;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(2);
            transform: scale(2);
  }
}

/*
Page-navigation Area Style*/
.pagination-area {
  margin-top: 10px;
  text-align: center;
}

.pagination-area .page-numbers {
  width: 45px;
  height: 45px;
  line-height: 45px;
  color: #213438;
  text-align: center;
  display: inline-block;
  position: relative;
  margin-left: 3px;
  margin-right: 3px;
  font-size: 17px;
  background: rgba(19, 143, 130, 0.13);
  border-radius: 50px;
  font-weight: 600;
}

.pagination-area .page-numbers:hover {
  color: #ffffff;
  background-color: #3E9AA8;
}

.pagination-area .page-numbers i {
  font-size: 20px;
  font-weight: normal;
}

.pagination-area .page-numbers.next {
  top: 3px;
}

.pagination-area .page-numbers.current {
  color: #ffffff;
  border-color: #3E9AA8;
  background-color: #3E9AA8;
}
/*# sourceMappingURL=style.css.map */
.navbar-brand img{
  width: 160px!important;
}
.page-title-area-custom{
  /* background-image: url("https://static.vecteezy.com/system/resources/previews/000/672/873/original/vector-insurance-banner-with-line-art-icons.jpg")!important; */
  height:500px;
  background-size: cover;
}
.banner-btn{
  position: absolute;
    left: 84px;
    margin-top: 250px;
}
.contact-us-banner{
background: linear-gradient(rgb(62 154 168 / 0%), rgb(62 154 168)), url(../images/banner/contact_us.jpg) no-repeat;
}
.page-title-content{
background-color: transparent!important;
}
.page-title-content::before{
  display: none;
}
.default-btn2{
  background-color: #000!important;
}
.playstore{
  width: 30%;
}
.newbg{
/* background: rgb(161, 255, 206); */
background: linear-gradient(98deg, rgb(62 154 168 / 33%) 0%, rgb(174 213 215 / 78%) 100%);
}
.mobilebg{
width: 95%;
  margin: -100px auto 0px;
  display: block;
}
.safety-icon{
  width: 25%;
  margin-bottom: 15px;
}
.choose-us-content1{
  padding-top: 30px;
}
.health4{
      position: absolute;
        top: 15px;
        left: 30px;
        width: 80px;
        height: 80px;
        line-height: 91px;
        text-align: center;
        display: inline-block;
        /* background: rgba(19, 143, 130, 0.1); */
        font-size: 40px;
        color: #3E9AA8;
        /* border-radius: 50px; */
}
.about-h3{
  font-size: 18px!important;
}
.about-p{
  font-size: 14px!important;
}
.mr-55{
  margin-right: 55px;
}
.text-white6{
  color:rgba(255, 255, 255, 1);

}
.health-ul{
list-style: none;
  padding-left: 0px;
  color: rgba(255, 255, 255, 1);
  font-size: 16px;
  line-height: 28px;
}
.accordion-button{
  padding: 10px;
  font-size: 15px;
  font-weight: 700;
}
.accordion-body{
  padding: 0px 20px 20px 0px;
  color: rgba(0, 0, 0, 1);
  font-size: 15px;
}
.accordion-flush .accordion-item .accordion-button{
  background-color: rgba(213, 255, 181, 1);
      border-radius: 8px;
}
.accordion-item{
  background-color: transparent;
}
.accordion-button:focus {
  z-index: 3;
  border-color: transparent;
  outline: 0;
  box-shadow: none
}
.bg-color-f9f9f9{
    background-color: rgba(239, 255, 227, 1);
    }
.accordion-item{
  border: none;
}
.px-10{
  padding: 0px 80px;
}
.accordion-button::after{
  background-image : url(../images/about/arrow.svg);
  background-size: inherit;
      background-position: bottom;
}
.accordion-button:not(.collapsed){
  color: rgba(0, 0, 0, 1);
}
.bg-food{
  background-image: url(../images/about/food-back1.png);
      background-size: cover;
}
.greencolor{
  color: rgba(62, 154, 168, 1);
}
.greenbg{
  background-color: rgba(62, 154, 168, 1);
  padding-top: 30px;
  padding-bottom: 30px;

}
.col-greenbg{
  padding-right: 0px;
}
.greenbg h2,.greenbg p{
  color: #fff;
}
@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
  }

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

.rotating {
  -webkit-animation: rotating 0.2s linear infinite;
        position: absolute;
          margin-top: -135px;
          width: 400px;
          margin-left: 132px;
}

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

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

.rotating {
  -webkit-animation: rotating 12s linear infinite;
}
.bg-111{
  background-color: rgba(225, 255, 237, 1);
}
.health-icon{
  width: 20%;
  margin: auto;
  display: block;
}
.health-heading{
  text-align: center;
  font-weight: 700;
  color:#000;
}
.food-h1{
  font-size: 50px;
}
.top-title1{
      font-size: 18px;
        color: #3E9AA8;
        display: block;
        margin-bottom: 8px;
        font-weight: 500;
}
.insurance-service1
{
  margin: 0px;
  padding: 20px;
  border-radius: 15px;
  background-color: #DCFFF7;
}
.insurance-service2{
margin: 0px;
  padding: 20px;
  border-radius: 15px;
  background-color: #E7DCFF;
}
.insurance-service3{
margin: 0px;
  padding: 20px;
  border-radius: 15px;
  background-color: #FFDCDC;
  min-height: 230px;
}
.bg-color-888{
  background-color: #EFEEFF;
}
.playstore-img{
  padding: 0px 100px;
  margin-top: -120px;
}
.playstore-img  img{
border-radius: 28px;
background: #FFF;
box-shadow: 0px 1px 33px 0px rgba(0, 0, 0, 0.25);
}
.footer-area{
  /*background-image: url("../images/about/footer-back.png") !important;*/
    background-size: cover;
    background-repeat: no-repeat;
}
.hand-holding{
width: 25%;
  margin-top: -54px;
  position: absolute;
  margin-bottom: -52px;
  right: 0px;
}
.hand-holding-heading{
  padding: 0px 65px;
}
.text-white7 {
  color: rgba(255, 255, 255, 1);
  margin-bottom: 10px;
}
.contact-back{
  position: absolute;
    left: 0px;
    margin-top: 50px;
    width: 45%;
    opacity: 0.4;
    z-index: -1;
}

.contact-detail1{
  background-color: #E7DCFF;
  border-radius: 18px;
}
.contact-detail2 {
  background-color: #FFDCDC;
  border-radius: 18px;
}
.address-details{
  /* text-align: left!important; */
}
.flat1{
  margin: auto;
  display: block!important;
}
.company1{
  text-align: center;
 font-weight:500!important;
  padding-top: 10px;
  font-size: 18px !important;
}
.desktop_banner{
  display: block;
}
.mobile_banner{
  display: none;
}
iframe{
  width: 100%;
}
.mt-70{
    margin-top:70px;
}
@media only screen and (max-width: 600px) {
    .mt-70{
    margin-top:35px;
}
  .insurance-service3 {
  margin: 10px 0px;
  }
  .insurance-service1{
    margin: 10px 0px;
  }
  .mr-55{
    margin-right: 0px;
  }
  .about-content ul li{
    padding-left: 130px!important;
  }
  .health4{
    top:38px;
  }
  .playstore-img {
    padding: 0px 15px;
    margin-top: -53px;
}
.single-services-item.style-three{
  height: 250px;
}
.single-services-item.style-three .services-contents{
  padding: 10px 20px!important;
}
.quality-content h2{
  font-size: 20px!important;
  margin-top: 20px;
}
.choose-us-content, .choose-us-content p{
  margin-bottom: 0px;
}
.px-10{
  padding: 0px 10px;
}
#banner{
  height: 230px!important;
}
.col-greenbg{
  margin-top: 312px;
  padding-right: 0px;
  padding-left: 0px;
}
.rotating{
  position: absolute;
  margin-top: -22px;
  width: 280px;
  margin-left: 0px;

}
.greenbg{
  padding: 30px;
}
.ml-150{
  margin-left:0px;
}
.food-h1{
  font-size: 27px;
}
.single-counter-item.style-icon{
  padding: 10px 0px!important;
}
.mb-5{
  margin-bottom: 10px!important;
}
.why-choose-us-area .pb-50{
padding-bottom: 0px;
padding-top: 0px;
}
.why-choose-us-area .pb-50{
  padding-bottom: 0px!important;
  }
.single-counter-item.style-icon img{
  position: unset;
}
iframe{
  width: 100%;
}
.contact-form{
  padding: 35px 0px 0px 0px;
}
.hand-holding-heading{
  padding: 0px 10px;
}
#videobcg{
  object-fit: initial;
  width: 100%!important;
  height: 100%!important
}
.desktop_banner{
  display: none;
}
.mobile_banner{
  display: block;
}
}

.blog-area .section-title{
  margin: -5px auto 35px;
}
.general{
  width: 80%;
    margin: auto;
    display: block;
}
.choose-us-img .choose-shape2 {
  position: absolute;
  z-index: -1;
  opacity: 1;
  top: 222px;
  left: -57px;
  width: 100%;
  /* right: 0; */
  margin: auto;
}
.choose-us-img .choose-shape3 {
  top: 195px!important;
}

.gelatine {
  animation: gelatine 2s ease infinite;
}
@keyframes gelatine {
	0%, 20%, 50%, 80%, 100% {transform: translateY(0);}
	40% {transform: translateY(-30px);}
	60% {transform: translateY(-15px);}
}
#owl-carousel .owl-prev ,.owl-next{
    font-size: 30px!important;
    font-weight: 900!important;
    color: #fff!important;
}

.owl-theme .owl-nav {
    position: absolute;
    right: 52px;
    bottom: 58px;
    z-index: 999999999;
}

.owl-carousel .owl-nav button.owl-next{
    background: #3e9aa8!important;
    color: inherit;
    border: none;
    padding: 4px 17px!important;
    border-radius: 90px;
}
.owl-carousel .owl-nav button.owl-prev{
    background: #3e9aa8!important;
    color: inherit;
    border: none;
    padding: 4px 17px!important;
    border-radius: 90px;
}

@media only screen and (max-width: 600px) {
    .owl-theme .owl-nav {
    position: absolute;
    right: 15px;
    bottom: -1px;
    z-index: 999999999;
}
    #owl-carousel .owl-prev, .owl-next {
    font-size: 20px!important;
    font-weight: 900!important;
    color: #fff!important;
}

.owl-carousel .owl-nav button.owl-prev {
    background: #3e9aa8!important;
    color: inherit;
    border: none;
    padding: 0px 9px!important;
    border-radius: 90px;
}
.owl-carousel .owl-nav button.owl-next {
    background: #3e9aa8!important;
    color: inherit;
    border: none;
    padding: 0px 9px!important;
    border-radius: 90px;
}
}




.team .member {
  position: relative;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
  padding: 15px;
  border-radius: 5px;
  background: #fff;
  transition: 0.5s;
  height: 100%;
  margin-bottom:15px;
}

.team .member .pic {
  overflow: hidden;
  width: 120px;
  border-radius: 50%;
  margin:auto!important;
  display:block;
}

@media only screen and (max-width: 600px) {
  .team .member .pic {
  overflow: hidden;
  width: 60px!important;
  border-radius: 50%;
  margin:auto!important;
  display:block;
}
}
.section-bg
{
    background-color: #e8e6e654!important;
}

.team .member .pic img {
  transition: ease-in-out 0.3s;
  filter:grayscale(100%);
}

.team .member:hover {
  transform: translateY(-10px);
}
.aos-init {
    margin-bottom:15px;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 5px;
  font-size: 20px;
  color: #37517e;
}

.team .member span {
  display: block;
  font-size: 15px;
  padding-bottom: 10px;
  position: relative;
  font-weight: 500;
}

.team .member span::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 1px;
  background: #cbd6e9;
  bottom: 0;
  left: 0;
}

.team .member p {
  margin: 10px 0 0 0;
  font-size: 14px;
}

.team .member .social {
  margin-top: 12px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.team .member .social a {
  transition: ease-in-out 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 32px;
  height: 32px;
  background: #eff2f8;
}

.team .member .social a i {
  color: #37517e;
  font-size: 16px;
  margin: 0 2px;
}

.team .member .social a:hover {
  background: #47b2e4;
}

.team .member .social a:hover i {
  color: #fff;
}

.team .member .social a + a {
  margin-left: 8px;
}
