@import url("https://fonts.googleapis.com/css?family=DM+Sans:400,500,700|Nunito:400,600,700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;500;600;700&family=Teko:wght@300;500;600&display=swap');


a {
	text-decoration: none !important;
	outline: none
}

body {
	font-family: 'Poppins', sans-serif;
	color: #343a40;
	background: #fff
}

p {
	line-height: 1.8
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Poppins', sans-serif;
}

.nav-item .nav-link {
	display: inline-block;
	color: #343a40;
	text-decoration: none
}

.navbar-custom {
	padding: 15px 0px;
	width: 100%;
	border-radius: 0px;
	z-index: 999;
	margin-bottom: 0px;
	-webkit-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	background-color: transparent
}

.navbar-custom .logo .logo-dark {
	display: none
}

.navbar-custom .logo .ligo-light {
	display: inline-block
}

.navbar-custom .navbar-nav li a {
	line-height: 26px;
	color: rgba(255, 255, 255, 0.7);
	font-size: 15px;
	font-weight: 500;
	
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	background-color: transparent !important;
	padding: 6px 0;
	margin: 0 20px
}

.navbar-custom .navbar-nav li .nav-link {
	padding-right: 0px;
	padding-left: 0px
}

.navbar-custom .navbar-nav li.active a,
.navbar-custom .navbar-nav li a:hover,
.navbar-custom .navbar-nav li a:active {
	color: #fff !important
}

.navbar-custom .navbar-toggles {
	padding: .25rem .75rem;
	font-size: 18px;
	background: 0 0;
	border: 1px solid transparent;
	color: #fff;
	outline: 0
}

.navbar-toggler {
	font-size: 24px;
	margin-top: 5px;
	margin-bottom: 0px;
	color: #fff
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
	background-color: transparent;
	border-color: #5e62ff
}

.menu-toggle {
	padding: 4.5px 10px !important
}

.menu-toggle span {
	line-height: 27px
}

.nav-sticky.navbar-custom {
	margin-top: 0px;
	background-color: #fff;
	-webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.06);
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.06);
	color: #000 !important
}

.nav-sticky.navbar-custom .navbar-toggles {
	padding: .25rem .75rem;
	border: 1px solid transparent;
	outline: 0
}

.nav-sticky.navbar-custom .navbar-nav {
	margin-top: 0px
}

.nav-sticky.navbar-custom .navbar-nav li a {
	color: #8a8aa0 !important
}

.nav-sticky.navbar-custom .navbar-nav li.active a,
.nav-sticky.navbar-custom .navbar-nav li a:hover,
.nav-sticky.navbar-custom .navbar-nav li a:active {
	color: #072047 !important
}

.nav-sticky .logo .logo-dark {
	display: inline-block !important
}

.nav-sticky .logo .logo-light {
	display: none !important
}

.navbar-toggler:focus {
	outline: none
}

.navbar-light .navbar-nav li a {
	color: #8a8aa0 !important
}

.navbar-light .navbar-nav li.active a,
.navbar-light .navbar-nav li a:hover,
.navbar-light .navbar-nav li a:active {
	color: #072047 !important
}

@media (min-width: 200px) and (max-width: 768px) {
	.navbar-custom {
		margin-top: 0px;
		background-color: #fff !important;
		-webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
		box-shadow: 0 3px 10px rgba(0, 0, 0, 0.08);
		color: #fff !important
	}
	.navbar-custom .navbar-nav {
		margin-top: 0px
	}
	.navbar-custom .navbar-nav li a {
		-webkit-transition: all 0.4s;
		transition: all 0.4s;
		color: #9b9bae !important;
		margin: 0px
	}
	.navbar-custom .navbar-nav li.active a {
		border-color: transparent
	}
	.navbar-custom .navbar-nav li.active a,
	.navbar-custom .navbar-nav li a:hover,
	.navbar-custom .navbar-nav li a:active {
		color: #072047 !important
	}
	.navbar-custom>.container {
		width: 90%
	}
	.navbar-custom .logo .logo-dark {
		display: inline-block !important
	}
	.navbar-custom .logo .logo-light {
		display: none !important
	}
	.navbar-custom.navbar-light .navbar-nav li.active a,
	.navbar-custom.navbar-light .navbar-nav li a:hover,
	.navbar-custom.navbar-light .navbar-nav li a:active {
		color: #343a40 !important
	}
	.navbar-toggler {
		font-size: 24px;
		margin-top: 0px;
		margin-bottom: 0px;
		color: #343a40
	}
	.navbar-collapse {
		padding: 0 20px
	}
	.navbar-light .nav-item .nav-link:after {
		background: #343a40
	}
}

@media (min-width: 769px) and (max-width: 1024px) {
	.nav-dark .navbar-nav li a {
		color: #9090a5 !important
	}
	.nav-dark .navbar-nav li.active a,
	.nav-dark .navbar-nav li a:hover,
	.nav-dark .navbar-nav li a:active {
		color: #072047 !important
	}
}

.btn {
	border-radius: 3px;
	padding: 12px 30px;
	font-size: 15px !important;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	font-weight: 700
}

.btn:focus {
	-webkit-box-shadow: none !important;
	box-shadow: none !important
}

.btn:hover {
	-webkit-transform: translateY(-2px);
	transform: translateY(-2px);
	-webkit-transition: all 0.5s;
	transition: all 0.5s
}

.btn.btn-lg {
	padding: 10px 22px !important;
	font-size: 18px !important
}

.btn.btn-sm {
	padding: 8px 16px !important;
	font-size: 14px !important
}

.btn.btn-primary {
	background-color: #5e62ff !important;
	border: 1px solid #5e62ff !important;
	color: #fff;
	-webkit-box-shadow: 0 4px 20px rgba(94, 98, 255, 0.15);
	box-shadow: 0 4px 20px rgba(94, 98, 255, 0.15)
}

.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary.focus,
.btn.btn-primary:active,
.btn.btn-primary.active {
	background-color: #4f53ff !important;
	border: 1px solid #4f53ff !important;
	-webkit-box-shadow: 0 3px 10px rgba(94, 98, 255, 0.5);
	box-shadow: 0 3px 10px rgba(94, 98, 255, 0.5);
	color: #fff !important
}

.btn.btn-outline-primary {
	border: 1px solid #5e62ff !important;
	color: #5e62ff !important
}

.btn.btn-outline-primary:hover,
.btn.btn-outline-primary:focus,
.btn.btn-outline-primary.focus,
.btn.btn-outline-primary:active,
.btn.btn-outline-primary.active {
	background-color: #5e62ff !important;
	border: 1px solid #5e62ff !important;
	-webkit-box-shadow: 0 3px 10px rgba(94, 98, 255, 0.5);
	box-shadow: 0 3px 10px rgba(94, 98, 255, 0.5);
	color: #fff !important
}

.btn.btn-secondary {
	background-color: #6c757d !important;
	border: 1px solid #6c757d !important;
	color: #fff;
	-webkit-box-shadow: 0 4px 20px rgba(108, 117, 125, 0.15);
	box-shadow: 0 4px 20px rgba(108, 117, 125, 0.15)
}

.btn.btn-secondary:hover,
.btn.btn-secondary:focus,
.btn.btn-secondary.focus,
.btn.btn-secondary:active,
.btn.btn-secondary.active {
	background-color: #656d75 !important;
	border: 1px solid #656d75 !important;
	-webkit-box-shadow: 0 3px 10px rgba(108, 117, 125, 0.5);
	box-shadow: 0 3px 10px rgba(108, 117, 125, 0.5);
	color: #fff !important
}

.btn.btn-outline-secondary {
	border: 1px solid #6c757d !important;
	color: #6c757d !important
}

.btn.btn-outline-secondary:hover,
.btn.btn-outline-secondary:focus,
.btn.btn-outline-secondary.focus,
.btn.btn-outline-secondary:active,
.btn.btn-outline-secondary.active {
	background-color: #6c757d !important;
	border: 1px solid #6c757d !important;
	-webkit-box-shadow: 0 3px 10px rgba(108, 117, 125, 0.5);
	box-shadow: 0 3px 10px rgba(108, 117, 125, 0.5);
	color: #fff !important
}

.btn.btn-success {
	background-color: #2dd6b7 !important;
	border: 1px solid #2dd6b7 !important;
	color: #fff;
	-webkit-box-shadow: 0 4px 20px rgba(45, 214, 183, 0.15);
	box-shadow: 0 4px 20px rgba(45, 214, 183, 0.15)
}

.btn.btn-success:hover,
.btn.btn-success:focus,
.btn.btn-success.focus,
.btn.btn-success:active,
.btn.btn-success.active {
	background-color: #28ccae !important;
	border: 1px solid #28ccae !important;
	-webkit-box-shadow: 0 3px 10px rgba(45, 214, 183, 0.5);
	box-shadow: 0 3px 10px rgba(45, 214, 183, 0.5);
	color: #fff !important
}

.btn.btn-outline-success {
	border: 1px solid #2dd6b7 !important;
	color: #2dd6b7 !important
}

.btn.btn-outline-success:hover,
.btn.btn-outline-success:focus,
.btn.btn-outline-success.focus,
.btn.btn-outline-success:active,
.btn.btn-outline-success.active {
	background-color: #2dd6b7 !important;
	border: 1px solid #2dd6b7 !important;
	-webkit-box-shadow: 0 3px 10px rgba(45, 214, 183, 0.5);
	box-shadow: 0 3px 10px rgba(45, 214, 183, 0.5);
	color: #fff !important
}

.btn.btn-info {
	background-color: #56c6e6 !important;
	border: 1px solid #56c6e6 !important;
	color: #fff;
	-webkit-box-shadow: 0 4px 20px rgba(86, 198, 230, 0.15);
	box-shadow: 0 4px 20px rgba(86, 198, 230, 0.15)
}

.btn.btn-info:hover,
.btn.btn-info:focus,
.btn.btn-info.focus,
.btn.btn-info:active,
.btn.btn-info.active {
	background-color: #49c2e4 !important;
	border: 1px solid #49c2e4 !important;
	-webkit-box-shadow: 0 3px 10px rgba(86, 198, 230, 0.5);
	box-shadow: 0 3px 10px rgba(86, 198, 230, 0.5);
	color: #fff !important
}

.btn.btn-outline-info {
	border: 1px solid #56c6e6 !important;
	color: #56c6e6 !important
}

.btn.btn-outline-info:hover,
.btn.btn-outline-info:focus,
.btn.btn-outline-info.focus,
.btn.btn-outline-info:active,
.btn.btn-outline-info.active {
	background-color: #56c6e6 !important;
	border: 1px solid #56c6e6 !important;
	-webkit-box-shadow: 0 3px 10px rgba(86, 198, 230, 0.5);
	box-shadow: 0 3px 10px rgba(86, 198, 230, 0.5);
	color: #fff !important
}

.btn.btn-warning {
	
	    font-weight: 500;
    background-color: #fa7d01 !important;
    border: 1px solid #fa7d01 !important;
	color: #fff;
	-webkit-box-shadow: 0 4px 20px rgba(255, 187, 19, 0.15);
	box-shadow: 0 4px 20px rgba(255, 187, 19, 0.15)
}

.btn.btn-warning:hover,
.btn.btn-warning:focus,
.btn.btn-warning.focus,
.btn.btn-warning:active,
.btn.btn-warning.active {
	background-color: #ffb704 !important;
	border: 1px solid #ffb704 !important;
	-webkit-box-shadow: 0 3px 10px rgba(255, 187, 19, 0.5);
	box-shadow: 0 3px 10px rgba(255, 187, 19, 0.5);
	color: #fff !important
}

.btn.btn-outline-warning {
	border: 1px solid #ffbb13 !important;
	color: #ffbb13 !important
}

.btn.btn-outline-warning:hover,
.btn.btn-outline-warning:focus,
.btn.btn-outline-warning.focus,
.btn.btn-outline-warning:active,
.btn.btn-outline-warning.active {
	background-color: #ffbb13 !important;
	border: 1px solid #ffbb13 !important;
	-webkit-box-shadow: 0 3px 10px rgba(255, 187, 19, 0.5);
	box-shadow: 0 3px 10px rgba(255, 187, 19, 0.5);
	color: #fff !important
}

.btn.btn-danger {
	background-color: #f43958 !important;
	border: 1px solid #f43958 !important;
	color: #fff;
	-webkit-box-shadow: 0 4px 20px rgba(244, 57, 88, 0.15);
	box-shadow: 0 4px 20px rgba(244, 57, 88, 0.15)
}

.btn.btn-danger:hover,
.btn.btn-danger:focus,
.btn.btn-danger.focus,
.btn.btn-danger:active,
.btn.btn-danger.active {
	background-color: #f32b4c !important;
	border: 1px solid #f32b4c !important;
	-webkit-box-shadow: 0 3px 10px rgba(244, 57, 88, 0.5);
	box-shadow: 0 3px 10px rgba(244, 57, 88, 0.5);
	color: #fff !important
}

.btn.btn-outline-danger {
	border: 1px solid #f43958 !important;
	color: #f43958 !important
}

.btn.btn-outline-danger:hover,
.btn.btn-outline-danger:focus,
.btn.btn-outline-danger.focus,
.btn.btn-outline-danger:active,
.btn.btn-outline-danger.active {
	background-color: #f43958 !important;
	border: 1px solid #f43958 !important;
	-webkit-box-shadow: 0 3px 10px rgba(244, 57, 88, 0.5);
	box-shadow: 0 3px 10px rgba(244, 57, 88, 0.5);
	color: #fff !important
}

.btn.btn-dark {
	background-color: #343a40 !important;
	border: 1px solid #343a40 !important;
	color: #fff;
	-webkit-box-shadow: 0 4px 20px rgba(52, 58, 64, 0.15);
	box-shadow: 0 4px 20px rgba(52, 58, 64, 0.15)
}

.btn.btn-dark:hover,
.btn.btn-dark:focus,
.btn.btn-dark.focus,
.btn.btn-dark:active,
.btn.btn-dark.active {
	background-color: #2d3238 !important;
	border: 1px solid #2d3238 !important;
	-webkit-box-shadow: 0 3px 10px rgba(52, 58, 64, 0.5);
	box-shadow: 0 3px 10px rgba(52, 58, 64, 0.5);
	color: #fff !important
}

.btn.btn-outline-dark {
	border: 1px solid #343a40 !important;
	color: #343a40 !important
}

.btn.btn-outline-dark:hover,
.btn.btn-outline-dark:focus,
.btn.btn-outline-dark.focus,
.btn.btn-outline-dark:active,
.btn.btn-outline-dark.active {
	background-color: #343a40 !important;
	border: 1px solid #343a40 !important;
	-webkit-box-shadow: 0 3px 10px rgba(52, 58, 64, 0.5);
	box-shadow: 0 3px 10px rgba(52, 58, 64, 0.5);
	color: #fff !important
}

.btn.btn-muted {
	background-color: #9b9bae !important;
	border: 1px solid #9b9bae !important;
	color: #fff;
	-webkit-box-shadow: 0 4px 20px rgba(155, 155, 174, 0.15);
	box-shadow: 0 4px 20px rgba(155, 155, 174, 0.15)
}

.btn.btn-muted:hover,
.btn.btn-muted:focus,
.btn.btn-muted.focus,
.btn.btn-muted:active,
.btn.btn-muted.active {
	background-color: #9393a7 !important;
	border: 1px solid #9393a7 !important;
	-webkit-box-shadow: 0 3px 10px rgba(155, 155, 174, 0.5);
	box-shadow: 0 3px 10px rgba(155, 155, 174, 0.5);
	color: #fff !important
}

.btn.btn-outline-muted {
	border: 1px solid #9b9bae !important;
	color: #9b9bae !important
}

.btn.btn-outline-muted:hover,
.btn.btn-outline-muted:focus,
.btn.btn-outline-muted.focus,
.btn.btn-outline-muted:active,
.btn.btn-outline-muted.active {
	background-color: #9b9bae !important;
	border: 1px solid #9b9bae !important;
	-webkit-box-shadow: 0 3px 10px rgba(155, 155, 174, 0.5);
	box-shadow: 0 3px 10px rgba(155, 155, 174, 0.5);
	color: #fff !important
}

.btn.btn-light {
	background-color: #fbfbfb !important;
	border: 1px solid #fbfbfb !important;
	color: #fff;
	-webkit-box-shadow: 0 4px 20px rgba(251, 251, 251, 0.15);
	box-shadow: 0 4px 20px rgba(251, 251, 251, 0.15)
}

.btn.btn-light:hover,
.btn.btn-light:focus,
.btn.btn-light.focus,
.btn.btn-light:active,
.btn.btn-light.active {
	background-color: #f3f3f3 !important;
	border: 1px solid #f3f3f3 !important;
	-webkit-box-shadow: 0 3px 10px rgba(251, 251, 251, 0.5);
	box-shadow: 0 3px 10px rgba(251, 251, 251, 0.5);
	color: #fff !important
}

.btn.btn-outline-light {
	border: 1px solid #fbfbfb !important;
	color: #fbfbfb !important
}

.btn.btn-outline-light:hover,
.btn.btn-outline-light:focus,
.btn.btn-outline-light.focus,
.btn.btn-outline-light:active,
.btn.btn-outline-light.active {
	background-color: #fbfbfb !important;
	border: 1px solid #fbfbfb !important;
	-webkit-box-shadow: 0 3px 10px rgba(251, 251, 251, 0.5);
	box-shadow: 0 3px 10px rgba(251, 251, 251, 0.5);
	color: #fff !important
}

.btn.btn-body-bg {
	background-color: #fff !important;
	border: 1px solid #fff !important;
	color: #fff;
	-webkit-box-shadow: 0 4px 20px rgba(255, 255, 255, 0.15);
	box-shadow: 0 4px 20px rgba(255, 255, 255, 0.15)
}

.btn.btn-body-bg:hover,
.btn.btn-body-bg:focus,
.btn.btn-body-bg.focus,
.btn.btn-body-bg:active,
.btn.btn-body-bg.active {
	background-color: #f7f7f7 !important;
	border: 1px solid #f7f7f7 !important;
	-webkit-box-shadow: 0 3px 10px rgba(255, 255, 255, 0.5);
	box-shadow: 0 3px 10px rgba(255, 255, 255, 0.5);
	color: #fff !important
}

.btn.btn-outline-body-bg {
	border: 1px solid #fff !important;
	color: #fff !important
}

.btn.btn-outline-body-bg:hover,
.btn.btn-outline-body-bg:focus,
.btn.btn-outline-body-bg.focus,
.btn.btn-outline-body-bg:active,
.btn.btn-outline-body-bg.active {
	background-color: #fff !important;
	border: 1px solid #fff !important;
	-webkit-box-shadow: 0 3px 10px rgba(255, 255, 255, 0.5);
	box-shadow: 0 3px 10px rgba(255, 255, 255, 0.5);
	color: #fff !important
}

.btn.btn-black {
	background-color: #000 !important;
	border: 1px solid #000 !important;
	color: #fff;
	-webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15)
}

.btn.btn-black:hover,
.btn.btn-black:focus,
.btn.btn-black.focus,
.btn.btn-black:active,
.btn.btn-black.active {
	background-color: #000 !important;
	border: 1px solid #000 !important;
	-webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
	color: #fff !important
}

.btn.btn-outline-black {
	border: 1px solid #000 !important;
	color: #000 !important
}

.btn.btn-outline-black:hover,
.btn.btn-outline-black:focus,
.btn.btn-outline-black.focus,
.btn.btn-outline-black:active,
.btn.btn-outline-black.active {
	background-color: #000 !important;
	border: 1px solid #000 !important;
	-webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.5);
	color: #fff !important
}

.btn.btn-white {
	background-color: #fff !important;
	border: 1px solid #fff !important;
	color: #fff;
	-webkit-box-shadow: 0 4px 20px rgba(255, 255, 255, 0.15);
	box-shadow: 0 4px 20px rgba(255, 255, 255, 0.15)
}

.btn.btn-white:hover,
.btn.btn-white:focus,
.btn.btn-white.focus,
.btn.btn-white:active,
.btn.btn-white.active {
	background-color: #f7f7f7 !important;
	border: 1px solid #f7f7f7 !important;
	-webkit-box-shadow: 0 3px 10px rgba(255, 255, 255, 0.5);
	box-shadow: 0 3px 10px rgba(255, 255, 255, 0.5);
	color: #fff !important
}

.btn.btn-outline-white {
	border: 1px solid #fff !important;
	color: #fff !important
}

.btn.btn-outline-white:hover,
.btn.btn-outline-white:focus,
.btn.btn-outline-white.focus,
.btn.btn-outline-white:active,
.btn.btn-outline-white.active {
	background-color: #fff !important;
	border: 1px solid #fff !important;
	-webkit-box-shadow: 0 3px 10px rgba(255, 255, 255, 0.5);
	box-shadow: 0 3px 10px rgba(255, 255, 255, 0.5);
	color: #fff !important
}

.btn.btn-light {
	background-color: #fbfbfb;
	border: 1px solid #fbfbfb;
	color: #343a40 !important
}

.btn.btn-light:hover,
.btn.btn-light:focus,
.btn.btn-light.focus,
.btn.btn-light:active,
.btn.btn-light.active {
	background-color: #fff;
	border: 1px solid #fff;
	-webkit-box-shadow: 0 0 0 2px rgba(251, 251, 251, 0.08);
	box-shadow: 0 0 0 2px rgba(251, 251, 251, 0.08);
	color: #343a40 !important
}

.btn.btn-outline-light {
	border: 1px solid #fbfbfb;
	color: #fbfbfb !important
}

.btn.btn-outline-light:hover,
.btn.btn-outline-light:focus,
.btn.btn-outline-light.focus,
.btn.btn-outline-light:active,
.btn.btn-outline-light.active {
	background-color: #fbfbfb;
	border: 1px solid #fbfbfb;
	color: #343a40 !important
}

.badge {
	padding: 6px 16px;
	letter-spacing: 2px
}

.badge.badge-primary {
	background: rgba(94, 98, 255, 0.1);
	-webkit-box-shadow: 0 1px 2px rgba(94, 98, 255, 0.5);
	box-shadow: 0 1px 2px rgba(94, 98, 255, 0.5);
	color: #5e62ff
}

.text-primary {
	color: #5e62ff !important
}

.bg-primary {
	background-color: #5e62ff !important
}

.text-secondary {
	color: #6c757d !important
}

.bg-secondary {
	background-color: #6c757d !important
}

.text-success {
	color: #2dd6b7 !important
}

.bg-success {
	background-color: #2dd6b7 !important
}

.text-info {
	color: #56c6e6 !important
}

.bg-info {
	background-color: #56c6e6 !important
}

.text-warning {
	color: #ffbb13 !important
}

.bg-warning {
	background-color: #ffbb13 !important
}

.text-danger {
	color: #f43958 !important
}

.bg-danger {
	background-color: #f43958 !important
}

.text-dark {
	color: #343a40 !important
}

.bg-dark {
	background-color: #343a40 !important
}

.text-muted {
	color: #9b9bae !important
}

.bg-muted {
	background-color: #9b9bae !important
}

.text-light {
	color: #fbfbfb !important
}

.bg-light {
	background-color: #fbfbfb !important
}

.text-body-bg {
	color: #fff !important
}

.bg-body-bg {
	background-color: #fff !important
}

.text-black {
	color: #000 !important
}

.bg-black {
	background-color: #000 !important
}

.text-white {
	color: #fff !important
}

.bg-white {
	background-color: #fff !important
}

.text-lighten-warning {
	color: rgba(255, 187, 19, 0.5)
}

.text-white-70 {
	color: rgba(255, 255, 255, 0.7)
}

.text-light-70 {
	color: rgba(251, 251, 251, 0.7)
}

.title {
	color: #343a40
}

.font-weight-medium {
	font-weight: 500
}

.section {
	padding-top: 70px;
	padding-bottom: 70px;
	position: relative
}

.bg-overlay {
	background-color: #000;
	opacity: 0.65;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%
}

.bg-gradient-primary {
	background: -webkit-gradient(linear, right bottom, left top, from(#56c6e6), to(#5e62ff));
	background: linear-gradient(to top left, #56c6e6 0%, #5e62ff 100%)
}

.line-height-1_6 {
	line-height: 1.6
}

.line-height-1_4 {
	line-height: 1.4
}

.f-12 {
	font-size: 12px
}

.f-13 {
	font-size: 13px
}

.f-14 {
	font-size: 14px
}

.f-15 {
	font-size: 15px
}

.f-16 {
	font-size: 16px
}

.f-17 {
	font-size: 17px
}

.f-18 {
	font-size: 18px
}

.f-19 {
	font-size: 19px
}

.f-20 {
	font-size: 20px
}

.hero-bottom-img {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0
}

.right-icon {
	line-height: 0;
	font-size: 19px
}

.more-info {
	color: #5e62ff
}

#preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
background: #fff;
	z-index: 9999999
}

#preloader #status {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%)
}

.sk-chase {
	width: 40px;
	height: 40px;
	position: relative;
	-webkit-animation: sk-chase 2.5s infinite linear both;
	animation: sk-chase 2.5s infinite linear both
}

.sk-chase-dot {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-animation: sk-chase-dot 2.0s infinite ease-in-out both;
	animation: sk-chase-dot 2.0s infinite ease-in-out both
}

.sk-chase-dot:before {
	content: '';
	display: block;
	width: 25%;
	height: 25%;
background: linear-gradient(to right,#1b67b0 0%,#23b7d1 100%);
	border-radius: 100%;
	-webkit-animation: sk-chase-dot-before 2.0s infinite ease-in-out both;
	animation: sk-chase-dot-before 2.0s infinite ease-in-out both
}

.sk-chase-dot:nth-child(1) {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s
}

.sk-chase-dot:nth-child(2) {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s
}

.sk-chase-dot:nth-child(3) {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s
}

.sk-chase-dot:nth-child(4) {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s
}

.sk-chase-dot:nth-child(5) {
	-webkit-animation-delay: -0.7s;
	animation-delay: -0.7s
}

.sk-chase-dot:nth-child(6) {
	-webkit-animation-delay: -0.6s;
	animation-delay: -0.6s
}

.sk-chase-dot:nth-child(1):before {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s
}

.sk-chase-dot:nth-child(2):before {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s
}

.sk-chase-dot:nth-child(3):before {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s
}

.sk-chase-dot:nth-child(4):before {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s
}

.sk-chase-dot:nth-child(5):before {
	-webkit-animation-delay: -0.7s;
	animation-delay: -0.7s
}

.sk-chase-dot:nth-child(6):before {
	-webkit-animation-delay: -0.6s;
	animation-delay: -0.6s
}

@-webkit-keyframes sk-chase {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes sk-chase {
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@-webkit-keyframes sk-chase-dot {
	80%,
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@keyframes sk-chase-dot {
	80%,
	100% {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg)
	}
}

@-webkit-keyframes sk-chase-dot-before {
	50% {
		-webkit-transform: scale(0.4);
		transform: scale(0.4)
	}
	100%,
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes sk-chase-dot-before {
	50% {
		-webkit-transform: scale(0.4);
		transform: scale(0.4)
	}
	100%,
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

.hero-1-bg {
	padding: 170px 0 140px
}

.hero-1-bg .hero-small-title {
	letter-spacing: 2px
}

.hero-1-bg .main-title {
	font-size: 2.8rem;
	line-height: 1.35;
	color: #5e62ff
}

.hero-2-bg {
	padding: 220px 0px 0px
}

.hero-2-bg .hero-2-img {
	position: relative;
	top: 92px
}

.hero-3-bg {
	margin-top: 95px;
}

.hero-4-bg {
	padding: 220px 0 190px
}

.hero-4-bg .hero-login-form {
	background: #fbfbfb;
	-webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.1)
}

.hero-4-bg .hero-login-form .form-border {
	border: 1px solid #9e9eb0
}

.hero-4-bg .hero-4-title {
	line-height: 1.4
}

.hero-5-bg {
	position: relative;
	overflow: hidden
}

.hero-5-bg .carousel-control-next,
.hero-5-bg .carousel-control-prev {
	width: 6%
}

.hero-5-bg .carousel-item,
.hero-5-bg .carousel {
	height: 100vh;
	width: 100%
}

.hero-5-bg .carousel-item {
	background-position: center center !important;
	background-size: cover !important
}

.hero-5-bg .carousel-item .play-icon-circle {
	background: #fff;
	height: 46px;
	width: 46px;
	line-height: 46px;
	text-align: center;
	border-radius: 50%;
	display: inline-block
}

.hero-5-bg .slide-icon i {
	font-size: 50px
}

.hero-6-bg {
	padding: 280px 0 300px
}

.hero-6-bg .hero-6-title {
	z-index: 1;
	position: relative
}

.hero-6-bg .subcribe-form form {
	position: relative;
	margin: 0px auto
}

.hero-6-bg .subcribe-form input {
	padding: 12px 20px;
	width: 60%;
	font-size: 17px;
	color: #9b9bae !important;
	border: none;
	outline: none !important;
	background-color: rgba(251, 251, 251, 0.85);
	-webkit-box-shadow: 0 2px 10px rgba(52, 58, 64, 0.12);
	box-shadow: 0 2px 10px rgba(52, 58, 64, 0.12);
	border-radius: 30px;
	position: relative;
	top: 3px
}

.hero-7-bg {
	padding: 160px 0 200px
}

.hero-7-bg .hero-7-title {
	position: relative;
	font-weight: 200;
	font-size: 3.55em
}

.hero-7-bg .hero-7-title .text-wrapper {
	position: relative;
	display: inline-block;
	padding-top: 0.2em;
	padding-right: 0.05em;
	padding-bottom: 0.1em;
	overflow: hidden
}

.hero-7-bg .hero-7-title .letter {
	-webkit-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	display: inline-block;
	line-height: 1em
}

.hero-7-bg .hero-7-bg-overlay {
	background-image: url("../images/hero-7-bg.png");
	background-repeat: no-repeat;
	opacity: 1;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%
}

.hero-7-bg .shape-light {
	display: block
}

.hero-7-bg .shape-dark {
	display: none
}

@media (max-width: 425px) {
	.hero-1-bg .main-title {
		font-size: 2rem
	}
	.hero-2-bg .hero-2-img {
		top: 50px !important
	}
	.hero-5-bg .carousel-item,
	.hero-5-bg .carousel {
		height: 100vh !important
	}
	.hero-5-bg .carousel-item .hero-5-title,
	.hero-5-bg .carousel .hero-5-title {
		font-size: 2rem !important
	}
	.hero-5-bg .carousel-item .hero-5-subtitle,
	.hero-5-bg .carousel .hero-5-subtitle {
		font-size: 14px !important;
		width: 90%;
		margin: 0 auto
	}
	.hero-6-bg {
		padding: 160px 0 160px !important
	}
	.hero-6-bg .subcribe-form input {
		width: 100%
	}
	.hero-7-bg .hero-7-title {
		font-size: 2.55em
	}
}

@media (max-width: 768px) {
	.hero-1-bg {
		padding: 120px 0
	}
	.hero-2-bg {
		padding: 150px 0px 0px
	}
	.hero-2-bg .hero-2-img {
		top: 90px
	}
	.hero-4-bg {
		padding: 160px 0 100px
	}
	.hero-5-bg .carousel-item,
	.hero-5-bg .carousel {
		height: 75vh
	}
	.hero-6-bg {
		padding: 220px 0 200px
	}
	.hero-7-bg {
		padding: 140px 0
	}
}

@media (min-width: 769px) and (max-width: 1024px) {
	.hero-1-bg {
		background: none !important
	}
	.hero-5-bg .carousel-item,
	.hero-5-bg .carousel {
		height: 60vh
	}
}

.client-logo img {
	max-height: 90px;
	width: auto
}

.service-box {
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	margin-bottom: 30px
}

.service-box .service-icon {
	background: rgba(94, 98, 255, 0.08);
	display: inline-block;
	border-radius: 7% 50% 50% 50% / 7% 50% 50% 50%;
	height: 74px;
	width: 74px;
	line-height: 74px;
	text-align: center;
	color: #5e62ff;
	font-size: 30px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s
}

.service-box:hover {
	background: rgba(251, 251, 251, 0.01);
	-webkit-box-shadow: 0 4px 12px rgba(52, 58, 64, 0.08);
	box-shadow: 0 4px 12px rgba(52, 58, 64, 0.08);
	border-radius: 5px
}

.service-box:hover .service-icon {
	border-radius: 50% 50% 7% 50% / 50% 50% 7% 50%
}

.service-box .service-title {
	font-size: 1.4rem;
	color: #343a40
}

.service-box-1 {
	-webkit-box-shadow: 0 4px 12px rgba(52, 58, 64, 0.05);
	box-shadow: 0 4px 12px rgba(52, 58, 64, 0.05)
}

.service-box-1 .service-icon {
	border-radius: 35% 7% 35% 7% / 35% 7% 35% 7%
}

.service-img img {
	border-radius: 20px;
	-webkit-box-shadow: -10px 20px 20px rgba(52, 58, 64, 0.06);
	box-shadow: -10px 20px 20px rgba(52, 58, 64, 0.06)
}

.about-info-box {
	-webkit-box-shadow: 0 3px 10px rgba(52, 58, 64, 0.08);
	box-shadow: 0 3px 10px rgba(52, 58, 64, 0.08);
	border-radius: 8px
}

.about-border {
	height: 2px;
	width: 25%;
	background: rgba(94, 98, 255, 0.1)
}

.feature-box {
	-webkit-box-shadow: 0 0px 10px rgba(52, 58, 64, 0.08);
	box-shadow: 0 0px 10px rgba(52, 58, 64, 0.08);
	margin-bottom: 30px;
	position: relative;
	-webkit-transition: all 0.3s;
	transition: all 0.3s
}

.feature-box:after {
	content: "";
	background: #5e62ff;
	height: 1px;
	width: 0%;
	position: absolute;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	left: 0;
	bottom: 0
}

.feature-box .feature-icon {
	font-size: 65px
}

.feature-box .feature-icon i {
	text-shadow: 3px 3px 3px rgba(94, 98, 255, 0.25)
}

.feature-box:hover {
	-webkit-box-shadow: 0 8px 30px rgba(52, 58, 64, 0.08);
	box-shadow: 0 8px 30px rgba(52, 58, 64, 0.08)
}

.feature-box:hover:after {
	width: 100%
}

.counter-bg {
	background: #f2f2f2
}

.counter-bg .counter-bg-overlay {
	background-image: url("../images/counter-bg.png");
	opacity: 1;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%
}

.counter-bg .counter-box {
	background: rgba(255, 255, 255, 0.01);
	border-radius: 26px;
	border: 1px solid rgba(255, 255, 255, 0.085)
}

.counter-bg .counter-box-1 {
    background: #f2f2f2;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 16px rgba(52, 58, 64, 0.04);
    box-shadow: 0 0 16px rgba(52, 58, 64, 0.04);
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 0px !important;
        min-height: 347px;
}
.tl{
	    background: linear-gradient(to right,#e4e4e5 0%,#c9c9d6 100%);
    padding: 14px;
    border-radius: 10px 10px 0px 0px;
    margin-bottom: 30px;
}
.pricing-box {
	-webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
	background: rgba(255, 255, 255, 0.01);
	-webkit-transition: all 0.3s;
	transition: all 0.3s
}

.pricing-box.active,
.pricing-box:hover {
	-webkit-box-shadow: 0 4px 16px rgba(0, 0, 0, 0.07);
	box-shadow: 0 4px 16px rgba(0, 0, 0, 0.07)
}

.pricing-box.active .pricing-title,
.pricing-box:hover .pricing-title {
	color: #5e62ff
}

.pricing-box .ribbon {
	position: absolute;
	left: 20px;
	top: 0px;
	background: #5e62ff;
	padding: 8px 4px 16px 4px;
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 80%, 0 100%);
	clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 80%, 0 100%)
}

.pricing-box .highlight {
	color: #343a40
}

.owl-carousel.owl-theme .owl-dots .owl-dot span {
	    margin: 4px 3px;
    width: 14px;
    height: 14px;
    background-color: transparent;
    border: 1px solid #D6D6D6
}

.owl-carousel.owl-theme .owl-dots .owl-dot.active span,
.owl-carousel.owl-theme .owl-dots .owl-dot:hover span {
	width: 14px;
	height: 14px;
	background-color: #D6D6D6
}

.owl-carousel .testi-content {
	background: rgba(255, 255, 255, 0.01);
	-webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08)
}

.owl-carousel .testi-content .user-img {
    max-width: 100px;
    background: linear-gradient(to right,#1b67b0 0%,#23b7d1 100%);
    border: 0;
    position: absolute;
    left: -95px;
    padding: .2rem;
}

.owl-carousel .testi-content .testi-icon i {
	position: absolute;
	left: 10px;
	font-size: 85px;
	top: -28px;
	opacity: .6;
	color: rgba(94, 98, 255, 0.1)
}

.owl-carousel .owl-nav {
	display: none
}

.owl-carousel .owl-dot {
	margin-top: 20px
}

.owl-carousel .owl-dot:focus {
	outline: none
}

.testi-content-1 {
/* 	overflow: hidden; */
	border-radius: 6px;
	font-family:'Rubik', sans-serif
}
.testi-content-1 h5 {
	font-family:'Rubik', sans-serif
}
.testi-content-1 p {
	font-family:'Rubik', sans-serif
}
.testi-content-1 .user-img {
	-webkit-transition: all 0.5s;
	transition: all 0.5s
}

.testi-content-1:after {
	content: "";
	background: #5e62ff;
	height: 1px;
	width: 0%;
	position: absolute;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	left: 0;
	bottom: 0
}

.testi-content-1:hover .user-img {
	-webkit-box-shadow: 0 6px 6px rgba(94, 98, 255, 0.25);
	box-shadow: 0 6px 6px rgba(94, 98, 255, 0.25);
	-webkit-transform: translateY(-4px);
	transform: translateY(-4px)
}

/* .testi-content-1:hover .user-name {
	color: #5e62ff !important
} */

/* .testi-content-1:hover:after {
	width: 100%
} */

.form-control:focus {
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #fbfbfb;
	border-color: #5e62ff
}

.form-control {
    padding: 8px 10px;
    font-size: 14px;
    /* background-color: rgba(52, 58, 64, 0.01); */
    border: 1px solid rgba(155, 155, 174, 0.3);
    border-radius: 0;
    
    font-weight: 400;
}

.form-control::-webkit-input-placeholder {
	color: #acacbc;
	font-size: 14px
}

.form-control:-ms-input-placeholder {
	color: #acacbc;
	font-size: 14px
}

.form-control::-ms-input-placeholder {
	color: #acacbc;
	font-size: 14px
}

.form-control::placeholder {
	color: #acacbc;
	font-size: 14px
}

.error {
	margin: 8px 0px;
	display: none;
	color: #f43958
}

#ajaxsuccess {
	font-size: 16px;
	width: 100%;
	display: none;
	clear: both;
	margin: 8px 0px
}

.error_message {
	padding: 10px;
	margin-bottom: 20px;
	text-align: center;
	border: 2px solid #f43958;
	color: #f43958;
	border-radius: 5px;
	font-size: 14px
}

.contact-loader {
	display: none
}

.footer {
	background-color: #1e3559
}

.footer .logo-light {
	display: block
}

.footer .logo-dark {
	display: none
}

.footer .footer-desc,
.footer .footer-alt {
	color: rgba(251, 251, 251, 0.5)
}

.footer .footer-list-title {
	color: #fbfbfb
}

.footer .footer-icons {
	color: rgba(251, 251, 251, 0.5);
	-webkit-transition: all 0.3s;
	transition: all 0.3s
}

.footer .footer-icons a {
	color: rgba(251, 251, 251, 0.5)
}

.footer .footer-icons a:hover {
	color: #fbfbfb
}

.footer .company-sub-menu li {
	padding: 8px 0
}

.footer .company-sub-menu li a {
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	color: rgba(251, 251, 251, 0.5)
}

.footer .company-sub-menu li a:hover {
	color: #fbfbfb !important
}


/*# sourceMappingURL=style.min.css.map */


/* Start Course banner */

/* .header{
	position: relative;
    width: 100%;
    padding: 3% 0 10%;
    max-height:630px;
    z-index: 3;
    overflow: hidden;
}
.header::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: url(../img/banner-2.jpg?v=1.0.0);
    z-index: 2;
    background-color: #fff;
    background-size: cover;
    margin-top: 30px;
}
.header .header-wrapper {
    height: 630px;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
} */
 .header {
	     position: relative;
	width: 100%;
    color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 4% 0;
    max-height: 630px;
	/*     background: linear-gradient(to right, #fff, #fff), linear-gradient(to right, hsla(217, 82%, 15%, 0.8), hsla(217, 82%, 15%, 0.8)), url(../img/course-bnr.png);
    background-size: auto 70px, cover, cover;
    background-repeat: no-repeat;
    padding: 3% 0 10%;
    max-height:630px; */
}

.header .desc {
}
.hdr-row {
	margin-bottom: 50px;
}
.header .desc h2 {
	font-family: 'Poppins', sans-serif;
    font-size: 37px;
    font-weight: 300;
    line-height: 48px;
}
.header .desc h1{
    margin-bottom: 25px;
    font-size: 39px;
    line-height: 58px;
    font-weight: 600;
    color: #fff;
    text-shadow: 0 3px 3px #000;
}
.header .desc p{
	color: #fff;
    font-size: 15px;
}
.header .desc {
	
    font-size: 26px;
}
.header .desc .list-points {
    padding-left: 20px;
    list-style: none;
}
.header .desc .list-points li {
padding: 6px 0 6px 0;
font-family: 'Poppins', sans-serif;
    font-weight: 300;
}

.list {
	font-size: 17px;
    margin-left: 10px;
}
.header .desc .list-points li:before {
    font-family: "fontAwesome";
    content: "";
    display: inline-block;
    margin-left: -1.3em;
    width: 1.3em;
    color: #ffa500;
/* 	background: linear-gradient(to bottom right, #1c63a9, #5bbfc7);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; */
}

.videi-ci {
	text-align: center;
    margin: 0 auto;
    margin-top: 20px;
    vertical-align: middle;
    display: flex;
}
.header .videi-ci .playBtn {
    cursor: pointer;
    width: 55px;
    height: 55px;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 50%;
    background: linear-gradient(to bottom right, #1c63a9, #5bbfc7);
    color: #fff;
    margin-right: 15px;
    display: inline-block;
    line-height: 55px;
}
.header .wt-cnt{
	display: inline-block;
    text-align: left;
    font-family: 'Poppins', sans-serif;
}
.media {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
}
.media-body {
    -ms-flex: 1;
flex: 1;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    letter-spacing: .6px;
}
.header .wrapCd {
    background: #fff;
    border-radius: 8px;
    padding: 40px 15px;
    text-align: center;
    color: #072047;
}
.header .wrapCd ul.cd {
    padding: 0;
    list-style: none;
}
.mb-5, .my-5 {
    margin-bottom: 3rem!important;
}
.header .wrapCd ul.cd li {
    display: inline-block;
    padding: 0 10px;
    font-family: 'Poppins', sans-serif;
    color: #072047;
    font-size: 14px;
}
.header .wrapCd ul.cd li span {
display: block;
    font-weight: 500;
    font-size: 56px;
    font-family: 'Teko', sans-serif;
    color: #fe7d01;
    line-height: 50px;
}
.header .wrapCd h4{
	color: #072047;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}
a.btn-warning {
    background: #fa7d01;
    border-color: #fa7d01;
    color: #fff;
	    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    font-size: 17px;
    -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.08);
    padding: 10px 18px;
}
 .panelProject{
	 
	 width: 100%;
 }
 .panelProject ul {
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto;
}
.panelProject ul li {
    padding: 15px;
    color: #808285;
    font-size: 12px;
    margin-top: 3px;
    align-items: center;
    display: flex;
    margin: 0 auto;
}
.panelProject h5 {
	color: #072047;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    text-align: center;
    padding: 8px 0 0px;
}
.vid-sec{
	display: flex;
	text-align:center
}
.bnr-rating {
	text-align: left;
    align-items: center;
    display: inline-block;
    margin-right: 20px;
}
.bnr-rating ul{
	margin-right: 0px;
    display: inline-block;
}
.bnr-rating ul li{
    display: inline-block;
}
.bnr-rating ul li i{
	font-size: 17px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right,#f26a23 0%,#f5b01f 100%);
}
.rt-cnt{
	display: inline-block;
    font-size: 15px;
    font-family: 'Poppins', sans-serif;
}
.lerns{
	display: inline-block;
}
.lerns .rt-cnt i{
	font-size: 17px;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(to right,#f26a23 0%,#fa7d01 100%);
}
.rt-sc{
margin-top: 15px;
}



.funfactArea {
    margin-top: -53px;
    position: relative;
    z-index: 11;
}
.MuiGrid-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}
.MuiGrid-grid-xs-12 {
    flex-grow: 0;
    max-width: 100%;
    flex-basis: 100%;
}
.MuiGrid-item {
    margin: 0;
    box-sizing: border-box;
}
.MuiGrid-spacing-xs-4 > .MuiGrid-item {
/*     padding-top: 34px; */
    padding-bottom: 0px;
} 
.funfactWrap {
    background: #fff;
    border-radius: 8px;
    padding: 5px 10px;
    margin: auto;
/* 	    margin-bottom: 5%; */
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-wrap: wrap;
}

.opacity-9 {
    opacity: .9;
}
.z-index-1 {
    z-index: 1;
}
.bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}.gradient-bg1 {
    background: #3264f5;
    background: -moz-linear-gradient(left, #3264f5 2%, #7202bb 82%);
    background: -webkit-linear-gradient(left, #3264f5 2%,#7202bb 82%);
    background: linear-gradient(to right, #3264f5 2%,#7202bb 82%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3264f5', endColorstr='#7202bb',GradientType=1 );
}
@media (max-width: 1025px){
.panelProject ul li {
    padding: 15px 7px;
}
.panelProject ul li img{
	width: 80%;
}
.header .desc h2 {
    font-size: 30px;
    line-height: 42px;
}
.header .desc h1 {
    margin-bottom: 10px;
}
}
@media (max-width: 942px){
.header .desc h2 {
    font-size: 30px;
    line-height: 42px;
}
.header .desc h1 {
    margin-bottom: 20px;
}
.panelProject ul li img{
	width: 100%;
}
.panelProject ul li {
    padding: 15px;
}
.header {
    max-height: initial;
}
.rt-sc {
    margin-bottom: 15px;
}
}
@media (max-width: 767px){
.header {
    max-height: initial;
}
.header .desc h2 {
    font-size: 24px;
    line-height: 34px;
}
.header .desc h1 {
    font-size: 28px;
    line-height: 38px;
	margin-bottom: 20px;
}
.rt-sc {
    margin-bottom: 15px;
}
.header .wrapCd ul.cd li span {
    font-size: 45px;
}
.funfactArea {
    margin-top: -50px;
}	
}
@media (max-width: 360px){
.header .wrapCd ul.cd li {
    padding: 0 6px
}
}
@media (max-width: 320px){
.header .desc h2 {
    font-size: 21px;
    line-height: 34px;
}
.header .desc h1 {
    font-size: 25px;
    line-height: 35px;
}
}
/* End Course banner */
.no-padding {
    padding: 0;
}

.title-h {
	color: #072047;
    font-size: 28px;
    
}
.locs-list {
    list-style-type: none;
    padding: 0;
    margin: 0 auto;
    text-align: center;
}
.locs-list li{
display: inline-block;
    text-align: center;
    margin: 0 10px;
}
.locs-list li p{
	    color: #072047;
    
    font-size: 19px;
    padding-top: 10px;
}
.tl h4{
	    font-family: 'Roboto', sans-serif;
    margin: 0;
    color: #072047;
}
.counter-box-1 p{
	color: #229ad6;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    margin-bottom: 5px;
}
.counter-box-1 h5{
	font-family: 'Roboto', sans-serif;
    color: #072047;
    font-size: 25px;
}
.packg {
	position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
}
.packg a {
	border-radius: 5px;
    padding: 12px 26px !important;
    font-size: 16px !important;
    border: 0;
    -webkit-box-shadow: 0 4px 20px rgba(94, 98, 255, 0.15);
    box-shadow: 0 4px 20px rgba(94, 98, 255, 0.15);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    color: #072047;
}
.pck {
    background: linear-gradient(to right,#e4e4e5 0%,#c9c9d6 100%);
}
.bg-2{
	background: linear-gradient(to right,#f5d866 0%,#a87c2f 100%);
}
.bg-3{
	background: linear-gradient(to right,#ea8e55 0%,#fab056 100%);
}

.project-tab #tabs{
    background: #007b5e;
    color: #eee;
}
.project-tab #tabs h6.section-title{
    color: #eee;
}
.project-tab #tabs .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: #072047;
    border-color: transparent transparent #f3f3f3;
    border-bottom: 7px solid #537cbb !important;
    color: #fff;
}
.project-tab .nav-link {
    border-radius: 0;
    border: 0;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    
    padding: 25px 10px;
    background: #072047;
}
.project-tab .nav-link:hover {
    border: none;
}
.project-tab thead{
    background: #f3f3f3;
    color: #333;
}
.project-tab a{
    text-decoration: none;
    color: #333;
    font-weight: 600;
}
.project-tab .nav-tabs {
	border: 0;
    margin-bottom: 20px;
}
.prtc{
    background: #537cbb;
    color: #fff;
    padding: 10px;
    text-align: left;
    border-left: 8px solid #072047;
    margin-bottom: 10px;
    padding-left: 20px;
    min-height: 132px;
/*     align-items: center;
    display: flex; */
}
.prtc p {
	margin: 0;
    
	    color: #fff;
}
.apply-now {
	background: linear-gradient(to right,#1b67b0 0%,#23b7d1 100%);
    padding: 30px;
}
.check-list{
	    list-style-type: none;
}
.check-list li {
position: relative;
    padding: 10px;
    padding-left: 26px;
    font-size: 17px;
    color: #fff;
    
}
.check-list li:before {
    content: '';
    background: url(../images/check-icon.png);
    width: 20px;
    height: 17px;
    position: absolute;
    top: 15px;
    left: 0px;
}
.check {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    padding-right: 15px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #5d5d5d;
    
}
.check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border-color: #d7d7d7;
    border-style: solid;
    border-width: 2px;
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.check .checkmark:after {
    left: 5px;
    top: 1px;
    width: 5px;
    height: 10px;
    border: solid;
    border-color: #f48220;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.check input:checked ~ .checkmark:after {
    display: block;
}
.hero-login-form h5{
	    color: #072047;
    
    font-weight: 400;
    font-size: 27px;
}
.registration-form button {
	    
    font-weight: 400;
    font-size: 14px !important;
    text-transform: uppercase;
}
.qutre{
    position: absolute;
    right: 0px;
    bottom: -30px;
    font-size: 70px;
    background: linear-gradient(to right,#1b68b1 0%,#23b6d1 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    line-height: 40px;
}
.test-text {
    text-align: left;
    padding-left: 5%;
}
.get-sec{
	background: linear-gradient(to right,#1b67b0 0%,#23b7d1 100%);
    padding: 15px 0 15px;
}
.get-form {
	    font-size: 22px;
    
    color: #fff;
    text-align: right;
    font-weight: 400;
	    margin: 0;
}
#nav-tabContent h5 {
	color: #072047;
    font-size: 29px;
    
    font-weight: 400;
    margin-top: 40px;
	margin-bottom: 10px;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
    color: #191919;
    font-size: 14px;
}
#nav-tabContent ul {
	    
    color: #9b9bae;
    font-size: 15px;
}
.pr-c{
color: #414042 !important;
    font-weight: 400;
    font-size: 17px;
}
.t-icon {
	width: 80px;
    text-align: center;
}
.mt-6 {
	    margin-top: 4rem;
}
#toTop{
position: fixed;
    bottom: 10px;
    right: 10px;
    cursor: pointer;
    display: none;
    border: solid 1px #fe7d01;
    color: #fff;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #fa7d01;
    font-weight: 900;
    border-radius: 3px;
    font-size: 30px;
    opacity: 1;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 46px;
    z-index: 99999;
}
.navbar-light .navbar-brand {
    padding: 0;
}
.pb-6 {
	padding-bottom: 80px;
}
.hilight {
	color: #fa7d01;
    font-weight: 500;
}
.h-250{
  height: 250px;
}

.flip-box {
  background-color: transparent;
  width: 1000px;
  height: 80px;
  /*border: 1px solid #f1f1f1;*/
  perspective: 1000px;
}

.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-box-front {
  background-color: #537cbb;
  color: black;

  padding-top: 25px;
}

.flip-box-back {
  background-color: #537cbb;
  color: white;
  transform: rotateY(180deg);
}

.mobile-view {
	display:none;
}


.cardBox:hover .card {
  transform: rotateY( 180deg);
}

.card {
background: transparent;
    border: 0;
    cursor: default;
/*     height: 300px; */
    transform-style: preserve-3d;
    transition: transform 0.4s ease 0s;
    width: 100%;
    -webkit-animation: giro 1s 1;
    animation: giro 1s 1;
	min-height:132px;
}

.card p {
margin-bottom: 0;
    margin: 0 auto;
}

.card .front,
.card .back {
  backface-visibility: hidden;
  box-sizing: border-box;
  color: white;
  display: block;
  height: 100%;
  position: absolute;
  text-align: center;
  width: 100%;
      align-items: center;
    display: flex;
}

.card .front strong {
  background: #fff;
  border-radius: 100%;
  color: #222;
  font-size: 1.5em;
  line-height: 30px;
  padding: 0 7px 4px 6px;
}

.card .back {
  transform: rotateY( 180deg);
}

.card .back a {
  padding: 0.3em 0.5em;
  background: #333;
  color: #fff;
  text-decoration: none;
  border-radius: 1px;
  font-size: 0.9em;
  transition: all 0.2s ease 0s;
}

.card .back a:hover {
  background: #fff;
  color: #333;
  text-shadow: 0 0 1px #333;
}

/* .cardBox:nth-child(1) .card .back {
  background: cornflowerblue;
}

.cardBox:nth-child(2) .card .back {
  background: orange;
}

.cardBox:nth-child(3) .card .back {
  background: yellowgreen;
}

.cardBox:nth-child(4) .card .back {
  background: tomato;
}
 */

@-webkit-keyframes giro {
  from {
    transform: rotateY( 180deg);
  }
  to {
    transform: rotateY( 0deg);
  }
}

@keyframes giro {
  from {
    transform: rotateY( 180deg);
  }
  to {
    transform: rotateY( 0deg);
  }
}

@media screen and (max-width: 767px) {

  .card {
    height: 285px;
  }

}

@media screen and (max-width: 480px) {
  .cardBox {
    width: 100%;
  }
  .card {
    height: 260px;
  }
}

@media only screen and (max-width: 992px) {
	.packg {
bottom: 40px;
	}
	.counter-bg .counter-box-1 {
    margin-bottom: 50px !important;
        min-height: 347px;
}
.owl-carousel .testi-content .user-img {
    position:initial;
    margin-bottom:10px;
    text-align:center;
}
}
@media only screen and (max-width: 767px) {
.hero-3-bg {
    padding: 55px 0 0;
}
.mobile-view {
    display: block;
    margin-bottom: 20px;
    margin-top: 10px;
}
.funfactArea {
	display: none;
}
.packg {
    bottom: 20px;
	}
	.counter-bg .counter-box-1 {
    margin-bottom: 30px !important;
        min-height: initial;
}
.owl-carousel .testi-content .user-img {
    position:initial;
    margin-bottom:10px;
    text-align:center;
}
.get-form {
     margin-bottom:10px;
    text-align:center;
}
.qutre{
    right:-40px;}
.check-list {
    list-style-type: none;
    padding: 0;
}



}
@media only screen and (max-width: 360px) {
    
.logo img{
    width:220px;
}
.hero-3-bg {
    padding: 45px 0 0;
}
}

.top-socila-links {
	list-style-type: none;
    padding: 0;
    text-align: right;
	    margin: 0;
}
.top-socila-links li {
	display:inline-block;
	margin-left: 6px;
}
.top-socila-links li a{
	    width: 33px;
    height: 33px;
    color: #fff;
    background: #154d88;
    display: inline-block;
    text-align: center;
    line-height: 33px;
    border-radius: 5px;
	    font-size: 18px;
		
}
.newsletter_form_box {
    margin: 40px auto;
    max-width: 730px;
}
#newsletter-form #email_newsletter {
    width: 100%;
    max-width: 500px;
    height: 55px;
    padding: 0 20px;
    border: 2px solid #fff;
    background-color: #fff;
    -moz-border-radius: 5px 0 0 5px;
    -webkit-border-radius: 5px 0 0 5px;
    border-radius: 5px 0 0 5px;
    color: #c4c2c2;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
}
#newsletter-form #submit-button-newsletter {
    width: 165px;
    height: 55px;
    background: #0fcbef;
    border: none;
    color: #fff;
    display: inline;
    margin: 0 0 0 -5px;
    -moz-border-radius: 0 5px 5px 0;
    -webkit-border-radius: 0 5px 5px 0;
    border-radius: 0 5px 5px 0;
    font-size: 14px;
    font-weight: 600;
    vertical-align: top;
    transition: background-color .25s ease-in-out;
    -moz-transition: background-color .25s ease-in-out;
    -webkit-transition: background-color .25s ease-in-out;
}
.heading-info::before {
    background: #0fcbef;
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 50px;
    height: 2px;
    margin-top: 0px;
}
.top-selling {
	    margin-bottom: 55px;
    background: #fff;
    -webkit-box-shadow: 0 4px 12px rgb(0 0 0 / 8%);
    box-shadow: 0 4px 12px rgb(0 0 0 / 8%);
}
.top-selling-img{
	    margin-top: -45px;
}
.top-sel-text{
	text-align:left;
}
.top-sel-text h5{
	border-bottom: 2px solid #0fcbef;
    padding-bottom: 3px;
    font-size: 18px;
    color: #191919;
}
.top-sel-text p {
	color: #414042;
}
.top-sel-text p span{
	font-weight: 600;
	 color: #191919;
}
.footer__info .g-mr-5 {
    font-weight: 500;
}
b, strong {
    font-weight: 700;
}
.lm-kd{
	margin-bottom: 6px;
}
.top-sel-text .view-dtl{
	    
    background-color: #0fcbef !important;
    border: 1px solid #0fcbef !important;
    color: #fff;
    font-weight: 400;
    padding: 7px 20px;
    font-size: 14px;
}
.durati {
	margin-bottom: 0;
    color: #414042;
}
.durati span{
	font-weight: 600;
	 color: #191919;
}
.rit-crnim{
	position: absolute;
    right: 10px;
    bottom: -30px;
}
.full-map{
	border: 5px solid #efefef;
    margin-bottom: 20px;
}
.footer {
    color: #ccc;
    background-color: #1A1A1A;
	font-family: 'Open Sans', sans-serif;
}
.footer__main {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #ccc;
}
.footer .footer-section {
    margin-top: 0px;
}
.footer__info p + p {
    margin-top: 0;
}
.footer-links-bg {
    background-color: #1a1a1a !important;
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
.footer-poli {
    padding: 0;
}
.footer-poli li {
    display: inline-block;
}
.g-mr-5 {
    margin-right: 0.3571428571rem !important;
    color: #fff !important;
    font-weight: 600;
	font-size: 14px;
}
.footer-social li {
    display: inline-block;
}
.second-design .social-links li a {
    margin-left: 3px;
}
.d-inline {
    display: inline !important;
}
.list-inline > li {
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
.footer-links-bg .list-inline>li {
    padding: 0;
}
.disclaimer {
    color: #ffffff;
    text-align: left;
    font-size: 12px;
}
.footer .copyright {
    padding: 12px 0 12px;
    font-size: 14px;
    text-align: center;
    color: #666;
    background-color: black;
    padding-bottom: 25px;
}
.footer .copyright__inner {
    letter-spacing: .05em;
}
.footer .copyright__link {
    text-align: center;
    font-weight: 700;
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #666;
}
.footer_sticky_wrapper {
     display: none;
     position: relative;
}
 .footer_sticky_inside {
     background: #0b0b0b;
     bottom: 0px;
     display: inline-block;
     position: fixed;
     right: 0;
     width: 100%;
     z-index: 2;
     height: 43px;
     transition: all 1s ease 
}
 .sticky_visible {
     bottom: 0!important 
}
 .footer_sticky_bar {
	 font-family: 'Open Sans', sans-serif;
     position: relative;
     text-transform: capitalize;
}
 .footer_sticky_inside .link-14sp, .footer_sticky_inside .link-grey, .footer_sticky_inside a {
     color: #fff;
     display: inline-block;
     font-weight: 400;
     line-height: 17px;
     padding: 4px 18px 0;
     position: relative;
     width: auto 
}
 .footer_sticky_bar .how_it_works {
     display: inline-block;
     color: #fff;
     padding: 10px 8px 5px;
     cursor: pointer;
     line-height: 25px;
     font-size: 14px;
}
 .live_chat_div li {
     vertical-align: middle;
     color: #fff;
     float: left;
     font-size: 14px;
}
 .live_chat_div li .link-14sp, .live_chat_div li .link-grey, .live_chat_div li a {
     font-size: 14px 
}
 .live_chat_div li.callback_link {
     width: auto 
}
 .live_chat_div li.live_chat_icon {
     background: #00a7dc;
     border-bottom: 2px solid #00a7dc 
}
 .footer_sticky_inside .live_chat_icon .link-14sp img, .footer_sticky_inside .live_chat_icon .link-grey img, .footer_sticky_inside .live_chat_icon a img {
     margin-left: 10px;
     margin-right: 16px;
     height: 21px 
}
 .hidden_class {
     display: none!important 
}
 .live_chat_div .live_text_chat, .live_chat_div span {
     display: inline-block 
}
/*.live_chat_div span {
     float: left;
     height: 21px;
     margin: 2px 0 0 10px;
     vertical-align: middle 
}
*/
 .live_chat_div .chat_icon_footer {
     background-position: -348px -166px;
     width: 40px 
}
 .live_chat_div li.btn_active_green {
     width: 133px 
}
/* .live_chat_div .call_back_footer {
     background-position: -282px -165px;
     width: 25px;
     height: 22px;
     margin-top: -3px 
}
 */
 .footer_sticky_inside .live_chat_icon .link-14sp, .footer_sticky_inside .live_chat_icon .link-grey, .footer_sticky_inside .live_chat_icon a {
     padding: 12px 18px 6px 0;
     cursor: default 
}
 .footer_sticky_inside .sticky_request_call {
     padding: 15px 18px 6px 18px;
     border-bottom: 2px solid transparent 
}
 .call_no_stiky {
     line-height: 33px;
     padding: 7px 20px 0 0 
}
 .live_chat_div .call_no_stiky {
     padding-right: 10px;
     display: block 
}
/*.footer_sticky_bar .how_it_works:hover, .footer_sticky_wrapper .link-14sp:hover, .footer_sticky_wrapper .link-grey:hover, .footer_sticky_wrapper a:hover {
     border-bottom: 2px solid #00a7dc 
}
*/
 .footer_sticky_wrapper .live_chat_div li.call_no_stiky .link-14sp:hover, .footer_sticky_wrapper .live_chat_div li.call_no_stiky .link-grey:hover, .footer_sticky_wrapper .live_chat_div li.call_no_stiky a:hover {
     border-bottom: 0 
}
 .footer_call_back_div .support_coutry_code {
     position: relative;
     margin-bottom: 5px;
     height: 36px;
     border-radius: 0 
}
 .footer_call_back_div .support_coutry_code .placeholder_wrap {
     display: inline-block;
     width: 100%;
     position: relative 
}
 .footer_call_back_div .support_coutry_code .placeholder_wrap .country_code_span {
     display: inline-block;
     font-size: 14px;
     float: left;
     left: 5px;
     position: relative;
     vertical-align: middle;
     z-index: 1;
     padding-top: 4px;
     padding: 5px 0 5px 5px 
}
 .footer_call_back_div .support_coutry_code .placeholder_wrap input {
     height: 33px;
     border: none 
}
 .footer_call_back_div .select_wraper {
     width: 317px;
     display: inline-block;
     overflow: hidden;
     position: relative;
     border-bottom: 1px solid #d8d8d8 
}
 .footer_call_back_div .select_wraper .sel_cr {
     width: 337px;
     height: 35px;
     border: 0;
     position: relative;
     z-index: 1;
     background: 0 0 
}
 @media (min-width:992px) {
     .footer_sticky_wrapper {
         display: block;
         z-index: 1062;
    }
     .footer_sticky_wrapper .footer_sticky_bar .live_chat_div {
         width: 100%
    }
     .live_chat_div {
         float: right;
         list-style: none;
         margin: 0 -3px 0 0;
         padding: 0;
         width: 100%
    }
     .callback_wrapper .live_chat_div {
         with: 100% 
    }
     .callback_wrapper {
         display: none;
         margin-left: 325px 
    }
     .call_back_form {
         background: 0 0;
         bottom: -5px;
         height: auto;
         position: fixed;
         width: 100%;
         z-index: 0 
    }
     .collapse_sticky {
         background: #1e1e1e;
         display: block;
         float: left;
         margin-right: 0;
         position: relative;
         width: 100%;
         border-top-left-radius: 5px;
         border-top-right-radius: 5px 
    }
     .collapse_sticky li {
         margin-right: 0;
         margin-left: 0!important;
         width: 100% 
    }
     .collapse_sticky li .link-14sp, .collapse_sticky li .link-grey, .collapse_sticky li a {
         border-bottom: 2px solid #0892C2;
         display: block;
         padding: 10px 0;
         text-align: left;
         width: 100%;
         color: #fff 
    }
     .collapse_sticky li .sticky_close_btn.link-14sp, .collapse_sticky li .sticky_close_btn.link-grey, .collapse_sticky li a.sticky_close_btn {
         border: none;
         height: 3px;
         background: #fff;
         padding: 0;
         position: absolute;
         right: 9px;
         top: 19px;
         width: 14px 
    }
     .footer_call_back_div {
         background: #f9f9f9;
         border-bottom: 1px solid #b7b7b7;
         border-left: 1px solid #b7b7b7;
         box-shadow: 3px 1px 7px #c6c6c6;
         display: none;
         float: left;
         margin-right: -2px;
         width: 337px;
         border-top-left-radius: 5px;
         border-top-right-radius: 5px;
         padding-bottom: 50px 
    }
     .footer_call_back_div .call_container_in {
         padding: 10px;
         display: inline-block;
         width: 100% 
    }
     .footer_call_back_div .call_container_in p {
         padding-top: 10px;
         display: inline-block 
    }
     .live_chat_div li:last-child {
         margin-right: 0 
    }
     .live_chat_div li {
         margin-left: 50px;
    }
     .live_chat_div li.live_chat_icon {
         float: right 
    }
     .container.disclam-container ul {
         margin-left: 0;
         margin-right: 0 
    }
     .footer-container .business {
         padding-left: 0 
    }
     .container.disclam-container {
         padding-top: 60px 
    }
     .footer_sticky_bar .refer-and-earn {
         margin-right: 70px;
         background: rgba(215, 215, 215, .19);
         border-bottom: 2px solid transparent;
         padding-left: 20px;
         padding-right: 25px;
         position: relative 
    }
     .footer_sticky_bar .refer-and-earn:after {
         content: "New!";
         position: absolute;
         top: -3px;
         right: 10px;
         font-size: 10px;
         font-weight: 400;
         color: #5fcf80 
    }
}
 @media (min-width:1200px) {
     .footer_sticky_bar .refer-and-earn {
         margin-right: 30px 
    }
     .footer_sticky_wrapper .footer_sticky_bar .live_chat_div {
         width: 875px 
    }
     .live_chat_div li {
         margin-left: 90px;
    }
     .live_chat_div li:first-child {
         margin-left: 0 
    }
     .live_chat_div li.direct_calls {
         position: relative 
    }
     .live_chat_div li.direct_calls .link-14sp, .live_chat_div li.direct_calls .link-grey, .live_chat_div li.direct_calls a {
         position: absolute;
         top: -12px;
         left: 35px;
         font-size: 24px;
         background: #0b0b0b;
         padding: 18px 15px;
         border-radius: 40px;
         white-space: nowrap 
    }
     .live_chat_div li.direct_calls .link-14sp span, .live_chat_div li.direct_calls .link-grey span, .live_chat_div li.direct_calls a span {
         display: inline-block;
         float: none;
         font-size: 16px;
         top: -1px;
         position: relative;
         margin-left: 3px 
    }
     .live_chat_div .call_no_stiky {
         padding-right: 20px;
         display: block 
}
 }
.why-content {
	text-align: center;
}
.why-content h5{
	font-size: 16px;
    font-weight: 600;
}

@media (max-width: 767px) {
.top-socila-links {
    text-align: center;
    margin-top: 20px;
}
.rit-crnim {
    position: relative;
    right: 0;
    bottom: 0;
    margin-bottom: 30px;
    margin-top: 10px;
}
.top-sel-text {
   margin-top: 15px;
}
#newsletter-form #email_newsletter{
	border-radius: 5px;
    margin-bottom: 5px;
}
#newsletter-form #submit-button-newsletter{
	border-radius: 5px;	
}
}
.why-img{
	    text-align: center;
    margin-bottom: 20px;
}
