@import url('https://fonts.googleapis.com/css?family=Lato');

body {
	margin: 0;
	padding: 0;
	font-size: 16px;
	letter-spacing: 1px;
	font-family: 'Lato', sans-serif;
}

ul, li, ol {
	margin: 0;
	padding: 0;
	list-style: none;
	font-family: 'Lato', sans-serif;
}

p {

}

a {
	text-decoration: none;
	color: #000;
}

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

img {
	width: 100%;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold;
	color: #f00;
	font-family: 'Lato', sans-serif;
}


/*=========================
		HEADER
============================*/

.static {
	position: fixed;
	z-index: 99999;
	right: 0;
	top: 0;
}

.static img {
	width: 100px;
}


.top-header {
	background: #101a67;
	padding: 10px 0;
}

.top-header .color {
	color: #fff;
}

.header-logo {
	padding: 15px 0;
}

.header-logo img {
	width: 150px;
}

.header-logo .right {
	float: right;
	margin-top: 35px;
}

.header-logo .right .contain {
	position: relative;
	display: inline-block;
	margin-left: 50px;
}

.header-logo .right .contain img {
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	max-width: 100%;
}

.header-logo .right .contain p {
	margin-left: 60px;
	font-weight: bold;
	font-size: 20px;
}

.header-logo .right .contain span {
	display: block;
	font-weight: normal;
	font-size: 16px;
}

/*-- menu-bar --*/
.menu-bar {
    background: linear-gradient(to right, #100cef 10%, #1aefa1 , #f1cf1c, #f30404 );
    border-bottom: 5px solid #101a67;
}

#cssmenu > ul > li > a {
    color: #000;
    font-size: 15px;
}

#cssmenu ul {
	width: fit-content;
	float: right;
}

#cssmenu > ul > li.has-sub > a:before,
#cssmenu > ul > li.has-sub > a:after {
	background: #000;
}

#cssmenu ul ul {
    position: absolute;
    left: -9999px;
    z-index: 999999;
}
/*-- welcome --*/
.welcome {
	margin-top: 50px;
}
.head h1 {
	text-transform: capitalize;
	font-weight: bold;
}
.head span {
	font-size: 20px;
	text-transform: capitalize;
}

.head p {
	margin-top: 20px;
}

.head a {
	padding: 10px 25px;
	background: #101a67;
	color: #fff;
	display: inline-block;
	margin-top: 25px;
	transition: 0.5s all;
}

.head a:hover {
	text-decoration: none;
	color: #fff;
	background: #f00;
	margin-top: 20px;
	transition: 0.5s all;
}

/*-- service --*/
.service {
	margin-top: 50px;
}

.service .service-box {
	position: relative;
	overflow: hidden;
	margin-top: 20px;
}

.service .service-box .over {
	position: absolute;
	color: #fff;
	padding: 50px;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,0.8);
	opacity: 0;
	transition: 0.5s all;
}

.service .service-box:hover .over {
	opacity: 1;
	transition: 0.5s all;
}

.service .service-box .over h2 {
	color: #fff;
	font-weight: bold;
}

/*===========================
		FOOTER
=============================*/

.footer {
	margin-top: 150px;
    padding: 30px 0 30px 0;
    background: #101a67;
    position: relative;
	border-top: 3px solid #f54b01;
}

.footer:before {
	position: absolute;
	left: 0;
	top: -63px;
	display: block;
	width: 100%;
	height: 63px;
	content: url(../img/footer-bg.png);
}

.f_head h3 {
    position: relative;
    display: block;
    color: #fff;
    margin-bottom: 30px;
}
.f_head h3::before {
    content: '';
    position: absolute;
    display: block;
    background: #989898;
    height: 1px;
    width: 30px;
    left: 0;
    bottom: -10px;
}
.f_head p {
    color: #fff;
}
.f_cont {
    color: #fff;
    padding-left: 50px;
    margin-bottom: 20px;
    border-bottom: 1px solid #373f7b;
    padding-bottom: 15px;
}
.address, .calling, .messages {
    position: relative;
}
.address::before {
    position: absolute;
    left: 0;
    top: 0;
    content: url(../img/map.png);
    display: block;
}
.calling::before {
    position: absolute;
    left: 0;
    top: 0;
    content: url(../img/call2.png);
    display: block;
}
.messages::before {
    position: absolute;
    left: 0;
    top: 7px;
    content: url(../img/message.png);
    display: block;
}
.f_cont img {
    margin-right: 20px;
}
.f_cont2 {
    color: #fff;
    margin-bottom: 20px;
    border-bottom: 1px solid #373f7b;
    padding-bottom: 15px;
}
.footer_list {
    list-style: none;
    display: inline-block;
    padding: 0px;
    margin: 0;
}
.footer_list li a i {
    color: #fff;
}
.footer_list li a i:hover {
    color: #fff;
    text-decoration: none;
}
.subfooter {
    padding: 20px 0;
    background: #171717;
}
.sublink span {
    color: #ccc;
}
.f_cont.messages, .f_cont2.messages2 {
    border-bottom: 0px;
}
.messages2 img {
	width: auto;
	max-width: 100%;
}
.subfooter .sublink a {
	color: #fff;
}
/*--- //footer ---*/




/*====================================
		PAGES
=================================*/
.l_bul {
	margin-left: 50px;
}
.l_bul li {
	margin-bottom: 10px;
	list-style: circle;
}

.page.contact {
	padding: 100px 0;
	background: url(../img/contact3.jpg) bottom center no-repeat;
	background-size: cover;
}

.footer.contact {
	margin: 0;
}
.maxwidth {
	width: auto;
	max-width: 100%;
	height: auto;
}
.padding-zero p {
	margin: 0;
	padding: 0;
}
.listst2 {
	margin-left: 50px;
}
.listst2 li {
	list-style: disc;
}
.shade {
    display: block;
    width: 100%;
    height: 70px;
}
.padding-none .right {
	margin-right: -15px;
}
.padding-none .left {
	margin-left: -15px;
	text-align: right;
}
.padding-none p {
	font-size: 13px;
}
.prd-border {
	margin-bottom: 30px;
}


.shadowssd .box {
	float: left;
	width: 20%;
}
.shadowssd .box p {
	padding: 30px 10px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
}

.apps h2 {
	font-size: 18px;
	margin: 0;
	padding: 0;
	color: #000;
}
.apps img {
	height: auto;
	width: auto;
	max-width: 100%;
}