
/* Loader CSS starts here */

.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url('../img/page-loader.gif') 50% 50% no-repeat rgb(249,249,249);
}

/* Header Top and Bottorm CSS starts here */

.header_top {
	background-color: #434343;
	width: 100%;
	color: #bcbdbe;
	padding: 10px;
	font-size: 16px;
}

.header_top ul {
	list-style: none;
	margin-left: -35px;
}

.header_top ul li {
	float: left;
}

.header_top ul li:not(:first-child){
	margin-left: 15px;
}

.header_bottom  {
	background-image: url(../img/content_bg.jpg);
}

.header_bottom img {
	width: 140px;
}

.header_bottom h2{
	text-shadow: 1px 1px 1px rgb(0, 0, 0);
	color: #fc0606;
	font-weight: 700;
}

/* Menu CSS starts here */

.menu {
	background-color: #2B3285;
	border-bottom: 4px solid #CD2027;
}

.menu ul {
	list-style: none;
	margin-left: -35px;
}

.menu ul > li {
	float: left;
}

.menu ul > li:first-child {
	margin-left: -25px;
}

.menu ul > li > ul > li:first-child {
	margin-left: 0px;
}

.menu ul > li a {
	padding: 10px 30px;
	display: block;
	color: rgb(255, 255, 255);
	font-weight: 600;
	font-size: 20px;
}

.menu ul > li a:hover {
	color: #F58A15;
	text-decoration: none;
}

.menu ul > li > ul {
	display: none;
	background-color: rgba(43,50,133, 0.6);
	position: absolute;
	margin-left: 30px;
	box-shadow: 0px 0px 3px 1px #000;
	z-index: 10000000;
	border-radius: 0px 0px 5px 5px;
}

.menu ul > li > ul > li {
	float: inherit;
}

.menu ul > li > ul > li a:hover {
	background-color: rgba(43,50,133, 0.8);
}

.menu ul > li > ul > li a {
	color: #fff;
	margin-left: -40px;
	padding: 7px 30px;
}

.menu ul > li > ul > li a {
	border-bottom: 1px solid #fff;
}

.menu ul > li > ul > li a#last_menu_item {
	border-bottom: none;
}

.menu ul > li > ul > li a#last_menu_item:hover {
	border-radius: 0px 0px 5px 5px;
}

.menu ul > li > a.active {
	color: #F58A15;
}

.slicknav_menu {
	display:none;
}

/* Slider CSS starts here */

.carousel-inner > .item > img {
	width: 100%;
	height: 550px;
}

/* Project Div CSS starts here */

.projects_top {
	color: #3D3D3D;
	padding-top: 50px;
}

.projects_top p {
	font-size: 20px;
}

.projects_bottom {
	background-image: url(../img/content_img.jpg);
	background-position: 0px 50px;
    background-repeat: repeat-x;
	padding-bottom: 50px;
	margin-top: 40px;
	font-size: 21px;
	color: #3d3d3d
}

.projects_bottom p {
	margin-top: 20px;
}

/* Contents Div CSS starts here */

.contents {
	background-color: #ff9b1b;
	padding: 60px 0;
	color: #f2f3f4;
}

.contents h2 {
	color: #fff;
	font-weight: 700;
	text-shadow: 0px 0px 2px #000;
}

.contents p {
	font-size: 17px;
	color: #414040;;
}

/* Brand Div CSS starts here */

.brand {
	font-size: 30px;
	padding: 100px 0;
	font-weight: 700;
}

.fixed{
	overflow:hidden
}

.Parallax_one{
	background-image:url(../img/para.jpg);
	min-height:400px;
}

.parallax_overlay {
	background: rgba(0, 0, 0, .5) ;
	min-height:400px;
	overflow: hidden;
}

.Parallax_one h1{
	padding-top: 190px; 
	color: #fff;
	margin: 0;
	font-weight: 700;
}

/* Business Div CSS starts here */

.business_link {
	padding: 100px 0;
	background: #fff;
	overflow: hidden;
}

/* Footer Top and Bottom Div CSS starts here */

.footer_top {
	background: #3D3D3D;
	color: #b7b5b1;
	font-size: 15px;
	padding-bottom:20px;
}

.footer_top ul {
	margin-left: -40px;
	list-style: none;
}

.footer_top ul li a{
	color: #b7b5b1;
	font-size: 15px;
}

.footer_top ul li a:hover{
	color: #fff;
	text-decoration: none;
	
}

.footer_top h3 {
	color: #fff;
}

.footer_top i {
	font-size: 35px;
}

.footer_top i.fa-facebook-square{
	color: #b7b5b1;
}

.footer_top i.fa-twitter-square {
	color: #b7b5b1;
	margin-left: 10px;
}

.footer_top i.fa-google-plus-square {
	color: #b7b5b1;
	margin-left: 10px;
}

.footer_top i.fa-facebook-square:hover {
	color: #3C5A98;
}

.footer_top i.fa-twitter-square:hover {
	color: #55ACEE;
}

.footer_top i.fa-google-plus-square:hover {
	color: #DD4C3B;
}

.footer_top a:hover,a:visited{
	text-decoration:none;
	color:none;
}

.footer_bottom a:hover,a:visited{
	text-decoration:none;
	color:none;
}

.footer_bottom {
	background: #363636;
	color: #fff;
	padding: 10px 0 5px;
}

.footer_bottom_left {
	text-align: left;
}

.footer_bottom_right {
	text-align: right;
}

/* Font Face CSS starts here */

@font-face{
	font-family:segoe-print-bold;
	src:url("../fonts/segoe-print-bold.ttf");
}

.akib{font-family:"segoe-print-bold";
	text-shadow:1px 1px 1px black;
	color:#F77400;
	text-decoration:none;
	font-size:19px;
}
.akib span.lab{
	color:#E1262C;
}
.akib span{
	color:#fff;
}
.akib:hover{
	color:#F77400;
	font-weight:bold;
	cursor:pointer;
	text-shadow:1px 1px 1px black;
	text-decoration:none;
}  

/* Breadcrumb CSS starts here */

.breadcrumb > li > a:hover {
	color: #F58A15;
	text-decoration: none;
}

/* CEP Message Page CSS starts here */

.ceo_message {
	margin: 40px 0 100px;
	padding: 5px 30px 25px;
	font-size: 17px;
	background-image: url(../img/content_img.jpg);
	border-radius: 5px;
	color: #414040;
	overflow: hidden;
}

.ceo_message img {
	margin: 0px 20px 0px 0px;
}

.ceo_message h2 {
	color: #2B3285;
	font-weight: 700;
	margin-bottom: 30px;
}

/* Company Profile Page CSS starts here */

.company_profile {
	margin: 40px 0 100px;
	padding: 5px 30px 25px;
	font-size: 17px;
	background-image: url(../img/content_img.jpg);
	border-radius: 5px;
	color: #414040;
}

.company_profile h2 {
	color: #2B3285;
	font-weight: 700;
	margin-bottom: 30px;
}

.company_profile img {
	width: 100px;
}

.company_profile table {
	font-size: 17px;
	width: 100%;
	border-collapse: separate;
}

.company_profile td {
	padding: 10px 15px;
}

.company_profile  td:first-child {
	font-weight: 700;
}

.company_profile tr:nth-child(odd) {
	background-image: url(../img/content_bg.jpg);
}

i.fa-check {
	color: red;
}

/* Our Mission Page CSS starts here */

.our_mission  {
	margin: 40px 0 100px;
	padding: 5px 30px 25px;
	font-size: 17px;
	background-image: url(../img/content_img.jpg);
	border-radius: 5px;
	color: #414040;
	overflow: hidden;
}

.our_mission h2 {
	color: #2B3285;
	font-weight: 700;
	margin-bottom: 30px;
}

.our_mission img {
	width: 100%;
}

/* Resources Page CSS starts here */

.resources  {
	margin: 40px 0 100px;
	padding: 5px 30px 25px;
	font-size: 17px;
	background-image: url(../img/content_img.jpg);
	border-radius: 5px;
	color: #414040;
	overflow: hidden;
}

.resources h2 {
	color: #2B3285;
	font-weight: 700;
	margin-bottom: 30px;
}

.resources img {
	width: 100%;
}

.resources ul {
	list-style: none;
	margin-left: -35px;
}

.resources i.fa-certificate {
	color: #2B3285;
	font-size: 15px;
	margin-right: 10px;
}

/* Policy Page CSS starts here */

.policy  {
	margin: 40px 0 100px;
	padding: 5px 30px 25px;
	font-size: 17px;
	background-image: url(../img/content_img.jpg);
	border-radius: 5px;
	color: #414040;
	overflow: hidden;
}

.policy h2 {
	color: #2B3285;
	font-weight: 700;
	margin-bottom: 30px;
}

.policy img {
	width: 100%;
}

/* Product Page CSS starts here */

.products  {
	margin: 40px 0 100px;
	padding: 5px 30px 25px;
	font-size: 17px;
	background-image: url(../img/content_img.jpg);
	border-radius: 5px;
	color: #414040;
	overflow: hidden;
}

.products h2 {
	color: #2B3285;
	font-weight: 700;
	margin-bottom: 30px;
}

.products img {
	width: 100%;
}

.products ul {
	list-style: none;
	margin-left: -35px;
}

.products i.fa-square, .products i.fa-cog {
	color: #3f469b;
	font-size: 15px;
	margin-right: 10px;
}

/* Backtop jQuery Plugin CSS starts here */

#backTop{
    width:35px;
    height:35px;
    padding:10px;
    border-radius:4px;
    text-indent:-9999px;
    cursor:pointer;
    z-index:999999999;
	display:none;
	box-sizing:content-box;
	-webkit-box-sizing:content-box;
}
#backTop.white{
     background:url(../img/uparr-48-b.png) no-repeat center center rgba(255,255,255,0.8);
    border:1px solid #ccc;
}
#backTop.black{
     background:url(../img/uparr-48-w.png) no-repeat center center rgba(0,0,0,0.8); 
    border:1px solid #ccc;
}
#backTop.red{
     background:url(../img/uparr-48-w.png) no-repeat center center rgba(217,97,81,0.9); 
    border:1px solid #fff;
}
#backTop.green{
     background:url(../img/uparr-48-b.png) no-repeat center center rgba(81,217,187,0.9); 
    border:1px solid #fff;
}

/* Google Map CSS starts here */

#googleMap {
    height: 500px;
    box-shadow: 0px 0px 4px 2px #000;
}

/* Contact Page CSS starts here */

.contact {
    background-image: url(../img/content_bg.jpg);
    padding: 10px 15px;
    border-radius: 5px;
}

/* Product Mini Slider CSS starts here */

ul.slideshow {
	list-style:none;
	width:100%;
	height:300px;
	overflow:hidden;
	position:relative;
	margin:0;
	padding:0;
	
}	

ul.slideshow li {
	position:absolute;
	left:0;
	right:0;
}

ul.slideshow li.show {
	z-index:500;	
}

ul.slideshow img {
	border:none;
	width: 100%;
	height: 300px;
}

/* Thank you Page CSS starts here */

.thank_you  {
	margin: 40px 0px;
	padding: 20px ;
	background-image: url(../img/content_img.jpg);
	border-radius: 5px;
	color: #414040;
	overflow: hidden;
}

.thank_you h3 {
	color: #fc0606;
	font-weight: 700;
}


/* Medium Layout: 1280px. */
@media only screen and (min-width: 992px) and (max-width: 1200px) { 

/* Slider CSS starts here */

.carousel-inner > .item > img {
	width: 100%;
	height: 500px;
}  
    
}
/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) { 

/* Menu CSS starts here */

.menu ul > li a {
	padding: 10px 15px;
	display: block;
	color: rgb(255, 255, 255);
	font-weight: 600;
	font-size: 20px;
} 

/* Slider CSS starts here */

.carousel-inner > .item > img {
	width: 100%;
	height: 450px;
}

/* Project Div CSS starts here */

.projects_bottom p {
    font-size: 15px;
}

/* Contents Div CSS starts here */

.contents {
    padding: 40px 0;
}

/* Footer CSS starts here */

.footer_top a .fa {
	display: block;
}  

.footer_top i.fa-twitter-square {
	margin-left: 0px;
	margin-top: 10px;
}

.footer_top i.fa-google-plus-square {
	margin-left: 0px;
	margin-top: 10px;
}  
}




/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) { 

/* Mobile Menu CSS starts here */

.js #menu {
	display:none;
}
	
.js .slicknav_menu {
	display:block;
} 

.desktop_logo {
	display: none;
}

.mobile_logo {
	height: 40px;
}

/* Header Top and Bottom CSS starts here */

.header_top ul li:not(:first-child){
	margin-left: 0px;
}

.header_top ul li {
	float: inherit;
}

.header_top {
	padding: 10px 0px;
}    

.header_bottom h2{
	font-size: 17px;
	text-shadow: 1px 1px 0px rgb(0, 0, 0);
}

/* Slider CSS starts here */

.carousel-inner > .item > img {
	width: 100%;
	height: 300px;
}

/* Project Div CSS starts here */

.projects_bottom p {
    font-size: 14px;
}

.projects_bottom {
    background-size: 100% 100%;
}

/* Contents Div CSS starts here */

.contents {
    padding: 20px 0;
}

.contents h2 {
    font-size: 23px;
}

/* Brand Div CSS starts here */

.brand {
    font-size: 22px;
    padding: 50px 0;
    font-weight: 700;
}

/* Parallax Div CSS starts here */

.Parallax_one{
	min-height:250px;
}

.parallax_overlay {
    min-height: 250px;
}

.Parallax_one h1{
	padding-top: 110px; 
	font-size: 22px;
}

/* Business Link Div CSS starts here */

.business_link {
	padding: 40px 0;
}

/* Footer CSS starts here */

.footer_bottom_left {
	text-align: left;
}

.footer_bottom_right {
	text-align: left;
}

/* CEO Message Page CSS starts here */

.ceo_message img {
    margin: 0px 20px 20px 0px;
}

.ceo_message p {
	float: right;
}

/* All Product Div CSS starts here */

.company_profile, .ceo_message, .our_mission, .resources, .policy, .products {
	margin: 10px 0px 20px;
	padding: 10px;
}

.company_profile table{
	font-size: 12px;
}

/* All page Heading CSS starts here */

.ceo_message h2, .company_profile h2, .our_mission h2, .resources h2, .policy h2, .products h2 {
    margin-bottom: 10px;
	margin-top: 0px;
}

/* Menu CSS starts here */

.menu {
    background-color: initial;
    margin-top: -1px;
}

/* Product Mini Slider CSS starts here */

ul.slideshow {
	height:250px;
	
}

ul.slideshow img {
	height: 250px;
}

}



/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) { 

/* Header Top and Bottom CSS starts here */

.header_top ul li {
	float: inherit;
}

.header_top ul li:not(:first-child){
	margin-left: 0px;
}

.header_bottom h2{
	font-size: 28px;
	text-shadow: 1px 1px 1px rgb(0, 0, 0);
}

/* Slider CSS starts here */

.carousel-inner > .item > img {
	width: 100%;
	height: 350px;
}

/* Project Div CSS starts here */

.projects_bottom p {
    font-size: 20px;
}

.projects_bottom {
    background-size: 100% 100%;
}

/* Contents Div CSS starts here */

.contents {
    padding: 30px 0;
}

.contents h2 {
    font-size: 25px;
}

/* Brand Div CSS starts here */

.brand {
    font-size: 25px;
    padding: 75px 0;
    font-weight: 700;
}

/* Parallax Div CSS starts here */

.Parallax_one{
	min-height:300px;
}

.parallax_overlay {
    min-height: 300px;
}

.Parallax_one h1{
	padding-top: 120px; 
	font-size: 25px;
}

/* Business Link Div CSS starts here */

.business_link {
	padding: 70px 0;
}

/* Footer CSS starts here */

.footer_bottom_left {
	text-align: left;
}

.footer_bottom_right {
	text-align: left;
}

/* CEO Message Page CSS starts here */

.ceo_message img {
    margin: 0px 20px 20px 0px;
}

.ceo_message p {
	float: right;
}

/* All Product Div CSS starts here */

.company_profile, .ceo_message, .our_mission, .resources, .policy, .products {
	margin: 10px 0px 30px;
	padding: 15px;
}

.company_profile table{
	font-size: 15px;
}

/* All page Heading CSS starts here */

.ceo_message h2, .company_profile h2, .our_mission h2, .resources  h2, .policy h2, .products h2 {
    margin-bottom: 15px;
	margin-top: 0px;
}

/* Menu CSS starts here */

.menu {
    background-color: initial;
    margin-top: -1px;
}

/* Product Mini Slider CSS starts here */

ul.slideshow {
	height:300px;
	
}

ul.slideshow img {
	height: 300px;
}

}