/*-------------------------------------------------------------------------------------

	Theme Name:  Appbiz
    Theme URI :  http://iconictheme.com/appbiz/intro
    Author    :
    Author URI:
    Version   :  1.5.0

--------------------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------------------
	//Table of content
	1.	    Typography and Reset CSS
	2.		Global CSS
	3.		Header Style
	4.		Banner and Slider Style
	5.		Feature Style
	6.		About Style
	7.		App Screenshot Style
	8.		Counter Style
	9.		Testimonial Style
	10.		Team Style
	11.		Quick Overview Style
	12.		Pricing Style
	13.		Get The app Style
	14.		Blog Style
	15.		Partner Style
	16.		FAQ and Accordion Style
	17.		Video Style
	18.		Footer Style
--------------------------------------------------------------------------------------*/

/* 1 - Typography and Reset CSS
--------------------------------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css?family=Lato:100,300,300i,400,400i,700,900|Poppins:100,200,300,300i,400,400i,500,600,700,800,900|Roboto:100,300,400,500,700,900');

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

.hideMobile{display:block;}
.showMobile{display:none;}

html {
	font-size: 16px;
}

body {
	margin: 0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #99a1af;
	overflow-x: hidden;
	line-height: 1.2;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;

}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	color: #373b42;
}

section {
	position: relative;
}

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

p {
	line-height: 1.75;
	margin-bottom: 1.38em;
}

.reference-bilgial {
	width: 100%;
	min-height: 349px;
	background: url(/templates/template-1/view/images/reference-bg.png) repeat center center;
	background-size: 100% auto;

}

.reference-bilgial p {
	text-align: center;
	color: #fff;
	font-size: 24px;
	padding-top: 60px;
}

.reference-bilgial a.btn {
	margin: 60px auto 0 auto;
	display: table;
	min-width: 140px;

}

.ram-search2 input[type=text] {
	border: 1px solid #03c0e7;
	color: #03c0e7;
	padding: 15px;
	border-radius: 3px;
	width: 400px;
	background: url(/templates/template-1/view/images/search-icon.png) no-repeat center right+10px;
}

.ram-search2 input[type=submit] {
	position: relative;
	right: 40px;
	height: 50px;
	width: 40px;
	opacity: 0;
}

/* 2 - Global Style
--------------------------------------------------------------------------------------*/
.wave-shape {
	position: absolute;
	width: 100%;
	height: auto;
	display: block;
	left: 0;
	bottom: 0;
	pointer-events: none;
	-webkit-transition: .3s cubic-bezier(0.43, 0.49, 0.51, 0.68);
	transition: .3s cubic-bezier(0.43, 0.49, 0.51, 0.68);
}

.wave img {
	max-width: 100%;
	height: auto;
	display: block;
}

.btn {
	font-size: 14px;
	font-weight: 700;
	color: #01bfe7;
	background: transparent;
	border-radius: 3px;
	border: 1px solid #01bfe7;
	padding: 1.2em;
	min-width: 160px;
	text-align: center;
	cursor: pointer;
	-webkit-transition: .2s cubic-bezier(0.43, 0.49, 0.51, 0.68);
	transition: .2s cubic-bezier(0.43, 0.49, 0.51, 0.68);
}

.btn.btn-full {
	display: block;
	width: 100%;
}

.btn:hover,
.btn.fill-style {
	color: #fff;
	background-color: #01bfe7;
	border-color: #01bfe7;
}

.btn.fill-style:hover {
	color: #01bfe7;
	background: transparent;
	border-color: #01bfe7;
}

.btn:focus {
	box-shadow: none;
}

.btn svg,
.btn span,
.btn i {
	vertical-align: middle;
}

.btn.store-btn {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	font-family: 'Poppins', sans-serif;
	border-color: #bdaefd;
	border-width: 1px;
	min-width: 180px;
	padding: .85em;
	position: relative;
}

.home-1-banner .btn.store-btn {
	border-color: #01bfe7;
	color: #01bfe7;
}

.btn.store-btn:hover,
.btn.store-btn.fill-style {
	color: #01bfe7;
	border-color: #fff;
	background-color: #fff;
}

.home-1-banner .btn.store-btn:hover,
.home-1-banner .btn.store-btn.fill-style {
	color: #fff;
	border-color: #01bfe7;
	background-color: #01bfe7;
}

.btn.store-btn svg,
.btn.store-btn span {
	position: relative;
	z-index: 1;
}

.btn.store-btn svg,
.btn.store-btn svg path {
	fill: #fff;
	-webkit-transition: .2s cubic-bezier(0.43, 0.49, 0.51, 0.68);
	transition: .2s cubic-bezier(0.43, 0.49, 0.51, 0.68);
}

.home-1-banner .btn.store-btn svg,
.home-1-banner .btn.store-btn svg path {
	fill: #01bfe7;
}

.btn.store-btn:hover svg,
.btn.store-btn:hover svg path,
.btn.store-btn.fill-style svg,
.btn.store-btn.fill-style svg path {
	fill: #01bfe7;
}

.home-1-banner .btn.store-btn:hover svg,
.home-1-banner .btn.store-btn:hover svg path,
.home-1-banner .btn.store-btn.fill-style svg,
.home-1-banner .btn.store-btn.fill-style svg path {
	fill: #fff;
}

.btn.store-btn.fill-style:hover {
	color: #fff;
	background-color: transparent;
	border-color: #bdaefd;
}

.home-1-banner .btn.store-btn.fill-style:hover {
	color: #01bfe7;
	background-color: transparent;
	border-color: #01bfe7;
}

.btn.store-btn.fill-style:hover svg,
.btn.store-btn.fill-style:hover svg path {
	fill: #fff;
}

.home-1-banner .btn.store-btn.fill-style:hover svg,
.home-1-banner .btn.store-btn.fill-style:hover svg path {
	fill: #01bfe7;
}

.btn.store-btn svg {
	margin-right: 10px;
}

.scroll-next-sec {
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	cursor: pointer;
	display: block;
	border-radius: 50%;
	border: 2px solid #8e78f9;
}

.scroll-next-sec i {
	display: inline-block;
	animation: .7s upndown infinite;
	animation-direction: alternate;
}

.news-list li .text p {
    margin-bottom: 5px;
    line-height: 1.5em;
}

.news-list li a {
   display:block;
    margin-top: 5px;
}

@media (min-width: 1230px) {
	.container {
		max-width: 1200px;
	}

	.navbar {
		padding-left: 0;
		padding-right: 0;
	}
}

.bg-img {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.bg-color {
	background-color: #fafcff;
}

.bg-gray{
	background:#f9f9f9;
}
.bg-1 {
	background-image: url(../images/bg1.jpg);
}

.bg-2 {
	background-image: url(../images/bg-2.png);
}

.bg-3 {
	background-image: url(../images/arge-bg.png);
}

.bg-4 {
	background-image: url(../images/bg4.png);
}

.bg-5 {
	background-image: url(../images/bg5.jpg);
}

.bg-6 {
	background-image: url(../images/wave-bg1.jpg);
}

.bg-7 {
	background-image: url(../images/down.jpg);
}

.bg-8 {
	background-image: url(../images/bg6.jpg);
}

.bg-9 {
	background-image: url(../images/bg7.jpg);
}

.overflow-hidden {
	overflow: hidden;
}

.s-padding {
	padding-top: 110px;
	padding-bottom: 110px;
}

.s-title {
	position: relative;
	display: block;
	width: 100%;
	text-align: center;
	margin-bottom: 90px;
}

.s-title h2 {
	font-size: 30px;
	font-weight: 700;
	color: #252a32;
	margin-bottom: 10px;
}

.dk-bg .s-title h2,
.dk-bg .s-title p {
	color: #fff;
}

.dk-bg .s-title:after {
	background: #fff;
}

.s-title p {
	font-size: 18px;
	color: #99a1af;
	margin-bottom: 0;
}

.s-title::after {
	content: "";
	position: absolute;
	display: block;
	width: 50px;
	height: 2px;
	bottom: -20px;
	left: 50%;
	background: -webkit-linear-gradient(left, #00ff42 0%, #7658f7 100%);
	background: linear-gradient(to right, #00ff42 0%, #7658f7 100%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.successHeaderAfter{
	position: relative;
}
.successHeaderAfter h3::after {
	content: "";
	position: absolute;
	display: block;
	width: 100px;
	height: 2px;
	bottom: -20px;
	left: 15px;
	background: -webkit-linear-gradient(to right, #13133E 0%, #5AD8F9 100%);
	background: linear-gradient(to right, #13133E 0%, #5AD8F9 100%);
	z-index: 100;
}

.positionRelative{
	position:relative;
}
.positionRelative ul{
	position: absolute;
	top:50%;
	transform: translateY(-50%);
}

.positionRelative ul li{
	padding-bottom:15px;
}
.successStoryMain .row{
	padding-top:20px;
}
.grayBg{
	background-color:#f1f1f1;
}

.overlay {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.rating-star {
	display: inline-block;
	position: relative;
}

.rating-star i {
	font-size: 12px;
	color: #fac50f;
	margin: 0 3px;
	float: left;
	display: inline-block;
}

.rating-star span {
	position: absolute;
	top: 0;
	left: 0;
}

.rating-star span i {
	color: #fac50f;
}

.social-profile {
	padding: 0;
	margin: 0;
}

.social-profile li {
	list-style: none;
	display: inline-block;
}

.social-profile li a {
	display: block;
	color: #8b9aa8;
	font-size: 12px;
	margin: 0.5em 0.95em 0.5em 0;
	-webkit-transition: .15s cubic-bezier(0.43, 0.49, 0.51, 0.68);
	transition: .15s cubic-bezier(0.43, 0.49, 0.51, 0.68);
}

.social-profile li:last-child a {
	margin-right: 0;
}

.social-profile li a:hover {
	color: #01bfe7;
}

.social-profile.rounded li a {
	width: 40px;
	height: 40px;
	line-height: 36px;
	color: #fff;
	font-size: 14px;
	text-align: center;
	border-radius: 50%;
	border: 2px solid #fff;
	background-color: transparent;
	margin: 0.5em 0.55em 0.5em 0;
}

.social-profile.rounded.large li a {
	width: 50px;
	height: 50px;
	line-height: 46px;
}

.social-profile.rounded li a:hover {
	color: #01bfe7;
	background-color: #fff;
}

.social-profile.style-wb li a {
	color: #fff;
	margin: 0.5em 2.25em 0.5em 0
}

.social-profile.style-wb li a:hover {
	color: #252a32;
}

.ovh {
	overflow: hidden;
}

@-webkit-keyframes upndown {
	to {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
	}

	from {
		-webkit-transform: translateY(5px);
		transform: translateY(5px);
	}
}

@keyframes upndown {
	to {
		-webkit-transform: translateY(-5px);
		transform: translateY(-5px);
	}

	from {
		-webkit-transform: translateY(5px);
		transform: translateY(5px);
	}
}

@-webkit-keyframes pulse {
	0% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}

	100% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2.4);
		opacity: 0;
	}
}


@keyframes pulse {
	0% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}

	100% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2.4);
		opacity: 0;
	}
}

.img-wrapper img {
	display: block;
	max-width: 100%;
	height: auto;
}

.img-left img {
	margin-right: auto;
}

.img-right img {
	margin-left: auto;
}

.img-center img {
	margin-left: auto;
	margin-right: auto;
}

@media (min-width: 767px) {
	.gutter-60 {
		margin-left: -30px;
		margin-right: -30px;
	}

	.gutter-60>.col,
	.gutter-60>[class*=col-] {
		padding-left: 30px;
		padding-right: 30px;
	}

	.gutter-40 {
		margin-left: -20px;
		margin-right: -20px;
	}

	.gutter-40>.col,
	.gutter-40>[class*=col-] {
		padding-left: 20px;
		padding-right: 20px;
	}
}

.page-title {
	position: relative;
	padding-top: 250px;
	padding-bottom: 170px;
}

.page-title .overlay {
	opacity: .9;
	background-image: -webkit-linear-gradient(0deg, #01bfe7 0%, #7658f7 100%);
	background-image: linear-gradient(90deg, #01bfe7 0%, #7658f7 100%);
}

.page-title-content {
	text-align: center;
}

.page-title-content .page-name {
	font-size: 40px;
	font-weight: 500;
	color: #fff;
	margin-bottom: 15px;
}

.page-title-content .breadcrumb {
	background-color: transparent;
	list-style: none;
	text-align: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding-top: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

.page-title-content .breadcrumb li,
.page-title-content .breadcrumb li a {
	font-size: 16px;
	color: #fff;
}

.page-title-content .breadcrumb li {
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
}

.page-title-content .breadcrumb li:after {
	content: "";
	height: 16px;
	width: 0;
	display: block;
	border-left: 1px solid #F3F7FE;
	border-right: 1px solid #86ACF4;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.page-title-content .breadcrumb li:last-child:after {
	display: none;
}

.t-cell {
	display: table-cell;
	vertical-align: middle;
}

.bg-text {
	position: absolute;
	width: 100%;
	top: 60%;
	left: 50%;
	font-size: 250px;
	font-family: 'Poppins', sans-serif;
	color: #f5f8fc;
	z-index: 0;
	pointer-events: none;
	font-weight: 700;
	text-align: center;
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}


/* 3 - Header Style
--------------------------------------------------------------------------------------*/
.webinar_gorsel {
	width:422px;
	height: 220px;
	overflow: hidden;
}

.navbar {
	background-color: #fff;
	padding-top: 24px;
	padding-bottom: 24px;
	backface-visibility: hidden;
	-webkit-transition: .25s cubic-bezier(0.43, 0.49, 0.51, 0.68);
	transition: .25s cubic-bezier(0.43, 0.49, 0.51, 0.68);
}

.navbar.sticky-nav {
	background-color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}

.navbar.sticky-nav .navbar-nav li a,
.navbar.sticky-nav .nav-search i,
.nav-c-black .navbar-nav li a,
.nav-c-black .nav-search i {
	color: #000;
}

.navbar-nav li,
.navbar-nav li a {
	font-size: 12px !important;
	font-weight: 500;
	color: #051341;
	position: relative;
	-webkit-transition: .15s cubic-bezier(0.43, 0.49, 0.51, 0.68);
	transition: .15s cubic-bezier(0.43, 0.49, 0.51, 0.68);
}



@media (min-width: 992px) {

	.navbar-expand-lg .navbar-nav li a,
	.navbar-expand-lg .navbar-nav li a.nav-link {
		padding: 0;
	}

	.navbar-nav li {
		margin-left: 1.55em;
		margin-right: 1.55em;
	}




	.navbar-nav>li:last-child {
		margin-right: .85em;
	}

	.navbar-nav .dropdown-menu {
		position: absolute;
		min-width: 160px;
		background: #fff;
		display: block;
		left: 0;
		margin: 0;
		border: 0;
		opacity: 0;
		padding: 20px 15px;
		visibility: hidden;
		border-radius: 0;
		border-radius: 3px;
		overflow: hidden;
		box-shadow: 0 6px 12px rgba(0, 0, 0, 0.17);
		-webkit-transition: .2s ease-in-out;
		transition: .2s ease-in-out;
	}

	.dropdown-menu li {
		display: block;
		margin-left: 0;
		margin-right: 0;
	}

	.navbar-nav .dropdown-menu li a,
	.navbar-expand-lg .navbar-nav .dropdown-menu li a,
	.navbar-expand-lg .navbar-nav .dropdown-menu li a.nav-link {
		color: #000;
		padding: .7em 1.2em;
		white-space: nowrap;
		font-size: 13px;
	}

	.navbar-nav .dropdown-menu li a:hover,
	.navbar-expand-lg .navbar-nav .dropdown-menu li a:hover,
	.navbar-expand-lg .navbar-nav .dropdown-menu li a.nav-link:hover {
		color: #01bfe7;
	}

	#main-nav .dropdown:hover>.dropdown-menu {
		opacity: 1;
		visibility: visible;
	}
}

.nav-search {
	position: relative;
	padding-left: 12px;
}

.nav-search::before {
	content: "";
	display: block;
	position: absolute;
	width: 1px;
	height: 80%;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: #fff;
	-webkit-transition: .25s cubic-bezier(0.43, 0.49, 0.51, 0.68);
	transition: .25s cubic-bezier(0.43, 0.49, 0.51, 0.68);
}

.navbar.sticky-nav .nav-search::before,
.nav-c-black .nav-search::before,
.nav-c-black .menu-toggle span {
	background-color: #000;
}

.nav-search i {
	color: #fff;
	font-size: 14px;
	display: block;
	cursor: pointer;
	-webkit-transition: .15s cubic-bezier(0.43, 0.49, 0.51, 0.68);
	transition: .15s cubic-bezier(0.43, 0.49, 0.51, 0.68);
}


.navbar.sticky-nav .navbar-brand img.color-logo,
.navbar.sticky-nav img.white-logo {
	display: block;
}

.navbar-nav>li.dropdown {
	position: relative;
}

.menu-toggle {
	width: 22px;
	height: 22px;
	position: relative;
	cursor: pointer;
	margin-left: 12px;
	margin-right: 12px;
	display: block;
}

.menu-toggle .hamburger {
	position: absolute;
	height: 100%;
	width: 100%;
	display: block;
}

.menu-toggle .hamburger span {
	width: 100%;
	height: 2px;
	position: relative;
	top: 0;
	left: 0;
	margin: 4px 0;
}

.menu-toggle .hamburger span:nth-child(1) {
	transition-delay: .3s;
}

.menu-toggle .hamburger span:nth-child(2) {
	transition-delay: .4s;
}

.menu-toggle .hamburger span:nth-child(3) {
	transition-delay: .5s;
}

.menu-toggle .hamburger-cross {
	position: absolute;
	height: 100%;
	width: 100%;
	transform: rotate(45deg);
	display: block;
}

.menu-toggle .hamburger-cross span,
.menu-toggle .hamburger-cross span:nth-child(1) {
	height: 0%;
	width: 2px;
	position: absolute;
	top: 0;
	left: 10px;
	transition-delay: 0s;
}

.menu-toggle .hamburger-cross span:nth-child(2) {
	width: 0%;
	height: 2px;
	position: absolute;
	left: 0;
	top: 10px;
	transition-delay: .2s;
}

.menu-toggle .hamburger span,
.menu-toggle .hamburger-cross span {
	display: block;
	background: #000;
	border-radius: 3px;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}

.navbar.sticky-nav .menu-toggle .hamburger span,
.navbar.sticky-nav .menu-toggle .hamburger-cross span {
	background: #000;
}

.navbar-toggler[aria-expanded="true"] .hamburger span {
	width: 0%;
}

.navbar-toggler[aria-expanded="true"] .hamburger span:nth-child(1) {
	transition-delay: 0s;
}

.navbar-toggler[aria-expanded="true"] .hamburger span:nth-child(2) {
	transition-delay: .125s;
}

.navbar-toggler[aria-expanded="true"] .hamburger span:nth-child(3) {
	transition-delay: .2s;
}

.navbar-toggler[aria-expanded="true"] .hamburger-cross span:nth-child(1) {
	height: 100%;
	transition-delay: .3s;
}

.navbar-toggler[aria-expanded="true"] .hamburger-cross span:nth-child(2) {
	width: 100%;
	transition-delay: .4s;
}

.navbar-toggler {
	outline: none;
	padding: 0;
	border: 0;
}

.navbar-toggler:focus {
	outline: none;
}

.nav-button {
	margin-left: 30px;
}

.nav-button a {
	display: inline-block;
	background-color: #fff;
	font-size: 16px;
	font-weight: 500;
	color: #01bfe7;
	border-radius: 3px;
	box-shadow: 0px 10px 20px 0px rgba(0, 7, 40, 0.1);
	min-width: 140px;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	padding: 1em;
	-webkit-transition: .15s ease-in-out;
	transition: .15s ease-in-out;
}

.nav-button a:hover {
	opacity: .9;
}

.navbar.sticky-nav .nav-button a {
	box-shadow: 0px 5px 10px 0px rgba(0, 7, 40, 0.1);
	background-color: #01bfe7;
	color: #fff;
}


/*-------Search Style--------*/
.main-search-area {
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .95);
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	top: 0;
	left: 0;
	z-index: 999999;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	font-family: 'Poppins', sans-serif;
	-webkit-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

.main-search-area.open {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.main-search-form {
	position: relative;
	width: 60%;
}

.m-s-input {
	position: relative;
	padding-bottom: 5px;
}

.m-s-input:before {
	content: "";
	left: 0;
	bottom: 0;
	width: 10%;
	height: 4px;
	background: -webkit-linear-gradient(-90deg, rgb(96, 56, 247) 0%, rgb(14, 194, 233) 100%);
	background: linear-gradient(-90deg, rgb(96, 56, 247) 0%, rgb(14, 194, 233) 100%);
	position: absolute;
	-webkit-transition: .65s ease-in-out;
	transition: .65s ease-in-out;
}

.open .m-s-input:before {
	width: 100%
}

.main-search-form input {
	background: transparent;
	border: 0;
	width: 100%;
	display: block;
	outline: none;
	font-size: 2.6em;
	padding: 0;
	line-height: 1.4;
	color: #fff;
}

.main-search-form input::-webkit-input-placeholder {
	color: #fff;
}

.main-search-form input::-moz-placeholder {
	color: #fff;
}

.main-search-form input:-ms-input-placeholder {
	color: #fff;
}

.main-search-form input::placeholder {
	color: #fff;
}

.main-search-form span {
	display: block;
	text-align: right;
	margin-top: 10px;
	color: #fff;
}

.main-search-area i {
	position: absolute;
	top: 30px;
	right: 30px;
	display: block;
	cursor: pointer;
	font-size: 3em;
	color: #e85454
}

.menu-search-open {
	cursor: pointer;
}


/* 4 - Banner and Slider Style
--------------------------------------------------------------------------------------*/
.main-banner {
	position: relative;
	padding-top: 10px;
}

.main-banner>.container {
	position: relative;
	z-index: 1;
}

.home-1-banner {
	padding-top: 245px;
	padding-bottom: 100px;
}

.home-3-banner {
	padding-bottom: 100px;
	background: -ms-linear-gradient(50deg, #6038f6 0%, #0dc2e9 100%);
	background: -moz-linear-gradient(50deg, #6038f6 0%, #0dc2e9 100%);
	background: -webkit-linear-gradient(50deg, #6038f6 0%, #0dc2e9 100%);
	background: linear-gradient(50deg, #6038f6 0%, #0dc2e9 100%);
}

.home-3-banner .wave {
	pointer-events: none;
}

.home-3-banner .h3-wabe {
	position: absolute;
	width: 100%;
	height: auto;
	display: block;
	bottom: 0;
	left: 0;
}

.home-3-banner .h3-wabe img {
	width: 100%;
	height: auto;
	display: block;
}

.home-4-banner {
	background: url(../images/slider1.png) no-repeat center center;
}

.home-5-banner {
	padding-bottom: 200px;
	background-image: url(../images/banner-shape.png);
}

.home-6-banner .overlay {
	opacity: .9;
	background: -webkit-linear-gradient(40deg, rgb(17, 191, 218) 0%, rgb(11, 15, 196) 100%);
	background: linear-gradient(40deg, rgb(17, 191, 218) 0%, rgb(11, 15, 196) 100%);
}

.home-7-banner {
	padding-bottom: 100px;
	background: -webkit-linear-gradient(30deg, rgb(26, 41, 128) 0%, rgb(38, 208, 206) 100%);
	background: linear-gradient(30deg, rgb(26, 41, 128) 0%, rgb(38, 208, 206) 100%);
}

.home-8-banner {
	padding-bottom: 100px;
}

.home-8-banner .overlay {
	background-color: #000;
	opacity: .65;
}

.main-banner .banner-content {
	color: #fff;
	position: relative;
}

.main-banner .banner-content .title {
	font-size: 50px;
	font-weight: 700;
	line-height: 1.32;
	margin-bottom: .55em;
}

.home-1-banner .banner-content .title {
	color: #252a2a;
}

.main-banner .banner-content .sub-title {
	display: block;
	font-size: 20px;
	font-weight: 400;
	line-height: 1.5;
}

.home-1-banner .banner-content .sub-title {
	color: #99a1af;
}

.main-banner .btn-wrapper {
	margin-top: 60px;
}

.btn-wrapper .btn {
	margin-right: 18px;
	margin-bottom: 15px;
}

.banner-img-wrapper {
	height: 630px;
	position: relative;
}

.banner-img-wrapper.banner-7-img-wrapper {
	height: 640px;
}

.banner-img-wrapper img {
	max-width: 100%;
	height: auto;
	display: block;
	position: absolute;
	bottom: 0;
}

.banner-img-wrapper .banner-img-1 {
	left: 15px;
	bottom: 0;
}

.banner-img-wrapper .banner-img-2 {
	right: 15px;
	bottom: 0;
}

.banner-img-wrapper.banner-7-img-wrapper .banner-img-1 {
	left: 45px;
	bottom: 55px;
}

.banner-img-wrapper.banner-7-img-wrapper .banner-img-2 {
	right: -5px;
	bottom: 0;
}

.home-2-banner {
	min-height: 900px;
	background: -moz-linear-gradient(40deg, rgb(247, 56, 97) 0%, rgb(254, 114, 78) 100%);
	background: -webkit-linear-gradient(40deg, rgb(247, 56, 97) 0%, rgb(254, 114, 78) 100%);
	background: -ms-linear-gradient(40deg, rgb(247, 56, 97) 0%, rgb(254, 114, 78) 100%);
	background: linear-gradient(40deg, rgb(247, 56, 97) 0%, rgb(254, 114, 78) 100%);
}

.home-2-banner .overlay {
	background-image: url(../images/h2s-bg.png);
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

.home-2-banner2 {
	position: relative;
	padding-bottom: 90px;
}

.home-2-banner2 .banner-content .title {
	color: #445063;
}

.home-2-banner2 .banner-content .sub-title {
	color: #99a1af
}

.home-2-banner2 .banner-content {
	z-index: 1;
}

.home-2-b2-img {
	z-index: 0;
}

.home-2-b2-img img {
	max-width: 100%;
	height: auto;
	display: block;
}

.home-2-b2-img {
	margin-left: -100px;
	margin-right: -80px;
}

@media (min-width: 1640px) {
	.home-2-b2-img {
		margin-left: -100px;
		margin-right: -230px;
	}
}



.iconic-top-slider .h2-img-shadow {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	-webkit-transition: .75s ease-in-out;
	transition: .75s ease-in-out;
}



.iconic-main-slider {
	padding-bottom: 20px;
}

.home-2-slider .swiper-pagination-bullet {
	background-color: #fc808d;
}

.home-4-slider .swiper-pagination-bullet {
	background-color: #5dbfcd;
}

.iconic-main-slider .swiper-pagination-bullet.swiper-pagination-bullet-active,
.iconic-main-slider .swiper-pagination-bullet.swiper-pagination-bullet-active {
	border-color: #fff;
}

.h3-banner-img-wrapper {
	height: 710px;
	position: relative;
}

.h3-banner-img-wrapper img {
	max-width: 100%;
	height: auto;
	display: block;
	position: absolute;
}

.h3-banner-img-wrapper .h3-banner-img-1 {
	top: 0;
	right: -55px;
}

.h3-banner-img-wrapper .h3-banner-img-2 {
	bottom: 0;
	right: -30px;
}

@media (min-width: 1450px) {
	.h3-banner-img-wrapper .h3-banner-img-1 {
		right: -85px;
	}

	.h3-banner-img-wrapper .h3-banner-img-2 {
		right: -58px;
	}
}

#particles {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	bottom: 0;
	left: 0;
	z-index: 0;
	opacity: 1;
}

.main-slider .banner-img {
	z-index: 2;
	position: relative;
}

.home-5-banner .banner-content .title {
	color: #445063;
}

.home-5-banner .banner-content .sub-title {
	color: #808998
}

@media (min-width: 1340px) {
	.home-5-banner .video-popup {
		margin-right: -70px;
		margin-left: 80px;
	}
}

@media (min-width: 1600px) {
	.home-5-banner .video-popup {
		margin-right: -180px;
		margin-left: 100px;
	}
}

.h6-slider-img-1,
.h6-slider-img-2 {
	position: relative;
	height: 650px;
}

.h6-slider-img-1 img,
.h6-slider-img-2 img {
	max-width: 100%;
	height: auto;
	display: block;
	position: absolute;
}

.h6-slider-img-1 img:nth-child(1) {
	left: 0;
	bottom: 0;
}

.h6-slider-img-1 img:nth-child(2) {
	right: -200px;
	bottom: 196px;
}

.h6-slider-img-1 img:nth-child(3) {
	left: 175px;
	bottom: 95px;
}

.h6-slider-img-1 img {
	opacity: 0;
	-webkit-transform: translate3d(70%, 70%, 0);
	transform: translate3d(70%, 70%, 0);
	-webkit-transition: .85s ease-in-out;
	transition: .85s ease-in-out;
}

.swiper-slide-active .h6-slider-img-1 img,
.swiper-slide-active .h6-slider-img-2 img {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.swiper-slide-active .h6-slider-img-1 img:nth-child(1) {
	transition-delay: .2s;
}

.swiper-slide-active .h6-slider-img-1 img:nth-child(2) {
	transition-delay: .8s;
}

.swiper-slide-active .h6-slider-img-1 img:nth-child(3) {
	transition-delay: .5s;
}

.h6-slider-img-2 img:nth-child(1) {
	left: 0;
	bottom: 0;
}

.h6-slider-img-2 img:nth-child(2) {
	right: -150px;
	top: 20px;
}

.h6-slider-img-2 img {
	opacity: 0;
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	-webkit-transition: 1s ease-in-out;
	transition: 1s ease-in-out;
}

.swiper-slide-active .h6-slider-img-2 img:nth-child(1) {
	transition-delay: 1s;
}

.swiper-slide-active .h6-slider-img-2 img:nth-child(2) {
	transition-delay: 1.3s;
}

.home-7-banner .banner-content .sub-title {
	font-style: normal;
	font-size: 20px;
	line-height: 1.5;
}

.home-7-banner .scroll-next-sec {
	position: absolute;
	bottom: 60px;
	left: 50%;
	border-color: #4081ad;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.home-4-slider {
	/* pointer-events: none; */
}

.home-4-slider .btn,
.home-4-slider .swiper-pagination-bullet {
	pointer-events: auto;
}




/* 5 - Feature Style
--------------------------------------------------------------------------------------*/
.feature {
	padding-top: 100px;
	padding-bottom: 80px;
}

.icon-box {
	margin-bottom: 30px;
	position: relative;
	-webkit-transition: .25s cubic-bezier(0.43, 0.49, 0.51, 0.68);
	transition: .25s cubic-bezier(0.43, 0.49, 0.51, 0.68);
}

.icon-box .icon-box-icon {
	font-size: 40px;
	color: #01bfe7;
	margin-bottom: 30px;
	display: block;
}

.icon-box .icon-box-title {
	font-size: 20px;
	font-weight: 600;
	color: #252a32;
	margin-bottom: .9em;
}

.icon-box p {
	color: #99a1af;
	margin-bottom: 0;
}

.icon-box.style-boxed {
	text-align: center;
	border-radius: 4px;
	padding: 95px 50px 80px 50px;
	background-color: #f9fbff;
	border: 1px solid transparent;
}

.icon-box.style-boxed:hover {
	border: 1px solid #edf3fb;
	background-color: #fff;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
}

.icon-box.style-boxed .icon-box-icon,
.icon-box.style-centered .icon-box-icon {
	font-size: 60px;
	margin-bottom: 25px;
}

.icon-box.style-centered {
	text-align: center;
	padding-left: 35px;
	padding-right: 35px;
}

.icon-box.awf-item {
	margin-bottom: 90px;
}

.icon-box.style-icon-left {
	display: -ms-flexbox;
	display: flex;
}

.icon-box.style-icon-left .icon-box-icon {
	margin-right: 27px;
	margin-bottom: 0;
}

.icon-box.style-boxed-ltr {
	padding: 50px;
	border-radius: 4px;
	border: 1px solid transparent;
}

.icon-box.style-boxed-ltr:hover {
	border-color: #edf3fb;
	box-shadow: 0px 3px 4px 0px rgba(0, 26, 36, 0.08);
}

.icon-box.awf-item .icon-box-icon i,
.h3-feature .icon-box-icon i,
.icon-box .icon-box-icon i {
	background-image: -moz-linear-gradient(40deg, #00ff42 0%, #7658f7 100%);
	background-image: -webkit-linear-gradient(40deg, #00ff42 0%, #7658f7 100%);
	background-image: -ms-linear-gradient(40deg, #00ff42 0%, #7658f7 100%);
	background-image: linear-gradient(40deg, #00ff42 0%, #7658f7 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.awesome-feature-img img {
	max-width: 100%;
	height: auto;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.h5-feature {
	padding-top: 150px;
	padding-bottom: 120px;
}

.h5-feature .icon-box-icon i {
	color: #5a60ff;
}

/* 6 - About Style
--------------------------------------------------------------------------------------*/
section.about {
	padding-bottom: 170px;
}

.about-content,
.about-images-wrapper {
	position: relative;
	z-index: 1;
}

.about-content h2 {
	font-size: 30px;
	font-weight: 700;
	color: #252a32;
	line-height: 1.47;
	margin-bottom: .7em;
}

.about-content .btn-wrapper {
	margin-top: 50px;
}

.about-images-wrapper {
	position: relative;
	height: 460px;
	background-image: url(../images/about-img-bg.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.about-images-wrapper,
.h2-about-img-wrapper,
.h3-about-img-wrapper,
.h4-about-img-wrapper,
.h5-about-img-wrapper {
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	position: relative;
	z-index: 1;
}

.about-images-wrapper img {
	max-width: 100%;
	height: auto;
	display: block;
	position: absolute;
}

.about-images-wrapper .about-img1 {
	top: 0;
	left: -20px;
}

.about-images-wrapper .about-img2 {
	bottom: 0;
	right: -55px;
}

.floating-shapes span {
	display: block;
	position: absolute;
}

.floating-shapes span img {
	display: block;
	max-width: 100%;
	height: auto;
}

.h2-about-img-wrapper,
.h3-about-img-wrapper {
	padding-top: 50px;
	padding-bottom: 50px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.h6-about-img-wrapper {
	background-repeat: no-repeat;
	background-position: right bottom;
}

.h7-about-img-wrapper {
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-right: -140px;
	position: relative;
}

.about img {
	max-width: 100%;
	height: auto;
	display: block;
}

.h7-about-img-wrapper img {
	max-width: 100%;
	height: auto;
	display: block;
}

.h3-about-img-wrapper {
	background-image: url(../images/about-img-bg3.png);
}

.h4-about-img-wrapper {
	background-image: url(../images/about-img-bg4.png);
}

.h5-about-img-wrapper {
	background-image: url(../images/about-img-bg5.png);
}

.h6-about-img-wrapper {
	background-image: url(../images/about-img-bg6.png);
}

.h7-about-img-wrapper {
	background-image: url(../images/about-img-bg7.png);
}

.floating-shapes span:nth-child(1) {
	left: 4.8%;
	top: 1.5%;
}

.floating-shapes span:nth-child(2) {
	left: 9.6%;
	top: 27.2%;
}

.floating-shapes span:nth-child(3) {
	left: 8.8%;
	bottom: 16%;
}

.floating-shapes span:nth-child(4) {
	left: 25%;
	bottom: 21%;
}

.floating-shapes span:nth-child(5) {
	left: 35%;
	top: 6.6%;
}

.floating-shapes span:nth-child(6) {
	left: 43%;
	bottom: 30%;
}

.floating-shapes span:nth-child(7) {
	left: 49%;
	top: 45%;
}

.floating-shapes span:nth-child(8) {
	right: 11.8%;
	top: 33%;
}

.floating-shapes span:nth-child(9) {
	right: 6%;
	top: 10%;
}

.floating-shapes span:nth-child(10) {
	right: 4.5%;
	bottom: 33%;
}

.a-line-list {
	list-style: none;
	margin-bottom: 0;
	margin-top: 50px;
}

.a-line-list li {
	font-size: 16px;
	color: #616976;
	font-family: 'Poppins', sans-serif;
	position: relative;
	margin-bottom: 20px;
	font-weight: 400;
}

.a-line-list li span {
	vertical-align: middle;
}

.a-line-list li i {
	font-size: 20px;
	color: #26d0ce;
	vertical-align: middle;
}

.a-line-list li img {
	position: absolute;
	display: block;
	max-width: 100%;
	height: auto;
	bottom: 0;
	left: 100%;
	z-index: 2;
}

.a-line-list li:nth-child(1) img,
.a-line-list li:nth-child(2) img {
	left: 400px;
}

.a-line-list li:nth-child(3) img {
	left: 350px;
}


/* 7 - App Screenshot Style
--------------------------------------------------------------------------------------*/
.app-screenshot-slider {
	padding: 20px 15px 30px 15px;
}

.app-screenshot-item {
	position: relative;
	box-shadow: 0px 10px 20px 0px rgba(0, 12, 31, 0.1);
}

.app-screenshot-item img {
	width: 100%;
	height: auto;
	display: block;
}

.app-screenshot-item.style-2 {
	box-shadow: none;
	pointer-events: none;
}

.app-screenshot-item.style-3 {
	box-shadow: none;
	cursor: pointer;
}

.app-screenshot-item.style-3:after {
	display: none;
}

.app-screenshot-slider-2 {
	padding-top: 5px;
	padding-bottom: 5px;
}

.swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background-color: #d7dce6;
	opacity: 1;
	vertical-align: middle;
	margin: 0 5px;
	outline: none;
}

.swiper-pagination-bullet.swiper-pagination-bullet-active {
	border: 1px solid #01bfe7;
	width: 14px;
	height: 14px;
	background-color: transparent;
}

.swiper-pagination {
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
	margin-top: 70px;
}

.app-screenshot-item::after {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	pointer-events: none;
	background-color: #01bfe7;
	opacity: 0;
	-webkit-transition: .25s cubic-bezier(0.43, 0.49, 0.51, 0.68);
	transition: .25s cubic-bezier(0.43, 0.49, 0.51, 0.68);
}

.app-screenshot-item:hover::after {
	opacity: .9;
}

.app-screenshot-item .asi-icon-wr {
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	z-index: 1;
	opacity: 0;
	pointer-events: none;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	-webkit-transition: .25s cubic-bezier(0.43, 0.49, 0.51, 0.68);
	transition: .25s cubic-bezier(0.43, 0.49, 0.51, 0.68);
}

.app-screenshot-item:hover .asi-icon-wr {
	opacity: 1;
}

.app-screenshot-item .asi-icon {
	display: block;
	position: relative;
	width: 50px;
	height: 50px;
	line-height: 50px;
	color: #fff;
	text-align: center;
	font-size: 24px;
	border-radius: 50%;
}

.app-screenshot-item .asi-icon::before,
.app-screenshot-item .asi-icon::after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	top: 0;
	left: 0;
}

.app-screenshot-item .asi-icon::before {
	border: 1px solid transparent;
}

.app-screenshot-item .asi-icon::after {
	border: 0 solid transparent;
}

.app-screenshot-item:hover .asi-icon::before {
	border-top-color: #fff;
	border-right-color: #fff;
	border-bottom-color: #fff;
	transition: border-top-color 0.15s linear, border-right-color 0.15s linear 0.1s, border-bottom-color 0.15s linear 0.2s;
}

.app-screenshot-item:hover .asi-icon::after {
	border-top: 1px solid #fff;
	border-left-width: 1px;
	border-right-width: 1px;
	-webkit-transform: rotate(270deg);
	transform: rotate(270deg);
	transition: border-left-width 0s linear 0.35s, -webkit-transform 0.4s linear 0s;
	transition: transform 0.4s linear 0s, border-left-width 0s linear 0.35s;
	transition: transform 0.4s linear 0s, border-left-width 0s linear 0.35s, -webkit-transform 0.4s linear 0s;
}

.app-screenshot-item.style-2::after {
	background-color: #000;
	opacity: .2;
}

.swiper-slide-active .app-screenshot-item.style-2 {
	pointer-events: auto;
	box-shadow: 0 0 3px rgba(0, 0, 0, .15);
}

.swiper-slide-active .app-screenshot-item.style-2::after {
	opacity: 0;
}

.swiper-slide-prev .app-screenshot-item.style-2::after,
.swiper-slide-next .app-screenshot-item.style-2::after {
	opacity: .1;
}

.app-screenshot-slider-3 {
	position: relative;
}

.screenshot-mockup-wrapper {
	position: relative;
	margin-top: 30px;
}

.screenshot-mockup-wrapper .swiper-pagination {
	margin-top: 100px;
}

.screenshot-mockup-wrapper:after {
	content: "";
	position: absolute;
	height: 474px;
	width: 236px;
	top: -57px;
	left: 50%;
	z-index: 1;
	background: url(../images/phone-mokeup2.png) no-repeat;
	background-size: contain;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}


/* 8 - Counter Style
--------------------------------------------------------------------------------------*/
.fun-fact .overlay {
	opacity: .95;
	background: -moz-linear-gradient(90deg, #01bfe7 0%, #7658f7 100%);
	background: -webkit-linear-gradient(90deg, #01bfe7 0%, #7658f7 100%);
	background: -ms-linear-gradient(90deg, #01bfe7 0%, #7658f7 100%);
	background: linear-gradient(90deg, #01bfe7 0%, #7658f7 100%);
}

.counter-item {
	position: relative;
	text-align: center;
	color: #fff;
	margin-bottom: 50px;
}

.counter-item-icon {
	margin-bottom: 30px;
	font-size: 50px
}

.counter-item-count {
	font-size: 50px;
	font-weight: 700;
	font-family: 'Poppins', sans-serif;
	margin-bottom: 3px;
}

.counter-item h4 {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 0;
}

.counter-item.boxed-style {
	background-color: rgba(255, 255, 255, .06);
	border: 6px solid rgba(255, 255, 255, .2);
	text-align: initial;
	padding: 45px 40px 55px 40px;
}

.counter-item.boxed-style .counter-item-icon {
	margin-bottom: 20px;
}

/* 9 - Testimonial Style
--------------------------------------------------------------------------------------*/
.testimonial-slider-row,
.app-screenshot-slider-row {
	margin-left: -30px;
	margin-right: -30px;
}

.testimonial-item {
	position: relative;
	background-color: #fff;
	box-shadow: 0px 2px 4px 0px rgba(0, 12, 31, 0.08);
	padding: 25px;
	border-radius: 4px;
	-webkit-transition: .2s cubic-bezier(0.43, 0.49, 0.51, 0.68);
	transition: .2s cubic-bezier(0.43, 0.49, 0.51, 0.68);
	height: 300px;
}

.ssMainHeader{
	font-size: 20px;
	text-align: center;
}

.testimonial-item:hover {
	box-shadow: 0px 20px 30px 0px rgba(0, 12, 31, 0.1);
}

.testimonial-slider {
	padding: 15px 15px 40px 15px;
}

.testimonial-content {
	font-size: 15px;
	color: #99a1af;
	font-style: none;
	line-height: 1.67;
	font-weight: 400;
	position: relative;
	padding-bottom: 30px;
}

.submenu {
	display: none;
}

.submenu .col-lg-4 {
	margin-bottom: 30px;
}

.submenu .col-lg-6 {
	margin-bottom: 30px;
}

.testimonial-item .quote-mark {
	font-size: 100px;
	color: #ebeff6;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	font-style: normal;
	line-height: 1.2;
}

.testimonial-item .reviewer-name {
	font-size: 18px;
	font-weight: 700;
	color: #252a32;
	font-family: 'Lato', sans-serif;
}

.testimonial-meta {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	text-align: left;
	position: relative;
	position: absolute;
	bottom: 30px;
	right: 30px;
}

.testimonial-meta .author-img {
	width: 80px;
	height: 80px;
	display: block;
	border-radius: 50%;
	background-color: #e0e7f2;
	padding: 5px;
	margin-right: 20px;
	position: relative;
}

.testimonial-meta .author-img:after {
	content: "";
	display: block;
	position: absolute;
	width: 20px;
	height: 22px;
	background: url(../images/cu-tri.png);
	background-repeat: no-repeat;
	background-position: center;
	bottom: calc(100% - 9px);
	left: 13px;
}

.testimonial-meta .author-img img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 50%;
}

.testimonial-btn-next,
.testimonial-btn-prev {
	width: 50px;
	height: 50px;
	line-height: 50px;
	display: block;
	text-align: center;
	color: #252a32;
	font-size: 20px;
	background-color: #fff;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	box-shadow: 0px 2px 4px rgba(0, 12, 31, 0.08);
	border: 1px solid #ecf0f5;
	cursor: pointer;
	outline: none;
	z-index: 2;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
	margin-top:-12px;
}

.testimonial-btn-next i,
.testimonial-btn-prev i{
	line-height:50px;
}

.testimonial-btn-next:hover,
.testimonial-btn-prev:hover {
	border-color: #01bfe7;
	background-color: #01bfe7;
	color: #fff;
}

.testimonial-btn-next {
	right: 0px;
}

.testimonial-btn-prev {
	left: 0px;
}

@media (min-width: 1450px) {

	.testimonial-btn-next {
		right: 0px;
	}

	.testimonial-btn-prev {
		left: 0px;
	}

}

.testimonial-one-item-slider-wrapper .testimonial-btn-next {
	right: -110px;
}

.testimonial-one-item-slider-wrapper .testimonial-btn-prev {
	left: -110px;
}

.testimonial-item.style-2 {
	text-align: center;
	background-color: transparent;
	border-radius: 0;
	padding: 0;
	box-shadow: none;
}

.testimonial-item.style-3 .quote-mark {
	display: none;
}

.testimonial-item.style-2 .quote-mark {
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
	display: block;
	font-size: 200px;
	color: #fed4dd;
	font-weight: 500;
	line-height: 1.05;
	margin-bottom: -110px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}



.testimonial-item.style-2 .testimonial-content {
	font-size: 20px;
	color: #888f9a;
	padding-bottom: 0;
	margin-bottom: 60px;
}

.testimonial-item.style-2 .testimonial-meta {
	-ms-flex-pack: center;
	justify-content: center;
}

.testimonial-one-item-slider-wrapper .testimonial-btn-next {
	right: -185px;
}

.testimonial-one-item-slider-wrapper .testimonial-btn-prev {
	left: -185px;
}

.testimonial-item.style-2 .quote-mark {
	font-size: 150px;
	margin-bottom: -80px;
}

.testimonial-item.style-4 {
	text-align: center;
	padding-top: 35px;
}

.testimonial-item.style-4 .quote-mark {
	position: relative;
	top: auto;
	left: auto;
	right: auto;
	bottom: auto;
	display: block;
	color: #ebeff6;
	font-size: 100px;
	margin-bottom: -60px;
	-webkit-transform: rotate(180deg);
	transform: rotateX(180deg);
}

.testimonial-item.style-4 .testimonial-meta,
.testimonial-item.style-5 .testimonial-meta {
	-ms-flex-pack: center;
	justify-content: center;
}

.testimonial-item.style-4 .t-meta-info,
.testimonial-item.style-5 .t-meta-info {
	text-align: center;
}

.testimonial-item.style-4 .reviewer-name span {
	font-size: 16px;
	color: #99a1af;
	font-weight: 400;
	font-style: italic;
}

.testimonial-item.style-5 {
	padding: 0;
	text-align: center;
	background-color: transparent;
	box-shadow: none;
}

.testimonial-item.style-5 .author-img {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	display: block;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

.testimonial-item.style-5 .author-img img {
	width: 100%;
	height: auto;
	display: block;
}

.testimonial-item.style-5 .testimonial-content {
	font-size: 16px;
	font-family: 'Poppins', sans-serif;
	color: #79808c;
	line-height: 1.85;
	padding-bottom: 30px;
}

.testimonial-item.style-5 .rating-star i {
	font-size: 10px;
}

.testimonial-item.style-5 .reviewer-deg {
	position: relative;
	display: inline-block;
	font-size: 14px;
	color: #99a1af;
	vertical-align: middle;
	font-weight: 400;
	font-style: italic;
}

.testimonial-item.style-5 .reviewer-deg:before {
	content: "/";
	display: inline-block;
	margin: 0 8px;
}

/* 10 - Team Style
--------------------------------------------------------------------------------------*/
.team-member {
	position: relative;
	margin-bottom: 40px;
}

.team-member .member-img {
	position: relative;
	overflow: hidden;
	margin-bottom: 25px;
}

.team-member .member-img img {
	width: 100%;
	height: auto;
	display: block;
}

.team-member .member-details {
	text-align: center;
}

.team-member .member-details .name {
	font-size: 20px;
	color: #252a32;
	font-weight: 600;
	margin-bottom: .3em;
}

.team-member .member-details .deg {
	display: block;
	font-size: 16px;
	color: #99a1af;
	font-style: italic;
}

.team-member .member-img .social-profile {
	position: absolute;
	width: 100%;
	bottom: 30px;
	left: 0;
	text-align: center;
	z-index: 1;
	overflow: hidden;
}

.team-member .member-img .social-profile li {
	opacity: 0;
	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.team-member:hover .member-img .social-profile li {
	opacity: 1;
}

.team-member:hover .member-img .social-profile li:nth-child(2) {
	transition-delay: .1s;
}

.team-member:hover .member-img .social-profile li:nth-child(3) {
	transition-delay: .2s;
}

.team-member:hover .member-img .social-profile li:nth-child(4) {
	transition-delay: .3s;
}

.team-member:hover .member-img .social-profile li:nth-child(5) {
	transition-delay: .4s;
}

.team-member:hover .member-img .social-profile li:nth-child(6) {
	transition-delay: .5s;
}

.team-member:hover .member-img .social-profile li:nth-child(7) {
	transition-delay: .6s;
}

.team-member:hover .member-img .social-profile li:nth-child(7) {
	transition-delay: .7s;
}

.team-member:hover .member-img .social-profile li:nth-child(8) {
	transition-delay: .8s;
}

.team-member:hover .member-img .social-profile li:nth-child(9) {
	transition-delay: .9s;
}

.team-member .member-img:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	top: 0;
	left: 0;
	opacity: 0;
	background: -moz-linear-gradient(30deg, rgb(14, 194, 233) 0%, rgb(96, 56, 247) 100%);
	background: -webkit-linear-gradient(30deg, rgb(14, 194, 233) 0%, rgb(96, 56, 247) 100%);
	background: -ms-linear-gradient(30deg, rgb(14, 194, 233) 0%, rgb(96, 56, 247) 100%);
	background: linear-gradient(30deg, rgb(14, 194, 233) 0%, rgb(96, 56, 247) 100%);
	-webkit-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

.team-member:hover .member-img:after {
	opacity: .7;
}

.team-member .social-profile.rounded li a:hover {
	color: #252a32
}

.team-member.style-2 .member-details {
	text-align: left;
}

.team-member.style-2 .member-img .social-profile {
	text-align: left;
}

.team-member.style-2 .member-img .social-profile {
	padding-left: 30px;
	padding-right: 30px;
}

.team-member .member-img .member-about {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	top: 0;
	left: 0;
	padding: 30px;
	color: #fff;
	opacity: 0;
	z-index: 1;
	pointer-events: none;
	-webkit-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

.team-member:hover .member-img .member-about {
	opacity: 1;
	transition-delay: .1s;
}


.team-member.style-2:hover .member-img:after {
	opacity: .9;
}


/* 11 - Quick Overview Style
--------------------------------------------------------------------------------------*/
.quick-overview-tab {
	text-align: center;
	font-family: 'Poppins', sans-serif;
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 80px;
}

.quick-overview-tab li.nav-item {
	margin-bottom: 0;
	text-align: center;
	display: inline-block;
	margin-left: 25px;
	margin-right: 25px;
}

.quick-overview-tab li.nav-item:first-child {
	margin-left: 0;
}

.quick-overview-tab li.nav-item:last-child {
	margin-right: 0;
}

.quick-overview-tab li a,
.quick-overview-tab .nav-link {
	font-size: 16px;
	color: #252a32;
	font-weight: 500;
	border: 0;
	padding: 1em .5em;
	position: relative;
	display: block;
	-webkit-transition: .15s cubic-bezier(0.43, 0.49, 0.51, 0.68);
	transition: .15s cubic-bezier(0.43, 0.49, 0.51, 0.68);
}

.quick-overview-tab li a:after {
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	background-color: #01bfe7;
	position: absolute;
	left: 0;
	bottom: -2px;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	transform-origin: right center 0;
	-webkit-transition: 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.quick-overview-tab li a.active:after {
	transform: scaleX(1);
	transform-origin: left center 0;
	transition: transform 0.3s cubic-bezier(0.43, 0.49, 0.51, 0.68);
}

.quick-overview-tab li a.active,
.quick-overview-tab .nav-link.active,
.quick-overview-tab li a:hover {
	border: 0;
	color: #01bfe7;
}

.quick-overview-content {
	text-align: initial;
}

.quick-overview-content h2 {
	font-size: 26px;
	font-weight: 600;
	color: #252a32;
	margin-bottom: 1em;
}

.quick-overview-content p {
	color: #99a1af;
	line-height: 1.625em;
}

.quick-overview-content-head {
	margin-bottom: 45px;
}

.iconic-icon-list {
	list-style: none;
	margin-bottom: 35px;
	font-family: 'Poppins', sans-serif;
}

.iconic-icon-list li {
	font-size: 16px;
	font-weight: 400;
	color: #616976;
	position: relative;
	margin-bottom: 1.25em;
	display: -ms-flexbox;
	display: flex;
}

.iconic-icon-list.text-right li {
	-ms-flex-pack: flex-end;
	justify-content: flex-end;
}

.iconic-icon-list li i {
	font-size: 20px;
	color: #01bfe7;
	vertical-align: middle;
	margin-right: 15px;
}

/* 12 - Pricing Style
--------------------------------------------------------------------------------------*/
.pricing-tables-wrapper {
	position: relative;
	width: 100%;
	text-align: center;
}

.pricing-tab {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: stretch;
	align-items: stretch;
	text-align: center;
	border: 0;
	margin-bottom: 70px;
}

.pricing-tab li,
.pricing-tab li.nav-item {
	display: inline-block;
	border: 0;
	margin-bottom: 0;
}

.pricing-tab li a {
	display: block;
	color: #616976;
	font-size: 16px;
	font-weight: 500;
	height: 100%;
	padding: .8em 2.92em;
	font-family: 'Poppins', sans-serif;
	border: 1px solid #d6dbe5;
	border-radius: 3px;
	-webkit-transition: .15s cubic-bezier(0.43, 0.49, 0.51, 0.68);
	transition: .15s cubic-bezier(0.43, 0.49, 0.51, 0.68);
}

.pricing-tab li:first-child a {
	border-right: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

.pricing-tab li:last-child a {
	border-left: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

.pricing-tab li a:hover {
	color: #01bfe7;
	border-color: #01bfe7;
}

.pricing-tab li a.active {
	background-color: #01bfe7;
	border-color: #01bfe7;
	border-radius: 3px;
	color: #fff;
}

.pricing-table {
	position: relative;
	display: block;
	background-color: #fafcff;
	padding: 50px;
	text-align: center;
	border: 1px solid #f6f8fc;
	-webkit-transition: .25s cubic-bezier(0.43, 0.49, 0.51, 0.68);
	transition: .25s cubic-bezier(0.43, 0.49, 0.51, 0.68);
}

.pricing-head {
	padding-bottom: 28px;
	border-bottom: 1px solid #e8edf4;
}

.pricing-head .title {
	font-size: 20px;
	font-weight: 600;
	color: #252a32;
	margin-bottom: .2em;
	line-height: 1.3;
}

.pricing-head .sub-title {
	font-size: 16px;
	font-weight: 400;
	color: #99a1af;
	display: block;
}

.pricing-price {
	padding: 35px 0;
}

.pricing-price .price-tag {
	font-size: 54px;
	font-weight: 500;
	color: #252a32;
	font-family: 'Poppins', sans-serif;
	line-height: 1;
	display: inline-block;
}

.pricing-price .price-period {
	font-size: 16px;
	color: #99a1af;
	line-height: 1;
	vertical-align: baseline;
	display: inline-block;
}

.pricing-body {
	margin-bottom: 47px;
}

.pricing-body ul {
	list-style: none;
	display: block;
	position: relative;
}

.pricing-body ul li {
	font-size: 16px;
	font-weight: 400;
	color: #828a99;
	margin-bottom: 21px;
}

.pricing-body ul li i {
	display: inline-block;
	font-size: 12px;
	vertical-align: middle;
	margin-right: 5px;
}

.pricing-body ul li i.icon_check {
	color: #01bfe7;
}

.pricing-body ul li i.icon_close {
	color: #fa1f1f;
}

.pricing-footer a {
	display: inline-block;
	font-size: 12px;
	font-weight: 700;
	color: #717b8c;
	border: 1px solid #99a1af;
	border-radius: 3px;
	text-align: center;
	padding: 1.42em 2.5em;
	-webkit-transition: .15s cubic-bezier(0.43, 0.49, 0.51, 0.68);
	transition: .15s cubic-bezier(0.43, 0.49, 0.51, 0.68);
}

.pricing-footer a:hover {
	color: #fff;
	background-color: #01bfe7;
	border-color: #01bfe7;
}

.pricing-badge {
	position: absolute;
	display: block;
	top: 0;
	right: 5px;
}

.pricing-badge .badge-name {
	position: relative;
	background-color: #01bfe7;
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	height: 40px;
	width: 90px;
	text-align: center;
	-webkit-transform: rotate(-90deg) translateX(-27%);
	transform: rotate(-90deg) translateX(-27%);
}

.pricing-badge .badge-name:after {
	content: "";
	border-top: 20px solid #01bfe7;
	border-bottom: 20px solid #01bfe7;
	border-right: 11px solid transparent;
	border-left: 11px solid transparent;
	position: absolute;
	left: -11px;
	top: 0;
}

.pricing-table:hover {
	background-color: #fff;
	border-radius: 4px;
	border-color: #f6f8fc;
	box-shadow: 0px 20px 40px 0px rgba(0, 12, 31, 0.1);
}

.pricing-table.style-2 {
	text-align: left;
}

.pricing-table.style-2:hover {
	background-color: #fafcff;
	box-shadow: none;
}

.pricing-table.style-2.featured {
	padding-top: 90px;
	padding-bottom: 90px;
	background-color: #fff;
	box-shadow: 0px 20px 40px 0px rgba(0, 12, 31, 0.1);
	border-radius: 4px;
	z-index: 1;
	margin-left: -15px;
	margin-right: -15px;
}


/* 13 - Get The app Style
--------------------------------------------------------------------------------------*/
.get-the-app {
	position: relative;
	z-index: 0;
	/*background: -moz-linear-gradient(-90deg, #01bfe7 0%, #7658f7 100%);
	background: -webkit-linear-gradient(-90deg, #01bfe7 0%, #7658f7 100%);
	background: -ms-linear-gradient(-90deg, #01bfe7 0%, #7658f7 100%);
	background: linear-gradient(-90deg, #01bfe7 0%, #7658f7 100%);*/
}

.get-the-app-content {
	color: #fff;
}

.get-the-app-content h2 {
	font-size: 30px;
	font-weight: 700;
	margin-bottom: .75em;
}

.get-the-app-content p {}

.get-the-app-imgs {
	position: relative;
	min-height: 560px;
}

.get-the-app-imgs img {
	position: absolute;
	max-width: 100%;
}

.get-the-app-imgs .gtp-img1 {
	left: 0;
	top: 54px;
}

.get-the-app-imgs .gtp-img2 {
	right: -55px;
	top: 100px;
}

.animated-wave {
	position: absolute;
	width: 100%;
	height: 200px;
	bottom: 0;
	left: 0;
	z-index: 0;
}

.apps-store-btn-wrpper {
	margin-top: 40px;
}

.apps-store-btn-wrpper .app-store-btn:last-child {
	margin-right: 0;
}

.app-store-btn {
	display: inline-block;
	background-color: rgba(255, 255, 255, .058);
	border: 1px solid #fff;
	border-radius: 3px;
	overflow: hidden;
	width: 200px;
	position: relative;
	margin-right: 17px;
	margin-bottom: 20px;
}

.app-store-btn img {
	width: 100%;
	height: auto;
	display: block;
	pointer-events: none;
	backface-visibility: hidden;
}

.app-store-btn:hover {
	background-color: #fff;
}

.app-store-btn img:nth-child(2),
.app-store-btn:hover img:nth-child(1) {
	display: none;
}

.app-store-btn:hover img:nth-child(2) {
	display: block;
}

.h2-get-the-app {
	min-height: 470px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
}

.h2-get-the-app .overlay {
	opacity: .95;
	background-color: #1f212e;
}

.h4-get-the-app .overlay {
	opacity: .95;
	background: -moz-linear-gradient(-90deg, rgb(50, 73, 214) 0%, rgb(13, 197, 173) 100%);
	background: -webkit-linear-gradient(-90deg, rgb(50, 73, 214) 0%, rgb(13, 197, 173) 100%);
	background: -ms-linear-gradient(-90deg, rgb(50, 73, 214) 0%, rgb(13, 197, 173) 100%);
	background: linear-gradient(-90deg, rgb(50, 73, 214) 0%, rgb(13, 197, 173) 100%);
}

.h4-get-the-app-img {
	padding-top: 90px;
	overflow: hidden;
}

.h2-download-app-screenshot,
.app-screenshot-parallax {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -2px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.h2-download-app-screenshot img {
	max-width: 100%;
	height: auto;
	display: block;
}

.app-screenshot-parallax-mokeup {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.app-screenshot-parallax-mokeup>img {
	z-index: 1;
	position: relative;
}

.app-screenshot-parallax-mokeup img {
	max-width: 100%;
	height: auto;
	display: block;
}

.app-screenshot-parallax-img {
	width: 100%;
	height: calc(100% - 130px);
	position: absolute;
	overflow: hidden;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.app-screenshot-parallax-img img {
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	top: 0;
	left: 17px;
}

.app-downlod-btn-large {
	position: relative;
	display: block;
	margin-bottom: 30px;
}

.app-downlod-btn-large:after {
	content: "";
	position: absolute;
	width: calc(100% - 60px);
	height: 20px;
	left: 30px;
	bottom: -10px;
	display: block;
	opacity: .3;
	background: -webkit-linear-gradient(90deg, rgb(14, 194, 233) 0%, rgb(96, 56, 247) 100%);
	background: -ms-linear-gradient(90deg, rgb(14, 194, 233) 0%, rgb(96, 56, 247) 100%);
	background: linear-gradient(90deg, rgb(14, 194, 233) 0%, rgb(96, 56, 247) 100%);
	-webkit-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

.app-downlod-btn-large:hover:after {
	opacity: 1;
}

.app-downlod-btn-large .btn-content-wrapper {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	padding: 30px;
	position: relative;
	background-color: #ffffff;
	z-index: 1;
	box-shadow: 0px 2px 4px 0px rgba(0, 12, 31, 0.08);
	-webkit-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

.app-downlod-btn-large:hover .btn-content-wrapper {
	box-shadow: 0px 2px 12px 0px rgba(0, 12, 31, 0.08);
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
}

.app-downlod-btn-large .btn-content-wrapper .btn-c-icon {
	-ms-flex: 0 0 90px;
	flex: 0 0 90px;
	max-width: 90px;
	height: 90px;
	line-height: 90px;
	text-align: center;
	background-color: #f5ba2e;
	border-radius: 3px;
	margin-right: 30px;
}

.app-downlod-btn-large.app-store .btn-content-wrapper .btn-c-icon {
	background: #f96797;
}

.app-downlod-btn-large.windows-store .btn-content-wrapper .btn-c-icon {
	background: #2ebbf5;
}

.app-downlod-btn-large .btn-content-wrapper .btn-c-icon img {
	display: inline-block;
	max-width: 100%;
	height: auto;
}

.app-downlod-btn-large .btn-content-wrapper .btn-c-content h3 {
	font-size: 20px;
	font-weight: 500;
	color: #252a32;
	margin-bottom: .25em;
}

.app-downlod-btn-large .btn-content-wrapper .btn-c-content span {
	font-size: 16px;
	color: #99a1af;
	display: block;
}

.h7-get-the-app {
	padding-top: 60px;
	padding-bottom: 60px;
	position: relative;
	z-index: 0;
	background: -webkit-linear-gradient(90deg, rgb(26, 41, 128) 0%, rgb(38, 208, 206) 100%);
	background: linear-gradient(90deg, rgb(26, 41, 128) 0%, rgb(38, 208, 206) 100%);
}

.image___bg {
	background-image: -moz-linear-gradient(0deg, rgb(26, 41, 128) 0%, rgb(38, 208, 206) 100%);
	background-image: -webkit-linear-gradient(0deg, rgb(26, 41, 128) 0%, rgb(38, 208, 206) 100%);
	background-image: -ms-linear-gradient(0deg, rgb(26, 41, 128) 0%, rgb(38, 208, 206) 100%);
	position: absolute;
	left: 0px;
	top: 7876px;
	width: 1920px;
	height: 550px;
	z-index: 414;
}


.h7-download-img {
	position: relative;
	height: 430px;
}

.h7-download-img img {
	max-width: 100%;
	height: auto;
	display: block;
	position: absolute;
}

.h7-download-img .gtp-img1 {
	right: 0;
	top: 0;
}

.h7-download-img .gtp-img2 {
	left: 0;
	top: 0;
}


/* 14 - Blog Style
--------------------------------------------------------------------------------------*/
.blog-post {
	position: relative;
	display: block;
	margin-bottom: 30px;
}

.blog-post .post-thumb {
	margin-bottom: 27px;
	position: relative;
	overflow: hidden;
}

.blog-post .post-thumb img {
	width: 100%;
	height: auto;
	display: block;
}

.blog-post .post-thumb:after {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0;
	top: 0;
	left: 0;
	pointer-events: none;
	-webkit-transition: .25s cubic-bezier(0.43, 0.49, 0.51, 0.68);
	transition: .25s cubic-bezier(0.43, 0.49, 0.51, 0.68);
}

.blog-post .post-thumb:hover:after {
	opacity: .3;
}

.blog-post .post-thumb .meta-date {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 80px;
	height: 80px;
	border-radius: 3px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	z-index: 2;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: rgba(37, 42, 50, .9);
	pointer-events: none;
	color: #fff;
	font-size: 16px;
	padding: 10px;
	line-height: 1;
	-webkit-transition: .25s cubic-bezier(0.43, 0.49, 0.51, 0.68);
	transition: .25s cubic-bezier(0.43, 0.49, 0.51, 0.68);
}

.blog-post .post-thumb:hover .meta-date {
	background-color: rgba(40, 199, 127, .9);
}

.blog-post .post-thumb .meta-date .date {
	font-size: 30px;
	font-weight: 700;
	display: block;
}

.blog-post .post-title {
	margin-bottom: .7em;
}

.blog-post .post-title,
.blog-post .post-title a {
	font-size: 20px;
	font-weight: 600;
	color: #252a32;
	line-height: 1.5;
	-webkit-transition: .15s cubic-bezier(0.43, 0.49, 0.51, 0.68);
	transition: .15s cubic-bezier(0.43, 0.49, 0.51, 0.68);
}

.blog-post .post-title a:hover,
.blog-post .post-meta a:hover,
.blog-post.style-2 .post-title a:hover,
.blog-post.style-2 .post-meta a:hover,
.blog-single-post.blog-post .post-meta a:hover {
	color: #01bfe7;
}

.blog-post .post-meta>span,
.blog-post .post-meta a {
	font-size: 14px;
	font-weight: 400;
	-webkit-transition: .15s cubic-bezier(0.43, 0.49, 0.51, 0.68);
	transition: .15s cubic-bezier(0.43, 0.49, 0.51, 0.68);
}

.blog-post .post-meta>span {
	color: #99a1af;
	position: relative;
	display: inline-block;
}

.blog-single-post.blog-post .post-meta a {
	color: #99A1AF;
}

.blog-post .post-meta a {
	color: #252a32;
}

.blog-post .post-meta>span {
	margin-right: 15px;
	padding-right: 15px;
}

.blog-post .post-meta>span:after {
	content: "";
	position: absolute;
	width: 0;
	height: 15px;
	border-right: 1px solid #dde0e4;
	border-left: 1px solid #a0a7b4;
	top: 60%;
	right: -1px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.blog-post .post-meta>span:first-child {
	margin-left: 0;
}

.blog-post .post-meta>span:last-child:after {
	display: none;
}

.blog-post .post-meta {
	margin-bottom: 9px;
}

.blog-post .post-des {
	font-size: 16px;
	color: #99a1af;
	line-height: 1.75;
	margin-bottom: 25px;
}

.blog-post .read-more-btn {
	font-size: 16px;
	color: #717b8c;
	font-weight: 500;
	display: inline-block;
	position: relative;
	vertical-align: middle;
	-webkit-transition: .15s ease-in-out;
	transition: .15s ease-in-out;
}

.blog-post .read-more-btn i {
	vertical-align: middle;
	font-size: 18px;
}

.blog-post .read-more-btn:after {
	content: "";
	width: 100%;
	height: 1px;
	position: absolute;
	background: #01bfe7;
	left: 0;
	bottom: 0;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	transform-origin: right center 0;
	-webkit-transition: 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.blog-post .read-more-btn:hover {
	color: #01bfe7;
}

.blog-post .read-more-btn:hover:after {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	transform-origin: left center 0;
	-webkit-transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
}

.h2-blog {
	padding-bottom: 130px;
}

.blog-page-main-wrapper {
	padding-top: 100px;
	padding-bottom: 120px;
	position: relative;
}

.blog-page-main-wrapper .main-content,
.blog-page-main-wrapper .sidebar {
	position: relative;
}

@media screen and (min-width: 992px) {
	.right-sidebar .main-content {
		padding-right: 75px;
	}

	.right-sidebar .sidebar {
		padding-left: 0;
		padding-right: 0;
		margin-left: -15px;
	}

	.left-sidebar .main-content {
		padding-left: 75px;
	}

	.left-sidebar .sidebar {
		padding-left: 0;
		padding-right: 0;
		margin-right: -15px;
	}

	.full-width .blog-single-post .post-thumb {
		margin-left: -70px;
		margin-right: -70px;
	}
}

.blog-post.style-2 {
	margin-bottom: 60px;
}

.blog-post.style-2 .post-title,
.blog-post.style-2 .post-title a {
	color: #1c1d1b;
	font-weight: 700;
}

.blog-post.style-2 .post-meta>span,
.blog-post.style-2 .post-meta a {
	font-style: italic;
	color: #767f8f;
}

.blog-post.style-2 .post-meta>span:after {
	content: "/";
	border: 0;
	height: auto;
	width: auto;
	top: 50%;
}

.blog-post.style-2 .post-thumb {
	margin-bottom: 23px;
}

.blog-post.style-2 .post-title {
	margin-bottom: .35em;
}

.blog-post.style-2 .post-meta {
	margin-bottom: 22px;
}

.blog-post.style-2 .read-more-btn {
	font-size: 14px;
	color: #717b8c;
	font-weight: 700;
	display: inline-block;
	position: relative;
	-webkit-transition: .15s ease-in-out;
	transition: .15s ease-in-out;
}

.blog-post.style-2 .read-more-btn:after {
	content: "";
	width: 100%;
	height: 1px;
	position: absolute;
	background: #01bfe7;
	left: 0;
	bottom: 0;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	transform-origin: right center 0;
	-webkit-transition: 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.blog-post.style-2 .read-more-btn:hover {
	color: #01bfe7;
}

.blog-post.style-2 .read-more-btn:hover:after {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	transform-origin: left center 0;
	-webkit-transition: transform 0.3s ease-in-out;
	transition: transform 0.3s ease-in-out;
}

.blog-post.style-2 .post-des {
	margin-bottom: 20px;
	line-height: 1.68;
}

.blog-post.style-2 .post-thumb .meta-date {
	left: auto;
	right: 20px;
	width: 68px;
	height: 68px;
	text-transform: uppercase;
	font-size: 16px;
}

.blog-post.blog-single-post {
	margin-bottom: 60px;
}

.blog-post.blog-single-post .post-thumb:after {
	display: none;
}

.blog-post.blog-single-post .post-title {
	color: #222931;
	font-size: 26px;
	margin-bottom: 5px;
}

.blog-post.blog-single-post .post-des {
	color: #767f8f;
	line-height: 1.6;
	margin-top: 40px;
}

.f-l-big:first-letter {
	font-size: 3.125em;
	color: #01bfe7;
	font-weight: 900;
	float: left;
	line-height: 1;
	margin-top: 3px;
	margin-right: 20px;
}

.blog-single-post-footer {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border-top: 1px solid #E4E8ED;
	border-bottom: 1px solid #E4E8ED;
	padding: 20px;
	margin-bottom: 60px;
}

.blog-single-post-footer>div {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.meta-tags span,
.meta-tags a {
	color: #767f8f;
	-webkit-transition: .15s ease-in-out;
	transition: .15s ease-in-out;
}

.meta-tags a:hover {
	color: #01bfe7;
}

.blog-single-post-footer .meta-tags i {
	font-size: 14px;
	margin-right: 15px;
}

.blog-single-post-footer .meta-share {
	text-align: right;
}

.blog-single-post-footer .meta-share>span,
.blog-single-post-footer .meta-share .social-profile {
	display: inline-block;
}

.blog-single-post-footer .meta-share>span {
	color: #222931;
	margin-right: 30px;
	font-weight: 600;
}

.author-box {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	position: relative;
	padding: 27px 35px 27px 75px;
	margin-left: 40px;
	background-color: #fbfbfb;
	border: 1px solid #f3f3f3;
	margin-bottom: 65px;
}

.author-box .author-avatar {
	width: 90px;
	height: 90px;
	border-radius: 50%;
	display: block;
	flex-shrink: 0;
	overflow: hidden;
	margin-right: 30px;
	border: 3px solid #e6ebf2;
	position: absolute;
	top: 50%;
	left: -40px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.author-box .author-avatar img {
	width: 100%;
	height: auto;
	display: block;
}

.author-box .author-info-head {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 5px;
}

.author-box .author-info-head .author-social {
	margin-left: auto;
}

.author-box .author-info-head .author-social ul li a {
	font-size: 14px;
}

.author-box .author-info-head h3 {
	font-size: 18px;
	font-weight: 600;
	color: #222931;
	margin-bottom: 0;
}

.author-box .author-description {
	font-size: 16px;
	font-weight: 400;
	color: #767f8f;
	line-height: 1.7;
}

.comment-list,
.comment-list .children {
	list-style: none;
}

.comment-list .children {
	margin-bottom: 0;
}

.comment-body {
	margin-bottom: 35px;
}

.comment-body .comment-author {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	overflow: hidden;
	float: left;
	margin-right: 30px;
	border: 1px solid #e6e6e6;
	padding: 3px;
}

.comment-author img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 50%;
}

.comment-list>.comment:last-child>.comment-body {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

.comment-list>.comment {
	margin-bottom: 35px;
}

.comment-list>.comment:last-child {
	margin-bottom: 0;
}

.comment-body .comment-content {
	display: table;
	padding-bottom: 30px;
	border-bottom: 1px solid #d6e0eb;
}

.comment-metadata .author-name a,
.comment-metadata .commernt-reply a {
	-webkit-transition: .15s ease-in-out;
	transition: .15s ease-in-out;
}

.comment-metadata .author-name a:hover,
.comment-metadata .commernt-reply a:hover {
	color: #01bfe7;
}

.comment-metadata .author-name {
	margin-bottom: .3em;
}

.comment-metadata .author-name,
.comment-metadata .author-name a {
	display: block;
	font-size: 16px;
	font-weight: 600;
	color: #000000;
	font-family: 'Poppins', sans-serif;
}

.comment-metadata .post-date {
	font-size: 16px;
	font-weight: 400;
	color: #99a1af;
}

.comment-metadata .commernt-reply {
	float: right;
}

.comment-metadata .commernt-reply a {
	font-size: 14px;
	font-weight: 400;
	color: #000;
}

.comment-metadata {
	margin-bottom: 19px;
}

.comment-txt {
	font-size: 16px;
	color: #767f8f;
	letter-spacing: 0.02em;
	line-height: 1.74;
}

.comment .children {
	padding-left: 70px;
}

.comment-area .ca-title {
	font-size: 24px;
	color: #222931;
	font-weight: 600;
	position: relative;
	margin-bottom: 60px;
}

.comment-area .ca-title:after {
	content: "";
	width: 50px;
	height: 2px;
	display: block;
	background: #01bfe7;
	margin-top: 10px;
}

.comment-respond {
	margin-top: 75px;
}

.comment-respond .ca-title {
	margin-bottom: 35px;
}

.comment-form .form-control {
	background-color: #fbfbfb;
	border: 1px solid #ebebeb;
	box-shadow: none;
	padding-left: 1.5em;
	padding-right: 1.5em;
}

.comment-form .form-group {
	margin-bottom: 30px;
}

.comment-form .form-row {
	margin-right: -10px;
	margin-left: -10px;
}

.comment-form .form-row>.col,
.comment-form .form-row>[class*=col-] {
	padding-right: 10px;
	padding-left: 10px;
}

.comment-form .form-control:focus {
	background-color: #fff;
	border-color: #01bfe7;
}

.widget {
	position: relative;
	margin-bottom: 42px;
}

.widget-title {
	font-size: 18px;
	font-weight: 600;
	color: #222931;
	position: relative;
	margin-bottom: 28px;
}

.widget-title:after {
	content: "";
	width: 50px;
	height: 2px;
	display: block;
	background: #01bfe7;
	margin-top: 10px;
}

.widget-search-form .form-control {
	background-color: #fcfcfc;
	border-color: #E7EBF4;
	border-radius: 3px;
	height: 56px;
	padding-top: 0;
	padding-bottom: 0;
	box-shadow: none;
	font-size: 14px;
}

.widget-search-form .form-control:focus {
	box-shadow: none;
}

.widget-search-form .btn {
	position: absolute;
	width: 57px;
	height: 50px;
	background-color: #f0f0f0;
	color: #01bfe7;
	top: 50%;
	right: 3px;
	padding: 0;
	border: 0;
	min-width: auto;
	font-size: 14px;
	z-index: 3;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.widget-search-form .btn:hover {
	background-color: #01bfe7;
	color: #f0f0f0;
}

.widget ul {
	list-style: none;
}

.widget-recent-post ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.widget-popular-post {
	position: relative;
	margin-bottom: 30px;
}

.widget-popular-post .post-detail p {
	font-size: 15px;
	font-weight: 500;
	color: #181b1a;
	font-family: 'Poppins', sans-serif;
	line-height: 1.34;
	margin-bottom: 12px;
	-webkit-transition: .15s ease-in-out;
	transition: .15s ease-in-out;
}

.widget-popular-post a:hover .post-detail p {
	color: #01bfe7;
}

.widget-popular-post .post-detail span {
	font-size: 15px;
	color: #99a1af;
	display: block;
}

.widget-popular-post .post-img {
	max-width: 100px;
	margin-right: 20px;
	border-radius: 3px;
	overflow: hidden;
}

.widget-archive-list li:first-child {
	padding-top: 0;
}

.widget-archive-list li {
	padding: .75em 0;
}

.widget-archive-list li a {
	display: flex;
	position: relative;
	vertical-align: middle;
	font-size: 16px;
	color: #767f8f;
	line-height: 1;
	-webkit-transition: .15s ease-in-out;
	transition: .15s ease-in-out;
}

.widget-archive-list li a>span {
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.widget-archive-list li a>span:last-child {
	text-align: right;
}

.widget-archive-list li a:hover {
	color: #01bfe7;
}

.tagcloud a {
	font-weight: 400;
	color: #767f8f;
	text-decoration: none;
	background: #f3f3f3;
	display: inline-block;
	font-size: 15px !important;
	padding: .83em 1.5em;
	margin: 0 0.75em .68em 0;
	border-radius: 3px;
	-webkit-transition: .15s ease-in-out;
	transition: .15s ease-in-out;
}

.tagcloud a:hover {
	background-color: #01bfe7;
	color: #ffffff;
}

.pagination .page-numbers {
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	color: #181b1a;
	background-color: #f2f2f2;
	border-radius: 3px;
	text-align: center;
	margin-right: 10px;
}

.pagination .page-numbers:hover,
.pagination .page-numbers.current,
.pagination .page-numbers.prev:hover,
.pagination .page-numbers.next:hover {
	background-color: #01bfe7;
	color: #fff;
}

.pagination .page-numbers.prev,
.pagination .page-numbers.next {
	border: 1px solid #01bfe7;
	background-color: transparent;
	line-height: 38px;
}

.post-row {
	position: relative;
	margin-bottom: 40px;
	border-bottom: 1px solid #e8e7ef;
	padding-bottom: 20px;
}


/* 15 - Partner Style
--------------------------------------------------------------------------------------*/
.partner-logo {
	position: relative;
}

.partner-logo img {
	display: block;
	max-width: 100%;
	height: auto;
	opacity: .5;
	margin-left: auto;
	margin-right: auto;
	-webkit-transition: .25s cubic-bezier(0.43, 0.49, 0.51, 0.68);
	transition: .25s cubic-bezier(0.43, 0.49, 0.51, 0.68);
}

.partner-logo img:hover {
	opacity: 1;
}

/* 16 - FAQ and Accordion Style
--------------------------------------------------------------------------------------*/
@media (min-width: 1300px) {
	.faq-sec-img {
		margin-left: -90px;
		margin-right: -30px;
	}
}

@media (min-width: 1450px) {
	.faq-sec-img {
		margin-left: -150px;
	}
}

.h7-faq-sec {
	padding-top: 0;
}

.faq-sec-img img {
	max-width: 100%;
	height: auto;
	display: block;
}

.accordion-item {
	position: relative;
	border: 0;
	border-radius: 0;
	background-color: #fff;
	box-shadow: 0px 10px 30px 0px rgba(0, 12, 31, 0.08);
	margin-bottom: 20px;
	background-image: -moz-linear-gradient(90deg, rgb(6, 6, 52) 0%, rgb(0, 216, 255) 100%);
	background-image: -webkit-linear-gradient(90deg, rgb(6, 6, 52) 0%, rgb(0, 216, 255) 100%);
	background-image: linear-gradient(90deg, rgb(6, 6, 52) 0%, rgb(0, 216, 255) 100%);
}

.edonusum-sss .accordion-item {
	background:#fff;
}

.accordion-btn {
	width: 100%;
	cursor: pointer;
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	align-items: center;
	padding: 23px 30px 13px 30px;
	background-color: transparent;
	border: 0;
	-webkit-transition: .15s ease-in-out;
	transition: .15s ease-in-out;
	margin: 0;
}

.accordion-btn:focus {
	outline: none;
}

.page-slider .swiper-pagination {
	margin-top: 0px !important;
	margin-bottom: 16px;
}

.accordion-btn.collapsed {
	background-color: #fff;
	padding: 23px 30px;
	color: #8b8b99;
}

.accordion-btn {
	color: #fff;
	-webkit-transition: .15s ease-in-out;
	transition: .15s ease-in-out;
}

.accordion-btn .accordion-title {
	font-size: 16px;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: left;
	color: #fff;
	-webkit-transition: .15s ease-in-out;
	transition: .15s ease-in-out;
}

.edonusum-sss .accordion-btn .accordion-title{
	color:#30c15f;
}

.edonusum-sss  .accordionItem.show{
	border-top:2px solid #30c15f;
}

.edonusum-ent .ent-cozum{
	height:240px;
	margin-bottom:15px;
}

.edonusum-logos{
	background:#fafcff;
	padding-top:15px;
	padding-bottom:15px;
}

.edonusum-clients{
	padding-top:45px;
	padding-bottom:0;
	background:url(../images/clients-bg.png) repeat top left;
	background-size:100% auto;
}

.edonusum-clients .clients-content {
    width: 60%;
    padding-left: 45px;
    font-size: 14px;
	color: #444444;
	height:500px;
}

.edonusum-clients .clients-item{
	background:url(../images/clients-bg2.png) no-repeat bottom right;
	background-size: auto 100%;
}

.edonusum-clients .clients-content h2 {
    color: #222931;
    font-weight: 400;
    background-position: bottom left;
    padding-bottom: 30px;
    font-size: 26px;
}

.edonusum-ent .ent-cozum a{
	display:block;
	height:100%;
}

.edonusum-ent .ent-title{
	color:#fff;
	font-size:16px;
	padding-top:100px;
	text-align:center;
}

.edonusum-ent .ent-text{
	color:#fff;
	font-size:13px;
	padding:10px;
	line-height:1.4em;
	text-align:center;
	display:none;
}

.edonusum-ent .ent-cozum:hover .ent-title{
	display:none;
}

.edonusum-ent .ent-cozum:hover .ent-text{
	display:block;
}

.accordion-btn .accordion-icon {
	font-size: 30px;
	color: #fff;
	margin-right: 30px;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition: .15s ease-in-out;
	transition: .15s ease-in-out;
}

.accordion-arrow i {
	width: 34px;
	height: 34px;
	line-height: 34px;
	background-color: rgba(255, 255, 255, .2);
	border-radius: 50%;
	display: block;
	color: #fff;
	font-size: 20px;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	-webkit-transition: .15s ease-in-out;
	transition: .15s ease-in-out;
}

.accordion-btn.collapsed .accordion-title {
	color: #8b8b99;
}
.edonusum-sss .accordion-btn.collapsed .accordion-title{
	color:#6c6c78;
	font-weight:400;
}

.accordion-btn.collapsed .accordion-icon {
	color: #87e7da;
}

.accordion-btn.collapsed .accordion-arrow i {
	color: #0dc5ad;
	background-color: #eff2f7;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.accordion-body {
	color: #fff;
	padding-left: 30px;
	padding-right: 50px;
	padding-top: 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.625em;
}

.accordion-body p {
	color: #fff !important;
	font-size: 16px !important;
	font-weight: 400 !important;
	line-height: 1.625em !important;
}

.edonusum-sss .accordion-body p{
	color:#6c6c78 !important;
}

.edonusum-sss .accordion-body{
	padding-top:30px;
}
.accordion.accordion-style-2 .accordion-item {
	background: transparent;
	box-shadow: none;
	margin-bottom: 0;
}

.accordion.accordion-style-2 .accordion-btn.collapsed {
	padding: 23px 30px;
}

.accordion.accordion-style-2 .accordion-btn,
.accordion.accordion-style-2 .accordion-item:last-child .accordion-btn {
	border: 0;
}

.accordion.accordion-style-2 .accordion-btn {
	padding-left: 0;
	padding-right: 0;
}

.accordion.accordion-style-2 .accordion-btn.collapsed {
	background: transparent;
	border-bottom: 1px solid #d7e0ed;
	padding-left: 0;
	padding-right: 0;
}

.accordion.accordion-style-2 .accordion-btn.collapsed .accordion-icon,
.accordion.accordion-style-2 .accordion-btn.collapsed .accordion-title {
	color: #8b8b99;
}

.accordion.accordion-style-2 .accordion-btn .accordion-title,
.accordion.accordion-style-2 .accordion-btn .accordion-icon {
	color: #252a32;
}

.accordion.accordion-style-2 .accordion-body {
	color: #99a1af;
	padding-left: 42px;
	padding-right: 0;
}

.accordion.accordion-style-2 .accordion-btn .accordion-title {
	font-size: 18px;
}

.accordion.accordion-style-2 .accordion-btn .accordion-icon {
	font-size: 20px;
	margin-right: 20px;
}

.accordion.accordion-style-2 .accordion-arrow .acco-toggle-icon {
	width: auto;
	height: auto;
	line-height: 1;
	border-radius: 0;
	position: relative;
	background-color: transparent;
	width: 12px;
	height: 12px;
}

.accordion.accordion-style-2 .acco-toggle-icon:after,
.accordion.accordion-style-2 .acco-toggle-icon:before {
	content: "";
	position: absolute;
	background-color: #8b8b99;
	display: block;
	-webkit-transition: .6s ease;
	transition: .6s ease;
}

.accordion.accordion-style-2 .accordion-btn.collapsed .acco-toggle-icon:after {
	width: 2px;
	height: 12px;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.accordion.accordion-style-2 .accordion-btn.collapsed .acco-toggle-icon:before {
	width: 12px;
	height: 2px;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.accordion.accordion-style-2 .acco-toggle-icon:after {
	width: 2px;
	height: 12px;
	top: 0;
	left: 50%;
	-webkit-transform: translateX(-50%) rotate(90deg);
	transform: translateX(-50%) rotate(90deg);
}


/* 17 - Video Style
--------------------------------------------------------------------------------------*/
.video-sec {
	padding-top: 200px;
	padding-bottom: 150px;
}

.video-sec .overlay {
	opacity: .95;
	background: -moz-linear-gradient(90deg, #0dc1e9 0%, #01bfe7 100%);
	background: -webkit-linear-gradient(90deg, #0dc1e9 0%, #01bfe7 100%);
	background: -ms-linear-gradient(90deg, #0dc1e9 0%, #01bfe7 100%);
	background: linear-gradient(90deg, #0dc1e9 0%, #01bfe7 100%);
}

.video-play-content {
	position: relative;
	text-align: center;
}

.video-play-btn {
	margin-bottom: 80px;
}

.video-play-btn a {
	display: inline-block;
	width: 80px;
	height: 80px;
	position: relative;
	text-align: center;
	background: -webkit-linear-gradient(-140deg, #9479fe 0%, #01bfe7 100%);
	background: -ms-linear-gradient(-140deg, #9479fe 0%, #01bfe7 100%);
	background: linear-gradient(-140deg, #9479fe 0%, #01bfe7 100%);
	box-shadow: 0px 13px 30px 0px rgba(0, 12, 31, 0.1);
	border-radius: 50%;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-align: center;
	align-items: center;
	margin-left: auto;
	margin-right: auto;
	-webkit-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

.video-play-btn a:focus {
	transform: scale(1.5);
	opacity: 0;
}


.video-play-btn a:after,
.video-play-btn a:before {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 0 .8px rgba(255, 255, 255, .5);
	border-radius: 50%;
	top: 50%;
	left: 50%;
	opacity: 0;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	animation: pulse 2.2s ease-out infinite;
	backface-visibility: hidden;
	pointer-events: none;
}

.video-play-btn a:after {
	animation-delay: 1s;
}

.video-play-content .title {
	font-size: 30px;
	font-weight: 700;
	color: #fff;
	letter-spacing: .5em;
	margin-bottom: 0;
	line-height: 1.5;
	position: relative;
}

.video-play-btn a svg {
	margin-left: 5px;
}

.video-popup {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0px 4px 14px 0px rgba(0, 26, 36, 0.2);
}

.video-popup:after {
	content: "";
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: #000;
	display: block;
	opacity: .2;
}

.video-popup img {
	max-width: 100%;
	display: block;
	height: auto;
}

.video-popup .video-play {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.video-popup .video-play a {
	display: block;
	position: relative;
	width: 70px;
	height: 70px;
	line-height: 80px;
	background-color: #fff;
	border-radius: 50%;
	text-align: center;
	box-shadow: 0px 4px 14px 0px rgba(0, 26, 36, 0.2);
	padding-left: 5px;
}

.video-popup .video-play a:after {
	content: "";
	width: 142.87%;
	height: 142.87%;
	display: block;
	top: 50%;
	left: 50%;
	position: absolute;
	background-color: rgba(255, 255, 255, .35);
	border: 1px solid #fff;
	border-radius: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.video-popup .video-play a svg path {
	fill: #5a60ff;
}

.video-img-area {
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 0px 30px 69px 0px rgba(0, 26, 36, 0.3);
}

.h7-video-sec {
	padding-bottom: 120px;
}

.h7-video-sec .video-img-area {
	margin-top: -180px
}

.video-img-area img {
	width: 100%;
	height: auto;
	display: block;
}

.video-img-area .video-play-btn {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.video-img-area:after {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	pointer-events: none;
	background: -webkit-linear-gradient(60deg, rgb(26, 41, 128) 0%, rgb(38, 208, 206) 100%);
	background: linear-gradient(60deg, rgb(26, 41, 128) 0%, rgb(38, 208, 206) 100%);
	opacity: .8;
}

.video-play-btn a {
	background: -webkit-linear-gradient(230deg, rgb(38, 208, 206) 0%, rgb(38, 56, 163) 100%);
	background: -ms-linear-gradient(230deg, rgb(38, 208, 206) 0%, rgb(38, 56, 163) 100%);
	box-shadow: 0px 16px 30px 0px rgba(0, 12, 31, 0.1);
}

.h2-video-play {
	padding-top: 180px;
	padding-bottom: 150px;
}

.h2-video-play .overlay {
	background-color: #445063;
	opacity: .94;
}

.video-and-nl-sec {
	background-color: #f6f9fd;
}

.newsletter-h2-wrapper {
	padding: 30px;
	position: relative;
}

.newsletter-h2 {
	width: 475px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.newsletter-h2-wrapper:before {
	content: "@";
	font-size: 300px;
	color: #f0f4f8;
	font-family: 'Poppins', sans-serif;
	position: absolute;
	z-index: 0;
	font-weight: 700;
	top: 50%;
	left: 0;
	width: 100%;
	text-align: center;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.newsletter-h2 .newsletter-title {
	font-size: 30px;
	font-weight: 700;
	color: #445063;
	margin-bottom: .5em;
}

.newsletter-h2 .input-group {
	border-bottom: 1px solid #d6deea;
	margin-top: 95px;
}

.newsletter-h2 .form-control {
	background-color: transparent;
	box-shadow: none;
	padding: 0;
	margin: 0;
	border-radius: 0;
	outline: none;
	border: 0;
}

.newsletter-h2 .form-control:focus {
	box-shadow: none;
	border: 0;
	outline: none;
}

.newsletter-h2 button {
	background-color: transparent;
	border: 0;
	border-radius: 0;
	font-size: 12px;
	font-weight: 700;
	color: #717b8c;
	cursor: pointer;
	height: 100%;
}

.newsletter-h2 button:hover {
	color: #f73861;
}


/* 1 - Contact Style
--------------------------------------------------------------------------------------*/
.iconic-contact-info .contact-info-head {
	border-bottom: 1px solid #E5E9F0;
	margin-bottom: 35px;
}

.iconic-contact-info .contact-info-head h2 {
	font-size: 30px;
	font-weight: 700;
	color: #252a32;
	margin-bottom: .5em;
}

.iconic-contact-info .contact-info-head p {
	margin-bottom: 1.38em;
}

.iconic-contact-info .f-contact-list>li span {
	color: #252a32;
}

.h2-contact {
	padding-top: 175px;
	padding-bottom: 130px;
}

.form-control {
	border: 1px solid transparent;
	border-radius: 3px;
	box-shadow: 0px 2px 4px rgba(0, 12, 31, 0.08);
	background-color: #ffffff;
	color: #252a32;
	font-size: 16px;
	padding: 1.12em 1.9em;
	-webkit-transition: .15s ease-out;
	transition: .15s ease-out;
}

.form-control:focus {
	box-shadow: 0px 10px 20px rgba(0, 12, 31, 0.1);
	outline: none;
	border-color: #eceff5;
}

.form-control::-webkit-input-placeholder {
	color: #b3bbc8;
}

.form-control::-moz-placeholder {
	color: #b3bbc8;
}

.form-control:-ms-input-placeholder {
	color: #b3bbc8;
}

.form-control::placeholder {
	color: #b3bbc8;
}

.contact-form .form-row {
	margin-right: -15px;
	margin-left: -15px;
}

.contact-form .form-row>.col,
.contact-form .form-row>[class*=col-] {
	padding-right: 15px;
	padding-left: 15px;
}

.contact-form .form-group {
	margin-bottom: 22px;
}

.contact-form .btn {
	margin-top: 10px;
}

#map {
	width: 100%;
	height: 400px;
	border: 6px solid #fff;
	box-shadow: 0px 2px 4px 0px rgba(0, 12, 31, 0.08);
}


/* 18 - Footer Style
--------------------------------------------------------------------------------------*/
footer,
.footer {
	position: relative;
	overflow: hidden;
	background-color: #e1effa;
	font-size: 16px;
	font-weight: 400;
	color: #8b9aa8;
}

.footer p {
	line-height: 1.75;
}

.footer ul {
	margin-bottom: 32px;
}

.f-copyright-area ul {
	margin-bottom: 0;
}

.f-widget-area {
	position: relative;
	padding-top: 110px;
	padding-bottom: 32px;
}

.f-widget {
	position: relative;
	margin-bottom: 40px;
}

.f-widget img {
	max-width: 100%;
	height: auto;
	display: block;
}

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

.f-widget-title {
	font-size: 20px;
	font-weight: 600;
	color: #3b566e;
	margin-bottom: 40px;
}

.f-widget .f-list {
	list-style: none;
}

.f-widget .f-list li,
.f-widget .f-list li a {
	font-size: 16px;
	color: #8b9aa8;
}

.f-widget .f-list li {
	margin-bottom: .95em;
}

.f-widget .f-list li a {
	position: relative;
	display: inline-block;
	-webkit-transition: .15s cubic-bezier(0.43, 0.49, 0.51, 0.68);
	transition: .15s cubic-bezier(0.43, 0.49, 0.51, 0.68);
}

.f-widget .f-list li a:hover {
	color: #01bfe7;
}

.f-widget .f-list li a:after {
	content: "";
	width: 100%;
	height: 0;
	border-top: 1px solid #63d3a4;
	border-bottom: 1px solid #aae2d2;
	position: absolute;
	background: #fff;
	left: 0;
	bottom: -1px;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	transform-origin: right center 0;
	-webkit-transition: 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
	transition: transform 0.7s cubic-bezier(0.19, 1, 0.22, 1) 0s;
}

.f-widget .f-list li a:hover:after {
	transform: scaleX(1);
	transform-origin: left center 0;
	transition: transform 0.3s ease-in-out;
}

.f-contact-list {
	list-style: none;
}

.f-contact-list>li {
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 17px;
}

.f-contact-list>li span {
	font-weight: 700;
	color: #466077;
	margin-right: 7px;
}

.f-nav,
.footer .f-nav {
	list-style: none;
	position: relative;
	margin-bottom: 0;
	padding: 0;
}

.f-nav li {
	display: inline-block;
	position: relative;
	margin: 0;
	padding: 0;
}

.f-nav li a {
	font-size: 12px;
	font-weight: 400;
	color: #8b9aa8;
	display: block;
	margin: .5em 1em;
	padding: 0;
	-webkit-transition: .15s cubic-bezier(0.43, 0.49, 0.51, 0.68);
	transition: .15s cubic-bezier(0.43, 0.49, 0.51, 0.68);
}

.f-nav .nav-item:last-child a {
	margin-right: 0;
}

.f-nav .nav-item:first-child a {
	margin-left: 0;
}

.f-nav li a:hover {
	color: #01bfe7;
}

.f-copyright-area {
	position: relative;
}

.copyright {
	font-size: 12px;
	color: #8b9aa8;
	margin-bottom: 0;
}

.copyright a {
	color: #01bfe7;
}

.f-copyright-area>.container {
	position: relative;
	padding-top: 19px;
	padding-bottom: 19px;
}

.f-copyright-area>.container:before {
	content: "";
	display: block;
	width: calc(100% - 30px);
	height: 1px;
	background-color: #c6d9eb;
	position: absolute;
	top: 0;
	left: 15px;
}

.footer.footer-dark {
	background-color: #1E212E;
}

.footer.footer-dark .overlay {
	background-image: url(../images/footer-shape.png);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.footer.footer-dark .f-widget-title {
	color: #fff;
}

.footer.footer-dark .f-copyright-area>.container:before {
	background: #292B3B;
}

.f-newsletter {
	margin-top: 35px;
	margin-bottom: 25px;
}

.f-newsletter .input-group {
	width: 320px;
	max-width: 100%;
	position: relative;
	border-radius: 3px;
	border: 1px solid #2b2f41;
	padding: 10px 0;
}

.f-newsletter .input-group .form-control {
	background: transparent;
	border-radius: 0;
	box-shadow: none;
	border: 0;
	padding-top: .6em;
	padding-bottom: .6em;
	font-size: 14px;
	color: #99A1AF;
}

.f-newsletter .input-group-btn button {
	display: block;
	height: 100%;
	background-color: transparent;
	border: none;
	box-shadow: none;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	padding-left: 23px;
	padding-right: 23px;
	border-left: 1px solid #2C2E42;
	-webkit-transition: .15s ease-in-out;
	transition: .15s ease-in-out;
}

.f-newsletter .input-group-btn button:hover {
	color: #01bfe7;
}

.f-newsletter .input-group .form-control::-webkit-input-placeholder {
	color: #505265;
}

.f-newsletter .input-group .form-control::-moz-placeholder {
	color: #505265;
}

.f-newsletter .input-group .form-control:-ms-input-placeholder {
	color: #505265;
}

.f-newsletter .input-group .form-control::placeholder {
	color: #505265;
}

.f-instagram {
	position: relative;
	list-style: none;
	padding: 0;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -5px;
	margin-right: -5px;
}

.f-instagram li {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
	display: block;
	padding: 0 5px;
	margin-bottom: 10px;
	border-right: 3px;
	overflow: hidden;
}

.f-instagram li img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 3px;
}

.f-instagram li a {
	display: block;
	-webkit-transition: .15s ease;
	transition: .15s ease;
}

.f-instagram li a:hover {
	opacity: .7;
}

.f-copyright-area.h3-style {
	color: #fff;
	background: -moz-linear-gradient(90deg, rgb(96, 56, 247) 0%, rgb(14, 194, 233) 100%);
	background: -webkit-linear-gradient(90deg, rgb(96, 56, 247) 0%, rgb(14, 194, 233) 100%);
	background: linear-gradient(90deg, rgb(96, 56, 247) 0%, rgb(14, 194, 233) 100%);
}

.f-copyright-area.h3-style .copyright {
	color: #fff;
	font-size: 14px;
}

.f-copyright-area.h3-style>.container:before {
	display: none;
}

.f-copyright-area.h3-style>.container {
	position: relative;
	padding-top: 28px;
	padding-bottom: 28px;
}

@media (min-width: 768px) {
	.footer.style-3>.container {
		max-width: 700px;
	}
}

.footer.style-3 {
	padding-top: 100px;
	padding-bottom: 100px;
	text-align: center;
	color: #fff;
	background: -moz-linear-gradient(40deg, rgb(50, 73, 214) 0%, rgb(13, 197, 173) 100%);
	background: -webkit-linear-gradient(40deg, rgb(50, 73, 214) 0%, rgb(13, 197, 173) 100%);
	background: linear-gradient(40deg, rgb(50, 73, 214) 0%, rgb(13, 197, 173) 100%);
}

.footer.style-3 .overlay {
	background-image: url(../images/footer-shape2.png);
}

.footer.style-3 .f-newsletter .input-group {
	max-width: 100%;
	width: 100%;
	background-color: #fff;
	border: none;
	border-radius: 3px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.footer.style-3 .f-newsletter .input-group .form-control {
	font-size: 16px;
	padding-top: .5em;
	padding-bottom: .5em;
	color: #000;
}

.footer.style-3 .f-newsletter .input-group-btn button {
	color: #01bfe7;
	font-size: 20px;
	padding-left: 30px;
	padding-right: 30px;
	border-color: #e9ebf7;
}

.footer.style-3 .f-logo {
	margin-bottom: 60px;
}

.footer.style-3 ul {
	margin-bottom: 0;
}

.footer.style-3 .f-social-area {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.footer.style-3 .f-contact-list>li span {
	color: #fff;
	font-weight: 400;
	margin-right: 20px;
}

.footer.style-3 .copyright-area {
	width: 470px;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	position: relative;
	padding-top: 20px;
}

.footer.style-3 .copyright {
	color: #fff;
	text-align: center;
	margin-bottom: 0;
}

.footer.style-3 .f-contact-list>li {
	margin-bottom: 8px;
}

.scroll-top {
	width: 40px;
	height: 40px;
	line-height: 40px;
	position: fixed;
	right: 20px;
	bottom: 50px;
	z-index: 999;
	font-size: 22px;
	color: #fff;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	display: none;
	background: -webkit-linear-gradient(180deg, #63d9fa 0%, #2618ad 100%);
	background: linear-gradient(180deg, #63d9fa 0%, #2618ad 100%);
	border-radius: 3px;
	box-shadow: 0 2px 15px rgba(0, 0, 0, .25);
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out;
}

.scroll-top:hover {
	line-height: 33px;
}

.ram-search #search-form {
	display: block;
	width: 38px;
	height: 28px;
	background: url(../images/search-icon.png) no-repeat center center;
	position: relative;
	top: 5px;
}

h2.search-result {
	font-size: 20px;
	font-weight: bold;
	color: #222931;
	padding: 15px 0;
	margin-bottom: 15px;
	border-bottom: 1px solid #d6e0eb;
}

.search-item {
	margin-bottom: 30px;
}

.search-item h3 {
	color: #222931;
	font-size: 20px;
	font-weight: 600;
}

.search-item p {
	font-size: 13px;
	color: #767f8f;
}

.search-item a {
	color: #01bfe7;
	font-size: 15px;
	float: right;
}

.ram-search input[type="submit"] {
	position: relative;
	right: 40px;
	height: 50px;
	width: 40px;
	opacity: 0;
}

.ram-search input::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #03c0e7;
	opacity: 1;
	/* Firefox */
}

.ram-search input:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #03c0e7;
}

.ram-search input::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #03c0e7;
}

.ram-topmenu {
	padding: 0;
	margin-bottom: 0;
}

.ram-topmenu li {
	display: inline-block;
	padding: 0 12px;

}

.ram-topmenu a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 13px;
	text-transform: uppercase;

}

.ram-topmenu li a {
	color: #051341;
}

.banner-image {
	height: 320px;
	margin: 0 auto;
	display: table;
}

.ram-topmenu li.lang a {
	color: #27c4e9;
}

.ram-topmenu li.destek-link a {
	color: #fff;
	background: #01bfe7;
	padding: 10px;
	border-radius: 3px;
}

.navbar-collapse {
	padding-top: 25px;
}


.live-support,
.edonusumBilgiAl {
	background: #01bfe7;
	color: #fff !important;
	border: 0;
	margin: 0 auto;
	display: table;
	margin-top: 10px;
}

.edonusumBilgiAl {
	margin-top: 30px;
}

h2.edonusum-border {
	background: url(../images/edonusum-border.png) no-repeat bottom center;
}

h2.edonusum-border-left {
background: url(../images/edonusum-border.png) no-repeat bottom left;
}

.select-service {
	padding: 15px 0;
	background: #e6fcfc;
	color: #99a1af;
}

.select-service select {
	padding: 5px 10px;
	box-sizing: content-box;
	border: 1px solid #99a1af;
	background: transparent;
	color: #99a1af;
	width: 150px;
	display: inline;
	margin-left: 15px;
	box-shadow: none;
}

.about-content h2 {
	font-size: 28px;
}

.about-content h2 span {
	font-weight: 500;
}

.about-img2 {
	margin-bottom: 20px;
}

#download,
#download-2,
#haberler {
	padding: 100px 0;
}

.dk-bg {
	padding: 100px 0 30px 0;
	background-image: -moz-linear-gradient(90deg, rgb(6, 6, 52) 0%, rgb(0, 216, 255) 100%);
	background-image: -webkit-linear-gradient(90deg, rgb(6, 6, 52) 0%, rgb(0, 216, 255) 100%);
	background-image: linear-gradient(90deg, rgb(6, 6, 52) 0%, rgb(0, 216, 255) 100%);
}

.testimonial-content img {
	display: table;
	margin: 0 auto;
	margin-bottom: 15px;
	width:100%;
}

.contact-select {
	font-weight: 700;
	color: #595c62;
	border: 1px solid #44389f;
	margin-bottom: 15px;
	width: auto;
	box-sizing: content-box;
	padding: 5px;
}

.footer-menu {
	background: #0f1327;
	padding: 75px 0;
}

.footer.style-3 {
	background: #0c0f21;
}

.footer-menu h3 {
	color: #fafcff;
	font-size: 12px;
	margin-bottom: 20px;
}

.footer-menu h3 a {
	color: #fafcff;
}

.footer-menu ul li {
	color: #fafcff;
	font-size: 12px;
	list-style-type: none;
	margin-bottom: 10px;
}

.footer-menu ul li a {
	color: #fafcff;
}

.footer-menu .blog h3 a {
	color: #01bfe7;
}

.social-profile.style-wb li a:hover {
	color: #01bfe7;
}

.footer.style-3 .footer-logos {
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	position: relative;
	padding-top: 20px;
	border-top: 1px solid rgba(255, 255, 255, .1);
}

.bgCover {
	background-size: cover;
}

.bgContain {
	background-size: contain;
}

.navbar-nav>li>ul>li {
	list-style-type: none;
}

.navbar-nav>li>ul {
	padding-left: 10px;
}

.navbar-nav>li>ul>li>a,
.navbar-nav.subsub-menu>li>a {
	padding: 3px;
}

.navbar-nav ul {
	padding: 0;
}

#screenshot {
	padding-bottom: 0;
}

.twitter-stream {
	height: 400px;
	overflow: hidden;
	overflow-y: scroll;
	box-shadow: 0px 2px 4px 0px rgba(0, 12, 31, 0.08);
	padding: 30px;
}

.twitter-stream h3 {
	color: #99a1af;
	font-weight: 400;
	font-size: 18px;
	text-align: center;
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 15px;
}

.news-list {
	padding: 0;
}

.news-list li {
	list-style-type: none;
	display: block;
	float: left;
	clear: left;
	border-bottom: 1px solid #eaeaea;
	border-top: 1px solid #eaeaea;
	margin-bottom: 10px;
}

.news-list li .date {
	width: 90px;
	background: #2f2891;
	color: #fff;
	padding: 20px 10px;
	text-align: center;
	height: 90px;
	float: left;
	font-size: 13px;
	font-weight: bold;
	border-radius: 3px;
}

.news-list li .text {
	color: #99a1af;
	font-size: 13px;
	padding: 10px;

}

.footer-logos p {
	font-size: 9px;
	padding-top: 5px;
}

.hizmet-select-container p {
	display: inline-block;
	line-height: 12px;
}

.navbar .navbar-collapse .submenu li a {
	padding: 2px;
	margin: 0;
	font-size: 12px;
	font-weight: 400 !important;
}

.navbar .navbar-collapse .submenu li a:hover {
	color: #01bfe7;
}

.main-menu>li {
	border-bottom: 1px solid #6dcff6;
}

.main-menu>li>a.active:after {
	content: "\003e";
	position: absolute;
	font-size: 16px;
	right: 0;
	top: 5px;
}

.main-menu>li>ul>li>a.active:after {
	content: "\003e";
	position: absolute;
	font-size: 16px;
	right: 0;
	top: 1px;
}

.menu-right {
	height: 100%;
	background: #01bfe7;
	margin: 0 -15px;
}

.menu-right ul {
	padding: 15px 0 0 0;
}

.menu-right ul li {
	list-style: none;
}

.menu-right ul li a,
.menu-right ul li a span {
	display: block;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
}

.menu-right ul li a {
	padding: 15px 0 !important;

}

.menu-right ul li a:hover {
	background: #04a2d3;
}

.navbar-collapse {
	padding-top: 0;
	position: absolute;
	top: 100px;
	background: #fff;
	z-index: 1001;
}

.menu-right img{width:70px;}

.navbar.sticky-nav .navbar-collapse {
	top: 73px;
}

.left-menu {
	background: #f8f8f8;
	padding: 15px;
}

.kurumsal-submenu .col-lg-3 {
	background: #f8f8f8;
}

.kurumsal-submenu .subsub-menu {
	padding-top: 15px;
}

.kurumsal-submenu .subsub-menu li {
	line-height: 1.5em;
}

.menu-thumb {
	background: #fff;
}

.menu-thumb img {
	padding: 20px 0;
}


.menu-thumb h4 {
	font-size: 13px;
	color: #1c1d1b;
	margin-bottom: 15px;
}

.menu-thumb p {
	font-size: 12px;
	color: #a5aab5;
}

.menu-thumb a {
	font-size: 10px;
	color: #01bfe7;
	float: right;
}

[data-contact="2"],
[data-contact="3"],
[data-contact="4"] {
	display: none;
}

#contactLoading {
	display: none;
}

#contactFormMessage {
	padding: 15px 0;
}

.pageTitle {
	text-align: center;
	background: url(../images/pageBg.png) no-repeat top left;
	background-size: 100% 100%;
	padding: 75px 0;
	margin-bottom: 15px;

}
.pageTitle.with-bg-image{
	background-size: cover !important;
	background-position: center top !important;
	padding: 150px 0;
	margin-bottom: 0;
	background-image: var(--background-image-mobile);
}
@media screen and (min-width: 660px) {
	.pageTitle.with-bg-image{
		background-image: var(--background-image);
	}	
}
.pageTitle.with-bg-image p,.pageTitle.with-bg-image h1{
	text-align:left;
	color:#fff;
	margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
	.pageTitle.with-bg-image {
		margin-bottom: 15px;
	}
}
.pageTitle .btn-wrapper{
	text-align:left;
	display: flex;
	justify-content: flex-start;
	gap: 32px;
	flex-wrap: wrap;
}
.pageTitle .btn-wrapper a{

}

.pageTitle .btn.demo-talep{
	background: #01bfe7;
	color: #fff !important;
	border: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px !important;
	margin: 0;
	padding: .75em;
	border-radius: 6px;
}

.pageTitle .btn.demo-talep:hover{
	background:#fff;
	color:#01bfe7 !important;
}

.pageTitle .btn.bilgi-al{
		color: #fff;
		font-size: 18px;
		font-weight: 600;
		font-family: 'Poppins', sans-serif;
		border-color: #fff;
		border-width: 1px;
		min-width: 180px;
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		margin: 0;
		border-radius: 6px;
		padding: .75em;
	}

.pageTitle .btn.bilgi-al:hover{
	background:#fff;
	color:#01bfe7 !important;
}

.in-page-menu{
	background: #1D4480;
	padding: 15px;
	border-radius: 0 0 5px 5px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}


.in-page-menu ul{
	margin:0;
	display: flex;
	gap: 10px;
}
.in-page-menu ul li{
	display: inline-block;
}

.in-page-menu ul li a{
	color: #fff;
	border-radius: 6px;
	border: 1px solid #fff;
	padding: 10px 20px;
	display:block;
}

.in-page-menu ul li a.active{
	color: #01bfe7;
	background: #fff;
}

.in-page-menu ul li a:hover{
	color: #01bfe7;
	background: #fff;
}

.in-page-menu a.btn{
	color: #fff;
	border-radius: 3px;
	padding: 8px 20px;
	display:block;
	min-width: 120px;
	font-size: 13px;
}
.in-page-menu ul li a:hover{
	color: #1D4480;
}




.edonusumTitle {
	padding: 200px 0;
	background-size:100% auto !important;
}

.pageTitle.no-margin {
	margin-bottom: 0px;

}

.pageTitle h1 {
	color: #fff;
	font-size: 30px;
	font-weight: 600;
}

.breadcrumb {
	background: transparent;
	font-size: 14px;
	color: #3d444c;
	padding: .75rem 0;

}

.breadcrumb a {

	font-size: 14px;
	color: #3d444c;
	padding: 0 10px;
}

.breadcrumb .last-bread a {
	font-weight: 700;
}

.breadcrumb .last-bread .arrow {
	display: none;
}

.page-container {
	padding-bottom: 30px;
}

.page-container img {
	margin-bottom: 30px;
}

.page-container h3 {
	color: #222931;
	font-size: 18px;
	font-weight: 600;
}

.page-container .underlined h3 {
	color: #252a32;
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	background: url(../images/line5.png) no-repeat bottom center;
	padding-bottom: 20px;
	margin-bottom: 30px;
	margin-top: 45px;
}

.thumb-text h4 {
	font-size: 20px;
	color: #252a32;
}

.thumb-text p {
	line-height: 1.2em;
}

.page-container h2 {
	color: #222931;
	font-size: 20px;
	font-weight: 600;
	border-bottom: 1px solid #cfcfcf;
	padding-bottom: 15px;
	margin-bottom: 15px;
	margin-top: 15px;
}
.page-container.hxm h2 {
	font-weight: 400;
	font-size: 32px;
	vertical-align: middle;
	line-height: normal;
	border: none
}
.page-container.hxm section:not(:first-of-type) {
	margin: 64px auto;
}
#sapHXMSuccessFactors1 h2, #sapHXMSuccessFactors1 .btn.collapsed,
#sapHXMSuccessFactors2 h2, #sapHXMSuccessFactors2 .btn.collapsed,
#sapHXMSuccessFactors3 h2, #sapHXMSuccessFactors3 .btn.collapsed,
#sapEmployee h2, #sapEmployee .btn.collapsed{
	border:none !important;
}
#sapHXMSuccessFactors1 button[aria-expanded="true"],
#sapHXMSuccessFactors2 button[aria-expanded="true"],
#sapHXMSuccessFactors3 button[aria-expanded="true"],
#sapEmployee button[aria-expanded="true"]{
	background-color: #01bfe7;
	color: #fff;
	border:none;
}

.page-container {
	font-size: 13px;
}
.page-container.hxm {
	font-size: 16px;
}

.edonusum-container {
	padding-top: 45px;
	padding-bottom: 45px;
}

.edonusum-container .icons ,.edonusum-sss {
	padding-top: 45px;
	padding-bottom: 45px;
}

.edonusum-container .icons .icon p {
	font-weight: 600;
	margin-top: 15px;
}

.edonusum-container h2 ,.edonusum-neden h2,.edonusum-sss h2,.edonusum-ent h2{
	color: #222931;
	font-size: 20px;
	font-weight: 400;
	padding-bottom: 15px;
	margin-bottom: 15px;
	margin-top: 15px;
}

.edonusum-ent{
	padding-top:45px;
	padding-bottom:45px;
}
.edonusum-ent h2{
	margin-bottom:45px;
}

.edonusum-nedir h2{
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	padding-bottom: 15px;
	margin-bottom: 15px;
	margin-top: 15px;
}

.edonusum-container p ,.edonusum-neden p{
	color: #444444;
	font-size: 13px;
}
.edonusum-nedir p{
	color: #fff;
	font-size: 13px;
}
.edonusum-nedir{
	background-size:100% auto !important;
	padding-top:45px;
	padding-bottom:45px;
}

.edonusum-container .nav-tabs {
	margin-bottom: 5px;
	border:0;
}

.edonusum-container .nav-tabs a {
	display: block;
	width: 100%;
	position: relative;
	border:0;
}

.edonusum-container .nav-tabs .col a:after {
	content: "";
	background: #97e982;
	height: 6px;
	border-radius: 3px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}

.edonusum-container .nav-tabs .col:nth-child(2) a:after {
	background: #76d8a7;
}

.edonusum-container .nav-tabs .col:nth-child(3) a:after {
	background: #59caca;
}

.edonusum-container .nav-tabs .col a {
	color: #373b42;
	font-size: 18px;
}

.edonusum-container .tab-content{
	border-radius:10px;
	background: rgb(138,217,167);
background: linear-gradient(90deg, rgba(138,217,167,1) 0%, rgba(190,233,129,1) 100%);
}

.edonusum-container .tab-content .text-container{
	color:#fff;
	padding:30px;
}

.edonusum-container .tab-content .text-container h3{
	color:#fff;
	font-size:19px;
}

.edonusum-container .tab-content .text-container p{
	color:#fff;
	font-size:14px;
}

 .edonusum-neden{
	padding-top:45px;
	padding-bottom:45px;
	background:#fafcff;
}

.edonusum-neden-home h2,.edonusum-neden-home p,.edonusum-neden-home h3{
	color:#fff;
}
.edonusum-neden-home h3{
	font-size:16px;
}
.edonusum-grad-bg{
	background: rgb(51, 152, 154);
	background: linear-gradient(90deg,rgb(51, 152, 154) 0%,rgba(190,233,129,1) 100%);}

	.nav-tabs .nav-item{
		padding:0;
	}
.page-container {
	color: #494c52;
}

.page-container p {
	color: #494c52;
	font-size: 13px;
}
.page-container.hxm p {
	font-size: 16px;
}

ul.child-pages {
	list-style: none;
	margin-bottom: 15px;
}

ul.child-pages li {
	border-bottom: 1px solid #01bfe7;
	padding: 5px 0;
}

ul.child-pages li.first-child {
	border-bottom: 1px solid #01bfe7 !important;
}

ul.child-pages li a {
	color: #767f8f;
	display: block;
	width: 100%;
	font-size: 14px;
}

ul.child-pages li a span {
	float: right;
}

ul.child-pages li.first-child a {
	color: #01bfe7;
}


.edonusum-ent p{
	font-size:14px;
	color:#444444;
}

.video-thumb {
	height: 400px;
	position: relative;
	margin-bottom: 30px;
}

.video-thumb h3 {
	font-size: 16px;
	font-weight: bold;
	color: #1c1d1b;
	margin: 15px 0;
}

.video-thumb p {
	font-size: 14px;
	color: #a5aab5;
}

.video-thumb a.devami {
	font-size: 13px;
	color: #01bfe7;
	font-weight: 600;
	position: absolute;
	bottom: 0;
	right: 20px;
}

.pager {
	width: 100%;
}

.pager ul li {
	list-style: none;
	display: inline-block;
}

.pager ul li a,
.pager ul li span {
	display: block;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: #f2f2f2;
	color: #4c4c4c;
	border-radius: 3px;
	margin: 0 5px;
}

.pager ul li span {
	background: #2f2891;
	color: #fff;
}

.video-pop {
	width: 800px;
}

.video-pop h3 {
	color: #222931;
	font-size: 22px;
	font-weight: 600;
	border-bottom: 1px solid #cfcfcf;
	margin: 10px 0;
	padding: 5px;
}

.video-pop p {
	color: #767f8f !important;
	font-size: 14px;
}

.certificate-page-container,
.reference-page-container {
	padding-bottom: 60px;
}

.reference-page-container h2 {
	color: #222931;
	font-weight: 600;
	font-size: 26px;
	margin-bottom: 30px;
}

.alphabet {
	list-style: none;
	margin-bottom: 60px;
}

.alphabet li {
	display: inline-block;
	font-size: 16px;
	padding: 5px;
	font-weight: 600;
	color: #767f8f;
	cursor: pointer;
}

.alphabet li.active,
.alphabet li:hover {
	color: #01bfe7;
	text-decoration: underline;
}

.certificate-container {
	width: 200px;
	height: 200px;
	border-radius: 5px;
	text-align: center;
	-webkit-box-shadow: 0px 2px 1px 1px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: 0px 2px 1px 1px rgba(0, 0, 0, 0.09);
	box-shadow: 0px 2px 1px 1px rgba(0, 0, 0, 0.09);
	margin: 0 auto;
}

.clear {
	clear: both;
}

.reference-container {
	border-radius: 5px;
	text-align: center;
	-webkit-box-shadow: 0px 2px 1px 1px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: 0px 2px 1px 1px rgba(0, 0, 0, 0.09);
	box-shadow: 0px 2px 1px 1px rgba(0, 0, 0, 0.09);
	margin-bottom: 30px;

}

.reference-container .img {
	height: 200px;
	justify-content: center;

}

h3.accordion {
	width: 100%;
	color: #767f8f;
	font-size: 16px;
	font-weight: 600;
	text-indent: 50px;
	background: url(../images/accordion-arrow-1.png) no-repeat center left 500px;
	cursor: pointer;
}

.hr-form-link {
	text-align: center;
}

.hr-form-link img {
	margin: 0;
}

.hr-form-link h3 {
	color: #252a32;
	font-size: 20px;
}

.hr-form-link a {
	font-size: 16px;
	color: #767f8f;
}

h3.accordion.open {
	background: url(../images/accordion-arrow-2.png) no-repeat center left 300px;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: url(../images/swiper-right.png);
	width: 56px;
	height: 56px;
	background-size: 100% 100%;

}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: url(../images/swiper-left.png);
	width: 56px;
	height: 56px;
	background-size: 100% 100%;

}

.accordion-content {
	padding: 15px 0;
	width: 100%;
	visibility: hidden;
	height: 0;
}

.accordion-content .swiper-container {
	padding: 15px 0;
}

.accordion-content .reference-container {
	width: 200px;
	height: 200px;
	border-radius: 5px;
	text-align: center;
	-webkit-box-shadow: 0px 2px 1px 1px rgba(0, 0, 0, 0.09);
	-moz-box-shadow: 0px 2px 1px 1px rgba(0, 0, 0, 0.09);
	box-shadow: 0px 2px 1px 1px rgba(0, 0, 0, 0.09);
	margin: 0 auto;
}

.page-menu {
	background: #e6fcfc;
	padding: 10px 0;
}

a.bilgi-al-btn.btn {
	float: right;
	padding: 5px;
	margin: 5px 0;
	background: #413d9b;
	color: #fff;
}

.page-menu ul {
	margin: 0;
	float: left;
}

.page-menu ul li {
	display: inline-block;
}

.page-menu ul li a {
	padding: 10px 20px;
	display: block;
	font-size: 16px;
	color: #767f8f;
}

.page-menu ul li a:hover,
.page-menu ul li.active a {
	background: #413d9b;
	color: #fff;
}

.certificate-container .img {
	padding: 20px 0;
}

.certificate-container h3 {
	color: #3e4550;
	font-size: 16px;
	font-weight: 600;
}

#hrForm .fileUpload input.upload {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	cursor: pointer;
	opacity: 0;
	filter: alpha(opacity=0);
	font-size: 20px;
}

#hrForm .form-group {
	width: 100%;
}

#hrForm input[type=text] {
	border-radius: 3px;
	width: 400px;
	height: 60px;
	-webkit-box-shadow: 0px 2px 1px 1px rgba(0, 0, 0, 0.06);
	-moz-box-shadow: 0px 2px 1px 1px rgba(0, 0, 0, 0.06);
	box-shadow: 0px 2px 1px 1px rgba(0, 0, 0, 0.06);
	border: 0;
	padding: 10px;
}

#hrForm input[type=text]::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #b3bbc8;
	opacity: 1;
	/* Firefox */
}

#hrForm input[type=text]:-ms-input-placeholder {
	/* Internet Explorer 10-11 */
	color: #b3bbc8;
}

#hrForm input[type=text]::-ms-input-placeholder {
	/* Microsoft Edge */
	color: #b3bbc8;
}

#hrForm .fileUpload {
	background: #b5b5b5;
	margin-left: 60px;
	margin-right: 15px;
	color: #fff;
	border: 0;
	position: relative;
}

input#uploadBtn {
	width: 100%;
	height: 60px;
}

#hrForm #gonder {
	background: #01bfe7;
	color: #fff;
	border: 0;

}

.thumbnails {
	margin: 45px 0;
}

.thumbnails h3 {
	font-size: 16px;
	color: #252a32;
}

.thumbnails p {
	font-size: 13px;
	color: #767f8f;
}

.side-menu {
	padding: 20px 10px;
	background: #f8f7f7;
}

.side-menu h2 {
	font-size: 14px !important;
	color: #001b45;
	border-bottom: 1px solid #01bfe7;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
	width: 100%;
	background: url(../images/side-menu-arrow-1.png) no-repeat right 5px;
	padding: 0;
	border-bottom: 1px solid #001b45 !important;
}

.side-menu h2.open {
	background: url(../images/side-menu-arrow-1a.png) no-repeat right 5px;
}

.side-menu ul {
	list-style: none;
}

.side-menu>ul>li {
	padding-left: 15px;
}

.side-menu>ul>li>span {
	color: #01bfe7;
	font-size: 14px;
	font-weight: 600;
	padding: 0 0 10px 0;
	display: block;
	width: 100%;
	background: url(../images/side-menu-arrow-2.png) no-repeat right 5px;
}

.side-menu>ul>li>a {
	color: #01bfe7;
	font-size: 14px;
	font-weight: 500;
}

.side-menu>ul>li>span.open {
	background: url(../images/side-menu-arrow-2a.png) no-repeat right 5px;
}

.side-menu>ul>li>ul {
	display: none;
}

.side-menu>ul>li>ul>li>a {
	color: #001b45;
	font-size: 14px;
	font-weight: 600;
	padding: 15px 0 15px 0;
	display: block;

}


.statisticsLanding .statistic  {
	padding: 30px 10px;
	background: rgba(255, 255, 255, 0.1);
	border: 3px solid rgba(255, 255, 255, 0.2);
	margin-bottom: 10px;
	min-height: 300px;
	position: relative;
	border-radius: 30px;
}
.statisticsLanding .statistic .clickIcon{
	position: absolute !important;
	bottom: -50px !important;
	right: -25px !important;
	top: initial;
	width: 60px;
}



.higherRow .statistic{
	min-height: 400px !important;
}

/* .higherRow .statistic ul li{
	padding:0 0px 10px;
} */
.statisticsLanding .statistic ul{
	text-align:center;
}
.statisticsLanding .statistic ul li{
	text-align:left;
	color:#fff;
	font-size:13px;
	padding-bottom:10px;
	line-height:30px;
	padding:0;

}
.statisticsLanding .statistic p {
	color: #ffffff;
	text-align: center;
	font-size:18px;
	padding-bottom:10px;
}

.statisticsLanding p {
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	margin: 0 0 30px 0;
	line-height: 25px;
	padding: 20px;
	text-align: center;
	height:100px;
}
.statisticsLanding .statistic p {
	color: #ffffff;
	text-align: center;
	font-size:18px;
	padding-bottom:10px;
}
.statisticsLanding.small > div {
    display: flex;
    flex-flow: column;
}
.statisticsLanding.small .statistic {
    height: 100%;
    min-height: unset;
}
.statisticsLanding.small div > p {
    height: auto;
    margin: 0;
}
.statisticsLanding.small .statistic > p {
	font-size:16px;
    padding: 0;
}


.height50{
	height: 50px !important;
}
.height60{
	height: 60px !important;
}
.lineHeight50{
	line-height: 50px;
}

.statisticsLanding .lowerLine > p{
	height:50px !important;
}
.statisticsLanding p a{
	color: #fff !important;
}
.statisticsLanding p a:hover{
	text-decoration: underline;
}
.statisticsLanding .statistic p:nth-child(1){

	font-weight: normal;
	margin: 0;
	height: auto;
	left: 0;
}

.statisticsLanding .statistic.lessTop p:nth-child(1){
	top:45% !important;
}


 .statisticsLanding .statistic ul  {
	font-size: 15px !important;
	font-weight: normal;
	margin: 0;
	position: absolute;
	top: 50%;
	transform:translateY(-50%);
	height: auto;
	left:20px;
}



.statisticsLanding .col-md-4{padding:0 5px !important;}

.statisticsLanding .statistic p:nth-child(3) {
	font-size: 15px;
	font-weight: 600;
	margin: 0;
}



.statistics, .statisticsLanding {
	background-image: linear-gradient(-60deg, #1e69b1,#50c5ea);
	background-size: 100% auto;
	padding: 30px 15px;
	border-radius:30px;
}
.statistics .statistic  {
	padding: 30px;
	background: rgba(255, 255, 255, 0.1);
	border: 5px solid rgba(255, 255, 255, 0.2);

}
.statistics .statistic p {
	color: #ffffff;
	text-align: center;

}
.statistics .statistic p:first-child {
	font-size: 48px;
	font-weight: bold;
	margin: 0;
}
.statistics .statistic p:nth-child(2) {
	font-size: 17px;
	font-weight: normal;
	margin: 0;
}
.statistics .statistic p:nth-child(3) {
	font-size: 17px;
	font-weight: bold;
	margin: 0;
}

.gradient-bg {
	background: url(../images/pageBg.png) repeat top left;
	background-size: 100% auto;
	padding: 15px;
	margin-bottom: 15px;
}

.gradient-bg p {
	color: #fff;
	font-size: 18px;
	margin: 0;
}

.side-menu>ul>li>ul>li>ul>li>a {
	color: #001b45;
	font-size: 13px;
	font-weight: 400;
	padding: 3px 0 3px 0;
	display: block;
}

.side-menu .hizmetler {
	padding-top: 10px;
	background-position: right 15px;
}

.side-menu .hizmetler.open {
	background-position: right 15px;
}

.btn-success {
	background: #01bfe7;
	color: #fff !important;
	border: 0 !important;
}

.navbar ul {
	list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}

ul.child-pages li {
	border: 0;
}



@media only screen and (max-width: 1200px) {
	.ram-search {
		display: none;
	}
}

@media (min-width: 992px) {
	.navbar-nav li {
		margin-left: 0;
		margin-right: 0;
	}

}

@media screen and (max-width: 991.98px) {
	.navbar-collapse {
		padding-top: 0;
		position: static;

	}

	.main-banner {
		padding-top: 250px !important;
	}

	.about-content {
		margin-top: 40px;
	}

	.footer-logos img {
		margin-bottom: 10px;
	}
}

@media only screen and (max-width: 790px) {
	.navbar-brand img {
		display: table;
		margin: 0 auto;

	}

	.video-pop {
		width: auto;
	}
}


/******************* Timeline Demo - 4 *****************/
.main-timeline4 {
	overflow: hidden;
	position: relative
}

.main-timeline4:before {
	content: "";
	width: 5px;
	height: 100%;
	background: #333;
	position: absolute;
	top: 70px;
	left: 50%;
	transform: translateX(-50%)
}

.main-timeline4 .timeline-content:before,
.main-timeline4 .timeline:before {
	top: 50%;
	transform: translateY(-50%);
	content: ""
}

.main-timeline4 .timeline {
	width: 50%;
	padding-left: 100px;
	float: right;
	position: relative
}

.main-timeline4 .timeline:before {
	width: 31px;
	height: 31px;
	background: url(../images/timeline-dot.png) no-repeat center center;
	position: absolute;
	left: -15px
}

.main-timeline4 .timeline-content {
	display: block;
	padding-left: 50px;
	position: relative
}

.main-timeline4 .timeline-content:before {
	width: 124px;
	height: 9px;
	background: url(../images/timeline-dots.png) no-repeat center center;
	position: absolute;
	left: -70px
}

.main-timeline4 .year {
	display: inline-block;
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	color: #106d96;
	text-align: center;
	padding-top: 160px;
}

.main-timeline4 .inner-content {
	padding: 20px 0;
	text-align: center;
}

.main-timeline4 .title {
	font-size: 18px;
	font-weight: 700;
	color: #767f8f;
	margin: 0 0 5px;
	padding: 5px 0 5px 0;
}

.main-timeline4 .description {
	font-size: 14px;
	line-height: 1.2em;
	color: #6f6f6f;
	margin: 0 0 10px
}

.main-timeline4 .timeline:nth-child(2n) {
	padding: 0 100px 0 0
}

.main-timeline4 .timeline:nth-child(2n) .timeline-content:before,
.main-timeline4 .timeline:nth-child(2n) .year,
.main-timeline4 .timeline:nth-child(2n):before {
	left: auto;
	right: -15px
}

.main-timeline4 .timeline:nth-child(2n) .timeline-content {
	padding: 0 50px 0 0
}

.main-timeline4 .timeline:nth-child(2n) .timeline-content:before {
	right: -70px
}

.main-timeline4 .timeline:nth-child(2n) .year {
	right: 0
}

.main-timeline4 .timeline:nth-child(2n) .year:before {
	right: auto;
	left: 0;
	border-left: none;
	border-right: 20px solid #f54957;
	transform: rotate(-45deg)
}

.main-timeline4 .timeline:nth-child(2) {
	margin-top: 110px
}

.main-timeline4 .timeline:nth-child(odd) {
	margin: -110px 0 0
}

.main-timeline4 .timeline:nth-child(even) {
	margin-bottom: 80px
}

.main-timeline4 .timeline:first-child,
.main-timeline4 .timeline:last-child:nth-child(even) {
	margin: 0
}


@media only screen and (max-width:1200px) {
	.main-timeline4 .year {
		top: 50%;
		transform: translateY(-50%)
	}
}

@media only screen and (max-width:990px) {
	.main-timeline4 .timeline {
		padding-left: 75px
	}

	.main-timeline4 .timeline:nth-child(2n) {
		padding: 0 75px 0 0
	}

	.main-timeline4 .timeline-content {
		padding-left: 130px
	}

	.main-timeline4 .timeline:nth-child(2n) .timeline-content {
		padding: 0 130px 0 0
	}

	.main-timeline4 .timeline-content:before {
		width: 68px;
		left: -68px
	}

	.main-timeline4 .timeline:nth-child(2n) .timeline-content:before {
		right: -68px
	}
}

@media only screen and (max-width:767px) {

	.edonusumTitle{
		background-size:auto 100%;
	}
	.main-timeline4 {
		overflow: visible
	}

	.main-timeline4:before {
		height: 100%;
		top: 0;
		left: 0;
		transform: translateX(0)
	}

	.main-timeline4 .timeline:before,
	.main-timeline4 .timeline:nth-child(2n):before {
		top: 60px;
		left: -9px;
		transform: translateX(0)
	}

	.main-timeline4 .timeline,
	.main-timeline4 .timeline:nth-child(even),
	.main-timeline4 .timeline:nth-child(odd) {
		width: 100%;
		float: none;
		text-align: center;
		padding: 0;
		margin: 0 0 10px
	}

	.main-timeline4 .timeline-content,
	.main-timeline4 .timeline:nth-child(2n) .timeline-content {
		padding: 0
	}

	.main-timeline4 .timeline-content:before,
	.main-timeline4 .timeline:nth-child(2n) .timeline-content:before {
		display: none
	}

	.main-timeline4 .timeline:nth-child(2n) .year,
	.main-timeline4 .year {
		position: relative;
		transform: translateY(0)
	}

	.main-timeline4 .timeline:nth-child(2n) .year:before,
	.main-timeline4 .year:before {
		border: none;
		border-right: 20px solid #f54957;
		border-top: 10px solid transparent;
		border-bottom: 10px solid transparent;
		top: 50%;
		left: -23px;
		bottom: auto;
		right: auto;
		transform: rotate(0)
	}

	.main-timeline4 .timeline:nth-child(2n) .year:before {
		border-right-color: #1ebad0
	}

	.main-timeline4 .timeline:nth-child(3n) .year:before {
		border-right-color: #7cba01
	}

	.main-timeline4 .timeline:nth-child(4n) .year:before {
		border-right-color: #f8781f
	}

	.main-timeline4 .inner-content {
		padding: 10px
	}
}

@-moz-keyframes bobber {
	0% {
		-moz-transform: translateY(0px)
	}

	50% {
		-moz-transform: translateY(10px)
	}

	100% {
		-moz-transform: translateY(0px)
	}
}

@keyframes bobber {
	0% {
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
		transform: translateY(0px)
	}

	50% {
		-webkit-transform: translateY(10px);
		-moz-transform: translateY(10px);
		-ms-transform: translateY(10px);
		-o-transform: translateY(10px);
		transform: translateY(10px)
	}

	100% {
		-webkit-transform: translateY(0px);
		-moz-transform: translateY(0px);
		-ms-transform: translateY(0px);
		-o-transform: translateY(0px);
		transform: translateY(0px)
	}
}

.ss-video {
	margin-bottom: 45px;
}

.slide-to-bottom {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 10%;
	z-index: 10;
	display: block;
	width: 28px;
	margin: auto;
	padding: 15px 0;
	cursor: pointer;
	-webkit-animation: bobber 1.5s infinite;
	-moz-animation: bobber 1.5s infinite;
	animation: bobber 1.5s infinite;
}

.slide-to-bottom span {
	display: block;
	width: 28px;
	margin: auto;
	color: #fff;
	font-size: 3em;
	text-align: center;
	cursor: pointer;
}
#solutionListMain{
	padding-top:70px;
}
#solutionListMain h3{
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	padding-bottom:30px;
}
#solutionListMain ul{
	list-style-type: none;
}
#solutionListMain ul li{
	background-image: linear-gradient(90deg,#060634 0%,#00d8ff 100%);
	padding:15px 20px;
	color: #ffffff;
	margin-bottom:5px;
	-webkit-border-radius:30px;
	-moz-border-radius:30px;
	-o-border-radius:30px;
	-ms-border-radius:30px;
	border-radius:30px;
}

#landingList h3{
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	padding-bottom:30px;
}

#landingList ul{
	list-style-type: none;
	width:70%;
	margin-left:15%;
}

#landingList ul li{
	border: 2px solid #50c5ea;
	padding:10px 20px;
	border-radius: 30px;
	margin-bottom:5px;
}

.pt10{
	padding-top:10px !important;
}

.pt20{
	padding-top:20px !important;
}

.pt30{
	padding-top:30px !important;
}

.pt40{
	padding-top:40px !important;
}

.pt50{
	padding-top:50px !important;
}

.pt60{
	padding-top:60px !important;
}

.pt70{
	padding-top:70px !important;
}

.pt80{
	padding-top:80px !important;
}

.pt90{
	padding-top:90px !important;
}

.pt100{
	padding-top:100px !important;
}

.pt110{
	padding-top:110px !important;
}

.pt120{
	padding-top:120px !important;
}

.pt130{
	padding-top:130px !important;
}

.pt140{
	padding-top:140px !important;
}

.pt150{
	padding-top:150px !important;
}


.solutionDetailsArea, .solutionDetailsArea2{
	margin-top:-50px;
}

.solutionDetailsArea h3{
	margin-top:100px;
}
.solutionDetailsArea2 img{
	margin-top:-200px;
}


.landingList h3 {
    font-size: 24px !important;
    font-weight: 700  !important;
    text-align: center  !important;
		padding-bottom: 10px !important;
		color: #222931 !important;
		padding-top: 30px !important;
}

.landingList ul {
    list-style-type: none;
    width: 100%  !important;
  	align-items: center;
		position: relative;
	  box-sizing: border-box;
	  background: #000;
	  background-clip: padding-box;
	  /* !importanté */
	  border: solid 5px transparent;
	  /* !importanté */
	  border-radius: 1em;
      min-height: 250px;
      background-color: white;
}
.landingList ul.no-min {
    min-height: unset;
    height: 100%;
}
.landingList ul:before{
		content: "";
	  position: absolute;
	  top: 0;
	  right: 0;
	  bottom: 0;
	  left: 0;
	  z-index: -1;
	  margin: -5px;
	  /* !importanté */
	  border-radius: inherit;
	  /* !importanté */
	  background: linear-gradient(to left, #11103C , #58D6F9);
}

.landingList ul li {
		background:#fff;
    padding: 10px 20px  !important;
}

.landingList ul li:first-child{
	border-radius:7px 7px 0 0;
}
.landingList ul li:last-child{
	border-radius:0 0 7px 7px;
}

.landingList ul.tick {
    list-style-position: inside;
    list-style-image: url(/templates/template-1/view/images/tick.svg);
}
.landingList ul.vertical-space {
    padding-top: calc(1.2em + 20px);
    padding-bottom: calc(1.2em + 20px);
}
ul.tick {
    list-style-position: inside;
    list-style-image: url(/templates/template-1/view/images/tick.svg);
}
.row.detailedListItems {
    row-gap: 1rem;
}
.detailedListItems > .col-md-6 .jumbotron{
  padding:10px 30px 30px !important;
  background-image: linear-gradient(-60deg,#1e69b1,#50c5ea) !important;
}

.detailedListItems > .col-md-6 h3{
  text-align:center;
  font-size:24px;
  font-weight:600;
  color:#fff;
}

.row > .col-md-6 iframe{
	height: 215px !important;
}

.successSpecialPadding{
	padding-bottom: 50px !important;
	padding-top: 40px !important;
}

#mc_embed_signup{
	width:100% !important;
}
h2.new-blue-heading, .page-container.hxm #mc_embed_signup h2{border-bottom: 1px solid #cfcfcf;}
.page-container.hxm #mc_embed_signup .mc-field-group.input-group label{margin-left: 5px;}
.page-container.hxm #mc_embed_signup .mc-field-group.input-group .col-md-3,
.page-container.hxm #mc_embed_signup .mc-field-group.input-group .col-md-4{
	height: 35px !important;
}
.page-container.hxm #mc_embed_signup .mc-field-group.input-group .col-md-4.height50{
	height: 50px !important;
}

.page-container.hxm #mc_embed_signup .mc-field-group.input-group .col-md-3 input,
.page-container.hxm #mc_embed_signup .mc-field-group.input-group .col-md-4 input{
	position: absolute !important;
	left: 0 !important;
}

.page-container.hxm #mc_embed_signup .mc-field-group.input-group .col-md-3 label,
.page-container.hxm #mc_embed_signup .mc-field-group.input-group .col-md-4 label{
	position: absolute !important;
	left: 15px !important;
}
.page-container.hxm #mc_embed_signup .mc-field-group input.valid {
	border-color: #2B9E15 !important;
	position: relative;
}
.page-container.hxm #mc_embed_signup .mc-field-group::after {
	content: '';
	position: absolute;
	top: 27px;
	right: 15px;
	width: 20px;
	height: 20px;
	translate: 0 -50%;
	background-size: cover;
	background-repeat: no-repeat;
}
.page-container.hxm #mc_embed_signup .mc-field-group:has(input.valid)::after {
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M10 0C4.4775 0 0 4.4775 0 10C0 15.5225 4.4775 20 10 20C15.5225 20 20 15.5225 20 10C20 4.4775 15.5225 0 10 0ZM15.5892 8.08917L9.28917 14.3892C9.1325 14.5458 8.92083 14.6333 8.7 14.6333C8.47917 14.6333 8.26667 14.5458 8.11083 14.3892L5.23333 11.5117C4.9075 11.1858 4.9075 10.6592 5.23333 10.3333C5.55917 10.0075 6.08583 10.0075 6.41167 10.3333L8.7 12.6217L14.4108 6.91083C14.7367 6.585 15.2633 6.585 15.5892 6.91083C15.915 7.23667 15.915 7.76333 15.5892 8.08917Z" fill="%232B9E15"/></svg>');
}
.page-container.hxm #mc_embed_signup .mc-field-group:has(input.mce_inline_error)::after {
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M10 0C4.4775 0 0 4.4775 0 10C0 15.5225 4.4775 20 10 20C15.5225 20 20 15.5225 20 10C20 4.4775 15.5225 0 10 0ZM11.1783 10C11.1783 10 13.7942 12.6158 13.9225 12.7442C14.2483 13.07 14.2483 13.5975 13.9225 13.9225C13.5967 14.2483 13.0692 14.2483 12.7442 13.9225C12.6158 13.795 10 11.1783 10 11.1783C10 11.1783 7.38417 13.7942 7.25583 13.9225C6.93 14.2483 6.4025 14.2483 6.0775 13.9225C5.75167 13.5967 5.75167 13.0692 6.0775 12.7442C6.205 12.6158 8.82167 10 8.82167 10C8.82167 10 6.20583 7.38417 6.0775 7.25583C5.75167 6.93 5.75167 6.4025 6.0775 6.0775C6.40333 5.75167 6.93083 5.75167 7.25583 6.0775C7.38417 6.205 10 8.82167 10 8.82167C10 8.82167 12.6158 6.20583 12.7442 6.0775C13.07 5.75167 13.5975 5.75167 13.9225 6.0775C14.2483 6.40333 14.2483 6.93083 13.9225 7.25583C13.795 7.38417 11.1783 10 11.1783 10Z" fill="%23FF0000"/></svg>');
}

.page-container.hxm #mc_embed_signup {
	max-width: 630px;
	margin: auto;
}
.page-container.hxm #mc_embed_signup form {
	margin: 0 !important;
}

.page-container.hxm #mc_embed_signup #mc_embed_signup_scroll {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
}

.page-container.hxm #mc_embed_signup .indicates-required {
	display: none !important;
}
h2.new-blue-heading, .page-container.hxm #mc_embed_signup h2 {
	color: #1D4480;
	font-size: 36px !important;
	font-weight: 700 !important;
	text-align: center;
	border: none !important;
	grid-column: span 2;
	margin: 0 0 10px 0!important;
}

.page-container.hxm #mc_embed_signup .mc-field-group {
	width: auto !important;
	padding: 0 !important;
	display: block !important;
}
.page-container.hxm #mc_embed_signup .mc-field-group:has(input[type="email"]),
.page-container.hxm #mc_embed_signup .mc-field-group:has(input[type="tel"]),
.page-container.hxm #mc_embed_signup .mc-field-group:has(input[name="FLNAME"]),
.page-container.hxm #mc_embed_signup .mc-field-group:has(input[name="PHONE"])
{
	grid-column: span 2;
}
.page-container.hxm #mc_embed_signup .mc-field-group input:not([type="checkbox"]):not(.button) {
	border: 1px solid #1D4480;
	border-radius: 8px;
	padding: 16px;
	text-indent: 0 !important;
	font-size: 16px !important;
}
.page-container.hxm #mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
	margin: 2px 0 0 0 !important;
}
.page-container.hxm #mc_embed_signup .mc-field-group:first-of-type {
	grid-column: span 2;
}
.page-container.hxm #mc_embed_signup .mc-field-group.gdpr-mergeRow {
	grid-column: span 2;
}
.page-container.hxm #mc_embed_signup .mc-field-group:not(.gdpr-mergeRow) label:not(.checkbox) {
	position: absolute;
	top: 27px;
	left: 16px;
	transform: translate(0, -50%);
	margin:  0 !important;
	color: #1D4480;
	font-size: 16px;
	font-weight: 400;
	transition: all .3s linear;
}
.page-container.hxm #mc_embed_signup .mc-field-group:not(.gdpr-mergeRow) label:not(.checkbox).active {
	top: -2px;
	transform: translate(0, -100%);
	font-size: 12px;
}
.page-container.hxm #mc_embed_signup .mc-field-group label .asterisk {
	position: absolute;
	top: -4px !important;
	right: -10px !important;
}
.page-container.hxm #mc_embed_signup div#mce-responses {
	grid-column: span 2;
}
.page-container.hxm #mc_embed_signup .clear {
	grid-column: span 2;
}
.page-container.hxm #mc_embed_signup .clear .button{
	width: 100% !important;
	border-radius: 12px;
	background: #29B1DC !important;
	height: 50px;
}
.page-container.hxm #mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error {
	/* display: none !important; */
}
.page-container.hxm #mc_embed_signup .iti {
	width: 100%;
}
#mce-responses {
	display: none !important;
	padding: 0 !important;
	margin: 0 !important;
	width:  auto; !important;
}
#mce-responses.active {
	display: block !important;
}
.page-container.hxm #mc_embed_signup div.response {
	margin: 0 !important;
	padding: 0 !important;
	max-width: 100%;
}
.page-container.hxm #mc_embed_signup div.response {
    padding: 0;

}

/* Loading Indicator Styles */
.loading-overlay {
    position: absolute;
	border-radius: 12px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgb(29 68 128 / 21%);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

.loading-spinner {
	margin:auto;
    width: 60px;
    height: 60px;
    border: 6px solid #fff;
    border-top: 6px solid #007cba;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

.loading-text {
    color: #11103c;
    font-size: 18px;
    margin-top: 20px;
	font-weight: 600;
	letter-spacing: 0.3px;
    text-align: center;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Button Loading State */
.btn-loading {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-loading .btn-spinner {
    width: 16px;
    height: 16px;
    border: 2px solid transparent;
    border-top: 2px solid currentColor;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-right: 8px;
}

/* Success Indicator */
.success-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(40, 167, 69, 0.95);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 10000;
    flex-direction: column;
}

.success-checkmark {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 4px solid white;
    position: relative;
    animation: scale-in 0.3s ease-out;
}

.success-checkmark::after {
    content: '';
    position: absolute;
    top: 20px;
    left: 30px;
    width: 15px;
    height: 25px;
    border: solid white;
    border-width: 0 4px 4px 0;
    transform: rotate(45deg);
    animation: checkmark 0.5s ease-out 0.3s both;
}

.success-message {
    color: white;
    font-size: 24px;
    font-weight: bold;
    margin-top: 20px;
    text-align: center;
    animation: fade-in 0.5s ease-out 0.6s both;
    opacity: 0;
}

.success-submessage {
    color: white;
    font-size: 16px;
    margin-top: 10px;
    text-align: center;
    animation: fade-in 0.5s ease-out 0.8s both;
    opacity: 0;
}

@keyframes scale-in {
    0% { transform: scale(0); }
    100% { transform: scale(1); }
}

@keyframes checkmark {
    0% { height: 0; }
    100% { height: 25px; }
}

@keyframes fade-in {
    0% { opacity: 0; transform: translateY(20px); }
    100% { opacity: 1; transform: translateY(0); }
}

/* Form submitted state */
.form-submitted {
    opacity: 0.7;
    pointer-events: none;
    transition: opacity 0.3s ease;
}

@media screen and (max-width: 1024px) {
    h2.new-blue-heading, .page-container.hxm #mc_embed_signup h2 {
        font-size: 28px;
    }

}



.faq-section {
	background-color: #f4f4f4
}

.h1-faq-fix {
	color: #fff;
	margin: 0;
	text-align: center
}

.p-faq-fix {
	color: #fff;
	text-align: center;
	font-size: 1.125rem
}

.faq-title {
	justify-content: center;
	align-items: center;
	height: 100%
}

.faq-link {
	color: #fff;
	text-decoration: underline
}

.faq-link:hover {
	color: #001540
}
.page-faq h2 {

}

.faq-container {
	margin: 0 16px 16px 0;
	padding: 12px 24px;
	background-color: #fff;
	border-radius: 12px;
	border: 1px solid #1D4480;
	box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

@media (max-width: 768px) {
	.faq-container {
		margin:8px;
		padding: 8px 24px
	}
}

.faq-container .faq-answer {
	visibility: hidden;
	height: 0;
	margin: 0;
	opacity: 0;
	transition: linear all .3s
}

.faq-container .faq-answer * {
	color: #FFF;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.75; /* 175% */
}

.faq-container h4 {
	position: relative;
	cursor: pointer;
	margin: 0;
	padding: 0;
	color: #001540;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.88; /* 188.889% */
}

.faq-container h4 svg {
	position: absolute;
	left: 100%;
	font-size: inherit;
	top: .94em;
	transform: translate(-100%,-50%)
}

.faq-container h4 svg rect.rotate {
	transform-origin: center center;
	transition: linear all .3s
}
.faq-container.active {
	background: linear-gradient(90deg, #1D4480 0%, #29B1DC 100%);
}
.faq-container.active h4 {
	border-bottom: 1px solid #fff;
	color: #fff;
	font-weight: 600;
	padding-bottom: .5em;
}

.faq-container.active h4 svg rect.rotate {
	transform: rotate(90deg)
}
.faq-container.active h4 svg rect {
	fill: white;
}

.faq-container.active .faq-answer {
	visibility: visible;
	height: auto;
	margin: 16px 0;
	color: #fff;
	opacity: 1
}

.faq-container.active .faq-answer * {
	visibility: visible;
	height: auto
}




.newsletterForm .mc-field-group{
    max-width: 100%;
    width: 100%;
    background-color: #fff;
    border: none;
    border-radius: 3px;
    padding-top: 15px;
    padding-bottom: 15px;
    max-height: 60px;

}

.newsletterForm{
    position: relative;
    margin-bottom:40px;
}
.newsletterForm .mc-field-group input{
    font-size: 16px;
    padding-top: .5em;
    padding-bottom: .5em;
    color: #000;
    width: 90%;
    border:none;
}

.newsletterForm .mc-field-group input:focus{
    outline: none;
}

.newsletterForm .mc-field-group input::placeholder{
    color: #000 !important;
}

.newsletterForm div.mce_inline_error{
    background-color: transparent !important;
    color: #fff !important;
    margin-top: 10px !important;
}

.newsletterForm button{
    color: #01bfe7;
    font-size: 20px;
    padding-left: 30px;
    padding-right: 30px;
    position: absolute;
    right: 0;
    top: 19px;
    border: none;
    border-left: 1px solid #01bfe7;
    background: none;
    margin: 0 !important;
}
.newsletterForm button:focus{
    outline:none;
}

.accordion .card-header{
    position: relative;
}
.clickIcon{
    position: absolute;
    right: 50px;
    top: 35px;
    width: 30px;

}

.col-md-6.position-relative h4{
    margin-top:50px;
    margin-bottom:20px;
}

#linearBorder{
    background: linear-gradient(0deg, rgba(16,16,60,1) 0%, rgba(68,214,252,1) 100%);
    padding: 3px;
    border-radius: 5px;
}
.eDonusumCozumBoxes{
    border-radius: 5px;
    background:#fff;
    margin:0;
    padding: 15px;
}
.eDonusumCozumBoxes .card {
    height: 275px;
}

.eDonusumCozumBoxes .card-header{
    background: none;
    font-size: 16px;
  font-weight: bold;
}

.eDonusumCozumBoxes ul{
    list-style-type: none;
    text-align: center;
}
.eDonusumCozumBoxes li{
    margin-bottom:10px;
}

.eDonusumCozumBoxes .list-group-item{padding:0 !important;border:none !important;}
.eDonusumCozumBoxes a{
    color:#555;
}
.eDonusumCozumBoxes a:hover{
    color:#555;
    text-decoration: underline;
}


/* united vars page styles */

.unitedvarsPage h2{
	border:none;
	line-height:1.7;
}

.unitedvarsPage img{
	margin-bottom: 0 !important;
}

.unitedvarsPage .row{
	padding-bottom:48px;
}

.unitedvarsPage p span, .unitedvarsPage p strong{
	color:#0055b8;
}

.unitedvarsPage p.biggersize{
	font-size:20px;
	margin-bottom:48px;
}
.unitedvarsPage h3{
	margin-bottom:32px;
}
.unitedvarsPage h3.biggersize{
	color:#0055b8;
	font-weight:400;
	margin-bottom:32px;
	font-size:24px;
	padding-right: 70px;
}
.unitedvarsPage ul{
	list-style-type: none;
}
.unitedvarsPage li{
	position: relative;
}
.unitedvarsPage li h4:before{
	content: "";
	width:10px;
	height:10px;
	border-radius: 50%;
	font-size:32px;
	background-color: #0055b8;
	position: absolute;
	left: 0;
	top:10px;
}

.unitedvarsPage ul h4{
	color:#0055b8;
	margin-bottom:30px;
	padding-left: 30px;
}

.w70Centered{
	width:70%;
	margin:0 auto;
}

h2.blue {
    color: #01bfe7;
}

.scroll_to_lead {
    cursor: pointer;
}

button.scroll_to_lead, .shinebrightlikeadimond, .page-container.hxm #mc_embed_signup .clear .button {
    background: linear-gradient(45deg,#11103c,#58d6f9);
    background-size: 200%;
    background-position-x: 0%;
    color: white;
    font-size: 18px;
    padding: 10px 40px;
    border: none;
    border-radius: 4px;

}

button.scroll_to_lead:hover, .shinebrightlikeadimond:hover, .page-container.hxm #mc_embed_signup .clear .button:hover{
    cursor: pointer;
    box-shadow: 0px 0px 20px 0px #58d6f9;
    animation: bgpos 0.5s ease-out forwards;
}

@keyframes bgpos {
    from {
        background-position-x: 0%;
    }
    to {
        background-position-x: 100%;
    }
}
.whatsapp {
    position: fixed;
    bottom: 110px;
    right: 40px;
    transform: translateX(50%);
    width: 50px;
    height: 50px;
    z-index: 999;
    transition: all ease-out 0.2s;
}
.whatsapp img {
    width: 100%;
}
.whatsapp:hover {
    cursor: pointer;
    width: 60px;
}

.youtube{
    width: 100%;
    aspect-ratio: 16/9;
}

.quadro-icon-list div[class*="col"] p {
	margin: 0;
}
.quadro-icon-list p img, .quadro-icon-list img {
	margin: 0 auto 16px;
}
.quadro-icon-list div[class*="col"] h4 {
	font-size: 14px;
	line-height: 1.15;
}
.quadro-icon-list div[class*="col"] ul {
	font-size: 12px;
	line-height: 1.15;
}
.quadro-icon-list div[class*="col"] ul li:not(:last-child) {
	margin-bottom: .5em;	
}
.quadro-icon-list .with-background {
	padding: 24px 16px;
    background: linear-gradient(-60deg, #1e69b1, #50c5ea);
    border-radius: 16px;
    color: #fff !important;
 }
.quadro-icon-list .with-background h4 {
	color: #fff !important;
}
.quadro-icon-list .with-background img {
	width: 48px;
    height: 48px;
}

.ajax-side-menu li a.nav-link.active {
	color: #1D4480;
    border-radius: 8px;
    outline: 1px solid #1D4480;
}

.ajax-side-menu{
	background-color: #fff;
	top: 0%;
	border:1px solid #1D4480;
	border-top: none;
	border-radius: 0 0 8px 8px;
}

.ajax-side-menu h2{
	border-bottom: 1px solid #1D4480;
	font-weight: 500;
}

.ajax-side-menu ul li a{
	color: #001B45;
	display: inline-block;
}

.ajax-side-menu ul li a:hover{
	color: #FFF;
	background-color: #1D4480;
	border-radius: 8px;
}

.one-cikanlar {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 80px;
  margin: auto;
  max-width: 546px;
}

.one-cikanlar>div {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
}

.one-cikanlar>div img {
  margin-bottom: 15px !important;
}

.one-cikanlar>div h4 {
  color: #000;
  text-align: center;

  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin: 0 !important;
}

@media screen and (max-width: 768px) {
  .one-cikanlar {
	gap: 20px 32px;
  }

  .one-cikanlar>div h4 {
	font-size: 18px;
  }
}

.package-card {
  position: relative;
  background-color: #fff;
  border: 1px solid #29b1dc;
  border-radius: 24px;
  padding: 17px 17px 30px;
  transition: transform 0.3s ease-in-out, background-color 0.3s ease-in-out;
  height: 100%;;
}

.package-card .icon {
  margin-bottom: 24px;
}

.package-card h3 {
  margin: 0;
  color: #001440;
  font-family: Inter, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.2;
  min-height: 2.4em;
  transition: color 0.3s ease-in-out;
}

.package-card-body {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  overflow: hidden;
  padding-right: 32px;
  transition: opacity 0.3s ease-in-out, grid-template-rows 0.3s ease-in-out,
			  padding 0.3s ease-in-out;
}

.package-card-body-content {
  overflow: hidden;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px; /* 133.333% */
  letter-spacing: 0.18px;
}

.package-card-arrow {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease-in-out;
}

.package-card-arrow::before {
  content: "";
  display: block;
  width: 45px;
  height: 45px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='45' height='45' viewBox='0 0 45 45' fill='none'%3E%3Crect x='43.8545' y='1.21875' width='42.3672' height='42.7087' rx='21.1836' transform='rotate(90 43.8545 1.21875)' fill='white' stroke='%2329B1DC'/%3E%3Cmask id='mask0_112_244' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='45' height='45'%3E%3Crect x='44.3545' y='0.71875' width='43.3672' height='43.7087' rx='21.6836' transform='rotate(90 44.3545 0.71875)' fill='%2329B1DC'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_112_244)'%3E%3Cpath d='M28.5708 24.1235L22.5002 30.1467M22.5002 30.1467L16.4295 24.1235M22.5002 30.1467L22.5002 14.6584' stroke='%2329B1DC' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 45px 45px;
  background-position: center;
}

.package-card:hover {
  background-color: #1d4480;
}

.package-card:hover h3 {
  color: #fff;
}

.package-card:hover .package-card-body {
  grid-template-rows: 1fr;
  opacity: 1;
  padding: 48px 32px 60px 0;
}

.package-card:hover .package-card-arrow::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='45' height='44' viewBox='0 0 45 44' fill='none'%3E%3Crect x='1.25' y='43.5' width='42.6085' height='42.3672' rx='21.1836' transform='rotate(-90 1.25 43.5)' fill='%2329B1DC' stroke='%2329B1DC'/%3E%3Cmask id='mask0_112_283' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='45' height='44'%3E%3Crect x='0.75' y='44' width='43.6085' height='43.3672' rx='21.6836' transform='rotate(-90 0.75 44)' fill='%2329B1DC'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_112_283)'%3E%3Cpath d='M16.4099 20.4651L22.4331 14.4083M22.4331 14.4083L28.4564 20.4651M22.4331 14.4083L22.4331 29.9828' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E");
}

.items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  /* grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); */
  gap: 32px;
}
.package-mobile {
	max-width: 100%;
	overflow: hidden;
}
.swiper .package-card {
	margin-bottom: calc(62px / 2);
}
.swiper .package-card-arrow::before {
	width: 62px;
	height: 62px;
	background-size: 62px 62px;
}
#page-about-detaysoft img {
	width: 100%;
}
