@font-face {
	font-family: Gilroy Regular;
	src: url('../font/Gilroy-Regular.otf') format('otf');
}

@font-face {
	font-family: Gilroy Regular;
	src: url('../font/Gilroy-SemiBold.otf') format('otf');
}

@font-face {
	font-family: Gilroy Regular;
	src: url('../font/Gilroy-Bold.otf') format('otf');
}

*,
*::after,
*::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.site-wrapper {
	height: 100%;
}

::-ms-clear {
	display: none;
}

body {
	font-family: 'Gilroy Regular', sans-serif!important;
	position: relative;
	overflow-x: hidden;
	margin: 0;
	padding: 0;
}

body {
	max-width: 100%;
	overflow-x: hidden;
}

body[data-rtl="rtl"] {
	direction: rtl;
	text-align: right;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #222222;
	font-weight: 400;
	margin-top: 0;
	line-height: 1.2;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 18px;
}

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}

p:last-child {
	margin-bottom: 0;
}

p {
	font-size: 15px;
	line-height: 35px;
	margin: 0;
	text-align: justify;
}

a,
button {
	color: inherit;
	display: inline-block;
	line-height: inherit;
	text-decoration: none;
	cursor: pointer;
}

a,
button,
img,
input,
span {
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

*:focus {
	outline: none !important;
}

a:focus {
	color: inherit;
	outline: none;
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #d0a97e;
}

button,
input[type="submit"] {
	cursor: pointer;
}

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

img {
	max-width: 100%;
}

a,
a:active,
a:focus {
	color: #6f6f6f;
	text-decoration: none;
	transition-timing-function: ease-in-out;
	-ms-transition-timing-function: ease-in-out;
	-moz-transition-timing-function: ease-in-out;
	-webkit-transition-timing-function: ease-in-out;
	-o-transition-timing-function: ease-in-out;
	transition-duration: .2s;
	-ms-transition-duration: .2s;
	-moz-transition-duration: .2s;
	-webkit-transition-duration: .2s;
	-o-transition-duration: .2s;
}

.navbar {
	border: none;
	-webkit-transition: 0.4s all ease;
	-o-transition: 0.4s all ease;
	transition: 0.4s all ease;
	background: #fff;
	border: none;
	color: #4e4e4e;
	font-size: 15px;
	border: none;
	margin: 0px auto;
	padding: 0px;
}

.navbar * {
	-webkit-transition: 0.4s all ease;
	-o-transition: 0.4s all ease;
	transition: 0.4s all ease;
}

.navbar-brand {
	max-width: 140px;
}

.navbar-brand img {
	max-width: 100%;
}

.toggle-menu .nav-item a {
	position: relative;
}

.navbar-light .navbar-nav>.nav-item>a,
.nav-white .navbar-nav>.nav-item>.nav-link {
	font-size: 16px;
	color: #233d73;
	font-weight: 600;
	text-transform: uppercase;
}
.nav-white{
		-webkit-box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
		box-shadow: 0 2px 3px 0px rgba(0, 0, 0, 0.16);
}
.nav>li>a {
	padding-right: 0px;
	padding-left: 0px;
}

.navbar-expand-lg .navbar-nav .nav-item {
	margin-left: 45px;
}

.navbar-expand-lg .navbar-nav .nav-link {
	padding-left: 0px;
	padding-right: 0px;
}

.navbar-light .navbar-toggler {
	border-color: #000;
}

.navbar-light .navbar-toggler .icon-bar {
	background-color: #000;
}

.navbar-light .navbar-toggler:focus,
.navbar-light .navbar-toggler:hover {
	background-color: transparent;
}

.navbar-light .navbar-nav>.open>a,
.navbar-light .navbar-nav>.open>a:focus,
.navbar-light .navbar-nav>.open>a:hover {
	color: #000;
	background-color: transparent;
}

.sticky-top {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1020;
}

.logo-small {
	display: none!important;
}

.nav-top {
	padding: 10px 0;
}

.nav-bottom {
	background: #233d73;
	padding: 20px 0px;
}

.logo-container .logo-text {
	font-size: 15px;
	color: #1f65f1;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	padding: 0px 10px;
}

.nav-btn {
	height: 48px;
	width: 150px;
	font-weight: 600!important;
	font-size: 15px!important;
	color: #fff!important;
	text-transform: uppercase;
	padding: 10px!important;
	text-align: center;
	background: #265ece;
	-webkit-transition: 0.6s all ease-in-out;
	-o-transition: 0.6s all ease-in-out;
	transition: 0.6s all ease-in-out;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-radius: 10px;
	cursor: pointer;
}

.nav-btn:hover {
	box-shadow: 0px 10px 20px 0px rgba(38, 94, 206, 0.2);
}

.nav-bottom {
	color: #fff;
}

.time-list li {
	font-size: 15px;
	color: #fff;
	font-weight: 600;
}

.time-list-bold {
	color: #93b7ff!important;
	margin-bottom: 5px;
}

.weather-list li {
	font-size: 11px;
	color: #fff;
	text-transform: uppercase;
	padding: 0px 15px;
	font-weight: 600;
}

.weather-text {
	font-size: 12px;
	margin-left: 10px;
}

.border-left {
	border-left: 1px solid rgba(255, 255, 255, 0.3)!important;
}


/*=========== hero css ============*/

.hero-section {
	padding-top:11vh;
}

.hero-inner {
	height: 100%;
}

.box {
	background: #fff;
	-webkit-box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.07);
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.07);
	border-radius: 10px;
	padding: 20px;
}

.slick-dots {
	list-style: none;
	margin: 20px auto 0;
	text-align: center;
}

.slick-dots li {
	display: inline-block;
}

.slick-dots li button {
	-webkit-transition: 0.2s background-color ease-in-out 0s;
	-o-transition: 0.2s background-color ease-in-out 0s;
	transition: 0.2s background-color ease-in-out 0s;
	border: none;
	padding: 0;
	color: transparent;
	width: 12px;
	height: 12px;
	background-color: #c8d8f9;
	margin-right: 10px;
	border-radius: 50%;
}

.slick-dots li.slick-active button {
	background-color: #265ece;
}

.card-inner {
	background-repeat: no-repeat !important;
	border-radius: 10px;
	padding: 20px;
	color: #fff;
	height: 190px;
	width: 300px;
	background-size: cover!important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.card-head {
	font-size: 27px;
	font-weight: 600;
}

.card-s-head {
	font-size: 19px;
	font-weight: 600;
	margin: 10px 0px;
}

.card-details {
	font-size: 13px;
	font-weight: 600;
}

.footer-box {
	background: #ff6250;
	border-radius: 10px;
	padding: 0px 50px;
	margin: 30px 0px;
}

.foot-left svg {
	height: 240px;
}

.sub-title a {
	font-size: 30px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
}

.foot-text {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	text-transform: uppercase;
}

.footer-inner {
	background-color: #233d73;
	padding: 20px 0;
}

.text-entry{
	width: 100%;
	color: #233d73 !important;
	font-weight: 600;
	font-size: 25px;
}

.text-op{
	margin-bottom: 30px !important;
}

.img-promo{
	width: 220px !important;
}

.form{
	padding-bottom: 15px;
}

.form-success{
	font-size: 15px !important;
}

.contact-form input, 
.contact-form textarea {
    height: 47px;
    width: 100%;
    border: 1px solid #ECEFEE;
    font-size: 16px;
    line-height: 28px;
    color: #000;
    padding: 15px;
    margin-bottom: 20px;
    transition: all .6s ease-in-out;
}
.contact-form textarea {
    height: 238px!important;
    resize: none;
}

.contact-form input:focus,
.contact-form textarea:focus {
	background: rgba(236, 239, 238, 0.5);
	border: 1px solid #004786;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
	font-size: 16px;
	line-height: 28px;
	color: #C4C4C4;
}

.contact-form textarea {
	height: 238px!important;
	resize: none;
}

.contact-form textarea:focus {
	outline: none;
}
.con-btn{
    width: 150px !important;
    height: 54px;
    transition: all .6s ease-in-out;
    background: #004D91;
    border-radius: 3px;
    padding: 10px !important;
    font-weight: 500;
    font-size: 20px !important;
    line-height: 28px;
    text-align: center;
    color: #FFFFFF !important;
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    float: right;
}

#result{
	display: none;
}
.res{
	width: 33px;
}
.mark-image a {
	font-size: 13px;
	font-weight: 600;
	color: #FFFFFF !important;
}

video{
	height: 60vh;
	width: 100%;
	object-fit: fill;
}