@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600;700&display=swap");
html,
body {
  overflow-x: hidden;
  width: 100%;
}

.container {
  max-width: 1320px;
}

.bg-2 {
  background-color: #f6f9fe;
}

.bg-3 {
  background-color: #a9bddc;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0px;
  font-family: "Montserrat", sans-serif, Arial, Helvetica, sans-serif;
  color: white;
}

p {
  font-size: 16px;
  line-height: 28px;
  margin-top: 0;
  margin-bottom: 0rem;
  font-family: "Montserrat", sans-serif, Arial, Helvetica, sans-serif;
  color: #fff;
}

ul,
ol {
  font-family: "Montserrat", sans-serif, Arial, Helvetica, sans-serif;
}

.com-padd {
  padding: 60px 0px;
}

.button-com {
  width: 170px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  cursor: pointer;
  display: inline-block;
  padding: 10px 0px;
}

.button-2 {
  color: #fff;
  border: 3px solid #9dca00;
  background-image: -webkit-linear-gradient(
    30deg,
    #9dca00 50%,
    transparent 50%
  );
  background-image: linear-gradient(30deg, #9dca00 50%, transparent 50%);
  background-size: 500px;
  background-repeat: no-repeat;
  background-position: 0%;
  -webkit-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
}
.button-2:hover {
  background-position: 100%;
  color: #9dca00;
  text-decoration: none;
}

.button-form {
  width: 170px;
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: center;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  margin-left: 0px;
  margin-bottom: 30px;
  cursor: pointer;
  display: inline-block;
}

#home .carousel-caption h2 {
  font-size: 111px;
  background-color: rgba(0, 0, 0, 0.5);
  color: #9dca00;
  font-weight: 600;
  font-family: "Sarala", sans-serif;
}

@media (max-width: 660px) {
  #home .carousel-caption h2 {
    font-size: 50px;
  }
}

.button-3 {
  color: #9dca00;
  border: 3px solid #ffffff;
  background-image: -webkit-linear-gradient(
    30deg,
    #ffffff 50%,
    transparent 50%
  );
  background-image: linear-gradient(30deg, #ffffff 50%, transparent 50%);
  background-size: 500px;
  background-repeat: no-repeat;
  background-position: 0%;
  -webkit-transition: background 300ms ease-in-out;
  transition: background 300ms ease-in-out;
}
.button-3:hover {
  background-position: 100%;
  color: #9dca00;
  text-decoration: none;
}

.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #fff !important;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
}

.my-float {
  margin-top: 16px;
}

.mobile-quick {
  display: none;
}
/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: #9dca00;
  height: 40px;
  font-size: 14px;
  transition: all 0.5s;
  color: #000;
  padding: 0;
}

#topbar .contact-info i {
  font-style: normal;
  color: #000;
}

#topbar .contact-info i a,
#topbar .contact-info i span {
  padding-left: 5px;
  color: #000;
}

#topbar .contact-info i a {
  line-height: 0;
  transition: 0.3s;
  transition: 0.3s;
}

#topbar .contact-info i a:hover {
  color: #fff;
  text-decoration: underline;
}

#topbar .social-links a {
  color: rgba(255, 255, 255, 0.7);
  line-height: 0;
  transition: 0.3s;
  margin-left: 20px;
}

#topbar .social-links a:hover {
  color: white;
}

/*--------------------------------------------------------------
  # Header
  --------------------------------------------------------------*/
#header {
  background: #020e31;
  transition: all 0.5s;
  z-index: 997;
  height: 86px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

#header.fixed-top {
  height: 80px;
}

#header .logo img {
  max-height: 80px;
}

#header.fixed-top .logo img {
  max-height: 70px;
}

.scrolled-offset {
  margin-top: 70px;
}

/* #Navigation
================================================== */

.start-header {
  position: relative;
  opacity: 1;
  transform: translateY(0);
  padding: 10px 0;
  box-shadow: 0 10px 30px 0 rgba(138, 155, 165, 0.15);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 999;
  background-color: #020e31;
}
.start-header.scroll-on {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
  padding: 10px 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: #020e31;
}
.start-header.scroll-on .navbar-brand img {
  height: 60px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.navbar {
  padding: 0;
}
.navbar-brand img {
  height: 60px;
  width: auto;
  display: block;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.navbar-toggler {
  float: right;
  border: none;
  padding-right: 0;
}
.navbar-light .navbar-brand {
  color: transparent;
}
.navbar-toggler:active,
.navbar-toggler:focus {
  outline: none;
}
.navbar-light .navbar-toggler-icon {
  width: 24px;
  height: 17px;
  background-image: none;
  position: relative;
  border-bottom: 1px solid #fff;
  transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {
  width: 24px;
  position: absolute;
  height: 1px;
  background-color: #fff;
  top: 0;
  left: 0;
  content: "";
  z-index: 2;
  transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after {
  top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  border-color: transparent;
}
.nav-link {
  color: #fff !important;
  font-weight: 500;
  transition: all 200ms linear;
}
.nav-item:hover .nav-link {
  color: #9dca00 !important;
}
.nav-item.active .nav-link {
  color: #9dca00 !important;
}
.nav-item.active:after {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background-color: #9dca00;
  opacity: 0;
  transition: all 200ms linear;
}
.nav-item.active:after {
  bottom: 0;
  opacity: 1;
}
.nav-item.active:hover:after {
  opacity: 0;
}
.nav-link {
  position: relative;
  padding: 5px 0 !important;
  display: inline-block;
}
.nav-item:after {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background-color: #9dca00;
  opacity: 0;
  transition: all 200ms linear;
}
.nav-item:hover:after {
  bottom: 0;
  opacity: 1;
}
.nav-item.active:hover:after {
  opacity: 0;
}
.nav-item {
  position: relative;
  transition: all 200ms linear;
}

.nav-item .dropdown-menu {
  transform: translate3d(0, 10px, 0);
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  display: block;
  padding: 0;
  margin: 0;
  z-index: 999;
  transition: all 200ms linear;
}
.nav-item.show .dropdown-menu {
  opacity: 1;
  visibility: visible;
  max-height: 999px;
  transform: translate3d(0, 0px, 0);
}
.dropdown-menu {
  padding: 10px !important;
  margin: 0;
  font-size: 15px;
  letter-spacing: 1px;
  color: #212121;
  background-color: #fcfaff;
  border: none;
  border-radius: 3px;
  box-shadow: 0 5px 10px 0 rgba(138, 155, 165, 0.15);
  transition: all 200ms linear;
}
.dropdown-toggle::after {
  display: none;
}

.dropdown-item {
  padding: 10px 15px;
  color: #000;
  border-radius: 2px;
  transition: all 200ms linear;
}
.dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #9dca00;
}
.dropdown-item:hover,
.dropdown-item:focus {
  color: #fff;
  background-color: #9dca00;
}

/* section-title */
.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h3 {
  font-size: 36px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #fff;
}

.section-title h3::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h3::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #9dca00;
  bottom: 0;
  left: calc(50% - 20px);
}

.section-title h4 {
  font-size: 28px;
  font-family: "lora";
  text-transform: uppercase;
  margin-bottom: 5px;
  padding-bottom: 20px;
  position: relative;
  color: #fff;
  font-family: "Montserrat", sans-serif, Arial, Helvetica, sans-serif;
}

.section-title h4::before {
  content: "";
  position: absolute;
  display: block;
  width: 120px;
  height: 1px;
  background: #ddd;
  bottom: 1px;
  left: calc(50% - 60px);
}

.section-title h4::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  height: 3px;
  background: #9dca00;
  bottom: 0;
  left: calc(50% - 20px);
}

h4.inner-heading {
  font-size: 21px;
  font-family: "lora" !important;
  padding-bottom: 10px;
  color: #9dca00;
}

.back-arrow {
  font-size: 24px;
  color: #9dca00;
}
.back-btn {
  text-decoration: none;
}

.back-btn:hover {
  text-decoration: none;
}
.back-btn span {
  font-size: 24px;
  color: #9dca00;
  padding-left: 0.6rem;
}

.back-btn-rel i {
  color: #9dca00 !important;
}

.back-btn-rel span {
  color: #9dca00 !important;
}
/* section-title end */

/* rel-search */
.rel-search a {
  color: #fff;
  text-decoration: none;
}

/* our-expertise */
.our-expertise {
  background-color: #020e31;
}

.exp-card-img {
  margin-bottom: 1.5rem;
  width: 100%;
}

.exp-card-content {
  margin: -25% 7% 0% 7%;
}
.exp-card-content .card-body-wrap {
  background-color: #9dca00;
  position: relative;
  padding: 35px 35px 35px 35px;
  border-style: solid;
  border-width: 0px 0px 0px 0px;
  border-color: #ffffff45;
  border-radius: 0px 0px 0px 0px;
  text-align: center;
}

.exp-card-content .card-body {
  padding: 0;
}

.exp-card-content .card-body h3 {
  color: #000000;
  font-size: 23px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-top: 0;
  font-weight: 600;
  font-family: "Sarala", sans-serif;
  margin-bottom: 20px;
}

.exp-card-content .card-body p {
  color: #000000;
  margin: 0px 0px 25px 0px;
  font-weight: 500;
}

.exp-card-content .card-body .card-btn-wrap .card-btn {
  padding: 17px 37px 17px 37px;
  font-weight: 550;
  color: #ffffff;
  background-color: #000000;
  border-radius: 3px 3px 3px 3px;
}

.exp-card-content .card-body .card-btn-wrap {
  text-align: center !important;
}
/* our-expertise-end */

/* future */
.future .left-wrap {
  position: relative;
  min-height: 1px;
  display: flex;
  align-items: center;
}
.future .left-wrap .left-wrap-cnt {
  align-content: center;
  align-items: center;
  padding: 0px 25px 0px 0px;
  display: flex;
  position: relative;
  width: 100%;
  flex-wrap: wrap;
  align-content: flex-start;
}

.future .left-wrap .left-wrap-cnt .green-box-1 {
  padding: 50px 50px 50px 50px;
  background-color: #71b230;
}

.future .left-wrap .left-wrap-cnt .img-sec {
  margin-top: -11%;
  margin-bottom: 0%;
  padding: 0% 5% 0% 5%;
  width: 100%;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.future .left-wrap .left-wrap-cnt .img-sec .img-1 {
  width: 50%;
  padding: 0px 12.5px 0px 0px;
  position: relative;
  display: flex;
}
.future .left-wrap .left-wrap-cnt .img-sec .img-2 {
  width: 50%;
  padding: 25px 0px 0px 12.5px;
  /* position: relative; */
  display: flex;
}
.future .left-wrap .left-wrap-cnt .img-sec .img-1 img {
  vertical-align: middle;
  display: inline-block;
  max-width: 100%;
  height: 380px;
  border: none;
  border-radius: 0;
  box-shadow: none;
}

.future .left-wrap .left-wrap-cnt .icon-cnt {
  width: 100%;
  margin: -15% 0% 0% 0%;
}
.future .left-wrap .left-wrap-cnt .icon-cnt {
  text-align: right;
}
.future .left-wrap .left-wrap-cnt .icon-cnt .icon-wrap {
  color: #71b230;
  border-color: #71b230;
  font-size: 120px;
  display: inline-block;
  line-height: 1;
  transition: all 0.3s;
  color: #69727d;
  font-size: 50px;
  text-align: center;
}
.future .left-wrap .left-wrap-cnt .icon-cnt .icon-wrap i {
  width: 1em;
  height: 1em;
  position: relative;
  display: block;
}

.icon-cnt .icon-wrap i::before {
  font-size: 120px;
  transform: translateX(-50%);
  font-style: normal;
  color: #71b230;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
}

.right-wrap {
  display: flex;
  position: relative;
  min-height: 1px;
}

.right-wrap-cnt {
  align-content: center;
  align-items: center;
  padding: 0px 0px 0px 25px;
  display: flex;
  position: relative;
  width: 100%;
  flex-wrap: wrap;
}

.green-text {
  color: #71b230;
  font-weight: 500;
  margin-bottom: 20px;
}

.heading-title {
  color: #ffffff;
  font-size: 2.5rem;
  font-weight: 600;
  font-family: "Sarala", sans-serif;
  line-height: 1.3;
  margin-bottom: 20px;
}

.para-text {
  margin-bottom: 1.6em;
  color: #fff;
  margin-bottom: 40px;
}

.key-points ul {
  list-style: none;
  padding: 0;
}

.key-points ul li {
  color: #fff;
}

.key-points ul li i {
  color: #71b230;
  font-weight: 900;
  font-size: 24px;
}

.dropdown-divider {
  width: 100%;
  height: 2px;
  color: #fff;
}

/* future-end */

/* counter */

.stat {
  text-align: center;
  display: flex;
  background-color: #9dca00;
  padding: 50px;
}
.highlight {
  color: #111;
  padding: 20px 0;
  font-weight: bold;
  display: inline-block;
  overflow: hidden;
  margin-bottom: 0;
  font-size: 52px;
  font-weight: 700;
}

.plus-icon {
  font-size: 48px;
  padding: 20px 0;
}

.milestone-details {
  font-weight: bold;
  font-size: 19px;
  color: #000;
}

@media (max-width: 680px) {
  .stat {
    flex-direction: column;
  }
}

/* counter-end */

/* cta-section-1 */
.cta-section-1 {
  background-image: url(https://larivaclub.com/wp-content/uploads/2019/08/section03-free-img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.cta-section-1 .img-cnt img {
  border-radius: 20px 20px 20px 20px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}
.img-cnt {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  vertical-align: middle;
  height: auto;
}

.text-cnt {
  display: flex;
  align-content: center;
  align-items: center;
}

.img-box-title {
  color: #000f2b;
  font-size: 2.5rem;
  text-align: left;
  width: 100%;
  font-weight: 600;
  font-family: "Sarala", sans-serif;
  line-height: 1.3;
  margin-bottom: 20px;
}

.text-cnt p {
  margin-bottom: 1.6em;
  padding: 0px 110px 0px 0px;
}

.text-cnt ul li {
  margin-bottom: 20px;
}

@media (max-width: 680px) {
  .img-box-title {
    font-size: 2rem;
  }
  .text-cnt p {
    padding: 0;
  }
}

.cta-section-2 {
  background-image: url(https://larivaclub.com/wp-content/uploads/2019/09/1-4.png);
  background-position: center center;
}

/* cta-section-1-end */

/* section-3 */
.section-3 {
  background-color: transparent;
  background-image: linear-gradient(90deg, #9dca00 30%, #020e31 30%);
  position: relative;
}

.section-3 .img-cnt {
  width: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  position: relative;
}

.img-box-title-white h2 {
  color: #fff;
  font-size: 2.5rem;
  text-align: left;
  width: 100%;
  font-weight: 600;
  font-family: "Sarala", sans-serif;
  line-height: 1.3;
  margin-bottom: 20px;
}

.new-btn-com {
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  padding-top: 15px;
  padding-right: 30px;
  padding-bottom: 15px;
  padding-left: 30px;
  font-size: 17px;
  font-weight: 600;
  fill: #000;
  color: #000;
  background-color: #9dca00;
}

.new-btn-com:hover {
  text-decoration: none;
}

.new-btn-com .btn-wrap .btn-text {
  font-size: 17px;
  font-weight: 600;
  fill: #000;
  color: #000;
  text-decoration: none;
}

.new-btn-com .btn-wrap .btn-icon {
  font-size: 20px;
  font-weight: 600;
  fill: #000;
  color: #000;
  text-decoration: none;
}

/* section-3-end */

/* section-4 */
.section-4 {
  background-color: #222222;
}

.img-cnt-2 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
  vertical-align: middle;
  height: auto;
}

.img-cnt-2 img {
  border-radius: 300px 300px 300px 300px;
  box-shadow: 0px 0px 23px -1px rgba(255, 255, 255, 0.5);
  vertical-align: middle;
  display: inline-block;
}

.new-divider {
  text-align: left;
}

.border-divider {
  height: 4px;
  width: 100px;
  background: #2575fc;
  border-radius: 2px;
  position: relative;
  margin-left: 27px;
}

.border-divider::before {
  content: "";
  position: absolute;
  color: #0c5adb;
  left: -27px;
  top: 0;
  display: inline-block;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  background-color: #0c5adb;
  -webkit-box-shadow: 9px 0 0 0 currentColor, 18px 0 0 0 currentColor;
  box-shadow: 9px 0 0 0 currentColor, 18px 0 0 0 currentColor;
}

.new-btn-com-2 {
  padding: 22px 54px 22px 45px;
  font-family: "Lato", Sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #4481fe;
  background-color: #2575fc;
  border-radius: 49px 49px 49px 49px;
  box-shadow: 19px 19px 40px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.4s ease;
}

.new-btn-com-2:hover {
  text-decoration: none;
  color: #2575fc;
  background-color: #fff;
}

.new-btn-com-2::before {
  position: absolute;
  content: "";
  border-radius: inherit;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: -1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-size: 102% 102%;
  opacity: 0;
}
/* section-4-end */

/* section-5 */
.section-5 {
  background-image: url("../images/section05.jpg");
}
/* section-5=end */

/* section-6 */
.section-6 {
  background-color: transparent;
  background-image: linear-gradient(270deg, #9dca00 33%, #020e31 0%);
}
/* section-6-end */

.section-7 {
  background-color: #020e31;
}

.point-cnt {
  width: 100%;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  margin-bottom: 25px;
}

.point-cnt .cun-cnt {
  width: 35%;
  position: relative;
  min-height: 1px;
  display: flex;
}
.point-cnt .cun-cnt .cun-wrap {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  background-color: #7a7a7a;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 20px;
  width: 100%;
}
.point-cnt .cun-cnt .cun-wrap h3 {
  font-size: 1.875rem;
  font-weight: 600;
}

.point-cnt .txt-cnt {
  width: 65%;
  position: relative;
  min-height: 1px;
  display: flex;
}

.point-cnt .txt-cnt .text-wrap {
  display: flex;
  align-content: center;
  align-items: center;
  background-color: #9dca00;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 20px;
  width: 100%;
  flex-wrap: wrap;
}

.point-cnt .txt-cnt .text-wrap p {
  color: #000000;
  font-size: 16px;
  font-weight: 550;
}

.green-text-2 h2 {
  color: #71b230;
  font-weight: 500;
  margin-bottom: 20px;
  font-size: 2.5rem;
  font-weight: 600;
  font-family: "Sarala", sans-serif;
}

.feat ul li i {
  color: #9dca00;
  font-size: 38px;
}

/* galley */
.gallery-item {
  width: 100%;
  border-radius: 10px;
  border: 3px solid #9dca00;
}
.gallery-item img {
  border-radius: 10px;
}
/* galley-END */

/* sub-heading */
h4.sub-heading {
  font-size: 1.4375rem;
  font-family: "Sarala", sans-serif;
  color: #fff;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
}
/* sub-heading end */

/* price-sec */

/* price-sec-end */
.price-sec {
  position: relative;
}

.price-col {
  position: relative;
  min-height: 1px;
  display: flex;
  flex-direction: column;
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #9dca00;
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 50px 20px 50px 0px;
  --e-column-margin-right: 20px;
  --e-column-margin-left: 0px;
  padding: 35px 35px 35px 35px;
}

.silver {
  margin-bottom: 20px;
}
.green-cnt {
  padding: 20px 20px 20px 20px;
  background-color: #9dca00;
  display: inline-block;
}

.green-cnt h4 {
  font-size: 1.2375rem;
  font-family: "Sarala", sans-serif;
  color: #000f2b;
}

.green-divider {
  padding-block-start: 15px;
  padding-block-end: 15px;
}

.green-divider hr {
  margin: 0;
  border-block-start: 1px solid #9dca00;
}
.green-divider-2 hr {
  margin: 0;
  border-block-start: 1px solid #000 !important;
}

.points ul li {
  color: #fff;
  margin-bottom: 1rem;
}

.points ul {
  margin: 0 0 1em 2em;
  list-style: none;
}

.points ul li i {
  color: #9dca00;
  transition: color 0.3s;
  font-weight: 900;
  font-size: 20px;
}

.white-points ul li i {
  color: #fff !important;
}

.platinum {
  margin-top: -50px;
}

@media (max-width: 660px) {
  .platinum {
    margin-top: 0px;
  }
}
/* inner heading */
.inner-heading {
  margin-bottom: 15px !important;
}

h2.inner-heading {
  font-size: 2.5rem;
  font-weight: 500;
  font-family: "Sarala", sans-serif;
  color: #ffffff;
}

.more-info .info-text {
  color: #ffffff;
  margin-bottom: 20px;
  font-size: 1.4375rem;
  font-family: "Sarala", sans-serif;
  line-height: 1.5;
}

.more-info ul li {
  color: #fff;
}
.more-info ul li span {
  color: #71b230;
}

/* inner heading end */

.career-sec {
  background-color: #020e31;
}

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

/* testimonial */

.box {
  margin: 0 20px;
  padding: 20px;
}

.testimonial-section {
  padding: 70px 0;
  background-color: #020e31;
}
@media (max-width: 991.98px) {
  .testimonial-section {
    padding: 30px 0;
  }
}

.testimonial--wrap {
  padding: 40px 40px 70px 40px;
  background: #ffffff;
  border-radius: 7px;
  -webkit-box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.05);
}
.testimonial--wrap .owl-dots {
  bottom: -55px;
}

.testimonial-item .photo img {
  max-width: 80px;
  border-radius: 50%;
}

.testimonial-item .author {
  line-height: 1.4;
}
.testimonial-item .author cite {
  font-weight: 700;
  font-style: normal;
}

.testimonial-item blockquote {
  font-size: 20px;
  color: #000000;
}
.testimonial-item blockquote,
.testimonial-item blockquote *:last-child {
  margin-bottom: 0;
}

.custom-nav-wrap {
  position: relative;
  margin-top: 20px;
}
.custom-nav-wrap .custom-owl-prev,
.custom-nav-wrap .custom-owl-next {
  z-index: 2;
  position: absolute;
  font-size: 20px;
  color: #000000;
  width: 40px;
  height: 40px;
  display: block;
  border: 1px solid #efefef;
}
.custom-nav-wrap .custom-owl-prev span,
.custom-nav-wrap .custom-owl-next span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.custom-nav-wrap .custom-owl-prev:hover,
.custom-nav-wrap .custom-owl-next:hover {
  border-color: #000000;
}

.custom-nav-wrap .custom-owl-prev {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.custom-nav-wrap .custom-owl-next {
  left: 50px;
  position: relative;
  position: absolute;
}

.icon-keyboard_backspace:before {
  content: "\2192";
}

.icon-keyboard_backspace:before {
  content: "\2192";
}

.icon-keyboard_backspace {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.no-nav .owl-nav {
  display: none;
}

.owl-single .owl-dots .owl-dot.active span {
  background: #9dca00;
}

.owl-single .owl-dots .owl-dot span {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
}

.owl-single .owl-dots {
  text-align: center;
  position: absolute;
  width: 100%;
}

.owl-single .owl-dots .owl-dot {
  display: inline-block;
  margin: 5px;
}

.owl-logos .owl-nav {
  display: none;
}

.owl-logos img {
  margin: 0;
}

.custom-nav-wrap .custom-owl-prev span,
.custom-nav-wrap .custom-owl-next span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.main-slider .owl-dots,
.custom-slider .owl-dots {
  bottom: -50px;
}

.main-slider .owl-nav,
.custom-slider .owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 767.98px) {
  .main-slider .owl-nav,
  .custom-slider .owl-nav {
    display: none;
  }
}
.main-slider .owl-nav .owl-prev,
.main-slider .owl-nav .owl-next,
.custom-slider .owl-nav .owl-prev,
.custom-slider .owl-nav .owl-next {
  position: absolute;
  top: 0;
  -webkit-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  transition: 0.3s all ease;
  -webkit-box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 15px 30px -5px rgba(0, 0, 0, 0.2);
}
.main-slider .owl-nav .owl-prev span,
.main-slider .owl-nav .owl-next span,
.custom-slider .owl-nav .owl-prev span,
.custom-slider .owl-nav .owl-next span {
  display: block;
  background: #ffffff;
  padding: 15px;
}
.main-slider .owl-nav .owl-prev:hover,
.main-slider .owl-nav .owl-next:hover,
.custom-slider .owl-nav .owl-prev:hover,
.custom-slider .owl-nav .owl-next:hover {
  -webkit-box-shadow: 0 7px 15px -5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 7px 15px -5px rgba(0, 0, 0, 0.2);
}
.main-slider .owl-nav .owl-prev,
.custom-slider .owl-nav .owl-prev {
  left: -30px;
}
.main-slider .owl-nav .owl-next,
.custom-slider .owl-nav .owl-next {
  right: -30px;
}
.main-slider .owl-nav .owl-next > span,
.custom-slider .owl-nav .owl-next > span {
  position: relative;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.owl-single.dots-absolute .owl-dots {
  bottom: 40px;
}
.owl-single.dots-absolute .owl-dots .owl-dot span {
  background: rgba(255, 255, 255, 0.5);
}

.owl-single .owl-dots {
  text-align: center;
  position: absolute;
  width: 100%;
}
.owl-single .owl-dots .owl-dot {
  display: inline-block;
  margin: 5px;
}
.owl-single .owl-dots .owl-dot span {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
}
.owl-single .owl-dots .owl-dot.active span {
  background: #9dca00;
}
/* testimonial-end */

/* banner-form */

.banner-sec {
  background-color: #baaa7a;
}

.banner-sec .carousel-indicators {
  bottom: 10px;
}

.banner-form {
  padding-right: 20px;
  padding-top: 10px;
  padding-bottom: 0px;
}

.banner-form h3 {
  font-size: 25px;
  color: #000000;
  font-weight: 600;
}

.banner-form p {
  color: #ffffff;
  margin-bottom: 0px;
}

.banner-form input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  width: 100%;
  margin-bottom: 10px;
}

.banner-form .form-control {
  display: block;
  width: 100%;
  /* height: calc(2em + 0.75rem + 2px); */
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #6c757d;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgb(255, 255, 255);
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.banner-form .form-control:focus {
  color: #000000;
  background-color: #fff;
  border-color: #ffffff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgb(#20366b);
}

.banner-form .button {
  border: 2px solid #9dca00;
  color: #ffffff;
  padding: 10px 20px;
  background-color: transparent;
  margin-left: 0;
  text-transform: uppercase;
  margin-right: 0;
  font-family: "Montserrat", sans-serif, Arial, Helvetica, sans-serif;
}

.banner-form .button:hover {
  background-color: #9dca00;
  color: #ffffff;
}

label.error {
  background-color: #ffffff;
  display: block;
  padding: 2px;
  color: #ff0000;
  margin: 0px;
}

.msg-error {
  color: #ff0000;
  background-color: #ffffff;
}
.g-recaptcha .error {
  background-color: #ffffff;
  color: #ff0000;
}
/* banner-form end */

/* about-us */

.abt-section {
  background-image: url("../images/home-banner.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.abt-overlay {
  background-color: #000f2b;
  opacity: 0.96;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

.about-container {
  width: 100%;
  position: relative;
  justify-content: center;
  align-items: center;
  text-align: center;
  row-gap: 1.5rem;
}

.abt-content h4 {
  color: #71b230;
}

.abt-content h2 {
  font-weight: 600;
}

.abt-content p {
  margin-bottom: 1.6em;
  color: #fff;
}

.subscribe-content h4 {
  font-size: 1.4375rem;
  font-family: "Sarala", sans-serif;
  color: #ffffff;
  font-weight: 700;
}

.subscribe-content input {
  color: #666;
  padding: 0.75em;
  height: auto;
  border-width: 1px;
  width: 60%;
  border-style: solid;
  border-color: dddddd;
  border-radius: 2px;
  background: #fafafa;
  box-shadow: none;
  box-sizing: border-box;
  transition: all 0.2s linear;
}

.subscribe-content button {
  border-style: solid;
  border-top-width: 0px;
  border-right-width: 0px;
  border-left-width: 0px;
  border-bottom-width: 0px;
  color: #fff;
  border-color: #71b230;
  background-color: #71b230;
  padding-top: 15px;
  padding-right: 40px;
  padding-bottom: 15px;
  padding-left: 40px;
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1em;
  text-transform: capitalize;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.abt-right img {
  border-radius: 20px 20px 20px 20px;
}
/* about-us end */

/* why-choose us */
.why-choose {
  position: relative;
  background-image: url(../images/bubble1.png);
  background-repeat: no-repeat;
}

.choose-card {
  background-color: #ffffff;
  color: #000000;
  padding: 10px;
  text-align: center;
  height: 100%;
}

.choose-card h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}

.choose-card p {
  font-size: 16px;
  font-weight: 400;
}

.choose-card:hover {
  background-color: #263c67;
  color: #ffffff;
}

/* why-choose us end */

/* banner-bg */
.banner-bg {
  background-image: url(../images/banner-bg.jpg);
}
/* banner-bg end */

/* service-box */

.service-box {
  position: relative;
  transition: transform 0.2s; /* Animation */
}

.service-box h3 {
  position: absolute;
  bottom: 0;
  background-color: #20366b;
  width: 100%;
  color: #ffffff;
  font-size: 20px;
  padding: 10px;
  text-align: center;
}

.service-box:hover {
  transform: scale(1.1);
}
/* service-box end */

/* testimonial-slider */

.testimonial-slider .item {
  padding: 0px 10px;
}

.testimonial-slider .item .test-box {
  background: #20366b;
  color: #ffffff;
  padding: 20px;
}

.testimonial-slider .item .test-box h3 {
  font-size: 20px;
  padding-top: 20px;
}

.testimonial-slider .slick-dots {
  bottom: -35px;
}

.testimonial-slider .slick-dots li button:before {
  font-family: "slick";
  font-size: 13px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* testimonial-slider end */

/* inner-banner */

.inner-banner {
  height: 340px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: relative;
  z-index: 9;
}
.inner-banner .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000f2b;
  opacity: 0.4;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.inner-banner:after {
  content: "";
  background-color: rgb(0 0 0 / 44%);
  width: 100%;
  height: 100%;
  left: 0;
  position: absolute;
  z-index: -1;
}
.inner-banner h1 {
  position: relative;
  color: #ffffff;
  font-size: 3.375rem;
  text-align: center;
  font-weight: 600;
  z-index: 2;
}

@media (max-width: 660px) {
  .inner-banner {
    height: 215px;
  }
  .inner-banner h1 {
    font-size: 2.375rem;
  }
}
/* inner-banner end */

/* about-2 */
.about-2 .media img {
  width: 15%;
}
/* about-2 end */

/* inner-page */

.services-menu h3 {
  background-color: #000000;
  text-align: center;
  padding: 6px 10px;
  font-size: 26px;
  font-weight: 600;
  color: #ffffff;
}

.bg-menu {
  background-color: #20366b;
}

.services-menu h4 {
  background-color: #baaa7a;
  color: #ffffff;
  padding: 6px 10px;
  font-size: 20px;
  font-weight: bold;
}

.bg-menu ul {
  padding: 0px;
  margin: 0px;
}

.bg-menu li {
  list-style: none;
  font-size: 16px;
  text-transform: capitalize;
  border-bottom: 1px solid #ffffff;
  padding: 10px 0px;
  display: block;
}

.bg-menu li a {
  color: #ffffff;
  text-decoration: none;
  padding: 6px 10px;
  display: block;
}

.bg-menu li:hover {
  background-color: #000000;
}

.bg-menu li.active {
  background-color: #000000;
  font-weight: bold;
  position: relative;
}

.bg-menu li.active::after {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  top: 15px;
  right: 10px;
  color: #ffffff;
}

.services-detail ul {
  padding: 0px;
  margin: 0px;
}

.services-detail li {
  list-style: none;
  font-size: 16px;
  position: relative;
  padding-left: 20px;
  padding-bottom: 10px;
}

.services-detail li::before {
  content: "\25A0";
  position: absolute;
  left: 0px;
  color: #20366b;
  top: -2px;
}

.services-detail h4 {
  font-weight: 900;
  font-size: 24px;
  padding-top: 20px;
  color: #20366b;
  border-bottom: 1px solid #baaa7a;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.services-detail h5 {
  font-weight: 900;
  font-size: 20px;
  padding: 10px 0px;
  color: #000000;
}
/* inner-page end*/

/* contact-page */
.reach-us {
  background-color: #baaa7a;
  padding: 10px;
  color: #ffffff;
}

.contact-page h2 {
  font-size: 24px;
  font-weight: 600;
  background-color: #20366b;
  color: #ffffff;
  padding: 10px;
}

.reach-us .main {
  position: relative;
  padding-left: 30px;
  padding-bottom: 15px;
}

.reach-us .address::before {
  content: "\f3c5";
  font-family: "Font Awesome 5 Free";
  position: absolute;
  left: 0px;
  color: #000000;
}

.service-2.no-shadow.link {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.service-2 .service-icon {
  font-size: 24px;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 4px;
  position: relative;
  color: #005555;
  background-color: #ffffff;
}
.service-2 .service-icon > svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.service-2 .service-contents h3 {
  font-size: 16px;
  color: #000000;
}
.service-2 .service-contents p {
  font-size: 16px;
  color: #000000;
}

.service-2.horizontal .service-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  margin-right: 30px;
  width: 40px;
  height: 40px;
  font-size: 20px;
}

.service-2.link {
  padding: 20px;
  margin-bottom: 10px;
  border-radius: 7px;
}
.service-2.link .service-contents {
  color: #939393;
}
.service-2.link .service-contents *:last-child {
  margin-bottom: 0;
}
.service-2.link:hover,
.service-2.link.active {
  background: #ffffff;
  -webkit-box-shadow: 0 4px 10px -4px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 10px -4px rgba(0, 0, 0, 0.05);
}
.service-2.link:hover .service-icon,
.service-2.link.active .service-icon {
  background-color: #f8f9fa;
  color: #000000;
}
.service-2.link.active {
  position: relative;
  overflow: hidden;
}
.service-2.link.active .service-icon {
  color: #ffffff;
  background-color: #005555;
}

.section-grey {
  padding-top: 60px;
  padding-bottom: 60px;
  background: #f5f5f5;
}
@media (max-width: 991.98px) {
  .section-grey .img-wrap .img {
    margin-top: 0;
  }
}

/* contact-page end */

/* Faqs */
.faq-accordion {
  box-shadow: 0 0 1px rgba(0, 0, 0, 0.1);
}

.faq-accordion .card,
.faq-accordion .card:last-child .card-header {
  border: none;
}

.faq-accordion .card-header {
  border-bottom-color: #edeff0;
  background: #fafafa;
}

.faq-accordion .card-body {
  background-color: #f8f4f4;
}

.faq-accordion .fa-stack {
  font-size: 18px;
  color: #2f3f59;
}

.faq-accordion .collapsed .fa-stack .fa-plus {
  display: block;
}

.faq-accordion .fa-stack .fa-plus {
  display: none;
}

.faq-accordion .btn {
  width: 100%;
  font-weight: 600;
  color: #000000;
  padding: 0;
  border: none;
  text-align: left;
  white-space: normal;
}

.faq-accordion .btn-link:hover,
.faq-accordion .btn-link:focus {
  text-decoration: none;
  box-shadow: none;
}

.faq-accordion li + li {
  margin-top: 10px;
}

/* Faqs end */

/* Footer */

.footer-section {
  background-image: linear-gradient(
      to right,
      rgba(0, 14, 41, 0.87),
      rgba(0, 14, 41, 0.87)
    ),
    url("../images/image-12.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.footer-section .overlay-2 {
}

.footer-cta {
  border-bottom: 1px solid #ffffff;
}

.single-cta {
  display: flex;
}

.single-cta i {
  color: #ffffff;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #ffffff;
  font-size: 15px;
  font-family: "Montserrat", sans-serif, Arial, Helvetica, sans-serif;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo img {
  max-width: 200px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 16px;
  color: #ffffff;
  line-height: 28px;
}
.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  margin-bottom: 20px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}
.footer-social-icon a:hover {
  text-decoration: none;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
.facebook-bg {
  background: #3b5998;
}
.twitter-bg {
  background: #55acee;
}
.google-bg {
  background: #dd4b39;
}
.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: #9dca00;
}
.footer-widget ul {
  padding: 0px;
  margin: 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.footer-widget ul li {
  list-style: none;
  margin-bottom: 12px;
  font-size: 14px;
  width: 50%;
}
.footer-widget ul li a:hover {
  color: #ffffff;
}
.footer-widget ul li a {
  color: #ffffff;
  text-transform: capitalize;
  text-decoration: none;
  font-family: "Montserrat", sans-serif, Arial, Helvetica, sans-serif;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2e2e2e;
  border: 1px solid #2e2e2e;
  color: #fff;
}
.subscribe-form button {
  position: absolute;
  right: 0;
  background: #9dca00;
  padding: 13px 20px;
  border: 1px solid #9dca00;
  top: 0;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area {
  background: #202020;
  padding: 25px 0;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
}

/* Footer End */

@media (max-width: 767px) {
  .float {
    display: none;
  }

  .mobile-quick {
    display: block;
    z-index: 999;
    position: absolute;
  }

  .mobile-quick ul {
    padding: 0px;
    margin: 0px;
    display: flex;
    width: 100%;
    position: fixed;
    bottom: 0px;
  }

  .mobile-quick li {
    width: 50%;
    color: #ffffff;
    padding: 6px;
    font-size: 18px;
    list-style: none;
    text-align: center;
  }

  .mobile-quick li:first-child {
    background-color: #34b7f1;
  }

  .mobile-quick li:last-child {
    background-color: #25d366;
  }

  .mobile-quick li a {
    color: #ffffff;
    text-decoration: none;
  }
  .copyright-text {
    padding-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .nav-item:after {
    display: none;
  }
  .nav-item::before {
    position: absolute;
    display: block;
    top: 15px;
    left: 0;
    width: 11px;
    height: 1px;
    content: "";
    border: none;
    background-color: #fff;
    vertical-align: 0;
  }
  .dropdown-toggle::after {
    position: absolute;
    display: block;
    top: 10px;
    left: -23px;
    width: 1px;
    height: 11px;
    content: "";
    border: none;
    background-color: #fff;
    vertical-align: 0;
    transition: all 200ms linear;
  }
  .dropdown-toggle[aria-expanded="true"]::after {
    transform: rotate(90deg);
    opacity: 0;
  }
  .dropdown-menu {
    padding: 0 !important;
    background-color: transparent;
    box-shadow: none;
    transition: all 200ms linear;
  }
  .dropdown-toggle[aria-expanded="true"] + .dropdown-menu {
    margin-top: 10px !important;
    margin-bottom: 20px !important;
  }
  .dropdown-item {
    padding: 10px 15px;
    color: #fff;
    border-radius: 2px;
    transition: all 200ms linear;
  }
}

@media only screen and (max-width: 600px) {
  .values-box {
    display: inherit;
  }
  .inner-blog h1 {
    font-size: 25px;
  }
  .navbar-brand img,
  .start-header.scroll-on .navbar-brand img {
    height: 50px;
    width: auto;
  }
  .core-valu {
    width: 100%;
  }
  .mb-30 {
    margin-bottom: 20px;
  }
  #header .logo img {
    max-height: 45px;
  }
  #header.fixed-top .logo img {
    max-height: 50px;
  }
  .banner-form {
    padding-right: 20px;
    padding-top: 0px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
}
