/*
* 1. imported styles
*/
@import url("../../../fonts.googleapis.com/css-family=Poppins-300,400,500,600,700,800,900.css");
@import url("bootstrap.min.css");
@import url("font-awesome.min.css");
@import url("owl.carousel.css");
@import url("animate.css");
@import url("owl.theme.default.min.css");
@import url("jquery.bxslider.min.css");
@import url("../plugins/nonid-icon/style.css");
@import url("custom-style.css");
/*
* 2. common styles
*/

.nav-subscribe-btn {
	background-color: #eba123;
	color: white;
	border: none;
	padding: 1px 20px;
	border-radius: 10px;
	cursor: pointer !important;
	font-size: 15px;
	margin-right: 15px;
}

.nav-subscribe-btn:hover {
	background-color: #d98f0c;
}

.nav-demo-btn {
	background-color: #433F3F;
	color: white;
	border: none;
	padding: 1px 20px;
	border-radius: 10px;
	cursor: pointer !important;
	font-size: 15px;
	margin-right: 15px;
}

.nav-demo-btn:hover {
	background-color: #eba123;
}

.nav-sign-in {
	color: #eba123;
	text-decoration: none;
	font-size: 15px;
	display: flex;
	align-items: center;
}

.nav-sign-in:hover {
	text-decoration: none;
} 

#overlay {
	position: fixed;
	top: 0;
	left: 0; /* This is crucial */
	z-index: 100;
	width: 100%;
	height: 100%;
	display: none;
	background: rgba(0, 0, 0, 0.6); /* Semi-transparent black */
}

.cv-spinner {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.spinner {
	width: 40px;
	height: 40px;
	border: 4px #ddd solid;
	border-top: 4px #2e93e6 solid;
	border-radius: 50%;
	animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
	100% {
		transform: rotate(360deg);
	}
}




.is-hide {
	display: none;
}
.reddit-share {
	display: inline-block;
	width: 43.44px;
	height: 38px;
	background-color: #FF4500; /* Reddit's brand orange-red */
	color: white;
	border-radius: 0px; /* Slightly rounded corners */
	text-align: center;
	line-height: 40px; /* Vertically center the icon */
	transition: all 0.3s ease;
}

.reddit-share:hover {
	background-color: #FF5700; /* Slightly brighter on hover */
	transform: translateY(-2px); /* Subtle lift effect */
	box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}

.reddit-share i {
	font-size: 20px; /* Adjust icon size */
	vertical-align: middle;
}
body {
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 34px;
  color: #6f7178;
}
a, p, h1, h2, h3, h4, h5, h6, div, span .page-title, .block-title__text {
	font-family: "Poppins", sans-serif;
}

li a {
	text-decoration:none;
}

a {
	text-decoration: none;
}

a:active,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
}
a.link-color{
	opacity:1;
	color:#eba123;
	text-decoration:underline;
	
}
a:hover.link-color{
	text-decoration:none;
}
.page-wrapper {
  position: relative;
  margin: 0 auto;
  width: 100%;
  min-width: 300px;
  overflow: hidden;
}
img, .img {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
}
.f-left {
	float: left
}
.f-right {

	float: right
}

/* Our Story Page Start */
.our-story .img-wrap{ 
	align-items: center;
	display: flex;
}
/* Our Story Page Start */

/* Our Team Page Start */
.team-section{
	/*background: #f2fff8;*/
	background: #fffbf3;
	padding: 70px 0 30px;
}
.team-bg .row {
    border-bottom: 1px solid #ddd;
    margin-bottom: 65px;
    padding-bottom: 35px;
}
.team-bg .row:last-child {
    margin-bottom: 0;
	border: 0;
}
.name-box {
    background: #000;
    text-align: center;
    padding: 22px 5px 15px;
    color: #fff;
	border-top: 2px solid #eba123;
}
.name-box h3 {
    font-size: 24px;
    font-weight: bold;
}
.name-box h5{
	color: #eba123;
	font-size: 17px;
}
/* Our Team Page Close */

/* Home Page Start */
.pricing-one .col-sm-4 {
    max-width: 25%;
    flex: 0 0 25%;
}
.pricing-one .row{
  justify-content: center;
}
.my-auto ul.cust-list {
    margin: 10px 15px 0;
}
.why-danalix {
	background: #FFFDFA;
	padding: 100px 0 75px;
	margin-top: 10px;
}
.why-danalix p {
    font-size: 18px;
	line-height: 32px;
}
.why-danalix h4 {
    color: #343539;
    font-weight: bold;
    font-size: 24px;
    margin: 7px 0 0;
    display: inline-block;
}
.why-danalix .col-sm-12>ul {
    margin: 2px 20px;
}
.why-danalix .block-title {
    margin-bottom: 25px;
}
.cust-list, .cust-list ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.cust-list li{
    color: #6f7178;
    font-size: 18px;
    line-height: 32px;
	position: relative;
	margin: 0 0 8px;
	padding-left: 25px;
}
.cust-list li:before{
	content: "\f10c";
	color: #eba123;
	font-family: FontAwesome;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 16px;
}
.cust-list ul li:before{
	content: "\f068";
}
.cust-list ul {
    margin: 10px 15px;
}
.img-middle{ 
  align-items: center;
  display: flex;
}

.price-label {
	display: block;
	font-size: 15px;
	color: #000;
}


.pricing-one__top .sm-text {
    text-transform: initial;
    font-weight: 300;
    letter-spacing: normal;
    display: inline-block;
    margin: 10px 3px 0px;
    min-height: 43px;
    font-size: 12.5px;
}
.pricing-one__top .sm-text.hide-text{
	opacity: 0; 
}
.comingsoon-feat .block-title__text.head-title{
	text-align: center; 
	width: 100%;
}
.subs-text {
    line-height: 1.4;
    font-size: 13px;
    margin: 0 15px 15px;
}



.cta-box {
    box-shadow: 0px 6px 13px 6px rgb(0 0 0 / 6%);
    border-radius: 8px;
    max-width: 650px;
    background: #f2fff8;
    margin: 75px auto 20px;
	display: inline-block;
}
.cta-box img {
    max-width: 300px;
    line-height: 0;
	border-top-right-radius: 8px;
    border-bottom-right-radius: 8px; 
}
.cta-box .banner-one__btn {
    padding: 12px 45px;
    margin-left: 40px;
}
.last-feature hr {
    margin-top: 55px;
}

/* Home Page Close */




@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
.thm-black-bg {
  background-color: #343539;
}

.thm-base-bg {
  background-color: #eba123;
}

.thm-gray-bg {
  background-color: #F3F3F3;
}

hr.style-one {
  margin: 0;
  border-top: 1px solid #EAEAEA;
}

.block-title {
  margin-bottom: 60px;
}

.block-title__text {
  margin: 0;
  font-weight: bold;
  color: #343539;
  font-size: 40px;
  line-height: 50px;
  text-transform:inherit;
}

.banner-image {
	max-width: 100%;
	transition: all 0.3s ease-out 0s;
}




.block-title___text {
	margin-top: 20px;
	color: #343539;
	font-size: 50px;
	line-height: 60px;
	font-weight: 700;
	text-transform: inherit;
}

.generic-block-title__text {
	margin: 0;
	color: #343539;
	font-size: 35px;
	line-height: 40px;
	font-weight: bold;
	text-transform: inherit;
}
.block-title__text span {
  position: relative;
}
.block-title__text span:before {
  content: '';
  background-color: #eba123;
  opacity: 0.102;
  width: 100%;
  height: 8px;
  position: absolute;
  bottom: 12px;
  left: 0;
  border-radius: 4px;
}

.icon-revresed {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  display: inline-block;
}

.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: #eba123;
  color: #fff;
}
.bootstrap-select .dropdown-menu > li > a {
  font-size: 16px;
  font-weight: 500;
  padding: 9px 20px;
  color: #343539;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.bootstrap-select .dropdown-menu > li > a:hover {
  background: #eba123;
  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: #eba123;
  position: fixed;
  bottom: 40px;
  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;
}
.scroll-to-top:hover {
  background-color: #343539;
}
.scroll-to-top i {
  color: #fff;
  font-size: 18px;
  line-height: 45px;
}
.text-wapper {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 50px;
}
h2.text--wapper-haddign {
    font-size: 20px;
    
    text-align: center;
    font-weight: 500;
}
p.danalix-text {
    font-size: 18px;
    
    font-weight: 500;
}
p.agreement-text {
    margin: 15px 0px 15px 0px;
   
    font-size: 14px;
    line-height: 25.2px;
}
.text-flex-wapper {
    display: flex;
    border: 1px solid #ccc;
    margin-bottom: 40px;
    margin-top: 25px;
}
.text-box {
    display: block;
    background: #eba123;
    padding: 20px;
    font-size: 14px;
    
    width: 30%;
    text-align: center;
    color: white;
    font-size: 18px;
    display: flex;
    align-items: center;
    align-items: center;
    justify-content: center;
}
.text-contant-box {
    width: 70%;
}
.text-contant-box p.availability {
    border-bottom: 1px solid #ccc;
    padding-bottom: 16px;
    margin-bottom: 4px;
}
.text-contant-box p {
    padding-left: 20px;
    padding-right: 20px;
   
    font-size: 14px;
    line-height: 25.2px;
}
/*
* 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 .navbar-brand img {
  height: 50px;
}
.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;
}
.header-navigation .main-navigation.right {
  float: right;
  text-align: center;
}
.get-erly-form [type="checkbox"]:not(:checked), .get-erly-form  [type="checkbox"]:checked{
    left: 15px;
    z-index: 1;
    opacity: 0;
	width: 1.25em;
    height: 1.25em;
    top: 5px;
}
.get-erly-form [type="checkbox"]:not(:checked) + label, .get-erly-form [type="checkbox"]:checked + label{
	line-height:23px;
	padding-left: 2.2em;
}
.get-earliy-section{margin-top: 70px;}

img.get-erly-img{
	padding-top:60px;
}

.result #success p.success{
	padding-top: 20px;
    color: green;
}

@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: 44px 0;
  display: inline-block;
  vertical-align: middle;
  /* Second Level Menu */
  /* Thrid Level Menu */
}
.header-navigation ul.navigation-box > li + li {
  margin-left: 45px;
}
.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: 500;
  font-size: 18px;
  color: #6f7178;
  padding: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  position: relative;
}
.header-navigation ul.navigation-box > li.current > a, .header-navigation ul.navigation-box > li:hover > a {
  color: #eba123;
}
.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: #343539;
  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: #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 > .sub-menu > li:hover > a {
  color: #fff;
  background: #eba123;
}
.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: #343539;
  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: #fff;
  background: #eba123;
}
.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 {
  display: inline-block;
  vertical-align: middle;
  color: #eba123;
  font-size: 16px;
  font-weight: 600;
  line-height: 1em;
  padding: 19px 49px;
  border-radius: 27px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(212, 212, 212, 0.3);
          box-shadow: 0px 10px 30px 0px rgba(212, 212, 212, 0.3);
}
.header-one__btn:hover {
  background-color: #eba123;
  color: #fff;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(255, 130, 87, 0.3);
          box-shadow: 0px 10px 30px 0px rgba(255, 130, 87, 0.3);
}
.header-one .header-navigation.stricky-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #fff;
  -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);
}
.header-one .header-navigation.stricky-fixed ul.navigation-box > li {
  padding-top: 25px;
  padding-bottom: 25px;
}

.header-one__home-two .header-navigation ul.navigation-box > li > a {
  color: #fff;
  position: relative;
}
.header-one__home-two .header-navigation ul.navigation-box > li > a:before {
  content: '';
  width: 100%;
  height: 2px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right center;
          transform-origin: right center;
}
.header-one__home-two .header-navigation ul.navigation-box > li.current > a:before, .header-one__home-two .header-navigation ul.navigation-box > li:hover > a:before {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.header-one__home-two .header-one__btn {
  color: #fff;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(255, 130, 87, 0.3);
          box-shadow: 0px 10px 30px 0px rgba(255, 130, 87, 0.3);
  background-color: #eba123;
}
.header-one__home-two .header-navigation.stricky-fixed {
  background-color: #343539;
}

/*
* 4. banner styles
*/
.banner-one {
  background: transparent url("../images/banner-bg-1-1.png") right top no-repeat;
  background-size: cover;
  padding-top: 220px;
  padding-bottom: 60px;
  position: relative;
}
.banner-one [class*=bubble-] {
  position: absolute;
  -webkit-animation-name: bubbleMover;
          animation-name: bubbleMover;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-perspective: 400px;
          perspective: 400px;
}
.banner-one .bubble-1 {
  top: 15%;
  left: 13%;
}
.banner-one .bubble-2 {
  top: 25%;
  left: 35%;
}
.banner-one .bubble-3 {
  top: 60%;
  left: 15%;
}
.banner-one .bubble-4 {
  bottom: 10%;
  left: 45%;
}
.banner-one .bubble-5 {
  top: 10%;
  right: 15%;
}
.banner-one .bubble-6 {
  top: 30%;
  right: 40%;
}
.banner-one__moc {
  position: absolute;
  top: 245px;
  right: 0;
}
.banner-one .block-title {
  margin-bottom: 35px;
}
.banner-one .block-title__text {
  font-size: 50px;
  line-height: 60px;
}
.banner-one__text {
  margin: 0;
  font-size: 16px;
  line-height: 34px;
  color: #6f7178;
  margin-bottom: 50px;
}
.banner-one__btn {
  display: inline-block;
  vertical-align: middle;
  border-radius: 32px;
  text-align: center;
  background-color: #eba123;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 59.5px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(255, 130, 87, 0.3);
          box-shadow: 0px 10px 30px 0px rgba(255, 130, 87, 0.3);
}
.banner-one__btn:hover {
  background-color: #343539;
  color: #fff;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(46, 61, 98, 0.3);
          box-shadow: 0px 10px 30px 0px rgba(46, 61, 98, 0.3);
}

.banner-one__home-two {
  background-image: url("../images/banner-bg-1-2.jpg");
}
.banner-one__home-two .block-title__text {
  color: #fff;
}
.banner-one__home-two .block-title__text span:before {
  background-color: #fff;
  opacity: .1;
}
.banner-one__home-two .banner-one__text {
  color: #fff;
}
.banner-one__home-two .banner-one__btn {
  background-color: #fff;
  color: #343539;
}
.banner-one__home-two .banner-one__btn:hover {
  background-color: #343539;
  color: #fff;
}
.banner-one__home-two .banner-one__moc {
  top: auto;
  bottom: 0;
}

/*
* 5. footer styles
*/
.site-footer {
  position: relative;
  padding-top:65px;
  background: #FAFAFA;
} 
.site-footer [class*=bubble-] {
  position: absolute;
  -webkit-animation-name: bubbleMover;
          animation-name: bubbleMover;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-perspective: 400px;
          perspective: 400px;
}
.site-footer .bubble-1 {
  top: 15%;
  left: 13%;
}
.site-footer .bubble-2 {
  top: 15%;
  right: 20%;
}
.site-footer .bubble-3 {
  bottom: 20%;
  left: 10%;
}
.site-footer .bubble-4 {
  bottom: 15%;
  right: 13%;
}

@-webkit-keyframes bubbleMover {
  0% {
    -webkit-transform: rotate3d(0, 1, 0, 15deg) translateY(0px) translateX(0px);
            transform: rotate3d(0, 1, 0, 15deg) translateY(0px) translateX(0px);
  }
  30% {
    -webkit-transform: rotate3d(0, 0, 1, 20deg) translateY(10px) translateX(10px);
            transform: rotate3d(0, 0, 1, 20deg) translateY(10px) translateX(10px);
  }
  60% {
    -webkit-transform: rotate3d(1, 0, 0, 15deg) translateY(20px) translateX(20px);
            transform: rotate3d(1, 0, 0, 15deg) translateY(20px) translateX(20px);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 20deg) translateY(10px) translateX(10px);
            transform: rotate3d(0, 0, 1, 20deg) translateY(10px) translateX(10px);
  }
  100% {
    -webkit-transform: rotate3d(0, 1, 0, 15deg) translateY(0px) translateX(0px);
            transform: rotate3d(0, 1, 0, 15deg) translateY(0px) translateX(0px);
  }
}

@keyframes bubbleMover {
  0% {
    -webkit-transform: rotate3d(0, 1, 0, 15deg) translateY(0px) translateX(0px);
            transform: rotate3d(0, 1, 0, 15deg) translateY(0px) translateX(0px);
  }
  30% {
    -webkit-transform: rotate3d(0, 0, 1, 20deg) translateY(10px) translateX(10px);
            transform: rotate3d(0, 0, 1, 20deg) translateY(10px) translateX(10px);
  }
  60% {
    -webkit-transform: rotate3d(1, 0, 0, 15deg) translateY(20px) translateX(20px);
            transform: rotate3d(1, 0, 0, 15deg) translateY(20px) translateX(20px);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 20deg) translateY(10px) translateX(10px);
            transform: rotate3d(0, 0, 1, 20deg) translateY(10px) translateX(10px);
  }
  100% {
    -webkit-transform: rotate3d(0, 1, 0, 15deg) translateY(0px) translateX(0px);
            transform: rotate3d(0, 1, 0, 15deg) translateY(0px) translateX(0px);
  }
}
.site-footer__main-footer {
  padding-bottom: 75px;
}

.site-footer__bottom-footer {
  background-color: #FAFAFA;
  padding: 25px 0;
  border-top: 1px solid #ddd;
}
.site-footer__bottom-footer p {
  margin: 0;
  color: #6f7178; 
  font-size: 16px;
}
.site-footer__bottom-footer p a {
  color: #eba123;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.site-footer__bottom-footer p a:hover {
  color: #343539;
}

.footer-widget p {
  margin: 0;
  color: #6f7178;
  font-size: 15px;
  line-height: 26px;
}
.footer-widget p + p {
  margin-top: 16px;
}
.footer-widget .social-block {
  margin-top: 20px;
}
.footer-widget .social-block a {
  display: inline-block;
  vertical-align: middle;
  color: #6f7178;
  font-size: 22px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.footer-widget .social-block a + a {
  margin-left: 22px;
}
.footer-widget .social-block a:hover {
  color: #eba123;
}

.footer-widget__footer-logo {
  display: inline-block;
  vertical-align: middle;
  margin-top: -8px;
  margin-bottom: 28px;
}

.footer-widget__title {
  margin: 0;
  color: #343539;
  font-size: 18px;
  line-height: 1em;
  font-weight: 600;
  margin-bottom: 35px;
}

.footer-widget__link-list {
  margin: 0;
  padding: 5px 0px;
  list-style: none;
}
.footer-widget__link-list li {
  line-height: 13px;
}
.footer-widget__link-list li + li {
  margin-top: 24px;
}
.footer-widget__link-list li a {
  color: #6f7178;
  font-size: 15px;
  display: inline-block;
  position: relative;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.footer-widget__link-list li a:before {
  content: '\f101';
  font-family: 'FontAwesome';
  color: #eba123;
  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;
}
.footer-widget__link-list li a:hover {
  color: #343539;
  -webkit-transform: translateX(20px);
          transform: translateX(20px);
}
.footer-widget__link-list li a:hover:before {
  opacity: 1;
}

.site-footer__subscribe {
  padding-bottom: 125px;
  padding-top: 110px;
}

.site-footer__subscribe-form {
  width: 100%;
  max-width: 685px;
  margin-left: auto;
  margin-right: auto;
  height: 84px;
  border-style: solid;
  border-width: 1px;
  border-color: #eaeaea;
  border-radius: 42px;
  position: relative;
  overflow: hidden;
}
.site-footer__subscribe-form input {
  border: none;
  outline: none;
  background-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #6f7178;
  font-size: 16px;
  padding-left: 60px;
}
.site-footer__subscribe-form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #6f7178;
}
.site-footer__subscribe-form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #6f7178;
}
.site-footer__subscribe-form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #6f7178;
}
.site-footer__subscribe-form input:-moz-placeholder {
  /* Firefox 18- */
  color: #6f7178;
}
.site-footer__subscribe-form button[type=submit] {
  border: none;
  outline: none;
  cursor: pointer;
  background-color: #eba123;
  width: 211px;
  height: 64px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 10px;
  border-radius: 32px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.site-footer__subscribe-form button[type=submit]:hover {
  background-color: #343539;
}

/*
* 6. blog styles
*/
.blog-one {
  padding-top: 190px;
  padding-bottom: 90px;
  background: transparent url("../images/blog-bg-1-1.png") center center no-repeat;
  background-size: cover;
}

.blog-one__single {
  border-radius: 4px;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(46, 61, 98, 0.1);
          box-shadow: 0px 10px 60px 0px rgba(46, 61, 98, 0.1);
  margin-bottom: 30px;
}

.blog-one__single-inner-block {
  border-radius: 4px;
  background-color: white;
  overflow: hidden;
  position: relative;
  padding-top: 85px;
  padding-bottom: 55px;
  padding-left: 60px;
  padding-right: 60px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.blog-one__single-inner-block:before, .blog-one__single-inner-block:after {
  content: '';
  width: 191px;
  height: 191px;
  border-radius: 50%;
  background-color: #fff;
  opacity: .1;
  position: absolute;
  -webkit-transition: all .4s ease .2s;
  transition: all .4s ease .2s;
}
.blog-one__single-inner-block:before {
  top: 0;
  right: 0;
  -webkit-transform: translate(60%, -60%);
          transform: translate(60%, -60%);
}
.blog-one__single-inner-block:after {
  bottom: 0;
  left: 0;
  -webkit-transform: translate(-60%, 60%);
          transform: translate(-60%, 60%);
}

.blog-one__date {
  position: relative;
  z-index: 10;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 4px 0;
  background-color: #9364d4;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 600;
  padding: 0 24.5px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.blog-one__author {
  position: relative;
  z-index: 10;
  color: #9364D4;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .2em;
  font-weight: 600;
  display: inline-block;
  line-height: 1em;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.blog-one__title {
  position: relative;
  z-index: 10;
  margin: 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 34px;
  margin-bottom: 35px;
}
.blog-one__title a {
  color: #343539;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.blog-one__text {
  position: relative;
  z-index: 10;
  margin: 0;
  color: #6f7178;
  font-size: 16px;
  line-height: 34px;
  margin-bottom: 20px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.blog-one__link {
  position: relative;
  z-index: 10;
  display: inline-block;
  vertical-align: middle;
  font-size: 32px;
  color: #BCBFC7;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.blog-one__single-inner-block:hover {
  background-color: #9364D4;
}
.blog-one__single-inner-block:hover .blog-one__date {
  background-color: #fff;
  color: #9364D4;
}
.blog-one__single-inner-block:hover .blog-one__title a,
.blog-one__single-inner-block:hover .blog-one__text,
.blog-one__single-inner-block:hover .blog-one__link,
.blog-one__single-inner-block:hover .blog-one__author {
  color: #fff;
}
.blog-one__single-inner-block:hover:before {
  top: 0;
  right: 0;
  -webkit-transform: translate(30%, -30%);
          transform: translate(30%, -30%);
}
.blog-one__single-inner-block:hover:after {
  bottom: 0;
  left: 0;
  -webkit-transform: translate(-30%, 30%);
          transform: translate(-30%, 30%);
}

.blog-one [class*=col-]:nth-child(2) .blog-one__date {
  background-color: #EF4059;
}
.blog-one [class*=col-]:nth-child(2) .blog-one__author {
  color: #EF4059;
}
.blog-one [class*=col-]:nth-child(2) .blog-one__single-inner-block:hover {
  background-color: #EF4059;
}
.blog-one [class*=col-]:nth-child(2) .blog-one__single-inner-block:hover .blog-one__date {
  background-color: #fff;
  color: #EF4059;
}
.blog-one [class*=col-]:nth-child(2) .blog-one__single-inner-block:hover .blog-one__title a,
.blog-one [class*=col-]:nth-child(2) .blog-one__single-inner-block:hover .blog-one__text,
.blog-one [class*=col-]:nth-child(2) .blog-one__single-inner-block:hover .blog-one__link,
.blog-one [class*=col-]:nth-child(2) .blog-one__single-inner-block:hover .blog-one__author {
  color: #fff;
}

.blog-one [class*=col-]:nth-child(3) .blog-one__date {
  background-color: #5dd8d3;
}
.blog-one [class*=col-]:nth-child(3) .blog-one__author {
  color: #5dd8d3;
}
.blog-one [class*=col-]:nth-child(3) .blog-one__single-inner-block:hover {
  background-color: #5dd8d3;
}
.blog-one [class*=col-]:nth-child(3) .blog-one__single-inner-block:hover .blog-one__date {
  background-color: #fff;
  color: #5dd8d3;
}
.blog-one [class*=col-]:nth-child(3) .blog-one__single-inner-block:hover .blog-one__title a,
.blog-one [class*=col-]:nth-child(3) .blog-one__single-inner-block:hover .blog-one__text,
.blog-one [class*=col-]:nth-child(3) .blog-one__single-inner-block:hover .blog-one__link,
.blog-one [class*=col-]:nth-child(3) .blog-one__single-inner-block:hover .blog-one__author {
  color: #fff;
}

.blog-one [class*=col-]:nth-child(4) .blog-one__date {
  background-color: #7E9AE0;
}
.blog-one [class*=col-]:nth-child(4) .blog-one__author {
  color: #7E9AE0;
}
.blog-one [class*=col-]:nth-child(4) .blog-one__single-inner-block:hover {
  background-color: #7E9AE0;
}
.blog-one [class*=col-]:nth-child(4) .blog-one__single-inner-block:hover .blog-one__date {
  background-color: #fff;
  color: #7E9AE0;
}
.blog-one [class*=col-]:nth-child(4) .blog-one__single-inner-block:hover .blog-one__title a,
.blog-one [class*=col-]:nth-child(4) .blog-one__single-inner-block:hover .blog-one__text,
.blog-one [class*=col-]:nth-child(4) .blog-one__single-inner-block:hover .blog-one__link,
.blog-one [class*=col-]:nth-child(4) .blog-one__single-inner-block:hover .blog-one__author {
  color: #fff;
}

.blog-one [class*=col-]:nth-child(5) .blog-one__date {
  background-color: #ED539B;
}
.blog-one [class*=col-]:nth-child(5) .blog-one__author {
  color: #ED539B;
}
.blog-one [class*=col-]:nth-child(5) .blog-one__single-inner-block:hover {
  background-color: #ED539B;
}
.blog-one [class*=col-]:nth-child(5) .blog-one__single-inner-block:hover .blog-one__date {
  background-color: #fff;
  color: #ED539B;
}
.blog-one [class*=col-]:nth-child(5) .blog-one__single-inner-block:hover .blog-one__title a,
.blog-one [class*=col-]:nth-child(5) .blog-one__single-inner-block:hover .blog-one__text,
.blog-one [class*=col-]:nth-child(5) .blog-one__single-inner-block:hover .blog-one__link,
.blog-one [class*=col-]:nth-child(5) .blog-one__single-inner-block:hover .blog-one__author {
  color: #fff;
}

.blog-one [class*=col-]:nth-child(6) .blog-one__date {
  background-color: #FD8257;
}
.blog-one [class*=col-]:nth-child(6) .blog-one__author {
  color: #FD8257;
}
.blog-one [class*=col-]:nth-child(6) .blog-one__single-inner-block:hover {
  background-color: #FD8257;
}
.blog-one [class*=col-]:nth-child(6) .blog-one__single-inner-block:hover .blog-one__date {
  background-color: #fff;
  color: #FD8257;
}
.blog-one [class*=col-]:nth-child(6) .blog-one__single-inner-block:hover .blog-one__title a,
.blog-one [class*=col-]:nth-child(6) .blog-one__single-inner-block:hover .blog-one__text,
.blog-one [class*=col-]:nth-child(6) .blog-one__single-inner-block:hover .blog-one__link,
.blog-one [class*=col-]:nth-child(6) .blog-one__single-inner-block:hover .blog-one__author {
  color: #fff;
}

.blog-one__blog-page {
  background-color: #fff;
  background-image: none;
  padding-top: 120px;
  border-bottom: 1px solid #EAEAEA;
}

.blog-post-pagination {
  margin-top: 30px;
  margin-bottom: 30px;
}
.blog-post-pagination a {
  display: inline-block;
  vertical-align: middle;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: #F3F3F3;
  line-height: 52px;
  text-align: center;
  font-size: 18px;
  color: #343539;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  font-weight: 600;
}
.blog-post-pagination a.prev, .blog-post-pagination a.next {
  background: #343539;
  color: #fff;
  font-size: 14px;
}
.blog-post-pagination a.active {
  cursor: auto;
}
.blog-post-pagination a.active, .blog-post-pagination a:hover {
  background: #eba123;
  color: #343539;
}
.blog-post-pagination a + a {
  margin-left: 10px;
}

.blog-details {
  padding: 120px 0;
  border-bottom: 1px solid #EAEAEA;
}
.blog-details__image {
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.blog-details__image > img {
  width: 100%;
}
.blog-details__date {
  background-color: #ef4059;
  display: inline-block;
  vertical-align: middle;
  border-top-left-radius: 3px;
  border-bottom-right-radius: 3px;
  text-align: center;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 600;
  line-height: 1em;
  padding: 11px 24.5px;
  position: absolute;
  top: 0;
  left: 0;
}
.blog-details__meta {
  margin-top: 15px;
}
.blog-details__meta-link {
  position: relative;
  z-index: 10;
  color: #EF4059;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: .2em;
  font-weight: 600;
  display: inline-block;
  line-height: 1em;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.blog-details__meta-sep {
  display: inline-block;
  vertical-align: middle;
  margin-left: 12px;
  margin-right: 14px;
}
.blog-details__title {
  margin: 0;
  font-size: 30px;
  font-weight: 600;
  color: #343539;
  margin-bottom: 40px;
}
.blog-details__text {
  margin: 0;
  font-size: 16px;
  line-height: 34px;
  color: #6f7178;
}
.blog-details__text + .blog-details__text {
  margin-top: 35px;
}
.blog-details__content-title {
  margin: 0;
  color: #343539;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 40px;
}
.blog-details__author {
  border-radius: 4px;
  background-color: white;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(46, 61, 98, 0.1);
          box-shadow: 0px 10px 60px 0px rgba(46, 61, 98, 0.1);
  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;
  border-radius: 4px;
  overflow: hidden;
}
.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: #343539;
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: 600;
}
.blog-details__author-content p {
  font-size: 16px;
  line-height: 34px;
  color: #6f7178;
}

.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: 600;
  color: #343539;
}
.comment-one__date {
  color: #eba123;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: .2em;
  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: #6f7178;
  font-size: 16px;
  line-height: 34px;
  margin: 0;
}
.comment-one__reply {
  display: inline-block;
  vertical-align: middle;
  border-radius: 22px;
  background-color: #eba123;
  text-align: center;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  padding: 5px 30px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.comment-one__reply:hover {
  background-color: #343539;
  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;
  border: 1px solid #EAEAEA;
  color: #6f7178;
  font-size: 16px;
  padding-left: 30px;
  margin-bottom: 30px;
}

.reply-form input([type="checkbox"]) {
	border: none;
	outline: none;
	border-bottom: 2px solid #e2e2e2;
	height: 20px!important;
	display: block;
	width: 100%;
	color: #5f5f5f;
	margin-bottom: 30px;
}
.reply-form input::-webkit-input-placeholder, .reply-form textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #6f7178;
}
.reply-form input::-moz-placeholder, .reply-form textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #6f7178;
}
.reply-form input:-ms-input-placeholder, .reply-form textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #6f7178;
}
.reply-form input:-moz-placeholder, .reply-form textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #6f7178;
}
.reply-form textarea {
  height: 243px;
  padding-top: 20px;
}
.reply-form__btn {
  display: inline-block;
  vertical-align: middle;
  border: none;
  outline: none !important;
  cursor: pointer;
  background-color: #eba123;
  border-radius: 33.5px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  padding: 15px 60px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.reply-form__btn:hover {
  background-color: #343539;
}

.privacy-policy-row {
    display: flex;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
    margin-top: 30px;
    margin-bottom: 30px;
    position: relative;
}

.privacy-policy-sticky-box {
    width: 30%;
    border: 1px solid #cccccc4f;
    padding: 10px 22px 20px 22px;
    margin-right: 20px;
    background: #f4f4f4;
    border-radius: 10px;
    position: sticky;
    top: 30px;
    height: min-content;
}

.privacy-policy-contant-box {
    width: 70%;
    margin-left: 40px;
}

ul.sticky-list {
    padding: 0px;
    margin: 0px;
}

li.stiky-itom {
    list-style: none;
    border-bottom: 1px solid #acacac4f;
    padding-bottom: 8px;
    padding-top: 8px;
}

a.hadding-text {
    text-decoration: none;
    font-size: 13px;
    font-family: 'Poppins', sans-serif;
    color: #000;
    font-weight: 500;
}
a.site-links {
    color: #eba123;
}
h2.policy-version-contant {
    margin-top: 0px;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    font-weight: 500;
}
.policy-content h2 {
    font-size: 20px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    padding-top: 27px;
    margin-bottom: 12px;
}
p.foot_link {
    
    font-size: 14px;
}
p.foot_link a {
    padding: 10px;
	
}
.policy-content p {
    margin-top: 0px;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    line-height: 25.2px;
}
li.contant-list {
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    line-height: 25.2px;
}

ul.content-itom {
    padding-left: 16px;
    margin: 0px;
}

li.contant-list::marker {
    color: #eba123;
}
.policy-content ul li {
    margin-bottom: 15px;
}

.policy-content a {
    color: #eba123;
}
html {
    scroll-behavior: smooth;
}

li.stiky-itom:last-child {
    border-bottom: none !important;
    padding-bottom: 0px !important;
}

li.stiky-itom a {
    transition: .5s;
    position: relative;
    display: inline-block;
}

li.stiky-itom a:hover {
    padding-left: 10px;
    color: #eba123;
}


/*header custom css start here*/
.site-header .navigation-box .scrollToLink:nth-last-child(2) {
    display: none;
}
/*header custom css close here*/


.powered-by-text {
	text-align: center;
	font-weight: 700;
	font-size: 30px;
	line-height: 30px;
}

	.powered-by-text a {
		text-decoration: none;
		cursor: pointer;
		color: #008FD6;
		transition: background-color 0.3s ease;
	}


































/*responsive css start here*/

@media screen and (max-width:  1025px){
    .privacy-policy-contant-box {
        margin-left: 0px !important;
        padding-left: 10px !important;
    }
	
	img.get-erly-img{
		display:none;
		padding-top:0px;
		}
}






/*responsive css close here*/
/*
* 7. fun fact styles
*/
.fun-fact-one {
  position: relative;
  padding-top: 110px;
  padding-bottom: 120px;
}
.fun-fact-one [class*=bubble-] {
  position: absolute;
  -webkit-animation-name: bubbleMover;
          animation-name: bubbleMover;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-perspective: 400px;
          perspective: 400px;
}
.fun-fact-one .bubble-1 {
  top: 25%;
  left: 23%;
}
.fun-fact-one .bubble-2 {
  top: 15%;
  right: 30%;
}
.fun-fact-one .bubble-3 {
  bottom: 20%;
  left: 10%;
}
.fun-fact-one .bubble-4 {
  bottom: 15%;
  right: 13%;
}
.fun-fact-one__box-wrapper {
  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;
}
.fun-fact-one__single .inner-block {
  border-radius: 50%;
  background-color: white;
  -webkit-box-shadow: 0px 25px 60px 0px rgba(46, 61, 98, 0.05);
          box-shadow: 0px 25px 60px 0px rgba(46, 61, 98, 0.05);
  width: 220px;
  height: 220px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.fun-fact-one__single .inner-block:before {
  content: '';
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border: 1px solid #EF4059;
  border-radius: 50%;
}
.fun-fact-one__single:nth-child(2n) {
  margin-top: 80px;
}
.fun-fact-one__title {
  margin: 0;
  color: #EF4059;
  font-size: 40px;
  font-weight: 300;
  line-height: 1em;
}
.fun-fact-one__text {
  margin: 0;
  font-size: 12px;
  line-height: 1em;
  color: #6f7178;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .2em;
  margin-top: 20px;
}
.fun-fact-one__single:nth-child(2) .inner-block:before {
  border-color: #5DD8D3;
}
.fun-fact-one__single:nth-child(2) .inner-block .fun-fact-one__title {
  color: #5DD8D3;
}
.fun-fact-one__single:nth-child(3) .inner-block:before {
  border-color: #9364D4;
}
.fun-fact-one__single:nth-child(3) .inner-block .fun-fact-one__title {
  color: #9364D4;
}
.fun-fact-one__single:nth-child(4) .inner-block:before {
  border-color: #eba123;
}
.fun-fact-one__single:nth-child(4) .inner-block .fun-fact-one__title {
  color: #eba123;
}

/*
* 8. brand styles
*/
.brand-style-one {
  position: relative;
}
.brand-style-one [class*=bubble-] {
  position: absolute;
  -webkit-animation-name: bubbleMover;
          animation-name: bubbleMover;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-perspective: 400px;
          perspective: 400px;
}
.brand-style-one .bubble-1 {
  top: 15%;
  left: 18%;
}
.brand-style-one .bubble-2 {
  top: 30%;
  right: 20%;
}

.brand-carousel-one {
  padding: 119.5px 0;
  padding-left: 45px;
  padding-right: 45px;
}
.brand-carousel-one .item img {
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  opacity: .3;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.brand-carousel-one .item img:hover {
  opacity: .6;
}
.brand-carousel-one .owl-dots,
.brand-carousel-one .owl-nav {
  display: none;
}

/*
* 9. testimonials styles
*/
.testimonials-style-one {
  background: transparent url("../images/testi-bg-1-1.png") center top no-repeat;
  padding-top: 530px;
  padding-bottom: 120px;
  background-size: cover;
  position: relative;
  margin-top: -380px;
}
.testimonials-style-one .block-title {
  margin-bottom: 45px;
}
.testimonials-style-one .single-testi-one p {
  margin: 0;
  color: #6f7178;
  font-size: 22px;
  line-height: 46px;
}
.testimonials-style-one .single-testi-one h3 {
  color: #eba123;
  font-weight: 600;
  font-size: 20px;
  margin: 0;
  margin-top: 40px;
}
.testimonials-style-one .bx-wrapper {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  margin-bottom: 0;
}
.testimonials-style-one .bx-wrapper ul.slider {
  padding: 0;
  margin: 0;
}
.testimonials-style-one .bx-wrapper .bx-controls-direction {
  position: absolute;
  bottom: -10px;
  right: 0;
}
.testimonials-style-one .bx-wrapper .bx-controls-direction a {
  text-indent: 0;
  background-image: none;
  font-size: 32px;
  position: relative;
  top: 0px;
  opacity: .3;
  color: #6f7178;
  z-index: 10;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.testimonials-style-one .bx-wrapper .bx-controls-direction a:hover {
  opacity: 1;
  color: #eba123;
}
.testimonials-style-one .bx-wrapper .bx-prev {
  left: 0px;
  margin-right: 25px;
}
.testimonials-style-one .bx-wrapper .bx-next {
  right: 0px;
}

#testimonials-slider-pager {
  width: 536px;
  height: 536px;
  position: relative;
  margin-top: -80px;
  -webkit-animation-name: tesiMove;
          animation-name: tesiMove;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
@-webkit-keyframes tesiMove {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  15% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  33% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  66% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
@keyframes tesiMove {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  15% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  33% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  66% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
}
#testimonials-slider-pager .testi-icon {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
  width: 99px;
  height: 99px;
  border-radius: 50%;
  background-color: #eba123;
  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;
  z-index: 10;
}
#testimonials-slider-pager .testi-icon:after, #testimonials-slider-pager .testi-icon:before {
  width: 99px;
  height: 99px;
  border-radius: 50%;
  background-color: #eba123;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-animation-delay: .9s;
          animation-delay: .9s;
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.2);
  -webkit-animation: ripple 3s infinite;
          animation: ripple 3s infinite;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
#testimonials-slider-pager .testi-icon:after {
  -webkit-animation-delay: .6s;
          animation-delay: .6s;
}
@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 40px rgba(0, 0, 0, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 40px rgba(0, 0, 0, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
            box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}
#testimonials-slider-pager .testi-icon img {
  position: relative;
  z-index: 11;
}
#testimonials-slider-pager .testimonials-slider-pager-one .pager-item {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
#testimonials-slider-pager .testimonials-slider-pager-one .pager-item.active {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}

/*
* 10. inner-banner styles
*/
.inner-banner {
  background: #343539 url("../images/inner-banner-bg-1-1.jpg") center center no-repeat;
  background-size: cover;
  padding-bottom: 40px;
  padding-top: 40px;
  margin-top:120px;
}
.inner-banner__title {
  margin: 0;
  color: #fff;
  font-weight: 700;
  font-size: 46px;
}
.inner-banner__title span {
  position: relative;
}
.inner-banner__title span:before {
  content: '';
  background-color: white;
  opacity: 0.102;
  width: 100%;
  height: 8px;
  position: absolute;
  bottom: 12px;
  left: 0;
  border-radius: 4px;
}
.inner-banner .container {
  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;
}

.thm-breadcrumb {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.thm-breadcrumb:before {
  content: '';
  background-color: white;
  opacity: 0.102;
  width: 100%;
  height: 8px;
  position: absolute;
  bottom: 8px;
  left: 0;
  border-radius: 4px;
}

.thm-breadcrumb__item a,
.thm-breadcrumb__item span {
  font-size: 18px;
  color: #FCFBFE;
}

.thm-breadcrumb__item + .thm-breadcrumb__item:before {
  content: '.';
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  color: #fff;
  margin-left: 10px;
  margin-right: 10px;
}

/*
* 11. pricing styles
*/
.pricing-one {
  position: relative;
  z-index: 10;
  background: transparent url("../images/cta-bg-1-1.png") center center no-repeat;
  background-size: cover;
  padding-top: 100px;
  padding-bottom:100px;
}
.pricing-one__single {
  padding-bottom: 50px;
  text-align: center;
  margin-bottom: 50px;
  border-radius: 4px;
  background-color: white;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(46, 61, 98, 0.1);
          box-shadow: 0px 10px 60px 0px rgba(46, 61, 98, 0.1);
  border-top: 5px solid #9364D4;
}
.pricing-one__top {
  border-bottom: 1px solid #E8E8E8;
  padding-top: 40px;
}
.pricing-one__title {
  margin: 0;
  color: #9364D4;
  font-size: 32px;
  font-weight: 300;
  line-height: 1em;
}


.pricing-one__pack {
  margin: 0;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.5em;
  letter-spacing: .2em;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #343539;
}
.pricing-one__feature {
  margin: 0;
  padding: 0 15px;
  list-style: none;
  margin-top: 25px;
  margin-bottom: 40px;
  text-align: left;
}

.pricing-one__feature_lite {
	margin: 0;
	padding: 0 15px;
	list-style: none;
	margin-top: 25px;
	margin-bottom: 25px;
	text-align: left;
}




.pricing-one__feature-item {
  font-size: 16px;
  color: #6f7178;
  position: relative;
    line-height: 1em;
    padding-left: 22px;
    font-weight: 300;
}
.pricing-one__feature-item a {
    color: #6f7178;
    text-decoration: underline;
}
.pricing-one__feature-item a:hover {
    color: #eba123;
}
.pricing-one__feature-item .fa {
    position: absolute;
    left: 0;
    color: #eba123;
    top: 0;
}
.pricing-one__feature-item + .pricing-one__feature-item {
  margin-top: 10px;
}
.pricing-one__btn {
  display: inline-block;
  vertical-align: middle;
  border-radius: 27px;
  border: 1px solid #9364D4;
  padding: 9px 36px;
  background-color: #9364D4;
  text-decoration:none;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.pricing-one__btn:hover {
  border-color: #784ab8;
  background-color: #784ab8;
  color: #fff;
}
.pricing-one__note {
  text-transform: uppercase;
  color: #6f7178;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: .2em;
  margin-top: 25px;
}
/*[class*=col-]:nth-child(1) .pricing-one__single {
  border-top-color: #000;
}
[class*=col-]:nth-child(1) .pricing-one__title {
  color: #000;
}
[class*=col-]:nth-child(1) .pricing-one__btn {
  background-color: #333;
  border-color: #333;
}
[class*=col-]:nth-child(1) .pricing-one__btn:hover {
  background-color: #000;
  border-color: #000;
}*/
[class*=col-]:nth-child(1) .pricing-one__single {
	border-top-color: #da3c85;
}

[class*=col-]:nth-child(1) .pricing-one__title {
	color: #da3c85;
}

[class*=col-]:nth-child(1) .pricing-one__btn {
	background-color: #da3c85;
	border-color: #da3c85;
}

[class*=col-]:nth-child(1) .pricing-one__btn:hover {
	background-color: #da3c85;
	border-color: #da3c85;
}

[class*=col-]:nth-child(2) .pricing-one__single {
	border-top-color: #CD7F32;
}

[class*=col-]:nth-child(2) .pricing-one__title {
	color: #CD7F32;
}

[class*=col-]:nth-child(2) .pricing-one__btn {
	background-color: #CD7F32;
	border-color: #CD7F32;
}

[class*=col-]:nth-child(2) .pricing-one__btn:hover {
	background-color: #CD7F32;
	border-color: #CD7F32;
}

[class*=col-]:nth-child(3) .pricing-one__single {
  border-top-color: #C0C0C0;
}
[class*=col-]:nth-child(3) .pricing-one__title {
	color: #C0C0C0;
}
[class*=col-]:nth-child(3) .pricing-one__btn {
	background-color: #C0C0C0;
	border-color: #C0C0C0;
}
[class*=col-]:nth-child(3) .pricing-one__btn:hover {
	background-color: #C0C0C0;
	border-color: #C0C0C0;
}

[class*=col-]:nth-child(4) .pricing-one__single {
  border-top-color: #FFD700;
}
[class*=col-]:nth-child(4) .pricing-one__title {
	color: #FFD700;
}
[class*=col-]:nth-child(4) .pricing-one__btn {
	background-color: #FFD700;
	border-color: #FFD700;
}
[class*=col-]:nth-child(4) .pricing-one__btn:hover {
	background-color: #FFD700;
	border-color: #FFD700;
}

[class*=col-]:nth-child(5) .pricing-one__single {
  border-top-color: #71706E;
}
[class*=col-]:nth-child(5) .pricing-one__title {
	color: #71706E;
}
[class*=col-]:nth-child(5) .pricing-one__btn {
	background-color: #71706E;
	border-color: #71706E;
}
[class*=col-]:nth-child(5) .pricing-one__btn:hover {
	background-color: #71706E;
	border-color: #71706E;
}


[class*=col-]:nth-child(6) .pricing-one__single {
	border-top-color: #331AC6;
}

[class*=col-]:nth-child(6) .pricing-one__title {
	color: #331AC6;
}

[class*=col-]:nth-child(6) .pricing-one__btn {
	background-color: #331AC6;
	border-color: #331AC6;
}

[class*=col-]:nth-child(6) .pricing-one__btn:hover {
	background-color: #331AC6;
	border-color: #331AC6;
}

[class*=col-]:nth-child(7) .pricing-one__single {
	border-top-color: #74BBFB;
}

[class*=col-]:nth-child(7) .pricing-one__title {
	color: #74BBFB;
}

[class*=col-]:nth-child(7) .pricing-one__btn {
	background-color: #74BBFB;
	border-color: #74BBFB;
}

[class*=col-]:nth-child(7) .pricing-one__btn:hover {
	background-color: #74BBFB;
	border-color: #74BBFB;
}



/*
* 12. cta styles
*/
.cta-one {
  background: transparent url("../images/cta-bg-1-1.png") center center no-repeat;
  background-size: cover;
  padding-top: 205px;
  padding-bottom: 195px;
}
.cta-one__image-wrap {
  padding-right: 70px;
}
.cta-one__image {
  overflow: hidden;
  border-radius: 4px;
}
.cta-one__image > img {
  width: 100%;
}
.cta-one__color-box {
  position: relative;
  min-height: 276px;
}
.cta-one__color-box:before {
  content: '';
  border-radius: 4px;
  background-color: #5dd8d3;
  width: 100px;
  height: 106px;
  position: absolute;
}
.cta-one__color-box:after {
  content: '';
  border-radius: 4px;
  background-color: #fddd6e;
  width: 60px;
  height: 66px;
  position: absolute;
}
.cta-one__color-box-2:before {
  top: 0;
  right: 0;
  width: 60px;
  height: 66px;
  background-color: #ef4059;
}
.cta-one__color-box-2:after {
  bottom: 30px;
  left: 30px;
  width: 100px;
  height: 106px;
  background-color: #9364d4;
}
.cta-one__color-box-1:before {
  top: 30px;
  right: 30px;
}
.cta-one__color-box-1:after {
  bottom: 0;
  left: 0;
}
.cta-one .block-title {
  margin-bottom: 40px;
}
.cta-one__text {
  font-size: 20px;
  color: #6f7178;
  line-height: 40px;
  margin: 0;
}
.cta-one__list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 45px;
}
.cta-one__list-item {
  font-size: 18px;
  position: relative;
  color: #6f7178;
  padding-left: 30px;
}
.cta-one__list-item i {
  color: #eba123;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.cta-one__list-item + .cta-one__list-item {
  margin-top: 5px;
}
.cta-one__btn {
  display: inline-block;
  vertical-align: middle;
  border-radius: 32px;
  text-align: center;
  background-color: #eba123;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 59.5px;
  margin-top: 55px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(255, 130, 87, 0.3);
          box-shadow: 0px 10px 30px 0px rgba(255, 130, 87, 0.3);
}
.cta-one__btn:hover {
  background-color: #343539;
  color: #fff;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(46, 61, 98, 0.3);
          box-shadow: 0px 10px 30px 0px rgba(46, 61, 98, 0.3);
}
.cta-feature {
 
  background: transparent url("../images/cta-bg-feature.png") top center no-repeat;
  background-size: cover;
  padding-bottom: 120px;
  padding-top: 120px;
  position: relative;
  
}

.cta-two {
 
  background: transparent url("../images/cta-bg-1-2.png") bottom center no-repeat;
  background-size: cover;
  padding-bottom: 80px;
  padding-top: 80px;
  position: relative;
  
}
.cta-two [class*=bubble-] {
  position: absolute;
  -webkit-animation-name: bubbleMover;
          animation-name: bubbleMover;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-perspective: 400px;
          perspective: 400px;
}
.cta-two .bubble-1 {
  top: 15%;
  left: 10%;
}
.cta-two .bubble-2 {
  bottom: 15%;
  left: 40%;
}
.cta-two .bubble-3 {
  top: 5%;
  right: 10%;
}
.cta-two hr {
  margin: 0;
  border: none;
  border-top: 0px solid #EAEAEA;
  margin-bottom: 120px;
}
.cta-two .block-title {
  margin-bottom: 50px;
}
.cta-two__moc {
  position: absolute;
  bottom: 70px;
  right: 0;
}
@media (max-width: 1440px) {
  .cta-two__moc {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
    -webkit-transform-origin: right center;
            transform-origin: right center;
  }
}
.cta-two__text {
  margin: 0;
  color: #6f7178;
  font-size: 18px;
  line-height: 32px;
}
.cta-two__feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 50px;
}
.cta-two__feature-icon {
  font-size: 64px;
  color: #eba123;
}
.cta-two__feature-single:nth-child(2) .cta-two__feature-icon {
  color: #5DD8D3;
}
.cta-two__feature-single:nth-child(3) .cta-two__feature-icon {
  color: #9364D4;
}
.cta-two__feature-title {
  margin: 0;
  font-size: 20px;
  margin-top: 10px;
  font-weight: 600;
}
.cta-two__feature-title a {
  color: #343539;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.cta-two__feature-title a:hover {
  color: #eba123;
}
.cta-two__btn {
  display: inline-block;
  vertical-align: middle;
  border-radius: 32px;
  text-align: center;
  background-color: #eba123;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 59.5px;
  margin-top: 50px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(255, 130, 87, 0.3);
          box-shadow: 0px 10px 30px 0px rgba(255, 130, 87, 0.3);
}
.cta-two__btn:hover {
  background-color: #343539;
  color: #fff;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(46, 61, 98, 0.3);
          box-shadow: 0px 10px 30px 0px rgba(46, 61, 98, 0.3);
}

.cta-three {
   position: relative;
  padding-bottom: 100px;
  padding-top:100px;
}



.cta-three [class*=bubble-] {
  position: absolute;
  -webkit-animation-name: bubbleMover;
          animation-name: bubbleMover;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-perspective: 400px;
          perspective: 400px;
}
.cta-three .bubble-1 {
  top: 30%;
  left: 15%;
}
.cta-three .bubble-2 {
  top: 30%;
  right: 10%;
}
.cta-three .bubble-3 {
  bottom: 10%;
  left: 40%;
}
.cta-three .container {
  position: relative;
}
.cta-three__moc {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-100px);
          transform: translateY(-50%) translateX(-100px);
  left: 0;
}
.cta-three .block-title {
  margin-bottom: 40px;
}
.cta-three__text {
  font-size: 20px;
  color: #6f7178;
  line-height: 40px;
  margin: 0;
}
.cta-three__list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 20px;
}
.cta-three__list-item {
  font-size: 18px;
  position: relative;
  color: #6f7178;
  padding-left: 30px;
}
.cta-three__list-item i {
  color: #eba123;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.cta-three__list-item + .cta-three__list-item {
  margin-top: 5px;
}
.cta-three__btn {
  display: inline-block;
  vertical-align: middle;
  border-radius: 32px;
  text-align: center;
  background-color: #eba123;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 59.5px;
  margin-top: 55px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(255, 130, 87, 0.3);
          box-shadow: 0px 10px 30px 0px rgba(255, 130, 87, 0.3);
}
.cta-three__btn:hover {
  background-color: #343539;
  color: #fff;
  -webkit-box-shadow: 0px 10px 30px 0px rgba(46, 61, 98, 0.3);
          box-shadow: 0px 10px 30px 0px rgba(46, 61, 98, 0.3);
}

/*
* 13. services styles
*/
.service-one {
  padding-top: 120px;
}
.service-one__single {
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 50px;
  padding-bottom: 50px;
  border-radius: 4px;
  background-color: white;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(46, 61, 98, 0.1);
          box-shadow: 0px 10px 60px 0px rgba(46, 61, 98, 0.1);
  overflow: hidden;
  position: relative;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.service-one__single:before, .service-one__single:after {
  content: '';
  width: 191px;
  height: 191px;
  border-radius: 50%;
  background-color: #fff;
  opacity: .1;
  position: absolute;
  -webkit-transition: all .4s ease .2s;
  transition: all .4s ease .2s;
}
.service-one__single:before {
  top: 0;
  right: 0;
  -webkit-transform: translate(60%, -60%);
          transform: translate(60%, -60%);
}
.service-one__single:after {
  bottom: 0;
  left: 0;
  -webkit-transform: translate(-60%, 60%);
          transform: translate(-60%, 60%);
}
.service-one__icon {
  font-size: 60px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  color: #5DD8D3;
}
.service-one__title {
  margin: 0;
  font-size: 20px;
  line-height: 34px;
  font-weight: 600;
  margin-top: 10px;
  margin-bottom: 40px;
}
.service-one__title a {
  color: #343539;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.service-one__title a:hover {
  color: #fff;
}
.service-one__text {
  color: #6f7178;
  font-size: 16px;
  line-height: 34px;
  margin: 0;
  margin-bottom: 25px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.service-one__link {
  display: inline-block;
  vertical-align: middle;
  font-size: 32px;
  color: #BCBFC7;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

[class*=col-]:nth-child(1) .service-one__icon {
  color: #5DD8D3;
}
[class*=col-]:nth-child(1) .service-one__single:hover {
  background-color: #5DD8D3;
}
[class*=col-]:nth-child(1) .service-one__single:hover .service-one__icon,
[class*=col-]:nth-child(1) .service-one__single:hover .service-one__title a,
[class*=col-]:nth-child(1) .service-one__single:hover .service-one__text,
[class*=col-]:nth-child(1) .service-one__single:hover .service-one__link {
  color: #fff;
}
[class*=col-]:nth-child(1) .service-one__single:hover:before {
  top: 0;
  right: 0;
  -webkit-transform: translate(30%, -30%);
          transform: translate(30%, -30%);
}
[class*=col-]:nth-child(1) .service-one__single:hover:after {
  bottom: 0;
  left: 0;
  -webkit-transform: translate(-30%, 30%);
          transform: translate(-30%, 30%);
}

[class*=col-]:nth-child(2) .service-one__icon {
  color: #9364D4;
}
[class*=col-]:nth-child(2) .service-one__single:hover {
  background-color: #9364D4;
}
[class*=col-]:nth-child(2) .service-one__single:hover .service-one__icon,
[class*=col-]:nth-child(2) .service-one__single:hover .service-one__title a,
[class*=col-]:nth-child(2) .service-one__single:hover .service-one__text,
[class*=col-]:nth-child(2) .service-one__single:hover .service-one__link {
  color: #fff;
}
[class*=col-]:nth-child(2) .service-one__single:hover:before {
  top: 0;
  right: 0;
  -webkit-transform: translate(30%, -30%);
          transform: translate(30%, -30%);
}
[class*=col-]:nth-child(2) .service-one__single:hover:after {
  bottom: 0;
  left: 0;
  -webkit-transform: translate(-30%, 30%);
          transform: translate(-30%, 30%);
}

[class*=col-]:nth-child(3) .service-one__icon {
  color: #EE539B;
}
[class*=col-]:nth-child(3) .service-one__single:hover {
  background-color: #EE539B;
}
[class*=col-]:nth-child(3) .service-one__single:hover .service-one__icon,
[class*=col-]:nth-child(3) .service-one__single:hover .service-one__title a,
[class*=col-]:nth-child(3) .service-one__single:hover .service-one__text,
[class*=col-]:nth-child(3) .service-one__single:hover .service-one__link {
  color: #fff;
}
[class*=col-]:nth-child(3) .service-one__single:hover:before {
  top: 0;
  right: 0;
  -webkit-transform: translate(30%, -30%);
          transform: translate(30%, -30%);
}
[class*=col-]:nth-child(3) .service-one__single:hover:after {
  bottom: 0;
  left: 0;
  -webkit-transform: translate(-30%, 30%);
          transform: translate(-30%, 30%);
}

[class*=col-]:nth-child(4) .service-one__icon {
  color: #FDDD6E;
}
[class*=col-]:nth-child(4) .service-one__single:hover {
  background-color: #FDDD6E;
}
[class*=col-]:nth-child(4) .service-one__single:hover .service-one__icon,
[class*=col-]:nth-child(4) .service-one__single:hover .service-one__title a,
[class*=col-]:nth-child(4) .service-one__single:hover .service-one__text,
[class*=col-]:nth-child(4) .service-one__single:hover .service-one__link {
  color: #fff;
}
[class*=col-]:nth-child(4) .service-one__single:hover:before {
  top: 0;
  right: 0;
  -webkit-transform: translate(30%, -30%);
          transform: translate(30%, -30%);
}
[class*=col-]:nth-child(4) .service-one__single:hover:after {
  bottom: 0;
  left: 0;
  -webkit-transform: translate(-30%, 30%);
          transform: translate(-30%, 30%);
}

/*
* 14. sidebar styles
*/
@media (max-width: 991px) {
  .sidebar {
    margin-top: 50px;
  }
}
.sidebar__title {
  margin: 0;
  color: #343539;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 30px;
}
.sidebar__single:not(.sidebar__search) {
  padding: 50px;
  border-radius: 4px;
  background-color: white;
  -webkit-box-shadow: 0px 10px 60px 0px rgba(46, 61, 98, 0.1);
          box-shadow: 0px 10px 60px 0px rgba(46, 61, 98, 0.1);
}
.sidebar__single + .sidebar__single {
  margin-top: 30px;
}
.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: 16px;
  line-height: 24px;
  font-weight: normal;
}
.sidebar__post-title a {
  color: #6f7178;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.sidebar__post-title a:hover {
  color: #eba123;
}
.sidebar__category-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sidebar__category-list-item {
  line-height: 1em;
}
.sidebar__category-list-item a {
  color: #6f7178;
  font-size: 16px;
  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: #eba123;
  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: #9364D4;
  -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: #6f7178;
  font-size: 16px;
  line-height: 1em;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}
.sidebar__tags-list-item a:hover {
  color: #eba123;
}
.sidebar__search-form {
  width: 100%;
  height: 84px;
  border-radius: 4px;
  background-color: #eba123;
}
.sidebar__search-form input {
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: none;
  outline: none;
  color: #fff;
  padding-left: 50px;
  padding-right: 50px;
}
.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;
}







/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/


.testimonials-one {
	padding-bottom: 105px;
}

.testimonials-one__top {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.testimonials-one__carousel-btn__wrap {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}

[class*=testimonials-one__carousel-btn-] {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: 2px solid rgba(var(--thm-primary-rgb), .1);
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	text-align: center;
	color: var(--thm-black);
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

[class*=testimonials-one__carousel-btn-]:hover {
	background-color: var(--thm-base);
	border-color: var(--thm-base);
	box-shadow: 0px 16px 32px 0px rgba(255, 87, 164, 0.56);
	color: #fff;
}

.testimonials-one__carousel-btn-right {
	margin-left: 10px;
}

.testimonials-one .block-title__line {
	width: 50px;
}

.testimonials-one__arrow-decor-wrap {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
	position: relative;
}

.testimonials-one__arrow-decor-wrap::before {
	content: '';
	width: 100%;
	height: 3px;
	background-color: rgba(var(--thm-primary-rgb), .1);
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.testimonials-one__arrow-decor-wrap i {
	width: 35px;
	height: 35px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	text-align: center;
	color: var(--thm-black);
	font-size: 14px;
	border-radius: 50%;
	z-index: 10;
	background-color: #fff;
	border: 2px solid rgba(123, 134, 241, .15);
}

.testimonials-one__image {
	margin-bottom: 45px;
}

.testimonials-one__content {
	text-align: center;
	padding-left: 40px;
	padding-right: 40px;
	padding-top: 30px;
	padding-bottom: 40px;
	position: relative;
	box-shadow: 0px 4px 35px 0px rgba(186, 186, 186, 0.34);
}

.testimonials-one__content::before {
	content: '';
	position: absolute;
	bottom: 100%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 25px;
	height: 15px;
	background-color: #fff;
	-webkit-clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
	clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
}

.testimonials-one__content p {
	margin: 0;
	font-size: 14px;
	line-height: 32px;
	color: #7e8aa7;
}

.testimonials-one__content h3 {
	margin: 0;
	font-size: 18px;
	color: var(--thm-black);
	font-family: var(--special-font-bold);
	line-height: 1em;
	letter-spacing: -0.03em;
	margin-top: 14px;
	margin-bottom: 10px;
}

.testimonials-one__content span {
	margin: 0;
	font-weight: 600;
	display: block;
	font-size: 14px;
	line-height: 1em;
	color: var(--thm-base);
}

.testimonials-one__carousel {
	margin-top: -50px;
	position: relative;
	z-index: 11;
}

.testimonials-one__carousel .owl-stage-outer {
	padding-bottom: 35px;
}

.testimonials-one__carousel .owl-item img {
	width: auto;
	border-radius: 50%;
	margin-left: auto;
	margin-right: auto;
}

.testimonials-one__qoute-icon {
	font-size: 30px;
	color: var(--thm-primary);
	position: absolute;
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%) translateY(50%);
	transform: translateX(-50%) translateY(50%);
}

.testimonials-one__carousel .owl-stage-outer {
	overflow: visible;
}

.testimonials-one__carousel .owl-item {
	opacity: 0;
	-webkit-transition: opacity 500ms;
	transition: opacity 500ms;
}

.testimonials-one__carousel .owl-item.active {
	opacity: 1;
}

.testimonials-one__testimonials-page {
	padding-top: 130px;
}

/* testimonials two */
.testimonials-two {
	padding-top: 80px;
	padding-bottom: 80px;
}

.testimonials-two__single {
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 40px;
	padding-right: 40px;
	border-radius: 12px;
	background-color: rgb(255, 255, 255);
	box-shadow: 0px 10px 80px 0px rgba(208, 208, 208, 0.5);
}

.testimonials-two__top {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
}

.testimonials-two__top-content {
	margin-left: 20px;
}

.testimonials-two__top-content h3 {
	margin: 0;
	font-size: 20px;
	font-family: var(--special-font-bold);
	color: var(--thm-black);
}

.testimonials-two__top-content span {
	margin: 0;
	color: var(--thm-base);
	font-size: 13px;
	text-transform: uppercase;
	font-family: var(--special-font-bold);
	letter-spacing: .2em;
}

.testimonials-two__content {
	margin-top: 30px;
	margin-bottom: 30px;
}

.testimonials-two__content p {
	margin: 0;
	font-size: 14px;
	line-height: 32px;
	color: #5f5f5f;
}

.testimonials-two__image img {
	border-radius: 50%;
}

.testimonials-two__bottom {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
}

.testimonials-two__stars i {
	color: var(--thm-base);
	font-size: 18px;
}

.testimonials-two__qoute-icon {
	font-size: 40px;
	color: #567af3;
}

.testimonials-two__stars i+i {
	margin-left: 10px;
}

.testimonials-two__carousel .owl-dots .owl-dot {
	outline: none;
	margin-top: 50px;
}

.testimonials-two__carousel .owl-dots .owl-dot+.owl-dot {
	margin-left: 7px;
}

.testimonials-two__carousel .owl-dots .owl-dot span {
	width: 10px;
	height: 5px;
	background-color: var(--thm-base);
	border-radius: 2.5px;
	margin: 0;
	-webkit-transition: 500ms;
	transition: 500ms;
}

.testimonials-two__carousel .owl-dots .owl-dot:hover span,
.testimonials-two__carousel .owl-dots .owl-dot.active span {
	width: 25px;
	background-color: var(--thm-base);
}

.testimonials-two__carousel .owl-stage-outer {
	overflow: visible;
}

.testimonials-two__carousel .owl-item {
	opacity: 0;
	-webkit-transition: opacity 500ms;
	transition: opacity 500ms;
}

.testimonials-two__carousel .owl-item.active {
	opacity: 1;
}

.testimonials-two__home-three .block-title-two span {
	color: #5f5f5f;
	font-size: 14px;
	line-height: 32px;
	display: block;
	margin-top: 30px;
}

.testimonials-two__home-three .testimonials-two__single {
	position: relative;
}

.testimonials-two__home-three .testimonials-two__qoute-icon {
	position: absolute;
	top: 65px;
	right: 40px;
}

.testimonials-two__home-three .testimonials-two__content {
	margin-bottom: 0;
}

.testimonials-two__home-three .testimonials-two__top-content span {
	color: #eba123;
}

.testimonials-two__home-three .testimonials-two__carousel .owl-dots .owl-dot span {
	background-color: #eba123;
}

.testimonials-two__home-three .testimonials-two__carousel .owl-dots .owl-dot.active span,
.testimonials-two__home-three .testimonials-two__carousel .owl-dots .owl-dot:hover span {
	background-color: #eba123;
}



.testimonials-two__testimonials-page::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url("../images/shapes/testi-dot-1-1.png"/*tpa=http://layerdrops.com/bizkar/assets/images/shapes/testi-dot-1-1.png*/);
	background-position: center center;
}

.testimonials-two__testimonials-page .container {
	position: relative;
}

.testimonials-two__testimonials-page .testimonials-two__single {
	box-shadow: 0px 10px 80px 0px rgba(0, 0, 0, 0.5);
}

.testimonials-two__testimonials-page .testimonials-two__carousel .owl-dots {
	display: none !important;
}

.testimonials-two__testimonials-page .block-title-two h3 {
	color: #fff;
}


/* testimonials three */


.testimonials-three {
	padding-top: 130px;
	padding-bottom: 130px;
}

.testimonials-three__block {
	margin-bottom: 70px;
}

.testimonials-three__block h3 {
	font-family: var(--special-font-smb);
	color: var(--thm-black);
	margin: 0;
	font-size: 55px;
	line-height: 60px;
}

.testimonials-three__block p {
	margin: 0;
	font-size: 18px;
	line-height: 35px;
	color: #5f5f5f;
	margin-top: 30px;
}

.testimonials-three__slide-progress {
	margin-top: 100px;
	width: 100%;
	max-width: 100%;
	height: 4px;
	background: rgba(242, 124, 157, .1);
	position: relative;
}

.testimonials-three__slide-progress span {
	width: 0%;
	max-width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	background-color: #f27c9d;
	-webkit-transition: 500ms linear;
	transition: 500ms linear;
}

.testimonials-three__slide-progress span::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width: 20px;
	height: 20px;
	background-color: #f27c9d;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	border-radius: 50%;
}

.testimonials-three__image {
	width: 392px;
	height: 428px;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	background-image: url("../images/shapes/testi-shapes-1-1.png"/*tpa=http://layerdrops.com/bizkar/assets/images/shapes/testi-shapes-1-1.png*/);
	background-repeat: no-repeat;
	background-position: center center;
}

.testimonials-three__image img {
	border-radius: 50%;
}

.testimonials-three__content p {
	margin: 0;
	font-size: 24px;
	line-height: 50px;
	color: #5f5f5f;
	font-style: italic;
	margin-bottom: 25px;
}


.testimonials-three__content h3 {
	margin: 0;
	color: var(--thm-black);
	font-size: 24px;
	font-family: var(--special-font-bold);
	letter-spacing: -.03em;
	line-height: 1em;
}

.testimonials-three__content span {
	margin: 0;
	display: block;
	color: #eba123;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: .2em;
	font-size: 13px;
	line-height: 1em;
	margin-top: 10px;
}

.testimonials-three__content {
	position: relative;
}

.testimonials-three__content::before {
	content: '';
	width: 76px;
	height: 66px;
	background-image: url("../images/shapes/testi-qoute-1-1.png"/*tpa=http://layerdrops.com/bizkar/assets/images/shapes/testi-qoute-1-1.png*/);
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0;
	right: 100px;
}

/* testimonials four */

.testimonials-four {
	padding-bottom: 130px;
}

.testimonials-four__top {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: end;
	align-items: flex-end;
	-webkit-box-pack: justify;
	justify-content: space-between;
	margin-bottom: 120px;
}

.testimonials-four__top .block-title-two {
	margin-bottom: 0;
}

.testimonials-four__top-btn {
	border: 2px solid rgba(var(--thm-primary-rgb), .1);
	background-color: #fff;
	color: #42495b;
	font-size: 15px;
	padding: 14px 0;
	border-radius: 30px;
	padding-left: 50px;
	padding-right: 50px;
}

.testimonials-four__carousel-wrap {
	background-image: url("../images/shapes/testi-5-bg-1.png"/*tpa=http://layerdrops.com/bizkar/assets/images/shapes/testi-5-bg-1.png*/);
	background-repeat: no-repeat;
	background-position: center center;
	padding-left: 100px;
	padding-right: 100px;
	padding-top: 50px;
	padding-bottom: 83px;
}

.testimonials-four__carousel .owl-stage-outer {
	overflow: visible;
}

.testimonials-four__carousel .owl-item {
	opacity: 0;
	-webkit-transition: opacity 500ms;
	transition: opacity 500ms;
}

.testimonials-four__carousel .owl-item.active {
	opacity: 1;
}

.testimonials-four__carousel .owl-item img {
	width: auto;
}

.testimonials-four__single .testimonials-four__image>img {
	width: 125px;
	border-radius: 50%;
	margin-top: -95.5px;
	position: relative;
	z-index: 11;
}

.testimonials-four__single p {
	margin: 0;
	color: #fff;
	font-size: 30px;
	line-height: 56px;
	letter-spacing: -0.03em;
	font-weight: 600;
	margin-bottom: 25px;
	margin-top: 35px;
}

.testimonials-four__single h3 {
	margin: 0;
	font-size: 24px;
	font-family: var(--thm-font);
	color: #fff;
	font-weight: 600;
	font-style: italic;
}

.testimonials-four__single span {
	margin: 0;
	font-size: 18px;
	font-family: var(--thm-font);
	color: #fff;
	font-weight: 600;
	font-style: italic;
}

.testimonials-four .container {
	position: relative;
}

.testimonials-four__qoute-icon {
	position: absolute;
	bottom: 55px;
	right: 95px;
	opacity: .1;
	font-size: 167px;
	color: #ffffff;
	letter-spacing: -0.03em;
}

.testimonials-four__carousel-nav {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	position: absolute;
	right: 85px;
	bottom: -30px;
	z-index: 20;
}

[class*=testimonials-four__carousel-nav__] {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	background-color: #fff;
	color: var(--thm-black);
	font-size: 16px;
	-webkit-transition: 500ms;
	transition: 500ms;
	box-shadow: 0px 16px 32px 0px rgba(179, 179, 179, 0.56);
}

[class*=testimonials-four__carousel-nav__]:hover {
	background-color: #eba123;
	color: #fff;
}

.testimonials-four__carousel-nav__left {
	margin-right: 10px;
}

.unstyled-list {
	list-style: none;
}

.get-started-card {
	min-width: 800px;
	background-color: #fff8e3;
	padding: 50px 10px;
	border: 1px solid orange;
	border-radius: 15px;
	font-weight: bold;
}

.get-started-title {
	font-size:30px;
	font-weight:900;
}

.get-started-subtitle {
	font-size: 35px;
	font-weight: 900;
}



.get-started-btn {
	background-color: #EBA124;
	padding: 15px 10px;
	width: 250px;
	border-radius: 10px;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	border: 1px solid #EBA124;
}


@media (max-width: 576px) {
	.get-started-title {
		font-size: 1.25rem;
	}

	.get-started-subtitle {
		font-size: 1rem;
	}

	.get-started--text {
		font-size: 0.9rem;
	}

	.get-started-btn {
		font-size: 0.9rem;
		padding: 10px 20px;
	}
	.get-started-card {
		min-width: 350px; /* Reduce the width */
		padding: 40px 10px;
		margin-left:15px;
		margin-right:15px;
	}

	.subscribe-box {
		padding-bottom: 0px !important;
		margin-top: 20px !important;
	}
}





/*--------------------------------------------------------------
## Contact Two
--------------------------------------------------------------*/
.contact-two {
	padding-top: 90px;
	padding-bottom: 100px;
}

.contact-two__info-list {
	margin: 0;
	margin-top: 30px;
}

.contact-two__info-list li {
	position: relative;
	font-size: 14px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: start;
	align-items: flex-start;
}

.contact-two__info-list li+li {
	margin-top: 24px;
}

.contact-two__info-list li p {
	margin: 0;
	color: #5f5f5f;
	font-size: 14px;
	line-height: 22px;
}

.contact-two__info-list li p a {
	color: inherit;
	-webkit-transition: 500ms;
	transition: 500ms;
}

.contact-two__info-list li p a:hover {
	color: var(--thm-primary);
}

.contact-two__info-list-title {
	margin: 0;
	font-family: var(--special-font-bold);
	color: var(--thm-base);
	width: 90px;
	line-height: 1em;
	position: relative;
	padding-left: 25px;
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	font-size: 14px;
	top: 4px;
}

.contact-two__info-list-title i {
	position: absolute;
	top: 1px;
	left: 0;
}

.contact-two__block h3 {
	margin: 0;
	color: #42495b;
	font-size: 55px;
	line-height: 56px;
	font-weight:bold;
	margin-bottom: 30px;
}

.contact-two__block p {
	margin: 0;
}

.contact-two__form textarea,
.contact-two__form .bootstrap-select>.dropdown-toggle,
.contact-two__form input:not([type="checkbox"]):not([type="radio"]) {
	border: none;
	outline: none;
	border-bottom: 2px solid #e2e2e2;
	height: 65px;
	display: block;
	width: 100%;
	color: #5f5f5f;
	margin-bottom: 30px;
}

.contact-two__form ::-webkit-input-placeholder {
	opacity: 1;
	color: #5f5f5f;
}

.contact-two__form ::-moz-placeholder {
	opacity: 1;
	color: #5f5f5f;
}

.contact-two__form :-ms-input-placeholder {
	opacity: 1;
	color: #5f5f5f;
}

.contact-two__form ::-ms-input-placeholder {
	opacity: 1;
	color: #5f5f5f;
}

.contact-two__form ::placeholder {
	opacity: 1;
	color: #5f5f5f;
}

.contact-two__form textarea {
	height: 85px;
}

.contact-two__btn {
	padding-left: 40px;
	padding-right: 40px;
	margin-top: 10px;
}

.contact-two__form .contact-two__block {
	margin-bottom: 15px;
}






/* Deafult Margin & Padding */
.centered{
	
	margin:0 auto;
	display:block;

}
.center-col {
	float:none;
	margin-left:auto;
	margin-right:auto
}
/*-- Margin Top --*/
.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;
}
/*-- Margin Bottom --*/

.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;
}
/*-- Padding Top --*/
.p-0 { padding:0px;}
.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-114 {
	padding-top: 114px;
}
/*-- Padding Bottom --*/

.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;
}



/*-- Padding Left --*/
.pl-0 {
	padding-left: 0px;
}
.pl-5 {
	padding-left: 5px;
}
.pl-10 {
	padding-left: 10px;
}
.pl-15 {
	padding-left: 15px;
}
.pl-20{
	padding-left: 20px;
}
.pl-25 {
	padding-left: 35px;
}
.pl-30 {
	padding-left: 30px;
}
.pl-35 {
	padding-left: 35px;
}

.pl-35 {
	padding-left: 35px;
}

.pl-40 {
	padding-left: 40px;
}

.pl-45 {
	padding-left: 45px;
}

.pl-50 {
	padding-left: 50px;
}

.pl-55 {
	padding-left: 55px;
}

.pl-60 {
	padding-left: 60px;
}
.pl-65 {
	padding-left: 65px;
}
.pl-70 {
	padding-left: 70px;
}
.pl-75 {
	padding-left: 75px;
}
.pl-80 {
	padding-left: 80px;
}
.pl-85 {
	padding-left: 80px;
}
.pl-90 {
	padding-left: 90px;
}
.pl-95 {
	padding-left: 95px;
}
.pl-100 {
	padding-left: 100px;
}
.pl-110 {
	padding-left: 110px;
}
.pl-115 {
	padding-left: 115px;
}
.pl-130 {
	padding-left: 130px;
}
.pl-150 {
	padding-left: 150px;
}
.pl-200 {
	padding-left: 200px;
}


/*-- Padding Right --*/
.pr-0 {
	padding-right: 0px;
}
.pr-5 {
	padding-right: 5px;
}
.pr-10 {
	padding-right: 10px;
}
.pr-15 {
	padding-right: 15px;
}
.pr-20{
	padding-right: 20px;
}
.pr-25 {
	padding-right: 35px;
}
.pr-30 {
	padding-right: 30px;
}
.pr-35 {
	padding-right: 35px;
}

.pr-35 {
	padding-right: 35px;
}

.pr-40 {
	padding-right: 40px;
}

.pr-45 {
	padding-right: 45px;
}

.pr-50 {
	padding-right: 50px;
}

.pr-55 {
	padding-right: 55px;
}

.pr-60 {
	padding-right: 60px;
}
.pr-65 {
	padding-right: 65px;
}
.pr-70 {
	padding-right: 70px;
}
.pr-75 {
	padding-right: 75px;
}
.pr-80 {
	padding-right: 80px;
}
.pr-85 {
	padding-right: 80px;
}
.pr-90 {
	padding-right: 90px;
}
.pr-95 {
	padding-right: 95px;
}
.pr-100 {
	padding-right: 100px;
}
.pr-200 {
	padding-right: 200px;
}

/* font weight */
.f-700{font-weight: 700;}
.f-600{font-weight: 600;}
.f-500{font-weight: 500;}
.f-400{font-weight: 400;}
.f-300{font-weight: 300;}


[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative;
  padding-left: 3.2em;
  cursor: pointer;
}
[type="checkbox"]:not(:checked).less + label,
[type="checkbox"]:checked.less + label {
  position: relative;
  padding-left: 3.1em;
  cursor: pointer;
}
/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0; top: 0;
  width: 1.25em; height: 1.25em;
  border: 2px solid #333;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}
/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: '\2714\0020';
  position: absolute;
  top: .15em; left: .22em;
  font-size: 1.3em;
  line-height: 0.8;
  color: #f7ae0d;
  transition: all .2s;
  
}
/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}
/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
  box-shadow: none;

}
[type="checkbox"]:disabled:checked + label:after {
  color: #76787f;
}
[type="checkbox"]:disabled + label {
  color: #76787f;
}
/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before {
  border: 2px solid #333;
}

/* hover style just for information */
label:hover:before {
  border: 2px solid #333!important;
}


.privacy-policy-sticky-box a.hadding-text:not(.privacy-policy-sticky-box a.hadding-text:hover) {
    font-weight: 500;
    color: #343539 !important;
}

h2.policy-version-contant {
    color: #343539 !important;
    font-weight: 600;
}

h2.policy-contant-hadding {
    color: #343539 !important;
    font-weight: 600;
}

.policy-content h2 {color: #343539 !important;font-weight: 600;}

.policy-content b {
    font-weight: 600 !important;
    color: #343539 !important;
}

li.stiky-itom {
    line-height: 20px !important;
}

a.hadding-text {
    text-transform: uppercase;
}

h2.text--wapper-haddign {
    color: #343539 !important;
    font-weight: 600;
}

p.danalix-text {
    font-weight: 600;
    color: #343539 !important;
}

p.danalix-text b {
    color: #343539 !important;
}

p.availability.-text {
    padding-top: 15px;
}



@media screen and (max-width: 767px){
	.pricing-one__top .sm-text.hide-text {
		display: none;
		min-height: unset;
	}
	 .pricing-one {
		padding-top: 0px;
		padding-bottom: 50px; 
	}
   .pricing-one .col-sm-4 {
		max-width: unset;
		flex: unset;
	}
	.pricing-one__feature-item {
		font-size: 15px;
	}
	img.get-erly-img{
		display:none;
		padding-top:0px;
	}
	
    .privacy-policy-row {
        display: block;
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .privacy-policy-sticky-box {
        width: 100% !important;
        position: static !important;
    }

    .privacy-policy-contant-box {
        width: 100%;
        padding: 0px !important;
    }
    .policy-content h2 {
        font-size: 17px !important;
    }
    h2.policy-version-contant {
        font-size: 16px !important;
    }
	/* Our Team Page Start */
	.name-box h3 {
		font-size: 20px;
	}
	.name-box h5 {
		font-size: 15px;
	}
	.team-text-wrap {
		padding: 15px 0 0;
		font-size: 16px;
		line-height: 28px;
	}
	.team-bg .row {
		margin-bottom: 50px;
		padding-bottom: 20px;
	}
	/* Our Team Page Close */
	/* Home Start Start */
	.why-danalix {
		padding: 60px 0 45px;
	}
	.cust-list li {
		font-size: 17px;
		line-height: 28px;
	}
	.cust-list ul {
		margin: 10px 5px;
	}
	.cta-box .banner-one__btn {
		margin: 40px 0;
	}
	/* Home Start Close */
}


/* Custom navbar styling */
.navbar {
	background-color: grey;
	font-family: Arial, sans-serif; 
	/*box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);*/
	/*  margin-top:50px */;
	padding-bottom: 15px;
}


.nav-item:hover,
.nav-item:focus {
	cursor: pointer;
	
}

.danalix-menu-nav-btn {
	width: 200px !important;
	background-color: #EBA124;
	color: white;
	border: none;
	margin-left: 20px;
	margin-top: 10px;
	font-size: 17px;
	cursor: pointer;
	font-weight:500;
	transition: background-color 0.3s ease;
}

.danalix-menu-nav-btn:hover {
	background-color: #d49820; /* Slightly darker color on hover */
}


.danalix-nav-dropdown-menu {
	width: 200px; 
	min-width: unset; 
	margin-left:20px !important;
	border-radius:0px;
	padding: 10px 0px;
}


.danalix-nav-dropdown-item:hover {
	color: #EBA124;
	font-weight: 700;
	transition: width 0.3s ease;
}

/* Add bottom line on hover/focus */
.nav-item::after {
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 0;
	height: 3px; /* Adjust thickness here */
	background-color: #EBA124; /* Line color */
	transform: translateX(-50%);
	transition: width 0.3s ease;
}

.nav-item:hover::after,
.nav-item:focus::after {
	width: 100%;
}



.navbar .nav-link:hover {
	color: #C5881F;
}

.dropdown-menu-resources {
	margin-top: 15px !important;
	width: 200px !important;
	padding: 10px 0;
	border-radius: 0px;
	border-top: 10px solid #EBA124;
}

.dropdown-menu-danalix {
	padding: 10px 0;
	border-radius: 0px;
}


.navbar .nav-link {
	font-family: "Source Sans Pro", "Helvetica", "sans-serif", "Arial";
	font-weight: 500;
	font-size: 18px;
}


.navbar-toggler {
	border: none; /* Removes border around the button */
}

.navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3E%3Cpath stroke='black' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

.main-logo {
	width: 168px;
	height: 50px;
}


#nav-item-header {
	padding-left: 10px;
	margin-bottom: 0px;
	font-size: 18px;
}

#nav-item-header-line {
	margin-left: 10px;
	margin-top: 5px;
	color: #C5881F;
	line-height: 10px;
	width: 85px;
}


.nav-item::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 3px; /* Adjust thickness here */
	background-color: #EBA124; /* Underline color */
	transform: scaleX(0);
	transform-origin: bottom right;
	transition: transform 0.3s ease;
}



.try-danalix-btn {
	background-color: #EBA124;
	color: white;
	border: none;
	margin-left: 20px;
	width: 140px;
	margin-top: 10px;
	/*font-weight: 700;*/
	font-size: 14px;
	cursor: pointer;
	transition: background-color 0.3s ease;
}

.try-danalix-btn:hover {
	background-color: #d49820; /* Slightly darker color on hover */
}

.subscribe-now-btn {
	text-decoration: none;
	padding: 15px 20px;
	background-color: #EBA124;
	width: 250px;
	border-radius: 10px;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	border: 1px solid #EBA124;
}

.sb-now-btn {
	text-decoration: none;
	padding: 15px 20px;
	background-color: #EBA124;
	width: 300px;
	border-radius: 10px;
	color: #fff;
	font-size: 30px;
	font-weight: bold;
	
	border: 1px solid #EBA124;
}


.sb-now-btn-box {
	display: flex;
	justify-content: center;
}
.clickable-div {
	cursor: pointer;
}

.blog-card:hover .post-title {
	text-decoration: underline; /* Underline the title on hover */
}


.box {
	background-color: #F8F9FE;
	padding: 20px;
	width: 80%;
	font-family: Arial, sans-serif;
	margin-left: 20px;
	border: 1px solid #EBA124;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.box-title {
	background-color: white;
	padding: 10px;
	font-weight: 900;
	margin: -20px -20px 20px -20px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	text-align: center;
}
.categories-box-title {
	background-color: white;
	padding: 10px;
	font-weight: 100;
	margin: -20px -20px 18px -20px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	text-align: center;
}

.box-list {
	list-style: none;
	padding-bottom: 5px;
	text-align: left;
	padding-left: 0;
}



.box-item::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0; /* Positioned at the bottom of the text */
	width: 0;
	height: 2px; /* Thickness of the underline */
	background-color: #EBA124; /* Underline color */
	transition: width 0.3s ease; /* Animation for underline */
}

li.box-item:hover {
	color: #EBA124;
}

	li.box-item:hover::after {
		width: 100%; /* Expand underline to full width on hover */
	}


.box-item {
	padding: 5px 5px 24px 0px;
	font-size: 16px;
	cursor: pointer;
	transition: color 0.3s ease, font-weight 0.3s ease; /* Smooth text animation */
}

/* Box Styling */
.subscribe-box {
	background-color: #F8F9FE;
	padding: 30px;
	/*margin-left: 20px;*/
	margin-top: 0px;
	width: 100%;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
	text-align: center;
	font-family: Arial, sans-serif;
	border: 1px solid #EBA124;
}

.side-container {
	margin-bottom: 1.5rem !important;
}

.categories-card-body{
	height:100% !important;
}

.x-type{
	width:43.44px;
	height:38px;
	border:1px solid black;
	background-color: black;
}


.social-box {
	width: 43.44px;
	height: 38px;
}

.categories-box {
	background-color: #F8F9FE;
	padding: 30px;
	/*margin-left: 20px;*/
	margin-top: 0px;
	width: 100%;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
	text-align: center;
	font-family: Arial, sans-serif;
	border: 1px solid #EBA124;
}
.modal-subscribe-box {
	background-color: #F8F9FE;
	padding-bottom: 10px;
	padding: 30px;
	text-align: center;
	font-family: Arial, sans-serif;
	border: 1px solid #EBA124;
}

.modal-subscribe-box input[type="text"],
.modal-subscribe-box input[type="email"] {
	padding-left: 13px;
	margin: 15px 0;
	border-radius: 5px;
	border: 1px solid #ccc;
}


.modal-body {
	padding: 0px;
}

.subscribe-box input[type="text"],
.subscribe-box input[type="email"] {
	width: 90%;
	padding-left: 10px;
	margin: 6px 0;
	border: 1px solid #ccc;
}

.checkbox-container {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 15px;
	font-size: 12px;
	color: #555;
}

	.checkbox-container input[type="checkbox"] {
		margin-right: 5px;
	}
/* Button Styling */
.modal-subscribe-box button {
	background-color: #EBA124;
	color: white;
	font-weight: bold;
	padding: 5px 20px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	margin-top: 10px;
}

	.modal-subscribe-box button:hover {
		background-color: #d89020;
	}

.subscribe-box button {
	background-color: #EBA124;
	color: white;
	font-weight: bold;
	padding: 5px 20px;
	border: none;
	border-radius: 5px;
	cursor: pointer;
	margin-top: 8px;
}

	.subscribe-box button:hover {
		background-color: #d89020;
	}



.card-img-top {
	width: 100%; /* Ensures the image takes up the full width of the card */
	height: 200px !important; /* Set a fixed height for all images */
	object-fit: cover; /* Ensures the image fills the container without distorting its aspect ratio */
}

.blog-card {
	border: none;
	width: 100%;
	box-shadow: none;
}

.btn-close {
	z-index: 1055; /* Higher than other modal content */
}

.page-title {
	font-size: 50px;
	line-height: 70px;
	font-weight: 100;
	margin-top: 50px !important;
	margin-bottom: 50px;
	color: black;
}

.switch-container {
	display: flex;
	align-items: flex-start;
	margin-top: 10px;
}

.modal-switch-container {
	display: flex;
	align-items: flex-start;
	margin-top: 10px;
}

.switch {
	margin-right: 10px;
}

.modal-switch {
	margin-right: 10px;
}

.text-label {
	font-size: 14px;
	line-height: 1.5;
	margin-top: 0px;
}

.modal-text-label {
	font-size: 13px;
	line-height: 1.5;
	margin-top: 0px;
}

/* Slider styling */


.slider {
	position: relative;
	width: 34px;
	height: 20px;
	background-color: #CCC;
	border-radius: 34px;
	cursor: pointer;
	transition: 0.4s;
	margin-top: 2px;
}

	.slider:before {
		position: absolute;
		content: "";
		height: 14px;
		width: 14px;
		left: 3px;
		bottom: 3px;
		background-color: white;
		border-radius: 50%;
		transition: 0.4s;
	}

input:checked + .slider {
	background-color: #EBA124;
}

	input:checked + .slider:before {
		transform: translateX(14px);
	}

/* Slider styling */
.switch input {
	display: none;
}

.modal-switch input {
	display: none;
}

.modal-slider {
	position: relative;
	width: 34px;
	height: 20px;
	background-color: #CCC;
	border-radius: 34px;
	cursor: pointer;
	transition: 0.4s;
	margin-top: 2px;
}

	.modal-slider:before {
		position: absolute;
		content: "";
		height: 14px;
		width: 14px;
		left: 3px;
		bottom: 3px;
		background-color: white;
		border-radius: 50%;
		transition: 0.4s;
	}

input:checked + .modal-slider {
	background-color: #EBA124;
}

input:checked + .modal-slider:before {
	transform: translateX(14px);
}


.clickable-title:hover {
	color: #EBA124;
}
.pointer {
	cursor: pointer;
}

.hidden {
	display: none;
}

.show {
	display: block;
}

#subscribeMessage {
	margin-top: 10px;
	padding: 10px;
	background-color: #dff0d8; /* Green background for success */
	color: #3c763d; /* Dark green text */
	border: 1px solid #d6e9c6;
	border-radius: 4px;
	text-align: center;
}

.main-logo {
	width: 200px;
	height:auto;
	fill: #000; 
}

#navbar.scrolled {
	border-bottom: 1px solid #ccc; /* Add a subtle border */
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Add a light shadow */
	background-color:red;
}

.nav-link.active {
	color: #eba124 !important; /* Highlight color */
	font-weight: bold;
	
}

.blog-card{
	height:100%;
}

#schedule-demo-btn:hover{
	cursor:pointer;
}

#modal-schedule-demo-btn{
	margin:25px 0px 10px 0px;
}



/* Styles for screens smaller than 575.98px */
@media (max-width: 575.98px) {
	.try-danalix-btn {
		margin-left: 0px;
	}

	.resource-item {
		margin-left: 10px;
	}

	.subscribe-now-btn {
		margin-bottom: 20px;
	}

	.cta-three_mt50 {
		position: relative;
		padding-bottom: 50px;
		padding-top: 50px;
	}

	.sb-now-btn {
		width: 200px;
		font-size: 20px;
		margin-bottom: 50px;
	}

	.navbar {
		box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
		z-index: 1000;
		transition: box-shadow 0.3s ease, border-bottom 0.3s ease;
		padding-bottom: 15px;
	}

	.danalix-menu-nav-btn {
		margin-left: 0px !important;
	}

	.danalix-nav-dropdown-menu {
		margin-left: 0px !important;
	}

	.get-in-touch-section{
		margin-top:50px;
	}

	.lexline-card-body{
		margin-top:30px;
	}


	.lexline-post-img {
		width: 100%;
	/*	height: 300px !important;*/
	    margin-bottom: 0px !important;
	}

	.lexline-page-title {
		margin-top: 0px !important;
		margin-bottom: 10px !important;
		font-size: 30px !important;
		line-height: 35px !important;
	}

	.powered-by-text {
		font-size: 28px !important;
	}

	.social-icons {
		flex-direction: row; /* Ensure icons are in a row */
		flex-wrap: wrap; /* Allow wrapping */
		gap: 10px; /* Reduce gap for smaller screens */
	}

	.social-icons li {
		flex: 1 1 calc(33.33% - 20px); /* 3 icons per row with spacing */
		max-width: calc(33.33% - 20px); /* Ensure 3 icons fit in a row */
		text-align: center; /* Center icons */
	}

	.footer-social-icons {
		padding: 30px 0;
		margin-left: 40px;
	}

	.social-icon i {
		font-size: 18px;
		margin-bottom: 5px;
	}

	.x-type {
		width: 43.44px;
		height: 38px;
		margin-left: 5px;
		border: 1px solid black;
		background-color: black;
	}

	/*#content-section img {
		margin: -20% auto !important;
	}*/

}

/* Styles for screens smaller than 767px */
@media (max-width: 767px) {
	.col-sm-12.img-middle {
		padding-bottom: 60px; 
	}

	.col-sm-12.d-flex {
		padding-top: 15px; 
	}

	.sm-pt {
		padding-top: 50px;
	}

	.sm-mt-20 {
		margin-top: 20px;
	}
}
