html {
	overflow-y: scroll;
	-ms-overflow-style: scrollbar;
}

html, body {
	height: 100%;
	position: relative;
	-webkit-font-smoothing: subpixel-antialiased;
}

::-moz-selection {
	color: #fff;
	background: #000;
}

::-webkit-selection {
	color: #fff;
	background: #000;
}

::selection {
	color: #fff;
	background: #000;
}

iframe {
	border: none;
}

a, b, div, ul, li {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-tap-highlight-color: transparent;
	-moz-outline-: none;
}

a:focus:not(.focus-visible),
a:active {
	-moz-outline: none;
	outline: none;
}

a:focus.focus-visible,
button:focus.focus-visible,
div:focus.focus-visible {
	-moz-outline: 2px dotted #36a367 !important;
	outline: 2px dotted #36a367 !important;
	outline-offset: 0 !important;
}

img[data-sizes="auto"] {
	display: block;
	width: 100%;
}

body {
	color: #1f173d;
	font-size: 18px;
	font-family: 'Poppins', sans-serif;
	line-height: 1.6;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
}

* {
	outline: 0;
}

.btn.focus, .btn:focus,
button:active, button:focus {
	box-shadow: none;
	outline: 0;
}

ul {
	list-style: none outside;
	padding: 0;
}

a {
	color: #1f173d;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-decoration: none !important;
}

a:hover, a:focus {
	text-decoration: none;
	color: #2a2a2a;
}

h3 {
	font-weight: 700;
	font-size: 24px;
	color: #1f173d;
}

.page {
	overflow: hidden;
}

.rotate {
	-webkit-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	transform: rotate(270deg);
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0;

}

.btn {
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	font-size: 16px;
	border: 2px solid transparent;
	padding: 10px 30px;
	color: #fff;
	font-weight: 400;
}

.btn:hover {
	background-color: #fff;
	color: #2d297d;
}

.btn.white {
	color: #2d297d;
	box-shadow: rgb(100 100 111 / 20%) 0px 7px 29px 0px;
	padding-left: 40px;
	padding-right: 40px;
}

.btn.white:hover {
	color: #fff;
	background-color: #2d297d;
}

.btn.transparent {
	border-color: #1f173d;
	color: #1f173d;
}

.btn.transparent:hover {
	color: #fff;
	background-color: #1f173d;
}

.btn.dark {
	background-color: #01caff;
	color: #fff;
}

.btn.dark:hover {
	border-color: #ff0039;
	background-color: #ff0039;
	color: #fff;
}

.btn.green {
	background: #00a956;
	border: 1px solid transparent;
	color: #fff !important;
	transition: 0.3s;
	display: inline-block;
	font-weight: 700;
	font-size: 20px;
	text-transform: uppercase;
}

.btn.green:hover {
	background: #fff;
	color: #00a956 !important;
	border: 1px solid #00a956;
}
.btn.main {
	font-size: 15px;
	color: #fff;
	padding: 0px 40px;
	background-color: #1f173d;
	line-height: 46px;
	border-color: #1f173d;
}

.btn.main:hover {
	background-color: #fff;
	color: #1f173d;
}

.btn.grey {
	background-color: #464646;
	color: #fff;
}

.btn.grey:hover {
	background-color: #bf2d32;
	color: #fff;
}

.btn.grey:hover img {
	-webkit-filter: brightness(0) invert(1);
	filter: brightness(0) invert(1);
}

.btn.pink {
	background-color: #ff318e;
	color: #fff;
	position: relative;
}


.btn.pink:hover {
	background-color: #fff;
	color: #ff318e;
}

.border-white {
	border: 1px solid #fff;
}

.btn.shadow {
	-webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.15);
}

.white-bg {
	background-color: #fff;
}

.grey-bg {
	background-color: #f6f6f6;
}

.red-bg {
	background-color: #474747;
}


h2 {
	font-size: 36px;
}


.heading-title {
	font-weight: 500;
	font-size: 30px;
	color: #1f173d;
}

.heading-title span {

	display: block;

	font-size: 24px;

	color: #1f173d;

	font-weight: 400;
}


.heading-title strong {
	display: block;
	font-size: 18px;
	color: #b8b8b8;
	font-weight: 500;
	text-transform: uppercase;
}

.heading-title-2 {
	position: relative;
	font-size: 40px;
	font-weight: 700;
	margin-top: 0;
	color: #000;
	margin-bottom: 20px;
}


.container-fluid.maxWidth {
	max-width: 1500px;
}

.container {
	max-width: 1170px;
}

.breadcrumbWrapper {
	width: 100%;
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
	background-size: cover !important;
	background-position: 50% 50% !important;
	z-index: 0;
}

.breadcrumbInner h1 {
	font-size: 50px;
	font-weight: 900;
	position: relative;
	position: relative;
	color: #fff;
}

.breadcrumbInner h1:after {
	content: "";
	width: 200px;
	height: 2px;
	background-color: #156b91;
	bottom: -10px;
	left: 0;
	position: absolute;
	display: none;
}

.breadcrumbInner {
	padding-top: 7em;
	padding-bottom: 7em;
	position: relative;
	color: #383838;
	text-align: center;
	background: rgb(242, 242, 242);
	background: -moz-linear-gradient(180deg, rgba(242, 242, 242, 1) 0%, rgba(255, 255, 255, 1) 100%);
	background: -webkit-linear-gradient(180deg, rgba(242, 242, 242, 1) 0%, rgba(255, 255, 255, 1) 100%);
	background: linear-gradient(180deg, rgba(242, 242, 242, 1) 0%, rgba(255, 255, 255, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f2f2f2", endColorstr="#ffffff", GradientType=1);
}

.breadcrumbInner nav {
	display: inline-block;
}

.breadcrumb {
	background-color: transparent;
	padding: 15px 0;
	display: flex;
	border-radius: 0;
	font-size: 15px;
	font-weight: 300;

	margin-bottom: 0;
	justify-content: center;
}

.breadcrumb > li,
.breadcrumb > li a,
.breadcrumb > .active,
.breadcrumb > li + li:before {
	color: #ff0039;
	opacity: 1;
}

.breadcrumb > li {
	margin-right: 10px;
}

/* ==============================
   Page loader
   ============================== */
.page-loader {
	display: block;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: #fefefe;
	z-index: 100000;
}

.loader {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	font-size: 10px;
	text-indent: -12345px;
	border-top: 1px solid rgba(0, 0, 0, 0.08);
	border-right: 1px solid rgba(0, 0, 0, 0.08);
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
	border-left: 1px solid rgba(0, 0, 0, 0.5);

	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;

	-webkit-animation: spinner 700ms infinite linear;
	-moz-animation: spinner 700ms infinite linear;
	-ms-animation: spinner 700ms infinite linear;
	-o-animation: spinner 700ms infinite linear;
	animation: spinner 700ms infinite linear;

	z-index: 100001;
}

@-webkit-keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-moz-keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@-o-keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spinner {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-ms-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}

	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

/* ==============================
   Header
   ============================== */
.top-bar {
	background-color: #4f5950;
	color: #fff;
	line-height: 40px;
	font-size: 13px;
}

.top-bar a {
	color: #fff;
}

.top-bar .social a {
	width: 24px;
	height: 24px;
	line-height: 24px;
	border: 0;
	color: #fff;
	font-size: 14px !important;
}

.top-bar .social a:hover {
	color: #4f5950;
	background-color: #fff !important;
	border-color: #fff;
}

.header-fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 2000;
	transition: 0.7s;
	box-shadow: 0px 15px 30px rgba(0, 0, 0, 0.05);
}

header .btn {
}

.header {
	position: relative;
	top: 0;
	width: 100%;
	z-index: 999;
	transition: 0.7s;
}

.layout_main .header {
	position: relative;
}

.header.hide {
	top: -100px;
	visibility: hidden;
	transition: 0.7s;
}

.header.transparent.scroll {
	padding: 0;
	transition: 0.7s;
	z-index: 9999;
}

.header.transparent.scroll-hide.scroll .site-navbar-wrap.v1 .mobile-bar span {
	color: #fff;
}

.header.transparent.scroll .site-navbar-wrap.v1 {
	background-color: rgba(0, 0, 0, 0.7);
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.3);
}

.header.transparent.scroll .site-navbar-wrap.v2 {
	background-color: #fff;
	box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.3);
}

.header.transparent.scroll .site-navbar-wrap.v1 .user-btn span {
	background: #fff;
	color: #6449e7;
}

.header.transparent.scroll .site-navbar-wrap.v1 .btn.v6 {
	background: #fff;
}

.header.transparent.scroll .site-navbar-wrap.v1 .btn.v6:hover {
	color: #888 !important;
	background: #fff;
}

.header.transparent.scroll .site-navbar-wrap.v1 .add-list .btn.v8 {
	background: #fff;
	color: #000 !important;
}

.header.transparent.scroll .site-navbar-wrap.v1 .site-navbar .site-navigation .site-menu > li > a {
	color: #fff;

}

.header.transparent.scroll .header.transparent.scroll .site-navbar-wrap.v1 .site-menu > li::before {
	background: #222222;
}

.header.transparent.scroll .site-navbar-wrap .site-navbar .site-navigation .site-menu .has-children > a::before {
	color: #222222;
}

.header.transparent.scroll .site-navbar-wrap.v1 .user-btn.v2 li a i {
	color: #fff
}

.header.transparent.scroll .btn.v6 {
	border-color: transparent;
	color: #888 !important;
}

.header.transparent.scroll .btn.v6:hover {
	background-color: #6449e7;
	color: #fff !important;
}

.headerContact {
	margin-top: 15px;
	color: #8996a1;
	font-size: 14px;
	font-weight: 500;
}

.headerContact div:first-child {
	margin-right: 10px;
}

.headerContact div:last-child {
	color: #fff;
}

.headerContact a {
	color: #fff;
}

.headerContact span {
	display: block;
	color: #8996a1;
	font-weight: 500;
	font-size: 15px;
	text-transform: lowercase;
}

.headerContact li a {
	color: #8b8b8b;
	font-size: 13px;
}

header.stick-fixed .site-navbar {
	margin-top: 0;
	border-bottom: 0;
	padding: 0;
}

/*-----------------------------------------------------------
                 Header Top section
-------------------------------------------------------------*/
.header-top-section {
	background: #fff;
	display: block;
	transition: 1s;
	padding: 5px 0;
	text-align: right;
}

.header-top-section .btn {
	border: 0;
	color: #fff;
}

.header-top-left ul li {
	display: inline-block;
	padding-right: 30px;
}

.header-top-left ul li a {
	font-size: 13px;
	color: #222;
}

.header-top-left ul li i {
	color: #6449e7;
	margin-right: 7px;
	font-size: 15px;
	top: 1px;
	position: relative;
}

.menu-btn .social-buttons.style1 {
	display: inline-block;
	margin-left: 15px;
}

.menu-btn .social-buttons.style1 li {
	padding-right: 0;
	padding-left: 10px;
}

.menu-btn .social-buttons.style1 li a {
	border: none;
	width: auto;
	height: auto;

}

.menu-btn .social-buttons.style1 li a i {
	color: #888;
	font-size: 16px;
}

.header-top-section.header-top-none {
	display: none;
}


/*-----------------------------------------------------------
                    Menu
-------------------------------------------------------------*/
.site-navbar-wrap {
	z-index: 99;
	transition: 0.3s all ease;
}

.site-navbar-wrap .navbar-brand {
	padding: 0;
	max-width: 275px;
	margin-right: 0;
	line-height: 1.2;
	display: block;
	width: auto;
}

.site-navbar-wrap.v1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 10px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);

}

.site-navbar-wrap.scrolled {
	padding: 0px 0;
	box-shadow: 0 0 30px -5px rgba(0, 0, 0, 0.1);
}

.site-navbar-top {
	display: none;
	font-size: 0.8rem;
	background: #1e7e34;
}

.site-navbar-top a {
	color: #fff;
}

.site-navbar-top .text-with-icon {
	color: rgba(255, 255, 255, 0.5);
}

.site-navbar-top,
.site-navbar {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.site-navbar {
	margin-bottom: 0px;
	border-bottom: none;
	background-color: transparent;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 0;

}


.site-navbar .site-logo {
	font-weight: 200;
}

.site-navbar .site-logo a {
	font-weight: 200;
	font-size: 26px;
	color: #000;
}

.site-navbar .site-navigation .site-menu {
	font-size: 0;
	margin-bottom: 0;
}

header.stick-fixed .site-navbar .site-navigation .site-menu {
	margin-top: 0;
	margin-bottom: 15px;
}

header.stick-fixed .btn {
	margin-top: 15px;
}

.site-menu > li {
	position: relative;
}

.site-menu > li > a::before {
	/*    background-color: #00a956;
		position: absolute;
		top: -44px;
		left: 0;
		width: 0%;
		height: 6px;
		content: "";
		transition: 0.5s;*/
}

.site-menu > li > a.active::before {
	/*    background-color: #00a956;
		position: absolute;
		top: -44px;
		left: 0;
		width: 100%;
		height: 6px;
		content: "";
		transition: 0.5s; */
}

.site-menu > li > a:hover:before {
	width: 100%;
}

.site-navbar-wrap.v1 .site-menu > li::before {
	background: #fff;
}

.site-navbar-wrap.v2 .site-menu > li::before {
	background: #6449e7;
}

.site-navbar .site-navigation .site-menu .active > a {
	color: #000;
}

.user-menu li a {
	padding-left: 5px !important;
	padding-right: 0 !important;
}

.user-menu li a {
	background: #6449E7;
	color: #fff !important;
	border-radius: 20px;
	transition: 0.4s;
	padding: 10px 20px !important
}

.user-menu li a:hover {
	background: #fff;
	color: #333 !important;
}

.site-navbar .site-navigation .site-menu > li {
	display: inline-block;
	padding: 0;
	position: relative;
	/* margin-right: -5px; */
}

.site-navbar-wrap.v1 .site-navbar .site-navigation .site-menu > li > a {
	color: #fff;
	font-size: 15px;
	font-weight: 500;
	text-decoration: none !important;
}

.menu-btn {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: flex-end;
	text-align: left;
}

.menu-btn a {
	font-size: 11px;
	color: #89898a;
	text-transform: uppercase;
}

.menu-btn a i {
	background-color: #2d297d;
	color: #fff;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	margin-right: 10px;
}

.menu-btn a span {
	font-weight: 700;
	display: block;
	font-size: 15px;
	color: #262425;
}

#dropdownMenuLink {
	padding: 5px;
	margin-right: 10px;
	font-weight: 700;
}

.menu-btn .btn {
	padding: 8px 13px;
	font-weight: 500 !important;
	text-transform: capitalize !important;
}

.add-list {
	text-align: right;
}

.site-navbar-wrap.v2 {
	padding: 10px 0;
	background-color: #fff;
}

.site-navbar-wrap.v2 .site-navbar .site-navigation .site-menu > li > a {
	color: #1f173d;
	font-size: 16px;
	font-weight: 500;
	position: relative;
	display: block;
	padding: 20px 0;
	margin: 0 10px;
}

.site-navbar .site-navigation .site-menu > li > a.active,
.site-navbar .site-navigation .site-menu > li > a:hover {
	color: #e0006f !important;
}

.site-navbar .site-navigation .site-menu > li > a::before {
	background-color: #e0006f;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 0;
	content: "";
	transition: 0.5s;
}

.site-navbar .site-navigation .site-menu > li > a.active::before,
.site-navbar .site-navigation .site-menu > li > a:hover::before {
	background-color: #e0006f;
	position: absolute;
	left: 0;
	width: 0;
	height: 0;
	content: "";
	transition: 0.5s;
}

.site-navbar .site-navigation .site-menu > li:last-child {
	padding-right: 0;
}

.site-navbar .site-navigation .site-menu .has-children {
	position: relative;
}

.has-children a {
	font-size: 15px;
	/* font-weight: 500; */
}

.site-navbar .site-navigation .site-menu .has-children > a {
	position: relative;
	font-size: 15px;
	font-weight: 500;
	display: block;
}

.dropdown > .has-children > a::before {
	position: absolute !important;
	content: "\e876" !important;
	color: #222222 !important;
	font-family: "Linearicons-Free";
	top: 11px !important;
	right: 3px !important;
	font-size: 10px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown {
	visibility: hidden;
	opacity: 0;
	top: 100%;
	left: 0;
	position: absolute;
	text-align: left;
	margin-top: 0;
	margin-left: 0px;
	transition: 0.4s 0s;
	z-index: 999;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown {
	position: absolute;
	min-width: 17.3rem;
	z-index: 9999;
	padding: 0;
	background-color: #1f173d;
	overflow: hidden;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown li {
	position: relative;
	padding: 0px 0px;
}

.dropdown.sub-menu {
	position: absolute;
	min-width: 15.5rem !important;
	z-index: 9999;
}

.dropdown li a:hover {
}

.site-navbar .site-navigation .site-menu .has-children .dropdown:before {
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #000;
	border-width: 7px;
	margin-left: -7px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown a {
	/* text-transform: uppercase; */

	transition: 0s all;
	color: #fff;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown .active > a {
	color: #28a745 !important;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li {
	list-style: none;
	margin: 0;
}


.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a {
	display: block;
	color: #fff;
	transition: 0.3s;
	line-height: 20px;
	font-size: 15px;
	padding: 10px 20px;
	position: relative;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a h3{
	font-size: 15px;
	color: #fff;
	margin:0;
	font-weight:500;
}
.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a::before {
	background-color: #ffffff;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 1px;
	content: "";
	transition: 0.5s;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover::before {
	background-color: #ffffff;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 0;
	content: "";
	transition: 0.5s;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li > a:hover {
	color: #fff;
	background: #e0006f;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > a:before {
	content: "\f10a";
	right: 20px;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown,
.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > ul {
	left: 100%;
	top: 0;
}

.site-navbar .site-navigation .site-menu .has-children .dropdown > li.has-children > .dropdown.sub-menu {
	top: 2% !important;
}

.site-navbar .site-navigation .site-menu .has-children:hover,
.site-navbar .site-navigation .site-menu .has-children:focus,
.site-navbar .site-navigation .site-menu .has-children:active {
	cursor: pointer;
}

.site-navbar .site-navigation .site-menu .has-children:hover > .dropdown,
.site-navbar .site-navigation .site-menu .has-children:focus > .dropdown,
.site-navbar .site-navigation .site-menu .has-children:active > .dropdown {
	transition-delay: 0s;
	visibility: visible;
	opacity: 1;
}

.site-mobile-menu {
	width: 320px;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 20000;
	padding-top: 20px;
	background: #1f173d;
	height: calc(100vh);
	transform: translateX(110%);
	box-shadow: -10px 0 20px -10px rgba(0, 0, 0, 0.1);
	transition: .3s all ease-in-out;
}

.offcanvas-menu .site-mobile-menu {
	transform: translateX(0%);
}

.mobile-bar span {
	font-size: 32px;
	border-radius: 4px;
}

.site-navbar-wrap.v1 .mobile-bar span {
	color: #fff;
}

.site-navbar-wrap.v2 .mobile-bar {
	margin: 15px 0;
	display: block;
}

.site-navbar-wrap.v2 .mobile-bar span {
	color: #1f173d;
}

.site-mobile-menu-close.js-menu-toggle span {
	color: #fff;
	margin-right: 15px;
	font-size: 25px !important;
}

.site-mobile-menu .site-mobile-menu-header {
	width: 100%;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close {
	float: right;
	margin-top: 8px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span {
	font-size: 30px;
	display: inline-block;
	padding-left: 10px;
	padding-right: 0px;
	line-height: 1;
	cursor: pointer;
	transition: .3s all ease;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-close span:hover {
	color: #25262a;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo {
	float: left;
	margin-top: 10px;
	margin-left: 0px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a {
	display: inline-block;
	text-transform: uppercase;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a img {
	max-width: 70px;
}

.site-mobile-menu .site-mobile-menu-header .site-mobile-menu-logo a:hover {
	text-decoration: none;
}

.site-mobile-menu .site-mobile-menu-body {
	overflow-y: scroll !important;
	position: relative;
	padding: 20px 30px;
	height: calc(100vh - 52px);
	padding-bottom: 150px;
}

.site-mobile-menu .site-nav-wrap {
	padding: 0;
	margin: 0;
	list-style: none;
	position: relative;
}

.site-mobile-menu .site-nav-wrap a {
	padding: 15px 0;
	display: block;
	position: relative;
	color: #fff;
	font-weight: 500;
}

.site-mobile-menu .site-nav-wrap li {
	position: relative;
	display: block;
}

.site-mobile-menu .site-nav-wrap li.active > a {
	color: #28a745;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse {
	position: absolute;
	right: 0px;
	top: 10px;
	z-index: 20;
	width: 36px;
	height: 36px;
	text-align: center;
	cursor: pointer;
	border-radius: 50%;
	color: #1f173d;
	background-color: #fff;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:hover {
	background: #e8e9ea;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse:before {
	z-index: 20;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f107";
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) rotate(-180deg);
	transition: .3s all ease;
	font-size: 20px;
}

.site-mobile-menu .site-nav-wrap .arrow-collapse.collapsed:before {
	transform: translate(-50%, -50%);
}

.site-mobile-menu .site-nav-wrap > li {
	display: block;
	position: relative;
	float: left;
	width: 100%;
}

.site-mobile-menu .site-nav-wrap > li > a {
	font-size: 14px;
}

.site-mobile-menu .site-nav-wrap > li > ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.site-mobile-menu .site-nav-wrap > li > ul > li {
	display: block;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > a {
	font-size: 14px;
	color: #ffffff;
	padding: 7px 15px;
	padding-left: 30px;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul {
	padding: 0;
	margin: 0;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li {
	display: block;
}

.site-mobile-menu .site-nav-wrap > li > ul > li > ul > li > a {
	font-size: 16px;
	padding-left: 60px;
}


.rev-btn, .rev-btn:visited {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
}

.hermes .tp-bullet {
	box-shadow: inset 0 0 0 2px rgb(255, 255, 255) !important;
}

.hermes .tp-bullet:after {
	background-color: transparent !important;
}

.tp-bullet.selected, .tp-bullet:hover {
	background-color: #fff !important;
}

/* ==============================
   Welcome Page
   ============================== */
.nav-tabs {

	border-bottom: 0;


}

.nav-tabs > li:not(:last-child) {
	margin-right: 50px;
}

.nav-tabs > li > a {
	border: 0;
	font-size: 18px;
	color: #686868;
	border: 0 !important;
}

.nav-tabs > li > a.nav-link {
	border-radius: 0;
	border: 0;
	color: #4e4e4e;
	font-size: 50px;
	line-height: 50px;
	font-weight: 300;
	background-color: #fff;
	padding: 0 0 0 30px;
	cursor: pointer;
	position: relative;
	opacity: .4;
	margin-bottom: 30px;
}

.nav-tabs > li > a span {
	display: block;
	font-weight: 700;
}

.nav-tabs > li > a:hover,
.nav-tabs > li > a.nav-link.active,
.nav-tabs > li > a.nav-link.active:focus,
.nav-tabs > li > a.nav-link.active:hover {
	color: #4e4e4e;
	position: relative;
	opacity: 1;
}

.nav-tabs > li > a.nav-link:after {
	content: "";
	content: "\f0da";
	font-family: FontAwesome;
	position: absolute;
	left: 0;
	top: 10px;
	font-size: 50px;
	color: #01caff;

}


.form-container {
	background-image: url("../images/form-bg.jpg");
	background-position: bottom center;
	background-repeat: no-repeat;
	margin: 0px 40px;
	padding-top: 80px;
}

.form-container .white-bg {
	padding: 80px 40px;
	margin-bottom: 150px;
}

.form-container h3 {
	font-size: 50px;
	font-weight: 300;
	margin-bottom: 30px;
}

.form-container h3 strong {
	font-weight: 700;
}

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

section.hizmetlerimiz {
	padding: 80px 0 140px 0;
	background: #1f173d;
	font-size: 21px;
	color: #b6d2ff;
	font-weight: 300;
	position: relative;
	height: 100%;
}

section.hizmetlerimiz h4 {
	font-weight: 600;
	font-size: 30px;
	color: #fff;
}

section.kurumsal {
	background-color: #fff;
	padding: 80px 0;
	position: relative;
}

section.kurumsal .hakkimizda {
	line-height: 26px;
	font-size: 18px;
}

section.kurumsal .hakkimizda h2 {
}


.owl-theme .owl-dots .owl-dot span {
	width: 15px;
	height: 15px;
	margin: 5px 7px;
	background: #1f173d;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity 200ms ease;
	border-radius: 30px;
	opacity: .4;
	border: 1px solid #1f173d;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span,
.owl-theme.clients-logos .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	border-color: #1f173d;
	background-color: #1f173d;
	opacity: 1;
}

/*** Kurumsal ***/
section.content-page {
	position: relative;
}

section.content-page .heading-title {
	font-size: 30px;
	font-weight: 700;
}

section.content-page h1 {
	font-size: 30px;
	font-weight: 600;
	margin: 15px 0;
}

section.content-page h2,
section.content-page h3 {
	font-size: 21px;
	font-weight: 400;
	line-height: 1.6;
}
section.content-page.iletisim-page h3{
	margin:0;
	display: inline-block;
	font-weight: 400;
	font-size: 14px;
	cursor: pointer;
}
section.content-page.hizmetler-page h2 {
	font-size: 21px;
	font-weight: 600;
	line-height: 1.6;
}

.content-page .kurumsal p {
	font-size: 17px;
	font-weight: 300;
	line-height: 26px;
}

footer {
	background: #f6f6f6;
	font-size: 18px;
	line-height: 22px;
	padding-top: 60px;
	font-weight: 400;
	position: relative;
}


footer h6 {
	font-size: 20px;
	font-weight: 700;
	color: #1f173d;
	text-transform: uppercase;
	margin-bottom: 20px;
	position: relative;
	padding-bottom: 20px;
	display: inline-block;
}

footer h6::before {
	background-color: #1f173d;
	position: absolute;
	left: 0;
	width: 25px;
	height: 3px;
	content: "";
	transition: 0.5s;
	bottom: 0;
}

footer li a i {
	text-align: center;
	color: #df1e25;
}

footer li {
	margin-bottom: 10px;
}

footer li h1 {
	font-size: 18px;
	font-weight: 400;
}

footer a {
	color: #fff;
}

footer .footerMenu li a {
	text-transform: uppercase;
}

footer a:focus,
footer a:hover,
.footerContact .desc label a:hover,
.footerContact a:hover {
	color: #e0006f;
}

footer ul li a {
	color: #1f173d;
	font-size: 18px;
}

footer ul li .fa-inverse {
	color: #e0006f;

}

.footerContact .desc label a,
.footerContact .desc label {
	display: block;
	color: #b7b7b7;
	font-size: 14px;
	margin-bottom: 0;
	font-weight: 300;
	margin-top: 5px;
}

.footerContact .icon {
	text-align: center;
	margin-bottom: 15px;
}

.footerContact .icon i {
	width: 26px;
	height: 26px;
	line-height: 26px;
	background-color: #e6e6e6;
	color: #27334c;
	font-size: 14px;
	border-radius: 50%;
}

.footerLogo {

	position: relative;
}

.footerLogo a {
	position: relative;
	z-index: 9;
	overflow: hidden;
	display: block;
	background-color: #fff;
	padding: 0 25px;
}

.footerLogo:before,
.footerLogo:after {
	content: "";
	background-color: #e2e2e2;
	width: 1000000%;
	height: 3px;
	position: absolute;
	top: calc(50% - 3px);
}

.footerLogo:before {
	left: 0;
}

.footerLogo:after {
	right: 0;
}

.copyright {
	line-height: 24px;
	font-size: 14px;
	font-weight: 300;
	padding-bottom: 20px;
	padding-top: 20px;
	color: #fff;
	background: #1f173d;
}

.copyright p {
	margin-bottom: 0;
}

/* ==============================
   Iletisim Page
   ============================== */
.contact-span {
	font-size: 18px;
	vertical-align: middle;
}

.contact-span p {
	line-height: 28px;
}

.contact-span label {
	color: #2d297d;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 400;
}

.contact-span h5 {
	font-size: 18px;
	text-transform: none;
	font-weight: 400;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 24px;
	display: block;
}

.phone-no {
	/* border-bottom: 1px solid #f3f3f3; */
	display: flex;
}

.contact-i {
	border-radius: 0;
	margin-right: 15px;
	font-size: 30px;
	line-height: 36px;
	display: block;
}

.contact-i {
	color: #ff0039;
}

.form-group {
	margin-bottom: 15px;
}

.form-control {
	border: 0;
	height: 56px;
	font-size: 16px;
	line-height: 36px;
	padding: 10px 15px;
	border-radius: 0;
	background-color: transparent;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.form-control:focus {
	color: #495057;
	background-color: transparent;
	border-color: #01caff;
	outline: 0;
}

/* ==============================
   Social Media
   ============================== */
.social {
	overflow: hidden
}

.social a {
	color: #002d4f;
	width: 36px;
	height: 28px;
	line-height: 28px;
	border-radius: 0;
	background-color: transparent !important;
	border: 1px solid transparent;
	font-size: 30px !important;
}

.social a:hover {
	color: #e0006f;
	background-color: transparent !important;
	border-color: transparent;
}


.social .wa a:before {
	content: "\f232";
	font-family: FontAwesome;
}

.social .wa a {
	font-size: 16px;
	display: inline-block !important;
	text-align: center;
	padding: 0;
	background: #3C5B9B;
}

.social .fb a:before {
	content: "\f09a";
	font-family: FontAwesome;
}

.social .fb a {
	font-size: 16px;
	display: inline-block !important;
	text-align: center;
	padding: 0;
	background: #3C5B9B;
}

.social .tw a:before {
	content: "\f099";
	font-family: FontAwesome;
}

.social .tw a {
	font-size: 16px;
	display: inline-block !important;
	text-align: center;
	padding: 0;
	background: #359BED;
}

.social .googleplus a:before {
	content: "\f2c6";
	font-family: FontAwesome;
}

.social .googleplus a {
	font-size: 16px;
	display: inline-block !important;
	text-align: center;
	padding: 0;
	background: #E33729;
}

.social .rss a:before {
	content: "\f09e";
	font-family: FontAwesome;
}

.social .rss a {
	content: "\f09e";
	font-family: FontAwesome;
	font-size: 16px;
	display: inline-block !important;
	text-align: center;
	padding: 0;
	background: #FD9F13;
}

.social .pintrest a:before {
	content: "\f0d3";
	font-family: FontAwesome;
}

.social .pintrest a {
	content: "\f0d3";
	font-family: FontAwesome;
	font-size: 16px;
	display: inline-block !important;
	text-align: center;
	padding: 0;
	background: #cb2027;
}

.social .instagram a:before {
	content: "\f16d";
	font-family: FontAwesome;
}

.social .instagram a {
	content: "\f16d";
	font-family: FontAwesome;
	display: inline-block !important;
	text-align: center;
	padding: 0;
	background: #027ba5;
}

.social .linkedin a:before {
	content: "\f0e1";
	font-family: FontAwesome;
}

.social .linkedin a {
	content: "\f0e1";
	font-family: FontAwesome;
	font-size: 16px;
	display: inline-block !important;
	text-align: center;
	padding: 0;
	background: #027ba5;
}

.social .youtube a:before {
	content: "\f167";
	font-family: FontAwesome;
}

.social .youtube a {
	font-size: 16px;
	display: inline-block !important;
	text-align: center;
	padding: 0;
	background: #F03434;
}

.social h4 {
	margin: 25px 0 0px 0px;
}

.social ul {
	margin: 0;
	list-style: none;
	padding: 0;
}

.social ul li {
	margin-right: 0px;
}

.social ul li {
	border-bottom: none;
}

.social a {
	transition: background 400ms ease-in-out;
	-webkit-transition: background 400ms ease-in-out;
	-moz-transition: background 400ms ease-in-out;
	-o-transition: background 400ms ease-in-out;
}

/* ==============================
   Alerts
   ============================== */
.alert {
	letter-spacing: .05em;
	border-color: transparent !important;
	border-radius: 0 !important;
}

.alert .icon {
	display: inline-block;
	margin-right: 18px;
	font-size: 16px;
	vertical-align: middle;
}

.alert__inner {
	padding-left: 70px;
}

.alert .close {
	position: absolute;
	top: 50%;
	right: 25px;
	margin-top: -9px;
	font-size: 18px;
	-webkit-transition: all .3s;
	transition: all .3s;
	opacity: .3;
	color: #222;
}

.alert .close:hover {
	opacity: 1;
}

.alert-default {
	color: #666;
	background-color: #f1f1f1;
}

.alert-default .alert-icon .icon {
	color: #444;
}

.alert-1 {
	background-color: #fef2df;
	border-color: #fddfc6;
	color: #8a6d3b;
}

.alert-2 {
	color: #fff;
	background-color: #9160ff;
}

.alert-3 {
	background-color: #fff5e1;
}

.alert-3 .alert-icon .icon {
	color: #ffbc3a;
}

.alert-danger {
	background-color: #ffe7e4 !important;
	background-image: none !important;
}

.alert-danger .alert-icon .icon {
	color: #ff523a;
}

.alert-success {
	background-color: #d5ffe3 !important;
	background-image: none !important;;
}

.alert-success .alert-icon .icon {
	color: #00d547;
}

.alert-block {
	margin-bottom: 21px;
	padding: 22px 50px 30px;
	text-shadow: none;
	position: relative;
}

.alert-title {
	margin-bottom: 9px;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0;
	text-transform: uppercase;
	color: #333;
	margin-top: 15px;
}

.alert-text {
	letter-spacing: .025em;
	color: #333;
	font-size: 15px;
}

.alert-icon {
	float: left;
	margin-top: 20px;
}

.alert-icon .icon {
	font-size: 30px;
}


/******************************Drop-down menu work on hover**********************************/

@media only screen and (min-width: 767px) {
	.mainmenu .collapse ul li {
		position: relative;
	}

	.mainmenu .collapse ul li:hover > ul {
		display: block;
		border-top: 3px solid transparent;
	}

	.mainmenu .collapse ul ul {
		position: absolute;
		top: 100%;
		left: 0;
		min-width: 190px;
		display: none;
		background-color: transparent;
		box-shadow: unset;
	}

	/*******/
	.mainmenu .collapse ul ul li {
		position: relative
	}

	.mainmenu .collapse ul ul li:hover > ul {
		display: block;
		margin: 0 0 0 2px;
		border-top: 0;
	}

	.mainmenu .collapse ul ul ul {
		position: absolute;
		top: 0;
		left: 100%;
		min-width: 250px;
		display: none
	}

	/*******/
	.mainmenu .collapse ul ul ul li {
		position: relative
	}

	.mainmenu .collapse ul ul ul li:hover ul {
		display: block
	}

	.mainmenu .collapse ul ul ul ul {
		position: absolute;
		top: 0;
		left: -100%;
		min-width: 250px;
		display: none;
		z-index: 1
	}
}

#go_up {
	width: 40px;
	height: 40px;
	line-height: 40px;
	position: fixed;
	bottom: 105%;
	right: 30px;
	font-size: 16px;
	border-radius: 4px;
	z-index: 999;
	color: #ffffff;
	text-align: center;
	cursor: pointer;
	background: #1f173d;
	transition: 1s ease;
	border: none;
	opacity: 1;
}

#go_up.open {
	bottom: 10%;
}

.popin {
	display: none;
	background-color: rgba(31, 23, 61, .95);
	width: 450px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 20px;
	color: #c9c9c9;
	font-size: 12px;
	line-height: 17px;
	position: fixed;
	left: 15px;
	bottom: 15px;
	z-index: 6;
	border-radius: 5px;
}

.popin .closeBtn {
	width: 11px;
	height: 11px;
	cursor: pointer;
	display: block;
	position: absolute;
	right: 8px;
	top: 10px;
	z-index: 1;
	color: #fff;
}

.popin .title {
	font-size: 18px;
	line-height: 1;
	font-weight: 400;
	margin-bottom: 5px;
	color: #fff;
}

.popin a {
	color: #fff;
}

.popin .acceptAndClose {
	color: #fff;
	display: block;
	text-align: center;
	margin-top: 5px;
	cursor: pointer;
}

.table-striped tbody tr:nth-of-type(odd) {
	background-color: #f3f3f3;
}

.table td, .table th {
	vertical-align: middle;
	border-top: 0;
}

.table thead tr {
	background-color: #00a956;
	color: #fff;
	text-transform: uppercase;
}

.table thead th {
	border-bottom: 1px solid #fff;

}

.nav-pills .nav-link {
	border-radius: 0;
	background-color: #00a956;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	padding: 1rem 0;
	cursor: pointer;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
	color: #00a956;
	background-color: #c7c7c9;
}

.nav-justified {
	width: 100%;
	border-bottom: 0;
}

.nav-justified .nav-item {
	float: none;
	width: 100%;
	flex: auto;
}

.nav-justified .nav-link {
	text-align: center;
	margin-bottom: 5px;
}

.nav-justified > .dropdown .dropdown-menu {
	top: auto;
	left: auto;
}

@media (min-width: 544px) {
	.nav-justified .nav-item {
		display: table-cell;
		width: 1%;
	}

	.nav-justified .nav-link {
		margin-bottom: 0;
	}
}

.owlMobileSlider .owl-prev,
.owlMobileSlider .owl-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.owlMobileSlider .owl-prev {
	left: 0;
}

.owlMobileSlider .owl-next {
	right: 0;
}

.owlMobileSlider .owl-carousel .owl-nav button.owl-prev,
.owlMobileSlider .owl-carousel .owl-nav button.owl-next,
.owlMobileSlider .owl-carousel button.owl-dot {
	cursor: pointer;
	background: #fff;
	border: none;
	/* padding: 0 !important; */
	font: inherit;
	font-size: 36px;
	padding: 0;
	margin: 0;
	line-height: 40px;
	width: 40px;
	height: 40px;
	text-align: center;
	border-radius: 0;
	color: #000000;
}

.owlSingleItem .owl-prev,
.owlSingleItem .owl-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.owlSingleItem .owl-prev {
	left: 0;
}

.owlSingleItem .owl-next {
	right: 0;
}

.owlSingleItem.owl-carousel .owl-nav button.owl-prev,
.owlSingleItem.owl-carousel .owl-nav button.owl-next,
.owlSingleItem.owl-carousel button.owl-dot {
	cursor: pointer;
	background: #fff;
	border: none;
	/* padding: 0 !important; */
	font: inherit;
	font-size: 36px;
	padding: 0;
	margin: 0;
	line-height: 40px;
	width: 40px;
	height: 40px;
	text-align: center;
	border-radius: 0;
	color: #000000;
}

.form-group > label {
	top: -10px;
	left: 30px;
	position: absolute;
	background-color: white;
	padding: 0px 15px 0px 15px;
	font-size: 12px;
	color: #009fe3;
	font-weight: 500;
}

.img-fluid.m-auto {
	display: block;
}

.wow {
	animation-fill-mode: backwards;
}


.phone-no.v-align {
	display: flex;
	align-items: flex-start;
}

section.main-slider {
	overflow: hidden;
}

#owl-main {
	padding: 140px 0;
	color: #1f173d;
	font-size: 18px;
}

#owl-main h1 {
	font-size: 30px;
	font-weight: 700;
}

.swiper {
	width: 100%;
	height: 100%;
}

.swiper-wrapper {
	position: relative;
	flex-direction: column;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box;
	width: 65%;
	float: right;
}

.swiper-slide {
	font-size: 18px;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.swiper-slide img {
	display: block;
	object-fit: cover;
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical > .swiper-pagination-bullets {
	left: 10px;
	top: 50%;
	transform: translate3d(0px, -50%, 0);
	width: 35%;
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
	display: block;
	width: 100%;
	background: transparent;
	text-align: left;
	font-weight: 500;
	height: unset;
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet:last-child:after{
	display:none;
}
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet h2 {
	font-size: 21px;
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
	opacity: 1;
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet-active h2 {
	color: #fff;
	font-size: 24px;
	font-weight: 700;
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
	padding-left: 30px;
	padding-bottom: 30px;
	position: relative;
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet:before {
	content: "";
	width: 18px;
	height: 18px;
	border-radius: 18px;
	border: 2px solid currentColor;
	position: absolute;
	left: 0;
	top: 3px;
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet-active:before {
	top: 9px;
	border-color: #fff;
	background-color: #fff;
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet:after {
	content: "";
	width: 2px;
	height: 25px;
	position: absolute;
	bottom: 0;
	left: 9px;
	border-left: 2px dashed currentColor;
}

section.hizmetlerimiz .photo {
	padding-top:30px;
	position: relative;
}

section.hizmetlerimiz .photo > img {
	position: relative;
}

section.hizmetlerimiz .swiper-slide {
	padding-top: 7.11111rem;
}

section.hizmetlerimiz a.explore {
	width: 270px;
	background-color: #614eff;
	height: 270px;
	position: absolute;
	top: -160px;
	right: 15px;
	z-index: 0;
	border-radius: 9999px;
	display: flex;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	color: #fff;
	font-weight: 600;
}

section.hizmetlerimiz .swiper-slide .slideImg {
	display: block;
	margin-top: -70px;
}

section.isler {
	padding: 60px 0 30px 0;
}

.isler-item {
	display: block;
	position: relative;
	overflow: hidden;
	background-color: #1f173d;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.isler-item:hover .text {
	opacity: 1;
}

.isler-item:hover img {
	opacity: .3;
}

.isler-item .text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
	opacity: 0;
	transition: all 0.8s ease;
	width: 100%;
	text-align: center;
	padding: 0 30px;
}

.isler-item .text .title {
	color: #fff;
	font-size: 30px;
	margin: 0;
}

section.nasil-yardimci-olabiliriz {
	padding: 60px 0;
}

section.referanslar {
	background-color: #def5ff;
	padding: 60px 0;
	overflow: hidden;
}

.referans-item {
	background-color: #fff;
	padding: 30px;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.referans-item .title {
	font-weight: 400;
	font-size: 18px;
}

.referans-item .name {
	font-weight: 600;
	font-size: 21px;
}

.owl-carousel .owl-stage-outer {
	overflow: visible;
}

.owl-carousel .owl-item {
	opacity: 0;
	transition: opacity 500ms;
}

.owl-carousel .owl-item.active {
	opacity: 1;
}

section.blog {
	padding: 60px 0;
}

.blog-item {
	background-color: #fff;
	overflow: hidden;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	display: block;
	box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.blog-item .content {
	padding: 30px;
	font-size: 21px;
	font-weight: 700;
}
.blog-item .content .title{
	line-height:1.2;
}
.blog-item .content .title,
.blog-item .content h2{
	display: block;
	text-transform: capitalize;
	display: -webkit-box;
	max-width: 100%;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	max-height: 50px;
	min-height: 50px;
	width: 100%;
}
.rakamlarla-baffo {
	background-image: url("../images/rakamlarla-baffo-bg.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	padding: 30px 0;
	color: #fff;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	background-size: cover !important;
	background-position: 50% 50% !important;
}

.statsItem .count {
	font-size: 36px;
	font-weight: 700;
}

.sirket-bilgileri {
	background-color: #f3f3f3;
	padding: 30px 30px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	margin: 15px 0;
}

.sirket-bilgileri table {
	width: 100%;
	text-align: left;
	font-weight: 400;
}

.sirket-bilgileri table tr td:first-child {
	font-weight: 600;
}

.banka-item {


}

.banka-item table {
	background-color: #f3f3f3;
	width: 100%;
	text-align: left;
	font-weight: 400;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	overflow: hidden;
}

.banka-item table {
	margin-bottom: 15px;
}

.banka-item table tr:first-child td {
	padding: 15px;
	padding-left: 30px;
}

.banka-item table tr td:first-child {
	padding-left: 30px;
}

.banka-item table strong,
.banka-item table tr td:first-child {
	font-weight: 600;
	width: 90px;
}

.banka-item table tr:first-child td:last-child {
	background-color: #e7e7e7;
	width: 165px;
	padding-left: 15px;
}

.hizmet-alt-icerikler {
	background-color: #def5ff;
	padding: 80px 0;
}

.hizmet-alt-icerik {
	background-color: #fff;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	padding: 30px 15px;
	margin-bottom: 30px;
}

.hizmet-alt-icerik .photo {
	position: relative;
	left: -50%;
}

.hizmet-alt-icerik h4 {
	font-size: 21px;
	font-weight: 700;
}

.hizmet-alt-icerik h5 {
	font-size: 18px;
	font-weight: 400;
}

.hizmet-alt-icerik:hover {
	background-color: #1f173d;
	color: #fff;
}

.list-group-item {
	color: #1f173d;
	background-color: #f1f1f1;
	border: 0;
	font-size: 16px;
	font-weight: 600;
	margin: 0 10px;
	-webkit-border-radius: 15px !important;
	-moz-border-radius: 15px !important;
	border-radius: 15px !important;
}

.list-group-item:first-child {
	margin-left: 0;
}

.list-group-item:hover,
.list-group-item.active {
	background-color: #1f173d;
}

.list-group-item:hover a,
.list-group-item.active a {
	color: #fff;
}
section.content-page.isler-page .content h4 {
	font-size: 18px;
	font-weight: 400;
}
section.content-page.blog-page h2 {
	font-size: 24px;
	font-weight: 600;
}

section.content-page.iletisim-page h2 {
	font-size: 30px;
	font-weight: 700;
}

textarea.form-control {
	height: auto;
}

.custom-control {
	background-color: #fff;
	padding: 7px 11px;
	display: inline-block;
	font-weight: 400;
	font-size: 14px;
	margin-bottom: 15px;
	border: 2px solid #1f173d;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	margin-right: 5px;
	position: relative;
	padding-left: 20px;
	cursor: pointer;
}

.custom-control-input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}

.custom-control-label {
	position: relative;
	cursor: pointer;
}

.custom-control-label::before {
	position: absolute;
	top: 0.25rem;
	left: -15px;
	display: block;
	width: 1rem;
	height: 1rem;
	pointer-events: none;
	content: "";
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-color: transparent;
}

.custom-control-label::after {
	position: absolute;
	top: 0.25rem;
	left: -15px;
	display: block;
	width: 1rem;
	height: 1rem;
	content: "";
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% 50%;
}

.custom-control-input:checked ~ .custom-control-label::before {
	color: #fff;
	background-color: #007bff;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
	background-color: transparent;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
	background-image: url("../images/check-icon.png");
}

.custom-checkbox.checked {
	background-color: #1f173d;
	color: #fff;
}
.custom-checkbox.checked h3{
	color:#fff;
}
section.content-page.iletisim-page h1 {
	font-size: 18px;
	font-weight: 400;
	margin: 0;
	display: inline-block;
}

.modal-fullscreen .modal-content {
	background-color: rgb(31 23 61 / 90%);
}

.modal-fullscreen .modal-header {
	border: 0;
}

.modal-fullscreen .btn-close {
	color: #fff;
	background-image: url("../images/btn-close.png");
	opacity: 1;
	margin: 0 !important;
}
.modal-fullscreen .heading-title,
.modal-fullscreen .modal-body h3,
.modal-fullscreen .modal-body {
	color: #fff;
}

.modal-fullscreen .modal-body .form-control {
	background-color: #fff;
}
.modal-fullscreen .modal-body .custom-checkbox {
	background-color:transparent;
	border-color:#fff;
}
.modal-fullscreen .modal-body .custom-control-label {
	color: #fff;
}

.modal-fullscreen .modal-body .custom-checkbox.checked {
	background-color: #fff;
	border-color: #fff;

}

.modal-fullscreen .modal-body .custom-checkbox.checked .custom-control-label {
	color: #1f173d;
}