/***************************************************************************************************************
||||||||||||||||||||||||||||            MASTER STYLESHEET FOR appyng         ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************
||||||||||||||||||||||||||||              TABLE OF CONTENT                  ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************
****************************************************************************************************************
* 1. imported styles
* 2. common styles
* 3. header styles
* 4. banner styles
* 5. service styles
* 6. brand styles
* 7. video styles
* 8. cta styles
* 9. app-screen styles
* 10. pricing styles
* 11. testimonials styles
* 12. funfact styles
* 13. blog styles
* 14. subscribe styles
* 15. footer styles
* 16. inner-banner styles
* 17. sidebar styles
****************************************************************************************************************
||||||||||||||||||||||||||||            End TABLE OF CONTENT                ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************/
/*
* 1. imported styles
*/
@import url("https://fonts.googleapis.com/css?family=Titillium+Web:300,400,600,700&display=swap");
@import url("bootstrap.min.css");
@import url("font-awesome.min.css");
@import url("animate.css");
@import url("owl.carousel.css");
@import url("owl.theme.default.min.css");
@import url("swiper.min.css");
@import url("magnific-popup.css");
@import url("../plugins/appyn-icon/style.css");
/*
* 2. common styles
*/
body {
  font-family: Open Sans;
  font-size: 18px;
  line-height: 34px;
  color: #6d6d6d;
}

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

.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
.thm-black-bg {
  background-color: #023020;
}

.thm-base-bg {
  background-color: #023020;
}

.thm-gray-bg {
  background-color: #f5f5f5;
}

.icon-revresed {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  display: inline-block;
}

.block-title {
  margin-top: -20px;
  margin-bottom: 44px;
}
.block-title__title {
  margin: 0;
  color: #023020;
  font-weight: bold;
  font-size: 60px;
  text-transform: uppercase;
  line-height: 1.25em;
  display: inline-block;
  position: relative;
}
@media (max-width: 1199px) {
  .block-title__title {
    font-size: 38px;
  }
}

.header-slider-btn-4 {
    height: 45.89px;
    background-color: #0d5ebf;
    color: #fff;
    font-size: 16px;
    border-radius: 12px;
    justify-content: center;
    align-items: center;
    font-family: "Open Sans", sans-serif;
    margin-top: 30px;
	padding: 10px 20px;
}



.header-slider-btn-4:hover {
    color: #fff;
	background-color: #1f6fcf;
}

.benefit-card p, .app-card.text-left p{font-size: 17px;}
.block-title__title:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(50%, -20%);
  transform: translate(50%, -20%);
  width: 238px;
  height: 114px;
  background: transparent url(../images/shapes/pattern-1-1.png) 0 0 no-repeat;
  z-index: 0;
}

.thm-btn {
  border: none;
  outline: none;
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  border-radius: 30.5px;
  background-color: #1e4b97;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 7.5px 50px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
}
.thm-btn:hover {
  background-color: #0098f4;
  color: #fff;
}

.bootstrap-select .btn-light:not(:disabled):not(.disabled).active,
.bootstrap-select .btn-light:not(:disabled):not(.disabled):active,
.bootstrap-select .show > .btn-light.dropdown-toggle {
  background-color: transparent;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  outline: none;
}
.bootstrap-select > .dropdown-toggle {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select > select.mobile-device:focus + .dropdown-toggle {
  outline: none !important;
}

.bootstrap-select .dropdown-menu {
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  z-index: 991;
}
.bootstrap-select .dropdown-menu > li + li > a {
  border-top: 1px solid #eee;
}
.bootstrap-select .dropdown-menu > li:first-child > a {
  padding-top: 10px;
}
.bootstrap-select .dropdown-menu > li:last-child > a {
  padding-bottom: 10px;
}
.bootstrap-select .dropdown-menu > li.selected > a {
  background: #023020;
  color: #fff;
}
.bootstrap-select .dropdown-menu > li > a {
  font-size: 16px;
  font-weight: 500;
  padding: 9px 20px;
  color: #023020;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.bootstrap-select .dropdown-menu > li > a:hover {
  background: #023020;
  color: #fff;
  cursor: pointer;
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #fff;
  background-image: url(../images/preloader.gif);
  background-repeat: no-repeat;
  background-position: center center;
}

.scroll-to-top {
  display: inline-block;
  width: 45px;
  height: 45px;
  background: #1e4b97;
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 99;
  text-align: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: none;
  border-radius: 50%;
  transition: all 0.4s ease;
}
.scroll-to-top i {
  color: #fff;
  font-size: 18px;
  line-height: 45px;
}
.scroll-to-top:hover {
  background-color: #0098f4;
}
.scroll-to-top:hover i {
  color: #fff;
}

/*
* 3. header styles
*/
.header-navigation {
  background-color: transparent;
  margin-bottom: 0;
  border: 1px solid #ddd;
  border-radius: 0;
  padding: 0;
  position: relative;
  background-color: transparent;
}
.header-navigation .container {
  background: transparent;
  position: relative;
  display: block;
  height: 93px;
}
.header-navigation .container .logo-box {
  float: left;
  position: absolute;
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header-navigation .container .navbar-brand {
  height: auto;
  margin: 0;
}
.header-navigation .container .menu-toggler {
  display: none;
}
.header-navigation .container .right-side-box {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 15px;
}
.header-navigation .main-navigation {
  float: none;
  text-align: center;
}
@media (min-width: 1200px) {
  .header-navigation .main-navigation {
    display: block !important;
  }
}

.header-navigation ul.navigation-box {
  margin: 0;
  padding: 0;
  list-style: none;
}
.header-navigation ul.navigation-box li a .sub-nav-toggler {
  display: none;
}
.header-navigation ul.navigation-box > li {
  position: relative;
  padding: 30px 0;
  display: inline-block;
  vertical-align: middle;
  /* Second Level Menu */
  /* Thrid Level Menu */
}
.header-navigation ul.navigation-box > li + li {
  margin-left: 25px;
}
.header-navigation ul.navigation-box > li:first-child {
  padding-left: 200px;
}
.header-navigation ul.navigation-box > li:last-child {
  padding-right: 0;
}
.header-navigation ul.navigation-box > li > a {
  font-weight: 400;

  color: #000;
  padding: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
  text-transform: capitalize;
  letter-spacing: 0.04em;
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 400;
}
.header-navigation ul.navigation-box > li.current > a,
.header-navigation ul.navigation-box > li:hover > a {
  /* text-shadow: 1px 0 0 rgba(255, 255, 255, 0.8); */
}
.header-navigation ul.navigation-box > li > .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  min-width: 220px;
  padding: 0px 0px;
  text-align: left;
  list-style: none;
  background-color: #1e4c98;
  background-clip: padding-box;
  opacity: 0;
  border-radius: 0px;
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  -webkit-box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);
}
@media (min-width: 1200px) {
  .header-navigation ul.navigation-box > li > .sub-menu {
    display: block !important;
  }
}
.header-navigation ul.navigation-box > li > .sub-menu.right-align {
  left: auto;
  right: 0;
}
.header-navigation ul.navigation-box > li > .sub-menu.center-align {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.header-navigation ul.navigation-box > li > .sub-menu > li {
  display: block;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header-navigation ul.navigation-box > li > .sub-menu > li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.header-navigation ul.navigation-box > li > .sub-menu > li > a {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  padding: 12px 30px;
  display: block;
  line-height: 26px;
  white-space: nowrap;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header-navigation ul.navigation-box > li > .sub-menu > li:hover > a {
  color: #ffffff;
  background: #0098f4;
}
.header-navigation ul.navigation-box > li:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}
.header-navigation ul.navigation-box > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}
.header-navigation ul.navigation-box > li > ul > li {
  /* no more nested showen */
}
.header-navigation ul.navigation-box > li > ul > li > .sub-menu {
  position: absolute;
  top: 0%;
  left: 100%;
  z-index: 1000;
  float: left;
  min-width: 220px;
  padding: 0px 0px;
  text-align: left;
  list-style: none;
  background-color: #023020;
  background-clip: padding-box;
  opacity: 0;
  border-radius: 0px;
  visibility: hidden;
  -webkit-transition: opacity 0.4s ease, visibility 0.4s ease;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  -webkit-box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.1);
}
@media (min-width: 1200px) {
  .header-navigation ul.navigation-box > li > ul > li > .sub-menu {
    display: block !important;
  }
}
.header-navigation ul.navigation-box > li > ul > li > .sub-menu.right-align {
  left: auto;
  right: 100%;
}
.header-navigation ul.navigation-box > li > ul > li > .sub-menu.center-align {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.header-navigation ul.navigation-box > li > ul > li > .sub-menu > li {
  display: block;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header-navigation ul.navigation-box > li > ul > li > .sub-menu > li + li {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.header-navigation ul.navigation-box > li > ul > li > .sub-menu > li > a {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  padding: 12px 30px;
  display: block;
  line-height: 26px;
  white-space: nowrap;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header-navigation ul.navigation-box > li > ul > li > .sub-menu > li:hover > a {
  color: #023020;
  background: #ff7400;
}
.header-navigation ul.navigation-box > li > ul > li:hover > .sub-menu {
  opacity: 1;
  visibility: visible;
}
.header-navigation ul.navigation-box > li > ul > li ul {
  display: none;
}

.header-one {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
}
.header-one__btn {
  background-color: #fff;
  color: #023020;
  padding: 8.5px 41px;
  border-radius: 25.5px;
}

.stricked-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #ffff;
  /* background-image: linear-gradient(
    -121deg,
    #ff7400 0%,
    #ffffff 50%,
    #fff 100%
  )
  ; */
  -webkit-box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 6px 13px 0px rgba(0, 0, 0, 0.06);
  opacity: 0;
  -webkit-transform: translateY(-110%);
  transform: translateY(-110%);
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.stricked-menu ul.navigation-box > li {
  /* padding-top: 18px;
  padding-bottom: 18px; */
}

.stricked-menu.stricky-fixed {
  opacity: 1;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

@media (max-width: 1440px) {
  .header-one__home-two .header-navigation .container {
    padding-right: 180px;
  }
}
@media (max-width: 1440px) {
  .header-one__home-two .header-navigation .main-navigation {
    float: right;
    text-align: right;
  }
}
.header-one__home-two .header-navigation ul.navigation-box > li > a {
  color: #023020;
  font-weight: 400;
  position: relative;
}
@media (max-width: 1440px) {
  .header-one__home-two .header-navigation ul.navigation-box > li > a {
    color: #fff;
  }
}
.header-one__home-two .header-navigation ul.navigation-box > li.current > a,
.header-one__home-two .header-navigation ul.navigation-box > li:hover > a {
  color: #023020;
  text-shadow: 1px 0 0 #023020;
}
@media (max-width: 1440px) {
  .header-one__home-two .header-navigation ul.navigation-box > li.current > a,
  .header-one__home-two .header-navigation ul.navigation-box > li:hover > a {
    color: #fff;
    text-shadow: 1px 0 0 white;
  }
}
.header-one__home-two .header-navigation ul.navigation-box > li + li {
  margin-left: 35px;
}
@media (max-width: 1440px) {
  .header-one__home-two .header-navigation ul.navigation-box > li + li {
    margin-left: 30px;
  }
}
.header-one__home-two .stricked-menu {
  background-image: none;
  background-color: #fff;
}
.header-one__home-two .stricked-menu .header-one__btn {
  background-color: #ff7400;
}
.header-one__home-two .stricked-menu .header-one__btn:hover {
  background-color: #023020;
  color: #fff;
}

/*
* 4. banner styles
*/
.banner-one {
  width: 100%;
  height: 100vh;
  background-color: rgb(255, 255, 255);
  /* background: transparent url(../img/banner-bg-1-01.png) top right no-repeat; */
  background-size: cover;
  padding-top: 294px;
  padding-bottom: 310px;
}
@media (max-width: 1199px) {
  .banner-one {
    padding-top: 215px;
  }
}
.banner-one .container {
  position: relative;
}
.banner-one__moc {
  position: absolute;
  bottom: -100px;
  left: -240px;
  -webkit-animation-name: banner3Shake;
  animation-name: banner3Shake;
  -webkit-animation-duration: 10s;
  animation-duration: 10s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
@media (max-width: 1199px) {
  .banner-one__moc {
    bottom: -200px;
  }
}
@media (max-width: 1199px) {
  .banner-one__moc {
    bottom: -100px;
  }
}

@-webkit-keyframes banner3Shake {
  0% {
    -webkit-transform: rotate3d(0, 1, 0, 0deg);
    transform: rotate3d(0, 1, 0, 0deg);
  }
  30% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  60% {
    -webkit-transform: rotate3d(1, 0, 0, 0deg);
    transform: rotate3d(1, 0, 0, 0deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 1, 0, 0deg);
    transform: rotate3d(0, 1, 0, 0deg);
  }
}
@keyframes banner3Shake {
  0% {
    -webkit-transform: rotate3d(0, 1, 0, 0deg);
    transform: rotate3d(0, 1, 0, 0deg);
  }
  30% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  60% {
    -webkit-transform: rotate3d(1, 0, 0, 0deg);
    transform: rotate3d(1, 0, 0, 0deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 1, 0, 0deg);
    transform: rotate3d(0, 1, 0, 0deg);
  }
}
.banner-one__title {
  font-size: 70px;
  color: #000;
  font-weight: bold;
  line-height: 1em;
  margin: 0;
  margin-bottom: 25px;
}
@media (max-width: 1199px) {
  .banner-one__title {
    font-size: 46px;
  }
}
.banner-one__text {
  margin: 0;
  font-size: 18px;
  line-height: 36px;
  color: rgba(255, 255, 255, 0.9);
  font-weight: 600;
  margin-bottom: 30px;
}

.banner-two {
  background: transparent url(../images/banner-bg-2-1.png) top right no-repeat;
  padding-top: 300px;
}
.banner-two .container {
  position: relative;
  padding-bottom: 225px;
}
.banner-two__moc {
  position: absolute;
  bottom: -25px;
  right: -30px;
  -webkit-animation: featureImgBounce 5s ease-in-out 0s infinite alternate;
  animation: featureImgBounce 5s ease-in-out 0s infinite alternate;
}
.banner-two__title {
  font-size: 70px;
  color: #023020;
  font-weight: bold;
  line-height: 1em;
  margin: 0;
  margin-bottom: 25px;
}
@media (max-width: 1199px) {
  .banner-two__title {
    font-size: 46px;
  }
}
.banner-two__text {
  margin: 0;
  font-size: 18px;
  line-height: 36px;
  color: #6d6d6d;
  font-weight: 600;
  margin-bottom: 30px;
}

/*
* 5. service styles
*/
.service-one {
  padding-bottom: 60px;
  padding-top: 120px;
}
.service-one__single {
  text-align: center;
}
.service-one__icon {
  background-color: #023020;
  width: 135px;
  height: 135px;
  border-radius: 50%;
  text-align: center;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  position: relative;
  overflow: hidden;
  -webkit-perspective: 135px;
  perspective: 135px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.service-one__icon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-image: url(../images/shapes/service-shape-1-1.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  -webkit-transform: translateZ(135px) perspective(100px) scale(1.5);
  transform: translateZ(135px) perspective(100px) scale(1.5);
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}
.service-one__icon i {
  font-size: 58px;
  color: #fff;
  position: relative;
}
.service-one__single:hover .service-one__icon:before {
  -webkit-transform: translateZ(0px) perspective(0) scale(1);
  transform: translateZ(0px) perspective(0) scale(1);
}
.service-one__title {
  font-size: 22px;
  line-height: 34px;
  font-weight: bold;
  color: #023020;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .service-one__title {
    font-size: 20px;
  }
}
.service-one__title a {
  color: #023020;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.service-one__title a:hover {
  color: #ff7400;
}
.service-one__text {
  margin: 0;
  color: #6d6d6d;
  font-size: 18px;
  line-height: 34px;
}
.service-one [class*="col-lg"] {
  margin-bottom: 60px;
}
.service-one [class*="col-lg"] + [class*="col-lg"] {
  border-left: 1px solid #e9e9e9;
}
@media (max-width: 991px) {
  .service-one [class*="col-lg"] + [class*="col-lg"] {
    border-left: 0;
    border-top: 1px solid #e9e9e9;
    padding-top: 60px;
  }
}

/*
* 6. brand styles
*/
.brand-one {
  padding: 119px 0;
  border-bottom: 1px solid #e9e9e9;
}
@media (min-width: 1200px) {
  .brand-one .container {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.brand-one__carousel img {
  opacity: 0.4;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.brand-one__carousel img:hover {
  opacity: 1;
}
.brand-one__carousel .owl-nav {
  display: none;
}

/*
* 7. video styles
*/
.video-one__content {
  border-style: solid;
  border-width: 1px;
  border-color: #e9e9e9;
  border-radius: 15px;
  -webkit-box-shadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 15px 35px 0px rgba(0, 0, 0, 0.06);
  padding: 20px;
  position: relative;
}
.video-one__content:before {
  content: "";
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 20px;
  right: 20px;
  background-color: #023020;
  opacity: 0.7;
  border-radius: 15px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.video-one__content > img {
  border-radius: 15px;
  width: 100%;
}
.video-one__content:hover:before {
  opacity: 0.3;
}
.video-one__content:hover .video-one__link {
  color: #fff;
  background-color: #023020;
}
.video-one__link {
  width: 145px;
  height: 145px;
  border-radius: 50%;
  background-color: #ff7400;
  text-align: center;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  color: #023020;
  -webkit-transition: background 0.4s ease;
  transition: background 0.4s ease;
}
.video-one__link:hover {
  color: #fff;
  background-color: #023020;
  -webkit-animation: playMover 1s linear 0s infinite alternate;
  animation: playMover 1s linear 0s infinite alternate;
}
.video-one__link i {
  font-size: 38px;
}
@-webkit-keyframes playMover {
  0%,
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
  25%,
  70% {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2);
  }
}
@keyframes playMover {
  0%,
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
  25%,
  70% {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2);
  }
}
/*
* 8. cta styles
*/
.cta-one {
  padding-top: 155px;
  padding-bottom: 40px;
}
.cta-one .container {
  position: relative;
}
.cta-one .block-title {
  margin-bottom: 0;
}
.cta-one__moc {
  position: absolute;
  top: -80px;
  right: -30px;
  -webkit-animation: featureImgBounce 5s ease-in-out 0s infinite alternate;
  animation: featureImgBounce 5s ease-in-out 0s infinite alternate;
  z-index: 10;
}
.cta-one__text {
  margin: 0;
  color: #6d6d6d;
  font-size: 24px;
  line-height: 40px;
  margin-top: 35px;
}
.cta-one__list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 40px;
  margin-bottom: 50px;
}
.cta-one__list-item {
  position: relative;
  color: #6d6d6d;
  font-size: 18px;
  padding-left: 30px;
}
.cta-one__list-item i {
  color: #ff7400;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.cta-one__list-item + .cta-one__list-item {
  margin-top: 5px;
}
@-webkit-keyframes featureImgBounce {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
@keyframes featureImgBounce {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
/*
* 9. app-screen styles
*/
.app-screen-one {
  padding-top: 120px;
  padding-bottom: 155px;
}
.app-screen-one .block-title__title {
  margin-bottom: 10px;
}
.app-screen-one .container-fluid {
  width: 100%;
  max-width: 1590px;
  margin-left: auto;
  margin-right: auto;
}
.app-screen-one__carousel {
  padding-top: 80px;
  padding-bottom: 120px;
}
.app-screen-one__carousel:before {
  content: url(../images/app-screen-moc-1-1.png);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -53%);
  transform: translate(-50%, -53%);
}
@media (max-width: 1440px) {
  .app-screen-one__carousel:before {
    -webkit-transform: translate(-50%, -53%) scale(0.9);
    transform: translate(-50%, -53%) scale(0.9);
  }
}
@media (max-width: 1366px) {
  .app-screen-one__carousel:before {
    -webkit-transform: translate(-50%, -53%) scale(0.75);
    transform: translate(-50%, -53%) scale(0.75);
  }
}
.app-screen-one__carousel img {
  border-radius: 15px;
}
.app-screen-one__carousel .owl-dots {
  position: absolute;
  bottom: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.app-screen-one__carousel .owl-dots .owl-dot + .owl-dot {
  margin-left: 5px;
}
.app-screen-one__carousel .owl-dots .owl-dot span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #023020;
  opacity: 0.2;
  margin: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.app-screen-one__carousel .owl-dots .owl-dot.active span {
  background-color: #ff7400;
  opacity: 1;
}
.app-screen-one__carousel .owl-nav {
  margin-top: 40px;
}
.app-screen-one__carousel .owl-nav [class*="owl-"] {
  width: 40px;
  height: 40px;
  background-color: #023020;
  color: #fff;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.app-screen-one__carousel .owl-nav [class*="owl-"] i {
  line-height: 40px;
}
.app-screen-one__carousel .owl-nav [class*="owl-"]:hover {
  color: #023020;
  background-color: #ff7400;
}
.app-screen-one__carousel .owl-nav [class*="owl-"] + [class*="owl-"] {
  margin-left: 20px;
}
.yello-text {
  color: #023020;
}
.yello-text:hover {
  color: #ff7400;
}

/*
* 10. pricing styles
*/
.pricing-one {
  padding-bottom: 120px;
}
.pricing-one__single {
  border-style: solid;
  border-width: 1px;
  border-color: #e9e9e9;
  border-radius: 15px;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
  margin-bottom: 60px;
  position: relative;
  z-index: 10;
  overflow: hidden;
  -webkit-perspective: 600px;
  perspective: 600px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.pricing-one__single:before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  background-color: #023020;
}
.pricing-one__single:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-image: url(../img/price-shape-1-1.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  -webkit-transform: translateZ(600px) perspective(100px);
  transform: translateZ(600px) perspective(100px);
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}
.pricing-one__single .inner {
  position: relative;
  z-index: 9;
}
.pricing-one__single.popular:after,
.pricing-one__single:hover:after {
  -webkit-transform: translateZ(0px) perspective(0);
  transform: translateZ(0px) perspective(0);
}
.pricing-one__single.popular:before,
.pricing-one__single:hover:before {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
.pricing-one__name {
  text-transform: uppercase;
  font-size: 14px;
  color: #023020;
  letter-spacing: 0.2em;
  font-weight: bold;
  margin: 0;
  line-height: 1em;
  margin-bottom: 25px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.pricing-one__amount {
  color: #023020;
  font-size: 60px;
  margin: 0;
  font-weight: bold;
  line-height: 1em;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.pricing-one__list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 60px;
  margin-bottom: 60px;
}
.pricing-one__list-item {
  color: #6d6d6d;
  font-size: 18px;
  font-weight: 600;
  line-height: 1em;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.pricing-one__list-item + .pricing-one__list-item {
  margin-top: 20px;
}
.pricing-one__single.popular .pricing-one__name,
.pricing-one__single.popular .pricing-one__amount,
.pricing-one__single.popular .pricing-one__list-item,
.pricing-one__single:hover .pricing-one__name,
.pricing-one__single:hover .pricing-one__amount,
.pricing-one__single:hover .pricing-one__list-item {
  color: #fff;
}
.pricing-one__single.popular .pricing-one__btn,
.pricing-one__single:hover .pricing-one__btn {
  background-color: #fff;
  color: #023020;
}

/*
* 11. testimonials styles
*/
.testimonials-one {
  position: relative;
  margin-bottom: -36px;
}
.testimonials-one .block-title {
  margin-bottom: 35px;
}
.testimonials-one__background-image {
  position: absolute;
  bottom: -17%;
  left: 0;
}
.testimonials-one__text {
  margin: 0;
  color: #6d6d6d;
  font-size: 24px;
  line-height: 46px;
}
.testimonials-one__title {
  margin: 0;
  color: #ff7400;
  font-weight: bold;
  font-size: 20px;
  margin-top: 35px;
  margin-bottom: 5px;
}
.testimonials-one__designation {
  color: #023020;
  font-size: 20px;
  margin: 0;
}
.testimonials-one__carousel {
  overflow: hidden;
}
.testimonials-one .container {
  position: relative;
}
.testimonials-one__thumb-carousel {
  overflow: hidden;
  width: 100%;
  max-width: 430px;
}
.testimonials-one__thumb-carousel .swiper-slide {
  opacity: 0 !important;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.testimonials-one__thumb-carousel .swiper-slide-active {
  opacity: 1 !important;
}
.testimonials-one .swiper-pagination {
  position: relative;
  left: auto;
  bottom: auto;
  text-align: left;
}
.testimonials-one .my-auto {
  width: 100%;
}
.testimonials-one
  .swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0;
}
.testimonials-one .swiper-pagination-bullet {
  outline: none;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #023020;
  opacity: 0.2;
  margin: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.testimonials-one .swiper-pagination-bullet + .swiper-pagination-bullet {
  margin-left: 5px !important;
}
.testimonials-one .swiper-pagination-bullet:hover,
.testimonials-one .swiper-pagination-bullet-active {
  background-color: #ff7400;
  opacity: 1;
}

/*
* 12. funfact styles
*/
.funfact-one {
  padding-top: 120px;
  padding-bottom: 60px;
}
.funfact-one__single {
  /* background-color: #023020; */
  width: 355px;
  height: 100px;
  /* border-radius: 50%; */
  text-align: center;
  /* margin-bottom: 60px; */
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  position: relative;
  overflow: hidden;
  -webkit-perspective: 220px;
  perspective: 220px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.funfact-one__single:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  /* background-image: url(../images/shapes/funfact-shape-1-1.png); */
  background-position: bottom right;
  background-repeat: no-repeat;
  -webkit-transform: translateZ(220px) perspective(100px) scale(1.5);
  transform: translateZ(220px) perspective(100px) scale(1.5);
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}
.dark-green-color {
  color: #023020;
}
.funfact-one__title {
  margin: 0;
  font-weight: 400;
  color: #383737;
  font-size: 55px;
  font-family: Open Sans;
}
.funfact-one__text {
  /* text-transform: uppercase; */
  /* letter-spacing: 0.2em; */
  color: #0d5ebf;
  font-family: Poppins;
  font-size: 21px;
  font-weight: 400;
}
.funfact-one__single:hover:before {
  -webkit-transform: translateZ(0px) perspective(0) scale(1);
  transform: translateZ(0px) perspective(0) scale(1);
}

/*
* 13. blog styles
*/
.blog-one {
  padding-top: 120px;
  padding-bottom: 50px;
  background-color: #f5f5f5;
}
.blog-one__single {
  margin-bottom: 60px;
}
.blog-one__image {
  border-radius: 15px;
  overflow: hidden;
  position: relative;
  margin-bottom: 20px;
  -webkit-perspective: 400px;
  perspective: 400px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.blog-one__image > img {
  width: 100%;
}
.blog-one__image > a {
  color: #fff;
  font-size: 42px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: scale(0, 0) translate(-50%, -50%);
  transform: scale(0, 0) translate(-50%, -50%);
  -webkit-transform-origin: center left;
  transform-origin: center left;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  z-index: 10;
}
.blog-one__image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #023020;
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.blog-one__image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-image: url(../images/shapes/blog-shape-1-1.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  -webkit-transform: translateZ(400px) perspective(100px);
  transform: translateZ(400px) perspective(100px);
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
}
.blog-one__meta {
  color: #ff7400;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: bold;
}
.blog-one__meta a {
  color: inherit;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.blog-one__meta a:hover {
  color: #023020;
}
.blog-one__title {
  margin: 0;
  font-size: 26px;
  font-weight: 600;
  color: #023020;
  margin-top: 2px;
  margin-bottom: 40px;
}
.blog-one__title a {
  color: #023020;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.blog-one__title a:hover {
  color: #023020;
}
.blog-one__text {
  margin: 0;
}
.blog-one__single:hover .blog-one__image > a {
  -webkit-transform: scale(1, 1) translate(-50%, -50%);
  transform: scale(1, 1) translate(-50%, -50%);
}
.blog-one__single:hover .blog-one__image:after {
  -webkit-transform: translateZ(0px) perspective(0);
  transform: translateZ(0px) perspective(0);
}
.blog-one__single:hover .blog-one__image:before {
  opacity: 0.6;
}

.blog-page {
  padding-bottom: 120px;
}

.blog-post-pagination {
  margin-top: 0px;
  margin-bottom: 0px;
}
.blog-post-pagination a {
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f5f5f5;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #868994;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-weight: 600;
}
.blog-post-pagination a.prev,
.blog-post-pagination a.next {
  background: #023020;
  color: #fff;
  font-size: 14px;
}
.blog-post-pagination a.active {
  cursor: auto;
}
.blog-post-pagination a.active,
.blog-post-pagination a:hover {
  background: #023020;
  color: #fff;
}
.blog-post-pagination a + a {
  margin-left: 10px;
}

.blog-details {
  padding: 120px 0;
  border-bottom: 1px solid #eaeaea;
}
.blog-details__image {
  position: relative;
  border-radius: 15px;
  margin-bottom: 25px;
  overflow: hidden;
}
.blog-details__image > img {
  width: 100%;
}
.blog-details__top {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.blog-details__title {
  margin: 0;
  font-size: 26px;
  font-weight: 600;
  color: #023020;
  margin-bottom: 40px;
}
.blog-details__text {
  margin: 0;
  font-size: 18px;
  line-height: 34px;
  color: #6d6d6d;
}
.blog-details__text + .blog-details__text {
  margin-top: 35px;
}
.blog-details__content-title {
  margin: 0;
  text-transform: uppercase;
  color: #023020;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 40px;
}
.blog-details .share-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #e9e9e9;
  padding-top: 40px;
  margin-top: 50px;
}
.blog-details .share-block .left-block p {
  margin: 0;
  color: #023020;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 700;
}
.blog-details .share-block .left-block p a {
  color: #6d6d6d;
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-left: 5px;
  letter-spacing: 0;
}
.blog-details .share-block .left-block p a:hover {
  color: #ff7400;
}
.blog-details .share-block .social-block a {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  color: #023020;
  font-size: 18px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.blog-details .share-block .social-block a + a {
  margin-left: 35px;
}
.blog-details .share-block .social-block a:hover {
  color: #ff7400;
}
.blog-details__author {
  background-color: #f6f6f6;
  padding: 60px;
  margin-top: 60px;
  margin-bottom: 60px;
}
.blog-details__author-image,
.blog-details__author-content {
  display: table-cell;
  vertical-align: top;
}
.blog-details__author-image {
  width: 169px;
}
.blog-details__author-image > img {
  width: 100%;
}
.blog-details__author-content {
  padding-left: 40px;
}
.blog-details__author-content h3,
.blog-details__author-content p {
  margin: 0;
}
.blog-details__author-content h3 {
  color: #023020;
  font-size: 22px;
  margin-bottom: 30px;
  font-weight: 600;
  text-transform: uppercase;
}
.blog-details__author-content p {
  font-size: 18px;
  line-height: 34px;
  color: #6d6d6d;
}

.comment-one {
  margin-bottom: 60px;
}
.comment-one__single {
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 50px;
}
.comment-one__single + .comment-one__single {
  margin-top: 60px;
}
.comment-one__image,
.comment-one__content {
  display: table-cell;
  vertical-align: top;
}
.comment-one__image {
  width: 90px;
}
.comment-one__image .inner-block {
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
}
.comment-one__image .inner-block > img {
  width: 100%;
}
.comment-one__content {
  padding-left: 40px;
}
.comment-one__author {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
  color: #023020;
  text-transform: uppercase;
}
.comment-one__date {
  color: #ff7400;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1em;
  margin: 0;
  margin-top: 15px;
  margin-bottom: 25px;
}
.comment-one__date-sep {
  display: inline-block;
  vertical-align: middle;
  margin-left: 12px;
  margin-right: 12px;
}
.comment-one__text {
  color: #6d6d6d;
  font-size: 18px;
  line-height: 34px;
  margin: 0;
}
.comment-one__reply {
  display: inline-block;
  vertical-align: middle;
  border-radius: 22px;
  background-color: #ff7400;
  text-align: center;
  color: #023020;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  padding: 5px 30px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.comment-one__reply:hover {
  background-color: #023020;
  color: #fff;
}
.comment-one__top-left,
.comment-one__top-right {
  display: table-cell;
  vertical-align: top;
}

.reply-form input,
.reply-form textarea {
  border: none;
  outline: none;
  width: 100%;
  display: block;
  border-radius: 32px;
  height: 64px;
  color: #868994;
  font-size: 16px;
  padding-left: 30px;
  background-color: #f6f6f6;
  margin-bottom: 30px;
}
.reply-form input::-webkit-input-placeholder,
.reply-form textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #868994;
}
.reply-form input::-moz-placeholder,
.reply-form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #868994;
}
.reply-form input:-ms-input-placeholder,
.reply-form textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #868994;
}
.reply-form input:-moz-placeholder,
.reply-form textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #868994;
}
.reply-form textarea {
  height: 243px;
  padding-top: 20px;
}

/*
* 14. subscribe styles
*/
.subscribe-one {
  padding-top: 120px;
  padding-bottom: 120px;
}
.subscribe-one__form {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 700px;
  height: 60px;
  background-color: #f6f6f6;
  border-radius: 40.5px;
  position: relative;
  box-shadow: inset 3px 3px 6px #bfc3cf, inset -3px -3px 6px #ffffff;
}
.subscribe-one__form input {
  border: none;
  outline: none;
  background-color: transparent;
  padding-left: 50px;
  color: #6d6d6d;
  font-size: 16px;
  height: 100%;
}
.subscribe-one__form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #6d6d6d;
}
.subscribe-one__form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #6d6d6d;
}
.subscribe-one__form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #6d6d6d;
}
.subscribe-one__form input:-moz-placeholder {
  /* Firefox 18- */
  color: #6d6d6d;
}
.subscribe-one__btn {
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 51px;
  height: 51px;
  border-radius: 50%;
  background-color: #1e4d99;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px,
    rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px,
    rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ffffff;
  font-size: 18px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.subscribe-one__btn:hover {
  background-color: #0098f4;
  color: #fff;
}
.footer-widget__text {
  margin-left: 75px;
  font-size: 16px;
  line-height: 34px;
  color: rgb(0, 0, 0) !important;
  font-weight: 600;
}

/*
* 15. footer styles
*/
.site-footer {
  /* background: #023020 url(../img/footer-bg-1-4.png) center right no-repeat; */
  background-size: cover;
}
@media (max-width: 1199px) {
  .site-footer {
    background-position: left center;
  }
}
.site-footer__upper {
  padding-top: 70px;
  padding-bottom: 50px;
}
.site-footer__bottom {
  position: relative;
  padding: 43px 0;
}
.site-footer__bottom:before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.1);
}
.site-footer__bottom .container {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.site-footer__social {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.site-footer__social a {
  color: #000;
  font-size: 20px;
  line-height: 1em;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.site-footer__social a:hover {
  color: #ff7400;
}
.site-footer__social a + a {
  margin-left: 40px;
}
.site-footer__copy-text {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  margin-left: 55px;
}
.site-footer__copy-text i {
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}
.site-footer__copy-text a {
  color: #ff7400;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.site-footer__copy-text a:hover {
  color: #fff;
}

.footer-widget {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.footer-widget__links {
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-widget__links-item a {
  display: block;
  color: #000;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-size: 16px;
  font-weight: 600;
}
.footer-widget__links-item a:hover {
  color: #ff7400;
}

.footer-widget__links-item + .footer-widget__links-item {
  margin-top: 7px;
}
.footer-widget__text {
  margin-left: 75px;
  font-size: 16px;
  line-height: 34px;
  color: white;
  font-weight: 600;
}
.footer-widget__btn + .footer-widget__btn {
  margin-top: 10px;
}
.footer-widget__btn {
  width: 100%;
  max-width: 191px;
  height: 61px;
  border-radius: 30.5px;
  background-color: #fdfdfd;
  position: relative;
  padding-left: 65px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.footer-widget__btn span {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  color: #023020;
  display: block;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  line-height: 1em;
}
.footer-widget__btn span.footer-widget__btn-text-highlight {
  display: block;
  font-size: 14px;
  margin-top: 3px;
}
.footer-widget__btn i {
  color: #023020;
  font-size: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 40px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.footer-widget__btn:hover {
  background-color: #ff7400;
}
.footer-widget__btn:hover i,
.footer-widget__btn:hover span {
  color: #023020;
}

.col-lg-3 .footer-widget {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

/*
* 16. inner-banner styles
*/
.inner-banner {
  background: #023020 url(../images/inner-banner-bg.png) top right no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 180px;
  padding-bottom: 120px;
}
.inner-banner .container {
  position: relative;
  text-align: center;
}
.inner-banner__title {
  margin: 0;
  font-size: 70px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 15px;
  display: inline-block;
  position: relative;
}
.inner-banner__title:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translate(70%, 0%);
  transform: translate(70%, 0%);
  width: 202px;
  height: 98px;
  background: transparent url(../images/shapes/inner-banner-pattern-1-1.png) 0 0
    no-repeat;
}

.thm-breadcrumb {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
  opacity: 1;
}
.thm-breadcrumb__item + .thm-breadcrumb__item:before {
  content: "-";
  font-size: 18px;
  color: #fff;
  margin-left: 10px;
  margin-right: 10px;
  font-weight: 600;
}
.thm-breadcrumb__link {
  color: #fff;
  font-size: 18px;
  text-transform: capitalize;
  line-height: 1em;
  font-weight: 600;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.thm-breadcrumb__item:hover .thm-breadcrumb__link,
.current .thm-breadcrumb__link {
  color: #ff7400;
}

/*
* 17. sidebar styles
*/
@media (max-width: 991px) {
  .sidebar {
    margin-top: 50px;
  }
}
.sidebar__title {
  margin: 0;
  color: #023020;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.sidebar__single:not(.sidebar__search) {
  padding: 50px;
  border: 1px solid #e9e9e9;
  border-bottom: 0;
}
.sidebar__single + .sidebar__single {
  padding-top: 0;
  border-top: 0;
}
.sidebar__single:nth-child(2) {
  padding-top: 50px;
  margin-top: 30px;
  border-top: 1px solid #e9e9e9;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}
.sidebar__single:last-child {
  padding-bottom: 70px;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}
.sidebar__post__single + .sidebar__post__single {
  margin-top: 30px;
}
.sidebar__post-image,
.sidebar__post-content {
  display: table-cell;
  vertical-align: middle;
}
.sidebar__post-image {
  width: 60px;
}
.sidebar__post-image .inner-block {
  width: 100%;
  overflow: hidden;
  border-radius: 50%;
}
.sidebar__post-image .inner-block > img {
  width: 100%;
}
.sidebar__post-content {
  padding-left: 20px;
}
.sidebar__post-title {
  margin: 0;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #6d6d6d;
}
.sidebar__post-title a {
  color: #6d6d6d;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.sidebar__post-title a:hover {
  color: #023020;
}
.sidebar__category-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar__category-list-item {
  line-height: 1em;
}
.sidebar__category-list-item a {
  color: #6d6d6d;
  font-size: 18px;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.sidebar__category-list-item a:before {
  content: "\f101";
  font-family: "FontAwesome";
  color: #023020;
  font-size: 14px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) translateX(-15px);
  transform: translateY(-50%) translateX(-15px);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.sidebar__category-list-item a:hover {
  color: #ff7400;
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
}
.sidebar__category-list-item a:hover:before {
  opacity: 1;
}
.sidebar__category-list-item + .sidebar__category-list-item {
  margin-top: 27px;
}
.sidebar__tags-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: -10px;
}
.sidebar__tags-list-item {
  display: inline-block;
  vertical-align: middle;
  line-height: 1em;
}
.sidebar__tags-list-item a {
  display: block;
  color: #6d6d6d;
  font-size: 18px;
  line-height: 1em;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.sidebar__tags-list-item a:hover {
  color: #ff7400;
}
.sidebar__search-form {
  width: 100%;
  height: 84px;
  background-color: #023020;
  border-radius: 15px;
  position: relative;
}
.sidebar__search-form input {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: none;
  outline: none;
  color: #fff;
  padding-left: 40px;
  padding-right: 40px;
}
.sidebar__search-form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff;
}
.sidebar__search-form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff;
}
.sidebar__search-form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff;
}
.sidebar__search-form input:-moz-placeholder {
  /* Firefox 18- */
  color: #fff;
}
.sidebar__search-form button[type="submit"] {
  width: 41px;
  height: 41px;
  border-radius: 50%;
  background-color: #ff7400;
  border: none;
  outline: none;
  position: absolute;
  top: 50%;
  right: 40px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  padding: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.sidebar__search-form button[type="submit"] i {
  font-size: 14px;
  color: #023020;
  line-height: 41px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.sidebar__search-form button[type="submit"]:hover {
  background-color: #fff;
}
.sidebar__search-form button[type="submit"]:hover i {
  color: #023020;
}

.icon-bg {
  margin-left: 100px;
}
.icon-bg i {
  width: 45px;
  height: 45px;
  padding: 14px;
  border-radius: 100%;
  background-color: #ff7400;
  color: #fff;
}
.statush-icon-white {
  /* filter: invert(15%) sepia(12%) saturate(4115%) hue-rotate(119deg)
    brightness(94%) contrast(102%); */
}
.fa-fa-font {
  font-size: 20px;
}
.input-width {
  width: 100%;
}
.sign-in-form {
  position: absolute;
  margin-top: -150px;
}
.banner-one-2 {
  /* background: transparent url(../img/banner-bg-1-01.png) top right no-repeat; */
  background-size: cover;
  padding-top: 125px;
  padding-bottom: 310px;
}

.best-price {
  height: 100px;
  width: 100px;
  border-radius: 100%;
  /* border: 1px solid #868994; */
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px,
    rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px,
    rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
}
.best-price-a {
  height: 100px;
  width: 100px;
  border-radius: 100%;
  background-color: #fff;
  /* border: 1px solid #868994; */
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px,
    rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px,
    rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.best-price-a img {
  width: 50px;
}

.best-price:hover {
  border: 1px solid #ff7400;
}
.best-price img {
  width: 40px;
  filter: invert(70%) sepia(93%) saturate(4859%) hue-rotate(360deg)
    brightness(102%) contrast(106%);
}
.my-d-f {
  display: flex;
}
.best-price-f1 {
  width: 20%;
  text-align: center;
}
.best-price-f1 {
  width: 80%;
}
.grow-your-business {
  background-attachment: fixed;
  width: 100%;
  height: 50%;
  background-image: url(../img/g-r-business-1.png);
  background-size: cover;
  background-color: rgba(255, 255, 255, 0.2) !important;
}
.banner-one__moc-1 {
  position: absolute;
  bottom: -100px;
  left: -240px;
}
.my-1-shadow {
  width: 100%;
  height: 250px;
  border-radius: 20px;
  padding: 20px;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px,
    rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px,
    rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
}
.my-1-shadow:hover {
  width: 100%;
  height: 250px;
  background-color: #023020;
  color: #fff;
  transition: 0.5s;
}

@media (max-width: 770px) {
  .banner-one__moc-1 {
    display: none;
  }

  .help-img img {
    display: none;
  }
}
@media (max-width: 1250px) {
  .help-img img {
    display: none;
  }
}

@media (max-width: 425px) {
  .header-one__btn {
    margin-top: 30px;
    background-color: #fff;
    color: #023020;
    padding: 4.5px 10px;
    border-radius: 25.5px;
  }
  .header-navigation .container .menu-toggler {
    float: left;
    margin: 40px 40px 0px 0px !important;
  }

  .footer-logo-h img {
    display: block;
  }
}

a {
  /* color: #ff7400; */
  text-decoration: none;
  background-color: transparent;
}

.help-img {
  position: absolute;
  right: 0;
  margin-top: -8%;
}
.help-img img {
  width: 650px;
}
.whats-app-icon {
  width: 70px;
  height: 70px;
  border-radius: 100%;
  bottom: 0;
  left: 0;
  margin: 50px;
  z-index: 5;
  position: absolute;
  position: fixed;
  color: rgb(255, 255, 255);
  background-color: #023020;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 50px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px,
    rgba(0, 0, 0, 0.3) 0px 30px 60px -30px,
    rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
  animation: what 3s infinite;
}

@keyframes what {
  /* 50% {box-shadow: 10px 20px 10px #023020;} */
  50% {
    background-color: #ff7400;
  }
}

.inbox-text-plas {
  width: 80%;
}
.ff7400 {
  color: #ff7400;
}
.dropdown-uea {
  /* position: absolute; */
  right: 0;
  /* margin-right: 110px; */
  /* margin-right: -150px;
margin-top: -78px; */
  padding: 0px 10px 0px 10px;
}
.dropdown-uea button.dropdown-toggle {
  background-color: #fff;
  border: none;
  border-radius: 25px;
  border: 1px solid #ff7400;
}
.dropdown-uea .dropdown-item.active,
.dropdown-item:active {
  color: #fff;
  text-decoration: none;
  background-color: #ff7400;
}
.my-fl img {
  margin: 2px 1px 6px 4px;
}
img.cta-one__mocdd {
  /* position: absolute; */
  /* top: -80px;
  right: -30px; */
  -webkit-animation: featureImgBounce 5s ease-in-out 0s infinite alternate;
  animation: featureImgBounce 5s ease-in-out 0s infinite alternate;
  /* z-index: 10; */
  width: 100%;
}
@media (max-width: 991px) {
  .cta-one {
    padding-top: 0px !important;
  }
}

.shedo:hover {
  transition: 0.3s;
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px,
    rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px,
    rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
}
.cta-one-header-1 {
  padding-top: 110px !important;
}

/* 24GY */
.Header-img {
  position: absolute;
}
.navbar-brand img {
  height: 58px;
  width: 58px;
}
.partner-btn {
  width: 174px;
  height: 33px;
  border-radius: 37px;
  background-color: #0d5ebf;
  color: #fff;
  font-size: 15px;
  text-align: center;
  border-radius: 20px;
  font-family: Open Sans;
}
.partner-btn:hover {
  background-color: #0d5ebf;
  color: #fff;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.header-title__title {
  margin: 0;
  color: #1e1e1e;
  font-weight: 600;
  font-size: 45px;
  line-height: 1.25em;
 /*  display: inline-block; */
  position: relative;
  font-family: poppins;
  line-height: 67.5px;
}

.header-title__title2 {
    margin: 0;
    color: #1e1e1e;
    font-weight: 600;
    font-size: 40px;
    line-height: 1.25em;
    /* display: inline-block; */
    position: relative;
    font-family: poppins;
    line-height: 60px;
}
.blue-text {
  color: #0d5ebf;
}
.header-slider-btn-1 {
  width: 254px;
  height: 45.89px;
  background-color: #0d5ebf;
  color: #fff;
  font-size: 16px;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Open Sans", sans-serif;
}
.header-slider-btn-1:hover {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.header-slider-btn-2 {
  width: 254px;
  height: 45.89px;
  border: 1px solid #0d5ebf;
  color: #0d5ebf;
  border-radius: 12px;
  font-size: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Open Sans", sans-serif;
}
.header-slider-btn-2:hover {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.header-slider-btn-1 span img {
  width: 23px;
  height: 23px;
}
.header-slider-btn-2 span img {
  width: 36;
  height: 23px;
}
.app-screen-one-1 {
  padding-top: 100px;
  padding-bottom: 100px;
}
.menu-toggler {
  margin-top: 0;
}
.menu-toggler i {
  color: #0d5ebf;
}
.bg-light-blu-1 {
  background-color: #cadcf1;
}
.bg-light-blu-2 {
  background-color: #cadcf1;
}
.bg-light-blu-3 {
  background-color: #e7ecf3;
}
.about-img {
  width: 370;
}
.about-img img {
  width: 100%;
  border-radius: 13px;
}
.about-section h3:after {
  content: "";
  position: absolute;
  border-bottom: 1px solid #0d5ebf;
  width: 240px;
  left: 10px;
  top: 50px;
}
.about-section h3 {
  color: #0d5ebf;
  font-family: Open Sans;
  font-size: 36px;
  font-weight: 600;
  line-height: 49.03px;
}
.about-section p {
  color: #303030;
  font-family: Poppins;
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
  text-align: justify;
  margin-bottom: 10px;
}
.reed-mare-about {
  width: 160px;
  height: 40px;
  border-radius: 15px;
  background-color: #fff;
  padding: 2px;
  color: #0d5ebf;
  text-align: center;
}
.social-media-icon ul li {
  list-style: none;
  display: inline-block;
  margin: 0px 0px 0px 10px;
}
.social-media-icon ul li a {
  color: #0d5ebf;
}
.social-media-icon-1 {
  width: 33.73px;
  height: 33.73px;
  background-color: #ffffff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.notify-me {
  position: relative;
}
.notify-me-button-p {
  position: absolute;
  right: -1px;
  top: -1px;
}
.notify-me button {
  border: none;
  padding: 0px;
}
.notify-me input::placeholder {
  color: #7a7a7a;
  font-size: 13px;
  font-family: Open Sans;
  font-size: 13px;
  font-weight: 400;
}
.notify-me input {
  border: none;
  padding: 0px;
  width: 350px;
  height: 38px;
  border-radius: 9px;
  padding: 10px 0px 15px 15px;
  border: 1px solid #b3b3b3;
}
.notify-me-button {
  width: 101px;
  height: 36.1px;
  border: none;
  background-color: #0d5ebf;
  padding: 0px;
  color: #fff;
  border-radius: 0px 8px 8px 0px;
  font-family: Open Sans;
  font-size: 13px;
  font-weight: 600;
}
.site-footer__upper h5 {
  color: #222222;
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 600;
}
.site-footer__upper p {
  color: #363636;
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 400;
  line-height: 21.79px;
}
.footer-page-link ul {
  /* padding-left: 45px; */
}
.footer-page-link ul li {
  list-style: none;
}
.footer-page-link ul li a h5 {
  color: #222222;
}
.footer-bottom {
  background-color: #0d5ebf;
  width: 100%;
  height: 51px;
}
.footer-bottom p {
  font-family: Open Sans;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}
.col-border-right {
  border-right: 1px solid #d3cdcd;
  text-align: center;
}
.web-heading h3 {
  font-family: Open Sans;
  font-size: 36px;
  font-weight: 600;
  color: #232323;
  line-height: 49.03px;
}
.web-heading p {
  color: #717171;
  font-family: Poppins;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}
.web-color-bg-blue {
  background-color: #0d5ebf;
}
.gy-white-heading h5 {
  font-family: poppins;
  font-size: 40px;
  font-weight: 600;
  line-height: 36.77px;
  text-align: center;
  color: #fff;
  padding-bottom: 30px;
}
.demanded-item p {
  color: #535252;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 400;
}
.demanded-item {
  width: 239px;
  height: 50px;
  border-radius: 9px;
  background-color: #fff;
  padding: 7px 15px;
}
.demanded-item-img {
  width: 40px !important;
}
.gy-partners-border-right {
  border-right: 1px solid #dbdbdb;
  text-align: center;
}
.gy-partners {
  width: 126px;
  height: 126px;
  background-color: #efe1e1;
  border-radius: 50%;
  border: 1px solid #dcdcdc;
  margin: 0 auto;
}
.key-features-box {
  width: 100%;
  height: 100%;
  border-radius: 9px;
  background-color: #fff;
  padding: 7px 0px;
  border: 1px solid #b5b4b4;
}
.key-features-box hr {
  border: 1px solid #b5b4b4;
  margin: 0px;
}
.key-features-box h6 {
  color: #0d5ebf;
  font-family: Open Sans;
  font-size: 14px;
  font-weight: 600;
}
.key-features-box p {
  color: #000000;
  font-family: Open Sans;
  font-size: 15px !important;
  font-weight: 400;
  line-height: 21.79px;
}
.key-features {
  width: 100%;
  height: 50%;
  background-image: url(../img/key-features-bg-1.png);
  background-size: cover;
}
.key-model-img {
  width: 295px;
  height: 369.19px;
}
.key-model-img {
  width: 100%;
  height: 100%;
}

.be-a-24-btn-1:hover {
  box-shadow: rgb(0 0 0) 0px 2px 5px -1px, rgb(0 0 0) 0px 1px 3px -1px;
}
.be-a-24 {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  text-align: left;
  color: #515151;
}
.be-a-24-btn-1 {
  /* width: 226px; */
  height: 52px;
  border-radius: 36px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1ps solid #cecece;
  color: #505050;
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
}
.header-slider-btn-3 {
  width: 430px;
  height: 45.89px;
  background-color: #0d5ebf;
  color: #fff;
  font-size: 16px;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Open Sans", sans-serif;
  margin-top: 30px;
}
.questions-section {
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 8px;
  border-radius: 12px;
}
.questions-section a {
  font-family: Poppins;
  font-size: 18px;
  font-weight: 400;
  color: #0d5ebf;
}
.questions-section p {
  font-family: Open Sans;
  font-size: 15px;
  font-weight: 400;
  color: #484848;
}
.questions-section h6 {
  font-family: Open Sans;
  font-size: 27px;
  font-weight: 600;
  color: #232323;
}
.ph {
  color: #222222;
  font-family: Open Sans;
  font-size: 16px;
  font-weight: 600;
}
.header-slider-btn-sec {
  width: 254px;
  height: 45.89px;
  background-color: #0d5ebf;
  color: #fff;
  font-size: 16px;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Open Sans", sans-serif;
}

.questions-section-btn i {
  background-color: #0d5ebf;
  color: #fff;
  width: 27px;
  height: 27px;
  border-radius: 25px;
  font-size: 15px;
  padding: 6px;
}
.questions-section-btn {
  width: 324px;
  height: 43px;
  border-radius: 9px;
  border: 1px solid #c6c6c6;
}
.about-top-manu-section {
  width: 100%;
  height: 95px;
}
.gy-auther-page-heading h1 {
  font-family: Poppins;
  font-size: 45px;
  font-weight: 600;
  color: #fff;
}
.gy-auther-page-bg {
  width: 100%;
  height: 20%;
  background-image: url(../img/key-features-bg.png);
  background-size: cover;
  background-color: #1e4b988a;
  text-transform: uppercase;
}
.footer-page-link ul {
  padding-left: 0px !important;
}
.header-slider-btn-1-gy-btn {
  height: 45.89px;
  background-color: #ffffff;
  color: #000;
  font-size: 16px;
  border-radius: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Open Sans", sans-serif;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px,
    rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.help-support-box h6 {
  font-size: 20px;
  font-weight: 600;
  color: #000;
}
.help-support-box {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  /* padding: 20px; */
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px,
    rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px,
    rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
}
.red-more-dot {
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.submit-btn {
  width: 100px;
  height: 45.89px;
  background-color: #0d5ebf;
  color: #fff;
  font-size: 16px;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Open Sans", sans-serif;
  margin-top: 30px;
}
.delivery-partner-form b {
  font-size: 15px;
}
.delivery-partner-form input {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px,
    rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px,
    rgba(0, 0, 0, 0.07) 0px 16px 16px;
  border-radius: 10px;
  padding: 10px;
  height: 50px;
}
.delivery-partner-form select {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px,
    rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px,
    rgba(0, 0, 0, 0.07) 0px 16px 16px;
  border-radius: 10px;
  padding: 10px;
  height: 50px;
}
.delivery-partner-form textarea {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px, rgba(0, 0, 0, 0.07) 0px 2px 2px,
    rgba(0, 0, 0, 0.07) 0px 4px 4px, rgba(0, 0, 0, 0.07) 0px 8px 8px,
    rgba(0, 0, 0, 0.07) 0px 16px 16px;
  border-radius: 10px;
  padding: 10px;
}
.gy-partners img {
  width: 100% !important;
  border-radius: 50% !important;
}

button.menu-toggler {
  position: absolute !important;
  right: -25px !important;
  top: -14px !important;
}

.main-navigation {
  position: absolute;
  right: 0;
}
.statush-icon-white img {
  vertical-align: sub !important;
  border-style: none !important;
}
.footer-logo-h img {
  display: none;
}
.Header-img-top {
  display: none;
}
.apply_btn-2 {
  background: #0d5ebf;
  color: #fff;
}

    .card-download {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.card-download a {
    width: 30%;
}


.info-gradient {
          background: #232323;
    border: none;
}
.download_web1 span{
  font-size: 14px;
}
.download_web1 p{
     font-size: 20px;
    line-height: 13px;
    margin-bottom: 0;
}

.download_web1{
  margin-left: 10px;
}
.card-download.down-btn a {
        padding: 45px 20px 55px;
    border-radius: 10px;
}
.card-download.down-btn i {
    font-size: 25px;
    margin-top: 15px;
}
.card-download.down-btn a{
  justify-content: start;
}

    .down-btn a{
    background: #232323;
    color: #fff;
    height: 48px;
    font-size: 14px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.down-btn i {
    margin-right: 7px;
    padding-left: 10px;
}
.download_web {
    font-size: 13px;
    line-height: 16px;
}
.download_web span{
    font-size: 11px;

}

.why-choose {
      padding: 60px 0;
    }
    .why-choose h2 {
      font-weight: 700;
      text-align: center;
      margin-bottom: 15px;
    }
    .why-choose p.subtitle {
      text-align: center;
      color: #555;
      margin-bottom: 40px;
    }
    .choose-card {
      background: #fff;
      border: 1px solid #e5ebf5;
      border-radius: 12px;
      padding: 30px 20px;
      text-align: center;
      transition: 0.3s ease;
      height: 100%;
    }
    .choose-card:hover {
      box-shadow: 0 6px 18px rgba(0,0,0,0.08);
      transform: translateY(-5px);
    }
    .choose-icon {
      font-size: 28px;
      color: #fff;
      background: #0d5ebf;
      padding: 15px;
      border-radius: 8px;
      display: inline-block;
      margin-bottom: 15px;
    }
    .choose-card h5 {
      font-weight: 600;
      margin-bottom: 10px;
    }
    .choose-card p {
      font-size: 15px;
      color: #555;
      margin: 0;
    }
	
	  .feature-list li {
      margin-bottom: 12px;
      font-size: 16px;
    }
    .feature-list i {
      color: #10b981; /* green */
      margin-right: 10px;
    }
    .btn-custom {
      background: linear-gradient(90deg, #007991, #78ffd6);
      border: none;
      color: #fff;
      font-weight: 600;
      padding: 10px 20px;
      border-radius: 6px;
      transition: 0.3s;
    }
    .btn-custom:hover {
      opacity: 0.9;
    }
	
.app-card {
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 30px 20px;
    transition: 0.3s;
    height: 100%;
    background-color: #fff;
}
    .app-card:hover {
      box-shadow: 0px 6px 18px rgba(0, 0, 0, 0.08);
    }
    .app-icon {
      font-size: 28px;
      color: #fff;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 55px;
      height: 55px;
      border-radius: 8px;
      margin-bottom: 20px;
    }
    .icon-customer { background: #008080; }
    .icon-business { background: #f0ad4e; }
    .icon-delivery { background: #28a745; }
    .feature-list {
      list-style: none;
      padding: 0;
      margin: 20px 0;
    }
    .feature-list li {
      margin-bottom: 10px;
      font-size: 15px;
    }
    .feature-list i {
      color: #10b981;
      margin-right: 8px;
    }
.btn-download {
    background: #2071c0;
    border: none;
    color: #fff;
    font-weight: 600;
    padding: 10px;
    border-radius: 6px;
    width: 100%;
	display: block;
    margin-bottom: 10px;
    transition: 0.3s;
	text-align: center;
}
    .btn-download i {
      margin-right: 6px;
    }
    .btn-download:hover {
      opacity: 0.9;
    }
    .btn-secondary {
      background: #f8f9fa;
      color: #333;
      border-radius: 6px;
      padding: 10px;
      width: 100%;
      font-weight: 600;
    }
    .btn-secondary i {
      margin-right: 6px;
    }
	
	  .delivery-hero {
      background: #2071c0;
      padding: 60px 20px;
      text-align: center;
    }
    .delivery-hero h2 {
      font-weight: 700;
      margin-bottom: 15px;
    }
    .why-deliver {
      padding: 60px 20px;
      /* background: #f9fafb; */
    }
    .why-deliver h3 {
      font-weight: 700;
      margin-bottom: 40px;
    }
    .benefit-card {
      background: #fff;
      border-radius: 10px;
      padding: 30px 20px;
      text-align: center;
      transition: 0.3s;
      height: 100%;
      border: 1px solid #eee;
    }
    .benefit-card:hover {
      box-shadow: 0px 6px 16px rgba(0, 0, 0, 0.08);
    }
    .benefit-icon {
      font-size: 28px;
      color: #fff;
      background: #2071c0;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 55px;
      height: 55px;
      border-radius: 8px;
      margin-bottom: 20px;
    }
    .benefit-card h5 {
      font-weight: 600;
      margin-bottom: 10px;
    }
  
	 p {
    line-height: 1.6;
}

 
	
	
@media (max-width: 767px) {
.card-download {
    display: block;
    width: 100%;
}
.info-gradient{
    margin-bottom: 20px;
}
.card-download.down-btn a {
    justify-content: start;
    margin-bottom: 20px;
    width: 100%;
}
}

 