/***************************************************************************************************************
||||||||||||||||||||||||||||            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: "Titillium Web", sans-serif;
  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: 1300px;
  }
}
.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: #000;
  font-weight: bold;
  font-size: 40px;
  text-transform: uppercase;
  line-height: 1.25em;
  display: inline-block;
  position: relative;
}
@media (max-width: 1199px) {
  .block-title__title {
    font-size: 38px;
  }
}
.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: #721213;
  text-transform: uppercase;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 13.5px 50px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.thm-btn:hover {
 background-color: #000;
  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 .4s ease;
  transition: all .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: #fff;
  position: fixed;
  bottom: 30px;
  right: 40px;
  z-index: 99;
  text-align: center;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  display: none;
  border-radius: 50%;
  transition: all .4s ease;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}
.scroll-to-top i {
  color: #721213;
  font-size: 18px;
  line-height: 45px;
}
.scroll-to-top:hover {
  background-color: #721213;
}
.scroll-to-top:hover i {
  color: #ffff;
}

/*
* 3. header styles
*/
.header-navigation {
  background-color: transparent;
  margin-bottom: 0;
  border: none;
  border-radius: 0;
  padding: 0;
  position: relative;
  background-color: transparent;
}
.header-navigation .container {
  background: transparent;
  position: relative;
  display: block;
}
.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: 35px 0;
  display: inline-block;
  vertical-align: middle;
/*  text-shadow: 1px 2px #fff;*/
  /* Second Level Menu */
  /* Thrid Level Menu */
}
.header-navigation ul.navigation-box > li + li {
  margin-left: 40px;
}
.header-navigation ul.navigation-box > li:first-child {
  padding-left: 0;
}
.header-navigation ul.navigation-box > li:last-child {
  padding-right: 0;
}
.header-navigation ul.navigation-box > li > a {
  font-weight: 400;
  font-size: 18px;
  color: #000;
  padding: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  position: relative;
  text-transform: capitalize;
  letter-spacing: .04em;
}
.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: #023020;*/
  background-clip: padding-box;
  opacity: 0;
  border-radius: 0px;
  visibility: hidden;
  -webkit-transition: opacity .4s ease, visibility .4s ease;
  transition: opacity .4s ease, visibility .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 .4s ease;
  transition: all .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: #000;
  font-weight: 500;
  padding: 12px 30px;
  display: block;
  line-height: 26px;
  white-space: nowrap;
  position: relative;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.header-navigation ul.navigation-box > li > .sub-menu > li:hover > a {
  color: #fff;
  background: #721213;
}
.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 .4s ease, visibility .4s ease;
  transition: opacity .4s ease, visibility .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 .4s ease;
  transition: all .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 .4s ease;
  transition: all .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%;
  height: 100px;
  z-index: 999;
  background-image: linear-gradient(-121deg,  #721213 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 .4s ease;
  transition: all .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 {
  background: transparent url(../img/footer-bg.jpg) 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: -135px;
  left: -150px;
  -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: 55px;
  color: #000;
  font-weight: bold;
  line-height: 60px;
  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: .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 .4s ease;
  transition: all .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: .4;
  -webkit-transition: all .4s ease;
  transition: all .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: .7;
  border-radius: 15px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.video-one__content > img {
  border-radius: 15px;
  width: 100%;
}
.video-one__content:hover:before {
  opacity: .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 .4s ease;
  transition: background .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__moc-mobb {
  position: absolute;
  top: -120px;
  right: 150px;
  -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: 100px;
  padding-bottom: 100px;
}
.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: .2;
  margin: 0;
  -webkit-transition: all .4s ease;
  transition: all .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 .4s ease;
  transition: all .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: #000;
}
.yello-text:hover{
 
  color: #721213;
}

/*
* 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 .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .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: .2em;
  font-weight: bold;
  margin: 0;
  line-height: 1em;
  margin-bottom: 25px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.pricing-one__amount {
  color: #023020;
  font-size: 60px;
  margin: 0;
  font-weight: bold;
  line-height: 1em;
  -webkit-transition: all .4s ease;
  transition: all .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 .4s ease;
  transition: all .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 .4s ease;
  transition: all .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: .2;
  margin: 0;
  -webkit-transition: all .4s ease;
  transition: all .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: 220px;
  height: 220px;
  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: #000;
}
.funfact-one__title {
  margin: 0;
  font-weight: 600;
  color: #721213;
  font-size: 50px;
}
.funfact-one__text {
  margin: 0;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .2em;
  color: #fff;
}
.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 .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .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 .4s ease;
  transition: all .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: .2em;
  font-weight: bold;
}
.blog-one__meta a {
  color: inherit;
  -webkit-transition: all .4s ease;
  transition: all .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 .4s ease;
  transition: all .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: .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 .4s ease;
  transition: all .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 .4s ease;
  transition: all .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 .4s ease;
  transition: all .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: .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 .4s ease;
  transition: all .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: 81px;
  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%;
  width: 90%;
}
.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: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 51px;
  height: 51px;
  border-radius: 50%;
  /* background-color: #ff7400; */
  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: #721213;
  font-size: 18px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.subscribe-one__btn:hover {
     background-color: #500d0d;
    color: #ffffff;
}
.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.jpg) center right no-repeat;
  background-size: cover;
}
@media (max-width: 1199px) {
  .site-footer {
    background-position: left center;
  }
}
.site-footer__upper {
  padding-top: 110px;
  padding-bottom: 105px;
}
.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 .4s ease;
  transition: all .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 .4s ease;
  transition: all .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 .4s ease;
  transition: all .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 .4s ease;
  transition: all .4s ease;
}
.footer-widget__btn span {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  color: #023020;
  display: block;
  -webkit-transition: all .4s ease;
  transition: all .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 .4s ease;
  transition: all .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 .4s ease;
  transition: all .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 .4s ease;
  transition: all .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 .4s ease;
  transition: all .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 .4s ease;
  transition: all .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 .4s ease;
  transition: all .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 .4s ease;
  transition: all .4s ease;
}
.sidebar__search-form button[type=submit] i {
  font-size: 14px;
  color: #023020;
  line-height: 41px;
  -webkit-transition: all .4s ease;
  transition: all .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: #721213;
  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 #721213;
    cursor: pointer;

}
.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: #721213;
  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: 45px 60px !important;
  
}
}

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;
}
}
section#career {
    padding-top: 170px;
}
section#blog {
    padding-top: 170px;
}
section#partners {
  padding-top: 170px;
}

/* 16-11-2023 */



              /*the container must be positioned relative:*/
              .custom-select {
                position: relative;
                font-family: Arial;
              }
        
              .custom-select select {
                display: none; /*hide original SELECT element:*/
              }
        
              .select-selected {
                background-color: #fff;
              
              }
        
              /*style the arrow inside the select element:*/
              .select-selected:after {
                position: absolute;
                content: "";
                top: 14px;
                right: 10px;
                width: 0;
                height: 0;
                border: 6px solid transparent;
                border-color: #000000 transparent transparent transparent;
              }
        
              /*point the arrow upwards when the select box is open (active):*/
              .select-selected.select-arrow-active:after {
                border-color: transparent transparent #000000 transparent;
                top: 7px;
              }
        
              /*style the items (options), including the selected item:*/
              .select-items div,
              .select-selected {
                color: #000000;
                padding: 8px 16px;
                border: 1px solid transparent;
                border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
                cursor: pointer;
                user-select: none;
              }
        
              /*style items (options):*/
              .select-items {
                position: absolute;
                background-color: rgb(255, 255, 255);
                top: 100%;
                left: 0;
                right: 0;
                z-index: 99;
              }
              .custom-select-w {
                width: 200px;
              }
        
              /*hide the items when the select box is closed:*/
              .select-hide {
                display: none;
              }
        
              .select-items div:hover,
              .same-as-selected {
                background-color: rgba(0, 0, 0, 0.1);
              }

              .custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    vertical-align: middle;
    background: none;
    background-color: transparent;
    border: 0px solid #ced4da;
    border-radius: 0.25rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.select-selected {
    width: 162px;
}

.select-selected:after {
    top: 24px;
    right: 39px;
}

.select-items {
    position: absolute;
    background-color: rgb(244 244 244) !important;
    top: 137% !important;
    left: 12px !important;
    right: 0;
    z-index: 99;
    width: 162px;
}

.main-logo{
  width: 180px;
}
.alert{
  padding: 0 7px !important;
}
.partnerImg{
  width: 120px;
  height: 120px;
  border-radius: 50%;
}
/*blog list*/
.news-block {
    position: relative;
    margin-bottom: 50px;
}
.news-block .inner-box {
    position: relative;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}
.news-block .image-box {
    position: relative;
}
.news-block .image-box .image {
  position: relative;
  overflow: hidden;
  margin-bottom: 0;
  box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
  border-radius: 8px;
}
figure {
    margin: 0 0 1rem;
}
a {
    color: var(--link-color);
    text-decoration: none !important;
    font-weight: var(--body-font-weight);
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.news-block .image-box .image img {
    display: block;
    width: 100%;
    -webkit-transition: all 400ms ease;
    transition: all 400ms ease;
}
.news-block2 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-block2 img {
    height: 280px !important;
}
a img {
    border: none;
}
.news-block .image-box .date {
    position: absolute;
    right: 35px;
    bottom: 60px;
    color: #ffffff;
    z-index: 1;
    height: 76px;
    width: 70px;
    text-align: center;
    background: #ff7400;
/*    background: var(--theme-color1);*/
    font-size: 24px;
    line-height: 1.2em;
    font-weight: 800;
    border-radius: 10px;
    font-family: var(--title-font);
    padding: 10px 10px;
    z-index: 9;
}
.news-block .image-box .date .month {
    position: absolute;
    left: 0;
    bottom: 0;
/*    background-color: var(--bg-theme-color2);*/
    background-color: black;
    width: 100%;
    font-size: 12px;
    line-height: 30px;
    font-weight: 500;
}
.news-block .lower-content {
    position: relative;
    margin-top: -90px;
    margin-left: 15px;
    margin-right: 15px;
/*    padding: 25px 30px 20px;*/
    padding: 12px 14px 18px 14px;
    padding-right: 35px;
    z-index: 2;
    border-radius: 7px;
    background-color: #ffffff;
    -webkit-box-shadow: 0 10px 60px rgba(0, 0, 0, 0.05);
    box-shadow: 0 10px 60px rgba(0, 0, 0, 0.05);
}
.news-block .post-info {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.news-block .post-info li {
    position: relative;
    font-size: 13px;
    line-height: 25px;
    font-weight: 400;
    font-family: var(--title-font);
    margin-right: 10px;
}
ul li{
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.lower-content h4 {
    font-size: 20px;
    height: 42px;
    font-weight: 600;
    line-height: 1.2em;
    color: var(--theme-color1);
    font-family: "Manrope", sans-serif;
    position: relative;
    letter-spacing: -0.04em;
    padding-top: 14px;
}
.lower-content h4 a:hover {
    color: inherit;
    text-decoration: none;
    outline: none;
}
.news-block2 .text {
    height: 80px !important;
}

p, .text {
    color: var(--text-color);
    font-size: var(--body-font-size);
    font-family: var(--text-font);
    font-weight: var(--body-font-weight);
    line-height: var(--body-line-height);
}
/*blog list*/

/*blog view*/
.blog-details__left {
    position: relative;
    display: block;
}
.blog-details__img {
    height: 555px;
}
.blog-details__img {
    position: relative;
    display: block;
    border-radius: 10px;
}
.blog-details__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog-details__img img {
    width: 100%;
    border-radius: 10px;
}
.blog-details__date {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #ff7400;
    text-align: center;
    padding: 21px 24px 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom-right-radius: 10px;
    border-top-left-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.blog-details__date .day {
    font-size: 16px;
    color: #fff;
    font-weight: var(--body-font-weight-bold);
    line-height: 16px;
}
.blog-details__date .month {
    position: relative;
    display: block;
    font-size: 10px;
    font-weight: var(--body-font-weight-bold);
    color: #fff;
    line-height: 12px;
    text-transform: uppercase;
}
.blog-details__content {
    position: relative;
    display: block;
    margin-top: 22px;
}
/*blog view*/

/*career*/
.career_wrapper{
  margin: 7px 0;
}
.career_header{
  cursor: pointer;
}
.career_content{
  margin-left: auto;
}
.apply_btn{
  background-color: #ff7400;
  color: white;
}
.career_footer span{
/*  background-color: #663309;*/
  color: white;
}
/*career*/

/* ------added-css-by-anjani----06-3-2024------ */

.footer-social ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0px;
}
.copyright p {
  margin-bottom: 0px;
  color: #fff;
}
.footer-bottom {
  background: #721213;
  padding: 15px;
}
.social i{
  background: #fff;
  height: 40px;
  align-items: center;
  display: flex;
  width: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #721213;
}
.banner-one__title {
  font-size: 53px;
 
}
@media screen and (max-width:767px) {
  .main-logo {
    background: #fff;
    padding: 8px 10px;
    margin-top: 10px;
}
.banner-one__content h3 {
    padding-bottom: 30px;
}
section#partners {
    padding-top: 80px;
}
.markdown {
    padding: 0 15px;
}
  .logo-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 15px 20px 15px; 
  }
  .header-navigation .container .menu-toggler {
    float: left;
    margin: 45px 0px !important;
  }
  .site-header.header-one .header-navigation .container .menu-toggler {
    float: right;
    position: absolute;
    right: 0px;
    /* padding: 23px; */
  }
  .menu-toggler span{
    color: #fff !important;
  }
  .banner-one__title {
    font-size: 26px;
    padding-top: 15px;
            line-height: 40px;
}
.thm-btn {
  
  padding: 6.5px 16px;
 
}
.banner-one {
  padding: 150px 0 50px 0px !important;
  background-position: right center;
}
.cta-one__mocdd {
  width: 192px !important;
}
.app-screen-one {
  padding-top: 80px;
  padding-bottom: 24px;
}
.cta-one {
  padding-bottom: 4px;
}
.site-footer__upper {
  padding-bottom: 0px;
  padding-top: 30px !important;
}
.yello-text {
  color: #000;
  font-size: 16px;
}
.subscribe-one__form{
  height: 60px;
}
.subscribe-one__btn {

  width: 45px;
  height: 45px;

}
.subscribe-one {
  padding-top: 85px;
  padding-bottom: 47px;
}
.copyright p {
  margin-bottom: 0px;
  color: #fff;
  font-size: 15px;
  text-align: center;
}
.social i {
  
  height: 30px;

 
  width: 30px;

  font-size: 16px;
}
.footer-social ul {
  padding-left: 0px;
}
.ltr_987{
  text-align: start !important;
}
.best-price {
  height: 80px;
  width: 80px;
  margin: auto;
  
}
.best-price img {
  width: 25px;
}
.first_name {
  display: block;
  width: 100%;
}
.last_name {
  display: block;
  width: 100%;
}
.right-side-box {
  display: block !important;
  position: absolute;
  top: 10px !important;
}
.right-side-box #country_id {
  max-width: 160px !important;
}
.funfact-one__single{
  margin-bottom: 0px !important;
  height: 140px;
}
.block-title__title {
  font-size: 28px;
  height: 40px;
  padding-top: 0px;
}
.cta-one__text{
  margin-top: 0px;
}
.funfact-one__title {

  font-size: 30px;
}
.best-price-a {
  height: 80px;
  width: 80px;
  border-radius: 100%;
  margin: auto;

}
.best-price-a img {
  width: 35px;
}
.text_enter {
  text-align: center;
  margin-right: 0px !important;
}
.scroll-to-top {
  
  bottom: 100px;
  right: 10px;

}.stricked-menu{
  height: 120px;
}
.img_width{
  width: 100% !important;
}
.add_margin{
  margin-bottom: 20px;
}
.r_marin{
  margin-bottom: 0px !important;
}
.subscribe-one {
  padding-top: 25px !important;
  padding-bottom: 47px;
  border-top: 1px solid #ffb97e;
}
.r-bold{
  font-weight: 500 !important;
}
.navbar-expand-lg.navbar-light.header-navigation.stricky.original {
  background: #721213;
}
/*#about{
  padding-top: 200px !important;
}*/
.mob-mt-abt-in{
  padding-top: 50px !important;
}
.mob-mt-abt-pg{
  padding-top: 200px !important;
}
.cta-one__moc-mobb {
    position: absolute;
    top: -375px;
    right: 150px;
    animation: none;
    z-index: 10;
    height: 200px;
}
.header-navigation ul.navigation-box > li > .sub-menu {
  background-color: #ff8f31;
  
}
#blog{
  padding-top: 200px !important;
}
#home{
  padding-top: 200px !important;
}
#career{
  padding-top: 200px !important;
}
#partners .block-title {
  margin-bottom: 0px;
}
#partners {
  margin-top: 126px;
 
}
}

@media screen and (max-width:920px) {
  .header-navigation .navigation-box .sub-nav-toggler .icon-bar {
    background-color: transparent !important;
  }
  .header-navigation ul.navigation-box li a .sub-nav-toggler{
    border: 1px solid transparent !important;
  }
  .down-arrows i{
    color: #721213 !important;
    position: absolute;
    right: 24px;
    top: 25px;
  
  }
  .main-logo_ {
    width: 160px;
}
.header-navigation ul.navigation-box > li {

  border-bottom: 1px solid #721213;
}

}
.disabled{
  pointer-events: none;
  cursor: not-allowed;
}
.text-truncate{
  display: block;
}

form#become_a_partner_form b {
    color: #000;
    font-size: 15px;
}
a.bg-light:focus, a.bg-light:hover, button.bg-light:focus, button.bg-light:hover {
    background-color: #721213 !important;
}
.dark-green-color {
    color: #fff;
    background-color: #000 !important;
}
.header-navigation ul.navigation-box > li > ul > li {
    background: #fff;
}
.copyright a:hover {
    color: #fff;
}
.site-footer__upper h5 {
    color: #000;
}
/*section#career {
    padding-top: 170px;
}
section#blog {
    padding-top: 170px;
}
section#partners {
  padding-top: 170px;
}*/