@font-face{
    font-family: 'Outfit Regular';
    src: url('../fonts/Outfit-Regular.eot');
    src: url('../fonts/Outfit-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Outfit-Regular.woff2') format('woff2'),
        url('../fonts/Outfit-Regular.woff') format('woff'),
        url('../fonts/Outfit-Regular.ttf') format('truetype'),
        url('../fonts/Outfit-Regular.svg#Outfit-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face{
    font-family: 'Outfit Light';
    src: url('../fonts/Outfit-Light.eot');
    src: url('../fonts/Outfit-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Outfit-Light.woff2') format('woff2'),
        url('../fonts/Outfit-Light.woff') format('woff'),
        url('../fonts/Outfit-Light.ttf') format('truetype'),
        url('../fonts/Outfit-Light.svg#Outfit-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face{
    font-family: 'Outfit Bold';
    src: url('../fonts/Outfit-Bold.eot');
    src: url('../fonts/Outfit-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Outfit-Bold.woff2') format('woff2'),
        url('../fonts/Outfit-Bold.woff') format('woff'),
        url('../fonts/Outfit-Bold.ttf') format('truetype'),
        url('../fonts/Outfit-Bold.svg#Outfit-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


body{
	font-family: 'Outfit Regular';
	color: #000;
	font-size: 15px;
	line-height: 20px;
	background: #fff;
}
*{
	margin: 0;
	padding: 0;
}
p{
	padding: 0 0 20px 0;
	line-height: 24px;
}
ul,
li,
ol{
	padding: 0;
	margin: 0;
	list-style: none;
}
img{
	border: none;
	padding: 0;
	margin: 0;
}
.cls{
	clear: both;
}
a{
	outline: none;
	color: #000;
	text-decoration: none;
}
a:hover{
	color: #a92903;
	text-decoration: none;
}

.menuicon{
	position: absolute;
	right: 10px;
	top: 15px;
	cursor: pointer;
	display: none;
}
.mobilemenuheader{
	padding: 10px 10px;
	overflow: hidden;
	border-bottom: none;
}
.mobile-menu-logo{
	float: left;
	padding: 20px 0 0 0;
}
.mobile-menu-logo img{
	width: 100%;
	height: auto;
	display: inline-block;
	max-width: 200px;
}
.menu-close-button{
	float: right;
	cursor: pointer;
	margin: 10px 0 0 0;
}
.overlay-menu{
	position: fixed;
	top: 0;
	right: -200%;
	z-index: 999999;
	width: 100%;
	height: 100%;
	max-width: 480px;
	background-color: #000;
}
.overlay-menu--is-open{
	right: 0;
}
.menubox{
	padding: 20px 30px;
	overflow: hidden;
}
.menubox ul li{
	padding: 10px 0 10px 0;
}
.menubox ul li a{
	font-size: 14px;
	display: block;
	text-decoration: none;
	color: #fff;
}
.menubox ul li a:hover{
	color: #1689cd;
	text-decoration: none;
}

/* main style start here */

.row{
	display: flex;
	flex-wrap: wrap;
	margin: 0 -1%;
}
.container{
	max-width: 1320px;
	margin: 0 auto;
	position: relative;
	padding: 0 10px;
}
.header-area{
	width: 100%;
	height: 100px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	background: #fff;
}
.header-container{
	position: relative;
	margin: 0 0 0 0;
}
.header-left{
	position: absolute;
	left: 0;
	top: 0;
	margin: 0 0 0 0;
}
.logo{
	margin-top: 25px;
}
.logo img{
	width: 100%;
	height: auto;
	display: inline-block;
	max-width: 332px;
}
.navigation{
	text-align: center;
	padding: 35px 0 0 0;
}
.navigation ul li{
	position: relative;
	display: inline-block;
	padding: 0 10px 0 10px;
}
.navigation ul li a{
	font-size: 16px;
	font-weight: 600;
	display: block;
	padding: 0 0 50px 0;
	color: #000;
	text-decoration: none;
}
.navigation ul li a:hover{
	color: #1689cd;
	text-decoration: none;
}
.sticky .navigation ul li a:hover{
	color: #1689cd;
	text-decoration: none;
}
.navigation ul li ul{
	width: 160px;
	position: absolute;
	top: 30px;
	padding: 0;
	left: auto;
	background: #fff;
	text-align: left;
	visibility: hidden;
	margin: 0 0 0 -20px;
	z-index: 99999;
	border: 1px solid #e4e2e7;
}
.navigation ul li ul li{
	width: 100%;
	text-align: left;
	padding: 0 0;
	border-top: 1px solid #e4e2e7;
}
.navigation ul li ul li a{
	padding: 10px 15px;
	display: block;
}
.navigation ul li ul li a:hover{
	color: #fff;
	text-decoration: none;
	background: #000;
}
.navigation ul li ul li:first-child{
	border-top: none;
}
.navigation ul li:hover>ul{
	visibility: visible;
}
.sticky{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
	background: #e8ecef;
}
.sticky .navigation ul li ul{
	background: #e8ecef;
	border: 1px solid #e8ecef;
}
.sticky .navigation ul li ul li a:hover{
	color: #fff;
	text-decoration: none;
	background: #000;
}


.header-right{
	position: absolute;
	right: 0;
	top: 35px;
}
.join-now a{
	background-color: #175071;
	color: #fff;
	padding: 12px 30px;
	font-size: 14px;
	border: none;
	border-radius: 25px;
	cursor: pointer;
	transition: background-color 0.3s ease;
}
.join-now a:hover{
	background-color: #1689ce;
	color: #fff;
}
.home-top-area{
	padding: 100px 0 100px 0;
	overflow: hidden;
}
.home-top-content{
	overflow: hidden;
}
.home-top-content-left{
	width: 35%;
	float: left;
}
.home-top-info h1{
	color: #43484C;
	font-family: 'Outfit Bold';
	line-height: 65px;
	font-size: 55px;
	margin-top: 18%;
	margin-bottom: 20px;
}
.home-top-info h1 span{
	color: #158ACF;
}
.home-top-info p{
	font-size: 16px;
	line-height: 32px;
	font-weight: 400;
}
.more-info a{
	background: #1586C9;
	color: #fff;
	font-family: 'Outfit Bold';
	border-radius: 40px;
	padding: 15px 25px;
	font-size: 20px;
	text-transform: capitalize;
	outline: none;
	cursor: pointer;
	display: inline-block;
}
.more-info a:hover{
	background: #e8ecef;;
	color: #1586C9;
}
.home-top-content-right{
	width: 55%;
	float: right;
}
.home-top-picture img{
	width: 100%;
	height: auto;
	display: block;
}
.services-area{
	padding: 50px 0 50px 0;
	overflow: hidden;
}
.services-info{
	padding: 0 0 0 0;
	overflow: hidden;
}
.services-info h4{
	text-transform: uppercase;
	font-family: 'Outfit Bold';
	font-size: 16px;
	color: #198DD1;
	padding: 0 0 10px 0;
}
.services-info h1{
	color: #42464B;
	font-size: 45px;
	line-height: 50px;
	font-family: 'Outfit Bold';
	padding: 0 0 10px 0;
}
.services-info p{
	color: #606060;
	font-size: 16px;
	line-height: 32px;
}
.services-item{
	width: 31.33%;
	margin: 1% 1% 1% 1%;
}
.services-item-inner{
	background: #e8ecef;
	padding: 50px 25px 50px 25px;
	overflow: hidden;
	border-radius: 5px;
	min-height: 350px;
}
.services-icon{
	height: 110px;
}
.services-content{
	padding: 0;
	overflow: hidden;
}
.services-content h2{
	font-size: 26px;
  	font-family: 'Outfit Bold';
	color: #292836;
	padding: 0 0 20px 0;
}
.services-content p{
	font-size: 16px;
  	line-height: 32px;
	color: #606060;
}
.ver-mas{
	overflow: hidden;
}
.ver-mas a{
	text-transform: capitalize;
	color: #1484C6;
	font-size: 20px;
	font-family: 'Outfit Bold';
	cursor: pointer;
	border: none;
	text-decoration: none;
	display: inline-block;
	padding: 0 30px 0 0;
	background: url(../images/arrow-icon-01.png) no-repeat right center;
}
.services-item:hover .services-item-inner{
	background: #1689cd;
}
.services-item:hover .services-content h2{
	color: #fff;
}
.services-item:hover .services-content p{
	color: #def3de;
}
.services-item:hover .ver-mas a{
	color: #fff;
}
.services-icon img.hover-icon{
	display: none;
}
.services-item:hover .services-icon img{
	display: none;
}
.services-item:hover .services-icon img.hover-icon{
	display: block;
}
.services-item:hover .ver-mas a{
	background: url(../images/arrow-icon-02.png) no-repeat right center;
}
.footer-area{
	background: #000;
	padding: 50px 0;
	overflow: hidden;
	color: #fff;
}
.footer-col{
	width: 25%;
}
.footer-col-inner{
	padding: 0 10px 0 0;
	overflow: hidden;
}
.footer-logo img{
	width: 100%;
	height: auto;
	display: inline-block;
	max-width: 250px;
}
h4.footer-title{
	font-size: 18px;
	text-transform: uppercase;
	padding: 0 0 20px 0;
}
.footer-social-link{
	overflow: hidden;
}
.footer-social-link img{
	padding: 0 15px 0 0;
}
.footer-col-inner p{
	line-height: 24px;
	padding: 0 0 20px 0;
}
.footer-col-inner ul li{
	padding: 0 0 10px 0;
}
.footer-col-inner a{
	color: #fff;
	text-decoration: none;
}
.footer-col-inner a:hover{
	color: #1586C9;
	text-decoration: none;
}

/* for contact page */

.breadcumb-area{
	background: #000;
	padding: 30px 0 30px 0;
	overflow: hidden;
	color: #fff;
}
.bread-cumb-info{
	overflow: hidden;
}
.bread-cumb-info ul{
	padding: 0 0 15px 0;
}
.bread-cumb-info ul li{
	list-style: none;
	font-size: 14px;
	display: inline-block;
	text-transform: uppercase;
}
.bread-cumb-info ul li a{
	color: #F8F6F4;
	text-decoration: none;
}
.bread-cumb-info ul li + li{
	padding-left: 10px;
}
.bread-cumb-info ul li + li::before {
	display: inline-block;
	padding-right: 10px;
	color: #F8F6F4;
	content: "/";
}
.bread-cumb-info h1{
	color: #eaf0ec;
	font-size: 45px;
	line-height: 50px;
	padding: 0 0 15px 0;
  	font-family: 'Outfit Bold';
}
.bread-cumb-info p {
	color: #b6b6b6;
	font-size: 16px;
	line-height: 25px;
}
.contact-area{
	padding: 50px 0 0 0;
	overflow: hidden;
}
.contact-area-inner{
	overflow: hidden;
}
.contact-inner-left{
	width: 48%;
	float: left;
}
.contact-info{
	overflow: hidden;
}
.contact-info h2{
	font-size: 26px;
	line-height: 30px;
	font-family: 'Outfit Bold';
	color: #2c2b3a;
	padding: 0 0 40px 0;
}
.contact-info ul{
	padding: 0 0 0 30px;
}
.contact-info ul li{
	font-size: 20px;
  	font-family: 'Outfit Bold';
	color: #2c2b3a;
	padding: 5px 0 40px 65px;
	margin: 0 0 10px 0;
}
.contact-info ul li.mail{
	background: url(../images/mail-icon.png) no-repeat 0 0;
}
.contact-info ul li.phone{
	background: url(../images/phone-icon.png) no-repeat 0 0;
	padding-top: 10px;
}
.contact-info ul li.location{
	background: url(../images/location-icon.png) no-repeat 0 0;
}
.contact-info ul li.instagram{
	background: url(../images/instagram-icon.png) no-repeat 0 0;
}
.contact-inner-right{
	width: 48%;
	float: right;
}
.contact-form-list{
	padding: 0 0 20px 0;
	overflow: hidden;
}
.contact-form-list input{
	font-size: 16px;
	font-family: 'Outfit Regular';
	width: calc(100% - 40px);
	padding: 0 20px;
	height: 65px;
	outline: none;
	border: none;
	border-radius: 5px;
	background: #E9EFF3;
	color: #2a2937;
}
.contact-form-list textarea{
	font-size: 16px;
	font-family: 'Outfit Regular';
	width: calc(100% - 40px);
	padding: 20px 20px;
	height: 205px;
	outline: none;
	border: none;
	border-radius: 5px;
	background: #E9EFF3;
	color: #2a2937;
}
.contact-form-send{
	overflow: hidden;
}
.contact-form-send input{
	font-family: 'Outfit Bold';
	width: 145px;
	height: 60px;
	font-size: 20px;
	border-radius: 40px;
	cursor: pointer;
	text-align: center;
	background: #1689cd;
	color: #F7F6F4;
	border: none;
}
.contact-form-send input:hover{
	background: #c6d7e8;
	color: #1689cd;
}
.map-area{
	padding: 50px 0;
	overflow: hidden;
	position: relative;
}
