/* 'Open Sans', sans-serif */



/* loading page */
.se-pre-con { 
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 999999;
	background: url(../images/loader.gif) center no-repeat #fff;
}

input {
    border: 1px solid #989393!important;
}

input:focus {
    border: none;
}










/* Global Setting */

body {
	position: relative;
	overflow-x: hidden;
}


.row {

}




a {
	text-decoration: none!important;
}

ul {
	padding-left: 0;
}


ul li {
	list-style: none;
}

.page-title h2 {
	margin: 70px auto 50px;
    color: #062330cc;
    font-size: 36px;
	text-align: center;
padding-bottom: 30px;
	position: relative;
}

.page-title h2:after {

	left: 46%;
    bottom: 0;
    height: 4px;
    content: '';
    width: 100px;
    border-radius: 2px;
    position: absolute;
	border-bottom: 2px solid;
	opacity: .85;
	
	
}


@media (max-width:767px) {
.page-title h2:after {

	left: 40%;
	
}

}

/* Start Header */

header {
    position: relative;
    border-bottom: 1px dotted #ddd;
    padding: 5px 0 8px 15px;
    letter-spacing: .1px;
    font-family: sans-serif;
    color: #062330cc;
	background-color: #cccccc24;
	/*	background: url(../images/price-bg.png);*/

}



.info-box {
    position: relative;
    float: left;
    padding-left: 25px;
    line-height: 24px;
}


.info-box .icon {
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -20px;
    line-height: 40px;
    font-size: 16px;
    font-weight: 700;
	color: #024075;
    transform: rotatey(180deg);    
}


.info-box a {
    position: relative;
    color: #28262b;
    font-size: 13px;
    font-weight: 500;
}


.info-box a.mail {
    letter-spacing: .6px;
	color: #062330cc;
	transition: .3s all ease-in-out;
}


.info-box a.mail:hover {
	color: #024075;
}








/* End Header */






/* Start NavBar */
nav {
	font-family: 'Poppins', Arial, Helvetica, sans-serif;
	box-shadow: 10px 5px 15px 1px #cccccc8a;
	z-index: 9999;
}


nav.navbar {
	padding: 0 20px;
}

@media(max-width:991px) {
nav.navbar {
	padding: 10px 35px;
	}

}


.navbar-brand {
	padding: 0;
	height: 60px;
	line-height: 60px;
}


img.logo {
    height: 85%;
}


@media(max-width:991px) {
img.logo {
    height: 75%;
}

}



.nav-title {
    color: #024075;
    font-size: 14.5px;
    letter-spacing: 1px;
    font-weight: 600;
}

@media(max-width:1300px) {
.nav-title {
    display: none;
}

}



.navbar-nav {
}


.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active {
	color: #fff
	}

.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: #024075!important;

}





.nav-item  {
	margin: 0 10px;

}


@media (max-width: 991px) {
	.nav-item {
		text-align: center;
	}
	
}


@media (min-width: 992px) and (max-width: 1199.99px) {
	.nav-item {
	margin: 0 4px;
	}
	
}

@media (max-width: 991px) {
	.nav-item.active {
		height: auto;
		line-height: normal;
		padding: 3px;
	}
	
}




.nav-item .nav-link {
	min-width: 105px;
	text-align: center;
	color: #062330cc;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: .3px;
	display: inline-block!important;
	line-height: 50px;
    height: 65px;
    background-color: transparent;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;	
	transition: all .3s ease-in-out;
}


@media (max-width: 991px) {
.nav-item .nav-link {
	width: 100%;
	height: auto;
	line-height: normal;
	padding: 12px;
	font-size: 15px;
	
	
	}
	
}

@media (min-width: 991px) and (max-width:1199.99px) {
.nav-item .nav-link {
	font-size: 15px;
	}
}


.nav-item a.nav-link:hover,
.nav-item.active {
	background-color: #024075;
    color: #fff!important;
	letter-spacing: .3px;
	display: inline-block!important;
    height: 65px;

	/* box-shadow: 0 0 10px 0 #02407538; */
}






@media (max-width: 991px) {
.nav-item a.nav-link:hover,
.nav-item.active {
	height: auto;
	}
	
}


.nav-item.dropdown:hover,
.nav-item.dropdown:hover .nav-link.dropdown-toggle,
.nav-item.dropdown:hover .sol {
	background-color: #024075;
    color: #fff!important;
	letter-spacing: .3px;
	display: inline-block!important;
    height: 65px;

}

.nav-item .nav-link.dropdown-toggle {
	min-width: auto;	
	border-left: 1px solid #fff;

}

.nav-item.dropdown:hover .nav-link.dropdown-toggle {
	border-left: 1px solid #fff;
}



.dropdown-menu {
	padding: .5rem 0
}

@media(max-width:991.99px) {
.nav-item.dropdown {
	display:none!important;
	}
}

@media(min-width:992px) {
.soliotion {
	display:none!important;
	}
}

a.dropdown-item {
    font-size: 14px;
	padding: .25rem 1rem;
	letter-spacing: 0;
}

a.dropdown-item:hover {
    font-size: 14px;
	padding: .25rem 1rem;
	letter-spacing: 0;
}



.dropdown-item.active,
.dropdown-item:active {
	background-color: #024075;
} 

a.nav-link.sol {
	padding-right: 0!important;
	padding-left: 4px!important;

}

a.dropdown-item:hover .sol,
a.nav-link.sol:hover {
	padding-right: 0!important;
	padding-left: 4px!important;
}

@media (max-width:1199px) {
	.emp {
		display: none;
	}
}

/* End Navbar */












/* Start Footer */ 

.footer {
	/*background-color: #f8f9f9;*/
	background: url(../images/footer.png);
	padding: 60px 0 40px;
	box-shadow: 10px 5px 10px 0px #cccccc8a;
	margin-bottom: 3px;
}


.footer .fo-about img.footer-logo {
    width: 55px;
	margin: 4px 0;
	
}



@media(max-width:767.99px) {
.footer .fo-about img.footer-logo {
    width: 45px;
	margin-left: -10px;

}

}






.footer .fo-about span.company-name {
    color: #024075;
    font-size: 20px;
    vertical-align: sub;
	font-weight: 500;

	
}


.footer .fo-about .fo-about-data{
   	padding-right: 40px;
	margin-top: 20px;
    font-size: 15px;
	line-height: 2;
	color: #062330cc;
	font-weight: 500;
}





.footer .fo-block {
	margin-top: 18px;
}



.footer .fo-block h5 {
	color: #024075;
	font-size: 18px;
}






.footer .fo-about-data  {
}




.footer .fo-data  {
	margin-top: 30px;
    line-height: 1.8;

}

.footer .fo-data .footer-links  {
	line-height: 2.5;
	font-weight: 500;
	
}


.footer .fo-data a {
	color: #062330cc!important;
	transition: .4s all ease-in-out;

}



.footer .fo-data a:hover {
	color: #024075!important;

}

.footer .fo-data li a  {
	font-size: 15px;

}







.fo-block .contact-data p {
	margin-bottom: 11px;
	font-size: 14px;
	color: #062330cc;
}



.fo-block .contact-data i {
    color: #024075!important;
}























/* copy rights */

.copyrights {
    padding: 10px 0 5px ;
    background-color: #2a2a2afa;
    font-family: monospace;
    

}

@media (max-width: 767.99px) {
.copyrights {
	text-align: center;
    padding: 10px 0 10px ;
	}
	
}

.copyrights h6{
    font-size: 12px;
    color: #fff;
	margin-bottom: 0;
}



@media (max-width: 475px) {
.copyrights h6{
    font-size: 10px;

	}
	
}






.copyrights h6 a{
    color: #ffc107;
}




.social .social-bar {
	margin-bottom: 0;
}

@media (max-width: 767.99px) {
.social .social-bar {
	display: block;
	margin-top: 10px;
	text-align: center;
	}
	
}


@media (min-width: 768px) {
.social .social-bar .empty {
	display: none;
	}
	
}






.social-bar .f-social-icon {
	display: inline-block;
	border: 1px solid;
}


.social-bar .f-social-icon a {
	color: #fff;
}



