/* @import"https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap"; */
@font-face{
    src:url(../font/DroidSerif-Regular.ttf);
    font-family: fontdesign;
}
body {
	/* font-family: "Montserrat", sans-serif; */
	color: #1a3365;
	font-size: 16px;
	font-family: 'Droid Serif',serif!important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	/* font-family: "Montserrat", sans-serif; */
	font-weight: 500;
	line-height: 1.3
}

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

p {
	line-height: 1.6
}

html {
	scroll-padding-top: 70px;
	scroll-behavior: smooth
}

.row>* {
	position: relative
}

.text-primary {
	color: #ece936 !important
}

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

.text-success {
	color: #34af7a !important
}

.bg-success {
	background-color: #34af7a !important
}

.text-info {
	color: #49c6e5 !important
}

.bg-info {
	background-color: #49c6e5 !important
}

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

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

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

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

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

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

.text-dark {
	color: #1a3365 !important
}

.bg-dark {
	background-color: #1a3365 !important
}

.text-muted {
	color: #6e88a2 !important;
	color:#000000 !important
}

.bg-muted {
	background-color: #6e88a2 !important
}

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

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

.section {
	padding-top: 80px;
	padding-bottom: 80px;
	position: relative;
	
}
.section.home{
	background: linear-gradient(45deg, #e6f5ac, transparent);
	padding-bottom: 0;
    padding-top: 0px;
	background: linear-gradient(66deg, #ff72003d 10%, white 37%);
}
.float-right{
	float:right;
}
.fs-12 {
	font-size: 12px
}

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

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

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

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

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

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

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

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

.bg-overlay {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(14, 166, 233, .08)
}

.home-shape-arrow {
	display: block;
	position: absolute;
	width: 100%;
	height: auto;
	bottom: 25px;
	z-index: 1;
	left: 0
}

.home-shape-arrow i {
	background: #fff;
	border: 1px solid #ff7200;
	height: 50px;
	width: 50px;
	margin: 0 auto;
	line-height: 50px;
	border-radius: 30px
}

.home-shape-arrow .arrow-icon {
	position: absolute;
	top: 20px;
	left: 0;
	right: 0;
	text-align: center;
	display: inline-block
}
.sign-up-form{
	    padding: 10px;
    border-radius: 7px;
    background: #ffffff;
    box-shadow: 0 15px 30px 0 rgb(0 0 0 / 10%)
}
.sign-up-form .btn{
	padding: 10px 20px!important;
    font-weight: 600;
    border-radius: 4px;
	max-width:110px;
}
.sign-up-form input[type=text]:focus{
	outline:none;
	box-shadow:none;
	
}
.sign-up-form input[type=text]{
	background:none!important;
}
.sign-up-form .btn:hover{
	background:#ece936!important;
}
.btn-primary{color:#000!important;}

.heading {
	position: relative;
	text-transform: capitalize;
	font-size: 32px;
	z-index: 0
}

.heading::before {
	position: absolute;
	content: "";
	/* background-color: rgba(14, 166, 233, .4); */
	    /* background-color: rgb(199 233 14 / 40%); */
	height: 43px;
	width: 72px;
	display: inline-block;
	border-radius: 32% 27% 93% 8%;
	z-index: -1;
	margin: 0 auto;
	top: -8px
}

#back-to-top {
	width: 40px;
	height: 40px;
	position: fixed;
	bottom: 20px;
	right: 30px;
	background: #1a3365;
	border-color: transparent;
	border-radius: 50%;
	color: #fff;
	transition: all .5s ease;
	display: none
}

#back-to-top:hover {
	background-color: #ece936
}

.fw-medium {
	font-weight: 500
}

.fw-semibold {
	font-weight: 600
}

.primary-link {
	color: #1a3365;
	transition: all .5s ease
}

.primary-link:hover {
	color: #ece936
}

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

.btn {
	padding: 13px 36px;
	font-size: 1rem;
	font-weight: 500;
	transition: all .5s ease;
	position: relative
}

.btn:focus {
	box-shadow: none
}

.btn-primary {
	background: #ece936;
	border-color: #ece936 !important
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.focus,
.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary .open>.dropdown-toggle.btn-primary {
	/* background: #0d98d6; */
	/* border-color: #0d98d6; */
	/* box-shadow: 0px 8px 20px -6px rgba(14, 166, 233, .6); */
	/* transform: translateY(-6px) */
}

.btn-outline-primary {
	color: #ece936;
	border-color: #ece936
}

.btn-outline-primary:hover,
.btn-outline-primary:focus,
.btn-outline-primary:active,
.btn-outline-primary.active,
.btn-outline-primary.focus,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary .open>.dropdown-toggle.btn-primary {
	background: #ece936;
	border-color: #ece936;
	box-shadow: 0px 8px 20px -6px rgba(14, 166, 233, .6);
	transform: translateY(-6px)
}

.btn-success {
	background: #34af7a;
	border-color: #34af7a !important
}

.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.btn-success.focus,
.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success .open>.dropdown-toggle.btn-primary {
	background: #2f9f6f;
	border-color: #2f9f6f;
	box-shadow: 0px 8px 20px -6px rgba(52, 175, 122, .6);
	transform: translateY(-6px)
}

.btn-outline-success {
	color: #34af7a;
	border-color: #34af7a
}

.btn-outline-success:hover,
.btn-outline-success:focus,
.btn-outline-success:active,
.btn-outline-success.active,
.btn-outline-success.focus,
.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success .open>.dropdown-toggle.btn-primary {
	background: #34af7a;
	border-color: #34af7a;
	box-shadow: 0px 8px 20px -6px rgba(52, 175, 122, .6);
	transform: translateY(-6px)
}

.btn-info {
	background: #49c6e5;
	border-color: #49c6e5 !important
}

.btn-info:hover,
.btn-info:focus,
.btn-info:active,
.btn-info.active,
.btn-info.focus,
.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info .open>.dropdown-toggle.btn-primary {
	background: #37c0e2;
	border-color: #37c0e2;
	box-shadow: 0px 8px 20px -6px rgba(73, 198, 229, .6);
	transform: translateY(-6px)
}

.btn-outline-info {
	color: #49c6e5;
	border-color: #49c6e5
}

.btn-outline-info:hover,
.btn-outline-info:focus,
.btn-outline-info:active,
.btn-outline-info.active,
.btn-outline-info.focus,
.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info .open>.dropdown-toggle.btn-primary {
	background: #49c6e5;
	border-color: #49c6e5;
	box-shadow: 0px 8px 20px -6px rgba(73, 198, 229, .6);
	transform: translateY(-6px)
}

.btn-warning {
	background: #ffcd00;
	border-color: #ffcd00 !important
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active,
.btn-warning.focus,
.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning .open>.dropdown-toggle.btn-primary {
	background: #ebbd00;
	border-color: #ebbd00;
	box-shadow: 0px 8px 20px -6px rgba(255, 205, 0, .6);
	transform: translateY(-6px)
}

.btn-outline-warning {
	color: #ffcd00;
	border-color: #ffcd00
}

.btn-outline-warning:hover,
.btn-outline-warning:focus,
.btn-outline-warning:active,
.btn-outline-warning.active,
.btn-outline-warning.focus,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning .open>.dropdown-toggle.btn-primary {
	background: #ffcd00;
	border-color: #ffcd00;
	box-shadow: 0px 8px 20px -6px rgba(255, 205, 0, .6);
	transform: translateY(-6px)
}

.btn-danger {
	background: #ef4b4b;
	border-color: #ef4b4b !important
}

.btn-danger:hover,
.btn-danger:focus,
.btn-danger:active,
.btn-danger.active,
.btn-danger.focus,
.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger .open>.dropdown-toggle.btn-primary {
	background: #ed3838;
	border-color: #ed3838;
	box-shadow: 0px 8px 20px -6px rgba(239, 75, 75, .6);
	transform: translateY(-6px)
}

.btn-outline-danger {
	color: #ef4b4b;
	border-color: #ef4b4b
}

.btn-outline-danger:hover,
.btn-outline-danger:focus,
.btn-outline-danger:active,
.btn-outline-danger.active,
.btn-outline-danger.focus,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger .open>.dropdown-toggle.btn-primary {
	background: #ef4b4b;
	border-color: #ef4b4b;
	box-shadow: 0px 8px 20px -6px rgba(239, 75, 75, .6);
	transform: translateY(-6px)
}

.btn-light {
	background: #f8f9fa;
	border-color: #f8f9fa !important
}

.btn-light:hover,
.btn-light:focus,
.btn-light:active,
.btn-light.active,
.btn-light.focus,
.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light .open>.dropdown-toggle.btn-primary {
	background: #eceff2;
	border-color: #eceff2;
	box-shadow: 0px 8px 20px -6px rgba(248, 249, 250, .6);
	transform: translateY(-6px)
}

.btn-outline-light {
	color: #f8f9fa;
	border-color: #f8f9fa
}

.btn-outline-light:hover,
.btn-outline-light:focus,
.btn-outline-light:active,
.btn-outline-light.active,
.btn-outline-light.focus,
.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light .open>.dropdown-toggle.btn-primary {
	background: #f8f9fa;
	border-color: #f8f9fa;
	box-shadow: 0px 8px 20px -6px rgba(248, 249, 250, .6);
	transform: translateY(-6px)
}

.btn-dark {
	background: #1a3365;
	border-color: #1a3365 !important
}

.btn-dark:hover,
.btn-dark:focus,
.btn-dark:active,
.btn-dark.active,
.btn-dark.focus,
.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark .open>.dropdown-toggle.btn-primary {
	background: #162b55;
	border-color: #162b55;
	box-shadow: 0px 8px 20px -6px rgba(26, 51, 101, .6);
	transform: translateY(-6px)
}

.btn-outline-dark {
	color: #1a3365;
	border-color: #1a3365
}

.btn-outline-dark:hover,
.btn-outline-dark:focus,
.btn-outline-dark:active,
.btn-outline-dark.active,
.btn-outline-dark.focus,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark .open>.dropdown-toggle.btn-primary {
	background: #1a3365;
	border-color: #1a3365;
	box-shadow: 0px 8px 20px -6px rgba(26, 51, 101, .6);
	transform: translateY(-6px)
}

.btn-muted {
	background: #6e88a2;
	border-color: #6e88a2 !important
}

.btn-muted:hover,
.btn-muted:focus,
.btn-muted:active,
.btn-muted.active,
.btn-muted.focus,
.btn-muted:not(:disabled):not(.disabled):active,
.btn-muted:not(:disabled):not(.disabled):active:focus,
.btn-muted .open>.dropdown-toggle.btn-primary {
	background: #627e99;
	border-color: #627e99;
	box-shadow: 0px 8px 20px -6px rgba(110, 136, 162, .6);
	transform: translateY(-6px)
}

.btn-outline-muted {
	color: #6e88a2;
	border-color: #6e88a2
}

.btn-outline-muted:hover,
.btn-outline-muted:focus,
.btn-outline-muted:active,
.btn-outline-muted.active,
.btn-outline-muted.focus,
.btn-outline-muted:not(:disabled):not(.disabled):active,
.btn-outline-muted:not(:disabled):not(.disabled):active:focus,
.btn-outline-muted .open>.dropdown-toggle.btn-primary {
	background: #6e88a2;
	border-color: #6e88a2;
	box-shadow: 0px 8px 20px -6px rgba(110, 136, 162, .6);
	transform: translateY(-6px)
}

.btn-white {
	background: #ffffff;
	border-color: #ffffff !important
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active,
.btn-white.active,
.btn-white.focus,
.btn-white:not(:disabled):not(.disabled):active,
.btn-white:not(:disabled):not(.disabled):active:focus,
.btn-white .open>.dropdown-toggle.btn-primary {
	background: #f5f5f5;
	border-color: #f5f5f5;
	box-shadow: 0px 8px 20px -6px rgba(255, 255, 255, .6);
	transform: translateY(-6px)
}

.btn-outline-white {
	color: #ffffff;
	border-color: #ffffff
}

.btn-outline-white:hover,
.btn-outline-white:focus,
.btn-outline-white:active,
.btn-outline-white.active,
.btn-outline-white.focus,
.btn-outline-white:not(:disabled):not(.disabled):active,
.btn-outline-white:not(:disabled):not(.disabled):active:focus,
.btn-outline-white .open>.dropdown-toggle.btn-primary {
	background: #fff;
	border-color: #fff;
	box-shadow: 0px 8px 20px -6px rgba(255, 255, 255, .6);
	transform: translateY(-6px)
}

.btn.btn-outline-white:focus,
.btn.btn-outline-white:active,
.btn.btn-outline-white:hover,
.btn.btn-outline-white.active,
.btn.btn-outline-light:focus,
.btn.btn-outline-light:active,
.btn.btn-outline-light:hover,
.btn.btn-outline-light.active {
	color: #1a3365
}

.btn.btn-outline-primary:focus,
.btn.btn-outline-primary:active,
.btn.btn-outline-primary:hover,
.btn.btn-outline-primary.active,
.btn.btn-outline-dark:focus,
.btn.btn-outline-dark:active,
.btn.btn-outline-dark:hover,
.btn.btn-outline-dark.active,
.btn.btn-outline-success:focus,
.btn.btn-outline-success:active,
.btn.btn-outline-success:hover,
.btn.btn-outline-success.active {
	color: #fff !important
}

.avatar-xs {
	height: 2rem;
	width: 2rem
}

.avatar-sm {
	height: 3rem;
	width: 3rem
}

.avatar-md {
	height: 4rem;
	width: 4rem
}

.avatar-lg {
	height: 6rem;
	width: 6rem
}

.avatar-xl {
	height: 7.5rem;
	width: 7.5rem
}

.avatar-title {
	align-items: center;
	background-color: #ece936;
	color: #fff;
	display: flex;
	font-weight: 500;
	height: 100%;
	justify-content: center;
	width: 100%
}

.avatar-group {
	padding-left: 12px;
	display: flex;
	flex-wrap: wrap
}

.avatar-group .avatar-group-item {
	margin-left: -12px;
	border: 2px solid #f8f9fa;
	border-radius: 50%;
	transition: all .2s
}

.avatar-group .avatar-group-item:hover {
	position: relative;
	transform: translateY(-2px)
}

.navbar-custom {
	background-color: #fff !important;
	padding: 18px 0px;
	width: 100%;
	border-radius: 0px;
	z-index: 999;
	margin-bottom: 0px;
	transition: all .5s ease-in-out
}

.navbar-custom .navbar-collapse .navbar-nav .nav-item .nav-link {
	font-size: 14.5px;
	color: #1a3365;
	background-color: transparent !important;
	margin: 0 14px;
	transition: all .5s;
	position: relative;
	font-weight: 500
}

.navbar-custom .navbar-collapse .navbar-nav .nav-item .nav-link.active {
	color: #ece936
}

.navbar-custom .navbar-collapse .navbar-nav .nav-item .nav-link.active::before {
	width: 100%
}

.navbar-custom .navbar-collapse .navbar-nav .nav-item .nav-link::before {
	content: "";
	position: absolute;
	bottom: 0px;
	width: 0px;
	height: 2px;
	background-color: #ece936;
	left: 50%;
	transform: translateX(-50%);
	transition: all .2s
}

.navbar-custom .navbar-collapse .nav-btn {
	padding: 7px 25px;
	background-color: #ece936;
	color: #fff;
	border-radius: 50px;
	font-size: 13px;
	letter-spacing: 1px
}

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

.navbar-custom .navbar-toggler:focus {
	box-shadow: 0 0 0 1.25px
}

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

.nav-sticky.navbar-custom {
	margin-top: 0px;
	padding: 18px 0px;
	background-color: #fff;
	box-shadow: 0px 3px 10px 0px rgba(38, 107, 193, .08)
}

.nav-sticky .navbar-nav li a {
	color: #1a3365 !important
}

@media(max-width: 768px) {
	.nav-link {
		display: inline-block
	}
}

.home .home-heading h6 {
	letter-spacing: 2px
}

.home .home-heading h1 {
	font-size: 50px;
	font-weight: 600
}

.home .home-btn {
	margin-top: 30px
}

.home .home-btn .btn {
	position: relative;
	padding: 12px 64px 12px 30px
}

.home .home-btn .btn span {
	position: absolute;
	top: 3.5px;
	right: 3.5px
}

.home .home-btn .btn span i {
	font-size: 20px
}

.home .home-btn .btn:hover .btn-icon,
.home .home-btn .btn:focus .btn-icon {
	background-color: #fff;
	color: #ece936
}

.home .home-btn .modal-btn i {
	font-size: 34px
}

.home .home-modal {
	border: 0;
	background-color: transparent
}

.home .home-modal .btn-close {
	width: 24px;
	height: 24px;
	background-color: rgba(26, 51, 101, .5);
	border-radius: 4px;
	position: relative;
	top: 60px;
	right: 3px;
	z-index: 3
}

.home .home-modal .btn-close:hover,
.home .home-modal .btn-close:focus {
	opacity: .5
}

.home .home-modal video:focus {
	outline: none
}

.home .client-list img {
	opacity: .6;
	margin: 8px 0
}

.home .client-list img:hover {
	opacity: 1
}

@media(max-width: 1200px) {
	.home .home-img {
		height: auto;
		max-width: 100%
	}
}

.about-title {
	position: relative;
	z-index: 99;
	letter-spacing: 5px;
	font-size: 14px
}

.about-title span {
	background-color: #ece936;
	height: 12px;
	width: 60px;
	display: inline-block;
	position: absolute;
	opacity: .12
}

.about-link a {
	color: #8798ab;
	position: relative;
	display: inline-block;
	font-size: 14px
}

.about-link a::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -9%;
	height: 1px;
	width: 50%;
	background: #8798ab;
	transition: .3s
}

.about-link i {
	opacity: 0;
	transition: .3s
}

.about-link:hover i {
	opacity: 1;
	margin: 0 0 0 5px
}

.buy-about-img {
	/* background: linear-gradient(22deg, #f6f6f6 35%, #eeeeee calc(35% + 1px), #f6f6f6 45%, #ededed calc(45% + 1px), #ededed 65%, #f6f6f6 calc(65% + 1px), #f6f6f6 100%); */
	background-blend-mode: overlay, exclusion;
	/* padding: 25px */
}

.features-bg {
	background-color: rgba(14, 166, 233, .04)
}

.features span {
	width: 10px;
	height: 10px;
	/* background: #1a3365; */
	border-radius: 30px
}

.features .features-card {
	border: none;
	background: transparent;
	text-align: center
}

.features .features-card .avatar-md {
	margin: 0 auto;
	position: relative
}

.features .features-card .avatar-md .avatar-title {
	background-color: rgba(14, 166, 233, .2) !important;
	color: #000	;
	    background-color: rgb(242 247 57 / 60%)!important;
}

.features .features-card .avatar-md .avatar-title::before {
	content: "";
	position: absolute;
	border-radius: 50%;
	width: 64px;
	height: 64px;
	/* background-color: rgba(14, 166, 233, .1) !important; */
	transition: all .4s;
	    background-color: rgb(233 206 14 / 10%)
}

.features .features-card .avatar-md .avatar-title::after {
	content: "";
	position: absolute;
	border-radius: 50%;
	width: 64px;
	height: 64px;
	background-color: rgba(14, 166, 233, .1) !important;
	transition: all .4s
}

.features .features-card .avatar-md .avatar-title i {
	font-size: 25px
}

.features .features-card:hover .avatar-md .avatar-title::before {
	width: 78px;
	height: 78px
}

.features .features-card:hover .avatar-md .avatar-title::after {
	width: 90px;
	height: 90px
}

.features .features-bg {
	background-color: rgba(14, 166, 233, .04)
}

.features-list li {
	margin: 20px 0
}

@media(max-width: 1024px) {
	.features-box .card-body {
		padding: 45px !important
	}
}

.bg-counter {
	padding: 100px 0;
	position: relative
}

@media(max-width: 768px) {
	.bg-counter {
		margin: 0
	}
}

.pricing .pricing-bg {
	position: relative
}

.pricing .pricing-bg::before {
	background-image: url(../images/pricing-box.png);
	content: "";
	position: absolute;
	top: -54px;
	left: 60px;
	z-index: -3;
	height: 200px;
	width: 200px;
	background-repeat: no-repeat;
	transform: rotateZ(60deg) translate(-5em, 7.5em)
}

.pricing .pricing-box {
	transition: all .8s;
	background-color: #f8f9fa;
	border-radius: 12px
}

.pricing .pricing-box:hover {
	transform: translateY(-10px);
	border: 1px solid #1a3365 !important;
	transition: all .9s
}

.pricing .pricing-box ul li {
	padding: 14.2px 0
}

.pricing .active {
	border: 1px solid #1a3365 !important;
	transform: translateY(-10px)
}

@media(max-width: 768px) {
	.bg-shape {
		background: transparent
	}

	.pricing-bg::before {
		display: none
	}
}

.testimonial {
	background-color: rgba(26, 51, 101, .02)
}

.testimonial .testimonial-box {
	border: 0px;
	background-color: rgba(14, 166, 233, .08);
	background-image: url("../images/testimonial-bg.png");
	background-position: center
}

.testimonial .testimonial-box .card-body {
	padding: 30px
}

.carousel-control-prev {
	left: 13px
}

.carousel-control-next,
.carousel-control-prev {
	height: 40px;
	width: 40px;
	bottom: 50%;
	top: 50%;
	border-radius: 5px;
	background-color: #eca336
}

.carousel-control-next {
	right: 65% !important
}

@media(max-width: 576px) {
	.testimonial-box .card-body {
		padding: 15px !important
	}
}

@media(min-width: 991.98px) {
	.carousel-control-next {
		right: 59%
	}
}

.bg-footer {
	background-color: rgba(14, 166, 233, .04)
}

.bg-footer .footer-link a {
	color: #1a3365;
	line-height: 38px;
	transition: all .5s
}

.bg-footer .footer-link a:hover {
	color: #ece936
}

.bg-footer .footer-subcribe input {
	padding: 15px 20px;
	width: 100%;
	font-size: 14px;
	border: none;
	outline: none !important;
	padding-right: 75px;
	padding-left: 15px;
	border-radius: 5px;
	font-weight: 500
}

.bg-footer .footer-subcribe button {
	position: absolute;
	top: 0px;
	right: 0px;
	outline: none !important;
	border-radius: 0px 5px 5px 0px;
	font-size: 14px;
	padding: 14px 20px
}

.bg-footer .footer-subcribe form {
	position: relative;
	max-width: 400px
}

.footer-social a {
	font-size: 24px;
	transition: all .5s;
	display: inline-block
}

.footer-social a:hover {
	color: #fff
}

.footer-alt {
	background-color: #ece936
}

.contact-form .input-group-text {
	padding: 12px 15px;
	border: none;
	background-color: transparent;
	position: absolute;
	top: 0;
	z-index: 1;
	bottom: 0
}

.contact-form .input-group-text::before {
	content: "";
	color: rgba(37, 39, 43, .5);
	right: 0px;
	position: absolute;
	border-left: 15px;
	border-right: 1px solid #ced4da;
	top: 0;
	bottom: 0
}

.contact-form .form-control {
	padding: 12px 20px !important;
	padding-left: 58px !important;
	border-color: rgba(37, 39, 43, .2);
	display: block;
	width: 100%;
	padding: .375rem .75rem;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
	color: #212529;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	appearance: none;
	border-radius: .25rem;
	transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

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



/*PLATFORM FEATURES*/
.feature-block{
    background: #eee;border-radius: 7px;padding: 2px;height: 100%;min-height: 230px;
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    -ms-transition: all 250ms linear;
    transition: all 250ms linear;
}
.feature-block:hover{
    -webkit-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
}

.feature-block .feature-inner{
    background: #fff;border-radius: 7px;padding: 24px;height: 100%;
    transition: background-color, .2s ease-in;
}

.feature-block .feature-icon{
    background: #ddd;
    height: 85px;
    width: 85px;
    margin-top: -70px;
    border-radius: 50%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -moz-box-orient: horizontal;
    box-orient: horizontal;
    flex-direction: row;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -moz-box-align: center;
    box-align: center;
    align-items: center;
    margin-bottom: 20px;
    border: 2px solid;
}

.feature-block.feature-block-1{
    background-color: #ecd2e1;
    box-shadow: 0 5px 10px rgb(236 210 225 / 29%);
}
.feature-block.feature-block-2{
    background-color: #cceace;
    box-shadow: 0 5px 10px rgb(204 234 206 / 29%);
}
.feature-block.feature-block-3{
    background-color: #cbe0e9;
    box-shadow: 0 5px 10px rgb(203 224 233 / 29%);
}
.feature-block.feature-block-4{
    background-color: #e9e4cb;
    box-shadow: 0 5px 10px rgb(233 228 203 / 29%);
}

.feature-block.feature-block-1 .feature-inner{
    background-color: #fefcfd;
}
.feature-block.feature-block-2 .feature-inner{
    background-color: #fbfefb;
}
.feature-block.feature-block-3 .feature-inner{
    background-color: #f9fcfd;
}
.feature-block.feature-block-4 .feature-inner{
    background-color: #fdfcf9;
}


.feature-block.feature-block-1:hover .feature-inner{
    background-color: #ecd2e1;
}
.feature-block.feature-block-2:hover .feature-inner{
    background-color: #cceace;
}
.feature-block.feature-block-3:hover .feature-inner{
    background-color: #cbe0e9;
}
.feature-block.feature-block-4:hover .feature-inner{
    background-color: #e9e4cb;
}


.feature-block.feature-block-1 .feature-icon{
    background-color: #fefcfd;
    border-color: #ecd2e1;
    box-shadow: 0 5px 10px #ecd2e1;
}
.feature-block.feature-block-2 .feature-icon{
    background-color: #fbfefb;
    border-color: #cceace;
    box-shadow: 0 5px 10px #cceace;
}
.feature-block.feature-block-3 .feature-icon{
    background-color: #f9fcfd;
    border-color: #cbe0e9;
    box-shadow: 0 5px 10px #cbe0e9;
}
.feature-block.feature-block-4 .feature-icon{
    background-color: #fdfcf9;
    border-color: #e9e4cb;
    box-shadow: 0 5px 10px #e9e4cb;
}





.feature-block .feature-icon img{max-width: 100%; padding: 1.2rem;}

.feature-block h5{
    font-size: 18px;
    color: #000;
    margin-bottom: 10px;
    margin-right: 15px;
        line-height: 26px;
}
.feature-block p{
    font-size: 13px;
    margin-bottom: 0;
    color: #333;
    line-height: 1.7;
}




/*DISCOVER OPPORTINUTY*/
.discover-opportinuty {
    background-color: #f2f2f2;
}


.opportinuty-block {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 1px 2px rgb(0 0 0 / 22%);
    height: 100%;
    overflow: hidden;
}
.opportinuty-block:hover{
    box-shadow: 0 0 2px 2px rgb(0 0 0 / 4%), 0 5px 5px rgb(0 0 0 / 4%), 0 12px 12px rgb(0 0 0 / 4%)

}

.opportinuty-block .opp-media {
    position: relative;
    overflow: hidden;
}

.opportinuty-block .opp-media img{
    transition: transform .2s ease-in;
    will-change: transform;
    z-index: 1;
}

.opportinuty-block:hover .opp-media img{
    transform: scale(1.05);
}



.opportinuty-block .opp-block-title {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px 35px;
    background: rgba(0, 0, 0, .02);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, .02) 0, rgba(0, 0, 0, .4) 44%, rgba(0, 0, 0, .89) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0, rgba(0, 0, 0, .02)), color-stop(44%, rgba(0, 0, 0, .4)), color-stop(100%, rgba(0, 0, 0, .89)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, .02) 0, rgba(0, 0, 0, .4) 44%, rgba(0, 0, 0, .89) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, .02) 0, rgba(0, 0, 0, .4) 44%, rgba(0, 0, 0, .89) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, .02) 0, rgba(0, 0, 0, .4) 44%, rgba(0, 0, 0, .89) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, .02) 0, rgba(0, 0, 0, .4) 44%, rgba(0, 0, 0, .89) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    transition: all 250ms ease;
}

.opportinuty-block .opp-block-title .btn {
    height: 42px;
    padding-left: 24px;
    padding-right: 24px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    margin-right: 0;
    font-size: 13px;
    min-width: 220px;
    border-radius: 6px;
    height: 0;
    opacity: 0;
    visibility: hidden;
    padding: 0;
    margin-top: 0;
}

.opportinuty-block .opp-block-title .btn:hover{
    background: #ff7200;
    border-color: #ff7200;
}

.opportinuty-block:hover .btn {
    height: 42px;
    opacity: 1;
    visibility: visible;
    padding: inherit;
    margin-top: 15px;
}

.opportinuty-block .opp-for {
    background: #fff;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    padding: 3px 25px;
    border-radius: 30px;
    margin-bottom: 10px;
    color: #222;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    transition: all 250ms ease;
}

.opportinuty-block h2.large-title {
    font-size: 34px;
    color: #fff;
    font-weight: 500;
    letter-spacing: -0.5px;
    margin-bottom: 0;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    transition: all 250ms ease;
}

.opportinuty-block h2.large-title span {
    font-weight: 500;
    /* color: #ff7200; */
}

.opportinuty-block .opp-content {
    padding: 30px 80px 10px 40px;
    min-height: 130px;
}

.opportinuty-block p.lead {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 0;
}

.opportinuty-block .opp-usps {
    padding: 10px 40px 25px;
}

.opportinuty-block .opp-usps p{
    font-size: 13px;
    line-height:1.2;
    font-weight: 500;
    margin-bottom: 0;
    padding: 10px;
    border-radius: 10px;
    padding: 15px 10px;
    display: flex;
    align-items: center;
    justify-content:center;
    align-content: center;
    border: 1px solid rgb(0 0 0 / 5%);
    height: 100%;
}

.opportinuty-block .opp-usps .usp-1{
    background-color: #f6ddf7;
}
.opportinuty-block .opp-usps .usp-2{
    background-color: #dae6f7;
}
.opportinuty-block .opp-usps .usp-3{
    background-color: #e7fde9;
}

/*JOB POSTS*/
.latest-job-post .owl-carousel .owl-nav button[class*=owl-]{
    border: 1px solid #333;
    background-color: #fff;
}
.latest-job-post .owl-carousel .owl-nav button[class*=owl-].disabled{
    opacity:1!important;
    background-color:#fff!important;
}
.latest-job-post .owl-carousel .owl-nav button[class*=owl-]:hover{
    background-color:#333!important;
    color: #fff!important;
}
.latest-job-post .owl-carousel .owl-nav{
    padding-left: 0;
    padding-right: 0;
    margin-right: auto;
    margin-left: auto;
    opacity:0;
    -webkit-transition: all 250ms linear;
    -moz-transition: all 250ms linear;
    -o-transition: all 250ms linear;
    -ms-transition: all 250ms linear;
    transition: all 250ms linear;
    margin-top: -40px;
}
.latest-job-post .owl-carousel:hover .owl-nav{
    opacity:1;
}
.latest-job-post .owl-carousel .owl-nav .owl-prev{margin-left: -10px!important;}
.latest-job-post .owl-carousel .owl-nav .owl-next{margin-right: -10px!important;}
.job-card-block{
    border-radius: 10px;
    box-shadow: 0 2px 2px rgb(0 0 0 / 12%), 0 -1px 2px rgb(0 0 0 / 5%);
    border: 0;
    margin-top: 10px;
    margin-bottom: 20px;
    /* height: 100%; */
    transition: -webkit-box-shadow .11s ease-in 0s;
    transition: box-shadow .11s ease-in 0s;
    transition: box-shadow .11s ease-in 0s,-webkit-box-shadow .11s ease-in 0s;
}

.job-card-block .top-price-tag {
    position: absolute;
    top: 10px;
    right: 10px;
    border: 1px solid #222;
    padding: 3px 10px;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 600;
    color: #222;
    border-radius: 50px;
    min-width: 80px;
    text-align: center;
}
.job-card-block .top-price-tag.hourly{
    background: #607d8b;
    border-color: #607d8b;
    color: #fff;
}

.job-card-block:hover{
        box-shadow: 0 0 2px 2px rgb(0 0 0 / 4%), 0 5px 5px rgb(0 0 0 / 4%), 0 12px 12px rgb(0 0 0 / 4%);
}

.job-card-block .card-body{
    padding: 30px 25px;
}
.job-card-block .employer-image{
    height: 70px;
    width: 70px;
    border-radius: 12px;
    border: 1px solid #999;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.job-card-block p.employer-country{
    margin-bottom: 3px;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
}
.job-card-block p.project-id{
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 600;
}

.job-card-block p.project-id span{

}

.job-card-block .employer-rating{
    background-color: #ffa000;
    border-radius: 2px;
    color: #fff;
    margin-right: 6px;
    padding: 1px 3px 0;
    font-size: 12px;
}

.job-card-block .stars-rating i.bi{
    color: #ffa000;
    font-size: 12px;
}

.job-card-block .reviews-count{
    font-size: 12px;
    font-weight: 600;
    color:#333;
}


.job-card-block .job-title{
    font-size: 18px;
}
.job-card-block .job-description{
    font-size: 13px;
    line-height:1.65;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.job-card-block .other-job-details{
    padding-top: 10px;
    padding-bottom: 10px;
}

.job-card-block .other-job-details .details-title{
    font-size: 12px;
    font-weight: 500;
    letter-spacing:0.5px;
    color: #6f6f6f;
    text-transform: uppercase;
}
.job-card-block .other-job-details .details-desc{
    font-size: 15px;
    font-weight: 600;
    color: #333;
}


.job-card-block .job-skills span{
    font-size: 11px;
    font-weight: 500;
    background-color: transparent;
    color: #333;
    border: 1px solid #9b9b9b;
    padding: 1px 10px;
    border-radius: 50px;
    margin-right: 4px;
    display: inline-block;
    text-transform: uppercase;
    margin-top: 4px;
    margin-bottom: 4px;
}

.job-card-block .card-footer{
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    background: transparent;
    border: 0;
}

.job-card-block .card-footer .btn{
    height: 42px;
    width: 42px;
    border-radius:6px;
    font-size: 15px;
    display: flex;
    justify-content:center;
    align-items:center;
    line-height: 16px;

}

.job-card-block .card-footer .apply-job-button{
    font-size: 13px;
    font-weight: 600;
    width: 100%;
}

.job-card-block .job-skills a {
    color: #000;
    text-decoration: none;
}

/*BUTTON*/
.btn {
    text-transform: uppercase;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

.btn-dark {
    border-color: #000;
    color: #fff;
}

.btn-outline-dark {
    border-color: #000;
    color: #252520;
}

.btn-yellow {
    background-color: #ece936;
    color: #222;
    border-color: #ece936;
}
.btn-success:hover {
    color: #fff;
    background-color: #000;
    border-color: #000;
}
.btn-yellow:hover,
.btn-yellow:focus {
    background-color: #e2df23;
    color: #222;
    border-color: #e2df23;
}

/*BUTTON FOCUS*/
.btn-check:focus+.btn,
.btn:focus {
    outline: 0;
    box-shadow: none;
}


  .li-side-icon-text-title {
                        color: #003472;
                        font-size: 17px;
						border: 1px solid rgb(204 204 204 / 45%);
						padding:10px;
                        margin-top: 20px;
						cursor:pointer;
  }
  .li-side-icon-text-title i:first-of-type{
	      font-size: 30px;
    color: #e4f49e;
  }
.li-side-icon-text-content{
	/* display:none; */
}
.slidingUp{
	height:0px;
	overflow:hidden;
	transition:200ms;
}
.slidingDown{
	height:auto;
	transition:200ms;
}

/*####################################################*/
/*############_____MAIN FOOTER STARTS_____############*/
/*####################################################*/
.main-footer{background-color:#232529; background-image:url(../images/footer-pattern-bg.png); background-repeat:repeat; background-position:center center; min-height: 670px; }
.main-footer .divider-line{height: 1px; width: 100%; background-color: #000; box-shadow: 0 1px 0 rgb(255 255 255 / 10%); }

/*FOOTER NEWSLETTER*/
.footer-top{padding-top: 45px; padding-bottom: 45px; }
.newsletter-block{display: flex; flex-direction: row; align-items:center;position: relative; }
.newsletter-block h5{text-transform: uppercase;font-size: 15px;font-weight: 500;color: #fff;text-align: right; margin-right: 20px;margin-bottom: 0;}
.newsletter-block .newsletter-form{position: relative;}
.newsletter-block .newsletter-form i.bi{position: absolute; left: 16px; top: 15px; z-index: 5; color: #bababa;font-size: 14px;}
.newsletter-block .input-group{border: 1px solid #9da4b5; border-radius: 6px;}
.newsletter-block .form-control{height: 49px;background-color: transparent;border-color: transparent;padding-left: 45px;font-size: 12px;color: #888;min-width: 300px;}
.newsletter-block .btn{background-color: transparent;border-color: transparent;font-size: 15px; text-transform: uppercase;color: #fff;padding-left: 20px;padding-right: 20px;}

/*FOOTER LINKS*/
.footer-links{padding-top: 45px; padding-bottom: 45px; }
.footer-links .links-block .links-title{font-size: 14px; color: #fff;margin-bottom: 10px;font-weight: 400;}
.footer-links .links-block ul{}
.footer-links .links-block ul li{padding-top: 3px;padding-bottom: 3px;}
.footer-links .links-block ul li a{font-size: 12px; color: #9ca0a9; line-height:1.3; display: inline-block; }
.footer-links .links-block ul li a:hover{color: #fff; }

/*FOOTER STATS*/
.footer-stats-social{padding-top: 30px; padding-bottom: 30px; }
.footer-stats .stat-icon{height: 46px;width: 46px; border: 2px solid #3a3a3a; color: #888;display: inline-flex; justify-content: center; align-items:center; font-size: 20px; border-radius: 10px; margin-right: 20px; }
.footer-stats .stat-icon i{}
.footer-stats .stats-content{}
.footer-stats .stats-content h5{font-size: 16px; color: #fff; font-weight: 500; margin-bottom: 3px; }
.footer-stats .stats-content p{color: #9ca0a9; font-size: 12px; margin-bottom: 0; }

/*FOOTER SOCIAL HANDLES*/
.footer-social-col{text-align: right; }
.footer-social-col .footer-social{display: inline-block; margin-right: 0; margin-left: auto; text-align: center; }
.footer-social-col .footer-social h6{text-transform: uppercase; color: #fff; font-size: 13px; margin-bottom: 5px; }
.footer-social-col .footer-social ul{margin-bottom: 0;}
.footer-social-col .footer-social ul li{}
.footer-social-col .footer-social ul li a{color: #888;}
.footer-social-col .footer-social ul li a:hover{color: #fff;}
/*FOOTER COPYRIGHTS*/
.footer-copyrights .container{padding-top: 30px; padding-bottom: 30px; position: relative;overflow: hidden;}
.footer-copyrights .container:after{animation-duration: 2s; animation-iteration-count: infinite; animation-name: bounce; animation-timing-function: ease; background-image: url(../images/logo-symbol.png); background-repeat: no-repeat; background-position: top right; background-size: contain; content: ""; height: 70px; opacity: 0.25; transform-origin: bottom; width: 50px; position: absolute; right: 0; bottom: -45px; }
@keyframes bounce {0%   { transform: translateY(0); } 50%  { transform: translateY(-40px); } 100% { transform: translateY(0); } }
.footer-copyrights p{font-size: 11px; color: #9ca0a9; margin-bottom: 0; }
.footer-copyrights p a{color: #9ca0a9; font-weight: 500; }
.footer-copyrights p a:hover{color: #fff; }

