/********** Template CSS **********/
@font-face {
	font-family: 'FontAwesome';
	src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
	src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
	font-weight: normal;
	font-style: normal
}
@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/OpenSans-Semibold.eot');
    src: local('../fonts/Open Sans Semibold'), local('OpenSans-Semibold'),
        url('../fonts/OpenSans-Semibold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/OpenSans-Semibold.woff2') format('woff2'),
        url('../fonts/OpenSans-Semibold.woff') format('woff'),
        url('../fonts/OpenSans-Semibold.ttf') format('truetype'),
        url('../fonts/OpenSans-Semibold.svg#OpenSans-Semibold') format('svg');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}


@font-face {
	font-family: 'OpenSans-Bold';
	src: url('../fonts/OpenSans-Bold.eot');
	src: url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Bold.svg#OpenSans-Bold') format('svg'), url('../fonts/OpenSans-Bold.ttf') format('truetype'), url('../fonts/OpenSans-Bold.woff') format('woff'), url('../fonts/OpenSans-Bold.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'OpenSans-Regular';
	src: url('../fonts/OpenSans-Regular.eot');
	src: url('../fonts/OpenSans-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Regular.svg#OpenSans-Regular') format('svg'), url('../fonts/OpenSans-Regular.ttf') format('truetype'), url('../fonts/OpenSans-Regular.woff') format('woff'), url('../fonts/OpenSans-Regular.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
}

:root {
	--primary: #2878EB;
	--secondary: #F14D5D;
	--light: #ECF4FF;
	--dark: #120F2D;
}

[class^=flaticon-]:before,
[class*=" flaticon-"]:before,
[class^=flaticon-]:after,
[class*=" flaticon-"]:after {
	font-size: inherit;
	margin-left: 0;
}

h1,
h2,
.font-weight-bold {
	font-weight: 700 !important;
}

h3,
h4,
.font-weight-semi-bold {
	font-weight: 600 !important;
}

h5,
h6,
.font-weight-medium {
	font-weight: 500 !important;
}

.btn {
	font-family: 'Jost', sans-serif;
	font-weight: 600;
	transition: .5s;
}

.btn-primary,
.btn-secondary,
.btn-primary:hover,
.btn-secondary:hover {
	color: #FFFFFF;
}

.btn-primary:hover {
	background: var(--secondary);
	border-color: var(--secondary);
}

.btn-secondary:hover {
	background: var(--primary);
	border-color: var(--primary);
}

.btn-square {
	width: 36px;
	height: 36px;
}

.btn-sm-square {
	width: 28px;
	height: 28px;
}

.btn-lg-square {
	width: 46px;
	height: 46px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}
.wrapper{ overflow:hidden;}
.back-to-top {
	position: fixed;
	display: none;
	right: 45px;
	bottom: 45px;
	z-index: 99;
}

.navbar-light .navbar-nav .nav-link {
	font-family: 'Jost', sans-serif;
	position: relative;
	margin-left: 30px;
	padding: 30px 0;
	font-size: 20px;
	font-weight: 500;
	color: var(--dark);
	outline: none;
	transition: .5s;
}

.sticky-top.navbar-light .navbar-nav .nav-link {
	padding: 20px 0;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
	color: var(--primary);
}

body {
	font-family: 'Open Sans';font-weight:600;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li {
	font-family: 'Open Sans';
}

@media (max-width:1200px) {


	.section-title::before,
	.section-title::after {
		width: 75px !important;
	}

}

@media only screen and (min-width: 992px) and (max-width:1250px) {
	.text-banner {
		width: 80%;
		z-index: 99999;
		top: 0;
		transform: translate(12%, 56%) !important;
	}

	.col {
		width: 47%;
		float: left;
		border: 1px solid #ddd;
		margin-right: 3%;
		min-height: 326px;
		margin-bottom: 20px;
	}
}


@media (min-width: 992px) {

	.navbar-light .navbar-nav .nav-link::before {
		position: absolute;
		content: "";
		width: 0;
		height: 5px;
		bottom: 0;
		left: 50%;
		background: var(--primary);
		transition: .5s;
	}


	.navbar-light .navbar-nav .nav-link:hover::before,
	.navbar-light .navbar-nav .nav-link.active::before {
		width: 100%;
		left: 0;
	}

	.navbar-light .navbar-nav .nav-link.nav-contact::before {
		display: none;
	}
}

@media (max-width: 991.98px) {
	.navbar-light .navbar-nav .nav-link {
		margin-left: 0;
		padding: 10px 0;
	}


	.carousel-caption {
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: rgba(18, 15, 45, .5);
		z-index: 1;
	}

	#topbarsec {
		height: auto !important;
	}

	.navbar-dark .navbar-toggler {
		border: 2px solid #fff;
	}

	.navbar-dark .navbar-nav .nav-link {
		border-right: none !important;
		border-bottom: 1px dotted#fff;
		color: #fff !important;
	}

	.searchbx {
		width: 100%;
		margin-top: 20px;
	}

	.menue {
		border-bottom: 1px solid #fff;
	}


}

@media only screen and (max-width: 991px) and (min-width: 768px) {
	#topbarsec {
		height: auto !important;
	}

.menue .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0px !important;
    padding-left: 0px !important;
}
.navbar-dark .navbar-nav .nav-link:after{ background:none !important;}

section.menue.sticky-top {
    position: absolute;
    width: 100% !important;
    top: inherit !important;
}div#navbarCollapse {
    margin-top: 10px;
}
.menue .searchbx{ position:static !important;}

	.col {
		width: 100% !important;
		float: left;
		border: 1px solid #ddd;
		margin-right: 3%;
		min-height: 326px;
		margin-bottom: 20px;
	}

	.log-right {
		margin-top: 0px !important;
		position: absolute;

		top: 27px;
		right: 3%;
	}

	.topbarsec2 {
		position: relative;
	}

	.col-lg-4.text-center.logo-main.py-3 {
		margin-left: 0px;
		text-align: center !important;
	}

	.col-lg-4.text-center.py-3 {
		text-align: left !important;

	}

	.log-left {
		margin-left: 0px !important;
	}

	.logo-main img {
		width: 39% !important;
		position: absolute;
		top: 0px;
		text-align: left;
		left: 0px;
		transform: translate(71%, 40%);
	}

	.text-banner {
    transform: translate(0,0) !important;
}
	#testimonial-carousel-new .owl-dots {
		display: none !important;
	}
.navbar-toggler {
    padding: 0.1rem 0.1rem !important;}
section.menue.sticky-top .navbar {
    padding: 9px 15px !important;
}
}


@media (max-width: 767px) {
	#topbarsec {
		height: auto !important;
	}section.menue.sticky-top .navbar {
    padding: 9px 15px !important;
}#header-carousel .carousel-control-prev, #header-carousel .carousel-control-next {
    width: 6%;
    display: none;
}
.navbar-toggler {
    padding: 0.1rem 0.1rem !important;}
#testimonial-carousel-new .owl-next:after,#testimonial-carousel-new .owl-prev:after,#testimonial-carousel-new .owl-dots{ display:none;}
	.log-right {
		margin-top: 0px !important;
		position: absolute;

		top: 27px;
		right: 56px;

	}
.menue .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0px !important;
    padding-left: 0px !important;
}
.navbar-dark .navbar-nav .nav-link:after{ background:none !important;}

section.menue.sticky-top {
    position: absolute;
    width: 100% !important;
    top: inherit !important;
}div#navbarCollapse {
    margin-top: 10px;
}
.menue .searchbx{ position:static !important;}
	.topbarsec2 {
		position: relative;
	}
.topright ul.accessd {
    margin-right: 0px !important;
    padding-left: 0px;
}
.d-inline-flex.align-items-center.justify-content-center.topleft {
    padding-top: 8px;
    display: block !important; text-align:center !important;
}section#topbarsec .text-start {
    text-align: center !important;
}
	.col-lg-4.text-center.logo-main.py-3 {
		margin-left: 0px;
		text-align: center !important;
	}

	.col-lg-4.text-center.py-3 {
		text-align: left !important;

	}

	.log-left {
		margin-left: 0px !important;
	}
ul.sub-access{padding-left:0;}
	.logo-main img {
		width: 100% !important;
	}


	#testimonial-carousel-new .owl-dot {
		width: 10px;
		height: 10px;
		border-radius: 50%;
	}

	.topright ul.accessd {
		margin-right: 0px !important;
	}


	.text-banner {
		z-index: 99999;
		top: 0;
		
	}


	.col {
		width: 100% !important;
		margin-bottom: 20px;
	}

	.display-4.aohead {
		font-size: 16px;
	}

	.section-title::before,
	.section-title::after {
		display: none !important;
	}

	.ftlinkss ul li {
		width: 100%;
	}

	.ftlinkss ul li:after {
		display: none;
	}

	.ftlinkss {
		text-align: center;
	}

	.ftlinkss ul {
		padding-left: 0px;
	}

	.ftrscl {
		margin-top: 10px;
	}

	.ftrscl .text-end {
		text-align: center !important;
	}

	.logo-main img {
		width: 80% !important;
	}

	h1 {
		font-size: 24px;
	}

	h1.display-1 {
		font-size: 18px !important;
	}


}


@media (max-width: 576px) {
	.carousel-caption h5 {
		font-size: 14px;
		font-weight: 500 !important;
	}
.text-banner{ top:32px !important;}
	.carousel-caption h1 {
		font-size: 30px;
		font-weight: 600 !important;
	}
	
	#header-carousel .carousel-item img {
    height: 208px;
}
	.text-start.sb {
    width: 76%;
}.d-inline-flex.align-items-center.justify-content-center.log-right img {
    width: 37%;
}
.text-start.sb img {
    width: 100%;
}
.position-absolute.text-banner.text-center.text-lg-start.pt-5 h1 {
    font-size: 18px !important;
    margin-bottom: 7px !important;
}h1.display-1.text-lowercase.text-white.mb-4.animated.bounceInDown {
    font-size: 12px !important;
}.searchbx {
    position: relative;
    display: inline-block;
    width: auto !important;
}
	.col-lg-4.text-center.py-3 {
		margin-left: 0px;
	}

	.log-right {
		right: 30px;
	}

	.text-banner {
		transform: translate(8%, 0%) !important;
	}

	h1 {
		font-size: 20px;
	}

	h1.display-1 {
		font-size: 16px !important;
	}

	.carousel-control-prev-icon,
	.carousel-control-next-icon {
		display: none;
	}

	#testimonial-carousel-new .owl-prev:after {
		left: -21px !important;
	}

	#testimonial-carousel-new .owl-next:after {
		right: -21px !important;
	}

	#topbarsec .text-start {
		text-align: center !important;
	}


}

.carousel-control-prev,
.carousel-control-next {
	width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
	width: 2.7rem;
	height: 2.7rem;
	border: 1px solid;
	border-radius: 100%;
}

.carousel-indicators {
	align-items: flex-end;
}

.carousel-indicators [data-bs-target] {
	width: 5px;
	height: 25px;
}

.carousel-indicators .active {
	height: 45px;
}

.hero-header {
	background: linear-gradient(rgba(18, 15, 45, .5), rgba(18, 15, 45, .5)), url(../img/carousel-1.jpg) top right no-repeat;
	background-size: cover;
}

.service-item div {
	z-index: 1;
}

.service-item div::after {
	position: absolute;
	content: "";
	width: 0;
	height: 100%;
	top: 0;
	left: 0;
	border-radius: 2px 2px 0 0;
	transition: .5s;
	z-index: -1;
}

.service-item div:hover::after {
	width: 100%;
	background: var(--primary);
}

.service-item * {
	transition: .5s;
}

.service-item:hover * {
	color: var(--light) !important;
}

.bg-offer {
	background: linear-gradient(rgba(18, 15, 45, .5), rgba(18, 15, 45, .5)), url(../img/carousel-2.jpg) top right no-repeat;
	background-size: cover;
}

.testimonial-carousel .owl-dots {
	height: 45px;
	margin-top: 5px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
}

.testimonial-carousel .owl-dot {
	position: relative;
	display: inline-block;
	margin: 0 5px;
	width: 5px;
	height: 25px;
	background: #DDDDDD;
	transition: .5s;
}

.testimonial-carousel .owl-dot.active {
	height: 45px;
	background: var(--primary);
}

.testimonial-carousel .owl-item .testimonial-text,
.testimonial-carousel .owl-item .testimonial-text * {
	transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
	background: var(--primary) !important;
}

.testimonial-carousel .owl-item.center .testimonial-text * {
	color: #FFFFFF !important;
}

.blog-date {
	position: absolute;
	width: 90px;
	height: 65px;
	top: 75px;
	left: -25px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background: var(--secondary);
}

.blog-date::after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	top: -25px;
	left: 0;
	border: 13px solid;
	border-color: transparent #D34351 #D34351 transparent;
	z-index: -1;
}

.bg-secondary {
	background-color: #FAF3EB !important;
}

.text-primary {
	color: #fff !important;
}

.bg-brand {
	background: #e88f2a;
}

.border-inn::before {
	position: absolute;
	content: "";
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	background: none;
	border: 1px solid var(--light);
	z-index: 0;
}

.border-inn {
	position: relative;
}

.navbar-expand-lg .navbar-nav .nav-link {
	padding-right: 2rem;
	padding-left: 2rem;
}

.nav-link {
	display: block;
	padding: 1rem 1rem;
	font-weight: bolder;
}

.navbar-dark .navbar-nav .show>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link:hover {
	color: #e88f2a;
}


.btn-primary {
	background-color: #da862a;
	border-color: #da862a;
}

.btn-play:before {
	content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 60px;
	height: 60px;
	background: #FFFFFF;
	border-radius: 100%;
	animation: pulse-border 1500ms ease-out infinite;
}

.border-inner {
	position: relative;
}

.border-inner::before {
	position: absolute;
	content: "";
	top: 10px;
	right: 10px;
	bottom: 10px;
	left: 10px;
	background: none;
	border: 1px solid var(--light);
	z-index: 0;
}

.btn-primary {
	color: #FFFFFF;
}

.btn {
	font-family: 'Oswald', sans-serif;
	font-weight: 600;
	transition: .5s;
}

.btn-play {
	position: relative;
	display: block;
	box-sizing: content-box;
	width: 16px;
	height: 26px;
	border-radius: 100%;
	border: none;
	outline: none !important;
	padding: 18px 20px 20px 28px;
	background: #FFFFFF;
}

.btn-play span {
	display: block;
	position: relative;
	z-index: 3;
	width: 0;
	height: 0;
	left: -1px;
	border-left: 16px solid #da862a;
	border-top: 11px solid transparent;
	border-bottom: 11px solid transparent;
}

.btn-play:after {
	content: "";
	position: absolute;
	z-index: 1;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 60px;
	height: 60px;
	background: #FFFFFF;
	border-radius: 100%;
	transition: all 200ms;
}

@keyframes pulse-border {
	0% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
		opacity: 1;
	}

	100% {
		transform: translateX(-50%) translateY(-50%) translateZ(0) scale(2);
		opacity: 0;
	}
}

.section-title::before {
	content: "";
	position: absolute;
	width: 24%;
	background: #818181;
	height: 1px;
	top: 33%;
	left: 0px;
}

.section-title::after {
	content: "";
	position: absolute;
	width: 24%;
	background: #818181;
	height: 1px;
	top: 33%;
	right: 0;
}

.bg-primary {
	background-color: #E88F2A !important;
}

.bg-img {
	background: linear-gradient(rgba(43, 40, 37, .5), rgba(43, 40, 37, .5)), url(../img/bg.jpg) center center no-repeat;
	background-size: cover;
}

/* .nav-pill-main-div {
    position: relative;
    border-radius: 20px;
    box-shadow: inset -1px -7px 28px 3px rgba(1, 1, 1, 0.11);
    height: 100%;
} */
ul.tabs {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

ul.tabs li {
	background: none;
	color: #fff;
	display: inline-block;
	padding: 0px 25px;
	cursor: pointer;
	transition: 0.3s ease all;
	width: 33.33%;
}

ul.tabs li.current {
	color: #fff;
	transition: 0.3s ease all;
	background: #e88f2a;
}

ul.tabs li.current span {
	color: #fff;
	transition: 0.3s ease all;
}

.tab-content {
	display: none;
	padding: 15px;
	transition: 0.3s ease all;
}

.tab-content.current {
	display: inherit;
	transition: 0.3s ease all;
}


/*------ease effect------*/
.nav-justified>li {
	float: none;
}

.nav-justified>li span {
	width: 100%;
}

.customize_solution .nav-justified>li {
	float: none;
}

.customize_solution span.ease-effect {
	text-decoration: none;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s ease all;
}

.customize_solution span.ease-effect:hover,
.customize_solution span.ease-effect:focus,
.customize_solution ul.tabs li.current span:hover,
.customize_solution ul.tabs li.current span:focus {
	color: #FFF;
	transition: 0.3s ease all;
}

.customize_solution span.ease-effect {
	letter-spacing: 2px;
	text-transform: uppercase;
	display: inline-block;
	text-align: center;
	font-weight: bold;
	padding: 9px 0px;
	border-top-right-radius: 2px;
	border-top-left-radius: 2px;
	position: relative;
	/* box-shadow: 0 2px 10px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);  */
}

.customize_solution .ease-effect:before {
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
	position: absolute;
	top: 0;
	left: 50%;
	right: 50%;
	bottom: 0;
	opacity: 0;
	content: '';
	background-color: #1AA8E2;
	z-index: -2;
}

.customize_solution .ease-effect:hover:before,
.customize_solution .ease-effect:focus:before {
	-webkit-transition: 0.5s all ease;
	transition: 0.5s all ease;
	left: 0;
	right: 0;
	opacity: 1;
}

.finbyz-icon {
	height: 100px;
	width: 100px;
}


.service::after,
.contact::after {
	position: absolute;
	content: "";
	width: 100%;
	height: calc(100% - 45px);
	top: 135px;
	left: 0;
	background: linear-gradient(rgba(43, 40, 37, .9), rgba(43, 40, 37, .9)), url(../img/service.jpg) center center no-repeat;
	background-size: cover;
	z-index: -1;
}

.chef-dv {
	position: relative;
	overflow: hidden;
}

.chef-dv img {
	width: 100%;
}

.chefs-overlay {
	transition: .5s;
	opacity: 0;
}

.chef-dv:hover .chefs-overlay {
	opacity: 1;
}

.chef-dv:hover img {
	transition: all .5s;
	filter: blur(3px);
	transform: scale(1.1);
}

.bg-offer-new {
	background: linear-gradient(rgba(43, 40, 37, .9), rgba(43, 40, 37, .9)), url(../img/offer-new.jpg) center center no-repeat;
	background-size: cover;
}

#testimonial-carousel-new .owl-item.active {
	transition: .5s;
}

#testimonial-carousel-new .owl-dot {
	width: 10px;
}

#testimonial-carousel-new .owl-dot.active {
	background: #e88f2a;
}

#testimonial-carousel-new .owl-dots {
	margin-top: 20px;

}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
	display: block;
}

.owl-dots.disabled {
	display: none !important;
}

.owl-prev {
	position: absolute;
	left: 0px;
	top: 40%;
}

.owl-next {
	position: absolute;
	right: 0px;
	top: 40%;
}

#testimonial-carousel-new .owl-next:after {
	position: absolute;
	content: "\f105";
	right: -48px;
	top: -18px;
	font: normal normal normal 14px/1 FontAwesome;
	color: #9e9e9e;
	font-size: 28px;
	border: 1px solid;
	width: 30px;
	border-radius: 100%;
	text-align: center;
}

#testimonial-carousel-new .owl-prev,
#testimonial-carousel-new .owl-next {
	font-size: 0;
}

#testimonial-carousel-new .owl-prev:after {
	position: absolute;
	content: "\f104";
	left: -45px;
	top: -18px;
	font: normal normal normal 14px/1 FontAwesome;
	color: #9e9e9e;
	font-size: 28px;
	border: 1px solid;
	width: 30px;
	border-radius: 100%;
	text-align: center;
}


.topbarsec2 {
	background-color: #f6f9fe;
}

.logo-main img {
	width: 100%;
}

.topright ul.accessd {
	list-style: none;
}

.topright ul.accessd li {
    display: inline-block;
    padding: 10px 7px;
    border-right: 1px solid #fff;
    width: 30px;    text-align: center;
}

/* .topright ul.accessd li:after{content:"";position:absolute;background:#b4720d; width:1px;height:40px;top:0;margin-left:10px;} */


.topright ul li:last-child {
	border-right: none;
}

.topright ul.accessd li ul.sub-access {
	list-style: none;
	display: none;
	position: absolute;
	top: 40px;
	padding-left: 0px;
}

.access1 i {
	color: #fff !important;
}

.topright ul.accessd li ul.sub-access li {
	padding: 5px 7px;
	width: 100%;
	border-right: none;
	background: #fff;
	width: 40px;
	display: block;
	text-align: center;
	border: 1px solid #ccc;
}

#topbarsec .topright ul.accessd li ul.sub-access li a {
	color: #333 !important;
}

.topright ul.accessd li ul.sub-access:hover ul li {
	display: block;
}

#topbarsec {
	background-color: #ffbd59;
	font-size: 14px;
	height: 40px;
}

#topbarsec a {
	color: #fff !important;
	font-family: 'OpenSans-Bold' !important;
}

.accessd .insta img {
	width: 100%;
}

.access2 img {
	width: 100%;
}

.access1 img {
	width: 100%;
}

.Utube img {
	width: 100%;
}

.twitt img {
	width: 100%;
}

.fbk img {
	width: 50%;
}


.lang-select select {
	border: none;
	background: #ffbd59;
	font-family: 'OpenSans-Bold' !important;
	color: #fff;
}

.d-inline-flex.align-items-center.justify-content-center.topleft {
	padding-top: 8px;
}


h1.display-1.text-lowercase.text-white.mb-4.animated.bounceInDown {
    background: rgb(255 189 89 / 60%);
    display: inline-block;
    padding: 8px 5px !important;
    font-size: 130%;
}

h1.display-1 {
	font-size: 36px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
	background-position: 53% !important;
	background-size: 45% 45% !important;
}

.menue {
	background: #0092da;
}

nav.bg-dark {
	background-color: #0092da !important;
	border: none !important;
}

.text-start span {

	margin-top: 6px;
	vertical-align: middle;
}

.text-start img {
	display: inline-block;
}

.navbar-dark .navbar-nav .nav-link {
	color: #fff !important;
	position: relative;
	font-size: 100%;
	font-family: 'OpenSans-Bold' !important;
}

.menue .nav-link {
	display: block;
	padding: 0.6rem 1rem;
	font-weight: bolder;
}

.navbar-dark .navbar-nav .nav-link:after {
	position: absolute;
	content: '';
	background: #42b9f4;
	width: 1px;
	height: 26px;
	right: 0px;
	top: 12px;
}

.navbar-dark .navbar-nav .nav-link:last-child:after {
	background: none !important;
}

.text-banner {
	width: 80%;
	z-index: 99999;
	top: 15%;

	margin-top: 0px;
	padding: 0px;
	padding-left:0px;
}

#header-carousel .carousel-control-prev,
#header-carousel .carousel-control-next {
	height: 50px;
	top: 35%;
}

.position-absolute.text-banner.text-center.text-lg-start.pt-5 h1 {
    font-size: 160%;
    margin-bottom: 10px !important;
}

#header-carousel .carousel-control-prev,
#header-carousel .carousel-control-next {
	width: 6%;
}

.navbar-dark .navbar-nav .nav-link:last-child {
	border-right: none;
}

.searchbx input {
	width: 100%;
	DISPLAY: inline-block;
	border: 1px solid #ddd;
	border-radius: 8px;
	font: 15px;
	padding: 8px;
	height: 37px;


}

.searchbx {
	position: relative;
	display: inline-block;
	width: 348px;
	position: absolute !important;
	right: 11px;
}

.searchbx {
	position: relative;
	display: inline-block;
	width: 348px;

}

.searchbx .fa-search {
	position: absolute;
	right: 15px;
	top: 10px;
	transform: rotate(90deg);
	color: #0092da;
}

.menue .navbar-expand-lg .navbar-nav .nav-link {
	padding-right: 2rem;
	padding-left: 1rem;
}

.navbar-nav span {
	display: inline-block;
	vertical-align: middle;
}

.navbar-nav span img {
	float: left;
	width: 88%;
}

/****box ssection css****/

.linkd .col {
	width: 100%;
	float: left;
	border: 1px solid #ddd;
	margin-right: 3%;
	padding: 0px !important;
	height: 340px;
    overflow-y: auto;
}

a {
	text-decoration: none;
}

.carrow {
	float: right;
	border-radius: 30px;
	background: #0981fb;
	width: 18px;
	height: 18px;
	text-align: center;
	color: #fff;
}

.carrow i {
	margin: 0px !important;
	line-height: 17px;
}

.linkd .col h2 {
	background: #ec543d;
	color: #fff;
	font-size: 90%;
	margin-top: 0px;
	padding: 7px 10px;
	margin-bottom: 0px;
	text-transform: capitalize;
}

.innerlinks a {
	font-size: 14px;
	display: block;
	padding: 10px;
	color: #000;
	text-transform: capitalize;
}

.col.cci li {
	color: #161717;
}

.col.lgn a {
	color: #545454;
}

.col.statistics li {
	color: #000;
}

.col.cci .innerlink {
	color: #161717;
}

.innerlinks i {
	margin-right: 8px;
}

.innerlinks a {
	font-size: 75%;
	display: block;
	padding: 12px 10px;
	font-weight: 600;
	color: #545454;
	border-bottom: 1px solid #ddd;
	text-transform: capitalize;
}

.linkd .col.statistics h2 {
	background: #5e7cde;
	text-transform: capitalize;
}

.innerlinks span {
	font-size: 18px;
	color: #0092da;
	display: inline-block;
	float: left;
	width: 21%;
	margin-right: 2px;
	text-align: center;
	height: 30px;
}

.linkd .col.cci h2 {
	background: #ec9e0e;
}

.innerlinks a.clicks {
	background: #0981fb;
	float: right;
	border-radius: 40px;
	color: #fff;
	font-size: 70%;
	text-transform: capitalize;
	padding: 4px 15px;
	display: inline-block;
}

.innerlinks li {
	float: left;
	width: 100%;
}

.linkd .col.lgn {
	margin-right: 0px;
}

.innerlinks li:last-child {
	margin-bottom: 0px;
}

.innerlinks li {
	float: left;
	position: relative;
	width: 100%;
	background: #eeeded;
	padding: 6px;
	list-style: none;
	line-height: 18px;
	margin-bottom: 15px;
	font-size: 84%;
	font-weight: 600;
	padding-left: 5px;
	padding-right: 0px;
}

.linkd .col.statistics .innerlinks {
	padding: 10px;
	overflow: hidden;
}

a.arrowred i,
a.greenarrow i {
	margin-right: 0px;
}

.linkd .col.cci .innerlinks li {
	padding: 10px !important;
	margin-bottom: 23px;
}

.linkd .col.lgn h2 {
	background: #249b69;
	text-transform: none;
}

.linkd .col.cci .innerlinks ul {
	padding-top: 10px !important;
}

.linkd .col.cci ul li:last-child {
	margin-bottom: 20px !important;
}

.linkd .col.cci .innerlinks {
	padding: 10px;
	overflow: hidden;
}

.linkd a.arrowred {
	float: right;
	padding-top:0px;
}

.innerlinks ul {
	padding: 0px;
	margin: 0px;
}

.linkd a.greenarrow {
	float: right;
}

.linkd a.arrowred {
	background: #000;
	color: #ff0c00;
	font-size: 22px;
	padding: 0px;
	width: 31px;
	height: 42px;
	text-align: center;
	line-height: 33px;
	vertical-align: middle;
	padding-top: 0px;
	display: inline-block;
}

a.greenarrow {
	background: #000;
	color: #54ff00;
	font-size: 22px;
	padding: 0px;
	width: 31px;
	height: 30px;
	text-align: center;
	line-height: 33px;
	vertical-align: middle;
	padding-top: 3px;
	display: inline-block;
}

.innerlinks {
	padding: 10px;
}

.innerlinks a:last-child {
	border: none;
}

a.arrowred,
a.greenarrow {
	position: absolute;
	right: 0px;
	top: 0px;
	height: 42px;
	line-height: 43px;
	padding-top: 0px;
}

.rtarrow {
	float: right;
	background: #fff;
	color: #6d87e0;
	width: 25px;
	margin-top: -2px;
	height: 25px;
	text-align: center;
	border-radius: 30px;
	line-height: 19px;
	padding-top: 4px;
	font-weight: 600;
}

.rtarrow i {
	margin-right: 0px;
}

.associated {
	margin-top: 40px;
	display: block;
	width: 100%;
	float: left;
}

.associated h3 {
	font-size: 30px;
}

.linkd {
	display: block;
	width: 100%;
	margin-top: 50px;
	float: left;
}

.display-4.aohead {
	font-size: 120%;
	font-weight: 600 !important;
	color: #444444;
	margin-bottom: 15px;
}

.footerbtm {
	background: #016393;
	padding-top: 10px;
}

.ftrscl a {
	color: #fff;
	font-size: 21px;
}

.visit span:first-child {
	margin-left: 4px;
}

.col-md-4.text-end.ftrscl.text-md-end {
	margin-top: 9px;
}

.uptd,
.visit {
	padding-top: 10px;
	font-size: 14px;
}

.visit span {
	display: inline-block;
	padding: 1px 8px;
	background: #fff;
	margin: 0px;
	color: #27719c;
	text-align: center;
}

.log-left {
	margin-top: 10px;
	margin-left: -2px;
}

h1.display-1.text-lowercase.text-white.mb-4.animated.bounceInDown span {
	padding: 10px 20px;
}

.ftlinkss {
	margin: 0 auto;
	padding-top: 10px;
}

.ftlinkss ul {
	list-style: none;
	text-align: center;
}

.ftlinkss ul li {
	display: inline-block;
	padding: 5px 10px;
}

.ftlinkss ul li:after {
	content: "";
	width: 1px;
	height: 12px;
	background: #fff;
	position: absolute;
	margin-top: 7px;
	margin-left: 15px;
}

.ftlinkss ul {
	margin-bottom: 8px;
}

.ftlinkss {
	margin: 0 auto;
	padding-top: 8px;
}

.ftr-tp {
	background: #0092da;
}

.ftlinkss ul li:last-child:after {
	display: none;
}

.btn-top {
	background: #016393;
	box-shadow: 0px 0px 0px 1px #fff;
}

.ftrscl btn {
	outline: none !important;
	border: none !important;
	box-shadow: none !important;
}

.log-right {
	margin-top: 10px;
}

.ftrscl a {
	padding: 8px;
}

.ftrscl a:last-child {
	padding-right: 0px;
}

.ftlinkss ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 90%;   font-weight: 600;
}
.container-fluid.footerbtm.text-light.py-2 p {
    font-size: 100%;
}
i.fa.fa-arrow-up {
	color: #fff;
}
.ab-cont h2 {
    font-size: 120%;
    font-weight: bold;
    margin-top: 30px;
    font-family: math;
}
.ab-cont p {
    font-weight: normal !important;
    text-align: justify;
    line-height: 26px;
}
.res-list {
    background: #f9f9f9;
    padding: 20px;
    min-height: 390px;
    border-bottom: 4px solid #0092da;
}
.res-list h3 {
    font-size: 100%;
    font-weight: bold;
    background: #0092da;
    color: #fff;
    padding: 10px;
    margin: -20px -20px 10px;
}
.res-list li {
    list-style-type: circle;
    line-height: 26px;
    font-size: 80%;
    font-weight: 400;
}
.res-list ul {
    padding: 15px;
}
section.about-us {
    padding: 40px 0 60px;
}
.ab-cont.res_sec .res-list {
    text-align: center;
}
.ab-cont.res_sec .res-list li {
    list-style-type: none;
}
.ab-cont.res_sec .res-list p {
    font-size: 90%;
    text-align: center;
    line-height: 33px;
    color: #0092da;
}
.ab-cont.res_sec .res-list {
    border-top: 4px solid #0092da;
    min-height: 350px;
}
section.search_listing {
    background: #f6f9fe;
    padding: 40px 0;
}
.s_t_title h1 {
    font-size: 26px;
    font-weight: bold;
}
.search_list {
    background: #fff;
    padding: 20px;
}
.search_list a {
    display: block;
    font-size: 16px;
    margin: 0px 0 5px;
    color: #0184c5;
}
.search_list span {
    display: block;
    color: #24841d;
    font-size: 14px;
    margin: 5px 0;
}
.search_list p {
    font-size: 15px;
    color: #333;
    margin: 0;
}
.search_list {
    border-bottom: 1px solid #f7f7f7;
}
.s_t_title h1 {
    font-size: 26px;
    font-weight: bold !important;
    margin-bottom: 40px;
    position: relative;
    font-family: sans-serif;
}
.s_t_title h1::before {
    content: '';
    position: absolute;
    width: 30px;
    height: 5px;
    background: #ec8500;
    bottom: -15px;
    left: 0;
    border-radius: 30px;
}
.s_t_title h1::after {
    content: '';
    position: absolute;
    width: 50px;
    height: 1px;
    background: #ec8500;
    bottom: -13px;
    left: 0;
    border-radius: 30px;
}
ul.sub-access li {
    list-style-type: none;
    display: inline-block;
    margin: 0;
    border-left: 1px solid white;
    padding: 9px 0;
    width: 30px;
    text-align: center;
    line-height: 20px;
}
ul.sub-access {
    float: left;
}
.topright ul.accessd {
    list-style: none;
    float: left;
    padding-left: 0;
    border-left: 1px solid #f6f9fe;
    margin-left: 0;
}
ul.sub-access li input {
    background: transparent;
    border: 0;
    color: #fff;
    outline: 0;
    box-shadow: none;
}

@media only screen and (max-width: 600px) {
	
	
}