

*{
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
	font-size: 100%;
}

/*** 

====================================================================
	Global Settings
====================================================================

 ***/


a{
	text-decoration:none;
	cursor:pointer;
	color:#b3dce2;
}

a:hover,
a:focus,
a:visited{
	text-decoration:none;
	outline:none;
}

h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-weight:normal;
	margin:0px;
	background:none;
	line-height:1.2em;
	font-family: 'Archivo', sans-serif;
}

textarea{
	overflow:hidden;	
	resize: none;
}



p,.text{
	font-size: 14px;
	line-height: 30px;
	font-weight: 400;
	color: #666666;
	margin: 0;
}

::-webkit-input-placeholder{color: inherit;}
::-moz-input-placeholder{color: inherit;}
::-ms-input-placeholder{color: inherit;}

.auto-container{
	position:static;
	max-width:1200px;
	padding:0px 15px;
	margin:0 auto;
}

.small-container{
	position:static;
	max-width:1000px;
	padding:0px 15px;
	margin:0 auto;
}

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	min-width:300px;
	overflow: hidden;
	z-index: 99;
}

ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}

.theme-btn{
	display:inline-block;
	text-align: center;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
	font-family: "Raleway", sans-serif;
}

.centered{
	text-align:center !important;
}




/*=== List Style One ===*/
.list-style-one{
	position: relative;
	display: block;
	margin-bottom: 30px;
}

.list-style-one li{
	position: relative;
	font-size: 14px;
	line-height: 21px;
	color: #777777;
	font-weight: 400;
	padding-left: 35px;
	margin-bottom: 15px;
}

.list-style-one li:before{
	position: absolute;
	left: 0;
	top: 0;
	font-size: 14px;
	line-height: 25px;
	color: #105059;
	font-weight: 900;
	font-family: "FontAwesome";
    content: "\f101";
}

/*=== List Style Two ===*/
.list-style-two{
	position: relative;
	display: block;
	margin-bottom: 30px;
}

.list-style-two li{
	position: relative;
	font-size: 14px;
	line-height: 20px;
	color: #222222;
	font-weight: 500;
	padding-left: 35px;
	margin-bottom: 15px;
	font-family: "Archivo", sans-serif;
}

.list-style-two li:before{
	position: absolute;
	left: 0;
	top: 0;
	font-size: 14px;
	line-height: 20px;
	color: #105059;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
    content: "\f061";
}

.theme_color{
	color:#25262c;
}

.pull-right{
	float: right;
}

.pull-left{
	float: left;
}







.main-footer{
	position:relative;
}

.main-footer .widgets-section{
	position: relative;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 120px 0 70px;
	
}

.main-footer .widgets-section:before{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background-color: #0d2b6f;
	background-image: url(/footer-bg.png);
	background-size:631.33px 366px;
	opacity: .95;
	content: "";
}

.main-footer .footer-column{
	position:relative;
	margin-bottom:40px;
}

.main-footer .footer-widget{
	position:relative;
}

.main-footer .footer-column .widget-title{
	position: relative;
	font-size:20px;
	font-weight:700;
	color:#ffffff;
	line-height: 30px;
	padding-bottom: 10px;
	margin-bottom:50px;
}

.main-footer .footer-column .widget-title:before{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 1px;
	width: 40px;
	background-color: #0d2b6f;
	content: '';
}

.main-footer .about-widget{
	position: relative;
}

.main-footer .logo{
	position:relative;	
	margin-bottom: 40px;
}

.main-footer .footer-logo figure{
	margin: 0;
}

.main-footer .footer-logo img{
	display:block;
	max-width:100%;	
}

.main-footer .about-widget .text{
	position: relative;
	margin-bottom: 40px;
}

.main-footer .about-widget .text p{
	font-size: 14px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 400;
	margin-bottom: 30px;
}

.social-icon-two{
	position: relative;
	display: block;
}

.social-icon-two .title{
	position: relative;
	font-size: 20px;
	line-height: 26px;
	color: #ffffff;
	font-weight: 700;
	font-family: "Archivo", sans-serif;
	margin-right: 15px;
}

.social-icon-two li{
	position: relative;
	display: inline-block;
	font-size: 16px;
	line-height: 24px;
	color: #ffffff;
	margin-right: 22px;
}

.social-icon-two li:last-child{
	margin-right: 0;
}

.social-icon-two li a{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 24px;
	color: #ffffff;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.social-icon-two li a:hover{
	color: #105059;
}

/*Recent Posts*/

.recent-posts{
	position: relative;
}

.recent-posts .post{
	position: relative;
	min-height: 90px;
	padding-left: 110px;
	margin-bottom: 30px;
}

.recent-posts .post:last-child{
	margin-bottom: 0;
}

.recent-posts .post .thumb{
	position: absolute;
	left: 0;
	top: 0;
	height: 90px;
	width: 90px;
	overflow: hidden;
}

.recent-posts .post .thumb a{
	display: block;
}

.recent-posts .post .thumb img{
	display: block;
	width: 100%;
	height: auto;
}

.recent-posts .post h4{
	position: relative;
	font-size: 16px;
	color: #ffffff;
	line-height: 30px;
	font-weight: 700;
	top: -5px;
}

.recent-posts .post h4 a{
	color:#ffffff;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.recent-posts .post h4 a:hover{
	color: #105059;
}

.recent-posts .post .date{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 30px;
	color: #bbbbbb;
}

/*=== User LInks ===*/

.user-links{
	position: relative;
}

.user-links li{
	position: relative;
	display: block;
	font-size: 13px;
	line-height: 22px;
	color: #ffffff;
	font-weight: 400;
	padding-left: 20px;
	margin-bottom: 8px;
}

.user-links li:before{
	position: absolute;
	left: 0;
	top: 0px;
	font-size: 14px;
	line-height: 26px;
	color: #ffffff;
	font-weight: 900;
	content: ""; 
	font-family: "Font Awesome 5 Free";
    content: "\f105";
}

.user-links li a{
	display: block;
	color: #ffffff;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.user-links li a:hover{
	color: #105059;
}

.main-footer .contact-list{
	position: relative;
}

.main-footer .contact-list li{
	position: relative;
	padding-left: 70px;
	margin-bottom: 30px;
}

.main-footer .contact-list li:last-child{
	margin-bottom: 0;
}

.main-footer .contact-list li .icon{
	position: absolute;
	left: 0;
	top: 0;
	font-size: 40px;
	line-height: 1em;
	color: #ffffff;
}

.main-footer .contact-list li strong{
	display: block;
	font-size: 18px;
	line-height: 24px;
	color: #105059;
	font-weight: 700;
	font-family: "Archivo", sans-serif;
}

.main-footer .contact-list li .text{
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #ffffff;
	font-weight: 400;
}

.main-footer .contact-list li .text a{
	color: #ffffff;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-footer .contact-list li .text a:hover{
	color: #105059;
}

/*=== Footer Bottom ===*/

.main-footer .footer-bottom{
	position: relative;
	width: 100%;
	background-color: #071d4c;
	font-family: 'Archivo', sans-serif;
}

.main-footer .footer-bottom .inner-container{
	position: relative;
}

.main-footer .footer-bottom .copyright-text{
	position: relative;
	float: left;
	padding:20px 0;
}

.main-footer .footer-bottom .copyright-text p{
	position: relative;
	line-height: 20px;
	font-size: 16px;
	color: #ffffff;
	font-weight: 400;
}

.main-footer .footer-bottom .copyright-text a{
	color: #002121;
	font-weight: 700;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-footer .footer-bottom .copyright-text a:hover{
	color: #ffffff;
}

.main-footer .footer-bottom .footer-nav{
	position: relative;
	float: right;
}

.main-footer .footer-bottom .footer-nav ul{
	position: relative;
	padding:20px 0;
}

.main-footer .footer-bottom .footer-nav ul li{
	position: relative;
	float: left;
	padding-left: 30px;
	margin-left: 30px;
}

.main-footer .footer-bottom .footer-nav ul li:first-child{
	margin-left: 0;
	padding-left: 0;
}

.main-footer .footer-bottom .footer-nav ul li a{
	position: relative;
	display: block;
	font-size: 14px;
	line-height: 20px;
	color: #ffffff;
	font-weight: 400;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-footer .footer-bottom .footer-nav ul li:before{
	position: absolute;
	left: 0;
	top: 0px;
	font-size: 14px;
	line-height: 20px;
	color: #ffffff;
	font-weight: 400;
	content: '|';
}

.main-footer .footer-bottom .footer-nav ul li a:hover{
	color: #002121;
}

.main-footer .footer-bottom .footer-nav ul li:first-child:before{
	display: none;
}

/***

==================================================================
	Main Footer Style  Two
==================================================================

***/

.main-footer.style-two{
	position: relative;
}

.main-footer.style-two:before{
	display: none;
}

.main-footer.style-two .footer-upper{
	padding: 100px 0 60px;	
}

.main-footer.style-two .widget-title{
	position: relative;
	font-size: 18px;
	line-height: 1.2em;
	color: #ffffff;
	font-weight: 400;
	padding-bottom: 0;
}

.main-footer.style-two .widget-title:before{
	display: none;
}

.main-footer.style-two .about-widget{
	max-width: 370px;
}

.main-footer.style-two .logo{
	margin-bottom: 40px;
}

.main-footer.style-two .links-widget{
	position: relative;
	float: left;
	padding: 0 15px;
	width: 33.333333%;
}

.footer-links{
	position: relative;
	display: block;
}

.footer-links li{
	position: relative;
	display: block;
	margin-bottom: 10px;
}

.footer-links li a{
	position: relative;
	display: inline-block;
	font-size: 14px;
	line-height: 26px;
	color: #ffffff;
	font-weight: 400;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.footer-links li a:hover{
	color: #105059;
}

.main-footer.style-two .footer-bottom{
	position: relative;
	background-color: #002121;
	z-index: 9;
}

.social-icon-four{
	position: relative;
	float: left;
	background-color: #105059;
	margin-top: -25px;
	border-radius: 30px;
}

.social-icon-four:before{
	position: absolute;
	right: 0;
	top: 0;
	height: 50px;
	width: 1000%;
	background-color: #105059;
	content: "";
	border-radius: 30px;
}

.social-icon-four li{
	position: relative;
	float: left;
	margin-right: 30px;
}

.social-icon-four li a{
	position: relative;
	display: block;
	font-size: 16px;
	line-height:30px;
	padding: 10px 0;
	color: #222222;
	font-weight: 400;
	border-radius: 30px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.social-icon-four li a:hover{
	color: #ffffff;
}

.main-footer.style-two .copyright-text{
	position: relative;
	float: left;
	width: 100%;
	padding: 35px 0;
}

.main-footer.style-two .copyright-text p{
	font-size: 14px;
	color: #ffffff;
	font-weight: 400;
	line-height: 25px;
}

.main-footer.style-two .copyright-text a{
	color: #105059;
}

.main-footer.style-two .copyright-text a:hover{
	text-decoration: underline;
}

.main-footer.style-two .scroll-to-top{
	position: absolute;
	right: 0;
	left: auto;
	top: -25px;
	height: 50px;
	width: auto;
	font-size: 14px;
	line-height: 20px;
	padding: 15px 65px 15px 25px;
	text-align:center;
	z-index:100;
	cursor:pointer;
	color:#ffffff;
	background:#105059;
	display:none;
	border-radius: 30px;
	transform: none;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;		
}

.main-footer.style-two .scroll-to-top:hover{
	background:#ffffff;
	color: #105059;
	box-shadow: 0 0 20px rgba(0,0,0,0.10);
}

.main-footer.style-two .scroll-to-top .icon{
	position: absolute;
	right: 0;
	top: 0;
	height: 50px;
	width: 50px;
	text-align: center;
	font-size: 18px;
	line-height: 50px;
	cursor:pointer;
	color:#222222;
	background:#ffffff;
	border-radius: 30px;
	-webkit-transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	transition:all 300ms ease;	
}

.main-footer.style-two .scroll-to-top:hover .icon{
	background-color: #105059;
	color: #ffffff;
}

.main-footer.style-two  .footer-nav{
	position: relative;
	float: right;
	margin-top: 25px;
	padding:35px 0;
}

.main-footer.style-two .footer-nav li{
	position: relative;
	display: inline-block;
	padding-left: 30px;
	margin-left: 25px;
}

.main-footer.style-two .footer-nav li:first-child{
	margin-left: 0;
	padding-left: 0;
}

.main-footer.style-two .footer-nav a{
	display: inline-block;
	font-size: 14px;
	line-height: 25px;
	color: #ffffff;
	font-weight: 400;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.main-footer.style-two .footer-nav li:before{
	position: absolute;
	left: 0;
	top: 2px;
	font-size: 15px;
	line-height: 20px;
	color: #ffffff;
	font-weight: 400;
	content: '|';
}

.main-footer.style-two .footer-nav li a:hover{
	color: #105059;
}

.main-footer.style-two .footer-nav li:first-child:before{
	display: none;
}
