@import url(https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@100;200;300;400;500;600;700;800&display=swap);

:root {
	--primary: #00517c;
	--secondary: #2597d5;
	--white: #fff;
	--dark: #111
}

body {
	margin: 0;
	padding: 0 !important;
	font-family: 'Be Vietnam Pro', sans-serif;
	scroll-behavior: smooth;
	overflow: inherit !important
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="date"],
textarea,
select {
	background: var(--white);
	border: none;
	color: #444;
	font-size: 15px;
	line-height: normal;
	margin: 0 0 12px;
	padding: 13px 18px;
	width: 100%;
	outline: 0;
	border-radius: 4px;
	font-family: 'Be Vietnam Pro', sans-serif
}

select,
input[type="date"] {
	padding: 14px 17px
}

input[type="submit"] {
	color: var(--white);
	background: var(--secondary);
	text-transform: uppercase;
	border: none;
	padding: 12px 20px;
	font-size: 14px;
	border: 0;
	letter-spacing: .8px;
	cursor: pointer;
	outline: none;
	font-weight: 600;
	margin-top: 20px;
	border-radius: 4px
}

input[type="submit"]:hover {
	background: var(--secondary);
	color: var(--white);
	transition: 0.8s
}

textarea {
	height: 100px;
	margin-bottom: 5px
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 15px 0;
	font-family: 'Be Vietnam Pro', sans-serif;
	color: #050A15;
	font-weight: 500;
	text-transform: inherit;
	line-height: normal
}

h1 {
	font-size: 28px
}

h2 {
	font-size: 24px
}

h3 {
	font-size: 22px
}

h4 {
	font-size: 20px
}

h5 {
	font-size: 18px
}

h6 {
	font-size: 16px
}

p {
	padding: 0;
	margin: 0 0 10px 0;
	font-family: 'Be Vietnam Pro', sans-serif;
	color: #333;
	font-size: 14px;
	line-height: 24px;
	font-weight: 400
}

ul,
li,
a {
	list-style-type: none;
	font-family: 'Be Vietnam Pro', sans-serif;
	color: #222;
	line-height: 24px;
	font-size: 14px;
	margin: 0;
	padding: 0;
	text-decoration: none
}

a:hover {
	transition: 0.8s;
	text-decoration: none
}

.topbar {
	background: var(--secondary);
	padding: 3px 0;
	position: relative
}

.topbar:after {
	bottom: 0;
	clip-path: polygon(0 0, 88% 0, 100% 100%, 0 100%)
}

.topbar-cntct {
	display: flex;
	justify-content: flex-end;
	align-items: center
}

.topbar-cntct li {
	margin-right: 30px;
	padding-right: 30px;
	border-right: 1px solid #d9d9d975
}

.topbar-cntct li a {
	color: var(--white);
	font-size: 13px
}

.topbar-cntct li i {
	color: transparent;
	-webkit-text-stroke: 1px var(--white);
	margin-right: 5px;
	font-size: 12.5px
}

.topbar-details {
	display: flex;
	justify-content: flex-end;
	align-items: center
}

.topbar-details p {
	margin: 0;
	padding-right: 20px;
	margin-right: 20px;
	color: var(--white)
}

.topbar-details ul.smoicons {
	display: flex;
	align-items: center;
	column-gap: 23px;
	justify-content: end
}

.topbar-details ul.smoicons li a {
	color: var(--white);
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500
}

.livechat a img {
	width: 126px;
	height: 33px
}

.menubar {
	background: var(--primary);
	position: relative
}

.menubar:after,
.topbar:after {
	position: absolute;
	content: '';
	left: 0;
	height: 91%;
	width: 19%;
	background: var(--white)
}

.menubar:after {
	top: -1px;
	clip-path: polygon(0 0, 100% 0, 88% 100%, 0 100%)
}

.menubar ul.navbar-nav {
	border-top: 2px solid var(--primary)
}

.middle-header .row {
	align-items: center
}

.middle-header a.logo img {
	transform: scale(1);
	position: relative;
	z-index: 1;
	width: 190px;
	height: 54px
}

.middle-header ul {
	display: flex;
	justify-content: flex-end;
	align-items: center
}

.middle-header ul li a {
	display: inline-block;
	font-size: 13px;
	padding: 15px 18px;
	font-weight: 500;
	text-transform: uppercase;
	position: relative;
	letter-spacing: .7px;
	color: var(--dark)
}

.middle-header ul.dropdown-content {
	position: absolute;
	top: 100%;
	z-index: 1;
	background: var(--white);
	flex-direction: column;
	display: none;
	width: 170px
}

.middle-header .dropdown:hover ul.dropdown-content {
	display: block
}

.middle-header ul.dropdown-content li {
	padding: 0
}

.middle-header ul.dropdown-content li a {
	padding: 8px 17px;
	font-size: 12px;
	border-bottom: 1px solid #eee;
	display: block
}

header .navbar-nav li.nav-item.dropdown.has-megamenu:hover a {
	background: var(--white);
	color: var(--primary)
}

.searchicon {
	margin-left: 30px;
	padding-left: 30px;
	border-left: 1px solid #d9d9d975
}

.offcanvas-body form {
	position: relative
}

.offcanvas-body form input {
	margin: 0
}

.offcanvas-body form input[type="submit"] {
	font-family: 'Font Awesome 5 Free';
	font-size: 18px;
	background: var(--primary);
	color: var(--white);
	position: absolute;
	right: 0;
	top: 0;
	height: 100%
}

.menubar a.nav-link {
	color: #fff;
	border: none !important
}

.menubar .col-megamenu ul li a {
	padding: 5px 0;
	display: inline-block
}

.menubar ul li:last-child a,
.middle-header ul li:last-child a {
	padding-right: 0
}

.navbar .megamenu {
	padding: 18px
}

.partner {
	padding: 60px 0;
	text-align: center
}

.partnerlist {
	height: 115px;
	background: var(--primary);
	border-radius: 30px 0;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 0 0 12px #0000001a;
	transition: .5s
}

.partnerlist:hover {
	border-radius: 0 30px;
	transform: translateY(-10px)
}

@media all and (min-width:992px) {
	.navbar .has-megamenu {
		position: static !important
	}

	.navbar .megamenu {
		left: 0;
		right: 0;
		width: 100%;
		margin-top: 0
	}
}

@media(max-width:991px) {

	.navbar.fixed-top .navbar-collapse,
	.navbar.sticky-top .navbar-collapse {
		overflow-y: auto;
		max-height: 90vh;
		margin-top: 10px
	}
}

.menubar ul.list-unstyled li:last-child {
	margin-bottom: 0;
	border-bottom: none;
	padding-bottom: 0
}

.menubar ul.list-unstyled li {
	margin-bottom: 14px;
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	display: flex;
	align-items: center
}

.menubar ul.list-unstyled li img {
	margin-right: 6px
}

nav.breadcrumb {
	padding: 5px 0;
	background: #f4f7ff
}

nav.breadcrumb ul li a {
	font-size: 12px
}

.mobile {
	display: none
}

footer {
	padding: 60px 0 0;
	background: linear-gradient(#0d0c24de, #07081cdb), no-repeat center center/cover;
	background-attachment: fixed
}

footer .col-sm-4 {
	padding-left: 70px
}

footer h3 {
	font-size: 16px;
	color: var(--white);
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: .7px;
	margin-bottom: 25px
}

footer ul li a,
footer ul li {
	color: #c8c8c8;
	margin-bottom: 7px
}

footer ul.footer-menu li a {
	position: relative;
	padding-left: 20px
}

footer ul.footer-menu li a:before {
	position: absolute;
	content: '\f101';
	left: 0;
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	font-size: 12px;
	color: var(--secondary)
}

footer ul li span {
	display: block;
	font-size: 14px;
	font-weight: 500;
	color: var(--white);
	text-transform: uppercase;
	letter-spacing: .5px
}

footer ul li span a {
	color: var(--white)
}

footer ul li i {
	color: var(--secondary);
	margin-right: 4px
}

footer ul.smoicon {
	display: flex;
	column-gap: 5px
}

footer ul.smoicon li a {
	height: 35px;
	width: 35px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #eee;
	border-radius: 50%;
	margin: 0
}

footer ul.smoicon li a i {
	margin: 0;
	color: #c7c7c7
}

footer .col-sm-3:first-child h3:nth-child(3) {
	margin: 22px 0 !important
}

.copyright {
	padding: 25px 0;
	border-top: 1px solid #ffffff24;
	margin-top: 30px
}

.copyright p,
.copyright p a {
	color: #c7c7c7;
	margin-bottom: 0
}

.copyright ul {
	display: flex;
	justify-content: flex-end;
	align-items: center
}

.copyright ul li {
	margin: 0 0 0 20px;
	padding-left: 20px;
	border-left: 1px solid #ffffff2e
}

.copyright ul li:first-child {
	border: 0
}

@media only screen and (max-width:1199px) {
	.mobile {
		display: none
	}

	.middle-header ul li a {
		padding: 11px 15px
	}

	.navbar-expand-lg .navbar-nav .nav-link {
		padding: 8px 15px
	}

	.dropdown-toggle::after {
		right: 2px
	}

	.countdownlist h3 {
		font-size: 17px
	}

	footer ul.footer-menu li a {
		font-size: 13px
	}

	.copyright ul li {
		margin: 0 0 0 15px
	}		

	nav.breadcrumb ul li a {
		font-size: 14px
	}

	.breadcrumb-item+.breadcrumb-item {
		font-size: 14px
	}		
}

@media only screen and (max-width:991px) {
	.middle-header .col-sm-10 {
		display: none
	}

	.middle-header .col-sm-2 {
		width: 100%;
		text-align: center;
		padding: 12px 0
	}

	.mobile {
		display: block
	}

	.pc {
		display: none
	}

	.menubar:after,
	.topbar:after {
		display: none
	}

	.middle-header a.logo img {
		width: 190px
	}

	.middle-header ul li a {
		padding: 16px 10px;
		font-size: 12px
	}

	.navbar {
		justify-content: flex-end
	}

	.navbar-toggler {
		background-color: #fff;
		margin: 3px 0
	}

	.navbar-toggler-icon {
		background: var(--primary)
	}
	
	footer {
		padding: 40px 0 0
	}

	footer .col-sm-3,
	footer .col-sm-2,
	footer .col-sm-4 {
		width: 50%
	}

	footer h3 {
		margin: 15px 0 15px
	}

	footer .col-sm-4 {
		padding-left: 10px
	}	

	.copyright {
		padding: 15px 0;
		margin-top: 20px
	}

	.copyright .col-sm-6 {
		width: 100%;
		display: flex;
		justify-content: center
	}		

	.heading {
		font-size: 30px;
		margin-bottom: 20px
	}	

	.heading {
		font-size: 24px;
		margin-bottom: 20px
	}	

	.partner .row {
		row-gap: 10px
	}	

	.partner {
		padding: 35px 0 0
	}			
}

@media only screen and (max-width:767px) {
	.middle-header .col-sm-10 {
		display: none
	}

	.middle-header .col-sm-2 {
		display: flex;
		justify-content: center;
		width: 100%;
		padding: 15px 0
	}

	.mainslider .carousel-caption h1,
	h2 {
		font-size: 30px;
		line-height: 40px
	}	

	.featured h2.heading {
		margin-bottom: 30px;
		font-size: 33px
	}

	.featured {
		padding: 40px 0 60px
	}	

	footer .col-sm-3,
	footer .col-sm-2,
	footer .col-sm-4 {
		width: 100%
	}	

	.partner {
		padding: 35px 0
	}	

	.partner {
		padding: 30px 0
	}
}

@media only screen and (max-width:568px) {
	.topbar {
		display: none
	}
	.carousel-content {
		width: 100%
	}

	.topbar-cntct li {
		margin-right: 10px;
		padding-right: 8px
	}	

	footer .row {
		row-gap: 15px
	}

	footer h3 {
		margin-bottom: 15px
	}

	footer {
		padding: 45px 0 0
	}	

	.navbar .megamenu .col-lg-4.col-6 {
		width: 100%
	}

	.menubar ul.list-unstyled li {
		margin-bottom: 14px !important;
		border-bottom: 1px solid #eee !important;
		padding-bottom: 10px !important
	}

	.navbar .megamenu .col-lg-4.col-6:last-child li:last-child {
		margin: 0 !important;
		padding: 0 !important;
		border: none !important
	}
}

@media only screen and (max-width:414px) {
	.menubar .container-fluid {
		padding: 0 12px
	}

	.carousel-content .btn {
		font-size: 13px !important
	}

	.carousel-caption a.btn {
		padding: 0 10px 0 0;
		margin: 0 2px
	}

	nav.breadcrumb ul li a {
		font-size: 12px
	}

	.breadcrumb-item+.breadcrumb-item {
		font-size: 11.4px;
		padding-left: 0
	}	

	.heading {
		margin-bottom: 20px;
		font-size: 28px
	}

	.partner .col-sm-3 {
		width: 100%
	}

	.countdown .col-sm-3 {
		width: 100%
	}

	.clients ul li {
		width: 45%
	}

	.heading {
		font-size: 24px
	}

	.copyright ul li {
		padding-left: 15px
	}

	.copyright ul li {
		margin: 0;
		border: none
	}

	.copyright p {
		text-align: center
	}	
}

@media only screen and (max-width:375px) {
	.copyright p,
	.copyright p a {
		text-align: center
	}

	.copyright ul li {
		margin: 0
	}

	footer ul li a,
	footer ul li {
		font-size: 12px
	}

	.copyright ul li {
		border: none
	}
}
.img-rsp{
	width: 100% !important;
}



