/*===========================
01.COMMON css
===========================*/
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');
@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
@import url('https://fonts.googleapis.com/css2?family=Jersey+25&display=swap');

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Nunito", sans-serif;
  color: #666;
  overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a:focus,
input:focus,
textarea:focus,
button:focus,
.btn:focus,
.btn.focus,
.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  text-decoration: none;
  outline: none;
  box-shadow: none;
}

a:hover {
  color: #33657e;
}

a {
  transition: all 0.3s ease-out 0s;
}

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

i,
span,
a {
  display: inline-block;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin: 0px;
  color: #333;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 40px;
}

@media (max-width: 767px) {
  h1 {
    font-size: 34px;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  h1 {
    font-size: 36px;
  }
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 25px;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

ul,
ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

p {
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  margin: 0px;
}

.img-bg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.error {
  color: orangered;
}

.success {
  color: green;
}

.scroll-top {
  width: 45px;
  height: 45px;
  background: #33657e;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #fff !important;
  border-radius: 0;
  position: fixed;
  bottom: 125px;
  right: 30px;
  z-index: 9;
  cursor: pointer;
  transition: all 0.3s ease-out 0s;
  text-align: center;
  line-height: 45px;
}

.scroll-top:hover {
  color: #fff;
  background: #333;
}

@keyframes animation1 {
  0% {
    transform: translateY(30px);
  }

  50% {
    transform: translateY(-30px);
  }

  100% {
    transform: translateY(30px);
  }
}

/* Preloader */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999999;
  width: 100%;
  height: 100%;
  background-color: #fff;
  overflow: hidden;
}

.preloader-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.preloader-icon {
  width: 100px;
  height: 100px;
  display: inline-block;
  padding: 0px;
}

.preloader-icon span {
  position: absolute;
  display: inline-block;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background: #33657e;
  -webkit-animation: preloader-fx 1.6s linear infinite;
  animation: preloader-fx 1.6s linear infinite;
}

.preloader-icon span:last-child {
  animation-delay: -0.8s;
  -webkit-animation-delay: -0.8s;
}

@keyframes preloader-fx {
  0% {
    transform: scale(0, 0);
    opacity: 0.5;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}

@-webkit-keyframes preloader-fx {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*======================================
	01. Start Header CSS
========================================*/
/* Topbar */
.header .toolbar-area {
  padding: 0px 0;
  background: #3e2e1f;
  color: #fff;
}

.header .toolbar-area .toolbar-contact {
  padding: 5px;
}

.header .toolbar-area .toolbar-contact p {
  display: inline-block;
  margin-right: 8px !important;
  margin-top: 2px;
  margin: 0;
  text-align: center;
  line-height: 0;
  font-size: 14px;
  color: #fff;
}

.header .toolbar-area .toolbar-contact p:last-child {
  margin-right: 0px !important;
}

.header .toolbar-area .toolbar-contact p a {
  font-size: 14px;
  font-weight: 400;
  margin-right: 7px;
}

.header .toolbar-area .toolbar-contact p i {
  display: inline-block;
  margin-right: 6px;
  font-size: 15px;
}

.header .toolbar-area .toolbar-contact p a:hover {
  color: #33657e;
}

.header .toolbar-area .toolbar-contact ul li p {
  margin: 0;
  float: right;
  font-size: 13px;
  margin-top: 8px;
  font-weight: 500;
  line-height: 18px;
  color: #777;
}

.header .toolbar-area .toolbar-contact ul li:last-child {}

.header .toolbar-area .toolbar-sl-share ul {
  float: right;
}

.header .toolbar-area .toolbar-sl-share ul li {
  margin: 0;
  text-align: center;
  display: inline-block;
  height: 40px;
  margin-right: 5px;
}

.header .toolbar-area .toolbar-sl-share ul li:last-child {
  margin-right: 0;
}

.header .toolbar-area .toolbar-sl-share ul li a {
  /*color: #aaa;
  height: 35px;
  width: 35px;
  text-align: center;
  display: block;
  border: 1px solid #eee;
  text-align: center;*/
  line-height: 40px;
}

.header .toolbar-area .toolbar-sl-share ul li a i {
  font-size: inherit;
}

.header .toolbar-area .toolbar-sl-share ul li a:hover {
  color: #33657e;
}

.header .button {
  margin-left: 40px;
}

/*===== NAVBAR =====*/
.navbar-area {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  transition: all 0.3s ease-out 0s;
  padding: 0;
  box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
}

.navbar-area.header-3 {
  background: #fff;
}

.navbar-area.sticky {
  position: fixed;
  z-index: 99;
  background: #33657e;
  box-shadow: 0px 20px 50px 0px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease-out 0s;
  background: #fff;
  padding: 0px 0;
}

.navbar-area.sticky .toolbar-area {
  display: none;
}

.header {
  background-color: #fff;
}

.navbar {
  padding: 0;
  position: relative;
  transition: all 0.3s ease-out 0s;
}

.navbar-brand {
  padding: 0;
}

.navbar-brand img {
  width: 200px;
}

.navbar-toggler {
  padding: 0px;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: none;
  box-shadow: none;
}

.navbar-toggler .toggler-icon {
  width: 30px;
  height: 2px;
  background-color: #222;
  display: block;
  margin: 5px 0;
  position: relative;
  transition: all 0.3s ease-out 0s;
}

.navbar-toggler.active .toggler-icon:nth-of-type(1) {
  transform: rotate(45deg);
  top: 7px;
}

.navbar-toggler.active .toggler-icon:nth-of-type(2) {
  opacity: 0;
}

.navbar-toggler.active .toggler-icon:nth-of-type(3) {
  transform: rotate(135deg);
  top: -7px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .navbar-collapse {
    position: absolute;
    top: 125% !important;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 10px 20px;
    max-height: 350px;
    overflow-y: scroll;
  }
}

@media (max-width: 767px) {
  .navbar-collapse {
    position: absolute;
    top: 125% !important;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 9;
    box-shadow: 0px 15px 20px 0px rgba(0, 0, 0, 0.1);
    padding: 10px 20px 20px;
    max-height: 650px;
    overflow-y: scroll;
  }
}

.navbar-nav .nav-item {
  position: relative;
  z-index: 1;
}

.navbar-nav .nav-item:hover a {
  color: #33657e;
}

.navbar-nav .nav-item a {
  font-size: 16px;
  color: #051441;
  transition: all 0.3s ease-out 0s;
  position: relative;
  padding: 32px 15px;
  display: inline-flex;
  align-items: center;
  font-weight: 500;
  color: #333;
  transition: all 0.3s ease-out 0s;
  position: relative;
  text-transform: capitalize;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar-nav .nav-item a {
    padding: 32px 12px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .navbar-nav .nav-item a {
    color: #051441;
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
  }

  .nav-inner {
    padding: 10px 0;
  }
}

.navbar-nav .nav-item a.active {
  color: #33657e;
}

.navbar-nav .nav-item a.dd-menu {
  padding-right: 34px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar-nav .nav-item a.dd-menu {
    padding-right: 30px;
  }
}

.navbar-nav .nav-item a.dd-menu::after {
  content: "\ea58";
  font: normal normal normal 1em/1 "LineIcons";
  position: absolute;
  right: 17px;
  font-size: 10px;
  top: 50%;
  margin-left: 5px;
  margin-top: 0px;
  transition: all 0.3s ease-out 0s;
  height: 10px;
  margin-top: -5px;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .navbar-nav .nav-item a.dd-menu::after {
    right: 13px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .navbar-nav .nav-item a.dd-menu::after {
    top: 16px;
    right: 0;
    transform: rotate(180deg);
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .navbar-nav .nav-item a.collapsed::after {
    transform: rotate(0deg);
  }
}

.navbar-nav .nav-item:hover>.sub-menu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

.navbar-nav .nav-item:hover>.sub-menu .sub-menu {
  left: 100%;
  top: 0;
}

.navbar-nav .nav-item .sub-menu {
  min-width: 220px;
  background-color: #fff;
  box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 100% !important;
  left: -8px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-out 0s;
  padding: 10px;
}

.navbar-nav .nav-item .sub-menu.left-menu {
  left: -100%;
}

.navbar-nav .nav-item .sub-menu.collapse:not(.show) {
  display: block;
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .navbar-nav .nav-item .sub-menu.collapse:not(.show) {
    display: none;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px),
(max-width: 767px) {
  .navbar-nav .nav-item .sub-menu {
    position: static;
    width: 100%;
    opacity: 1;
    visibility: visible;
    box-shadow: none;
    padding: 0;
	margin:0;
  }

  .navbar-nav .nav-item .sub-menu::after {
    display: none;
  }
}

.navbar-nav .nav-item .sub-menu>li {
  display: block;
  margin-left: 0;
}

.navbar-nav .nav-item .sub-menu>li:last-child {
  border: none;
}

.navbar-nav .nav-item .sub-menu>li.active>a,
.navbar-nav .nav-item .sub-menu>li:hover>a {
  color: #33657e;
}

.navbar-nav .nav-item .sub-menu>li>a {
  font-weight: 400;
  display: block;
  padding: 10px 15px;
  font-size: 14px;
  color: #222;
  border-top: 1px solid rgba(0, 0, 0, 0.03);
  font-weight: 400;
}

.navbar-nav .nav-item .sub-menu>li:first-child a {
  border: none;
}

.navbar-nav .nav-item .sub-menu>li>a:hover {
  background: rgba(0, 0, 0, 0.05);
  color: #33657e;
}

/*======================================
   End Header CSS
========================================*/

/*======================================
   02. Hero Area CSS
========================================*/
.hero-slider {
  position: relative;
  /* background: #33657e08; */
}

.hero-slider .single-slider {
  height: 500px;
  background-size: cover;
  background-position: center;
  position: relative;
}

/* .hero-slider .single-slider::before {
  position: absolute;
  content: "";
  right: 0;
  width: 50%;
  background-image: url(../images/hero-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 0;
  height: 100%;
  top: 0;
  z-index: -1;
  border-radius: 0;
} */

.hero-slider .hero-text {
  float: none;
  margin-top: 50px;
	padding-bottom: 0;
  text-align: center;
}
.hero-slider .hero-text p {
  font-size: 18px;
  line-height: 28px;
}
.hero-slider .hero-text .small-title {
  color: #3e2e1f;
  background: #f6f9fc;
  font-size: 14px;
  padding: 0px 10px;
  display: inline-block;
  margin-bottom: 15px;
  border: solid 1px #95cfc3;
  border-radius: 20px;
    font-weight: 700;
}

.hero-slider .hero-text h1 {
  color: #3e2e1f;
  font-weight: 800;
  line-height: 56px;
  margin-bottom: 25px;
	font-size: 46px;
}

.hero-slider .hero-text .button {
  margin-top: 30px;
}

.button .btn.dark_bg {
  color: #33657e;
  background: transparent;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.hero-slider .hero-text .button .btn, .client-logo-section .button .btn, .short_link .button .btn {
	border: none;
  	border-radius: 15px;
	font-size: 18px;
  	padding: 15px 25px;
	box-shadow: 0 15px 40px #e0dfda;
}

.hero-slider .hero-text .button .btn:hover, .client-logo-section .button .btn:hover, .short_link .button .btn:hover {
	box-shadow: 0 15px 40px #848171;
}

.hero-slider .hero-text .button .btn.dark_bg .dir-part {
  background-color: #33657e;
}

.hero-slider .hero-text .button .btn:last-child {
  margin-right: 0px;
}

.hero-slider .hero-image {
  margin-top: 175px;
}


/* Slider Dots*/
.hero-slider .home-slider {
  position: relative;
}

.hero-slider .tns-nav {
  background: #33657e;
  display: inline-block;
  padding: 8px 20px 8px 20px;
  border-radius: 3px;
  position: absolute;
  left: -30px;
  top: 260px;
  transform: rotate(90deg);
  border-radius: 12px 12px 0px 0;
  z-index: 9;
}

.hero-slider .tns-nav button {
  width: 10px;
  height: 10px;
  border-radius: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0;
  background: #fff;
  display: inline-block;
  border: none;
  margin-right: 9px;
  border-radius: 30px;
}

.hero-slider .tns-nav button:last-child {
  margin: 0;
}

.hero-slider .tns-nav button.tns-nav-active {
  width: 20px;
}

/*=========================
   End Hero Area CSS
===========================*/


/*=============================
	03. Start Features CSS
===============================*/
.Features {
  background: #fff;
}

.Features .feature-content {
  padding-left: 50px;
  padding-bottom: 30px;
}

.Features .feature-content .title {
  margin-bottom: 30px;
}

.Features .feature-content .title span {
  text-transform: capitalize;
  font-size: 14px;
  display: inline-block;
  background: #33657e;
  color: #fff;
  padding: 4px 18px;
  margin-bottom: 5px;
}

.Features .feature-content .title h3 {
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
}

.Features .feature-item {
  margin-bottom: 15px;
  position: relative;
  padding-left: 80px;
  padding-right: 30px;
}

.Features .feature-item:last-child {
  margin-bottom: 0;
}

.Features .feature-item .feature-thumb {
  height: 55px;
  width: 55px;
  background: url(../images/feature-icon-bg.png) no-repeat center center;
  background-size: contain;
  font-size: 23px;
  line-height: 55px;
  text-align: center;
  color: #ffffff;
  display: inline-block;
  position: absolute;
  left: 0;
  top: 10px;
}

.Features .feature-item .banner-content {
  /*! padding-left: 34px; */
  display: inline-block;
}

.Features .feature-item .banner-content .title {
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 0px;
  font-size: 18px;
  font-weight: 600;
  line-height: 38px;
}

.Features .feature-item .banner-content p {
  color: #777;
  font-weight: 400;
  font-size: 14px;
  display: block;
  margin-top: 6px;
}

.feature-right {
  position: relative;
  background-image: url('../images/feature-image.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}

.feature-right .watch-inner {
  display: inline-block;
  text-align: center;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -40px;
  top: 50%;
  margin-top: -80px;
}

.feature-right .video-head {
  display: inline-block;
  border-radius: 100%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-top: 35px;
}

.feature-right .video-head .video {
  height: 100px;
  width: 100px;
  line-height: 100px;
  text-align: center;
  background: #fff;
  color: #333;
  border-radius: 100%;
  display: inline-block;
  font-size: 28px;
  padding-left: 5px;
}

.feature-right .video-head .video:hover {
  background: #33657e;
  color: #fff;
}

.feature-right .video-head .video {
  height: 80px;
  width: 80px;
  background: #fff;
  color: #33657e;
  text-align: center;
  line-height: 84px;
  border-radius: 50%;
  position: relative;
  z-index: 5;
}

.feature-right .video-head .video:before {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  border-radius: 50%;
  border: 1px solid #fff;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-animation: play-btn-1 1.8s linear infinite;
  -moz-animation: play-btn-1 1.8s linear infinite;
  -o-animation: play-btn-1 1.8s linear infinite;
  animation: play-btn-1 1.8s linear infinite;
}

.feature-right .video-head .video:after {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  border-radius: 50%;
  border: 1px solid #fff;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-animation: play-btn-2 1.5s linear infinite;
  -moz-animation: play-btn-2 1.5s linear infinite;
  -o-animation: play-btn-2 1.5s linear infinite;
  animation: play-btn-2 1.5s linear infinite;
}

/*=============================
	End Features CSS
===============================*/


/*=============================
	04. Start Services CSS
===============================*/
.services {
  background: #F9FAFF;
  padding-bottom: 85px;
}

.services .section-title {
  margin-bottom: 65px;
}

.services .single-service {
  text-align: left;
  position: relative;
  padding: 130px 40px 45px 40px;
  box-shadow: 0px 5px 35px #0000000d;
  border-radius: 0;
  background: #fff;
  z-index: 5;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin: 15px 0;
}

.services .single-service .serial span {
  font-size: 30px;
  position: absolute;
  left: 40px;
  top: 40px;
  height: 65px;
  width: 65px;
  line-height: 65px;
  text-align: center;
  background: #74b9ff;
  color: #33657e;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: #33657e0f;
  border-radius: 70% 30% 30% 70% / 60% 40% 60% 40%;
}

.services .single-service:hover {
  background: #33657e;
}

.services .single-service:hover .serial span {
  border-color: transparent;
  background: #fff;
  color: #33657e;
  border-radius: 50%;
}

.services .single-service h3 a {
  color: #333;
  font-weight: 600;
  font-size: 22px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.services .single-service:hover h3 a {
  color: #fff;
}

.services .single-service p {
  margin-top: 20px;
  line-height: 24px;
  font-size: 14px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.services .single-service:hover p {
  color: #fff;
}


.services .single-service {
  position: relative;
  z-index: 2;
  overflow: hidden;
  margin-top: 15px;
  margin-bottom: 15px;
}

.services .single-service img {
  height: 100%;
  width: 100%;
  z-index: 2;
}

.services .single-service .content {
  z-index: 2;
  width: 100%;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  margin-top: 30px;
}

.services .single-service .content h4 {
  display: block;
  margin-bottom: 25px;
  padding-bottom: 15px;
  color: #181E4E;
  position: relative;
}

.services .single-service .content h4:before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 3px;
  width: 80px;
  background: #33657e;
  z-index: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.services .single-service:hover .content h4:before {
  width: 110px;
}

.services .single-service .content h4:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  height: 3px;
  width: 100%;
  background: #e6eefb;
  z-index: -1;
}

.services .single-service .content h4 a {
  color: #fff;
  font-weight: 600;
  font-size: 23px;
  color: #181E4E;
}

.services .single-service .content p {
  color: #666;
  transition: all 0.4s ease;
}

.services .single-service .content .button {
  margin-top: 30px;
}

.services .single-service .content .button .btn {
  border: 2px solid #33657e;
  color: #33657e;
  background: transparent;
}

.services .single-service .content .button .btn:hover {
  border-color: transparent;
  color: #fff;
  background: #33657e;
}

/*=============================
  End Service CSS
===============================*/

/*=============================
	09. Start Pricing Table CSS
===============================*/
.pricing-table {
  background: #F9FAFF;
  position: relative;
}

.pricing-table .single-table {
  background: #fff;
  text-align: center;
  position: relative;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 30px 20px;
  box-shadow: 0 10px 30px rgba(111, 111, 111, 0.1);
  overflow: hidden;
	border-width: 10px;
  border-style: solid;
  border-image: linear-gradient(to right, #3e2e1f 0%, #95cfc3 100%) 1;
  border-radius: 15px;
}

.pricing-table .single-table .popular {
  color: #fff;
  background: #848171;
  display: inline-block;
  padding: 5px 70px;
  position: absolute;
  right: -60px;
  top: 14px;
  font-size: 13px;
  transform: rotate(45deg);
  font-weight: 700;
}

/* Table Head */
.pricing-table .single-table .table-head {}

.pricing-table .single-table .title {
  font-size: 28px;
  color: #33657e;
  font-weight: 800;
}

.pricing-table .single-table .title span {
  display: block;
  margin-top: 0;
  font-size: 13px;
  font-weight: 400;
  text-transform: capitalize;
	line-height: 20px;
  padding-top: 10px;
}

.pricing-table .single-table .price {
  height: 120px;
  width: 120px;
  display: inline-block;
  border: 1px dashed #6ca0bc;
  border-radius: 50%;
  margin: 20px 0;
}

.pricing-table .single-table .amount {
  position: relative;
  font-size: 35px;
  display: inline-block;
  margin: 45px 0;
  font-weight: 700;
}

.pricing-table .single-table .curency {
  font-size: 17px;
  font-weight: 400;
  position: absolute;
  left: -14px;
  top: -7px;
}

.pricing-table .single-table .duration {
  color: #888;
  font-size: 14px;
  font-weight: 400;
  position: absolute;
  right: -25px;
  bottom: -6px;
}

/* Table List */
.pricing-table .table-list li {
  margin-bottom: 5px;
  font-size: 14px;
}

.pricing-table .table-list li:last-child {
  margin-bottom: 0;
}

/* Table Bottom */
.pricing-table .button {
  margin-top: 15px;
}

/*=============================
	End Pricing Table CSS
===============================*/


/*======================================
   12. Start Clients CSS
========================================*/
.logo-container{
    margin-top:26%;
}

.section.client-logo-section {
    background: url(../images/ellipse_859.png);
    background-size: 100% 100%;
    padding: 0px; 
    /*margin-bottom: -10em;*/
    z-index: 9;
}

.client-logo-section .client-logo-wrapper .client-logo-carousel .client-logo {
  padding: 10px;
  text-align: center;
  margin: auto
}

.client-logo-section .client-logo-wrapper .client-logo-carousel .client-logo img {
  max-width: 220px;
  width: 100%;
  opacity: .3;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s
}

.client-logo-section .client-logo-wrapper .client-logo-carousel .client-logo img:hover {
  opacity: 1
}

/*======================================
   End Clients CSS
========================================*/

/*======================================
	16. Start Newsletter CSS
========================================*/
.newsletter {
  background-image: url('../images/pattern.png');
  background-color: #33657e;
}

.newsletter .subscribe-text h6 {
  font-size: 26px;
  margin-bottom: 20px;
  color: #fff;
  font-weight: 700;
}

.newsletter .subscribe-text p {
  font-size: 14px;
  color: #fff;
}

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

.newsletter .common-input {
  height: 60px;
  width: 350px;
  border: none;
  box-shadow: none;
  text-shadow: none;
  border-radius: 0;
  padding: 0px 30px;
  font-weight: 500;
  font-size: 14px;
  background: transparent;
  border: 2px solid #eee;
  color: #fff !important;
}

.newsletter .subscribe-form input {
  opacity: 1;
  color: #fff !important;
}

.newsletter .subscribe-form input::-webkit-input-placeholder {
  opacity: 1;
  color: #fff !important;
}

.newsletter .subscribe-form input::-moz-placeholder {
  opacity: 1;
  color: #fff !important;
}

.newsletter .button {
  display: inline-block;
}

.newsletter .button button {
  height: 60px;
  background: #fff;
  color: #333;
  position: relative;
  top: -1px;
  margin-left: 10px;
}

.newsletter .button button .dir-part {
  background-color: #33657e;
}

.newsletter .button button:hover {
  border-color: #fff !important;
  color: #fff;
}

/*======================================
	End Newsletter CSS
========================================*/


/*======================================
	17. Start Footer CSS
========================================*/
.footer {
    background: linear-gradient(90deg,rgba(149, 207, 195, 0.2) 0%, rgba(224, 223, 218, 0.2) 50%, rgba(62, 46, 31, 0.2) 100%);
  z-index: 2;
  position: relative;
}

.footer .footer-top {
  padding-top: 80px;
  padding-bottom: 50px;
}

.footer .logo {
  margin-bottom: 25px;
}

.footer .logo img {
  width: 150px;
}

.footer .f-about {
  padding-right: 30px;
}

.footer .f-about .footer-social {
  margin-top: 15px;
}

.footer .f-about .footer-social ul {}

.footer .f-about .footer-social ul li {
  display: inline-block;
}

.footer .f-about .footer-social ul li:last-child {
  margin: 0;
}

.footer .f-about .footer-social img {
  width: 60px;
}

.footer .newsletter-form {
  padding: 41px;
  border: 1px solid #eee;
}

.footer .newsletter-form form {}

.footer .newsletter-form input {
  width: 400px;
  border-bottom: 3px solid #eee;
  color: #333;
  height: 60px;
  display: inline-block;
  border: none;
  border: 2px solid #eee;
  border-radius: 0;
  font-weight: 500;
  font-size: 14px;
  display: block;
  width: 100%;
  padding: 0px 20px;
}

.footer .newsletter-form .button {
  display: inline-block;
  width: 100%;
}

.footer .newsletter-form .button .btn {
  height: 60px;
  width: 100%;
  display: block;
  margin-top: 14px;
}

.footer .footer-middle {
  padding-bottom: 30px;
  padding-top: 30px;
}

.footer .single-footer {
  margin-top: 30px;
}

/* Footer Link */
.footer .f-link ul li {
  margin-bottom: 13px;
  position: relative;
}

.footer .f-link ul li:last-child {
  margin: 0;
}

.footer .f-link ul li:hover:before {
  background: #333;
}

.footer.index2 .f-link ul li:hover:before {
  background: #333;
}

.footer .f-link ul li:last-child {
  margin-bottom: 0px;
}

.footer .f-link ul li a {
  display: inline-block;
  color: #555;
  font-size: 14px;
  font-weight: 400;
  position: relative;
}

.footer .f-link ul li a:hover {
  color: #33657e;
  padding-left: 5px;
}

/* Footer Contact */
.footer .f-contact {}

.footer .f-contact p {
  color: #555;
  margin-bottom: 20px;
  line-height: 30px;
}

.footer .f-contact ul {}

.footer .f-contact ul li {
  display: inline-block;
  color: #555;
  font-size: 14px;
  font-weight: 400;
}

.footer .f-contact ul li a {
  display: inline-block;
  color: #555;
  font-size: 14px;
  font-weight: 500;
  font-weight: 400;
}

.footer .f-contact ul li a:hover {
  padding: 0;
}

.footer .f-contact ul li a i {}

.footer .f-contact ul li i {
  display: inline-block;
  margin-right: 7px;
  font-size: 17px;
  color: #33657e;

}

.footer .custom-flex {
  margin-right: -15px;
}

.footer .custom-flex li {
  width: calc(33.33% - 15px);
  margin-bottom: 15px;
  margin-right: 15px;
}

.footer .gallery ul {
  margin-left: -10px;
  overflow: hidden;
}

.footer .gallery ul li {
  float: left;
  margin: 10px 0 0 10px;
  padding: 0;
}

.footer .gallery ul li a {
  position: relative;
}

.footer .gallery ul li a:before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: #33657e;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.footer .gallery ul li a:hover:before {
  opacity: 0.8;
  visibility: visible;
}

.footer .gallery ul li a i {
  height: 30px;
  width: 30px;
  line-height: 30px;
  font-size: 18px;
  color: #fff;
  display: block;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -15px;
  margin-top: -15px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
}

.footer .gallery ul li a:hover i {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

.footer .gallery ul li img {
  width: 100px;
  height: 100px;
}

.footer .footer-bottom {}

.footer .footer-bottom .inner {
  padding: 20px 0;
  border-top: 2px solid #D8E1EF;
}

.footer .footer-bottom p {
  color: #555;
}

.footer .footer-bottom p a {
  font-weight: 400;
  display: inline-block;
  margin-left: 6px;
  color: #333;
}

.footer .footer-bottom p a:hover {
  color: #33657e;
}

.footer .footer-bottom .left {}

.footer .footer-bottom .right {
  text-align: right;
}

/*======================================
	End Footer	CSS
========================================*/

/*===================================
	08. Start Testimonials CSS
=====================================*/
.section.testimonials {
  position: relative;
  overflow: hidden;
}

.testimonials .section-title {
  margin-bottom: 50px;
}

.testimonials .shape1 {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 1;
}

.testimonials .shape2 {
  position: absolute;
  right: 0;
  bottom: 0px;
  opacity: 1;
}

.testimonials .single-testimonial {
  text-align: left;
  margin: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: #fff;
  border-radius: 0;
  position: relative;
  overflow: hidden;
  padding-left: 210px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 30px;
  background-image: url(../images/04.svg);
  background-size: 20%;
  background-repeat: no-repeat;
  background-position: right 50px center;
}

.testimonials .single-testimonial i {
  font-size: 40px;
  margin-bottom: 15px;
  display: block;
  color: #33657e;
}

.testimonials .single-testimonial p {
  font-weight: 600;
}

.testimonials .single-testimonial .bottom {
  position: relative;
  margin-top: 22px;
}

.testimonials .single-testimonial .client1 {
  height: 100%;
  width: 180px;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../images/testimonial/sample_profile.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.testimonials .single-testimonial .client2 {
  height: 100%;
  width: 180px;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../images/testimonial/sample_profile.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.testimonials .single-testimonial .client3 {
  height: 100%;
  width: 180px;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../images/testimonial/sample_profile.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.testimonials .single-testimonial .client4 {
  height: 100%;
  width: 180px;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../images/testimonial/t4.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.testimonials .single-testimonial .client5 {
  height: 100%;
  width: 180px;
  position: absolute;
  left: 0;
  top: 0;
  background-image: url(../images/testimonial/guni.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.testimonials .single-testimonial .name {
  color: #33657e;
  font-weight: 700;
  text-transform: capitalize;
  font-size: 18px;
  line-height: 22px;
}

.testimonials .single-testimonial .name span {
  display: block;
  font-size: 13px;
  font-weight: 500;
  margin-top: 1px;
  text-transform: capitalize;
}

.testimonials .tns-outer [data-action] {
  cursor: pointer;
  display: none;
}

/* Owl Nav */
.testimonials .home-slider {
  position: relative;
}

.testimonials .tns-nav {
  background: #fff;
  display: inline-block;
  padding: 8px 12px 11px 20px;
  border-radius: 3px;
  position: absolute;
  left: -31px;
  top: 430px;
  transform: rotate(90deg);
  border-radius: 12px 12px 0px 0;
  z-index: 9;
}

.testimonials .tns-nav button {
  width: 10px;
  height: 10px;
  border-radius: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 0;
  background: #33657e;
  display: inline-block;
  border: none;
  margin-right: 9px;
  border-radius: 30px;
}

.testimonials .tns-nav button:last-child {
  margin: 0;
}

.testimonials .tns-nav button.tns-nav-active {
  width: 20px;
}

/*=============================
	End Testimonials CSS
===============================*/



.free-version-banner {
  position: relative;
  background: linear-gradient(102.58deg, #E0DFDA 0%, #848171 0%, #95CFC3 100%);
/*
  background: #848171;
  background-image: url('../images/pattern.png');
  */
}

.free-version-banner .section-title span {
  margin-bottom: 15px;
  background-color: #fff;
  color: #33657e !important;
}

.free-version-banner .section-title h2 {
  padding-bottom: 20px;
  margin-bottom: 25px;
  line-height: 50px;
  font-size: 35px;
}

.free-version-banner .section-title h2::before {
  left: 0 !important;
  margin-left: 0 !important;
  line-height: 55px !important;
}
/*
.free-version-banner .button {
  z-index: 5;
  float: right;
}

.free-version-banner .button .btn {
  background-color: #fff;
  color: #33657e;
}

.free-version-banner .button .btn:hover {
  color: #fff;
}

.free-version-banner .button .btn .dir-part {
  background-color: #333;
}
.hero-slider .single-slider::before {
  position: absolute;
  content: "";
  width: 40%;
  background-image: url(../images/head_bg.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  top: -50px;
  z-index: -1;
}
.section-title {
  background-image: url(../images/head_bg.svg);
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: top -32px center;
}
*/
.hero-slider img{
  padding: 50px 30px 0;
}
.shortlink{
  background: #fff;
  box-shadow: 0px 0 15px -7px #909091;
  padding: 50px;
  border-radius: 20px;
  padding-right: 0;
}
.short_link {

}
.short_text{
	background: radial-gradient(circle farthest-corner at 10% 0%,#e0dfda 33%,#e0dfda 93.6%);
	padding: 40px;
  	border-radius: 20px 0 0 20px;
}
.short_text h3{
  	color: #fff;
	font-weight: 800;

}
.s_icon{
  background: #fff;
  text-align: center;
  padding: 15px;
  border-radius: 10px;
}
.s_icon img{
  width: 65px;
}
.short_text p{
  padding-bottom: 20px;
  color: #fff;
}
.short_text h5{
  font-size: 15px;
}
.shortlink h3 {
  line-height: 30px;
  padding-bottom: 15px;
}
.short_link  input[type="text"]{
  padding: 5px 10px;
  width: 60%;
  border-radius: 0;
  height: 36px;
}
.short_link form .btn{
  background: #848171;
  color: #fff;
  font-size: 15px;
  border-radius: 0;
  height: 36px;
  border: none;
  position: relative;
  top: -2px;
	font-weight: 700;
}
.short_link form{
  padding: 15px 0;
}
.sign_up .card-header {
  background-color: transparent;
  text-align: center;
  margin-bottom: 30px;
  border: none;
}
.sign_up .card-header-tabs {
  display: inline-flex;
}
.sign_up .card-body {
  background: #fff;
  border-radius: 15px;
  padding: 50px;
}
.sign_up .form-group input[type="text"]{
  background: #f6f9fc;
  border-color: #f6f9fc;
  padding: 12px 15px;
}
.sign_up .form-group{
  padding: 0 0 15px;
}
.sign_up .nav-tabs .nav-link {
  color: #fff;
  border-radius: 0;
  min-width: 125px;
  margin: 0 10px;
  border-width: 1px;
  border-style: solid;
  border-image: linear-gradient(to right, #3e2e1f 0%, #95cfc3 100%) 1;
}
.sign_up .nav-tabs .nav-item.show .nav-link, .sign_up .nav-tabs .nav-link.active {
  color: #495057;
}
.section.free-version-banner{
  padding-bottom: 50px;
}
.sign_btm{
  text-align: center;
  padding-top: 30px;
}
.sign_btm h3{
  color: #fff;
  padding-bottom: 15px;
}
.sign_btm img{
  width: 18px;
}
.sign_btm p span{
  color: #fff;
  padding: 0 15px;
}
.pricing .nav-tabs .nav-link {
  color: #33657e;
  background: #f6f9fc;
}
.pricing .nav-tabs .nav-item.show .nav-link, .pricing .nav-tabs .nav-link.active {
  color: #fff;
  background: linear-gradient(90.06deg , #3e2e1f 0%, #95cfc3 100.07%);
}
 /*
.hero-slider::before {
  position: absolute;
  content: "";
  width: 40%;
  background-image: url(../images/06.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
}
 */
.footer .f-about p a{
  color: #6ca0bc;
  margin: 0 10px;
}
.footer .f-about p a:hover{
  color: #33657e;
}

.nws_wrapper {
  max-width: 100%;
  overflow: hidden;
  background-image: url(../images/marquee-bg.webp);
	background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.nws_wrapper .container{
  overflow: hidden;
}
.marquee {
  white-space: nowrap;
  overflow: hidden;
  display: inline-block;
  animation: marquee 15s linear infinite;
}
.marquee p {
  display: inline-block;
	visibility: visible;
	margin: 0;
	color: #fff;
	font-size: 18px;
  font-weight: 600;
	padding: 10px 15px 5px;
}
.marquee p a{
	background: linear-gradient(90.06deg , #6CA0BC 0%, #544b53 100.07%);
  color: #fff;
  padding: 5px 15px;
  border-radius: 25px;
	margin-left: 5px;
  margin-right: 5px;
}
@keyframes marquee {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}

.login_inr{
  background-image: url(../images/lgn_bg.png);
  min-height: 500px;
  background-size: cover;
  padding-bottom: 50px;
}
.login_form .form-group{
  padding-bottom: 25px;
  position: relative;
}
.login_form .form-group i{
  font-size: 20px;
  position: absolute;
  top: 10px;
  left: 10px;
}
.login_form .form-control{
  padding: 10px 15px 10px 35px;
}
.login_logo{
  text-align: center;
  padding: 50px 0;
}
.login_logo img{
  width: 125px;
}
.login_form .button .btn{
  width: 100%;
}
.login_form .button{
  padding: 10px 0;
}
.login_form p span{
  float: right;
}
.login_form{
  width: 54%;
  margin-left: auto;
  padding: 0 50px;
}
.contact .section-title {
  background-size: 75%;
  background-position: top -35px left;
  text-align: left;
  padding: 0 0 30px;
}
.cont_vect{
  text-align: center;
  margin-top: -30px;
}
.cont_text{
  padding: 0 50px;
}
.cont_text p{
  padding-bottom: 15px;
}
.cont_text h4{
  color: #33657e;
}
.cont_form{
  padding: 30px;
  box-shadow: 2px 2px 15px -5px #999;
  border-radius: 15px;
}
.form-group{
  padding-bottom: 15px;
}
.cont_form label{
  padding-bottom: 5px;
}
.form-control{
  padding: 8px 10px !important;
}
.cont_form .button .btn{
  padding: 8px 20px;
  border-radius: 5px;
}

.radio input {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	outline: none;
	cursor: pointer;
	box-shadow: 1px 3px 10px -5px #999;
  padding: 5px 15px !important;
  border-radius: 25px;
  margin-right: 10px;
	transition: all 100ms linear;
  margin-bottom: 10px;
}
.radio input:checked {
	background-image: linear-gradient(180deg, #6ca0bc, #33657e);
	color: #fff;
}
.radio input:before {
	content: attr(label);
	display: inline-block;
	text-align: center;
	width: 100%;
}
td .bg1{
  background: #e7f2f9;
  text-align: center;
  height: 50px;
  line-height: 50px;
  min-width: 100px;
}
td .bg2{
  background: #ecf1f3;
  text-align: center;
  height: 50px;
  line-height: 50px;
  min-width: 100px;
}
.core_feature td i{
  color: #33657e;
  font-size: 20px;
}
.core_feature td{
  padding-top: 0;
  padding-bottom: 0;
  vertical-align: middle;
  border-color: #D0E2EE;
}
.core_feature tr td:last-child{
  padding-right: 0;
}
.core_feature .fbp_btm{
  border: solid 1px #D0E2EE;
  border-radius: 10px;
	margin-bottom: 30px;
}
.core_feature .fbp_btm .table{
  margin: 0;
}
.core_feature {
  padding: 75px 0;
}
.core_feature td h4{
  color: #33657e;
	font-weight: 700;
}
.pricing .card-body {
  padding: 0;
}
.why_cg{
  background: linear-gradient(114.07deg, #33657E 84.5%, #E5CC5C 108.25%);
  padding: 30px;
  border-radius: 15px;
  color: #fff;
}
.why_cg .section-title {
  text-align: left;
  padding: 10px 0 30px;
  background-size: 35%;
  background-position: top -17px left 15px;
}
.why_cg .section-title h3{
  color: #fff;
}
.why_cg ul li{
  font-size: 18px;
  padding-bottom: 20px;
}
.why_cg ul{
  padding-left: 50px;
}
.faq-table .section-title{
  /*margin-bottom: 50px;*/
}
.faq-table .accordion-button{
 border-left: 0;
 border-right: 0;
}
.faq-table .accordion-collapse{
  border: none;
}
.accordion-button:not(.collapsed) {
  color: #33657e;
  background-color: #f6f9fc;
}
.accordion-button:focus {
  border-color: #f6f9fc;
  box-shadow: 0 0 0 .25rem rgba(246, 249, 253, .25);
}
.faq_rt{
  background: #33657e;
  padding: 50px 15px;
  border-radius: 15px;
  text-align: center;
  margin-top: 30px;
}
.faq_rt h4, .faq_rt p{
  color: #fff;
  padding-bottom: 15px;
}
.faq_rt .btn{
  color: #33657e;
  background: #fff;
  margin-top: 11px;
}
.about_us .section-title {
  text-align: left;
  padding: 0;
  background-size: 60%;
  background-position: top -35px left;
}
.msn_txt{
  box-shadow: 0px 0 10px -5px #999;
  border-radius: 10px 0 0 10px;
  padding: 30px;
  margin-top: 30px;
}
.our_msn img{
  margin-left: -25px;
}
.we_ofer{
  background: #f7f8fa;
}
.ofr_card{
  box-shadow: 0 10px 30px #e0dfda;
  padding: 30px 15px;
    height: 100%;
    border-radius: 15px;
}
.card_bg{
  background: #FAFAFA;
}
.ofr_card h4{
  padding: 20px 0 10px;
}
.vsn_card{
  box-shadow: 0 0 10px 2px rgba(111, 111, 111, 0.1);
  padding: 30px;
  min-height: 201px;
  border-radius: 15px;
  background-image: url(../images/head_bg.svg);
  background-repeat: no-repeat;
  background-position: top -15px right;
}
.vsn_card h3{
  padding-bottom: 10px;
}
.we_ofer .button .btn.dark_bg {
  background: #fff;
  color: #33657e;
  border: solid 2px #33657e;
}
.we_ofer .button .btn.dark_bg:hover{
  color: #fff;
}
.we_ofer .button {
  text-align: center;
  padding-top: 30px;
}
.terms-cond h3{
  padding-bottom: 10px;
  padding-top: 5px;
}
.terms-cond h4{
  padding-bottom: 10px;
  padding-top: 15px;
}
.terms-cond h5{
  padding-bottom: 10px;
}
.terms-cond p{
  padding-bottom: 15px;
}
.terms-cond ul li{
  list-style: square;
  margin-left: 15px;
  padding-bottom: 5px;
}
.terms-cond ul{
  padding-bottom: 15px;
}

.pricing-table .offers .single-table {
  /*background: #6ca0bc;*/
  padding: 40px 20px;
  box-shadow: 10px 10px 20px rgba(111, 111, 111, 0.48);
  border-radius: 30px 0;
}
/*
.pricing-table .offers .single-table2 {
  background: #a06daf;
}
.pricing-table .offers .single-table3 {
  background: #544b53;
}
.pricing-table .offers .single-table .price {
  height: auto;
  width: auto;
  border: none;
  border-radius: 0;
  margin: 35px 0;
}
.pricing-table .offers .single-table .popular {
  color: #000;
  background: #e5cc5c;
  font-size: 14px;
}
*/
.pricing-table .offers .single-table .title {
  /*color: #fff;*/
  text-transform: uppercase;
}
.pricing-table .offers .single-table .title span {
  margin-top: 10px;
  font-size: 16px;
  /*color: #fff;*/
}
.pricing-table .offers .single-table .curency {
  /*color: #fff;*/
  font-size: 22px;
  left: -15px;
  top: -10px;
}
.pricing-table .offers .single-table .duration {
  /*color: #fff;*/
  font-size: 18px;
  right: -30px;
  bottom: -10px;
}
.pricing-table .offers .table-list li {
  /*color: #fff;*/
  font-size: 15px;
}
/*
.pricing-table .offers .single-table .amount {
  color: #fff;
  font-size: 55px;
  margin: 15px 0;
}
.offers .button .btn {
  background: #fff;
  color: #333;
  border-radius: 0;
}
.offers .button .btn:hover {
  color: #33657e;
}
*/
.core_feature tr td:first-child{
  width: 250px;
}
.core_feature .table tr:last-child td{
  border: none;
}
.fbp_top td h4{
  width: 225px;
}
.fbp_td{
  box-shadow: 0 0px 10px -2px #999;
  padding: 10px;
  border-radius: 10px;
  text-align: center;
}
.core_feature .fbp_top td {
  padding-top: 5px;
}
.fbp_top{
  padding: 0 5px;
}
td .fbp_td .bg1, td .fbp_td .bg2{
  height: 55px;
  padding: 3px;
  border-radius: 5px;
}
.fbp_td h5{
  color: #33657e;
  font-weight: 700;
}
.fbp_td .btn-primary {
  color: #fff;
  background-color: #33657e;
  border-color: #33657e;
  margin-top: 10px;
}
.core_feature .fbp_top td h4 {
  color: #333;
}
.navbar-area .button .btn{
    padding: 8px 12px;
    min-width: 124px;
}
.hide_lg{
    display: none;
}

/* marquee slide */
.marquee-inner span{
  float:left;
  width:50%;
}
.marquee-wrapper .marquee-block{
  --total-marquee-items:6;
  height: 147px;
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
}
/*.marquee-wrapper .marquee-block {*/
/*    --total-marquee-items: 6;*/
/*    height: 100px;*/
/*    overflow: hidden;*/
/*    box-sizing: border-box;*/
/*    position: relative;*/
/*    margin: 5% auto;*/
/*    padding-bottom: 12%;*/
/*}*/
.marquee-inner{
  display: block;
  width: 200%;
  position: absolute;
}
.marquee-inner.to-left{
  animation: marqueeLeft 25s linear infinite;
}
.marquee-inner.to-right{
  animation: marqueeRight 25s linear infinite;
}
.client-logo-section .marquee-inner img {
  max-width: 200px;
  width: 100%;
  height: auto;
  padding: 0 30px;
  -webkit-transition: all .3s ease-out 0s;
  transition: all .3s ease-out 0s;
  filter: grayscale(100%);
}
.marquee-inner img:hover {
    filter: grayscale(25%);
}
@keyframes marqueeLeft{
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
@keyframes marqueeRight{
  0% {
    left: -100%;
  }
  100% {
   left: 0;
  }
}
/* // marquee slide */

#demo{
    font-family: "Jersey 25", sans-serif;
    font-size: 42px;
    padding-bottom: 15px;
    color: #33657e;
    text-align: center;
}
.toolbar-contact #demo{
    font-size: 18px;
    padding-bottom: 0;
	color: #ff6c00;
}

.surlq{
padding-top: 175px
}
.surlq img{
	margin: 0;
  padding: 0;
  width: 80px;
}
.surlq .small-title {
  color: #fff;
  background: #6ca0bc;
  font-size: 12px;
  padding: 0px 8px;
  display: inline-block;
  margin-bottom: 10px;
  border: solid 1px;
}
.pull-right{
	float: right
}
.surlq .p_qr{
padding-top: 50px
}

.sign_up .form-group label{
	color: #848171;
  font-weight: 700;
}
.ind_txt{
	box-shadow: 0 10px 30px rgba(111, 111, 111, 0.1);
  padding: 20px;
  margin-top: 15px;
display: flex;
}
.ind_txt i{
	font-size: 65px;
  color: #6ca0bc;
  margin-right: 20px;
}
.ind_txt h4{
	padding-bottom: 5px;
}
.nav-pills .nav-link {
  border-radius: 0;
  background: #eff2f9;
  margin: 0px 8px 15px;
  padding: 12px 15px;
	color: #051441;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background-color: #6ca0bc;
}
.ind_img{
  background-image: url(../images/i1.webp);
  background-size: cover;
  background-position: center;
	height: 100%;
}
.ind2 .ind_img{
  background-image: url(../images/i2.webp);
}
.ind3 .ind_img{
  background-image: url(../images/i3.webp);
}
.ind4 .ind_img{
  background-image: url(../images/i4.webp);
}
.ind5 .ind_img{
  background-image: url(../images/i5.webp);
}
.ind6 .ind_img{
  background-image: url(../images/i6.webp);
}
.ind7 .ind_img{
  background-image: url(../images/i7.webp);
}
.ind8 .ind_img{
  background-image: url(../images/i8.webp);
}
.ind9 .ind_img{
  background-image: url(../images/i9.webp);
}
.ind10 .ind_img{
  background-image: url(../images/i10.webp);
}
.ind11 .ind_img{
  background-image: url(../images/i11.webp);
}
.ind12 .ind_img{
  background-image: url(../images/i12.webp);
}
.ind13 .ind_img{
  background-image: url(../images/i13.webp);
}
.ind14 .ind_img{
  background-image: url(../images/i14.webp);
}
.ind15 .ind_img{
  background-image: url(../images/i15.webp);
}
.ind16 .ind_img{
  background-image: url(../images/i16.webp);
}
.ind17 .ind_img{
  background-image: url(../images/i17.webp);
}
.ind18 .ind_img{
  background-image: url(../images/i18.webp);
}
.ind19 .ind_img{
  background-image: url(../images/i19.webp);
}
.ind20 .ind_img{
  background-image: url(../images/i20.webp);
}
.ind21 .ind_img{
  background-image: url(../images/i21.webp);
}
.ind22 .ind_img{
  background-image: url(../images/i22.webp);
}
.ind23 .ind_img{
  background-image: url(../images/i23.webp);
}
.ind24 .ind_img{
  background-image: url(../images/i24.webp);
}
.ind25 .ind_img{
  background-image: url(../images/i25.webp);
}
.ind26 .ind_img{
  background-image: url(../images/i26.webp);
}
.fbp_top .nav-tabs .nav-link{
	color: #33657e;
  	background: #f6f9fc;
  	border: solid #33657e 1px;
  	border-radius: 0;
	padding: 5px 10px;
  font-size: 13px;
}
.fbp_top .nav-tabs .nav-item.show .nav-link, .fbp_top .nav-tabs .nav-link.active {
  color: #fff;
  background-color: #33657e;
  border: solid #33657e 1px;
}
.fbp_top .card-header-tabs {
  	margin: 0;
	position: relative;
  	bottom: -40px;
  	left: 8px;
}
.hero-slider .himg{
	padding: 0;
  	position: absolute;
	right: 15px;
  	width: 300px;
  	top: 15px;
}
.hero-slider .himg2{
	padding: 0;
  	position: absolute;
	left: 15px;
  	top: 15px;
}
.hero-slider .himg3{
	padding: 0;
  	position: absolute;
	left: 50px;
  	top: 150px;
}
.hero-slider .himg4{
	padding: 0;
  	position: absolute;
	right: 10%;
  	bottom: 20%;
  	width: 100px;
}
.hero-slider .himg5{
	padding: 0;
  	position: absolute;
	right: 5%;
  	top: 50%;
  	width: 100px;
}
.hero-slider .himg6{
	padding: 0;
  	position: absolute;
	left: 15px;
  	width: 250px;
  	bottom: 50px;
}
.short_link h2{
	font-weight: 800;
  	padding-bottom: 20px;
	color: #3e2e1f;
}
.short_link .button{
	padding-top: 30px;
}
.sign_up h3{
	color: #3e2e1f;
  	font-weight: 800;
}
.sign_up .button .btn{
	border: none;
  	border-radius: 10px;
  	font-size: 16px;
  	box-shadow: 0 15px 40px #6ca0bc;
	margin-top: 15px;
}
.sign_up .button .btn:hover{
  	box-shadow: 0 15px 40px #544b53;
}
.testimonials .tns-ovh{
	box-shadow: 5px 5px 20px -7px #c4b39f;
  	border-radius: 20px;
}
.hero_aff{
	box-shadow: 0 0 30px -5px #ddd;
  	border-radius: 0 0 15% 15%;
}
.hero_aff .single-slider {
  height: 475px;
}
.pps{
	text-align: center;
  padding: 0 15px;
}
.pps i{
	background: #f6f9fc;
  font-size: 50px;
  width: 75px;
  height: 75px;
  text-align: center;
  line-height: 80px;
  border-radius: 50%;
  color: #6ca0bc;
  margin-bottom: 15px;
}
.pps h4{
color: #6ca0bc;
  font-weight: 700;
  padding-bottom: 10px;
}
.join_earn{
	text-align: center;
}
.button .btn.shadow{
  border: none;
  border-radius: 15px;
  font-size: 18px;
  padding: 15px 25px;
  box-shadow: 0 15px 40px #e0dfda  !important;
}
.button .btn.shadow:hover{
  box-shadow: 0 15px 40px #848171 !important;
}
.join_earn h3{
color: #a06daf;
  font-weight: 800;
  padding-bottom: 20px;
}
.short_aff{
	background: #F9FAFF;
}
.short_aff ul{
	padding-left: 15px;
}
.short_aff ul li{
	list-style: square;
  	padding-bottom: 15px;
}
.short_aff h4{
	color: #a06daf;
  font-weight: 700;
}
.short_aff .short_text {
  text-align: center;
}
.short_aff .short_text img{
  width: 80%;
}
.aff_why h4{
	color: #6ca0bc;
  	font-weight: 700;
}
.part_sec h2{
	color: #3e2e1f;
  	font-weight: 800;
	padding-bottom: 15px;
}
.part_sec ul li {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding: 15px;
  cursor: pointer;
}
.part_sec ul {
  padding-left: 15px;
}
.part_sec p {
  padding-bottom: 15px;
}
.part_sec .button {
	padding-top: 15px;
}
.row_reverse{
	flex-direction: row-reverse;
}
.part_sec_bg .container{
	background: radial-gradient(circle farthest-corner at 10% 0%,#e0dfda 33%,#e0dfda 93.6%);
  	padding: 50px;
  	border-radius: 20px;
}
.short_text2{
	background: radial-gradient(circle farthest-corner at 10% 0%,#e0dfda 33%,#e0dfda 93.6%);
}
.hero_aff .hero-text {
  background-image: url(../images/head_bg.svg);
  background-repeat: no-repeat;
  background-position: bottom;
}
.hero_aff .himg {
  right: 50px;
  width: 200px;
  top: 50px;
}
.hero_aff .himg2 {
  top: auto;
  width: 175px;
  bottom: 50px;
  left: 30px;
}
.program_form {
	background: radial-gradient(circle farthest-corner at 10% 0%,#e4f0f6 33%,#ebf2ff 93.6%);
  	padding: 50px 30px;
  	border-radius: 20px;
}
.program_form h2 {
  color: #6ca0bc;
  font-weight: 800;
  padding-bottom: 15px;
	text-align: center
}
.program_form .btn{
  background: linear-gradient(90.06deg , #3e2e1f 0%, #95cfc3 100.07%);
  color: #ffffff;
  padding: 12px 20px;
  border-radius: 5px;
  border: none;
}
.we_ofer .ofr_card img {
  height: 100px;
  margin: 10px 0;
}
.ofr_card h4 {
  color: #3e2e1f;
}
.free-version-banner ul li {
  color: #fff;
}
.free-version-banner .button .btn {
  background: linear-gradient(90.06deg , #c4b39f 0%, #95cfc3 100.07%);
  color: #3e2e1f;
}
.free-version-banner .button .btn.shadow {
  box-shadow: 0 15px 40px #848171 !important;
}
.pricing {
  background: #F9FAFF;
}
.footer .single-footer h3 {
  color: #4a7899;
  font-weight: 700;
  position: relative;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.single-footer ul li {
  padding-bottom: 5px;
}
.footer-social ul li i {
  background: rgba(6, 154, 180, 0.05);
  padding: 10px;
  height: 41px;
  width: 40px;
  font-size: 18px;
  margin: 0 5px;
  border-radius: 10px;
  color: #4a7899;
  box-shadow: 4px 4px 10px -5px #4a7899;
}
.vertical_cntr {
  justify-content: center;
  display: flex;
  flex-direction: column;
}
.key_feature .ofr_card img {
  height: 100px;
  margin: 10px 0;
}
.card_bg .ofr_card img {
  height: 100px;
  margin: 10px 0;
}
.contact .ofr_card {
  text-align: left;
  padding: 30px;
}
.contact .ofr_card img {
  height: 50px;
}
.contact .ofr_card p span {
  float: right;
}
.contact .ofr_card p a{
  font-weight: 700;
}
.client-logo-section .app_img {
    margin-top: -15em;
}
.section.card_bg {
    padding-top: 17em;
     margin-top: -17em;
}
.section .marquee-title{
    font-weight: 800;
  font-size: 32px;
  text-align: center;
  text-transform: capitalize;
  padding: 15px 0;
}

.inr_hero {
    background: url(../images/f01.webp);
    background-size: cover;
    padding: 50px 50px 0;
    border-radius: 40px;
    overflow: hidden;
}
.button.no_border .btn {
  border: none;
  border-radius: 10px;
  box-shadow: 0 15px 40px #e0dfda;
  min-width: 150px;
}
.button .no_shad {
    box-shadow: none !important;
}
.inr_hero h2 {
  text-align: center;
  font-weight: 800;
  padding-bottom: 50px;
}
.inr_hero h2 span {
  color: #95cfc3;
}
.inr_hero .col-md-4:first-child{
  text-align: right;
  padding-top: 225px;
}
.inr_hero .img_usr{
  width: 50%;
}

.inr_hero .col-md-4:last-child{
  padding-top: 200px;
}
.pwr_fch .card i{
  background: #DCF2ED;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  box-shadow: 1px 1px 4px #ddd;
  margin-right: 10px;
}
.pwr_fch .card h5 {
    font-weight: 700;
    font-size: 16px;
}
.pwr_fch .card {
    border: none;
    margin-bottom: 30px;
}
.pwr_fch .card p {
  font-size: 14px;
  line-height: 20px;
  padding-top: 10px;
}
.alws {
    background: url(../images/f05.webp);
    background-size: cover;
    padding: 50px 50px 15px;
    border-radius: 40px;
}
.alws h2 {
  font-weight: 800;
  padding-top: 15px;
  color: #fff;
}
.alws p {
  color: #fff;
}
.scrn_slide {
    background: url(../images/bc02.png);
    background-size: cover;
    overflow: hidden;
}
.scrn_slide .marquee-wrapper{
  text-align:center;
  transform: rotate(10deg);
}
.scrn_slide .marquee-inner span{
  float:left;
  width:50%;
}
.scrn_slide .marquee-wrapper .marquee-block{
  --total-marquee-items:7;
  height: 360px;
  width: calc(215px * (var(--total-marquee-items)));
  overflow: hidden;
  box-sizing: border-box;
  position: relative;
  margin: 20px auto;
  padding: 30px 0;
}
.scrn_slide .marquee-inner{
  display: block;
  width: 200%;
  position: absolute;
}
.scrn_slide .marquee-inner.to-left{
  animation: marqueeLeft 25s linear infinite;
}
.scrn_slide .marquee-inner.to-right{
  animation: marqueeRight 25s linear infinite;
}
.scrn_slide .marquee-item{
  width: 185px;
  height: auto;
  display: inline-block;
  margin: 0 15px;
  float: left;
  transition: all .2s ease-out;
}
@keyframes marqueeLeft{
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
@keyframes marqueeRight{
  0% { 
    left: -100%; 
  }
  100% {
   left: 0; 
  }
}

.key_benefit {
    background: #FAFAFA;
}
.key_benefit .ofr_card {
    padding: 15px;
}
.no_pad {
    padding: 0 !important;
}
.text-left {
    text-align: left !important;
}
.how_it {
   background: url(../images/bc20.png);
    background-size: cover; 
}
.how_it .ofr_card{
  background: #fff;
  padding: 15px;
  border-left: solid #95CFC3 7px;
  box-shadow: 3px 3px 12px -9px #333;
}
.how_it .ofr_card i{
  font-size: 34px;
  color: #95CFC3;
}
.how_it .ofr_card h4{
  padding: 10px 0 5px;
}
.formn-control{ 
  padding: 10px 15px !important;
  background: #F7F7F7;
  border: none !important;
  width: 100%;
}
label {
  margin-bottom: 5px;
}
.stand_out {
    background: #F7F8FA;
}
.faq-table .accordion-button{
    border-left: 0;
  border-right: 0;
  font-size: 19px;
  padding: 20px;
  font-weight: 700;
  border: none;
}
.stand_out .accordion-item {
  border-top: none;
  border-left: none;
  border-right: none;
}
.stand_out .accordion-collapse{
  border: none;
}
.accordion-button:not(.collapsed) {
  color: #3e2e1f;
  background-color: #fff;
}
.accordion-button:focus {
  border-color: #f6f9fc;
  box-shadow: 0 0 0 .25rem rgba(246, 249, 253, .25);
}
.business_hero {
    background: url(../images/ld10.webp);
    background-size: cover; 
}
.business_hero .section-title {
    padding: 0;
    text-align: left;
}
.about_hero {
    background: url(../images/a01.png);
    background-size: cover; 
}
.about_hero .section-title {
    padding: 0;
    text-align: left;
}
.abt_btm .ofr_card {
    padding: 15px;
    background: #fff;
}
.abt_btm .ofr_card img {
    float: right;
    height: 175px;
}
.abt_btm {
    margin-top: -100px;
  z-index: 9;
  position: relative;
}
.wwd li i {
  background: #DCF2ED;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  box-shadow: 1px 1px 4px #ddd;
  margin-right: 10px;
}
.wwd ul{
  padding: 50px;
  border-radius: 30px;
  box-shadow: 0 0 15px -5px #ddd;
}
.wwd ul li{
  font-size: 18px;
  font-weight: 600;
  padding: 15px 0;
}
.osv {
  background: linear-gradient(90.06deg , #848171 0%, #95cfc3 100.07%);
}
.osv .section-title h2, .osv .section-title p {
  color: #fff;
}
.osv .ofr_card {
  box-shadow: 5px 5px 20px -5px #444;
  padding: 15px;
  border-radius: 15px;
  background: #fff;
  border-left: solid #95CFC3 5px;
}
.osv .ofr_card h4 {
  padding: 0;
}
.osv .ofr_card img{
  float: left;
  margin-right: 15px;
  margin-top: 5px;
}
.intgr_hero {
  background: url(../images/int05.png);
  background-size: cover;
}

.faq-table .accordion-button{
    border-left: 0;
  border-right: 0;
  font-size: 19px;
  padding: 20px;
  font-weight: 700;
  border: none;
}
.faq-table .accordion-item {
  border-top: none;
  border-left: none;
  border-right: none;
  background-color: transparent;
}
.faq-table .accordion-collapse{
  border: none;
}
.accordion-button:not(.collapsed) {
  color: #3e2e1f;
  background-color: #f6f9fc;
}
.accordion-button:focus {
  border-color: #f6f9fc;
  box-shadow: 0 0 0 .25rem rgba(246, 249, 253, .25);
}
.help_hero {
    background: url(../images/hf01.png);
    background-size: 100%;
  padding: 50px 0 25px;
  height: 274px;
}
.help_hero input[type="text"] {
  border: solid 1px #8ACFC0;
  padding: 7px 15px;
  width: 70%;
  border-radius: 40px;
  height: 40px;
}
.help_hero .btn{
  background: linear-gradient(90.06deg , #3e2e1f 0%, #95cfc3 100.07%);
  color: #fff;
  border: none;
  min-width: 125px;
  border-radius: 30px;
  margin-left: -50px;
  height: 40px;
  margin-top: -2px;
}
.help_btm .ofr_card {
  padding: 25px;
}
.help_btm .ofr_card h4 {
  padding-top: 0;
  font-weight: 600;
}
.help_btm .ofr_card ul li {
  list-style: disc;
  padding-top: 5px;
  margin-left: 15px;
}
.case_hero {
  padding: 75px 0;
}
.case_stud .ofr_card {
  padding: 15px;
  height: auto;
  margin-bottom: 25px;
}
.case_stud .ofr_card a {
    background: linear-gradient(90.06deg , #3e2e1f 0%, #95cfc3 100.07%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
}
.case_left {
    background: #F7F8FA;
  padding: 15px;
  border-radius: 15px;
}
.case_left ul li {
    padding-bottom: 5px;
    font-size: 15px;
}
.case_left h5 {
  font-weight: 700;
}
.case_d {
    background: #F7F8FA;
  padding: 0 20px 30px;
  margin-top: 15px;
  text-align: center;
  border: solid #fff 10px;
}
.case_d p {
  color: #95cfc3;
}
.case_d .btn {
  background: #fff;
  box-shadow: 1px 2px 5px #bbb;
  margin-top: 15px;
}
.case_d .d_icn {
    text-align: right;
    font-size: 32px;
    color: #777;
}

    .testimonial-slider {
      width: 1000px;
      background: #fff;
      border-radius: 16px;
      box-shadow: 0 8px 25px rgba(0,0,0,0.08);
      padding: 30px;
      position: relative;
      overflow: hidden;
      margin: 0 auto;
    }

    .testimonial-text {
      padding-top: 20px;
      margin-bottom: 20px;
    }

    .author {
      font-weight: bold;
      margin-top: 10px;
      font-size: 16px;
    }
    .role {
      color: #777;
      font-size: 14px;
    }

    .slider-images {
      display: flex;
      justify-content: center;
      align-items: center;
      margin-top: 30px;
      gap: 30px;
    }

    .slider-images img {
      width: 80px;
      height: 80px;
      border-radius: 50%;
      object-fit: cover;
      opacity: 0.3;
      filter: blur(2px);
      transition: all 0.5s ease;
    }

    .slider-images img.active {
      width: 140px;
      height: 140px;
      opacity: 1;
      filter: blur(0);
      box-shadow: 0 6px 18px rgba(0,0,0,0.15);
      z-index: 1;
    }

.carousel {
      position: relative;
      width: 100%;
      max-width: 1200px;
      height: 420px;
      display: flex;
      justify-content: center;
      align-items: center;
      overflow: hidden;
    }

    .carousel img {
      position: absolute;
      width: 220px;
      height: auto;
      transition: all 0.6s ease-in-out;
      opacity: 0;
      transform: scale(0.7);
      z-index: 0;
    }

    /* Center */
    .carousel img.active {
      opacity: 1;
      transform: scale(1) translateY(-20px);
      z-index: 3;
    }

    /* Left & Right (near center) */
    .carousel img.left,
    .carousel img.right {
      opacity: 0.8;
      transform: scale(0.9);
      z-index: 2;
    }
    .carousel img.left { left: 15%; }
    .carousel img.right { right: 15%; }

    /* Far Left & Right */
    .carousel img.far-left,
    .carousel img.far-right {
      opacity: 0.5;
      transform: scale(0.8);
      z-index: 1;
    }
    .carousel img.far-left { left: 0; }
    .carousel img.far-right { right: 0; }
    
    .app_img {
      animation: float 3s ease-in-out infinite;
      animation-delay: 0s;
    }
    .app_img2 {
      animation-delay: 0.5s;
    }
    .app_img3 {
      animation-delay: 1s;
    }
    /* Floating up and down */
    @keyframes float {
      0%, 100% {
        transform: translateY(0px);
      }
      50% {
        transform: translateY(-20px);
      }
    }
    
.pol_hero {
  background: url(../images/privacy.png);
  background-size: 100%;
}   
.plcy_hero {
  background: url(../images/cookie.png);
  background-size: 100%;
}
.sol_bg {
  background: #F7F8FA;
}
.sol_bg2 {
    background: linear-gradient(90deg,#EAF5F3 0%, #F9F9F8 50%, #D8D5D2 100%);
}
.sol_bg3 {
    background: linear-gradient(90.06deg , #3e2e1f 0%, #95cfc3 100.07%);
  padding: 50px;
  border-radius: 30px;
}
.sol_bg3 .section-title h2 {
  color: #fff;
  padding: 0;
}
.sol_bg3 .section-title p {
  color: #fff;
}
.sol_bg3 .button .btn{
  background: #fff;
  color: #3e2e1f;
  border: none;
  border-radius: 15px;
}

@keyframes rotateCircle {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.rotate {
  background: url(../images/rotate2.png);
  background-size: 100% 100%;
  width: 575px;
  height: 475px;
  /*
  position: absolute;
  z-index: 0;
  animation: rotateCircle 8s linear infinite;
  */
}
.rotate_img {
    width: 75%;
    position: absolute;
    left: 13%;
    margin-top: 50px;
    bottom: 0;
}
.rotate {
    text-align: center;
}
.rltv {
    position: relative;
}
.sol_f .ofr_card {
    padding: 15px;
}
.solution  ul li {
    list-style: disc;
  margin-left: 15px;
  padding-bottom: 15px;
}
.rotate_img2 {
    width: 65%;
  left: 16%;
}
.rotate_img3 {
  width: 52%;
  left: 22%;
  bottom: 15px;
}
.coref ul li {
  list-style: disc;
  margin-left: 15px;
  padding-bottom: 10px;
}
.coref {
  /*background: #F7F8FA;*/
}

.dropdown-menu.mega-menu {
  /*width: 75%;*/
  left: 0;
  right: 0;
  border: none;
  box-shadow: 0 4px 10px 0 rgba(0,0,0,.0509803922);
  margin-top: 0;
  border-radius: 0;
  transition: all 0.3s ease-out 0s;
}
.navbar-nav .nav-item.dropdown {
    position: inherit;
}
.mega-menu h5{
    border-bottom: solid 1px #ddd;
    margin-bottom: 10px;
    padding-bottom: 5px;
}
.dropdown-toggle::after {
  display: none;
}
.navbar-nav .nav-item .dropdown-menu a {
  padding: 10px;
  font-weight: 600;
}
.navbar-nav .nav-item:hover > .mega-menu {
  display: block;
}
.nav_card {
  background: #DAF1EC;
  padding: 15px 15px 0;
  border-radius: 15px;
}
.nav_card h4 {
  font-weight: 700;
}
.nav_card p {
  font-size: 13px;
  line-height: 20px;
}
.nav_card2 {
  background: #E0DFDA;
}
.nav_card3 {
  background: #C4B39F;
}
.nav_card img {
  height: 175px;
}

.nav_card4 img.nav_qr {
  height: 125px;
  margin: 20px 0;
}
.nav_card4 img.nav_app {
  height: auto;
}
.nav_card4 {
  padding: 20px 15px;
}
.navbar-nav .nav-item .mega-menu a {
  padding: 0;
}
.nav_card ul li {
    width: 30%;
    display: inline flow-root list-item;
    padding: 8.5px 0;
}
.col-md-9 .nav_card {
    padding: 15px;
}
.navbar-nav .nav-item .nav_card ul li a {
    font-size: 15px;
    color: #222;
    font-weight: 600;
    display: block;
    padding: 10px 15px;
}
.navbar-nav .nav-item .nav_card ul li a:hover {
  background: rgba(0, 0, 0, 0.05);
  color: #33657e;
}
.nav_card ul li img {
  height: 25px;
  margin-right: 5px;
}
.ftch_card .ofr_card img{
  float: right;
  height: 75px;
  margin-top: 30px;
}
.ftch_card .ofr_card p{
  padding-right: 150px;
}
.ftch_card .ofr_card {
    padding: 15px;
}
.ftch_card .ofr_card h4 {
  padding-top: 0;
}
.bg_grey{
  background: #F7F8FA;
}




.slider-wrapper {
  width: 1000px;
  height: 550px;
  overflow: hidden;
  position: relative;
}

.slider {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 1s ease;
  gap: 30px;
}

.slider-wrapper .card {
  width: 260px;
  height: 420px;
  border-radius: 25px;
  overflow: hidden;
  flex-shrink: 0;
  transition: all 0.8s ease;
  opacity: 0.5;
  transform: scale(0.8);
  filter: blur(1px);
  box-shadow: 0 5px 20px rgba(0,0,0,0.1);
}

.slider-wrapper .card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Center highlighted card (phone look) */
.slider-wrapper .card.active {
  width: 310px;
  height: 480px;
  border-radius: 40px;
  opacity: 1;
  transform: scale(1);
  filter: none;
  border: 12px solid black;
  box-shadow: 0 20px 40px rgba(0,0,0,0.3);
  z-index: 3;
}
.key_benefit .ofr_card img, .key_benefit .ofr_card img {
  border-radius: 15px;
}
.hero_img .app_img {
    width: 35%;
}
.hero_img .app_img2 {
    width: 26%;
}

.img_lr_infinity{
    animation: tiltMotion 4s ease-in-out infinite alternate;
    transform-origin: center center;
}
@keyframes tiltMotion {
    0% {
      transform: rotate(5deg);
    }
    50% {
      transform: rotate(-5deg);
    }
    100% {
      transform: rotate(5deg);
    }
}









