/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

  .fix {
	overflow: hidden;
  }
  
  .hidden {
	display: none;
  }
  
  .clear {
	clear: both;
  }
  
  .section {
	float: left;
	width: 100%;
  }
  
  .f-right {
	float: right;
  }
  
  .capitalize {
	text-transform: capitalize;
  }
  
  .uppercase {
	text-transform: uppercase;
  }
  
  .bg-img {
	background-position: center center;
	background-size: cover;
  }
  
  .position-relative {
	position: relative;
  }
  
  .height-100vh {
	height: 100vh !important;
  }
  
  *:focus,
  select:focus,
  .custom-select:focus,
  button:focus,
  textarea:focus,
  textarea.form-control:focus,
  input.form-control:focus,
  input[type=text]:focus,
  input[type=password]:focus,
  input[type=email]:focus,
  input[type=number]:focus,
  [type=text].form-control:focus,
  [type=password].form-control:focus,
  [type=email].form-control:focus,
  [type=tel].form-control:focus,
  [contenteditable].form-control:focus {
	outline: none !important;
	box-shadow: none;
  }
  
  .hover-up {
	transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
  }
  .hover-up:hover {
	transform: translateY(-3px);
	transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
  }
  
  .form-control {
	border: 1px solid #D1D3D4;
	border-radius: 8px !important;
	background-color: #ffffff;
	padding: 11px 15px 13px 15px;
	width: 100%;
	color: #727373;
}
  .form-control::-moz-placeholder {
	color: #9B9C9F;
  }
  .form-control::placeholder {
	color: #9B9C9F;
  }
  input::-moz-placeholder {
	color: #9B9C9F;
  }
  input::placeholder {
	color: #9B9C9F;
  }

  textarea::-moz-placeholder {
	color: #9B9C9F;
  }
  textarea::placeholder {
	color: #9B9C9F;
  }


  .form-group {
	position: relative;
  }
  .form-group i {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 15px;
	font-size: 18px;
	color: #727373;
  }
  
  textarea.form-control {
	height: auto;
  }
  
  .form-icons {
	padding-left: 41px;
  }
  
  .text-white {
	color: #ffffff;
  }
  
  .brand-1-1 {
	color: #52B8AA;
  }
  
  .brand-1 {
	color: #D280E5;
  }
  
  .brand-4 {
	color: #C5FF41;
  }
  
  @media (min-width: 1400px) {
	.container {
	  max-width: 1503px;
	}
  }
  strong {
	font-weight: bold;
  }
  
  .divider {
	border-top: 1px solid #D1D3D4;
	margin: 20px 0px;
  }
  
  a {
	text-decoration: none;
  }
  
  *:hover {
	transition-duration: 0.2s;
  }
  
  .section-box {
	display: block;
	width: 100%;
	overflow: hidden;
  }
  
  .text-shadow {
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }
  
  .img-responsive {
	max-width: 100%;
  }
  
  .link-green {
	color: #319F1F;
  }
  
  .dropdown {
	position: relative;
  }
  .dropdown .dropdown-menu.show {
	border: thin solid #D1D3D4;
	box-shadow: 0px 9px 26px 0px rgba(31, 31, 51, 0.06);
	background-color: #ffffff;
	border-radius: 10px;
	padding: 0;
  }
  .dropdown .dropdown-menu.show .dropdown-item {
	padding: 10px 20px;
	color: #2B2C2D;
	font-size: 14px;
  }
  .dropdown .dropdown-menu.show .dropdown-item.active {
	color: #fff;
	text-decoration: none;
	background-color: #D280E5;
  }
  .dropdown .dropdown-menu.show .dropdown-item:active {
	color: #fff;
	text-decoration: none;
	background-color: #D280E5;
  }
  .dropdown.dropdown-sort .dropdown-menu.show {
	border-radius: 10px;
	margin-top: 20px;
  }
  
  .display-1 {
	font-size: 104px;
	line-height: 108px;
	font-family: "Urbanist", sans-serif;
	font-weight: 500;
  }
  
  .display-2 {
	font-size: 72px;
	line-height: 82px;
	font-family: "Urbanist", sans-serif;
	font-weight: 500 !important;
}

  h1, .heading-1 {
	font-size: 56px;
	line-height: 67px;
  }
  
  h2, .heading-2 {
	font-size: 48px;
	line-height: 57px;
  }
  
  h3, .heading-3 {
	font-size: 36px;
	line-height: 43px;
  }
  
  h4, .heading-4 {
	font-size: 30px;
	line-height: 40px;
  }
  
  h5, .heading-5 {
	font-size: 26px;
	line-height: 31px;
  }
  
  h6, .heading-6 {
	font-size: 22px;
	line-height: 26px;
  }
  
  .text-sm, .text-md, .text-lg, .text-xl, .text-label {
	font-family: "Urbanist", sans-serif;
	font-weight: 500;
  }
  
  .text-sm {
	font-size: 14px;
	line-height: 24px;
  }
  
  .text-md {
	font-size: 16px;
	line-height: 24px;
  }
  
  .text-lg {
	font-size: 18px;
	line-height: 28px;
  }
  
  .text-xl {
	font-size: 24px;
	line-height: 34px;
  }
  
  .text-md-bold {
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
  }
  
  .text-label {
	font-size: 22px;
	line-height: 27px;
  }
  
  .text-24-semibold {
	font-size: 24px;
	line-height: 29px;
	font-weight: 600;
	letter-spacing: 3%;
	font-family: "Urbanist", sans-serif;
  }
  
  .text-24-bold {
	font-size: 24px;
	line-height: 34px;
	font-weight: 700;
	font-family: "Urbanist", sans-serif;
  }
  
  .text-22-bold {
	font-size: 22px;
	line-height: 28px;
	font-weight: 700 !important;
}
  .text-20-medium {
	font-size: 20px;
	line-height: 22px;
	font-weight: 500 !important;
  }
  
  .text-18-bold {
	font-size: 18px;
	line-height: 28px;
	font-weight: 700 !important;
  }
  
  .text-16-bold {
	font-size: 16px;
	line-height: 16px;
	font-weight: 700 !important;
  }
  
  .text-18-semibold {
	font-size: 18px;
	line-height: 28px;
	font-weight: 600 !important;
  }
  
  .text-32-bold {
	font-size: 32px;
	line-height: 44px;
	font-weight: 600 !important;
  }
  
  .text-48-semibold {
	font-size: 48px;
	line-height: 55px;
	font-weight: 600 !important;
  }
  
  .text-88-semibold {
	font-size: 88px;
	line-height: 76px;
	font-weight: 600 !important;
  }
  
  .text-96 {
	font-size: 96px !important;
	line-height: 103px !important;
	font-weight: 400 !important;
  }
  
  .linear-3 {
	background: linear-gradient(236deg, #22D1EE 0%, #C5FF41 100%);
  }
  
  .neutral-0 {
	color: #ffffff !important;
  }
  
  .neutral-100 {
	color: #ECEEF2 !important;
  }
  
  .neutral-200 {
	color: #D1D3D4 !important;
  }
  
  .neutral-300 {
	color: #B1B2B8 !important;
  }
  
  .neutral-400 {
	color: #9B9C9F !important;
  }
  
  .neutral-500 {
	color: #898A8A !important;
  }
  
  .neutral-600 {
	color: #727373 !important;
  }
  
  .neutral-700 {
	color: #5A5B5B !important;
  }
  
  .neutral-800 {
	color: #434445 !important;
  }
  
  .neutral-900 {
	color: #2B2C2D !important;
  }
  
  .neutral-1000 {
	color: #191919 !important;
  }
  
  .color-grey {
	color: #6F6C90;
  }
  
  .color-grey-2 {
	color: #F0F0F0;
  }
  
  .color-second-grey {
	color: #C9C9C9;
  }
  
  .linear-1 {
	background: linear-gradient(236deg, #22D1EE 0%, #3D5AF1 100%);
  }
  
  .linear-2 {
	background: linear-gradient(236deg, #27D9AE 0%, #23CAEE 100%);
  }
  
  .border-linear-2 {
	border-image-source: linear-gradient(to left, #22D1EE, #3D5AF1) !important;
  }
  
  .bg-1 {
	background-color: #FFFCE7 !important;
  }
  
  .bg-2 {
	background-color: #F7FFE4 !important;
  }
  
  .bg-3 {
	background-color: #EAF8FF !important;
  }
  
  .bg-4 {
	background-color: #FFF5ED !important;
  }
  
  .bg-5 {
	background-color: #F3F0FE !important;
  }
  
  .bg-6 {
	background-color: #FFEDED !important;
  }
  
  /*page loading*/
  .preloader {
	background-color: #ECF0F1;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 999999;
	transition: 0.6s;
	margin: 0 auto;
  }
  .preloader img {
	max-width: 250px;
  }
  
  .pagination {
	justify-content: center;
	margin-top: 30px;
	flex-wrap: wrap;
  }
  .pagination li {
	margin-bottom: 8px;
  }
  .pagination li a {
	display: inline-block;
	width: 48px;
	height: 48px;
	line-height: 48px;
	border: 1px solid #ECEEF2;
	border-radius: 50%;
	text-align: center;
	padding: 0px;
	font-family: "Urbanist", sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #898A8A;
	margin: 2px;
  }
  .pagination li a:hover, .pagination li a.active {
	background-color: #C5FF41;
	color: #191919;
	border-color: #C5FF41;
  }
  .pagination .page-item:not(:first-child) .page-link {
	margin-left: 2px;
  }
  .pagination .page-item:last-child .page-link {
	border: 0px;
	line-height: 42px;
	border-radius: 50%;
  }
  .pagination .page-item:first-child .page-link {
	border: 0px;
	line-height: 42px;
	border-radius: 50%;
  }
  
  .box-count {
	text-align: left;
	margin: 0px 0px 20px 0px;
  }
  .box-count .deals-countdown {
	border-radius: 0px;
	display: flex;
	padding: 4px 0px;
	width: 100%;
	margin: auto;
	max-width: 100%;
  }
  .box-count .deals-countdown .countdown-section {
	display: inline-block;
	text-align: center;
	line-height: 12px;
	position: relative;
	margin-right: 12px;
  }
  .box-count .deals-countdown .countdown-section span {
	display: block;
	color: #ffffff;
  }
  .box-count .deals-countdown .countdown-section .countdown-amount {
	font-size: 48px;
	font-weight: 600;
	line-height: 96px;
	width: 108px;
	min-height: 96px;
	background-color: #F4F6F9;
	border-radius: 8px;
	color: #191919;
	margin-bottom: 10px;
  }
  .box-count .deals-countdown .countdown-section .countdown-period {
	text-transform: capitalize;
	font-size: 24px;
	font-weight: 400;
	line-height: 34px;
	color: #898A8A;
  }
  .box-count .deals-countdown .countdown-section:last-child::before {
	display: none;
  }
  
  .w-85 {
	width: 85% !important;
  }
  
  a,
  button,
  img,
  input,
  span,
  h4 {
	transition: all 0.3s ease 0s;
  }
  
  @keyframes slideleft {
	10% {
	  opacity: 0;
	  transform: scale(0);
	  right: 0;
	}
	50% {
	  opacity: 1;
	  transform: scale(1);
	}
	90% {
	  opacity: 0;
	  transform: scale(0);
	  right: 100%;
	}
  }
  [data-loader=spinner] {
	width: 35px;
	height: 35px;
	display: inline-block;
	animation: spinner 1.2s infinite ease-in-out;
	background: url(../imgs/favicon.svg);
	box-shadow: 0 0 10px #fff;
  }
  @keyframes spinner {
	0% {
	  transform: perspective(120px) rotateX(0) rotateY(0);
	}
	50% {
	  transform: perspective(120px) rotateX(-180deg) rotateY(0);
	}
	100% {
	  transform: perspective(120px) rotateX(-180deg) rotateY(-180deg);
	}
  }
  @keyframes shadow-pulse {
	0% {
	  box-shadow: 0 0 0 0px rgba(151, 119, 250, 0.8);
	}
	100% {
	  box-shadow: 0 0 0 5px rgba(0, 0, 0, 0);
	}
  }
  @keyframes shadow-pulse-big {
	0% {
	  box-shadow: 0 0 0 0px rgba(239, 63, 72, 0.1);
	}
	100% {
	  box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
	}
  }
  @keyframes jump {
	0% {
	  transform: translate3d(0, 20%, 0);
	}
	100% {
	  transform: translate3d(0, 0, 0);
	}
  }
  .jump {
	transform-origin: 0;
	animation: jump 0.5s linear alternate infinite;
  }
  
  .blur-move {
	animation: blur-move 10s ease infinite;
  }
  
  @keyframes blur-move {
	0% {
	  top: 0;
	  left: -10%;
	}
	25% {
	  top: -45%;
	  left: -12%;
	}
	50% {
	  top: -45%;
	  left: 50%;
	}
	75% {
	  top: -45%;
	  left: -12%;
	}
	100% {
	  top: 0;
	  left: -10%;
	}
  }
  
  .btn {
	font-family: "Urbanist", sans-serif;
	border-radius: 0px;
	padding: 14px 23px;
	font-size: 18px;
	line-height: 1;
	transition: 0.2s;
  }
  .btn:hover {
	color: #52B8AA;
  }
  .btn:hover svg {
	fill: #52B8AA;
  }
  .btn.btn-search {
	background: url(../img/search-img.png) no-repeat center;
  }
  .btn.btn-green-linear {
	background: linear-gradient(236deg, #22D1EE 0%, #C5FF41 100%);
	display: flex;
	align-items: center;
	width: -moz-fit-content;
	width: fit-content;
	background-size: 200%;
	animation: anime 6s linear infinite;
  }
  .btn.btn-green-linear svg {
	fill: #191919;
	display: inline-block;
	vertical-align: middle;
	margin: 0px 0px 0px 10px;
  }
  .btn.btn-green-linear:hover svg {
	fill: #52B8AA;
  }
  .btn.btn-border-linear-2 {
	background: linear-gradient(236deg, #22D1EE 0%, #3D5AF1 100%);
	border-radius: 40px;
	padding: 1px;
  }
  .btn.btn-border-linear-2 span {
	display: inline-block;
	width: 100%;
	padding: 10px 30px;
	font-size: 22px;
	line-height: 22px;
	font-weight: 600;
	font-family: "Urbanist", sans-serif;
	color: #ffffff;
	background-color: #191919;
	border-radius: 40px;
  }
  .btn.btn-learmore {
	padding: 10px 0px;
	font-size: 18px;
	line-height: 20px;
	font-weight: 500;
	font-family: "Urbanist", sans-serif;
	color: #ffffff;
	display: flex;
	align-items: center;
  }
  .btn.btn-learmore svg {
	margin-right: 10px;
	fill: #191919;
  }
  .btn.btn-learmore:hover {
	color: #52B8AA;
  }
  .btn.btn-learmore:hover svg {
	fill: #52B8AA;
  }
  .btn.btn-learmore-2 {
	padding: 0px 0px;
	font-size: 18px;
	line-height: 20px;
	font-weight: 600;
	font-family: "Urbanist", sans-serif;
	color: #191919;
	display: flex;
	align-items: center;
  }
  .btn.btn-learmore-2 span {
	display: inline-block;
	height: 38px;
	width: 38px;
	border-radius: 50%;
	text-align: center;
	line-height: 38px;
	margin-right: 10px;
	background-color: #C5FF41;
  }
.btn span {
	font-size: 16px;
}
  .btn.btn-learmore-2 svg {
	fill: #191919;
  }
  .btn.btn-learmore-2:hover {
	color: #52B8AA;
  }
  .btn.btn-learmore-2:hover svg {
	fill: #52B8AA;
  }
  .btn.btn-link {
	color: #191919;
	font-size: 14px;
	line-height: 17px;
	font-weight: 600;
	font-family: "Urbanist", sans-serif;
	padding-left: 0px;
	padding-right: 0px;
	text-decoration: none;
  }
  .btn.btn-link svg {
	margin-left: 5px;
  }
  .btn.btn-link:hover {
	color: #52B8AA;
  }
  .btn.btn-linear-icon {
	background: linear-gradient(236deg, #22D1EE 0%, #C5FF41 100%);
  }
  .btn.btn-linear-rounded {
	border-radius: 32px;
	background: linear-gradient(236deg, #22D1EE 0%, #C5FF41 100%);
	padding: 14px 32px;
  }
  .btn.btn-linear-rounded svg {
	fill: #191919;
	color: #191919;
  }
  .btn.btn-linear-rounded:hover {
	color: #52B8AA;
  }
  .btn.btn-linear-rounded:hover svg {
	fill: #52B8AA;
  }
  .btn.btn-border-linear {
	border-radius: 32px;
	padding: 4px 20px 4px 6px;
	border: 1px solid #898A8A;
	background: #191919;
	color: #ffffff;
  }
  .btn.btn-border-linear span {
	display: inline-block;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	margin-right: 10px;
	background-color: #434445;
	line-height: 42px;
	text-align: center;
  }
  .btn.btn-border-linear svg {
	fill: #C5FF41;
	color: #C5FF41;
  }
  .btn.btn-border-linear:hover {
	color: #191919;
	border: 1px solid #ffffff;
	background: linear-gradient(236deg, #22D1EE 0%, #C5FF41 100%);
  }
  .btn.btn-border-linear:hover span {
	background: #ffffff;
  }
  .btn.btn-border-linear:hover svg {
	fill: #000000;
  }
  .btn.btn-bg-linear-2 {
	border-radius: 32px;
	padding: 4px 20px 4px 6px;
	color: #191919;
	border: 1px solid #ffffff;
	background: linear-gradient(236deg, #22D1EE 0%, #C5FF41 100%);
  }
  .btn.btn-bg-linear-2 span {
	display: inline-block;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	margin-right: 10px;
	background-color: #ffffff;
	line-height: 42px;
	text-align: center;
  }
  .btn.btn-bg-linear-2 svg {
	fill: #191919;
	color: #191919;
  }
  .btn.btn-bg-brand-4 {
	border-radius: 32px;
	padding: 4px 20px 4px 6px;
	color: #191919;
	border: 1px solid #ffffff;
	background: #C5FF41;
  }
  .btn.btn-bg-brand-4 span {
	display: inline-block;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	margin-right: 10px;
	background-color: #ffffff;
	line-height: 42px;
	text-align: center;
  }
  .btn.btn-bg-brand-4 svg {
	fill: #191919;
	color: #191919;
  }
  .btn.btn-play {
	display: flex;
	align-items: center;
	color: #ffffff;
	font-weight: 600;
  }
  .btn.btn-play:hover {
	color: #52B8AA;
  }
  .btn.btn-play:hover .video-play-button:after {
	background-color: #52B8AA;
  }
  .btn.btn-play-2 {
	display: flex;
	align-items: center;
	color: #191919;
	font-weight: 500;
	justify-content: center;
	font-size: 22px;
	line-height: 22px;
	font-weight: 600;
  }
  .btn.btn-play-2:hover {
	color: #C5FF41;
  }
  .btn.btn-play-2:hover .video-play-button-2:after {
	background-color: #9761DC;
  }
  .btn.btn-tag {
	border-radius: 100px;
	padding: 8px 25px;
	border: 1px solid #ffffff;
	background: linear-gradient(236deg, #22D1EE 0%, #C5FF41 100%);
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	display: inline-block !important;
	color: #191919;
  }
  .btn.btn-tag-black {
	border-radius: 100px;
	padding: 6px 21px;
	border: 1px solid #C5FF41;
	background: #191919;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	display: inline-block !important;
	color: #C5FF41;
  }
  .btn.btn-tag-black:hover {
	color: #191919;
	border-color: #191919;
	background-color: #C5FF41;
  }
  .btn.btn-start-trial {
	background: linear-gradient(236deg, #22D1EE 0%, #C5FF41 100%);
	padding: 31px 40px 31px 30px;
	border-radius: 35px;
	width: 100%;
	font-size: 28px;
	line-height: 34px;
	font-weight: 600;
	color: #191919;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	justify-content: space-between;
  }
  .btn.btn-start-trial img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 24px;
  }
  .btn.btn-start-trial svg {
	fill: #191919;
	margin-left: 5px;
  }
  .btn.btn-get-started {
	padding: 21px 30px;
	background-color: #ECEEF2;
	border-radius: 96px;
	width: 100%;
	color: #191919;
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
	font-family: "Urbanist", sans-serif;
  }
  .btn.btn-get-started svg {
	fill: #191919;
	margin-left: 5px;
  }
  .btn.btn-get-started:hover {
	background: linear-gradient(236deg, #22D1EE 0%, #C5FF41 100%);
  }
  .btn.btn-popular {
	border-radius: 4px;
	padding: 8px 24px;
	font-size: 14px;
	line-height: 18px;
	font-family: "Urbanist", sans-serif;
	font-weight: 400;
	background: linear-gradient(236deg, #22D1EE 0%, #C5FF41 100%);
  }
  .btn.btn-popular:hover {
	color: #191919;
  }
  .btn.btn-black {
	padding: 16px 25px !important;
	color: #C5FF41 !important;
	font-size: 18px !important;
	line-height: 20px !important;
	font-family: "Urbanist", sans-serif;
	font-weight: 500 !important;
	background-color: #191919;
  }
  .btn.btn-black svg {
	fill: #C5FF41;
	margin-left: 5px;
  }
  .btn.btn-black:hover {
	color: #191919 !important;
	background-color: #C5FF41;
  }
  .btn.btn-black:hover svg {
	fill: #191919;
  }
  .btn.btn-black-md {
	padding: 9px 25px !important;
	color: #C5FF41 !important;
	font-size: 14px !important;
	line-height: 18px !important;
	font-family: "Urbanist", sans-serif;
	font-weight: 500 !important;
	background-color: #191919;
	display: inline-block !important;
  }
  .btn.btn-black-md svg {
	fill: #C5FF41;
	margin-left: 5px;
  }
  .btn.btn-border-brand-4 {
	padding: 10px 30px;
	border: 1px solid #C5FF41;
	border-radius: 38px;
	font-size: 22px;
	line-height: 28px;
	font-weight: 500;
  }
  .btn.btn-neutral-100 {
	padding: 10px 30px;
	background-color: #ECEEF2;
	color: #191919;
	border-radius: 8px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
  }
  .btn.btn-neutral-100:hover, .btn.btn-neutral-100.active {
	background-color: #C5FF41;
  }
  .btn.btn-brand-4 {
	padding: 21px 80px;
	background-color: #C5FF41;
	border-radius: 96px;
	color: #191919;
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
	font-family: "Urbanist", sans-serif;
  }
  .btn.btn-brand-4 svg {
	fill: #191919;
	margin-left: 5px;
  }
  .btn.btn-brand-4:hover {
	background: #ECEEF2;
  }
  .btn.btn-brand-4-medium {
	padding: 14px 25px;
	background-color: #C5FF41;
	border-radius: 8px;
	color: #191919;
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
	font-family: "Urbanist", sans-serif;
	display: flex;
	align-items: center;
	gap: 5px;
}
  .btn.btn-brand-4-medium svg {
	fill: #191919;
	margin-left: 5px;
  }
  .btn.btn-brand-4-medium:hover {
	background: #ECEEF2;
  }
  .btn.btn-brand-4-sm {
	padding: 4px 21px;
	background-color: #C5FF41;
	border: 1px solid #C5FF41;
	border-radius: 36px;
	color: #191919;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	font-family: "Urbanist", sans-serif;
	margin-bottom: 20px;
}
  .btn.btn-brand-4-sm svg {
	fill: #191919;
	margin-left: 5px;
  }
  .btn.btn-brand-4-sm:hover {
	background: #C5FF41;
	color: #191919;
  }
  .btn.btn-tag-2 {
	padding: 4px 21px;
	background-color: #ECEEF2;
	border: 1px solid #ECEEF2;
	border-radius: 36px;
	color: #191919;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	font-family: "Urbanist", sans-serif;
  }
  .btn.btn-tag-2:hover {
	background: #C5FF41;
	color: #191919;
  }
  .btn.btn-tag-sm {
	padding: 10px 13px;
	background-color: #C5FF41;
	border-radius: 6px;
	color: #191919;
	font-size: 14px;
	line-height: 14px;
	font-weight: 500;
	font-family: "Urbanist", sans-serif;
  }
  .btn.btn-tag-sm:hover {
	background: #D1D3D4;
	color: #191919;
  }
  .btn.btn-brand-5 {
	padding: 4px 21px;
	background-color: #3B4725;
	border: 1px solid #C5FF41;
	border-radius: 36px;
	color: #C5FF41;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	font-family: "Urbanist", sans-serif;
  }
  .btn.btn-brand-5 svg {
	fill: #191919;
	margin-left: 5px;
  }
  .btn.btn-brand-5:hover {
	background: #C5FF41;
	color: #191919;
  }
  .btn.btn-brand-5-new {
	padding: 4px 25px 4px 5px;
	background-color: #3B4725;
	border: 1px solid #C5FF41;
	border-radius: 20px;
	color: #ffffff;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	font-family: "Urbanist", sans-serif;
	display: flex;
	width: -moz-fit-content;
	width: fit-content;
	align-items: center;
  }
  .btn.btn-brand-5-new span {
	display: inline-block;
	padding: 4px 10px;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	border-radius: 35px;
	background-color: #C5FF41;
	color: #191919;
	margin-right: 10px;
  }
  .btn.btn-brand-5-new svg {
	fill: #ffffff;
	margin-left: 10px;
  }
  .btn.btn-brand-5-new:hover {
	background: #C5FF41;
	color: #191919;
  }
  .btn.btn-brand-6-new {
	padding: 4px 25px 4px 5px;
	background-color: #967DFF;
	border: 1px solid #191919;
	border-radius: 20px;
	color: #ffffff;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	font-family: "Urbanist", sans-serif;
	display: flex;
	width: -moz-fit-content;
	width: fit-content;
	align-items: center;
  }
  .btn.btn-brand-6-new span {
	display: inline-block;
	padding: 4px 10px;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	border-radius: 35px;
	background-color: #C5FF41;
	color: #191919;
	margin-right: 10px;
  }
  .btn.btn-brand-6-new svg {
	fill: #ffffff;
	margin-left: 10px;
  }
  .btn.btn-brand-6-new:hover {
	background: #9761DC;
	color: #ffffff;
  }
  .btn.btn-brand-4-border {
	padding: 22px 22px;
	background-color: #C5FF41;
	border: 1px solid #191919;
	border-radius: 96px;
	color: #191919;
	font-size: 22px;
	line-height: 28px;
	font-weight: 600;
	font-family: "Urbanist", sans-serif;
  }
  .btn.btn-brand-4-border svg {
	fill: #191919;
	margin-left: 10px;
	margin-right: 10px;
  }
  .btn.btn-brand-4-border:hover {
	background: #ECEEF2;
  }
.btn.btn-subscribe {
	padding: 20px 25px;
	color: #ffffff;
	border-radius: 8px;
	min-width: 188px;
	text-align: center;
	font-size: 18px;
	line-height: 20px;
	font-family: "Urbanist", sans-serif;
	font-weight: 600;
	background-color: #191919;
	height: 66px;
}
  .btn.btn-subscribe svg {
	fill: #ffffff;
	margin-left: 10px;
  }
  .btn.btn-rounded {
	border-radius: 8px;
  }
  .btn.btn-link-white {
	color: #ffffff;
	font-size: 18px;
	line-height: 20px;
	font-weight: 600;
	font-family: "Urbanist", sans-serif;
	padding: 0px;
  }
  .btn.btn-link-white svg {
	margin-right: 10px;
	fill: #5A5B5B;
  }
  .btn.btn-link-white:hover svg {
	fill: #C5FF41;
  }
  .btn.btn-login {
	border: 1px solid #ECEEF2;
	border-radius: 8px;
	padding: 17px 18px;
	background-color: #ffffff;
	font-size: 16px;
	line-height: 24px;
	color: #191919;
	display: flex;
	align-items: center;
	width: -moz-fit-content;
	width: fit-content;
  }
  .btn.btn-login img {
	height: 35px;
  }
  .btn.btn-login span {
	display: inline-block;
	padding-left: 15px;
  }
  .btn.btn-login:hover {
	background-color: #ECEEF2;
  }
  .btn.btn-notify {
	min-width: 177px;
	padding-top: 21px !important;
	padding-bottom: 21px !important;
  }
  .btn.btn-search-black {
	background: url(../imgs/page/blog/search.png) no-repeat center;
	position: absolute;
	top: 0px;
	right: 0px;
	height: 100%;
	width: 45px;
  }
  @keyframes anime {
	0% {
	  background-position: 0% 50%;
	}
	50% {
	  background-position: 100% 50%;
	}
	100% {
	  background-position: 0% 50%;
	}
  }
  .video-play-button {
	position: relative;
	z-index: 10;
	transform: translateY(-50%);
	box-sizing: content-box;
	display: inline-block;
	width: auto;
	height: 44px;
	border-radius: 50%;
	padding: 18px 20px 18px 80px;
  }
  
  .video-play-button:before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 0%;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	width: 80px;
	height: 80px;
	background: rgba(255, 255, 255, 0.337254902);
	border-radius: 50%;
	animation: pulse-border 1500ms ease-out infinite;
  }
  
  .video-play-button:after {
	content: "";
	position: absolute;
	z-index: 1;
	left: 0%;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	width: 80px;
	height: 80px;
	background: #C5FF41;
	border-radius: 50%;
	transition: all 200ms;
  }
  
  .video-play-button:hover:after {
	background-color: #f1ad34;
  }
  .video-play-button::before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 40%;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	width: 80px;
	height: 80px;
	background: rgba(255, 255, 255, 0.337254902);
	border-radius: 50%;
	animation: pulse-border 1500ms ease-out infinite;
}
  .video-play-button img {
	position: relative;
	z-index: 3;
	max-width: 100%;
	width: auto;
	height: auto;
  }
  
  .video-play-button span {
	display: block;
	position: absolute;
	z-index: 3;
	width: 0;
	height: 0;
	border-left: 27px solid #191919;
	border-top: 19px solid transparent;
	border-bottom: 19px solid transparent;
	left: 50%;
	margin-left: -20px;
	top: 22px;
  }
  
  .video-play-button {
	animation: scale-up-center 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) both;
  }
  
  .video-play-button-2 {
	position: relative;
	z-index: 10;
	transform: translateY(-50%);
	box-sizing: content-box;
	display: inline-block;
	width: auto;
	height: 44px;
	border-radius: 50%;
	padding: 18px 20px 18px 80px;
  }
  
  .video-play-button-2:after {
	content: "";
	position: absolute;
	z-index: 1;
	left: 0%;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	width: 80px;
	height: 80px;
	background: #191919;
	border-radius: 50%;
	transition: all 200ms;
  }
  
  .video-play-button-2:hover:after {
	background-color: #f1ad34;
  }
  
  .video-play-button-2::before {
	content: "";
	color: red;
	position: absolute;
	z-index: 0;
	left: 39%;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	width: 80px;
	height: 80px;
	background: linear-gradient(236deg, #C2FFE9 0%, #EDFFC2 100%);
	border-radius: 50%;
	animation: pulse-border 1500ms ease-out infinite;
}
  .video-play-button-2 img {
	position: relative;
	z-index: 3;
	max-width: 100%;
	width: auto;
	height: auto;
  }
  
  .video-play-button-2 span {
	display: block;
	position: absolute;
	z-index: 3;
	width: 0;
	height: 0;
	border-left: 27px solid #C5FF41;
	border-top: 19px solid transparent;
	border-bottom: 19px solid transparent;
	left: 50%;
	margin-left: -20px;
	top: 22px;
  }
  
  .video-play-button-2 {
	animation: scale-up-center 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) both;
  }
  
  #scrollUp {
	position: relative;
	z-index: 10;
	display: inline-block;
	height: 60px;
	border-radius: 50%;
	padding: 0px;
	width: 60px;
	color: #ffffff;
	right: 30px;
	bottom: 30px;
	text-align: center;
	z-index: 999 !important;
	border: 0;
	background: #2B2C2D;
	line-height: 60px;
  }
  #scrollUp svg {
	fill: #C5FF41;
	height: 24px;
	position: relative;
	z-index: 123;
  }
  
  #scrollUp {
	animation: scale-up-center 1s cubic-bezier(0.68, -0.55, 0.265, 1.55) both;
  }
  
  @keyframes pulse-border {
	0% {
	  transform: translateY(-50%) translateZ(0) scale(1);
	  opacity: 1;
	}
	100% {
	  transform: translateY(-50%) translateZ(0) scale(1.5);
	  opacity: 0;
	}
  }
  @keyframes scale-up-center {
	0% {
	  transform: scale(0.5);
	}
	100% {
	  transform: scale(1);
	}
  }
  /*button switch*/
  .switch {
	position: relative;
	display: inline-block;
	width: 65px;
	height: 30px;
	vertical-align: middle;
  }
  
  .switch input {
	opacity: 0;
	width: 0;
	height: 0;
  }
  
  .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #191919;
	transition: 0.4s;
  }
  
  .slider:before {
	position: absolute;
	content: "";
	height: 21px;
	width: 21px;
	left: 5px;
	bottom: 5px;
	background: linear-gradient(236deg, #22D1EE 0%, #C5FF41 100%);
	transition: 0.4s;
  }
  
  input:checked + .slider {
	background-color: #52B8AA;
  }
  
  input:focus + .slider {
	box-shadow: 0 0 1px #D280E5;
  }
  
  input:checked + .slider:before {
	transform: translateX(34px);
  }
  
  /* Rounded sliders */
  .slider.round {
	border-radius: 34px;
  }
  
  .slider.round:before {
	border-radius: 50%;
  }
  
  /*End button Switch On Off*/
  .cb-container {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	line-height: 21px;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
  }
  
  .cb-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
  }
  
  .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 23px;
	width: 23px;
	background-color: #ffffff;
	border: 2px solid #ECEEF2;
	border-radius: 50px;
  }
  
  .cb-container input:checked ~ .checkmark {
	border: 2px solid #52B8AA;
  }
  
  .checkmark:after {
	content: "";
	position: absolute;
	display: none;
  }
  
  .cb-container input:checked ~ .checkmark:after {
	display: block;
  }
  
  .cb-container .checkmark:after {
	left: -1px;
	top: -1px;
	width: 21px;
	height: 21px;
	background: #52B8AA url(../imgs/template/icons/tick.svg) no-repeat center;
  }
  
  /*COMPONENTS -> FORM*/
  input:-moz-placeholder,
  textarea:-moz-placeholder {
	opacity: 1;
  }
  
  input::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder {
	opacity: 1;
  }
  
  input::-moz-placeholder,
  textarea::-moz-placeholder {
	opacity: 1;
  }
  
  input:-ms-input-placeholder,
  textarea:-ms-input-placeholder {
	opacity: 1;
  }
  
  input {
	border: 1px solid #ececec;
	border-radius: 10px;
	height: 50px;
	box-shadow: none;
	padding-left: 20px;
	font-size: 16px;
	width: 100%;
  }
  input:focus {
	background: transparent;
	border: 1px solid #B1B2B8;
  }
  
  select {
	width: 100%;
	background: transparent;
	border: 0px solid #ececec;
	box-shadow: none;
	font-size: 16px;
	color: #191919;
  }
  
  option {
	background: #fff;
	border: 0px solid #626262;
	padding-left: 10px;
	font-size: 16px;
  }
  
  textarea {
	border: 1px solid #ececec;
	border-radius: 10px;
	height: 50px;
	box-shadow: none;
	padding: 10px 10px 10px 20px;
	font-size: 16px;
	width: 100%;
	min-height: 250px;
  }
  textarea:focus {
	background: transparent;
	border: 1px solid #B1B2B8;
  }
  
  /*contact form*/
  .contact-from-area .contact-form-style button {
	font-size: 18px;
	font-weight: 500;
	padding: 20px 40px;
	color: #ffffff;
	border: none;
	background-color: #D280E5;
	border-radius: 10px;
	font-family: "Montserrat", sans-serif;
  }
  .contact-from-area .contact-form-style button:hover {
	background-color: #D280E5 !important;
  }
  
  .form-group {
	margin-bottom: 31px;
  }
  .form-group label {
	font-size: 16px;
	line-height: 16px;
	font-weight: 600;
	margin-bottom: 16px;
	color: #191919;
}
  .form-group input {
	background: #fff;
	border: 1px solid #D1D3D4;
	height: 64px;
	box-shadow: none;
	padding-left: 20px;
	font-size: 16px;
	width: 100%;
  }
  .form-group input:focus {
	background: transparent;
	border-color: #B1B2B8;
  }
  .form-group input.form-icons {
	padding-left: 42px;
  }
  .block-form-contact br {
	display: none;
} 
  label {
	margin-bottom: 5px;
  }
  
  .radio-container {
	display: block;
	position: relative;
	padding-left: 35px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 22px;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
  }
  .radio-container input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
  }
  .radio-container input:checked ~ .checkmark {
	background-color: #C5FF41;
  }
  .radio-container input:checked ~ .checkmark:after {
	display: block;
  }
  .radio-container:hover input ~ .checkmark {
	background-color: #B1B2B8;
  }
  .radio-container .checkmark:after {
	left: 7px;
	top: 5px;
	width: 8px;
	height: 10px;
	border: solid #191919;
	border-width: 0 3px 3px 0;
	transform: rotate(45deg);
  }
  
  .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 25px;
	width: 25px;
	background-color: #9B9C9F;
  }
  .checkmark:after {
	content: "";
	position: absolute;
	display: none;
  }
  
html {
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
html,body {
	height: 100%;
	margin: 0;
}
*{
	padding:0;
	margin:0;
}
body {
	margin: 0;
}
.text-white p {
	color: #D0D0D0 !important;
}
.section-middle{
	margin-left: auto;
	margin-right:auto;
}


a, button {
	color: inherit;
	outline: none;
	border: none;
	background: transparent;
}
@media only screen and (min-width: 1200px) and (max-width: 1450px) {
	.sorex-section-space,.slider__area{
		padding-left:2.5% !important;
		padding-right:2.5% !important;
	}
	.section-middle{
		margin-left:2.5%;
		margin-right:2.5%;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.sorex-section-space,.slider__area{
		padding-left:30px !important;
		padding-right:30px !important;
	}
	.section-middle{
		margin-left:30px;
		margin-right:30px;
	}
}
.elementor-widget-image a img[src$=".svg"] {
	width: initial !important;
}
#hero-area .elementor-container {
	max-width: initial !important;
}
img{
	max-width:100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}
audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden],
template {
	display: none;
}
a {
	text-decoration:none;
}
a:active,
a:hover {
	outline: 0;
	text-decoration:none;
}
.mfp-wrap{
	z-index:12000;
}
.slicknav_menu{
	display:none;
}
.table {
	display: table;
	width: 100%;
	height: 100%;
}
.table-cell {
	display: table-cell;
	vertical-align: middle;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 1em 40px;
}
figure {
  margin: 0 0 1rem;
}
.size-full.alignright {
  margin-bottom: 35px;
  clear: both;
}
/* i.fas {
	font-family: "Font Awesome 5 Free" !important;
	font-weight: 900;
} */
.fal, .far {
	font-family: "Font Awesome 5 Pro" !important;
}
.fa, .fas {
	font-family: "Font Awesome 5 Free";
	font-weight: 900 !important;
}
hr {
	box-sizing: content-box;
	height: 0;
}
pre {
	overflow: auto;
}
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],
html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td,
th {
	padding: 0;
}
.wpb_content_element {
    margin-bottom: 20px !important;
}
.wpb_content_element:last-child{
	margin:0 !important;
}

ul li, ol li {
	color: var(--it-text-body);
	font-weight: 500;
	font-weight: 400 !important;
}
#scrollUp {
	right:30px;
	z-index: 33;
	bottom:40px;
	text-align: center;
}
#scrollUp i {
	height: 46px;
	width: 46px;
	line-height: 44px !important;
	background: #fff;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.32);
	border-radius: 3px;
	font-size: 25px !important;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	transition: all 500ms ease;
	display: block;
	color: #555;
	border-radius: 100%;
}
#scrollUp i:hover {
	background: #042860;
	color: #fff;
}
.section-padding {
	padding-top: 100px;
	padding-bottom: 100px;
}
h4,p{
	margin-bottom: 0px;
}
.form-search .form-control {
	height: 46px;
	line-height: 1;
	padding: 10px 15px 10px 20px;
}
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #191919;
	font-size: 16px;
	line-height: 24px;
	line-height: 1.8em;
	overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6, .heading-1, .heading-2, .heading-3, .heading-4, .heading-5, .heading-6{
	font-weight: 600;
}
h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a, h5, h5 a, h6, h6 a {
	position: relative;
	word-wrap: break-word;
	clear: both;
	color: #191919;
	padding: 0;
	font-weight: 600;
	line-height: 1.2em;
	word-break: break-word;
}
h1, .heading-1 {
	font-size: 56px;
	line-height: 67px;
}

h2, .heading-2 {
	font-size: 48px;
	line-height: 57px;
}

h3, .heading-3 {
	font-size: 36px;
	line-height: 43px;
}

h4, .heading-4 {
	font-size: 30px;
	line-height: 40px;
}

h5, .heading-5 {
	font-size: 26px;
	line-height: 31px;
}

h6, .heading-6 {
	font-size: 22px;
	line-height: 26px;
}


.black-color,ul li, ol li,strong{
	color:#191919;
}

@media (max-width: 1199.98px) {
    h2, .heading-2 {
      font-size: 30px;
      line-height: 40px;
    }
}

ul {
	margin: 0 0 25px 0;
	padding-left: 20px;
	list-style: square outside none;
}

ol {
	padding-left: 20px;
	margin-bottom: 25px;
  }
  blockquote {
	margin: 0 15px;
	font-style: italic;
	font-size: 20px;
	line-height: 1.6em;
	margin: 0;
  }
img,a,input,h1, h2, h3, h4, h5, h6,span,button{
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
address {
	margin: 0 0 15px;
  }
  
  img {
	border: 0;
	max-width: 100%;
	height: auto;
  }
  
  a {
	color: inherit;
	text-decoration: none;
  }
dfn, cite, em, i {
	font-style: italic;
}
address {
	margin: 0 0 1.5em;
}
ul, ul li{
	margin:0;
	list-style:none;
}
pre {
	background: #f6f6f6;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
big {
	font-size: 125%;
}

.text-right {
	text-align: right;
}
input,
textarea {
  color: #191919;
}

.mfp-iframe-holder .mfp-close {
    top: -40px;
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #fff;
    color: #333 !important;
    padding: 0;
    top: 0;
    right: 0;
    text-align: center;
}

/*--------------------------------------------------------------
  2. Preloader
----------------------------------------------------------------*/
.cs_preloader {
	position: fixed;
	z-index: 99999;
	top: 0;
	width: 100%;
	height: 100vh;
  }
  
  .cs_preloader_bg {
	text-align: center;
	height: 100%;
	width: 100%;
  }
  
  .cs_preloader_in {
	width: 120px;
	height: 120px;
	position: relative;
	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;
	padding: 28px;
	border: 3px solid rgba(233, 161, 50, 0.3);
	border-radius: 50%;
  }
  
  .cs_preloader_in:after {
	content: "";
	border-width: 3px;
	border-style: solid;
	border-color: transparent;
	border-top-color: #52B8AA;
	border-radius: 50%;
	position: absolute;
	width: calc(100% + 6px);
	height: calc(100% + 6px);
	left: 50%;
	top: 50%;
	-webkit-animation: spin 1s ease-in-out infinite;
			animation: spin 1s ease-in-out infinite;
	margin-left: -60px;
	margin-top: -60px;
  }
  
  @-webkit-keyframes spin {
	0% {
	  -webkit-transform: rotate(0deg);
			  transform: rotate(0deg);
	}
	100% {
	  -webkit-transform: rotate(360deg);
			  transform: rotate(360deg);
	}
  }
  @keyframes spin {
	0% {
	  -webkit-transform: rotate(0deg);
			  transform: rotate(0deg);
	}
	100% {
	  -webkit-transform: rotate(360deg);
			  transform: rotate(360deg);
	}
  }
  /*--------------------------------------------------------------
	3. General
  ----------------------------------------------------------------*/
  .cs_tab {
	display: none;
  }
  .cs_tab.active {
	display: block;
  }
  
  /* All Button Design */
  .cs_btn.cs_style_1 {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1.6em;
	color: #191919;
	background-color: #C5FF41;
	position: relative;
	outline: none;
	border: none;
	font-weight: 500;
}
  .cs_btn.cs_style_1 span {
	position: relative;
	z-index: 1;
  }
  .cs_btn.cs_style_1::before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.25);
	opacity: 0;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
  }
  .cs_btn.cs_style_1:hover::before {
	opacity: 1;
  }
  
.cs_btn.cs_style_2 {
	border: 1px solid #191919;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	-webkit-box-pack: center;
		-ms-flex-pack: center;
			justify-content: center;
	line-height: 1.6em;
	color: #191919;
	background-color: transparent;
  }
  .cs_btn.cs_style_2:hover {
	background-color: #52B8AA;
	color: #fff;
	border-color: #52B8AA;
  }
  
  .border-bottom-1px{
	border-bottom: 1px solid #D1D3D4;
  }
  

  /* End Button Design */
  .cs_map {
	height: 500px;
  }
  .cs_map iframe {
	height: 100%;
	width: 100%;
	border: none;
	-webkit-filter: grayscale(100%);
			filter: grayscale(100%);
  }
  
  .cs_social_btns a {
	border: 1px solid #454a53;
  }
  .cs_social_btns a:hover {
	border-color: #52B8AA;
	background-color: #52B8AA;
  }
  
  .form-control {
	background: #f6f6f6;
	padding: 19px 20px;
  }
  .form-control:focus {
	color: #191919;
	background-color: #f6f6f6;
	-webkit-box-shadow: 0 0 0 0.25rem rgba(233, 161, 50, 0.25);
			box-shadow: 0 0 0 0.25rem rgba(233, 161, 50, 0.25);
  }
  
  label {
	margin-bottom: 12px;
  }
  
  .cs-right-full-width {
	width: calc(50vw - 12px);
	padding-right: 24px;
  }
  
  .cs-left-full-width {
	height: 100%;
	width: 60vw;
	margin-left: calc(-50vw + 100%);
  }
  
  .cs_rating {
	width: 98px;
	line-height: 16px;
	font-size: 14px;
	position: relative;
	letter-spacing: 5px;
  }
  .cs_rating:before {
	content: "\f005\f005\f005\f005\f005";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	opacity: 0.3;
	line-height: inherit;
  }
  .cs_rating > * {
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
  }
  .cs_rating .cs_rating_percentage {
	line-height: inherit;
	overflow: hidden;
  }
  .cs_rating .cs_rating_percentage:before {
	content: "\f005\f005\f005\f005\f005";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	line-height: inherit;
  }
  
  .cs_moving_wrap {
	height: 200px;
  }
  .cs_moving_wrap:hover .cs_moving_text {
	-webkit-animation-play-state: paused;
			animation-play-state: paused;
  }
  @media (max-width: 991px) {
	.cs_moving_wrap {
	  height: 120px;
	}
  }
  
  .cs_moving_text {
	-webkit-animation: slide-left 20s linear infinite;
			animation: slide-left 20s linear infinite;
  }
  .cs_moving_text > * {
	padding: 10px 50px;
  }
  @media (max-width: 991px) {
	.cs_moving_text > * {
	  padding: 10px 20px;
	}
  }
  
  @-webkit-keyframes slide-left {
	from {
	  -webkit-transform: translateX(0);
			  transform: translateX(0);
	}
	to {
	  -webkit-transform: translateX(-100%);
			  transform: translateX(-100%);
	}
  }
  
  @keyframes slide-left {
	from {
	  -webkit-transform: translateX(0);
			  transform: translateX(0);
	}
	to {
	  -webkit-transform: translateX(-100%);
			  transform: translateX(-100%);
	}
  }
  @media (max-width: 991px) {
	.cs_section_heading.cs_style_1 {
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
		  -ms-flex-direction: column;
			  flex-direction: column;
	}
  }
  .cs_section_heading.cs_style_1 .cs_section_heading_in {
	-webkit-box-flex: 1;
		-ms-flex: 1;
			flex: 1;
  }
  @media (max-width: 991px) {
	.cs_section_heading.cs_style_1 .cs_section_heading_in {
	  width: 100%;
	}
  }
  .cs_section_heading.cs_style_1 .cs_section_heading_right {
	width: 40%;
  }
  @media (max-width: 991px) {
	.cs_section_heading.cs_style_1 .cs_section_heading_right {
	  width: 100%;
	}
  }
  @media (min-width: 1399px) {
	.remove-br-heading br {
	  display: none;
	}
  }

  
  /* Start Accordion */
  .cs_faq-1-bg {
	height: calc(100% - 110px);
  }
  .cs_accordian_title {
	line-height: initial;
  }
  .cs_accordian_head {
	position: relative;
	cursor: pointer;
  }
  .cs_accordian_head:hover .cs_accordian_title {
	color: #52B8AA;
  }
  
  .cs_accordian {
	border: 1px solid transparent;
  }
  .cs_accordian:not(:last-child) {
	margin-bottom: 10px;
  }
  .cs_accordian.active {
	border-color: #eaeaea;
  }
  
  .cs_accordian_toggle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: absolute;
	top: 50%;
	right: 25px;
	height: 10px;
	width: 10px;
	-webkit-transform: translateY(-50%);
			transform: translateY(-50%);
  }
  .cs_accordian_toggle::before, .cs_accordian_toggle::after {
	content: "";
	position: absolute;
	height: 1px;
	width: 100%;
	top: 50%;
	left: 0;
	background-color: currentColor;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
  }
  .cs_accordian_toggle::after {
	-webkit-transform: rotate(90deg);
			transform: rotate(90deg);
  }
  
  .cs_accordian.active .cs_accordian_toggle::after {
	-webkit-transform: rotate(0deg);
			transform: rotate(0deg);
  }
  .cs_accordian.active .cs_accordian_head {
	pointer-events: none;
	background: transparent !important;
  }
  .cs_accordian.active .cs_accordian_title {
	color: #52B8AA;
  }
  
  /* End Accordion */
  .cs_contact_wrap .cs_contact_image {
	position: absolute;
	bottom: -148px;
	right: -100%;
	max-width: 450px;
	margin-right: 105px;
	pointer-events: none;
  }
  @media (max-width: 1550px) {
	.cs_contact_wrap .cs_contact_image {
	  right: -72%;
	  max-width: 390px;
	}
  }
  @media (max-width: 1400px) {
	.cs_contact_wrap .cs_contact_image {
		bottom: -210px;
		right: -82%;
	}
  }
  .cs_contact_wrap textarea {
	height: 141px !important;
	min-height: 141px !important;
	resize: none;
}
  .cs_contact_wrap.cs_type_1 {
	margin-top: -180px;
	position: relative;
	z-index: 2;
  }
  @media (max-width: 1199px) {
	.cs_contact_wrap.cs_type_1 {
	  margin-top: 30px;
	}
  }
  
  .cs_contact_form {
	background-position: bottom left;
	background-repeat: no-repeat;
  }
  .cs_contact_form .form-control {
	resize: none;
  }
  
  /* End Contact Section */
  /* Start Progress Bar */
  .cs_progressbar.cs_style_1 .cs_progress {
	height: 8px;
	background-color: #f6f6f6;
  }
  
  /* End Progress Bar */
  .cs_player_btn:before, .cs_player_btn:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateX(-50%) translateY(-50%);
			transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 100%;
	height: 100%;
	background-color: rgba(24, 25, 29, 0.4);
	border-radius: 50%;
  }
  .cs_player_btn:before {
	z-index: 0;
	-webkit-animation: pulse-border 1500ms ease-out infinite;
			animation: pulse-border 1500ms ease-out infinite;
  }
  .cs_player_btn:after {
	z-index: 1;
	-webkit-transition: all 200ms;
	transition: all 200ms;
  }
  .cs_player_btn svg {
	position: relative;
	z-index: 2;
  }
  
  @-webkit-keyframes pulse-border {
	0% {
	  -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
			  transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
	  opacity: 1;
	}
	100% {
	  -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
			  transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
	  opacity: 0;
	}
  }
  
  @keyframes pulse-border {
	0% {
	  -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
			  transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
	  opacity: 1;
	}
	100% {
	  -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
			  transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
	  opacity: 0;
	}
  }
  .cs_section_shape-1 {
	left: 82%;
	top: 6%;
  }
  
  .cs_section_shape-2 {
	left: 78%;
	bottom: -60px;
  }
  
  .cs_about-1-spacing {
	padding-left: 110px;
  }
  @media (max-width: 1400px) {
	.cs_about-1-spacing {
	  padding-left: 50px;
	}
  }
  @media (max-width: 1199px) {
	.cs_about-1-spacing {
	  padding-left: 0px;
	  padding-top: 50px;
	}
  }
  
  .cs_page_header {
	height: 640px;
	padding: 190px 0 50px;
  }
  .cs_page_header::before {
	content: "";
	position: absolute;
	height: 100%;
	width: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.8);
  }
  @media (max-width: 991px) {
	.cs_page_header {
		height: 300px;
		flex-direction: column;
		justify-content: center !important;
		align-items: center !important;
		padding: 80px 0 0;
	}
  }
  .breadcrumb-nav {
	font-size: 0 !important;
}
.breadcrumb-nav span {
	color: #5A5B5B;
	font-size: 18px;
	line-height: 22px;
}
.breadcrumb-nav span + span::before {
	padding-left: 10px;
	padding-right: 10px;
	content: "";
	background: url(../img/next.png) no-repeat left center;
	margin-left: 10px;
	position: relative;
}
.breadcrumb-nav span.current-item {
	color: #5A5B5B;
}  
  
  .cs_social_btns.cs_color_1 a {
	border-color: #666;
	background-color: #666;
  }
  .cs_social_btns.cs_color_1 a:hover {
	background-color: #52B8AA;
	border-color: #52B8AA;
  }
  
  .cs_social_btns.cs_color_2 a {
	border-color: #d8d8d8;
	color: #666;
  }
  .cs_social_btns.cs_color_2 a:hover {
	background-color: #52B8AA;
	border-color: #52B8AA;
	color: #fff;
  }
  
  .cs_roadmaps .cs_roadmap {
	-webkit-box-flex: 1;
		-ms-flex: 1;
			flex: 1;
	border-top: 1px solid #eaeaea;
	padding-right: 15px;
	margin-top: 5px;
  }
  .cs_roadmaps .cs_roadmap span {
	margin-top: -6px;
	height: 10px;
	width: 10px;
  }
  .cs_roadmaps .cs_roadmap span:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -5px;
	margin-top: -5px;
	height: 10px;
	width: 10px;
	background: rgba(233, 161, 50, 0.6);
	border-radius: 50%;
	-webkit-box-shadow: 0 0 0 4px rgba(233, 161, 50, 0.6);
			box-shadow: 0 0 0 4px rgba(233, 161, 50, 0.6);
	opacity: 0;
  }
  .cs_roadmaps .cs_roadmap:hover span::after {
	-webkit-animation-name: splateAnimation;
			animation-name: splateAnimation;
	-webkit-animation-duration: 1.5s;
			animation-duration: 1.5s;
  }
  @media (max-width: 991px) {
	.cs_roadmaps {
	  -ms-flex-wrap: wrap;
		  flex-wrap: wrap;
	}
	.cs_roadmaps .cs_roadmap {
	  -webkit-box-flex: 0;
		  -ms-flex: none;
			  flex: none;
	  width: 50%;
	}
  }
  @media (max-width: 575px) {
	.cs_roadmaps .cs_roadmap {
	  width: 100%;
	  padding-right: 0;
	}
  }
  
  @-webkit-keyframes splateAnimation {
	0% {
	  -webkit-transform: scale(0.5);
			  transform: scale(0.5);
	  opacity: 1;
	}
	100% {
	  -webkit-transform: scale(1.7);
			  transform: scale(1.7);
	  opacity: 0;
	}
  }
  
  @keyframes splateAnimation {
	0% {
	  -webkit-transform: scale(0.5);
			  transform: scale(0.5);
	  opacity: 1;
	}
	100% {
	  -webkit-transform: scale(1.7);
			  transform: scale(1.7);
	  opacity: 0;
	}
  }
  .cs_project_details-info {
	list-style: none;
	border-top: 5px solid #fec63f;
	-webkit-box-shadow: 0px 4px 60px rgba(179, 179, 179, 0.1);
			box-shadow: 0px 4px 60px rgba(179, 179, 179, 0.1);
  }
  .cs_project_details-info li:not(:last-child) {
	margin-bottom: 28px;
  }
  .cs_project_details-info .cs_social_btns a {
	border-color: #eaeaea;
	color: #666;
  }
  .cs_project_details-info .cs_social_btns a:hover {
	color: #fff;
	background-color: #52B8AA;
  }
  
  .cs_list.cs_style_1 {
	list-style: none;
	padding: 0;
  }
  .cs_list.cs_style_1 li {
	padding-left: 25px;
	position: relative;
  }
  .cs_list.cs_style_1 li::before {
	content: "\f00c";
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	position: absolute;
	left: 0;
	top: 0;
	color: #52B8AA;
  }
  .cs_list.cs_style_1 li:not(:last-child) {
	margin-bottom: 10px;
  }
  .cs_list.cs_style_1 li span {
	font-size: 14px;
	line-height: 1.6em;
	font-weight: 500;
	padding: 2px 10px;
	display: inline-block;
	background-color: #666;
	color: #fff;
	margin-left: 10px;
	border-radius: 5px;
  }
  
  .cs_service_list ul {
	list-style: none;
	border: 1px solid rgba(112, 112, 112, 0.7);
	border-top: 0;
  }
  .cs_service_list a {
	background-color: #f5f3ee;
	color: #52B8AA;
	display: block;
	position: relative;
	border-radius: 5px;
	padding: 15px 45px 15px 20px;
  }
  .cs_service_list a i {
	position: absolute;
	right: 20px;
	top: 50%;
	-webkit-transform: translateY(-50%);
			transform: translateY(-50%);
	color: #52B8AA;
  }
  .cs_service_list a.active, .cs_service_list a:hover {
	background-color: #191919;
	color: #fff;
  }
  .cs_service_list li:not(:last-child) {
	margin-bottom: 15px;
  }
  
  .cs_quick_contact_card {
	padding: 25px;
  }
  .cs_quick_contact_card .cs_quick_contact_card_in {
	border: 1px solid #6c6c6c;
	padding: 70px 20px;
  }
  .cs_quick_contact_card .cs_quick_contact_card_icon {
	margin-left: auto;
	margin-right: auto;
  }
  
  .cs_blockquote {
	border-left: 5px solid #52B8AA;
  }
  
  /* Post Details */
  .cs_sidebar_item {
	background-color: #f2f3f7;
	padding: 60px 40px;
  }
  .cs_sidebar_item:not(:last-child) {
	margin-bottom: 40px;
  }
  @media (max-width: 575px) {
	.cs_sidebar_item {
	  padding: 30px 25px;
	}
  }
  
  .cs_sidebar_widget_title {
	font-size: 26px;
	margin-bottom: 20px;
	margin-top: -5px;
  }
  
  .widget_categories {
	margin-bottom: -5px;
  }
  .widget_categories ul {
	list-style: none;
	margin: 0;
	padding: 0;
	font-weight: 600;
	color: #191919;
  }
  .widget_categories ul li a {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	padding-left: 30px;
	position: relative;
  }
  .widget_categories ul li a::before {
	content: "\f0a9";
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	position: absolute;
	left: 0;
	top: 0;
  }
  .widget_categories ul li:not(:last-child) {
	margin-bottom: 10px;
  }
  
  .tagcloud {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	gap: 10px;
  }
  
  .tag-cloud-link {
	background-color: #fff;
	font-size: 12px;
	line-height: 1.6em;
	padding: 7px 15px;
	-webkit-box-shadow: 0px 4px 10px rgba(213, 213, 213, 0.25);
			box-shadow: 0px 4px 10px rgba(213, 213, 213, 0.25);
	border-radius: 5px;
  }
  .tag-cloud-link:hover {
	background-color: #C5FF41;
	color: #191919;
  }
  
  .cs_sidebar_search {
	position: relative;
  }
  .cs_sidebar_search input {
	background: #ffffff;
	border: 1px solid #dfdfdf;
	width: 100%;
	height: 58px;
	padding: 5px 20px;
	outline: none;
  }
  .cs_sidebar_search .cs_sidebar_search_btn {
	position: absolute;
	right: 0;
	top: 0;
	padding: 0;
	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;
	border: none;
	background-color: transparent;
	color: #ababab;
	height: 58px;
	width: 58px;
	font-size: 18px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
  }
  .cs_sidebar_search .cs_sidebar_search_btn:hover {
	color: #52B8AA;
  }
  
  .cs_recent_posts {
	list-style: none;
	padding: 0;
	margin: 0;
  }
  .cs_recent_posts li:not(:last-child) {
	margin-bottom: 20px;
  }
  
  .cs_recent_post {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	padding: 10px;
	margin: -10px;
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 10px;
  }
  .cs_recent_post:hover {
	background-color: #fff;
  }
  .cs_recent_post .cs_recent_post-thumb {
	-webkit-box-flex: 0;
		-ms-flex: none;
			flex: none;
	width: 100px;
	height: 93px;
	border-radius: 10px;
	overflow: hidden;
	margin-right: 15px;
  }
  .cs_recent_post .cs_recent_post-title {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5em;
	margin: 0;
  }
  
  .cs_recent_post-date {
	font-size: 12px;
	line-height: 1.6em;
	margin-bottom: 5px;
  }
  .cs_recent_post-date i {
	margin-right: 3px;
	color: #52B8AA;
  }
  
  .cs_sidebar_project {
	display: block;
	position: relative;
	color: #fff;
  }
  .cs_sidebar_project span {
	position: absolute;
	font-weight: 600;
	bottom: 0;
	left: 0;
	z-index: 1;
	padding: 15px 25px;
  }
  .cs_sidebar_project img {
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
  }
  .cs_sidebar_project:hover {
	color: #52B8AA;
  }
  .cs_sidebar_project:hover img {
	-webkit-transform: scale(1.1);
			transform: scale(1.1);
  }
  
  .cs_sidebar_slider .cs_slider_prev,
  .cs_sidebar_slider .cs_slider_next {
	top: 50%;
	-webkit-transform: translateY(-50%);
			transform: translateY(-50%);
  }
  .cs_sidebar_slider .cs_slider_prev {
	left: -15px;
  }
  .cs_sidebar_slider .cs_slider_next {
	right: -15px;
  }
  
  .cs_post_details-meta-tag {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	gap: 15px;
  }
  .cs_post_details-meta-tag .cs_sidebar_widget_title {
	font-size: 20px;
	margin: 0;
  }
  .cs_post_details-meta-tag .cs_social_btns a {
	border-color: #eaeaea;
	color: #666;
  }
  @media (max-width: 575px) {
	.cs_post_details-meta-tag {
	  -webkit-box-orient: vertical;
	  -webkit-box-direction: normal;
		  -ms-flex-direction: column;
			  flex-direction: column;
	  -webkit-box-align: start;
		  -ms-flex-align: start;
			  align-items: flex-start;
	}
  }
  
  /* End Post Details */
  .comment-reply-title {
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 20px;
  }
  
  .comment-notes {
	font-size: 16px;
	margin-bottom: 20px;
  }
  
  .comment-form-comment label,
  .comment-form-author label,
  .comment-form-email label,
  .comment-form-url {
	display: none;
  }
  
  #comment,
  #author,
  #email {
	border: none;
	display: block;
	padding: 11px 25px;
	width: 100%;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border-radius: 5px;
  }
  
  #comment:focus,
  #author:focus,
  #email:focus {
	outline: none;
	border-color: #0b0a60;
  }
  
  #comment {
	height: 120px;
  }
/*   
  #commentform {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border-radius: 10px;
}
   */
  #commentform p {
	width: 100%;
	margin-bottom: 20px;
  }
  
  #commentform p.comment-form-email,
  #commentform p.comment-form-author {
	width: calc(50% - 10px);
  }
  
  #commentform p.comment-form-email {
	margin-left: 10px;
  }
  
  #commentform p.comment-form-author {
	margin-right: 10px;
  }
  
  #commentform .comment-form-cookies-consent {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 16px;
  }
  
  #commentform .comment-form-cookies-consent label {
	margin-bottom: 0;
	margin-left: 10px;
  }
  
  #commentform #wp-comment-cookies-consent {
	margin-top: -1px;
	width: 14px;
}
  
  #commentform p.form-submit {
	margin: 0;
  }
  
  .cs-comment_btn {
	line-height: 1.6em;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	border: none;
	border-radius: 25px;
	padding: 10px 30px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
  }
  
  .comments-title,
  .comment-reply-title {
	font-size: 24px;
	margin-bottom: 15px;
  }
  
  .cs-comment_wrapper {
	padding: 45px 30px;
	margin-bottom: 70px;
	border-radius: 10px;
	background-color: #fff;
	padding-bottom: 4px;
  }
  
  .comment-list {
	list-style: none;
	margin: 0;
  }
  
  .comment-list > .comment:not(:last-child) {
	margin-bottom: 60px;
	padding-bottom: 60px;
	border-bottom: 1px solid #eaeaea;
  }
  
  .comment-list > .comment:last-child {
	margin-bottom: 0;
  }
  
  .comment-list .children {
	border-top: 1px solid #eaeaea;
	margin-top: 60px;
	padding-top: 60px;
  }
  
  .comment-list .children .comment:not(:first-child) {
	border-width: 1px 0 0;
	border-style: solid;
	margin-top: 30px;
	padding-top: 30px;
  }
  
  .comment-list .bypostauthor:not(:last-child) {
	border-bottom: 1px solid #eeeeff;
	margin-bottom: 50px;
  }
  
  .comment-list .comment-body {
	padding-top: 0;
	position: relative;
	min-height: 170px;
	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;
}
  .comment-list ol {
	list-style: none;
	padding: 0;
	margin: 0;
  }
  
  .comment-list ol.children {
	padding-left: 50px;
  }
  
  .comment-list .avatar {
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 50%;
	height: 170px;
	width: 170px;
  }
  
  .comment-list .comment-author .says {
	display: none;
  }
  
  .comment-list .fn {
	font-style: initial;
	font-weight: 500;
	color: #0b0a60;
	display: inline-block;
	font-size: 18px;
	margin-bottom: 0px;
	line-height: 1.2em;
  }
  
  .comment-list .comment-meta {
	display: block;
	font-size: 14px;
	margin-bottom: 20px;
	line-height: 1.2em;
	margin-top: 5px;
  }
  
  .comment-list .comment-meta a:hover {
	color: #0b0a60;
  }
  
  .comment-list .comment-meta + p,
  .comment-list .comment-meta + p + p {
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 0;
  }
  
  .comment-list .reply a {
	padding: 4px 15px;
	display: inline-block;
	font-size: 14px;
	background-color: #f2f3f7;
	color: #191919;
	line-height: 1.6em;
	border-radius: 0;
	font-weight: 400;
}
  .comment-list .reply a:hover {
	background-color: #191919;
	color: #fff;
  }
  
  .url {
	font-weight: 600;
	font-size: 20px;
	color: #191919;
  }
  
  .reply {
	position: absolute;
	top: 5px;
	right: 0;
  }
  
  .comment-list .bypostauthor .comment-body:last-child {
	margin-bottom: 0;
  }
  
  #commentform p.logged-in-as {
	font-size: 16px;
	margin-top: -5px;
  }
  
  #commentform p.logged-in-as a:hover {
	text-decoration: underline;
  }
  
  .comment-reply-title small {
	margin-left: 15px;
	font-size: 16px;
	font-weight: 500;
	color: red;
  }
  
  .comment-reply-title small a:hover {
	text-decoration: underline;
  }
  
  .comment-list.cs-type1 > .comment {
	padding: 0;
  }
  
  .comment-list.cs-type1 > .comment:not(:last-child) {
	margin-bottom: 30px;
  }
  
  .comment-list.cs-type1 .comment-body p {
	margin-bottom: 0;
  }
  
  .comment-list.cs-type1 .comment-meta {
	margin-bottom: 15px;
	margin-top: 0px;
  }
  
  .semi_rotate {
	-webkit-animation-name: semiRotate;
			animation-name: semiRotate;
	-webkit-animation-duration: 5s;
			animation-duration: 5s;
	-webkit-animation-iteration-count: infinite;
			animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
			animation-timing-function: linear;
  }
  
  .moving_x {
	-webkit-animation-name: movingX;
			animation-name: movingX;
	-webkit-animation-duration: 5s;
			animation-duration: 5s;
	-webkit-animation-iteration-count: infinite;
			animation-iteration-count: infinite;
	-webkit-animation-timing-function: linear;
			animation-timing-function: linear;
  }
  
  @-webkit-keyframes semiRotate {
	0%, 100% {
	  -webkit-transform: rotate(0);
			  transform: rotate(0);
	}
	25%, 75% {
	  -webkit-transform: rotate(10deg);
			  transform: rotate(10deg);
	}
	50% {
	  -webkit-transform: rotate(20deg);
			  transform: rotate(20deg);
	}
  }
  
  @keyframes semiRotate {
	0%, 100% {
	  -webkit-transform: rotate(0);
			  transform: rotate(0);
	}
	25%, 75% {
	  -webkit-transform: rotate(10deg);
			  transform: rotate(10deg);
	}
	50% {
	  -webkit-transform: rotate(20deg);
			  transform: rotate(20deg);
	}
  }
  @-webkit-keyframes movingX {
	0% {
	  -webkit-transform: translateX(-30px);
			  transform: translateX(-30px);
	}
	50% {
	  -webkit-transform: translateX(-10px);
			  transform: translateX(-10px);
	}
	100% {
	  -webkit-transform: translateX(-30px);
			  transform: translateX(-30px);
	}
  }
  @keyframes movingX {
	0% {
	  -webkit-transform: translateX(-30px);
			  transform: translateX(-30px);
	}
	50% {
	  -webkit-transform: translateX(-10px);
			  transform: translateX(-10px);
	}
	100% {
	  -webkit-transform: translateX(-30px);
			  transform: translateX(-30px);
	}
  }
  
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff;
	/* Fallback for when there is no custom background color defined. */
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,ul li{
	list-style:none;
	padding:0;
	margin:0;
	position:relative;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

figure {
	margin: 1em 0;
	/* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button, input[type="button"], input[type="reset"], input[type="submit"] {
	border-radius: 5px;
	font-weight: 400;
	font-size: 16px;
	border: 1px solid transparent;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	background-color: transparent;
	width: 100%;
	padding: 19px 20px;
	border-radius: 5px;
	font-weight: 400;
	border: none !important;
	height: 60px;
	font-size: 14px;
	color: #212529;
	border: 1px solid #D1D3D4 !important;
}


input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color:#212529;
}

textarea {
	width: 100%;
	min-height: 185px;
}
/* input::placeholder{
	color:#191919 !important;
	opacity: 1 !important;
}
input::-ms-input-placeholder{
	color:#191919 !important;
	opacity: 1 !important;
}
textarea::placeholder{
	color:#191919 !important;
	opacity: 1 !important;
}
textarea::-ms-input-placeholder{
	color:#191919 !important;
	opacity: 1 !important;
} */

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: inherit;
}
a:hover, a:focus, a:active {
	color: inherit;
	text-decoration: none;
	color: #52B8AA;
}

a:hover, a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
	margin-bottom: 30px;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0;
}

.updated:not(.published) {
	display: none;
}

.page-content, .entry-content, .entry-summary {
	margin: 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
	font-size: 13px;
}


.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/*--------------------------------------------------------------
## Basic Color
----------------------------------------------------------------*/
.cs_fs_10 {
	font-size: 10px;
  }
  
  .cs_fs_11 {
	font-size: 11px;
  }
  
  .cs_fs_12 {
	font-size: 12px;
  }
  
  .cs_fs_13 {
	font-size: 13px;
  }
  
  .cs_fs_14 {
	font-size: 14px;
  }
  
  .cs_fs_15 {
	font-size: 15px;
  }
  
  .cs_fs_16 {
	font-size: 16px;
  }
  
  .cs_fs_17 {
	font-size: 17px;
  }
  
  .cs_fs_18 {
	font-size: 18px;
  }
  
  .cs_fs_19 {
	font-size: 19px;
  }
  
  .cs_fs_20 {
	font-size: 20px;
  }
  
  .cs_fs_21 {
	font-size: 21px;
  }
  
  .cs_fs_22 {
	font-size: 22px;
  }
  
  .cs_fs_23 {
	font-size: 23px;
  }
  
  .cs_fs_24 {
	font-size: 24px;
  }
  
  .cs_fs_25 {
	font-size: 25px;
  }
  
  .cs_fs_26 {
	font-size: 26px;
  }
  
  .cs_fs_27 {
	font-size: 27px;
  }
  
  .cs_fs_28 {
	font-size: 28px;
  }
  
  .cs_fs_29 {
	font-size: 29px;
  }
  
  .cs_fs_30 {
	font-size: 30px;
  }
  
  .cs_fs_31 {
	font-size: 31px;
  }
  
  .cs_fs_32 {
	font-size: 32px;
  }
  
  .cs_fs_33 {
	font-size: 33px;
  }
  
  .cs_fs_34 {
	font-size: 34px;
  }
  
  .cs_fs_35 {
	font-size: 35px;
  }
  
  .cs_fs_36 {
	font-size: 36px;
  }
  
  .cs_fs_37 {
	font-size: 37px;
  }
  
  .cs_fs_38 {
	font-size: 38px;
  }
  
  .cs_fs_39 {
	font-size: 39px;
  }
  
  .cs_fs_40 {
	font-size: 40px;
  }
  
  .cs_fs_41 {
	font-size: 41px;
  }
  
  .cs_fs_42 {
	font-size: 42px;
  }
  
  .cs_fs_43 {
	font-size: 43px;
  }
  
  .cs_fs_44 {
	font-size: 44px;
  }
  
  .cs_fs_45 {
	font-size: 45px;
  }
  
  .cs_fs_46 {
	font-size: 46px;
  }
  
  .cs_fs_47 {
	font-size: 47px;
  }
  
  .cs_fs_48 {
	font-size: 48px;
  }
  
  .cs_fs_49 {
	font-size: 49px;
  }
  
  .cs_fs_50 {
	font-size: 50px;
  }
  
  .cs_fs_51 {
	font-size: 51px;
  }
  
  .cs_fs_52 {
	font-size: 52px;
  }
  
  .cs_fs_53 {
	font-size: 53px;
  }
  
  .cs_fs_54 {
	font-size: 54px;
  }
  
  .cs_fs_55 {
	font-size: 55px;
  }
  
  .cs_fs_56 {
	font-size: 56px;
  }
  
  .cs_fs_57 {
	font-size: 57px;
  }
  
  .cs_fs_58 {
	font-size: 58px;
  }
  
  .cs_fs_59 {
	font-size: 59px;
  }
  
  .cs_fs_60 {
	font-size: 60px;
  }
  
  .cs_column_gap_10 {
	-webkit-column-gap: 10px;
	   -moz-column-gap: 10px;
			column-gap: 10px;
  }
  
  .cs_row_gap_10 {
	row-gap: 10px;
  }
  
  .cs_column_gap_11 {
	-webkit-column-gap: 11px;
	   -moz-column-gap: 11px;
			column-gap: 11px;
  }
  
  .cs_row_gap_11 {
	row-gap: 11px;
  }
  
  .cs_column_gap_12 {
	-webkit-column-gap: 12px;
	   -moz-column-gap: 12px;
			column-gap: 12px;
  }
  
  .cs_row_gap_12 {
	row-gap: 12px;
  }
  
  .cs_column_gap_13 {
	-webkit-column-gap: 13px;
	   -moz-column-gap: 13px;
			column-gap: 13px;
  }
  
  .cs_row_gap_13 {
	row-gap: 13px;
  }
  
  .cs_column_gap_14 {
	-webkit-column-gap: 14px;
	   -moz-column-gap: 14px;
			column-gap: 14px;
  }
  
  .cs_row_gap_14 {
	row-gap: 14px;
  }
  
  .cs_column_gap_15 {
	-webkit-column-gap: 15px;
	   -moz-column-gap: 15px;
			column-gap: 15px;
  }
  
  .cs_row_gap_15 {
	row-gap: 15px;
  }
  
  .cs_column_gap_16 {
	-webkit-column-gap: 16px;
	   -moz-column-gap: 16px;
			column-gap: 16px;
  }
  
  .cs_row_gap_16 {
	row-gap: 16px;
  }
  
  .cs_column_gap_17 {
	-webkit-column-gap: 17px;
	   -moz-column-gap: 17px;
			column-gap: 17px;
  }
  
  .cs_row_gap_17 {
	row-gap: 17px;
  }
  
  .cs_column_gap_18 {
	-webkit-column-gap: 18px;
	   -moz-column-gap: 18px;
			column-gap: 18px;
  }
  
  .cs_row_gap_18 {
	row-gap: 18px;
  }
  
  .cs_column_gap_19 {
	-webkit-column-gap: 19px;
	   -moz-column-gap: 19px;
			column-gap: 19px;
  }
  
  .cs_row_gap_19 {
	row-gap: 19px;
  }
  
  .cs_column_gap_20 {
	-webkit-column-gap: 20px;
	   -moz-column-gap: 20px;
			column-gap: 20px;
  }
  
  .cs_row_gap_20 {
	row-gap: 20px;
  }
  
  .cs_column_gap_21 {
	-webkit-column-gap: 21px;
	   -moz-column-gap: 21px;
			column-gap: 21px;
  }
  
  .cs_row_gap_21 {
	row-gap: 21px;
  }
  
  .cs_column_gap_22 {
	-webkit-column-gap: 22px;
	   -moz-column-gap: 22px;
			column-gap: 22px;
  }
  
  .cs_row_gap_22 {
	row-gap: 22px;
  }
  
  .cs_column_gap_23 {
	-webkit-column-gap: 23px;
	   -moz-column-gap: 23px;
			column-gap: 23px;
  }
  
  .cs_row_gap_23 {
	row-gap: 23px;
  }
  
  .cs_column_gap_24 {
	-webkit-column-gap: 24px;
	   -moz-column-gap: 24px;
			column-gap: 24px;
  }
  
  .cs_row_gap_24 {
	row-gap: 24px;
  }
  
  .cs_column_gap_25 {
	-webkit-column-gap: 25px;
	   -moz-column-gap: 25px;
			column-gap: 25px;
  }
  
  .cs_row_gap_25 {
	row-gap: 25px;
  }
  
  .cs_column_gap_26 {
	-webkit-column-gap: 26px;
	   -moz-column-gap: 26px;
			column-gap: 26px;
  }
  
  .cs_row_gap_26 {
	row-gap: 26px;
  }
  
  .cs_column_gap_27 {
	-webkit-column-gap: 27px;
	   -moz-column-gap: 27px;
			column-gap: 27px;
  }
  
  .cs_row_gap_27 {
	row-gap: 27px;
  }
  
  .cs_column_gap_28 {
	-webkit-column-gap: 28px;
	   -moz-column-gap: 28px;
			column-gap: 28px;
  }
  
  .cs_row_gap_28 {
	row-gap: 28px;
  }
  
  .cs_column_gap_29 {
	-webkit-column-gap: 29px;
	   -moz-column-gap: 29px;
			column-gap: 29px;
  }
  
  .cs_row_gap_29 {
	row-gap: 29px;
  }
  
  .cs_column_gap_30 {
	-webkit-column-gap: 30px;
	   -moz-column-gap: 30px;
			column-gap: 30px;
  }
  
  .cs_row_gap_30 {
	row-gap: 30px;
  }
  
  .cs_mb_0 {
	margin-bottom: 0px;
  }
  
  .cs_mb_1 {
	margin-bottom: 1px;
  }
  
  .cs_mb_2 {
	margin-bottom: 2px;
  }
  
  .cs_mb_3 {
	margin-bottom: 3px;
  }
  
  .cs_mb_4 {
	margin-bottom: 4px;
  }
  
  .cs_mb_5 {
	margin-bottom: 5px;
  }
  
  .cs_mb_6 {
	margin-bottom: 6px;
  }
  
  .cs_mb_7 {
	margin-bottom: 7px;
  }
  
  .cs_mb_8 {
	margin-bottom: 8px;
  }
  
  .cs_mb_9 {
	margin-bottom: 9px;
  }
  
  .cs_mb_10 {
	margin-bottom: 10px;
  }
  
  .cs_mb_11 {
	margin-bottom: 11px;
  }
  
  .cs_mb_12 {
	margin-bottom: 12px;
  }
  
  .cs_mb_13 {
	margin-bottom: 13px;
  }
  
  .cs_mb_14 {
	margin-bottom: 14px;
  }
  
  .cs_mb_15 {
	margin-bottom: 15px;
  }
  
  .cs_mb_16 {
	margin-bottom: 16px !important;
}
  
  .cs_mb_17 {
	margin-bottom: 17px;
  }
  
  .cs_mb_18 {
	margin-bottom: 18px;
  }
  
  .cs_mb_19 {
	margin-bottom: 19px;
  }
  
  .cs_mb_20 {
	margin-bottom: 20px;
  }
  
  .cs_mb_21 {
	margin-bottom: 21px;
  }
  
  .cs_mb_22 {
	margin-bottom: 22px;
  }
  
  .cs_mb_23 {
	margin-bottom: 23px;
  }
  
  .cs_mb_24 {
	margin-bottom: 24px;
  }
  
  .cs_mb_25 {
	margin-bottom: 25px;
  }
  
  .cs_mb_26 {
	margin-bottom: 26px;
  }
  
  .cs_mb_27 {
	margin-bottom: 27px;
  }
  
  .cs_mb_28 {
	margin-bottom: 28px;
  }
  
  .cs_mb_29 {
	margin-bottom: 29px;
  }
  
  .cs_mb_30 {
	margin-bottom: 30px !important;
  }
  
  .cs_mb_31 {
	margin-bottom: 31px;
  }
  
  .cs_mb_32 {
	margin-bottom: 32px;
  }
  
  .cs_mb_33 {
	margin-bottom: 33px;
  }
  
  .cs_mb_34 {
	margin-bottom: 34px;
  }
  
  .cs_mb_35 {
	margin-bottom: 35px;
  }
  
  .cs_mb_36 {
	margin-bottom: 36px;
  }
  
  .cs_mb_37 {
	margin-bottom: 37px;
  }
  
  .cs_mb_38 {
	margin-bottom: 38px;
  }
  
  .cs_mb_39 {
	margin-bottom: 39px;
  }
  
  .cs_mb_40 {
	margin-bottom: 40px;
  }
  
  .cs_mb_41 {
	margin-bottom: 41px;
  }
  
  .cs_mb_42 {
	margin-bottom: 42px;
  }
  
  .cs_mb_43 {
	margin-bottom: 43px;
  }
  
  .cs_mb_44 {
	margin-bottom: 44px;
  }
  
  .cs_mb_45 {
	margin-bottom: 45px;
  }
  
  .cs_mb_46 {
	margin-bottom: 46px;
  }
  
  .cs_mb_47 {
	margin-bottom: 47px;
  }
  
  .cs_mb_48 {
	margin-bottom: 48px;
  }
  
  .cs_mb_49 {
	margin-bottom: 49px;
  }
  
  .cs_mb_50 {
	margin-bottom: 50px;
  }
  
  .cs_mb_51 {
	margin-bottom: 51px;
  }
  
  .cs_mb_52 {
	margin-bottom: 52px;
  }
  
  .cs_mb_53 {
	margin-bottom: 53px;
  }
  
  .cs_mb_54 {
	margin-bottom: 54px;
  }
  
  .cs_mb_55 {
	margin-bottom: 55px;
  }
  
  .cs_mb_56 {
	margin-bottom: 56px;
  }
  
  .cs_mb_57 {
	margin-bottom: 57px;
  }
  
  .cs_mb_58 {
	margin-bottom: 58px;
  }
  
  .cs_mb_59 {
	margin-bottom: 59px;
  }
  
  .cs_mb_60 {
	margin-bottom: 60px;
  }
  
  .cs_zindex_1 {
	z-index: 1;
  }
  
  .cs_zindex_2 {
	z-index: 2;
  }
  
  .cs_zindex_3 {
	z-index: 3;
  }
  
  .cs_zindex_4 {
	z-index: 4;
  }
  
  .cs_zindex_5 {
	z-index: 5;
  }
  
  .cs_transition_1 {
	-webkit-transition: all 0.1s ease;
	transition: all 0.1s ease;
  }
  
  .cs_transition_2 {
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
  }
  
  .cs_transition_3 {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
  }
  
  .cs_transition_4 {
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
  }
  
  .cs_transition_5 {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
  }
  
  .cs_transition_6 {
	-webkit-transition: all 0.6s ease;
	transition: all 0.6s ease;
  }
  
  .cs_pt_0 {
	padding-top: 0px;
  }
  
  .cs_pb_0 {
	padding-bottom: 0px;
  }
  
  .cs_pt_1 {
	padding-top: 1px;
  }
  
  .cs_pb_1 {
	padding-bottom: 1px;
  }
  
  .cs_pt_2 {
	padding-top: 2px;
  }
  
  .cs_pb_2 {
	padding-bottom: 2px;
  }
  
  .cs_pt_3 {
	padding-top: 3px;
  }
  
  .cs_pb_3 {
	padding-bottom: 3px;
  }
  
  .cs_pt_4 {
	padding-top: 4px;
  }
  
  .cs_pb_4 {
	padding-bottom: 4px;
  }
  
  .cs_pt_5 {
	padding-top: 5px;
  }
  
  .cs_pb_5 {
	padding-bottom: 5px;
  }
  
  .cs_pt_6 {
	padding-top: 6px;
  }
  
  .cs_pb_6 {
	padding-bottom: 6px;
  }
  
  .cs_pt_7 {
	padding-top: 7px;
  }
  
  .cs_pb_7 {
	padding-bottom: 7px;
  }
  
  .cs_pt_8 {
	padding-top: 8px;
  }
  
  .cs_pb_8 {
	padding-bottom: 8px;
  }
  
  .cs_pt_9 {
	padding-top: 9px;
  }
  
  .cs_pb_9 {
	padding-bottom: 9px;
  }
  
  .cs_pt_10 {
	padding-top: 10px;
  }
  
  .cs_pb_10 {
	padding-bottom: 10px;
  }
  
  .cs_pt_11 {
	padding-top: 11px;
  }
  
  .cs_pb_11 {
	padding-bottom: 11px;
  }
  
  .cs_pt_12 {
	padding-top: 12px;
  }
  
  .cs_pb_12 {
	padding-bottom: 12px;
  }
  
  .cs_pt_13 {
	padding-top: 13px;
  }
  
  .cs_pb_13 {
	padding-bottom: 13px;
  }
  
  .cs_pt_14 {
	padding-top: 14px;
  }
  
  .cs_pb_14 {
	padding-bottom: 14px;
  }
  
  .cs_pt_15 {
	padding-top: 15px;
  }
  
  .cs_pb_15 {
	padding-bottom: 15px;
  }
  
  .cs_pt_16 {
	padding-top: 16px;
  }
  
  .cs_pb_16 {
	padding-bottom: 16px;
  }
  
  .cs_pt_17 {
	padding-top: 17px;
  }
  
  .cs_pb_17 {
	padding-bottom: 17px;
  }
  
  .cs_pt_18 {
	padding-top: 18px;
  }
  
  .cs_pb_18 {
	padding-bottom: 18px;
  }
  
  .cs_pt_19 {
	padding-top: 19px;
  }
  
  .cs_pb_19 {
	padding-bottom: 19px;
  }
  
  .cs_pt_20 {
	padding-top: 20px;
  }
  
  .cs_pb_20 {
	padding-bottom: 20px;
  }
  
  .cs_pt_21 {
	padding-top: 21px;
  }
  
  .cs_pb_21 {
	padding-bottom: 21px;
  }
  
  .cs_pt_22 {
	padding-top: 22px;
  }
  
  .cs_pb_22 {
	padding-bottom: 22px;
  }
  
  .cs_pt_23 {
	padding-top: 23px;
  }
  
  .cs_pb_23 {
	padding-bottom: 23px;
  }
  
  .cs_pt_24 {
	padding-top: 24px;
  }
  
  .cs_pb_24 {
	padding-bottom: 24px;
  }
  
  .cs_pt_25 {
	padding-top: 25px;
  }
  
  .cs_pb_25 {
	padding-bottom: 25px;
  }
  
  .cs_pt_26 {
	padding-top: 26px;
  }
  
  .cs_pb_26 {
	padding-bottom: 26px;
  }
  
  .cs_pt_27 {
	padding-top: 27px;
  }
  
  .cs_pb_27 {
	padding-bottom: 27px;
  }
  
  .cs_pt_28 {
	padding-top: 28px;
  }
  
  .cs_pb_28 {
	padding-bottom: 28px;
  }
  
  .cs_pt_29 {
	padding-top: 29px;
  }
  
  .cs_pb_29 {
	padding-bottom: 29px;
  }
  
  .cs_pt_30 {
	padding-top: 30px;
  }
  
  .cs_pb_30 {
	padding-bottom: 30px;
  }
  
  .cs_pt_31 {
	padding-top: 31px;
  }
  
  .cs_pb_31 {
	padding-bottom: 31px;
  }
  
  .cs_pt_32 {
	padding-top: 32px;
  }
  
  .cs_pb_32 {
	padding-bottom: 32px;
  }
  
  .cs_pt_33 {
	padding-top: 33px;
  }
  
  .cs_pb_33 {
	padding-bottom: 33px;
  }
  
  .cs_pt_34 {
	padding-top: 34px;
  }
  
  .cs_pb_34 {
	padding-bottom: 34px;
  }
  
  .cs_pt_35 {
	padding-top: 35px;
  }
  
  .cs_pb_35 {
	padding-bottom: 35px;
  }
  
  .cs_pt_36 {
	padding-top: 36px;
  }
  
  .cs_pb_36 {
	padding-bottom: 36px;
  }
  
  .cs_pt_37 {
	padding-top: 37px;
  }
  
  .cs_pb_37 {
	padding-bottom: 37px;
  }
  
  .cs_pt_38 {
	padding-top: 38px;
  }
  
  .cs_pb_38 {
	padding-bottom: 38px;
  }
  
  .cs_pt_39 {
	padding-top: 39px;
  }
  
  .cs_pb_39 {
	padding-bottom: 39px;
  }
  
  .cs_pt_40 {
	padding-top: 40px;
  }
  
  .cs_pb_40 {
	padding-bottom: 40px;
  }
  
  .cs_pt_41 {
	padding-top: 41px;
  }
  
  .cs_pb_41 {
	padding-bottom: 41px;
  }
  
  .cs_pt_42 {
	padding-top: 42px;
  }
  
  .cs_pb_42 {
	padding-bottom: 42px;
  }
  
  .cs_pt_43 {
	padding-top: 43px;
  }
  
  .cs_pb_43 {
	padding-bottom: 43px;
  }
  
  .cs_pt_44 {
	padding-top: 44px;
  }
  
  .cs_pb_44 {
	padding-bottom: 44px;
  }
  
  .cs_pt_45 {
	padding-top: 45px;
  }
  
  .cs_pb_45 {
	padding-bottom: 45px;
  }
  
  .cs_pt_46 {
	padding-top: 46px;
  }
  
  .cs_pb_46 {
	padding-bottom: 46px;
  }
  
  .cs_pt_47 {
	padding-top: 47px;
  }
  
  .cs_pb_47 {
	padding-bottom: 47px;
  }
  
  .cs_pt_48 {
	padding-top: 48px;
  }
  
  .cs_pb_48 {
	padding-bottom: 48px;
  }
  
  .cs_pt_49 {
	padding-top: 49px;
  }
  
  .cs_pb_49 {
	padding-bottom: 49px;
  }
  
  .cs_pt_50 {
	padding-top: 50px;
  }
  
  .cs_pb_50 {
	padding-bottom: 50px;
  }
  
  .cs_pt_51 {
	padding-top: 51px;
  }
  
  .cs_pb_51 {
	padding-bottom: 51px;
  }
  
  .cs_pt_52 {
	padding-top: 52px;
  }
  
  .cs_pb_52 {
	padding-bottom: 52px;
  }
  
  .cs_pt_53 {
	padding-top: 53px;
  }
  
  .cs_pb_53 {
	padding-bottom: 53px;
  }
  
  .cs_pt_54 {
	padding-top: 54px;
  }
  
  .cs_pb_54 {
	padding-bottom: 54px;
  }
  
  .cs_pt_55 {
	padding-top: 55px;
  }
  
  .cs_pb_55 {
	padding-bottom: 55px;
  }
  
  .cs_pt_56 {
	padding-top: 56px;
  }
  
  .cs_pb_56 {
	padding-bottom: 56px;
  }
  
  .cs_pt_57 {
	padding-top: 57px;
  }
  
  .cs_pb_57 {
	padding-bottom: 57px;
  }
  
  .cs_pt_58 {
	padding-top: 58px;
  }
  
  .cs_pb_58 {
	padding-bottom: 58px;
  }
  
  .cs_pt_59 {
	padding-top: 59px;
  }
  
  .cs_pb_59 {
	padding-bottom: 59px;
  }
  
  .cs_pt_60 {
	padding-top: 60px;
  }
  
  .cs_pb_60 {
	padding-bottom: 60px;
  }
  
  .cs_pt_61 {
	padding-top: 61px;
  }
  
  .cs_pb_61 {
	padding-bottom: 61px;
  }
  
  .cs_pt_62 {
	padding-top: 62px;
  }
  
  .cs_pb_62 {
	padding-bottom: 62px;
  }
  
  .cs_pt_63 {
	padding-top: 63px;
  }
  
  .cs_pb_63 {
	padding-bottom: 63px;
  }
  
  .cs_pt_64 {
	padding-top: 64px;
  }
  
  .cs_pb_64 {
	padding-bottom: 64px;
  }
  
  .cs_pt_65 {
	padding-top: 65px;
  }
  
  .cs_pb_65 {
	padding-bottom: 65px;
  }
  
  .cs_pt_66 {
	padding-top: 66px;
  }
  
  .cs_pb_66 {
	padding-bottom: 66px;
  }
  
  .cs_pt_67 {
	padding-top: 67px;
  }
  
  .cs_pb_67 {
	padding-bottom: 67px;
  }
  
  .cs_pt_68 {
	padding-top: 68px;
  }
  
  .cs_pb_68 {
	padding-bottom: 68px;
  }
  
  .cs_pt_69 {
	padding-top: 69px;
  }
  
  .cs_pb_69 {
	padding-bottom: 69px;
  }
  
  .cs_pt_70 {
	padding-top: 70px;
  }
  
  .cs_pb_70 {
	padding-bottom: 70px;
  }
  
  .cs_pt_71 {
	padding-top: 71px;
  }
  
  .cs_pb_71 {
	padding-bottom: 71px;
  }
  
  .cs_pt_72 {
	padding-top: 72px;
  }
  
  .cs_pb_72 {
	padding-bottom: 72px;
  }
  
  .cs_pt_73 {
	padding-top: 73px;
  }
  
  .cs_pb_73 {
	padding-bottom: 73px;
  }
  
  .cs_pt_74 {
	padding-top: 74px;
  }
  
  .cs_pb_74 {
	padding-bottom: 74px;
  }
  
  .cs_pt_75 {
	padding-top: 75px;
  }
  
  .cs_pb_75 {
	padding-bottom: 75px;
  }
  
  .cs_pt_76 {
	padding-top: 76px;
  }
  
  .cs_pb_76 {
	padding-bottom: 76px;
  }
  
  .cs_pt_77 {
	padding-top: 77px;
  }
  
  .cs_pb_77 {
	padding-bottom: 77px;
  }
  
  .cs_pt_78 {
	padding-top: 78px;
  }
  
  .cs_pb_78 {
	padding-bottom: 78px;
  }
  
  .cs_pt_79 {
	padding-top: 79px;
  }
  
  .cs_pb_79 {
	padding-bottom: 79px;
  }
  
  .cs_pt_80 {
	padding-top: 80px;
  }
  
  .cs_pb_80 {
	padding-bottom: 80px;
  }
  
  .cs_pt_81 {
	padding-top: 81px;
  }
  
  .cs_pb_81 {
	padding-bottom: 81px;
  }
  
  .cs_pt_82 {
	padding-top: 82px;
  }
  
  .cs_pb_82 {
	padding-bottom: 82px;
  }
  
  .cs_pt_83 {
	padding-top: 83px;
  }
  
  .cs_pb_83 {
	padding-bottom: 83px;
  }
  
  .cs_pt_84 {
	padding-top: 84px;
  }
  
  .cs_pb_84 {
	padding-bottom: 84px;
  }
  
  .cs_pt_85 {
	padding-top: 85px;
  }
  
  .cs_pb_85 {
	padding-bottom: 85px;
  }
  
  .cs_pt_86 {
	padding-top: 86px;
  }
  
  .cs_pb_86 {
	padding-bottom: 86px;
  }
  
  .cs_pt_87 {
	padding-top: 87px;
  }
  
  .cs_pb_87 {
	padding-bottom: 87px;
  }
  
  .cs_pt_88 {
	padding-top: 88px;
  }
  
  .cs_pb_88 {
	padding-bottom: 88px;
  }
  
  .cs_pt_89 {
	padding-top: 89px;
  }
  
  .cs_pb_89 {
	padding-bottom: 89px;
  }
  
  .cs_pt_90 {
	padding-top: 90px;
  }
  
  .cs_pb_90 {
	padding-bottom: 90px;
  }
  
  .cs_pt_91 {
	padding-top: 91px;
  }
  
  .cs_pb_91 {
	padding-bottom: 91px;
  }
  
  .cs_pt_92 {
	padding-top: 92px;
  }
  
  .cs_pb_92 {
	padding-bottom: 92px;
  }
  
  .cs_pt_93 {
	padding-top: 93px;
  }
  
  .cs_pb_93 {
	padding-bottom: 93px;
  }
  
  .cs_pt_94 {
	padding-top: 94px;
  }
  
  .cs_pb_94 {
	padding-bottom: 94px;
  }
  
  .cs_pt_95 {
	padding-top: 95px;
  }
  
  .cs_pb_95 {
	padding-bottom: 95px;
  }
  
  .cs_pt_96 {
	padding-top: 96px;
  }
  
  .cs_pb_96 {
	padding-bottom: 96px;
  }
  
  .cs_pt_97 {
	padding-top: 97px;
  }
  
  .cs_pb_97 {
	padding-bottom: 97px;
  }
  
  .cs_pt_98 {
	padding-top: 98px;
  }
  
  .cs_pb_98 {
	padding-bottom: 98px;
  }
  
  .cs_pt_99 {
	padding-top: 99px;
  }
  
  .cs_pb_99 {
	padding-bottom: 99px;
  }
  
  .cs_pt_100 {
	padding-top: 100px;
  }
  
  .cs_pb_100 {
	padding-bottom: 100px;
  }
  
  .cs_pt_101 {
	padding-top: 101px;
  }
  
  .cs_pb_101 {
	padding-bottom: 101px;
  }
  
  .cs_pt_102 {
	padding-top: 102px;
  }
  
  .cs_pb_102 {
	padding-bottom: 102px;
  }
  
  .cs_pt_103 {
	padding-top: 103px;
  }
  
  .cs_pb_103 {
	padding-bottom: 103px;
  }
  
  .cs_pt_104 {
	padding-top: 104px;
  }
  
  .cs_pb_104 {
	padding-bottom: 104px;
  }
  
  .cs_pt_105 {
	padding-top: 105px;
  }
  
  .cs_pb_105 {
	padding-bottom: 105px;
  }
  
  .cs_pt_106 {
	padding-top: 106px;
  }
  
  .cs_pb_106 {
	padding-bottom: 106px;
  }
  
  .cs_pt_107 {
	padding-top: 107px;
  }
  
  .cs_pb_107 {
	padding-bottom: 107px;
  }
  
  .cs_pt_108 {
	padding-top: 108px;
  }
  
  .cs_pb_108 {
	padding-bottom: 108px;
  }
  
  .cs_pt_109 {
	padding-top: 109px;
  }
  
  .cs_pb_109 {
	padding-bottom: 109px;
  }
  
  .cs_pt_110 {
	padding-top: 110px;
  }
  
  .cs_pb_110 {
	padding-bottom: 110px;
  }
  
  .cs_pt_111 {
	padding-top: 111px;
  }
  
  .cs_pb_111 {
	padding-bottom: 111px;
  }
  
  .cs_pt_112 {
	padding-top: 112px;
  }
  
  .cs_pb_112 {
	padding-bottom: 112px;
  }
  
  .cs_pt_113 {
	padding-top: 113px;
  }
  
  .cs_pb_113 {
	padding-bottom: 113px;
  }
  
  .cs_pt_114 {
	padding-top: 114px;
  }
  
  .cs_pb_114 {
	padding-bottom: 114px;
  }
  
  .cs_pt_115 {
	padding-top: 115px;
  }
  
  .cs_pb_115 {
	padding-bottom: 115px;
  }
  
  .cs_pt_116 {
	padding-top: 116px;
  }
  
  .cs_pb_116 {
	padding-bottom: 116px;
  }
  
  .cs_pt_117 {
	padding-top: 117px;
  }
  
  .cs_pb_117 {
	padding-bottom: 117px;
  }
  
  .cs_pt_118 {
	padding-top: 118px;
  }
  
  .cs_pb_118 {
	padding-bottom: 118px;
  }
  
  .cs_pt_119 {
	padding-top: 119px;
  }
  
  .cs_pb_119 {
	padding-bottom: 119px;
  }
  
  .cs_pt_120 {
	padding-top: 120px;
  }
  
  .cs_pb_120 {
	padding-bottom: 120px;
  }
  
  .cs_pt_121 {
	padding-top: 121px;
  }
  
  .cs_pb_121 {
	padding-bottom: 121px;
  }
  
  .cs_pt_122 {
	padding-top: 122px;
  }
  
  .cs_pb_122 {
	padding-bottom: 122px;
  }
  
  .cs_pt_123 {
	padding-top: 123px;
  }
  
  .cs_pb_123 {
	padding-bottom: 123px;
  }
  
  .cs_pt_124 {
	padding-top: 124px;
  }
  
  .cs_pb_124 {
	padding-bottom: 124px;
  }
  
  .cs_pt_125 {
	padding-top: 125px;
  }
  
  .cs_pb_125 {
	padding-bottom: 125px;
  }
  
  .cs_pt_126 {
	padding-top: 126px;
  }
  
  .cs_pb_126 {
	padding-bottom: 126px;
  }
  
  .cs_pt_127 {
	padding-top: 127px;
  }
  
  .cs_pb_127 {
	padding-bottom: 127px;
  }
  
  .cs_pt_128 {
	padding-top: 128px;
  }
  
  .cs_pb_128 {
	padding-bottom: 128px;
  }
  
  .cs_pt_129 {
	padding-top: 129px;
  }
  
  .cs_pb_129 {
	padding-bottom: 129px;
  }
  
  .cs_pt_130 {
	padding-top: 130px;
  }
  
  .cs_pb_130 {
	padding-bottom: 130px;
  }
  
  .cs_pt_131 {
	padding-top: 131px;
  }
  
  .cs_pb_131 {
	padding-bottom: 131px;
  }
  
  .cs_pt_132 {
	padding-top: 132px;
  }
  
  .cs_pb_132 {
	padding-bottom: 132px;
  }
  
  .cs_pt_133 {
	padding-top: 133px;
  }
  
  .cs_pb_133 {
	padding-bottom: 133px;
  }
  
  .cs_pt_134 {
	padding-top: 134px;
  }
  
  .cs_pb_134 {
	padding-bottom: 134px;
  }
  
  .cs_pt_135 {
	padding-top: 135px;
  }
  
  .cs_pb_135 {
	padding-bottom: 135px;
  }
  
  .cs_pt_136 {
	padding-top: 136px;
  }
  
  .cs_pb_136 {
	padding-bottom: 136px;
  }
  
  .cs_pt_137 {
	padding-top: 137px;
  }
  
  .cs_pb_137 {
	padding-bottom: 137px;
  }
  
  .cs_pt_138 {
	padding-top: 138px;
  }
  
  .cs_pb_138 {
	padding-bottom: 138px;
  }
  
  .cs_pt_139 {
	padding-top: 139px;
  }
  
  .cs_pb_139 {
	padding-bottom: 139px;
  }
  
  .cs_pt_140 {
	padding-top: 140px;
  }
  
  .cs_pb_140 {
	padding-bottom: 140px;
  }
  
  @media screen and (max-width: 991px) {
	.cs_fs_lg_10 {
	  font-size: 10px;
	}
	.cs_fs_lg_11 {
	  font-size: 11px;
	}
	.cs_fs_lg_12 {
	  font-size: 12px;
	}
	.cs_fs_lg_13 {
	  font-size: 13px;
	}
	.cs_fs_lg_14 {
	  font-size: 14px;
	}
	.cs_fs_lg_15 {
	  font-size: 15px;
	}
	.cs_fs_lg_16 {
	  font-size: 16px;
	}
	.cs_fs_lg_17 {
	  font-size: 17px;
	}
	.cs_fs_lg_18 {
	  font-size: 18px;
	}
	.cs_fs_lg_19 {
	  font-size: 19px;
	}
	.cs_fs_lg_20 {
	  font-size: 20px;
	}
	.cs_fs_lg_21 {
	  font-size: 21px;
	}
	.cs_fs_lg_22 {
	  font-size: 22px;
	}
	.cs_fs_lg_23 {
	  font-size: 23px;
	}
	.cs_fs_lg_24 {
	  font-size: 24px;
	}
	.cs_fs_lg_25 {
	  font-size: 25px;
	}
	.cs_fs_lg_26 {
	  font-size: 26px;
	}
	.cs_fs_lg_27 {
	  font-size: 27px;
	}
	.cs_fs_lg_28 {
	  font-size: 28px;
	}
	.cs_fs_lg_29 {
	  font-size: 29px;
	}
	.cs_fs_lg_30 {
	  font-size: 30px;
	}
	.cs_fs_lg_31 {
	  font-size: 31px;
	}
	.cs_fs_lg_32 {
	  font-size: 32px;
	}
	.cs_fs_lg_33 {
	  font-size: 33px;
	}
	.cs_fs_lg_34 {
	  font-size: 34px;
	}
	.cs_fs_lg_35 {
	  font-size: 35px;
	}
	.cs_fs_lg_36 {
	  font-size: 36px;
	}
	.cs_fs_lg_37 {
	  font-size: 37px;
	}
	.cs_fs_lg_38 {
	  font-size: 38px;
	}
	.cs_fs_lg_39 {
	  font-size: 39px;
	}
	.cs_fs_lg_40 {
	  font-size: 40px;
	}
	.cs_fs_lg_41 {
	  font-size: 41px;
	}
	.cs_fs_lg_42 {
	  font-size: 42px;
	}
	.cs_fs_lg_43 {
	  font-size: 43px;
	}
	.cs_fs_lg_44 {
	  font-size: 44px;
	}
	.cs_fs_lg_45 {
	  font-size: 45px;
	}
	.cs_fs_lg_46 {
	  font-size: 46px;
	}
	.cs_fs_lg_47 {
	  font-size: 47px;
	}
	.cs_fs_lg_48 {
	  font-size: 48px;
	}
	.cs_fs_lg_49 {
	  font-size: 49px;
	}
	.cs_fs_lg_50 {
	  font-size: 50px;
	}
	.cs_fs_lg_51 {
	  font-size: 51px;
	}
	.cs_fs_lg_52 {
	  font-size: 52px;
	}
	.cs_fs_lg_53 {
	  font-size: 53px;
	}
	.cs_fs_lg_54 {
	  font-size: 54px;
	}
	.cs_fs_lg_55 {
	  font-size: 55px;
	}
	.cs_fs_lg_56 {
	  font-size: 56px;
	}
	.cs_fs_lg_57 {
	  font-size: 57px;
	}
	.cs_fs_lg_58 {
	  font-size: 58px;
	}
	.cs_fs_lg_59 {
	  font-size: 59px;
	}
	.cs_fs_lg_60 {
	  font-size: 60px;
	}
	.cs_mb_lg_0 {
	  margin-bottom: 0px;
	}
	.cs_mb_lg_1 {
	  margin-bottom: 1px;
	}
	.cs_mb_lg_2 {
	  margin-bottom: 2px;
	}
	.cs_mb_lg_3 {
	  margin-bottom: 3px;
	}
	.cs_mb_lg_4 {
	  margin-bottom: 4px;
	}
	.cs_mb_lg_5 {
	  margin-bottom: 5px;
	}
	.cs_mb_lg_6 {
	  margin-bottom: 6px;
	}
	.cs_mb_lg_7 {
	  margin-bottom: 7px;
	}
	.cs_mb_lg_8 {
	  margin-bottom: 8px;
	}
	.cs_mb_lg_9 {
	  margin-bottom: 9px;
	}
	.cs_mb_lg_10 {
	  margin-bottom: 10px;
	}
	.cs_mb_lg_11 {
	  margin-bottom: 11px;
	}
	.cs_mb_lg_12 {
	  margin-bottom: 12px;
	}
	.cs_mb_lg_13 {
	  margin-bottom: 13px;
	}
	.cs_mb_lg_14 {
	  margin-bottom: 14px;
	}
	.cs_mb_lg_15 {
	  margin-bottom: 15px;
	}
	.cs_mb_lg_16 {
	  margin-bottom: 16px;
	}
	.cs_mb_lg_17 {
	  margin-bottom: 17px;
	}
	.cs_mb_lg_18 {
	  margin-bottom: 18px;
	}
	.cs_mb_lg_19 {
	  margin-bottom: 19px;
	}
	.cs_mb_lg_20 {
	  margin-bottom: 20px;
	}
	.cs_mb_lg_21 {
	  margin-bottom: 21px;
	}
	.cs_mb_lg_22 {
	  margin-bottom: 22px;
	}
	.cs_mb_lg_23 {
	  margin-bottom: 23px;
	}
	.cs_mb_lg_24 {
	  margin-bottom: 24px;
	}
	.cs_mb_lg_25 {
	  margin-bottom: 25px;
	}
	.cs_mb_lg_26 {
	  margin-bottom: 26px;
	}
	.cs_mb_lg_27 {
	  margin-bottom: 27px;
	}
	.cs_mb_lg_28 {
	  margin-bottom: 28px;
	}
	.cs_mb_lg_29 {
	  margin-bottom: 29px;
	}
	.cs_mb_lg_30 {
	  margin-bottom: 30px;
	}
	.cs_mb_lg_31 {
	  margin-bottom: 31px;
	}
	.cs_mb_lg_32 {
	  margin-bottom: 32px;
	}
	.cs_mb_lg_33 {
	  margin-bottom: 33px;
	}
	.cs_mb_lg_34 {
	  margin-bottom: 34px;
	}
	.cs_mb_lg_35 {
	  margin-bottom: 35px;
	}
	.cs_mb_lg_36 {
	  margin-bottom: 36px;
	}
	.cs_mb_lg_37 {
	  margin-bottom: 37px;
	}
	.cs_mb_lg_38 {
	  margin-bottom: 38px;
	}
	.cs_mb_lg_39 {
	  margin-bottom: 39px;
	}
	.cs_mb_lg_40 {
	  margin-bottom: 40px;
	}
	.cs_mb_lg_41 {
	  margin-bottom: 41px;
	}
	.cs_mb_lg_42 {
	  margin-bottom: 42px;
	}
	.cs_mb_lg_43 {
	  margin-bottom: 43px;
	}
	.cs_mb_lg_44 {
	  margin-bottom: 44px;
	}
	.cs_mb_lg_45 {
	  margin-bottom: 45px;
	}
	.cs_mb_lg_46 {
	  margin-bottom: 46px;
	}
	.cs_mb_lg_47 {
	  margin-bottom: 47px;
	}
	.cs_mb_lg_48 {
	  margin-bottom: 48px;
	}
	.cs_mb_lg_49 {
	  margin-bottom: 49px;
	}
	.cs_mb_lg_50 {
	  margin-bottom: 50px;
	}
	.cs_mb_lg_51 {
	  margin-bottom: 51px;
	}
	.cs_mb_lg_52 {
	  margin-bottom: 52px;
	}
	.cs_mb_lg_53 {
	  margin-bottom: 53px;
	}
	.cs_mb_lg_54 {
	  margin-bottom: 54px;
	}
	.cs_mb_lg_55 {
	  margin-bottom: 55px;
	}
	.cs_mb_lg_56 {
	  margin-bottom: 56px;
	}
	.cs_mb_lg_57 {
	  margin-bottom: 57px;
	}
	.cs_mb_lg_58 {
	  margin-bottom: 58px;
	}
	.cs_mb_lg_59 {
	  margin-bottom: 59px;
	}
	.cs_mb_lg_60 {
	  margin-bottom: 60px;
	}
	.cs_column_gap_lg_10 {
	  -webkit-column-gap: 10px;
		 -moz-column-gap: 10px;
			  column-gap: 10px;
	}
	.cs_row_gap_lg_10 {
	  row-gap: 10px;
	}
	.cs_column_gap_lg_11 {
	  -webkit-column-gap: 11px;
		 -moz-column-gap: 11px;
			  column-gap: 11px;
	}
	.cs_row_gap_lg_11 {
	  row-gap: 11px;
	}
	.cs_column_gap_lg_12 {
	  -webkit-column-gap: 12px;
		 -moz-column-gap: 12px;
			  column-gap: 12px;
	}
	.cs_row_gap_lg_12 {
	  row-gap: 12px;
	}
	.cs_column_gap_lg_13 {
	  -webkit-column-gap: 13px;
		 -moz-column-gap: 13px;
			  column-gap: 13px;
	}
	.cs_row_gap_lg_13 {
	  row-gap: 13px;
	}
	.cs_column_gap_lg_14 {
	  -webkit-column-gap: 14px;
		 -moz-column-gap: 14px;
			  column-gap: 14px;
	}
	.cs_row_gap_lg_14 {
	  row-gap: 14px;
	}
	.cs_column_gap_lg_15 {
	  -webkit-column-gap: 15px;
		 -moz-column-gap: 15px;
			  column-gap: 15px;
	}
	.cs_row_gap_lg_15 {
	  row-gap: 15px;
	}
	.cs_column_gap_lg_16 {
	  -webkit-column-gap: 16px;
		 -moz-column-gap: 16px;
			  column-gap: 16px;
	}
	.cs_row_gap_lg_16 {
	  row-gap: 16px;
	}
	.cs_column_gap_lg_17 {
	  -webkit-column-gap: 17px;
		 -moz-column-gap: 17px;
			  column-gap: 17px;
	}
	.cs_row_gap_lg_17 {
	  row-gap: 17px;
	}
	.cs_column_gap_lg_18 {
	  -webkit-column-gap: 18px;
		 -moz-column-gap: 18px;
			  column-gap: 18px;
	}
	.cs_row_gap_lg_18 {
	  row-gap: 18px;
	}
	.cs_column_gap_lg_19 {
	  -webkit-column-gap: 19px;
		 -moz-column-gap: 19px;
			  column-gap: 19px;
	}
	.cs_row_gap_lg_19 {
	  row-gap: 19px;
	}
	.cs_column_gap_lg_20 {
	  -webkit-column-gap: 20px;
		 -moz-column-gap: 20px;
			  column-gap: 20px;
	}
	.cs_row_gap_lg_20 {
	  row-gap: 20px;
	}
	.cs_column_gap_lg_21 {
	  -webkit-column-gap: 21px;
		 -moz-column-gap: 21px;
			  column-gap: 21px;
	}
	.cs_row_gap_lg_21 {
	  row-gap: 21px;
	}
	.cs_column_gap_lg_22 {
	  -webkit-column-gap: 22px;
		 -moz-column-gap: 22px;
			  column-gap: 22px;
	}
	.cs_row_gap_lg_22 {
	  row-gap: 22px;
	}
	.cs_column_gap_lg_23 {
	  -webkit-column-gap: 23px;
		 -moz-column-gap: 23px;
			  column-gap: 23px;
	}
	.cs_row_gap_lg_23 {
	  row-gap: 23px;
	}
	.cs_column_gap_lg_24 {
	  -webkit-column-gap: 24px;
		 -moz-column-gap: 24px;
			  column-gap: 24px;
	}
	.cs_row_gap_lg_24 {
	  row-gap: 24px;
	}
	.cs_column_gap_lg_25 {
	  -webkit-column-gap: 25px;
		 -moz-column-gap: 25px;
			  column-gap: 25px;
	}
	.cs_row_gap_lg_25 {
	  row-gap: 25px;
	}
	.cs_column_gap_lg_26 {
	  -webkit-column-gap: 26px;
		 -moz-column-gap: 26px;
			  column-gap: 26px;
	}
	.cs_row_gap_lg_26 {
	  row-gap: 26px;
	}
	.cs_column_gap_lg_27 {
	  -webkit-column-gap: 27px;
		 -moz-column-gap: 27px;
			  column-gap: 27px;
	}
	.cs_row_gap_lg_27 {
	  row-gap: 27px;
	}
	.cs_column_gap_lg_28 {
	  -webkit-column-gap: 28px;
		 -moz-column-gap: 28px;
			  column-gap: 28px;
	}
	.cs_row_gap_lg_28 {
	  row-gap: 28px;
	}
	.cs_column_gap_lg_29 {
	  -webkit-column-gap: 29px;
		 -moz-column-gap: 29px;
			  column-gap: 29px;
	}
	.cs_row_gap_lg_29 {
	  row-gap: 29px;
	}
	.cs_column_gap_lg_30 {
	  -webkit-column-gap: 30px;
		 -moz-column-gap: 30px;
			  column-gap: 30px;
	}
	.cs_row_gap_lg_30 {
	  row-gap: 30px;
	}
	.cs_pt_lg_0 {
	  padding-top: 0px;
	}
	.cs_pb_lg_0 {
	  padding-bottom: 0px;
	}
	.cs_pt_lg_1 {
	  padding-top: 1px;
	}
	.cs_pb_lg_1 {
	  padding-bottom: 1px;
	}
	.cs_pt_lg_2 {
	  padding-top: 2px;
	}
	.cs_pb_lg_2 {
	  padding-bottom: 2px;
	}
	.cs_pt_lg_3 {
	  padding-top: 3px;
	}
	.cs_pb_lg_3 {
	  padding-bottom: 3px;
	}
	.cs_pt_lg_4 {
	  padding-top: 4px;
	}
	.cs_pb_lg_4 {
	  padding-bottom: 4px;
	}
	.cs_pt_lg_5 {
	  padding-top: 5px;
	}
	.cs_pb_lg_5 {
	  padding-bottom: 5px;
	}
	.cs_pt_lg_6 {
	  padding-top: 6px;
	}
	.cs_pb_lg_6 {
	  padding-bottom: 6px;
	}
	.cs_pt_lg_7 {
	  padding-top: 7px;
	}
	.cs_pb_lg_7 {
	  padding-bottom: 7px;
	}
	.cs_pt_lg_8 {
	  padding-top: 8px;
	}
	.cs_pb_lg_8 {
	  padding-bottom: 8px;
	}
	.cs_pt_lg_9 {
	  padding-top: 9px;
	}
	.cs_pb_lg_9 {
	  padding-bottom: 9px;
	}
	.cs_pt_lg_10 {
	  padding-top: 10px;
	}
	.cs_pb_lg_10 {
	  padding-bottom: 10px;
	}
	.cs_pt_lg_11 {
	  padding-top: 11px;
	}
	.cs_pb_lg_11 {
	  padding-bottom: 11px;
	}
	.cs_pt_lg_12 {
	  padding-top: 12px;
	}
	.cs_pb_lg_12 {
	  padding-bottom: 12px;
	}
	.cs_pt_lg_13 {
	  padding-top: 13px;
	}
	.cs_pb_lg_13 {
	  padding-bottom: 13px;
	}
	.cs_pt_lg_14 {
	  padding-top: 14px;
	}
	.cs_pb_lg_14 {
	  padding-bottom: 14px;
	}
	.cs_pt_lg_15 {
	  padding-top: 15px;
	}
	.cs_pb_lg_15 {
	  padding-bottom: 15px;
	}
	.cs_pt_lg_16 {
	  padding-top: 16px;
	}
	.cs_pb_lg_16 {
	  padding-bottom: 16px;
	}
	.cs_pt_lg_17 {
	  padding-top: 17px;
	}
	.cs_pb_lg_17 {
	  padding-bottom: 17px;
	}
	.cs_pt_lg_18 {
	  padding-top: 18px;
	}
	.cs_pb_lg_18 {
	  padding-bottom: 18px;
	}
	.cs_pt_lg_19 {
	  padding-top: 19px;
	}
	.cs_pb_lg_19 {
	  padding-bottom: 19px;
	}
	.cs_pt_lg_20 {
	  padding-top: 20px;
	}
	.cs_pb_lg_20 {
	  padding-bottom: 20px;
	}
	.cs_pt_lg_21 {
	  padding-top: 21px;
	}
	.cs_pb_lg_21 {
	  padding-bottom: 21px;
	}
	.cs_pt_lg_22 {
	  padding-top: 22px;
	}
	.cs_pb_lg_22 {
	  padding-bottom: 22px;
	}
	.cs_pt_lg_23 {
	  padding-top: 23px;
	}
	.cs_pb_lg_23 {
	  padding-bottom: 23px;
	}
	.cs_pt_lg_24 {
	  padding-top: 24px;
	}
	.cs_pb_lg_24 {
	  padding-bottom: 24px;
	}
	.cs_pt_lg_25 {
	  padding-top: 25px;
	}
	.cs_pb_lg_25 {
	  padding-bottom: 25px;
	}
	.cs_pt_lg_26 {
	  padding-top: 26px;
	}
	.cs_pb_lg_26 {
	  padding-bottom: 26px;
	}
	.cs_pt_lg_27 {
	  padding-top: 27px;
	}
	.cs_pb_lg_27 {
	  padding-bottom: 27px;
	}
	.cs_pt_lg_28 {
	  padding-top: 28px;
	}
	.cs_pb_lg_28 {
	  padding-bottom: 28px;
	}
	.cs_pt_lg_29 {
	  padding-top: 29px;
	}
	.cs_pb_lg_29 {
	  padding-bottom: 29px;
	}
	.cs_pt_lg_30 {
	  padding-top: 30px;
	}
	.cs_pb_lg_30 {
	  padding-bottom: 30px;
	}
	.cs_pt_lg_31 {
	  padding-top: 31px;
	}
	.cs_pb_lg_31 {
	  padding-bottom: 31px;
	}
	.cs_pt_lg_32 {
	  padding-top: 32px;
	}
	.cs_pb_lg_32 {
	  padding-bottom: 32px;
	}
	.cs_pt_lg_33 {
	  padding-top: 33px;
	}
	.cs_pb_lg_33 {
	  padding-bottom: 33px;
	}
	.cs_pt_lg_34 {
	  padding-top: 34px;
	}
	.cs_pb_lg_34 {
	  padding-bottom: 34px;
	}
	.cs_pt_lg_35 {
	  padding-top: 35px;
	}
	.cs_pb_lg_35 {
	  padding-bottom: 35px;
	}
	.cs_pt_lg_36 {
	  padding-top: 36px;
	}
	.cs_pb_lg_36 {
	  padding-bottom: 36px;
	}
	.cs_pt_lg_37 {
	  padding-top: 37px;
	}
	.cs_pb_lg_37 {
	  padding-bottom: 37px;
	}
	.cs_pt_lg_38 {
	  padding-top: 38px;
	}
	.cs_pb_lg_38 {
	  padding-bottom: 38px;
	}
	.cs_pt_lg_39 {
	  padding-top: 39px;
	}
	.cs_pb_lg_39 {
	  padding-bottom: 39px;
	}
	.cs_pt_lg_40 {
	  padding-top: 40px;
	}
	.cs_pb_lg_40 {
	  padding-bottom: 40px;
	}
	.cs_pt_lg_41 {
	  padding-top: 41px;
	}
	.cs_pb_lg_41 {
	  padding-bottom: 41px;
	}
	.cs_pt_lg_42 {
	  padding-top: 42px;
	}
	.cs_pb_lg_42 {
	  padding-bottom: 42px;
	}
	.cs_pt_lg_43 {
	  padding-top: 43px;
	}
	.cs_pb_lg_43 {
	  padding-bottom: 43px;
	}
	.cs_pt_lg_44 {
	  padding-top: 44px;
	}
	.cs_pb_lg_44 {
	  padding-bottom: 44px;
	}
	.cs_pt_lg_45 {
	  padding-top: 45px;
	}
	.cs_pb_lg_45 {
	  padding-bottom: 45px;
	}
	.cs_pt_lg_46 {
	  padding-top: 46px;
	}
	.cs_pb_lg_46 {
	  padding-bottom: 46px;
	}
	.cs_pt_lg_47 {
	  padding-top: 47px;
	}
	.cs_pb_lg_47 {
	  padding-bottom: 47px;
	}
	.cs_pt_lg_48 {
	  padding-top: 48px;
	}
	.cs_pb_lg_48 {
	  padding-bottom: 48px;
	}
	.cs_pt_lg_49 {
	  padding-top: 49px;
	}
	.cs_pb_lg_49 {
	  padding-bottom: 49px;
	}
	.cs_pt_lg_50 {
	  padding-top: 50px;
	}
	.cs_pb_lg_50 {
	  padding-bottom: 50px;
	}
	.cs_pt_lg_51 {
	  padding-top: 51px;
	}
	.cs_pb_lg_51 {
	  padding-bottom: 51px;
	}
	.cs_pt_lg_52 {
	  padding-top: 52px;
	}
	.cs_pb_lg_52 {
	  padding-bottom: 52px;
	}
	.cs_pt_lg_53 {
	  padding-top: 53px;
	}
	.cs_pb_lg_53 {
	  padding-bottom: 53px;
	}
	.cs_pt_lg_54 {
	  padding-top: 54px;
	}
	.cs_pb_lg_54 {
	  padding-bottom: 54px;
	}
	.cs_pt_lg_55 {
	  padding-top: 55px;
	}
	.cs_pb_lg_55 {
	  padding-bottom: 55px;
	}
	.cs_pt_lg_56 {
	  padding-top: 56px;
	}
	.cs_pb_lg_56 {
	  padding-bottom: 56px;
	}
	.cs_pt_lg_57 {
	  padding-top: 57px;
	}
	.cs_pb_lg_57 {
	  padding-bottom: 57px;
	}
	.cs_pt_lg_58 {
	  padding-top: 58px;
	}
	.cs_pb_lg_58 {
	  padding-bottom: 58px;
	}
	.cs_pt_lg_59 {
	  padding-top: 59px;
	}
	.cs_pb_lg_59 {
	  padding-bottom: 59px;
	}
	.cs_pt_lg_60 {
	  padding-top: 60px;
	}
	.cs_pb_lg_60 {
	  padding-bottom: 60px;
	}
	.cs_pt_lg_61 {
	  padding-top: 61px;
	}
	.cs_pb_lg_61 {
	  padding-bottom: 61px;
	}
	.cs_pt_lg_62 {
	  padding-top: 62px;
	}
	.cs_pb_lg_62 {
	  padding-bottom: 62px;
	}
	.cs_pt_lg_63 {
	  padding-top: 63px;
	}
	.cs_pb_lg_63 {
	  padding-bottom: 63px;
	}
	.cs_pt_lg_64 {
	  padding-top: 64px;
	}
	.cs_pb_lg_64 {
	  padding-bottom: 64px;
	}
	.cs_pt_lg_65 {
	  padding-top: 65px;
	}
	.cs_pb_lg_65 {
	  padding-bottom: 65px;
	}
	.cs_pt_lg_66 {
	  padding-top: 66px;
	}
	.cs_pb_lg_66 {
	  padding-bottom: 66px;
	}
	.cs_pt_lg_67 {
	  padding-top: 67px;
	}
	.cs_pb_lg_67 {
	  padding-bottom: 67px;
	}
	.cs_pt_lg_68 {
	  padding-top: 68px;
	}
	.cs_pb_lg_68 {
	  padding-bottom: 68px;
	}
	.cs_pt_lg_69 {
	  padding-top: 69px;
	}
	.cs_pb_lg_69 {
	  padding-bottom: 69px;
	}
	.cs_pt_lg_70 {
	  padding-top: 70px;
	}
	.cs_pb_lg_70 {
	  padding-bottom: 70px;
	}
	.cs_pt_lg_71 {
	  padding-top: 71px;
	}
	.cs_pb_lg_71 {
	  padding-bottom: 71px;
	}
	.cs_pt_lg_72 {
	  padding-top: 72px;
	}
	.cs_pb_lg_72 {
	  padding-bottom: 72px;
	}
	.cs_pt_lg_73 {
	  padding-top: 73px;
	}
	.cs_pb_lg_73 {
	  padding-bottom: 73px;
	}
	.cs_pt_lg_74 {
	  padding-top: 74px;
	}
	.cs_pb_lg_74 {
	  padding-bottom: 74px;
	}
	.cs_pt_lg_75 {
	  padding-top: 75px;
	}
	.cs_pb_lg_75 {
	  padding-bottom: 75px;
	}
	.cs_pt_lg_76 {
	  padding-top: 76px;
	}
	.cs_pb_lg_76 {
	  padding-bottom: 76px;
	}
	.cs_pt_lg_77 {
	  padding-top: 77px;
	}
	.cs_pb_lg_77 {
	  padding-bottom: 77px;
	}
	.cs_pt_lg_78 {
	  padding-top: 78px;
	}
	.cs_pb_lg_78 {
	  padding-bottom: 78px;
	}
	.cs_pt_lg_79 {
	  padding-top: 79px;
	}
	.cs_pb_lg_79 {
	  padding-bottom: 79px;
	}
	.cs_pt_lg_80 {
	  padding-top: 80px;
	}
	.cs_pb_lg_80 {
	  padding-bottom: 80px;
	}
	.cs_pt_lg_81 {
	  padding-top: 81px;
	}
	.cs_pb_lg_81 {
	  padding-bottom: 81px;
	}
	.cs_pt_lg_82 {
	  padding-top: 82px;
	}
	.cs_pb_lg_82 {
	  padding-bottom: 82px;
	}
	.cs_pt_lg_83 {
	  padding-top: 83px;
	}
	.cs_pb_lg_83 {
	  padding-bottom: 83px;
	}
	.cs_pt_lg_84 {
	  padding-top: 84px;
	}
	.cs_pb_lg_84 {
	  padding-bottom: 84px;
	}
	.cs_pt_lg_85 {
	  padding-top: 85px;
	}
	.cs_pb_lg_85 {
	  padding-bottom: 85px;
	}
	.cs_pt_lg_86 {
	  padding-top: 86px;
	}
	.cs_pb_lg_86 {
	  padding-bottom: 86px;
	}
	.cs_pt_lg_87 {
	  padding-top: 87px;
	}
	.cs_pb_lg_87 {
	  padding-bottom: 87px;
	}
	.cs_pt_lg_88 {
	  padding-top: 88px;
	}
	.cs_pb_lg_88 {
	  padding-bottom: 88px;
	}
	.cs_pt_lg_89 {
	  padding-top: 89px;
	}
	.cs_pb_lg_89 {
	  padding-bottom: 89px;
	}
	.cs_pt_lg_90 {
	  padding-top: 90px;
	}
	.cs_pb_lg_90 {
	  padding-bottom: 90px;
	}
	.cs_pt_lg_91 {
	  padding-top: 91px;
	}
	.cs_pb_lg_91 {
	  padding-bottom: 91px;
	}
	.cs_pt_lg_92 {
	  padding-top: 92px;
	}
	.cs_pb_lg_92 {
	  padding-bottom: 92px;
	}
	.cs_pt_lg_93 {
	  padding-top: 93px;
	}
	.cs_pb_lg_93 {
	  padding-bottom: 93px;
	}
	.cs_pt_lg_94 {
	  padding-top: 94px;
	}
	.cs_pb_lg_94 {
	  padding-bottom: 94px;
	}
	.cs_pt_lg_95 {
	  padding-top: 95px;
	}
	.cs_pb_lg_95 {
	  padding-bottom: 95px;
	}
	.cs_pt_lg_96 {
	  padding-top: 96px;
	}
	.cs_pb_lg_96 {
	  padding-bottom: 96px;
	}
	.cs_pt_lg_97 {
	  padding-top: 97px;
	}
	.cs_pb_lg_97 {
	  padding-bottom: 97px;
	}
	.cs_pt_lg_98 {
	  padding-top: 98px;
	}
	.cs_pb_lg_98 {
	  padding-bottom: 98px;
	}
	.cs_pt_lg_99 {
	  padding-top: 99px;
	}
	.cs_pb_lg_99 {
	  padding-bottom: 99px;
	}
	.cs_pt_lg_100 {
	  padding-top: 100px;
	}
	.cs_pb_lg_100 {
	  padding-bottom: 100px;
	}
	.cs_pt_lg_101 {
	  padding-top: 101px;
	}
	.cs_pb_lg_101 {
	  padding-bottom: 101px;
	}
	.cs_pt_lg_102 {
	  padding-top: 102px;
	}
	.cs_pb_lg_102 {
	  padding-bottom: 102px;
	}
	.cs_pt_lg_103 {
	  padding-top: 103px;
	}
	.cs_pb_lg_103 {
	  padding-bottom: 103px;
	}
	.cs_pt_lg_104 {
	  padding-top: 104px;
	}
	.cs_pb_lg_104 {
	  padding-bottom: 104px;
	}
	.cs_pt_lg_105 {
	  padding-top: 105px;
	}
	.cs_pb_lg_105 {
	  padding-bottom: 105px;
	}
	.cs_pt_lg_106 {
	  padding-top: 106px;
	}
	.cs_pb_lg_106 {
	  padding-bottom: 106px;
	}
	.cs_pt_lg_107 {
	  padding-top: 107px;
	}
	.cs_pb_lg_107 {
	  padding-bottom: 107px;
	}
	.cs_pt_lg_108 {
	  padding-top: 108px;
	}
	.cs_pb_lg_108 {
	  padding-bottom: 108px;
	}
	.cs_pt_lg_109 {
	  padding-top: 109px;
	}
	.cs_pb_lg_109 {
	  padding-bottom: 109px;
	}
	.cs_pt_lg_110 {
	  padding-top: 110px;
	}
	.cs_pb_lg_110 {
	  padding-bottom: 110px;
	}
	.cs_pt_lg_111 {
	  padding-top: 111px;
	}
	.cs_pb_lg_111 {
	  padding-bottom: 111px;
	}
	.cs_pt_lg_112 {
	  padding-top: 112px;
	}
	.cs_pb_lg_112 {
	  padding-bottom: 112px;
	}
	.cs_pt_lg_113 {
	  padding-top: 113px;
	}
	.cs_pb_lg_113 {
	  padding-bottom: 113px;
	}
	.cs_pt_lg_114 {
	  padding-top: 114px;
	}
	.cs_pb_lg_114 {
	  padding-bottom: 114px;
	}
	.cs_pt_lg_115 {
	  padding-top: 115px;
	}
	.cs_pb_lg_115 {
	  padding-bottom: 115px;
	}
	.cs_pt_lg_116 {
	  padding-top: 116px;
	}
	.cs_pb_lg_116 {
	  padding-bottom: 116px;
	}
	.cs_pt_lg_117 {
	  padding-top: 117px;
	}
	.cs_pb_lg_117 {
	  padding-bottom: 117px;
	}
	.cs_pt_lg_118 {
	  padding-top: 118px;
	}
	.cs_pb_lg_118 {
	  padding-bottom: 118px;
	}
	.cs_pt_lg_119 {
	  padding-top: 119px;
	}
	.cs_pb_lg_119 {
	  padding-bottom: 119px;
	}
	.cs_pt_lg_120 {
	  padding-top: 120px;
	}
	.cs_pb_lg_120 {
	  padding-bottom: 120px;
	}
	.cs_pt_lg_121 {
	  padding-top: 121px;
	}
	.cs_pb_lg_121 {
	  padding-bottom: 121px;
	}
	.cs_pt_lg_122 {
	  padding-top: 122px;
	}
	.cs_pb_lg_122 {
	  padding-bottom: 122px;
	}
	.cs_pt_lg_123 {
	  padding-top: 123px;
	}
	.cs_pb_lg_123 {
	  padding-bottom: 123px;
	}
	.cs_pt_lg_124 {
	  padding-top: 124px;
	}
	.cs_pb_lg_124 {
	  padding-bottom: 124px;
	}
	.cs_pt_lg_125 {
	  padding-top: 125px;
	}
	.cs_pb_lg_125 {
	  padding-bottom: 125px;
	}
	.cs_pt_lg_126 {
	  padding-top: 126px;
	}
	.cs_pb_lg_126 {
	  padding-bottom: 126px;
	}
	.cs_pt_lg_127 {
	  padding-top: 127px;
	}
	.cs_pb_lg_127 {
	  padding-bottom: 127px;
	}
	.cs_pt_lg_128 {
	  padding-top: 128px;
	}
	.cs_pb_lg_128 {
	  padding-bottom: 128px;
	}
	.cs_pt_lg_129 {
	  padding-top: 129px;
	}
	.cs_pb_lg_129 {
	  padding-bottom: 129px;
	}
	.cs_pt_lg_130 {
	  padding-top: 130px;
	}
	.cs_pb_lg_130 {
	  padding-bottom: 130px;
	}
	.cs_pt_lg_131 {
	  padding-top: 131px;
	}
	.cs_pb_lg_131 {
	  padding-bottom: 131px;
	}
	.cs_pt_lg_132 {
	  padding-top: 132px;
	}
	.cs_pb_lg_132 {
	  padding-bottom: 132px;
	}
	.cs_pt_lg_133 {
	  padding-top: 133px;
	}
	.cs_pb_lg_133 {
	  padding-bottom: 133px;
	}
	.cs_pt_lg_134 {
	  padding-top: 134px;
	}
	.cs_pb_lg_134 {
	  padding-bottom: 134px;
	}
	.cs_pt_lg_135 {
	  padding-top: 135px;
	}
	.cs_pb_lg_135 {
	  padding-bottom: 135px;
	}
	.cs_pt_lg_136 {
	  padding-top: 136px;
	}
	.cs_pb_lg_136 {
	  padding-bottom: 136px;
	}
	.cs_pt_lg_137 {
	  padding-top: 137px;
	}
	.cs_pb_lg_137 {
	  padding-bottom: 137px;
	}
	.cs_pt_lg_138 {
	  padding-top: 138px;
	}
	.cs_pb_lg_138 {
	  padding-bottom: 138px;
	}
	.cs_pt_lg_139 {
	  padding-top: 139px;
	}
	.cs_pb_lg_139 {
	  padding-bottom: 139px;
	}
	.cs_pt_lg_140 {
	  padding-top: 140px;
	}
	.cs_pb_lg_140 {
	  padding-bottom: 140px;
	}
  }
  /* Start Padding */
  .cs_pl_0 {
	padding-left: 0px;
  }
  
  .cs_pl_5 {
	padding-left: 5px;
  }
  
  .cs_pl_10 {
	padding-left: 10px;
  }
  
  .cs_pl_12 {
	padding-left: 12px;
  }
  
  .cs_pl_15 {
	padding-left: 15px;
  }
  
  .cs_pl_20 {
	padding-left: 20px;
  }
  
  .cs_pl_22 {
	padding-left: 22px;
  }
  
  .cs_pl_25 {
	padding-left: 25px;
  }
  
  .cs_pl_30 {
	padding-left: 30px;
  }
  
  .cs_pl_33 {
	padding-left: 33px;
  }
  
  .cs_pl_35 {
	padding-left: 35px;
  }
  
  .cs_pl_40 {
	padding-left: 40px;
  }
  
  .cs_pl_50 {
	padding-left: 50px;
  }
  
  .cs_pl_60 {
	padding-left: 60px;
  }
  
  .cs_pl_65 {
	padding-left: 65px;
  }
  
  .cs_pl_70 {
	padding-left: 70px;
  }
  
  .cs_pl_80 {
	padding-left: 80px;
  }
  
  .cs_pr_0 {
	padding-right: 0px;
  }
  
  .cs_pr_5 {
	padding-right: 5px;
  }
  
  .cs_pr_10 {
	padding-right: 10px;
  }
  
  .cs_pr_12 {
	padding-right: 12px;
  }
  
  .cs_pr_15 {
	padding-right: 15px;
  }
  
  .cs_pr_20 {
	padding-right: 20px;
  }
  
  .cs_pr_22 {
	padding-right: 22px;
  }
  
  .cs_pr_25 {
	padding-right: 25px;
  }
  
  .cs_pr_30 {
	padding-right: 30px;
  }
  
  .cs_pr_33 {
	padding-right: 33px;
  }
  
  .cs_pr_35 {
	padding-right: 35px;
  }
  
  .cs_pr_40 {
	padding-right: 40px;
  }
  
  .cs_pr_50 {
	padding-right: 50px;
  }
  
  .cs_pr_60 {
	padding-right: 60px;
  }
  
  .cs_pr_65 {
	padding-right: 65px;
  }
  
  .cs_pr_70 {
	padding-right: 70px;
  }
  
  .cs_pr_80 {
	padding-right: 80px;
  }
  
  /* End Padding */
  /* Start Margin */
  .cs_ml_10 {
	margin-left: 10px !important;
  }
  
  .cs_ml_15 {
	margin-left: 15px !important;
  }
  
  .cs_ml_17 {
	margin-left: 17px !important;
  }
  
  .cs_ml_20 {
	margin-left: 20px !important;
  }
  
  .cs_mr_10 {
	margin-right: 10px !important;
  }
  
  .cs_mr_15 {
	margin-right: 15px !important;
  }
  
  .cs_mr_20 {
	margin-right: 20px !important;
  }
  
  .cs_mr_25 {
	margin-right: 25px !important;
  }
  
  .cs_mr_30 {
	margin-right: 30px !important;
  }
  
  .cs_mr_50 {
	margin-right: 50px !important;
  }
  
  .cs_mt_5 {
	margin-top: 5px !important;
  }
  
  .cs_mt_10 {
	margin-top: 10px !important;
  }
  
  .cs_mt_15 {
	margin-top: 15px !important;
  }
  
  .cs_mt_16 {
	margin-top: 16px !important;
  }
  
  .cs_mt_20 {
	margin-top: 20px !important;
  }
  
  .cs_mt_30 {
	margin-top: 30px !important;
  }
  
  .cs_mt_40 {
	margin-top: 40px !important;
  }
  
  .cs_mt_45 {
	margin-top: 45px !important;
  }
  
  .cs_mt_50 {
	margin-top: 50px !important;
  }
  
  .cs_mt_55 {
	margin-top: 55px !important;
  }
  
  .cs_mt_60 {
	margin-top: 60px !important;
  }
  
  .cs_mt_80 {
	margin-top: 80px !important;
  }
  
  /* End Margin */
  /* Start Height */
  .cs_height_10 {
	height: 10px !important;
  }
  
  .cs_height_20 {
	height: 20px !important;
  }
  
  .cs_height_30 {
	height: 30px !important;
  }
  
  .cs_height_35 {
	height: 35px !important;
  }
  
  .cs_height_40 {
	height: 40px !important;
  }
  
  .cs_height_45 {
	height: 45px !important;
  }
  
  .cs_height_70 {
	height: 70px !important;
  }
  
  .cs_height_75 {
	height: 75px !important
  }
  
  .cs_height_80 {
	height: 80px !important;
  }
  
  .cs_height_90 {
	height: 90px !important;
  }
  
  .cs_height_100 {
	height: 100px !important;
  }
  
  .cs_height_135 {
	height: 135px !important;
  }
  
  .cs_height_150 {
	height: 150px !important;
  }
  
  /* End Height */
  /* Start Width */
  .cs_width_10 {
	width: 10px !important;
  }
  
  .cs_width_20 {
	width: 20px !important;
  }
  
  .cs_width_30 {
	width: 30px !important;
  }
  
  .cs_width_35 {
	width: 35px !important;
  }
  
  .cs_width_40 {
	width: 40px !important;
  }
  
  .cs_width_45 {
	width: 45px !important;
  }
  
  .cs_width_70 {
	width: 70px !important;
  }
  
  .cs_width_75 {
	width: 75px !important;
  }
  
  .cs_width_80 {
	width: 80px !important;
  }
  
  .cs_width_90 {
	width: 90px !important;
  }
  
  .cs_width_100 {
	width: 100px !important;
  }
  
  .cs_width_135 {
	width: 135px !important;
  }
  
  .cs_width_150 {
	width: 150px !important;
  }
  
  /* End Width */
  /* Start Radius */
  .cs_rounded_5 {
	border-radius: 5px !important;
  }
  
  .cs_rounded_8 {
	border-radius: 8px !important;
  }
  
  .cs_rounded_10 {
	border-radius: 10px !important;
  }
  
  .cs_rounded_12 {
	border-radius: 12px !important;
  }
  
  .cs_rounded_15 {
	border-radius: 15px !important;
  }
  
  .cs_rounded_20 {
	border-radius: 20px !important;
  }
  
  .cs_rounded_25 {
	border-radius: 25px !important;
  }
  
  .cs_rounded_30 {
	border-radius: 30px !important;
  }
  
  .cs_rounded_40 {
	border-radius: 40px !important;
  }
  
  .cs_rounded_50 {
	border-radius: 50px !important;
  }
  
  /* End Radius */
  @media screen and (max-width: 991px) {
	/* Start Padding */
	.cs_pl_lg_0 {
	  padding-left: 0px;
	}
	.cs_pl_lg_5 {
	  padding-left: 5px;
	}
	.cs_pl_lg_10 {
	  padding-left: 10px;
	}
	.cs_pl_lg_12 {
	  padding-left: 12px;
	}
	.cs_pl_lg_15 {
	  padding-left: 15px;
	}
	.cs_pl_lg_20 {
	  padding-left: 20px;
	}
	.cs_pl_lg_22 {
	  padding-left: 22px;
	}
	.cs_pl_lg_25 {
	  padding-left: 25px;
	}
	.cs_pl_lg_30 {
	  padding-left: 30px;
	}
	.cs_pl_lg_33 {
	  padding-left: 33px;
	}
	.cs_pl_lg_35 {
	  padding-left: 35px;
	}
	.cs_pl_lg_40 {
	  padding-left: 40px;
	}
	.cs_pl_lg_50 {
	  padding-left: 50px;
	}
	.cs_pl_lg_60 {
	  padding-left: 60px;
	}
	.cs_pl_lg_65 {
	  padding-left: 65px;
	}
	.cs_pl_lg_70 {
	  padding-left: 70px;
	}
	.cs_pl_lg_80 {
	  padding-left: 80px;
	}
	.cs_pr_lg_0 {
	  padding-right: 0px;
	}
	.cs_pr_lg_5 {
	  padding-right: 5px;
	}
	.cs_pr_lg_10 {
	  padding-right: 10px;
	}
	.cs_pr_lg_12 {
	  padding-right: 12px;
	}
	.cs_pr_lg_15 {
	  padding-right: 15px;
	}
	.cs_pr_lg_20 {
	  padding-right: 20px;
	}
	.cs_pr_lg_22 {
	  padding-right: 22px;
	}
	.cs_pr_lg_25 {
	  padding-right: 25px;
	}
	.cs_pr_lg_30 {
	  padding-right: 30px;
	}
	.cs_pr_lg_33 {
	  padding-right: 33px;
	}
	.cs_pr_lg_35 {
	  padding-right: 35px;
	}
	.cs_pr_lg_40 {
	  padding-right: 40px;
	}
	.cs_pr_lg_50 {
	  padding-right: 50px;
	}
	.cs_pr_lg_60 {
	  padding-right: 60px;
	}
	.cs_pr_lg_65 {
	  padding-right: 65px;
	}
	.cs_pr_lg_70 {
	  padding-right: 70px;
	}
	.cs_pr_lg_80 {
	  padding-right: 80px;
	}
	/* End Padding */
	/* Start Margin */
	.cs_ml_lg_10 {
	  margin-left: 10px;
	}
	.cs_ml_lg_15 {
	  margin-left: 15px;
	}
	.cs_ml_lg_17 {
	  margin-left: 17px;
	}
	.cs_ml_lg_20 {
	  margin-left: 20px;
	}
	.cs_mr_lg_10 {
	  margin-right: 10px;
	}
	.cs_mr_lg_15 {
	  margin-right: 15px;
	}
	.cs_mr_lg_20 {
	  margin-right: 20px;
	}
	.cs_mr_lg_25 {
	  margin-right: 25px;
	}
	.cs_mr_lg_30 {
	  margin-right: 30px;
	}
	.cs_mr_lg_50 {
	  margin-right: 50px;
	}
	.cs_mt_lg_5 {
	  margin-top: 5px;
	}
	.cs_mt_lg_10 {
	  margin-top: 10px;
	}
	.cs_mt_lg_15 {
	  margin-top: 15px;
	}
	.cs_mt_lg_16 {
	  margin-top: 16px;
	}
	.cs_mt_lg_20 {
	  margin-top: 20px;
	}
	.cs_mt_lg_30 {
	  margin-top: 30px;
	}
	.cs_mt_lg_40 {
	  margin-top: 40px;
	}
	.cs_mt_lg_45 {
	  margin-top: 45px;
	}
	.cs_mt_lg_50 {
	  margin-top: 50px;
	}
	.cs_mt_lg_55 {
	  margin-top: 55px;
	}
	.cs_mt_lg_60 {
	  margin-top: 60px;
	}
	.cs_mt_lg_80 {
	  margin-top: 80px;
	}
	/* End Margin */
	/* Start Height */
	.cs_height_lg_10 {
	  height: 10px;
	}
	.cs_height_lg_20 {
	  height: 20px;
	}
	.cs_height_lg_30 {
	  height: 30px;
	}
	.cs_height_lg_35 {
	  height: 35px;
	}
	.cs_height_lg_40 {
	  height: 40px;
	}
	.cs_height_lg_45 {
	  height: 45px;
	}
	.cs_height_lg_70 {
	  height: 70px;
	}
	.cs_height_lg_75 {
	  height: 75px;
	}
	.cs_height_lg_80 {
	  height: 80px;
	}
	.cs_height_lg_90 {
	  height: 90px;
	}
	.cs_height_lg_100 {
	  height: 100px;
	}
	.cs_height_lg_135 {
	  height: 135px;
	}
	.cs_height_lg_150 {
	  height: 150px;
	}
	/* End Height */
	/* Start Width */
	.cs_width_lg_10 {
	  width: 10px;
	}
	.cs_width_lg_20 {
	  width: 20px;
	}
	.cs_width_lg_30 {
	  width: 30px;
	}
	.cs_width_lg_35 {
	  width: 35px;
	}
	.cs_width_lg_40 {
	  width: 40px;
	}
	.cs_width_lg_45 {
	  width: 45px;
	}
	.cs_width_lg_70 {
	  width: 70px;
	}
	.cs_width_lg_75 {
	  width: 75px;
	}
	.cs_width_lg_80 {
	  width: 80px;
	}
	.cs_width_lg_90 {
	  width: 90px;
	}
	.cs_width_lg_100 {
	  width: 100px;
	}
	.cs_width_lg_135 {
	  width: 135px;
	}
	.cs_width_lg_150 {
	  width: 150px;
	}
	/* End Width */
  }
  .resize-none {
	resize: none;
  }
  
  .container-fluid {
	padding-left: 50px;
	padding-right: 50px;
  }
  @media (max-width: 1400px) {
	.container-fluid {
	  padding-left: 15px;
	  padding-right: 15px;
	}
  }
  
  .fw-medium {
	font-weight: 500;
  }
  
  hr {
	margin: 0;
	padding: 0;
	border: none;
	border-top: 1px solid #f2f1ff;
  }
  
  .background-filled {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
  }
  
  .background-top-filled {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top center;
  }
  
  .vertical-middle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
	min-height: 100%;
  }
  
  .vertical-middle-in {
	-webkit-box-flex: 0;
		-ms-flex: none;
			flex: none;
	width: 100%;
  }
  
  .text-primary {
	color: #191919 !important;
  }
  
  .bg-primary {
	background-color: #191919 !important;
  }
  
  .text-secondary {
	color: #666 !important;
  }
  
  .bg-secondary {
	background-color: #666 !important;
  }
  
  .bg-input-dark {
	color: #fff !important;
	background-color: #252525 !important;
  }
  
  .text-ternary {
	color: #f3f3f3 !important;
  }
  
  .text-accent {
	color: #52B8AA !important;
  }
  
  .bg-white {
	background-color: #fff !important;
  }
  
  .bg-gray {
	background-color: #f2f3f7 !important;
  }
  
  .bg-accent,
  .bg-accent-hover:hover {
	background-color: #52B8AA !important;
  }
  
  .shadow {
	-webkit-box-shadow: 0px 4px 60px rgba(139, 139, 139, 0.15) !important;
			box-shadow: 0px 4px 60px rgba(139, 139, 139, 0.15) !important;
  }
  
  .shadow-sm {
	-webkit-box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.05) !important;
			box-shadow: 0px 4px 40px rgba(0, 0, 0, 0.05) !important;
  }
  
  .shadow-lg {
	-webkit-box-shadow: 0px 4px 60px rgba(188, 188, 188, 0.25) !important;
			box-shadow: 0px 4px 60px rgba(188, 188, 188, 0.25) !important;
  }
  
  .filter {
	-webkit-filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.1)) !important;
			filter: drop-shadow(4px 4px 10px rgba(0, 0, 0, 0.1)) !important;
  }
  
  .filter-lg {
	-webkit-filter: drop-shadow(0px 4px 60px rgba(134, 134, 134, 0.25)) !important;
			filter: drop-shadow(0px 4px 60px rgba(134, 134, 134, 0.25)) !important;
  }
  
  .flex-none {
	-webkit-box-flex: 0 !important;
		-ms-flex: none !important;
			flex: none !important;
  }
  
  .cs_lh_base {
	line-height: 1.5em;
  }
  
  .cs_lh_lg {
	line-height: 1.8em;
  }/*# sourceMappingURL=default.css.map */


  
.cs_post_meta .url {
	font-size: 12px;
	font-weight: 400;
	color: var(--it-text-body);
}

.progress-wrap {
	position: fixed;
	right: 50px;
	bottom: 50px;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	border-radius: 50px;
	box-shadow: inset 0 0 0 2px #FEC63F82;
	z-index: 99;
	opacity: 0;
	visibility: hidden;
	transform: translateY(15px);
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}
  
  .progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
  
.progress-wrap::after {
	position: absolute;
	content: '\f176';
	font-family: "Font Awesome 5 Free";
	text-align: center;
	line-height: 46px;
	font-size: 20px;
	color: #FEC63F;
	left: 0;
	top: 0;
	height: 46px;
	width: 46px;
	cursor: pointer;
	display: block;
	z-index: 1;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f30c";
}

.progress-wrap svg path { 
	fill: none; 
}
.progress-wrap svg.progress-circle path {
	stroke: #FEC63F;
	stroke-width: 4;
	box-sizing: border-box;
	-webkit-transition: all 200ms linear;
	transition: all 200ms linear;
}


@media (max-width: 1399.98px) {
	.custom-class {
	  display: block;
	}
	.header .main-menu li {
	  padding: 0px 10px;
	}
	.banner-hero.hero-1 .banner-inner {
	  background-position: right 20px center;
	  background-size: auto 35%;
	}
	.display-1 {
	  font-size: 64px;
	  line-height: 78px;
	}
	.carouselTicker.carouselTicker_vertical .carouselTicker__item, .carouselTicker2.carouselTicker_vertical .carouselTicker__item {
	  height: 257px;
	}
	#slide-top, #slide-bottom {
	  height: 448px;
	}
	.right-app {
	  width: 50%;
	}
	.left-app {
	  width: 50%;
	}
	.info-app {
	  padding: 30px 20px 30px 20px;
	}
	.display-2 {
	  font-size: 52px !important;
	  line-height: 65px !important;
	}
	.text-background {
	  line-height: 35px;
	}
	.box-grow .text-linear-3 {
	  font-size: 35px;
	  line-height: 45px;
	  display: inline-block;
	}
	.banner-hero.hero-2 .banner-inner .bg-banner {
	  max-width: 600px;
	  right: 20px;
	}
	.card-team {
	  padding: 28px;
	}
	.box-grid-plan {
	  flex-wrap: wrap;
	}
	.box-grid-plan .grid-plan-left {
	  margin-bottom: 30px;
	  width: 100%;
	}
	.box-grid-plan .grid-plan-right {
	  width: 100%;
	}
	.box-choose-plan-inner {
	  padding: 41px 20px 0px 20px;
	}
	.box-newsletter {
	  padding-left: 20px;
	  padding-right: 20px;
	}
	.box-newsletter .newsletter-left {
	  padding-right: 20px;
	}
	.hero-5 .banner-inner-top {
	  padding-top: 180px;
	  padding-bottom: 10px;
	}
	.blog-head .icon-1 {
	  left: 0%;
	}
	.blog-head .icon-2 {
	  right: 10%;
	}
	.blog-head .icon-3 {
	  right: 5%;
	}
  }
  
  @media (max-width: 1199.98px) {
	.burger-icon {
	  display: block !important;
	}
	.custom-class {
	  display: block !important;
	}
	.header .main-header .header-right {
	  min-width: 320px !important;
	}
	.header-right {
	  padding-right: 50px;
	}
	.box-sliders-award-bottom {
	  padding: 0px 15px;
	}
	.list-slider-award {
	  margin: 0px -5px;
	}
	.list-slider-award .slider-award-1, .list-slider-award .slider-award-2, .list-slider-award .slider-award-3 {
	  padding: 0px 5px;
	}
	.carouselTicker3.carouselTicker_vertical .carouselTicker__item, .carouselTicker4.carouselTicker_vertical .carouselTicker__item, .carouselTicker5.carouselTicker_vertical .carouselTicker__item {
	  height: 94px;
	  margin-bottom: 10px;
	}
	.item-logo-2 {
	  padding: 25px 25px;
	  margin-bottom: 0px;
	}
	h1, .heading-1 {
	  font-size: 36px;
	  line-height: 47px;
	}
	.box-number-award {
	  margin-bottom: 20px;
	}
	.box-sliders-award-bottom {
	  height: 490px;
	}
	.box-sliders-award {
	  height: 500px;
	}
	.banner-hero.hero-2 .banner-inner .bg-banner {
	  display: none;
	}
	.card-pricing {
	  padding: 40px 20px;
	}
	.accordion-flush .accordion-button::after {
	  right: 20px;
	}
	.accordion-flush .accordion-button {
	  padding: 27px 59px 27px 39px;
	}
	.footer.footer-style-2 .footer-1, .footer.footer-style-2 .footer-2, .footer.footer-style-2 .footer-3, .footer.footer-style-2 .footer-4, .footer.footer-style-2 .footer-5 {
	  width: 50%;
	  margin-bottom: 40px;
	}
	.item-preparing .item-preparing-right {
	  padding: 25px 15px 25px 20px;
	}
	.box-faqs-list .item-faqs {
	  width: 50%;
	}
	.hero-5 .banner-image-main {
	  display: none;
	}
	.hero-5 .box-banner-left {
	  max-width: 100%;
	  width: 100%;
	}
	.block-more-question {
	  padding: 57px 106px 0px 106px;
	}
	.block-more-question .question-left {
	  padding-bottom: 30px;
	}
	.box-list-jobs {
	  padding: 30px;
	}
	.header .main-header {
	  padding: 10px 0px !important;
	}
	.box-list-news-2 {
	  padding-right: 0px;
	}
	.card-news-style-2.card-news-style-3 .card-title a {
	  font-size: 38px;
	  line-height: 48px;
	}
	.card-number-feature {
	  padding: 15px 32px 15px 23px;
	}
	.card-number-feature.card-number-top {
	  right: 7%;
	}
	.card-number-feature.card-number-bottom {
	  left: 0px;
	}
  }
  @media (max-width: 991.98px) {
	.footer-1, .footer-2, .footer-3, .footer-4, .footer-5 {
	  width: 50%;
	  margin-bottom: 40px;
	}
	.box-why-choose-us .box-info-casestudy {
	  padding-right: 0px;
	}
	.box-why-choose-us .box-info-casestudy::before {
	  display: none;
	}
	.box-info-section5 {
	  padding-left: 0px;
	}
	.banner-hero.hero-1 .banner-inner span.bg-circle {
	  display: none;
	}
	.card-design {
	  min-height: auto;
	}
	.block-app {
	  flex-wrap: wrap;
	  overflow: hidden;
	}
	.left-app, .right-app {
	  width: 100%;
	}
	.box-main-img-feature {
	  margin-bottom: 80px;
	}
	.carouselTickerLogos.carouselTicker_vertical .carouselTicker__item {
	  width: 170px;
	}
	.box-2-col-faqs .faqs-col {
	  width: 100%;
	}
	.top-bar {
	  margin-bottom: 15px;
	}
	.hero-3 .banner-inner {
	  padding-top: 50px;
	}
	.block-our-features-3 {
	  padding: 20px 20px 0px 20px;
	}
	.lists-our-features {
	  margin-top: 0px !important;
	}
	.lists-our-features .item-our-feature.feature-big, .lists-our-features .item-our-feature.feature-mid, .lists-our-features .item-our-feature.feature-sm {
	  width: 50%;
	}
	.item-preparing {
	  flex-wrap: wrap;
	}
	.item-preparing .item-preparing-right, .item-preparing .item-preparing-left {
	  width: 100%;
	}
	.box-head-plan {
	  flex-wrap: wrap;
	}
	.box-newsletter {
	  flex-wrap: wrap;
	}
	.box-newsletter .newsletter-left {
	  width: 100%;
	  margin-bottom: 30px;
	  padding-right: 0px;
	}
	.newsletter-right {
	  max-width: 100%;
	}
	.box-faqs-list {
	  padding: 70px 15px 17px 15px;
	}
	.card-faq .item-info {
	  padding-right: 0px;
	}
	.box-faqs-list .item-faqs {
	  padding: 0px 10px;
	}
	.box-image-client {
	  margin-bottom: 100px;
	}
	.box-padding-left-50 {
	  padding-left: 0px;
	}
	.padding-right-auto {
	  padding-left: 20px;
	  padding-top: 30px;
	}
	.padding-left-auto {
	  padding-right: 20px;
	  padding-bottom: 30px;
	}
	.hero-6 .box-banner-left {
	  width: 100%;
	}
	.hero-6 .box-banner-right {
	  width: 100%;
	}
	.hero-6 .banner-inner {
	  flex-wrap: wrap;
	}
	.block-more-question {
	  padding: 37px 20px 30px 20px;
	}
	.blog-head .icon-1 {
	  left: -4%;
	}
	.blog-head .icon-2 {
	  right: 0%;
	}
	.blog-head .icon-3 {
	  right: -4%;
	}
	.item-list-feature {
	  padding: 25px;
	}
	.item-list-feature .feature-left {
	  max-width: 195px;
	  padding-right: 15px;
	}
	.item-list-feature .feature-right {
	  padding-left: 0px;
	}
	.content-blog-2 .col-lg-9, .content-blog-2 .col-lg-3 {
	  flex: 0 0 auto;
	  width: 100%;
	}
	.contact-head .icon-1 {
	  bottom: 50px;
	  left: 0%;
	  height: 58px;
	  width: 82px;
	  background-size: contain;
	}
	.contact-head .icon-2 {
	  right: 5%;
	  height: 59px;
	  width: 62px;
	  background-size: contain;
	}
	.card-feature-2 .card-info {
	  width: 100%;
	}
	.box-content-register {
	  background-size: auto;
	}
	.box-image-banner-login {
	  background-color: #F4F6F9;
	  padding: 60px 30px 30px 30px;
	}
	.box-content-login::before {
	  width: 100%;
	}
	.box-content-login {
	  padding-bottom: 50px;
	}
	.box-content-comming-soon .container-fluid {
	  padding: 0px 15px;
	}
	.box-comming-soon-banner {
	  padding-right: 0px;
	}
	.image-feature-2 .card-number-top {
	  right: 2% !important;
	}
	.image-feature-2 .card-number-bottom {
	  left: 2% !important;
	}
	.homepage3-bg {
	  background-position: top 3% center;
	}
  }
  @media (min-width: 1400px) {
	.container.wide {
	  max-width: 1544px;
	}
  }
  /*OTHER SCREEN*/
  @media screen and (min-width: 1200px) and (max-width: 1440px) {
	.header-right {
	  display: none;
	}
  }/*# sourceMappingURL=style.css.map */
  
  .cs_post_meta {
	display: flex;
	gap: 10px;
  }
  .cs_post_meta li {
	display: flex;
	align-items: center;
	gap: 5px;
  }
  
  
  .bg-shapes {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
  }
  .bg-shapes img {
	  border-radius: 32px !important;
  }
  .card-features-5:hover .bg-shapes {
	opacity: 1;
	visibility: visible;
  }
  .box-numbers .item-number h3 {
	  color: #fff;
  }
  
  .card-pricing-popular .card-title h6, .card-pricing-popular strong {
	  color: #fff;
  }
  .card-testimonial-3 p {
	  color: #fff;
  }
  .card-rate {
	  color: #FFC107;
  }
  
  
  .slick-dots {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	gap: 10px;
	justify-content: center;
  }
  .slick-dots li button {
	background: #191919;
	font-size: 0;
	width: 10px;
	height: 10px;
  }
  .slick-dots li.slick-active button,.slick-dots li:hover button {
	background: #C5FF41;
  }
  
  
  .slick-slider {
	  margin-left: -30px !important;
  }
  .slick-list {
	padding:0 !important;
  }
  .slick-slider .slick-slide {
	margin-left: 30px !important;
  }
  .mobile-menu-wrap.mobile-header-border nav {
	  display: block !important;
  }
  
  @media (max-width: 767px) {
	.nivia-section-title br {
	  display: none;
	}
	.btn.btn-search.hover-up {
	  color: #fff;
	  padding: 0;
	  margin-right: 15px;
	}
	.header-right .form-search {
	  top: 32px;
	  right: 0;
	}
	}
  
  .section-desc p{
	color:inherit;
  }
  .elementor-widget-text-editor p {
	  margin: 0;
	  display: ;
  }
  
  .box-faqs-list.box-faqs-list--v2 {
	background: transparent;
	padding: 0;
	border: none;
	gap: 4%;
	margin: 0;
}
  .box-faqs-list.box-faqs-list--v2 .card-faq h6 {
	color: #191919;
	margin-bottom: 15px;
  
  }
  .box-faqs-list.box-faqs-list--v2 .item-info p {
	color: #898A8A;
  }
  .box-faqs-list.box-faqs-list--v2 svg {
	fill: #191919;
  }
  
  .box-faqs-list.box-faqs-list--v2 .item-faqs {
	  width: 48%;
	  padding: 0;
	  margin-top: 30px;
  }
  .box-faqs-list.box-faqs-list--v2 .item-faqs .item-info {
	padding: 0;
  }
  .box-faqs-list.box-faqs-list--v2 .item-faqs .item-info p {
	margin: 0;
  }
  .box-faqs-list.box-faqs-list--v2 .card-faq {
	margin: 0;
  }
  .mg-top-30 {
	  margin-top: 30px !important;
  }
  @media (max-width: 767px) {
  .box-faqs-list.box-faqs-list--v2 .item-faqs {
	  width: 100%;
  }
  .banner-hero.hero-4 h1 {
	  font-size: 32px !important;
	  line-height: 40px !important;
  }
  }
  
  
  .list-style-check li {
  }
  .list-style-check ul {
	display: flex;
	flex-wrap: wrap;
  }
  .list-style-check ul li {
	min-width: 30%;
	background-image: url('../img/check.svg');
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 35px;
	margin-top: 12px;
	color: #191919;
}
  .list-style-check ul {
	gap: 4%;
  }
  .border-none{
	border:none !important;
  }
  .box-button-preparing li button{
	border-color:transparent !important;
  }
  @media (max-width: 1399.98px) {
	.display-1 {
	  font-size: 64px !important;
	  line-height: 78px !important;
	}
	.heading-custom-two .text-linear-3 {
	  font-size: 35px;
	  line-height: 45px;
	  display: inline-block;
	}
  }
  
  
  @media (max-width: 767.98px) {
	.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top {
	  padding: 15px 30px 13px 30px;
	  border-bottom: 1px solid #ececec;
	}
	.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-top .mobile-header-logo a img {
	  width: 140px;
	}
	.mobile-header-wrapper-style .mobile-header-wrapper-inner .mobile-header-content-area {
	  padding: 30px;
	}
	.block-more-question {
	  flex-wrap: wrap;
	  padding-bottom: 0px;
	}
	.question-left {
	  margin-bottom: 30px;
	}
	.display-1 {
	  font-size: 50px !important;
	  line-height: 60px !important;
	}
	.display-2 {
		font-size: 38px !important;
		line-height: 48px !important;
	}
	.box-what-we-do {
	  padding: 0px;
	}
	.box-grow-inner {
	  padding: 50px 0px;
	}
	.box-have-project-3 {
	  background-image: none;
	}
	.box-all-group-animate .box-swiper-group-animate {
	  padding: 20px;
	}
	.item-grow {
	  height: 220px;
	}
	#slide-grow-1 {
	  height: 220px;
	}
	.box-image-why img:first-child {
	  width: 60%;
	}
	.box-image-why img:last-child {
	  width: 40%;
	}
	.box-image-why {
	  padding: 20px 0px 20px 0px;
	}
	.box-image-why img {
	  margin: 0px 5px 0px 5px;
	}
	#slide-grow-2 {
	  height: 220px;
	}
	.box-all-group-animate {
	  padding: 0px 15px;
	}
	.carouselTicker7.carouselTicker_vertical .carouselTicker__item, .carouselTicker8.carouselTicker_vertical .carouselTicker__item {
	  padding: 0px 5px;
	}
	.carouselTicker7.carouselTicker_vertical .carouselTicker__item, .carouselTicker8.carouselTicker_vertical .carouselTicker__item {
	  height: 220px;
	}
	.list-partners li a span {
	  font-size: 42px;
	  line-height: 52px;
	}
	.carouselTicker6.carouselTicker_vertical .carouselTicker__item {
	  height: 60px;
	}
	.list-partners li a svg {
	  margin-left: 10px;
	  height: 25px;
	}
	.box-sliders-award-bottom {
	  padding: 0px 5px;
	}
	.footer.footer-style-2 .footer-1, .footer.footer-style-2 .footer-2, .footer.footer-style-2 .footer-3, .footer.footer-style-2 .footer-4, .footer.footer-style-2 .footer-5 {
	  width: 100%;
	}
	.cards-banner .card-banner-1 {
	  width: calc(50% - 15px);
	  padding: 15px;
	  margin-right: 15px;
	  margin-bottom: 15px;
	}
	.cards-banner .card-banner-2 {
	  width: 50%;
	  padding: 15px;
	  margin-bottom: 15px;
	}
	.btn.btn-start-trial {
	  padding: 21px 10px 21px 20px;
	  font-size: 18px;
	  line-height: 24px;
	}
	.btn.btn-start-trial svg {
	  height: 18px;
	}
	.btn.btn-start-trial img {
	  margin-right: 10px;
	  max-height: 30px;
	}
	.box-we-know {
	  padding: 39px 0px 149px 0px;
	}
	.banner-hero.hero-2 .banner-inner {
	  padding-top: 150px;
	}
	.carouselTickerLogos.carouselTicker_vertical .carouselTicker__item {
	  width: 140px;
	}
	.block-case-study {
	  padding: 30px 20px;
	}
	.block-our-feature-2 .block-our-feature-2-inner {
	  padding: 20px 14px 0px 14px;
	}
	.card-enjoy {
	  padding: 20px;
	}
	.box-top-bar-right {
	  min-width: 51px;
	}
	.address-icon {
	  padding: 0px 5px 0px 25px;
	  margin-right: 2px;
	}
	.phone-icon {
	  margin-right: 5px;
	}
	.phone-icon, .email-icon {
	  padding: 0px 10px 0px 13px;
	  overflow: hidden;
	  width: 22px;
	  text-indent: -150px;
	  display: inline-block;
	  vertical-align: middle;
	}
	.card-lead-list {
	  flex-wrap: wrap;
	}
	.card-lead-list .item-lead {
	  width: 100%;
	  margin-bottom: 25px;
	}
	.box-lead-inner {
	  padding: 35px;
	}
	.box-faqs-list .item-faqs {
	  width: 100%;
	}
	.box-faqs-list {
	  padding: 50px 0px 17px 0px;
	}
	.card-features-5 {
	  padding: 20px;
	}
	.card-testimonial-3 {
	  flex-wrap: wrap;
	}
	.card-testimonial-3 .card-image {
	  max-width: 100%;
	  width: 100%;
	}
	.card-testimonial-3 .card-image img {
	  width: 100%;
	}
	.card-testimonial-3 .card-info {
	  padding: 20px 20px;
	}
	.blog-head .icon-1, .blog-head .icon-2, .blog-head .icon-3 {
	  display: none;
	}
	.item-list-feature {
	  flex-wrap: wrap;
	}
	.item-list-feature .feature-left {
	  max-width: 100%;
	  padding-right: 0px;
	  text-align: center;
	  margin-bottom: 30px;
	}
	.item-list-feature .feature-right {
	  padding-left: 0px;
	}
	.card-number-feature.card-number-bottom {
	  left: 0px;
	}
	.card-number-feature.card-number-top {
	  right: 0%;
	}
	.card-number-feature {
	  padding: 10px 12px 5px 13px;
	}
	.box-content-contact .box-border-rounded {
	  padding: 25px 25px 25px 25px;
	}
	.list-change-log .item-log .line-log {
	  margin: 0px 25px;
	}
	.list-change-log .item-log .info-log {
	  margin-left: 45px;
	  padding: 15px;
	}
  }
  @media (max-width: 575.98px) {
	.footer-1, .footer-2, .footer-3, .footer-4, .footer-5 {
	  width: 100%;
	}
	.header-right {
	  padding-right: 35px !important;
	}
	.header .main-header .header-right {
	  min-width: 240px !important;
	}
	.header .main-header .header-right .btn-green-linear {
	  display: none !important;
	}
	.burger-icon {
	  top: 0px !important;
	}
	.box-border-rounded {
	  padding: 15px 15px 15px 15px;
	}
	.sticky-bar.stick .burger-icon {
	  top: 0px;
	}
	.box-count .deals-countdown .countdown-section {
	  width: 25%;
	}
	.box-count .deals-countdown .countdown-section .countdown-amount {
	  width: 100%;
	  padding: 0px 10px;
	  font-size: 35px;
	}
	.contact-head .icon-2, .contact-head .icon-1 {
	  display: none;
	}
	.banner-hero.hero-1 .banner-inner {
	  padding-top: 120px;
	  padding-bottom: 46px;
	}
	h2, .heading-2 {
	  font-size: 30px;
	  line-height: 42px;
	}
	.card-design {
	  padding: 20px;
	}
	#slide-top, #slide-bottom {
	  height: 348px;
	}
	.item-logo-2 {
	  padding: 10px 5px;
	  border-radius: 14px;
	  height: 100%;
	  line-height: 34px;
	}
	.carouselTicker3.carouselTicker_vertical .carouselTicker__item, .carouselTicker4.carouselTicker_vertical .carouselTicker__item, .carouselTicker5.carouselTicker_vertical .carouselTicker__item {
	  height: 60px;
	}
	.box-sliders-award-bottom {
	  height: 290px;
	}
	.box-sliders-award {
	  height: 300px;
	}
	h3, .heading-3 {
	  font-size: 22px !important;
	  line-height: 30px !important;
	}
	.box-list-steps .item-step .step-number span {
	  height: 40px;
	  width: 40px;
	  font-size: 20px;
	  line-height: 40px;
	}
	.img-sub-2 {
	  top: 40px;
	  right: -7px;
	}
	.img-sub-2 img {
	  max-height: 80px;
	}
	.img-sub-1 {
	  left: -10px;
	  bottom: -30px;
	}
	.img-sub-1 img {
	  max-height: 80px;
	}
	.box-main-img-feature {
	  margin-bottom: 50px;
	}
	.carouselTickerLogos.carouselTicker_vertical .carouselTicker__item {
	  width: 120px;
	}
	.box-image-analytics .img-sub-1 {
	  left: -10px;
	}
	.box-image-analytics .img-sub-1 img {
	  max-height: 100px;
	}
	.box-image-analytics .img-sub-2 {
	  right: -5px;
	}
	.box-image-analytics .img-sub-2 img {
	  max-height: 160px;
	}
	.card-team-main {
	  padding: 23px;
	}
	.card-team {
	  padding: 25px;
	}
	.card-testimonial-2 {
	  flex-wrap: wrap;
	}
	.card-testimonial-2 .card-image {
	  width: 100%;
	  margin-right: 0px;
	  margin-bottom: 30px;
	}
	.card-testimonial-2 .card-info {
	  width: 100%;
	  padding-right: 0px;
	}
	.box-swiper-padding {
	  padding-right: 25px;
	}
	.lists-our-features .item-our-feature.feature-big, .lists-our-features .item-our-feature.feature-mid, .lists-our-features .item-our-feature.feature-sm {
	  width: 100%;
	}
	.header .btn-brand-4-medium {
	  display: none !important;
	}
	.box-image-rect-both::after {
	  height: 169px;
	  width: 183px;
	}
	.box-image-rect-both::before {
	  height: 169px;
	  width: 183px;
	}
	.box-image-rect::before {
	  height: 169px;
	  width: 183px;
	}
	.box-content-detail-blog .box-detail-info p {
	  padding-left: 0px;
	  padding-right: 0px;
	}
	.box-content-detail-blog .box-image-header img {
	  margin-bottom: 20px;
	}
	.box-content-detail-blog .box-detail-info img {
	  margin-bottom: 20px;
	  margin-top: 10px;
	}
	.box-content-detail-blog .box-detail-info blockquote {
	  padding-left: 15px;
	  font-size: 20px;
	  line-height: 30px;
	  margin: 20px 0px 30px 0px;
	}
	.card-news-style-2.card-news-style-3 .card-info {
	  padding: 25px 20px 25px 20px;
	}
	.card-news-style-2.card-news-style-3 .card-more .card-author-comment .author {
	  padding-right: 12px;
	}
	.box-form-register {
	  padding: 25px;
	}
	.list-change-log .item-log {
	  flex-wrap: wrap;
	  margin-bottom: 0px;
	  padding-left: 40px;
	}
	.list-change-log .item-log .info-log {
	  margin-left: 0px;
	  margin-top: 30px;
	  padding: 15px 15px 15px 15px;
	}
	.list-change-log .item-log .line-log {
	  left: 10px;
	  margin: 0px;
	}
	.form-notify form {
	  flex-wrap: wrap;
	}
	.form-notify form input {
	  margin-right: 0px;
	  margin-bottom: 10px;
	}
	.form-notify form button {
	  width: 100%;
	}
	.box-image-line-3 {
	  margin-top: -10px;
	}
	.box-image-line-3 div {
	  max-width: 28%;
	}
	.box-border-image {
	  padding: 13px 25px 13px 3px;
	}
	.homepage3-bg {
	  background-position: top 3% center;
	}
  }
  @media (max-width: 499.98px) {
	.cards-banner .card-banner-1 {
	  width: 100%;
	  margin-right: 0px;
	}
	.cards-banner .card-banner-2 {
	  width: 100%;
	}
	.list-check-black li {
	  width: 100%;
	}
	.card-features-6.card-arrow-2 {
	  padding-right: 125px;
	  background-position: right 10px bottom 9px;
	  background-size: 110px;
	}
	.card-features-6 .card-info .card-info-inner {
	  flex-wrap: wrap;
	}
	.card-features-6 .card-info .card-info-inner .card-info-left {
	  padding-right: 0px;
	  margin-bottom: 20px;
	}
	.card-features-6 .card-info .card-info-inner .card-info-right {
	  width: 100%;
	}
	.block-case-study .box-buttons {
	  flex-wrap: wrap;
	}
	.block-case-study .box-buttons .btn {
	  margin-bottom: 25px;
	}
	.block-case-study .box-buttons .btn.btn-play {
	  padding-left: 0px;
	}
	.card-analytic-inner {
	  padding: 15px 15px;
	}
	.card-analytic-inner .card-image {
	  margin-right: 15px;
	}
	.box-numbers {
	  flex-wrap: wrap;
	}
	.box-numbers .item-number {
	  width: 50%;
	  padding-right: 10px;
	  margin-bottom: 25px;
	}
	.box-buttons-feature-4 {
	  flex-wrap: wrap;
	  justify-content: center;
	}
	.box-buttons-feature-4 .btn-black {
	  margin-right: 5px;
	  margin-left: 5px;
	}
	.box-buttons {
	  flex-wrap: wrap;
	}
	.box-buttons .btn-brand-4-medium, .box-buttons .btn-play {
	  margin-bottom: 15px;
	}
	.img-sold {
	  right: -10px;
	  max-width: 100px;
	  bottom: -50px;
	}
	.btn.btn-brand-4 {
	  padding-left: 30px;
	  padding-right: 30px;
	}
  }
  @media (max-width: 449.98px) {
	.carouselTicker.carouselTicker_vertical .carouselTicker__item, .carouselTicker2.carouselTicker_vertical .carouselTicker__item {
	  height: 217px;
	}
	.btn.btn-start-trial {
	  font-size: 14px;
	  line-height: 18px;
	  padding-left: 10px;
	}
	.btn.btn-start-trial svg {
	  height: 12px;
	  width: 37px;
	}
	.btn.btn-start-trial img {
	  margin-right: 5px;
	  max-height: 20px;
	}
	.box-info-num {
	  flex-wrap: wrap;
	  justify-content: flex-start;
	}
	.box-info-num p {
	  margin-top: 25px;
	}
	.box-image-rect::before {
	  height: 129px;
	  width: 143px;
	}
	.box-image-rect-both::after {
	  height: 129px;
	  width: 143px;
	}
	.box-image-rect-both::before {
	  height: 129px;
	  width: 143px;
	}
	.card-news-style-2.card-news-style-3 .card-more {
	  flex-wrap: wrap;
	}
	.card-news-style-2.card-news-style-3 .card-more .card-author-comment, .card-news-style-2.card-news-style-3 .card-more .btn.btn-learmore-2 {
	  margin-bottom: 15px;
	}
	.box-count .deals-countdown .countdown-section .countdown-amount {
	  font-size: 25px;
	  min-height: 65px;
	  line-height: 65px;
	}
	.box-count .deals-countdown .countdown-section .countdown-period {
	  font-size: 18px;
	  line-height: 28px;
	}
	.pagination .page-item:last-child .page-link {
	  line-height: 32px;
	}
	.pagination .page-item:not(:first-child) .page-link {
	  margin-left: 1px;
	}
	.pagination li a {
	  width: 35px;
	  height: 35px;
	  line-height: 35px;
	  font-size: 14px;
	  font-weight: 600;
	  color: #898A8A;
	  margin: 1px;
	}
	.pagination .page-item:first-child .page-link {
	  line-height: 32px;
	}
	.newsletter-right .form-inner {
	  flex-wrap: wrap;
	}
	.newsletter-right .form-control {
	  margin-bottom: 15px;
	}
	.newsletter-right button {
	  width: 100%;
	}
	.btn.btn-brand-4-border {
	  padding: 14px 5px 14px 12px;
	  font-size: 16px;
	  line-height: 28px;
	}
	.btn.btn-brand-4-border svg {
	  margin-left: 0px;
	  margin-right: 5px;
	}
  }
  @media (max-width: 374.98px) {
	.carouselTicker.carouselTicker_vertical .carouselTicker__item, .carouselTicker2.carouselTicker_vertical .carouselTicker__item {
	  height: 177px;
	}
	.box-case-gradient {
	  height: 355px;
	}
	.box-case-gradient-bottom {
	  height: 345px;
	  line-height: 345px;
	}
	.box-image-rect-both::after {
	  height: 100px;
	  width: 120px;
	}
	.box-image-rect-both::before {
	  height: 100px;
	  width: 120px;
	}
	.box-image-rect::before {
	  height: 100px;
	  width: 120px;
	}
	.btn.btn-neutral-100 {
	  padding: 8px 15px;
	  font-size: 14px;
	}
	.card-job {
	  padding: 20px;
	}
	.box-list-jobs {
	  padding: 20px;
	}
	.homepage3-bg {
	  background-position: top 3.5% center;
	}
  }
  @media (max-width: 339.98px) {
	.box-numbers .item-number {
	  width: 100%;
	}
	.box-buttons-feature-4 .btn-black {
	  margin-bottom: 15px;
	}
	.box-buttons-feature-4 .btn.btn-learmore-2 {
	  margin-bottom: 15px;
	}
  }
  
  
/***************************
    Page section margin 
****************************/
.mtb-0 {
	margin: 0;
  }
  
  .mtb-10 {
	margin: 10px 0;
  }
  
  .mtb-15 {
	margin: 15px 0;
  }
  
  .mtb-20 {
	margin: 20px 0;
  }
  
  .mtb-30 {
	margin: 30px 0;
  }
  
  .mtb-40 {
	margin: 40px 0;
  }
  
  .mtb-50 {
	margin: 50px 0;
  }
  
  .mtb-60 {
	margin: 60px 0;
  }
  
  .mtb-70 {
	margin: 70px 0;
  }
  
  .mtb-80 {
	margin: 80px 0;
  }
  
  .mtb-90 {
	margin: 90px 0;
  }
  
  .mtb-100 {
	margin: 100px 0;
  }
  
  .mtb-110 {
	margin: 110px 0;
  }
  
  .mtb-120 {
	margin: 120px 0;
  }
  
  .mtb-130 {
	margin: 130px 0;
  }
  
  .mtb-140 {
	margin: 140px 0;
  }
  
  .mtb-150 {
	margin: 150px 0;
  }
  
  .mtb-290 {
	margin: 290px 0;
  }
  
  .mb-24 {
	margin-bottom: 24px;
  }
  
  .mt-5 {
	margin-top: 5px !important;
  }
  
  .mt-8 {
	margin-top: 8px !important;
  }
  
  .mt-10 {
	margin-top: 10px !important;
  }
  
  .mt-15 {
	margin-top: 15px !important;
  }
  
  .mt-20 {
	margin-top: 20px !important;
  }
  
  .mt-25 {
	margin-top: 25px !important;
  }
  
  .mt-30 {
	margin-top: 30px !important;
  }
  
  .mt-35 {
	margin-top: 35px !important;
  }
  
  .mt-40 {
	margin-top: 40px !important;
  }
  
  .mt-45 {
	margin-top: 45px !important;
  }
  
  .mt-50 {
	margin-top: 50px !important;
  }
  
  .mt-55 {
	margin-top: 55px !important;
  }
  
  .mt-60 {
	margin-top: 60px !important;
  }
  
  .mt-65 {
	margin-top: 65px !important;
  }
  
  .mt-70 {
	margin-top: 70px !important;
  }
  
  .mt-75 {
	margin-top: 75px !important;
  }
  
  .mt-80 {
	margin-top: 80px !important;
  }
  
  .mt-85 {
	margin-top: 85px !important;
  }
  
  .mt-90 {
	margin-top: 90px !important;
  }
  
  .mt-95 {
	margin-top: 95px !important;
  }
  
  .mt-100 {
	margin-top: 100px !important;
  }
  
  .mt-105 {
	margin-top: 105px !important;
  }
  
  .mt-110 {
	margin-top: 110px !important;
  }
  
  .mt-115 {
	margin-top: 115px !important;
  }
  
  .mt-120 {
	margin-top: 120px !important;
  }
  
  .mt-125 {
	margin-top: 125px !important;
  }
  
  .mt-130 {
	margin-top: 130px !important;
  }
  
  .mt-135 {
	margin-top: 135px !important;
  }
  
  .mt-140 {
	margin-top: 140px !important;
  }
  
  .mt-145 {
	margin-top: 145px !important;
  }
  
  .mt-150 {
	margin-top: 150px !important;
  }
  
  .mt-155 {
	margin-top: 155px !important;
  }
  
  .mt-160 {
	margin-top: 160px !important;
  }
  
  .mt-165 {
	margin-top: 165px !important;
  }
  
  .mt-170 {
	margin-top: 170px !important;
  }
  
  .mt-175 {
	margin-top: 175px !important;
  }
  
  .mt-180 {
	margin-top: 180px !important;
  }
  
  .mt-185 {
	margin-top: 185px !important;
  }
  
  .mt-190 {
	margin-top: 190px !important;
  }
  
  .mt-195 {
	margin-top: 195px !important;
  }
  
  .mt-200 {
	margin-top: 200px !important;
  }
  
  .mb-5 {
	margin-bottom: 5px !important;
  }
  
  .mb-10 {
	margin-bottom: 10px !important;
  }
  
  .mb-15 {
	margin-bottom: 15px !important;
  }
  
  .mb-20 {
	margin-bottom: 20px !important;
  }
  
  .mb-25 {
	margin-bottom: 25px !important;
  }
  
  .mb-30 {
	margin-bottom: 30px !important;
  }
  
  .mb-35 {
	margin-bottom: 35px !important;
  }
  
  .mb-40 {
	margin-bottom: 40px !important;
  }
  
  .mb-45 {
	margin-bottom: 45px !important;
  }
  
  .mb-50 {
	margin-bottom: 50px !important;
  }
  
  .mb-55 {
	margin-bottom: 55px !important;
  }
  
  .mb-60 {
	margin-bottom: 60px !important;
  }
  
  .mb-65 {
	margin-bottom: 65px !important;
  }
  
  .mb-70 {
	margin-bottom: 70px !important;
  }
  
  .mb-75 {
	margin-bottom: 75px !important;
  }
  
  .mb-80 {
	margin-bottom: 80px !important;
  }
  
  .mb-85 {
	margin-bottom: 85px !important;
  }
  
  .mb-90 {
	margin-bottom: 90px !important;
  }
  
  .mb-95 {
	margin-bottom: 95px !important;
  }
  
  .mb-100 {
	margin-bottom: 100px !important;
  }
  
  .mb-105 {
	margin-bottom: 105px !important;
  }
  
  .mb-110 {
	margin-bottom: 110px !important;
  }
  
  .mb-115 {
	margin-bottom: 115px !important;
  }
  
  .mb-120 {
	margin-bottom: 120px !important;
  }
  
  .mb-125 {
	margin-bottom: 125px !important;
  }
  
  .mb-130 {
	margin-bottom: 130px !important;
  }
  
  .mb-135 {
	margin-bottom: 135px !important;
  }
  
  .mb-140 {
	margin-bottom: 140px !important;
  }
  
  .mb-145 {
	margin-bottom: 145px !important;
  }
  
  .mb-150 {
	margin-bottom: 150px !important;
  }
  
  .mb-155 {
	margin-bottom: 155px !important;
  }
  
  .mb-160 {
	margin-bottom: 160px !important;
  }
  
  .mb-165 {
	margin-bottom: 165px !important;
  }
  
  .mb-170 {
	margin-bottom: 170px !important;
  }
  
  .mb-175 {
	margin-bottom: 175px !important;
  }
  
  .mb-180 {
	margin-bottom: 180px !important;
  }
  
  .mb-185 {
	margin-bottom: 185px !important;
  }
  
  .mb-190 {
	margin-bottom: 190px !important;
  }
  
  .mb-195 {
	margin-bottom: 195px !important;
  }
  
  .mb-200 {
	margin-bottom: 200px !important;
  }
  
  .ml-0 {
	margin-left: 0px !important;
  }
  
  .ml-5 {
	margin-left: 5px !important;
  }
  
  .ml-10 {
	margin-left: 10px !important;
  }
  
  .ml-15 {
	margin-left: 15px !important;
  }
  
  .ml-20 {
	margin-left: 20px !important;
  }
  
  .ml-25 {
	margin-left: 25px !important;
  }
  
  .ml-30 {
	margin-left: 30px !important;
  }
  
  .ml-35 {
	margin-left: 35px !important;
  }
  
  .ml-40 {
	margin-left: 40px !important;
  }
  
  .ml-45 {
	margin-left: 45px !important;
  }
  
  .ml-50 {
	margin-left: 50px !important;
  }
  
  .ml-55 {
	margin-left: 55px !important;
  }
  
  .ml-60 {
	margin-left: 60px !important;
  }
  
  .ml-65 {
	margin-left: 65px !important;
  }
  
  .ml-70 {
	margin-left: 70px !important;
  }
  
  .ml-75 {
	margin-left: 75px !important;
  }
  
  .ml-80 {
	margin-left: 80px !important;
  }
  
  .ml-85 {
	margin-left: 85px !important;
  }
  
  .ml-90 {
	margin-left: 90px !important;
  }
  
  .ml-95 {
	margin-left: 95px !important;
  }
  
  .ml-100 {
	margin-left: 100px !important;
  }
  
  .ml-105 {
	margin-left: 105px !important;
  }
  
  .ml-110 {
	margin-left: 110px !important;
  }
  
  .ml-115 {
	margin-left: 115px !important;
  }
  
  .ml-120 {
	margin-left: 120px !important;
  }
  
  .ml-125 {
	margin-left: 125px !important;
  }
  
  .ml-130 {
	margin-left: 130px !important;
  }
  
  .ml-135 {
	margin-left: 135px !important;
  }
  
  .ml-140 {
	margin-left: 140px !important;
  }
  
  .ml-145 {
	margin-left: 145px !important;
  }
  
  .ml-150 {
	margin-left: 150px !important;
  }
  
  .ml-155 {
	margin-left: 155px !important;
  }
  
  .ml-160 {
	margin-left: 160px !important;
  }
  
  .ml-165 {
	margin-left: 165px !important;
  }
  
  .ml-170 {
	margin-left: 170px !important;
  }
  
  .ml-175 {
	margin-left: 175px !important;
  }
  
  .ml-180 {
	margin-left: 180px !important;
  }
  
  .ml-185 {
	margin-left: 185px !important;
  }
  
  .ml-190 {
	margin-left: 190px !important;
  }
  
  .ml-195 {
	margin-left: 195px !important;
  }
  
  .ml-200 {
	margin-left: 200px !important;
  }
  
  .mr-5 {
	margin-right: 5px !important;
  }
  
  .mr-10 {
	margin-right: 10px !important;
  }
  
  .mr-15 {
	margin-right: 15px !important;
  }
  
  .mr-20 {
	margin-right: 20px !important;
  }
  
  .mr-25 {
	margin-right: 25px !important;
  }
  
  .mr-30 {
	margin-right: 30px !important;
  }
  
  .mr-35 {
	margin-right: 35px !important;
  }
  
  .mr-40 {
	margin-right: 40px !important;
  }
  
  .mr-45 {
	margin-right: 45px !important;
  }
  
  .mr-50 {
	margin-right: 50px !important;
  }
  
  .mr-55 {
	margin-right: 55px !important;
  }
  
  .mr-60 {
	margin-right: 60px !important;
  }
  
  .mr-65 {
	margin-right: 65px !important;
  }
  
  .mr-70 {
	margin-right: 70px !important;
  }
  
  .mr-75 {
	margin-right: 75px !important;
  }
  
  .mr-80 {
	margin-right: 80px !important;
  }
  
  .mr-85 {
	margin-right: 85px !important;
  }
  
  .mr-90 {
	margin-right: 90px !important;
  }
  
  .mr-95 {
	margin-right: 95px !important;
  }
  
  .mr-100 {
	margin-right: 100px !important;
  }
  
  .mr-105 {
	margin-right: 105px !important;
  }
  
  .mr-110 {
	margin-right: 110px !important;
  }
  
  .mr-115 {
	margin-right: 115px !important;
  }
  
  .mr-120 {
	margin-right: 120px !important;
  }
  
  .mr-125 {
	margin-right: 125px !important;
  }
  
  .mr-130 {
	margin-right: 130px !important;
  }
  
  .mr-135 {
	margin-right: 135px !important;
  }
  
  .mr-140 {
	margin-right: 140px !important;
  }
  
  .mr-145 {
	margin-right: 145px !important;
  }
  
  .mr-150 {
	margin-right: 150px !important;
  }
  
  .mr-155 {
	margin-right: 155px !important;
  }
  
  .mr-160 {
	margin-right: 160px !important;
  }
  
  .mr-165 {
	margin-right: 165px !important;
  }
  
  .mr-170 {
	margin-right: 170px !important;
  }
  
  .mr-175 {
	margin-right: 175px !important;
  }
  
  .mr-180 {
	margin-right: 180px !important;
  }
  
  .mr-185 {
	margin-right: 185px !important;
  }
  
  .mr-190 {
	margin-right: 190px !important;
  }
  
  .mr-195 {
	margin-right: 195px !important;
  }
  
  .mr-200 {
	margin-right: 200px !important;
  }