
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Red+Hat+Display:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,400&display=swap");
body {
  font-size: 16px;
  font-family: "Red Hat Display", sans-serif;
  color: #616161;
  overflow-x: hidden;
}

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

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

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;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #121212;
  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: 55px;
  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 #ffffff;
}

.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;
}

.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;
}

.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: #497774;
}
.bg-color-00000078 {
  background-color: #00000078;
}
/*
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: 12px 30px;
  background-color: #FFD60B;
  border-radius: 4px;
  font-weight: 600;
  border: 1px solid #FFD60B;
  text-transform: uppercase;
  margin-left: 5px;
  margin-right: 5px;
}

.default-btn i {
  position: relative;
  top: 2px;
  font-size: 14px !important;
  color: #ffffff !important;
  margin-right: 5px;
  -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: #FFD60B;
  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*/

.blackbtn {
  font-size: 16px;
  color: #FFD60B;
  background-color: transparent;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  font-weight: 600;
  background: #000000;
  padding: 10px 45px;
  border: none;
}

.yellowbtn {
  font-size: 16px;
  color: #000000;
  background-color: transparent;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  font-weight: 600;
  background: #FFD60B;
  padding: 10px 45px;
}


.read-more {
  font-size: 16px;
  color: #FFD60B;
  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: #FFD60B;
  letter-spacing: 1px;
}

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

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

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

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

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

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

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

.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: absolute;
  padding-bottom: 5px;
  width: 100%;
  padding-top: 10px;
}

.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;
  width: 60px !important;
}
.navbar-area.is-sticky .default-btn {
  font-size: 14px !important;
  padding: 5px 30px !important;
}
.navbar-area.is-sticky .desktop-nav .navbar .navbar-nav .nav-item {

  padding-bottom: 12px !important;
  padding-top: 12px !important;
}
.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: #000000;
  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: #FFD60B;
}

.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: #FFD60B;
}

.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: #FFD60B;
}

.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: #FFD60B;
}

.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: #FFD60B;
}

.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: #FFD60B;
}

.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: #FFD60B;
}

.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: #FFD60B;
}

.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: #FFD60B;
}

.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: #FFD60B;
}

.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: #FFD60B;
}

.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: #FFD60B;
}

.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: #FFD60B;
}

.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: #FFD60B;
}

.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: #FFD60B;
}

.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: #ffffff;
}

.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: #FFD60B;
}

.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: #FFD60B;
  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: #FFD60B;
}

.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: #FFD60B;
}

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

.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: #FFD60B;
}

.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: #FFD60B;
}

.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: #ffffff;
}

.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: #FFD60B;
}

/*
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: #FFD60B;
  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: #FFD60B;
  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: #FFD60B;
  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: #FFD60B;
  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;
  padding-top: 135px;
  min-height: 110vh;
  background: url(../img/forest-cloud-new.jpg) center / cover;
  display: flex;
  align-content: center;
  align-items: flex-end;
  flex-wrap: nowrap;
  justify-content: center;
  /* overflow-x: hidden; */
  /* overflow-y: hidden; */
}

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

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

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

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

.banner-area .shape.shape-1 {
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  /* -webkit-box-pack: end; */
  -ms-flex-pack: end;
  justify-content: end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  /* align-items: end; */
  /* display: -webkit-box; */
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  /* z-index: 11; */
}

.banner-area .shape.shape-2 {
  bottom: -65%;
  right: -10%;
  width: 120%;
  z-index: 30;
  opacity: 1;
}

.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: #FFD60B;
  padding-top: 85px;
  padding-bottom: 100px;
}

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

.banner-content {
  /* max-width: 700px; */
  padding-bottom: 30%;
}

.banner-content h1 {
  font-size: 70px;
  margin-bottom: 20px;
  color: #ffffff;
  -webkit-animation: 0.6s fadeInUpBig;
  animation: 0.6s fadeInUpBig;
}

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

.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 #FFD60B;
}

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

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

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

.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: #FFD60B;
}

.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: transparent;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  box-shadow: none;
  padding: 30px;
  margin-bottom: 0;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
.single-features-item:after{
  content:'';
  width: 100%;
  position: absolute;
  height: 5px;
  background: #fcd60b;
  top: 69px;
  left: 85px;
  z-index: -1;
}
.single-features-item.lastitem:after{display:none;}
.single-features-item i {
  font-size: 70px;
  color: #FFD60B;
  line-height: 1;
  margin-bottom: 10px;
  display: block;
}

.single-features-item h3 {
  font-size: 22px;
  margin-bottom: 15px;
}

.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: none;
}

.single-features-item:hover.style-three {

}

.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: #FFD60B;
  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: #FFD60B;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

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

.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;
  padding: 40px;
  border-radius: 50px;
  overflow: hidden;
}

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

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

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

.about-content ul li {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
  position: relative;
  padding: 10px 0px;
  /* padding-left: 85px; */
  border-radius: 4px;
  margin-bottom: 5px;
  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 img {
  position: static;
  top: 10px;
  left: 5px;
  width: 60px;
  height: 60px;
  line-height: 90px;
  text-align: center;
  display: inline-block;
  background: #FFD60B;
  font-size: 40px;
  color: #FFD60B;
  padding: 5px;
  border-radius: 5px;
}

.partners-name{
  padding-top: 16px !important;
  font-size: 20px !important;
}

.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);
}

.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: #FFD60B;
}

.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: #FFD60B;
}

.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: #FFD60B;
  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(../../assets/images/services/services-1.jpg);
}

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

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

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

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

.single-services-item.bg-6 {
  background-image: url(../../assets/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: #FFD60B;
  opacity: 1;
}

.single-services-item.style-three .services-contents {
  background-color: rgba(19, 143, 130, 0.8);
  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: #FFD60B;
  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: #FFD60B;
  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: #FFD60B;
}

/*
Choose Us Area Style
======================================================*/
.choose-us-content {
  margin-bottom: 30px;
}

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

.choose-us-content h2 {
  font-size: 40px;
  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: 50px;
  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: #FFD60B;
  font-size: 18px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.choose-us-content ul li:hover {
  background-color: #FFD60B;
  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;
}

.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: #FFD60B;
  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: #FFD60B;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

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

.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: 100px;
  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: 30px;
  margin: 40px;
  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-50 {
  border-radius: 50px;
}

.single-review-item .review-img i {
  position: absolute;
  bottom: -5px;
  right: 0;
  color: #FFD60B;
  font-size: 25px;
}
.single-review-item .review-img .quote {
  position: absolute;
  bottom: 1px;
  right: 0;
  width: 20px;
  height: 20px;
  border-radius: 0;
}
.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: 22px;
  margin-bottom: 5px;
}

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

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

.single-review-item.style-three i {
  position: absolute;
  bottom: 30px;
  right: 30px;
  color: #FFD60B;
  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: #FFD60B;
}

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

.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: #FFD60B;
  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: 10px;
  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: 15px;
  color: #8C9498;
}

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

.single-blog-item .blog-content h3 {
  margin-bottom: 25px;
  font-size: 22px;
  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 #FFD60B;
  color: #FFD60B;
}

.single-blog-item .blog-content .default-btn i {
  color: #FFD60B !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: 25px;
  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: #FFD60B;
}

.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: #FFD60B;
}

.blog-slide.owl-theme .owl-dots .owl-dot.active span {
  background-color: #FFD60B;
  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;
}

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

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

.single-footer-widget ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

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

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

.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 .contact-info a , .single-footer-widget .use-link li a{color:#fff}
.single-footer-widget .social-link li a i {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  display: inline-block;
  color: #FFD60B;
  background: rgb(0 0 0);
  border-radius: 10px;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

.single-footer-widget .social-link li a:hover i {
  background-color: #FFD60B;
  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: center;
  padding-top: 15px;
  padding-bottom: 15px;
  border-top: 1px solid #e9e9e9;
}

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

/*
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
======================================================*/
.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: 16px;
  margin-bottom: 0;
  color: #ffffff;
  font-weight: normal;
}

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

.single-counter-item.style-icon img {
  position: absolute;
  top: 10px;
  left: 5px;
  width: 60px;
  height: 60px;
  line-height: 90px;
  text-align: center;
  display: inline-block;
  background: #FFD60B;
  font-size: 40px;
  color: #FFD60B;
  padding: 5px;
  border-radius: 5px;
}

.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: #FFD60B;
  margin-bottom: 40px;
  display: block;
  text-align: center;
}

.partner-slide.owl-carousel .owl-item img {
  width: auto;
  margin: auto;
  cursor: pointer;
}

/*
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: #FFD60B;
}

.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: #FFD60B;
  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;
  margin: auto;
  text-align: center;
  padding-top: 200px;
  padding-bottom: 200px;
  /* overflow: hidden; */
}

.page-title-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #00000042;
}

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

.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: #ffffff;
}

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

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

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

.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: #FFD60B;
  border-bottom: 1px solid #FFD60B;
}

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

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

.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: #FFD60B;
  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);
}

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

.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: #FFD60B;
}

.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: #FFD60B;
  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: #FFD60B;
}

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

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

.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: #FFD60B;
  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 #FFD60B;
  color: #FFD60B;
  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: #FFD60B;
}

.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: #FFD60B;
  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: 800px;
  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: 30px;
}

.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: #FFD60B;
}

.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: #FFD60B;
}

.form-check-input {
  background-color: #ffffff;
  border: 1px solid #FFD60B;
  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;
}

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

.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: #FFD60B;
  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: #FFD60B;
  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: #FFD60B;
  border-radius: 4px;
  margin-right: 10px;
}

.blog-contents .tag-social-link li.tag a:hover {
  background-color: #FFD60B;
  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: #FFD60B;
  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: #FFD60B;
  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: #FFD60B;
}

.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: #FFD60B;
}

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

.case-studies-details-img .admin li.client a {
  color: #FFD60B;
  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: #FFD60B;
  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: #FFD60B;
  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: #FFD60B;
  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: #FFD60B;
  border-radius: 4px;
  margin-right: 10px;
}

.case-studies-details-content .tag-social-link li.tag a:hover {
  background-color: #FFD60B;
  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: #FFD60B;
  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: #FFD60B;
  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: #FFD60B;
  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: #FFD60B;
  -webkit-animation: rotate-five 12s infinite alternate;
          animation: rotate-five 12s infinite alternate;
}

.preloader .content .box {
  height: 50%;
  width: 50%;
  background: #FFD60B;
  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: #FFD60B;
  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: #FFD60B;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

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

.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: #FFD60B;
  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);
  }
}
.our-features-area {background: url(../img/serf-bg-new.jpg) center / cover;}
.our-features-area .container.boxmain{    margin-top: -140px;background: #ffffff82;padding: 35px;border-radius: 10px;box-shadow: 0px 1px 6px #0000002b;}

.about-area-main {background: url(../img/about-sec-bg.jpg) bottom center / cover;}
.page-title-area.aboutus{background: url(../img/about-bg.jpg) center bottom / cover;}
.page-title-area.faqbg{background: url(../img/faq-page-bg.jpg) center  / cover;}
.page-title-area.contactbg{background: url(../img/contact-bg.jpg) center  / cover;}
.page-title-area.gallerybg{background: url(../img/gallery-bg.jpeg) center  / cover;}
.page-title-area.blogbg{background: url(../img/bridge2.jpg) center  / cover;}
.page-title-area.partners{background: url(../img/partners.png) center bottom / cover;}
.page-title-area.terms-conditions{background: url(../img/terms-condition-bg.png) center bottom / cover;}
.page-title-area.transfer{background: url(../img/transfer.jpg) center bottom / cover;}

/*
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: #FFD60B;
}

.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: #FFD60B;
  background-color: #FFD60B;
}
.boxshadow{
    border-radius: 10px;
    box-shadow: 0px 1px 6px #0000002b;
}
.Choose-area .col-lg-6 , .about-area .col-lg-6.bgsec{
  background: linear-gradient(90deg, rgb(255 255 255) 0%, rgb(255 255 255) 35%, rgb(255 255 255 / 0%) 100%);
  border-radius: 15px;
}
.insgrampost .image{
  width: 100%;
  height: 350px;
  display: block;
  background-position: center;
  background-size: cover;
}


    .navbar-area {
        background-color: #ffffffd6 !important;
        z-index: 100;
    }

    .banner-area .shape.shape-6 {
        top: 200px !important;
        text-align: center;
        width: 100%;
        left: 0 !important;
    }

    .banner-area .shape.shape-2 {
        right: -15% !important;
        z-index: 30 !important;
        opacity: 1;
        bottom: -45% !important;
    }

    .single-features-item:after {
        display: none;
        width: min-content;
    }

    .banner-area .shape.shape-2 img {
        width: 100%;
    }


    @media only screen and (max-width: 1350px) {

      #rento-white-logo{
        width: 65% !important;
      }

    }
    @media only screen and (max-width: 991px) {
        .banner-area .shape.shape-6 {
            left: 0 !important;
        }

        .single-review-item {
            margin: 10px !important;
        }

        .banner-area {
            min-height: 60vh !important;
        }

        .container,
        .container-sm {
            max-width: 95% !important;
        }

        .banner-area .shape.shape-2 {
            bottom: -30% !important;
        }


    }

    @media only screen and (max-width: 1650px) {
      .banner-area .shape.shape-2 {
        margin-bottom: -42px !important;
    }
    }

    @media only screen and (max-width: 580px) {

        .our-features-area .container.boxmain {
            margin-top: -70px !important;
        }

        .partners-name{
          padding-top: 1px !important;
        }

        .aaceylonlogo {
            display: block !important;
            text-align: center !important;
        }

        .single-features-item {
            text-align: center !important;
        }

        .about-content {
            padding: 30px 10px !important;
        }

        .mean-container .mean-nav {
            width: 120% !important;
            left: -10% !important;
            position: relative;
        }

        .banner-area .shape.shape-2 {
            bottom: -20% !important;
        }

        .banner-area .shape.shape-6 {
            top: 140px !important;
        }
    }

    .default-btn.blackbtn::after {
        background-color: #000000;
    }

    .single-review-item{    
      margin: 10px !important;
      min-height: 513px;
    
    }
    .commonninja-ribbon {
        display: none !important;
    }

    .cxgeFl {
        display: none !important;
    }


    .commonninja-ribbon-link {
        height: 0 !important;
        overflow: hidden !important;
        transform: scale(0);
    }
    .owl-next ,.owl-prev {
        font-size: 22px !important;
    width: 45px;
    height: 45px;
    display: block;
    background: #f8c312 !important;
    border-radius: 50px !important;
    color: #fff !important;
    position: absolute;
    top: 40%;
    }

    .owl-next  {
        right: 0;
    }
    .owl-prev  {
        left: 0;
    }

    .rento-notice-thumb {
        width: 115px;
        position: fixed;
        top: 27%;
        right: 0%;
        cursor: pointer;
        z-index: 1000;
        border-bottom-left-radius: 10px;
        border-top-left-radius: 10px;
        overflow: hidden;
        border: 2px solid white;
        box-shadow: 1px 1px 9px rgba(1, 30, 48, 0.19);
        transition: all 0.5s ease;
        background: #f8c312;
        padding: 5px;
        text-align: center;
        text-transform: uppercase;
        font-size: 16px;
    }

    .modal-header button.close {
        width: 25px;
        height: 25px;
        background: #f6ae0b;
        border-radius: 50px;
        font-weight: 700;
        line-height: 19px;
        position: absolute;
        right: -10px;
        top: -10px;
    }

    .review-btn {
        background: rgb(125, 162, 255);
        color: rgb(255, 255, 255);
        padding: 8px 12px;
        font-size: 16px;
        background-color: rgb(81, 115, 149);
        font-weight: 400;
        border-radius: 5px;
        border: none;
        color: white;
        font-family: inherit;
        transition: all 0.2s ease 0s;
    }

    .reviews-header {
        width: 100%;
        background-color: rgb(255 255 255);
        padding: 20px 30px;
        border-radius: 10px;
        margin-bottom: 20px;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        justify-content: space-between;
        flex-wrap: wrap;
        gap: 15px;
    }
    .owl-theme .owl-dots .owl-dot span {
    background: #f8c31278 !important;
    }
    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #f8c312 !important;
    }


    .single-review-item span {
        color: #FFD60B;
        font-size: 18px !important;
        font-weight: 600 !important;
    }

    @media only screen and (max-width: 580px) {
        .reviews-header ,.reviews-header .title{justify-content: center;}
        .banner-area .shape.shape-6 img{width: 300px !important;}
        .DeliveryFee, .LicenseFee{border-right:none !important}
        .banner-area .shape.shape-6 , .banner-area .shape.shape-2{transform: none !important;}
        .owl-next  {
        right: -20px !important;
    }
    .owl-prev  {
        left: -20px !important;
    }
    }
    .banner-content .banner-btn .default-btn.active{margin-left: 0px !important;}

#scroll-down {
    display: block;
    position: relative;
    padding-top: 50px;
  text-align:center;
}
.arrow-down {
    display: block;
    margin: 0 auto;
    width: 10px;
    height: 10px;
}
.arrow-down:after {
    content: '';
    display: block;
    margin: 0;
    padding: 0;
    width: 8px;
    height: 8px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    behavior: url(-ms-transform.htc);
    -moz-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}
#scroll-title {
    display: block;
    text-transform: uppercase;
    color: #ffffff;
  font-family: Helvetica Neue, Helvetica, Arial;
  font-size:14px;
  font-weight:bold;
  letter-spacing:.1em;
}
#scroll-down::before {
    -webkit-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    /* Safari 4+ */
    
    -moz-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    /* Fx 5+ */
    
    -o-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    /* Opera 12+ */
    
    animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    /* IE 10+, Fx 29+ */
    
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -2px;
    width: 2px;
    height: 57px;
    background: #fff;
    content: ' ';
}
@-webkit-keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}
@-moz-keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}
@-o-keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}
@keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        -moz-transform-origin: 0% 0%;
        -o-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        -moz-transform-origin: 0% 100%;
        -o-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        -moz-transform: scale(1, 0);
        -o-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}


 
.banner-content h1 {
    font-size: 40px !important;
}
.banner-content h3 {
    font-size: 27px;
}
.baloonimg{
    position: absolute;
    top: -215px;
    z-index: 10000;
    width: 120px;
    left: -45px;
}

@media only screen and (max-width: 767px) {
    .about-content ul li {
        padding-left: 10px;
        padding-right: 10px;
    }
    .banner-content h1 {
         font-size: 30px !important;
    }
    .banner-content h3 {
    font-size: 22px;
}
    .banner-area {
        min-height: 70vh !important;
    }
    .our-features-area .container.boxmain {
        margin-top: 10px !important;
    }
    .our-features-area .container.boxmain.firstchild {
        margin-top: -70px !important;
    }
    
}



.section-padding {
  padding: 80px 0;
}

.section-title {
  text-align: center;
  margin-bottom: 60px;
}

.section-borders span {
  height: 5px;
  background: #ffd60b;
  width: 40px;
  display: inline-block;
  border-radius: 2px;
}

.section-borders span.black-border {
  background: #333;
  width: 30px;
  margin: 0 6px;

}

.client-testimonial-carousel .owl-dots button {
  height: 5px;
  background: #ffd60b !important;
  width: 20px;
  display: inline-block;
  margin: 5px;
  transition: .2s;
  border-radius: 2px;
}

.client-testimonial-carousel button.owl-dot.active {
  background: #000 !important;
  width: 30px;
}

.client-testimonial-carousel .owl-dots {
  text-align: center;
  margin-top: 25px
}

.single-testimonial-item {
  position: relative;
  box-shadow: 0 0 2px #dadfd3;
  margin: 2px;
  padding: 20px;
  font-style: italic;
  padding-left: 85px;
  background-color: white;
  min-height: 352px;
}

.single-testimonial-item:before {
  font-family: "Font Awesome 5 Free";
  content: "\f10d";
  font-weight: 900;
  position: absolute;
  left: 20px;
  top: 50%;
  font-size: 20px;
  color: #ffd60b;
  line-height: 30px;
  margin-top: -15px;
}

.single-testimonial-item:after {
  background: #ddd;
  content: "";
  height: 70%;
  left: 60px;
  position: absolute;
  top: 10%;
  width: 1px;
}

.single-testimonial-item h3 {
  font-size: 20px;
  font-style: normal;
  margin-bottom: 0;
}

.single-testimonial-item h3 span {
  display: block;
  font-size: 12px;
  font-weight: normal;
  margin-top: 5px;
}


.TA_Footer{
  width: 250px;
}

.tripadvisor2025{
  width: 150px;
}

.TA_Footer_Mobile{
  width: 135px;
}


.footerTALogo{
  display: none;;
}

/* Main banner text  */


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .main-banner-text {
    margin-top: -9px;
        font-size: 53px;
        color: #ffffff !important;
        -webkit-text-stroke: 0px #232323;
        
        /* padding-left: 50px; */
        font-weight: 900;
  
  }

  .banner-area .shape.shape-2 img {
    display: none;;
  }

  .stats{
    flex-direction: column-reverse;
    align-items: center;
  }


  .baloonimg{
    position: absolute;
    top: -96px;
    z-index: 1000;
    width: 76px;
    left: -3px;
  }

  .TALogo{
    display: none;
  }

  .footerTALogo{
    display: block;;
  }
  
  .main-banner-text-second {
    margin-top: 56px;
        font-size: 21px;
        text-align: center;
    /* text-align: left; */
    /* padding-left: 50px; */
    font-weight: 400;
  
  }


  

  .pricingtag{
    margin-top:30px !important;
    align-items: center;
    text-align: center !important;
  }

    .pricingtagcon{
        margin-top:80px !important;
        text-align: center;
    }

    .pricingtitle{
      padding-bottom:30px;
      align-items: center !important;
    }

  
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .main-banner-text {
    margin-top: 0px;
        font-size: 58px;
        color: #ffffff !important;
        -webkit-text-stroke: 0px #232323;
        /* text-align: center; */
        /* padding-left: 50px; */
        font-weight: 900;
  
  }

 
  
  
  .main-banner-text-second {
    margin-top: 56px;
        font-size: 22px;
        /* text-align: left; */
        /* padding-left: 50px;*/
        font-weight: 400;
  
  }

  .pricingtagcon{
    margin-top:80px !important;
    
  }

  .pricingtag{
    margin-top:30px !important;
    align-items: center;
    text-align: center !important;
  }

 
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .main-banner-text {
    margin-top: -47px;
    font-size: 68px;
    color: #ffffff !important;
    -webkit-text-stroke: 0px #232323;
    text-align: left;
    padding-left: 50px;
    font-weight: 900;
  
  }
  
  .main-banner-text-second {
    margin-top: 1px;
        font-size: 25px;
        text-align: left;
        padding-left: 50px;
        font-weight: 400;
  
  }

  .pricingtitle{
   
    text-align: left;
    align-items: center !important;
  }

  
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {.main-banner-text {
  margin-top: 105px;
        font-size: 61px;
        color: #ffffff !important;
        -webkit-text-stroke: 0px #232323;
        text-align: left;
        padding-left: 50px;
        font-weight: 900;

}



.main-banner-text-second {
  margin-top: 15px;
        font-size: 24px;
        text-align: left;
        padding-left: 50px;
        font-weight: 400;

}

.pricingtag{
  margin-top:30px !important;
  align-items: center;
  text-align: left !important;
}


}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .main-banner-text {
    margin-top: 12%;
        font-size: 90px;
        color: #ffffff !important;
        -webkit-text-stroke: 0px #232323;
        text-align: left;
        padding-left: 50px;
        font-weight: 900;
  
  }
  
  .main-banner-text-second {
    margin-top: 1px;
        font-size: 34px;
        text-align: left;
        padding-left: 50px;
        font-weight: 400;
  
  }

  .pricingtag{
    margin-top:30px !important; 
    padding:0px 0px 0px 50px !important;
    align-items: center;
  }

  .pricingtitle{
    align-items: center !important;;
  }
  
}

.single-blog-custom{
  padding-top:100px;
}

.pl-ma{
  padding-left: 50px;
}


/* Our Team template */

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

.sec-title .title {
  position: relative;
  display: block;
  font-size: 16px;
  line-height: 1em;
  color: #ff8a01;
  font-weight: 500;
  background: rgb(247, 0, 104);
  background: -moz-linear-gradient(to left, rgba(247, 0, 104, 1) 0%, rgba(68, 16, 102, 1) 25%, rgba(247, 0, 104, 1) 75%, rgba(68, 16, 102, 1) 100%);
  background: -webkit-linear-gradient(to left, rgba(247, 0, 104, 1) 0%, rgba(68, 16, 102, 1) 25%, rgba(247, 0, 104, 1) 75%, rgba(68, 16, 102, 1) 100%);
  background: linear-gradient(to left, rgba(247, 0, 104) 0%, rgba(68, 16, 102, 1) 25%, rgba(247, 0, 104, 1) 75%, rgba(68, 16, 102, 1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#F70068', endColorstr='#441066', GradientType=1);
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  letter-spacing: 5px;
  margin-bottom: 15px
}

.sec-title h2 {
  position: relative;
  display: inline-block;
  font-size: 48px;
  line-height: 1.2em;
  color: #1e1f36;
  font-weight: 700
}

.sec-title .text {
  position: relative;
  font-size: 16px;
  line-height: 28px;
  color: #888;
  margin-top: 30px
}

.sec-title.light h2,
.sec-title.light .title {
  color: #fff;
  -webkit-text-fill-color: inherit
}

.speakers-section-three {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  overflow: hidden
}

.speaker-block-three {
  position: relative;
  margin-bottom: 50px
}

.speaker-block-three .inner-box {
  position: relative;
  background-color: #fff;
  overflow: hidden;
  padding-bottom: 30px;
  max-width: 300px;
  margin: 0 auto;
  overflow: hidden;
  box-shadow: 0 20px 30px rgba(0, 0, 0, .1);
  -webkit-transition: all 300ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease
}

.speaker-block-three .inner-box:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, .1)
}

.speaker-block-three .image-box {
  position: relative;
  display: block;
  text-align: center;
  padding: 50px 0
}

.speaker-block-three .image-box:before {
  position: absolute;
  left: -10px;
  right: -10px;
  top: -4px;
  height: 100%;
  background-image: url(https://aa.rento.lk/public/img/shape-52.png);
  -webkit-transform: scale(-1);
  -moz-transform: scale(-1);
  -ms-transform: scale(-1);
  -o-transform: scale(-1);
  transform: scale(-1);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
  content: ""
}

.speaker-block-three .image-box .image {
  position: relative;
  display: inline-block;
  height: 130px;
  width: 130px;
  overflow: hidden;
  border: 4px solid #ffc107;
  box-shadow: 0 0 20px rgba(0, 0, 0, .3);
  border-radius: 50%;
  z-index: 9;
  margin-bottom: 0;
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  transition: all 600ms ease
}

.speaker-block-three .inner-box:hover .image-box .image {
  border-radius: 0
}

.speaker-block-three .image-box .image img {
  display: block;
  width: 100%;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease
}

.speaker-block-three .inner-box:hover .image img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1)
}

.speaker-block-three .info-box {
  position: relative;
  display: inline-block;
  padding: 10px 30px;
  padding-right: 10px;
  background-color: #f8c312;
  width: 100%;
}

.speaker-block-three .info-box:before {
  position: absolute;
  left: 0;
  right: -30px;
  background-color: #f8c312;
  content: "";
  top: 0;
  height: 100%;
  -webkit-transform: skew(-30deg);
  -moz-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  -o-transform: skew(-30deg);
  transform: skew(-30deg);
  border-radius: 0 14px 14px 0
}

.speaker-block-three .info-box .name {
  position: relative;
  font-size: 18px;
  line-height: 1.2em;
  color: #fff;
  font-weight: 500
}

.speaker-block-three .info-box .name a {
  color: #fff;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease
}

.speaker-block-three .info-box .name a:hover {
  color: #fff
}

.speaker-block-three .info-box .designation {
  position: relative;
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  font-weight: 400
}

.speaker-block-three .social-box {
  position: absolute;
  top: 90px;
  transform: translateX(-50px);
  -webkit-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  transition: all 600ms ease
}

.speaker-block-three .social-box .social-links li {
  margin-bottom: 4px
}

.speaker-block-three .inner-box:hover .social-box {
  transform: translateX(10px)
}

.speaker-block-two .social-links li {
  position: relative;
  display: inline-block;
  margin-bottom: 10px
}

.speaker-block-three .social-links li a i {
  position: relative;
  display: block;
  width: 32px;
  height: 32px;
  border: 1px solid #eee;
  font-size: 16px;
  line-height: 30px;
  background-color: #fff;
  text-align: center;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease
}

.speaker-block-three .social-links li a:hover i {
  color: #fff;
  background: #ec7561
}



/* Partners carousal */


@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-250px * 7)); /* Adjust this based on number of slides */
  }
}

.slider {
  margin: auto;
  overflow: hidden;
  position: relative;
  width: 100%; /* Set to 100% for responsiveness */
}

.slider .slide-track {
  animation: scroll 40s linear infinite;
  display: flex;
  width: calc(250px * 14); /* Double the number of slides */
}

.slider .slide {
  height: 100px;
  width: 250px;
  padding-left: 10px;
}



/* Main CTA Button Landing Page */

.ctamainbtn{
  width: 250px;
  text-align: center;
  justify-content: center;
  height: 51px;
  align-items: center;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .ctamainbtn{
    width: 163px;
    text-align: center;
    justify-content: center;
    height: 37px;
    align-items: center;
    margin-top: 400px;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .ctamainbtn{
    width: 250px;
    text-align: center;
    justify-content: center;
    height: 51px;
    align-items: center;
    margin-top: 400px;
    
  }
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
  .ctamainbtn{
    width: 250px;
    text-align: center;
    justify-content: center;
    height: 51px;
    align-items: center;
    margin-top: 365px;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
  .ctamainbtn{
    width: 250px;
    text-align: center;
    justify-content: center;
    height: 51px;
    align-items: center;
    
  }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .ctamainbtn{
    width: 250px;
    text-align: center;
    justify-content: center;
    height: 51px;
    align-items: center;
    
  }
}

.reviewheader{
  color: rgb(31, 78, 196);
  font-size: 18px;
  margin: 0px;
  line-height: 1;
  padding: 5px;font-weight: 400;
  font-size: 16px;
  margin: 0px;
  line-height: 1;
}

 /* Prevent horizontal overflow */
 .swiper-container-vehicle {
  width: 100%;
  max-width: 100vw;
  overflow: hidden;
  position: relative; /* Needed for arrows */
}

.swiper-slide {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* Prevent images from exceeding container */
.swiper-slide img {
  max-width: 80%;
  max-height: 250px;
  object-fit: contain;
}
.swiper-button-prev-vehicle,
.swiper-button-next-vehicle {
    color: #ffd60b9c !important; /* Change arrow color if needed */
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    background: rgba(255, 255, 255, 0.7); /* Light background for visibility */
    padding: 5px; /* Reduced padding */
    border-radius: 50%;
    width: 30px;  /* Smaller width */
    height: 30px; /* Smaller height */
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px; /* Reduced icon size */
    cursor: pointer;
}


/* Adjust position of arrows */
.swiper-button-prev-vehicle {
    left: 5px; /* Move closer to the left */
}

.swiper-button-next-vehicle {
    right: 5px; /* Move closer to the right */
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.popup-content {
  position: relative;
  background: transparent;
  border-radius: 10px;
  padding: 0;
  width: auto; /* Let content determine width */
  max-height: 90vh;
  text-align: center; /* Helps center the image */
}

.popup-image {
  width: 500px; /* Fixed width - adjust this value to change size */
  height: auto; /* Maintain aspect ratio */
  max-width: 80vw; /* Don't exceed 80% of viewport width */
  max-height: auto; /* Don't exceed 80% of viewport height */
  display: block;
  border-radius: 10px;
  margin: 0 auto; /* Center horizontally */
}

.close-btn {
  position: absolute;
  top: -15px;
  right: -15px;
  background: #fff;
  color: #000;
  border-radius: 50%;
  font-size: 20px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  border: none;
  z-index: 1;
}

.close-btn:hover {
  background: #f1f1f1;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
  .popup-image {
    width: 300px; /* Smaller fixed width for mobile */
  }
}


#about .blueBg {
  position: absolute;
  height: 100%;
  width: 100%;
  background: #00000096;
}

#about form {
  background-color: #FFFFFF;
  padding: 42px 25px;
  margin-top: -6.5rem;
  box-shadow: 0px 4px 39px 0px rgba(0, 0, 0, 0.14);

  position: relative;
  border-radius: 10px;
}

#about input,
#about select {
  outline: none;
  border: none;
  background-color: transparent;
  font-family: 'Montserrat', sans-serif;
  border: 1px solid #6B6B6B;
  color: #9B9B9B !important;
  border-radius: 10px;
}

#about input,
#about input:hover,
#about input:focus,
#about input:active {
  -webkit-text-fill-color: #9B9B9B !important;

}

#about input {
  padding: 10px;
  width: 100%;
}

#about input:hover,
#about select:hover {
  border: 1px solid #FFD60B;
}

#about select {
  cursor: pointer;
  width: 154px;
  padding: 5px 10px 5px 15px;
}

input[type="date"]:hover {
  cursor: pointer;
}

input[type="date"] {
  color: #9B9B9B !important;
}

#about form button {
  color: #000000;
  border-radius: 40px;
  background-color: #FFD60B;
  transition: 0.7s ease-in-out;
}

#about form li {
  border: none !important;
}

#about form button:hover {
  color: #FFFFFF;
}

#about-message {
  position: fixed;
  display: none;
  background-color: rgba(255, 255, 255);
  color: #000000;
  box-shadow: 0px 10px 39px -4px rgba(24, 39, 75, 0.10), 0px 5.747572422027588px 12.932037353515625px -4.310678958892822px rgba(24, 39, 75, 0.12);
  text-align: center;
  width: 60%;
  padding: 103px 0;
  font-size: 36px;
  font-weight: 400;
  line-height: 40px;
  top: 23%;
  z-index: 3;
  right: 19%;
  border-radius: 5px;
}

#about form h6 {
  color: #121212;
  padding-bottom: 15px;
  font-size: 16px;
}

.aboutImg img {
  width: 100%;
}

.aboutImg img:hover {
  position: relative;
  animation-name: animationTwo;
  animation-duration: 0.5s;
  animation-iteration-count: 2;
}

#about .aboutImg {
  margin-top: -5.5rem;
  position: relative;
}

#about .customer {
  background-color: #021F41;
  padding: 20px 0;
}

#about .customer,
#about .experience h2 {
  color: #FFFFFF;
}

#about .experience p {
  text-align: center;
  color: #FFFFFF;
}

#about .experience {
  background-color: #FFD60B;
  width: 195px;
  padding: 47px 36px;
  border-radius: 50%;
  position: absolute;
  bottom: 60px;
  left: -134px;
}

#about h4 {
  color: #FFD60B;
  padding: 70px 0 20px 0;
}

#about .col-md-9 p {
  color: #9B9B9B;
  padding: 20px 0 10px 0;
}

.about {
  margin-bottom: 0 !important;
}
#hero h1 {
  font-size: 80px;
  font-weight: 700;
  line-height: 75px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
}
#hero h1 {
  color: #FFFFFF;
}
#hero p {
  color: #FFFFFF;
  padding: 20px 170px 20px 170px;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
}
:root {
  /*Background color when it's turned off*/
  --vc-off-color: #d1d3d4;

  /*Background color when it's turned on*/
  --vc-on-color: #38cf5b;
  
  /*Animation speed and type*/
  --vc-animation-speed: 0.15s ease-out;

  /*Font used by the text*/
  --vc-font-family: Arial;

  /*The size used*/
  --vc-font-size: 11px;

  /*The font weight*/
  --vc-font-weight: 300;
  
  /*Font color when the switch is on*/
  --vc-on-font-color: white;

  /*Font color when the switch is off*/
  --vc-off-font-color: white;

  /*How far the OFF text is from the right side*/
  --vc-label-position-off: 12px;

  /*How far the ON text is from the left side*/
  --vc-label-position-on: 11px;

  /*Small switch width*/
  --vc-width: 50px;

  /*Small switch height*/
  --vc-height: 25px;

  /*Border radius for the handle*/
  --vc-handle-border-radius: 20px;

  /*Border radius for the box*/
  --vc-box-border-radius: 18px;

  /*Shadow for the handle*/
  --vc-handle-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  
  /*Handle color*/
  --vc-handle-color: white;

  /*Handle width*/
  --vc-handle-width: 15px;

  /*Handle height*/
  --vc-handle-height: 15px;

  /*The handle's width while the toggle is clicked*/
  --vc-onclick-width: 30px;

  /*Handle's distance from the top*/
  --vc-handle-top: 5px;
}

.vc-toggle-container * {
  font-family: var(--vc-font-family);
  -webkit-transition: var(--vc-animation-speed);
  -moz-transition: var(--vc-animation-speed);
  -o-transition: var(--vc-animation-speed);
  transition: var(--vc-animation-speed);
}

.vc-switch {
  width: 141px;
  height: 40px;
}

.vc-toggle-container label {
  position: relative;
  display: inline-block;
  vertical-align: top;
  border-radius: var(--vc-box-border-radius);
  cursor: pointer;
}

.vc-switch-input {
  position: absolute;
  transform: translate3d(5px, 5px, 0);
}

.vc-switch-label {
  position: relative;
  display: block;
  height: inherit;
  font-size: 18px;
  font-weight: var(--vc-font-weight);
  background: #fcd60b;
  border-radius: inherit;
}

.vc-switch-label:before,
.vc-switch-label:after {
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
  line-height: 1.1;
}

.vc-switch-label:before {
  content: attr(data-off);
  color: #0d0d0d;
}

.vc-switch-label:after {
  content: attr(data-on);
  color: #0d0d0d;
  opacity: 0;
}

.vc-switch-label:before {
  right: var(--vc-label-position-off);;
}

.vc-switch-label:after {
  left: var(--vc-label-position-on);;
}

.vc-switch-input:checked ~ .vc-switch-label {
  background: #FFD60B;
}

.vc-switch-input:checked ~ .vc-switch-label:before {
  opacity: 0;
}

.vc-switch-input:checked ~ .vc-switch-label:after {
  opacity: 1;
}

.vc-handle {
  position: absolute !important;
  top: var(--vc-handle-top);
  left: 5px;
  background: #0d0d0d;
  border-radius: var(--vc-handle-border-radius);
  box-shadow: var(--vc-handle-shadow);
}

.vc-handle {
  width: 30px;
  height: 30px;
}

.vc-handle:before {
  content: "";
  top: 50%;
  left: 50%;
  position: absolute !important;
  margin: -6px 0 0 -6px;
  width: 12px;
  height: 12px;
  border-radius: 6px;
}

.vc-switch-label:active ~ .vc-handle, .vc-handle:active {
  width: var(--vc-onclick-width);
}

.vc-switch-input:checked ~ .vc-handle {
  left: unset;
  right: 5px;
}
#about form button {
  color: #000000;
  border-radius: 40px;
  background-color: #FFD60B;
  transition: 0.7s ease-in-out;
}

.globalBtn button {
  border: 1px solid #FFD60B;
  padding: 16px 36px !important;
}
ol, ul {
  list-style: none;
}
.banner-area {
  position: relative;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: center;
  overflow-x: hidden;
  overflow-y: hidden;
  align-content: center;
}
#about form {
  margin-top: 0;
}
#hero h1.outline {
  color: #fcd60b;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: #fcd60b;
  padding: 0 10px;
}
@media only screen and (min-width: 600px) {
  .pricingtagcon {
      margin-top: 20px !important;
  }
}

@media only screen and (max-width: 580px) {
#hero h1 {
  font-size: 32px !important;
  line-height: 40px !important;
}
#hero p {
  font-size: 20px !important;
}
#about form {
  padding: 20px 15px;
}
}
@media only screen and (max-width: 767px) {
  .banner-area {
      min-height: 100vh !important;
  }
  .pt-65 {
      padding-top: 120px;
  }
}