@import url('https://fonts.googleapis.com/css?family=Lato:400,900'); 
@import url('https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.5.2/animate.min.css');
/*Other_Style_css*/
@import url("top.css");
@import url("banner.css");
@import url("font-awesome.min.css");
@import url("webslidemenu.css");
@import url("owl.theme.css");
@import url("owl.carousel.css");

body{
    font-family: 'Lato', sans-serif !important;
}

.eng{
    margin-top: 10px;
}

.social{
    padding: 0px;
    margin:0px;
    text-align: right;
	}

.social>li{
    list-style: none;
    display: inline-block;
}

.social>li>a{
    border: 1px solid #ccc;
    color: #ccc;
    padding: 2px 0px 0px 0px;
    transition: 0.6s;
    width: 27px;
    height: 27px;
    display: block;
    text-align: center;
}

.social>li>a:hover{
     border:1px solid #00028c;
    color: #fff;
    background-color: #00028c;
}

.topbg{
    background-color: #00028c;
}

.top_text{
    padding:0px;
   color: #fff;
    margin: 10px 0px 10px 0px; 
    text-align: right;
}

.top_text>li{
    list-style: none;
    display: inline-block;
    margin-right: 10px;
}

.top_text>li:last-child{
    margin: 0px;
}

.top_text>li>a{
    text-decoration: none;
    color: #fff;
    transition: 0.6s;
}

.top_text>li>a:hover{
    color: #fff;
}

.top_text>li>a>i{
     border: 1px solid #fff;
    padding: 4px;
    color: #fff;
     transition: 0.6s;
}

.top_text>li>a:hover i{
    border:1px solid #fff;
    color: #00028c;
    background-color: #fff;
}

.top_border{
    border-bottom: 1px solid #ccc;
}


.top_search{
	
}

.top_search .sign-form{
	margin: 20px 0;
	width: 100%;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,.1);
}

.top_search .sign-form input { 
	background: transparent; 
	height:45px;
	padding:0 15px;
	width:90%; 
	float:left;
	box-shadow:none;
	color: #77777b;
	font-size: 13px;
	border-right: none !important;
	 border: 1px solid #e3e3e3;
}
.top_search .sign-form button {
	background:transparent; 
	height:45px;
	float:left;
	width:10%; 
	text-align:center; 
	color:#002244;  
	font-size:16px; 
	line-height: 43px;
	 border: 1px solid #e3e3e3;
     border-left: none !important;
}

.bgcolor1{
    padding: 5px 0px;
}

.logo>a>img{
    margin-left: auto;
    margin-right: auto;
}

.top_nav{
    padding:0px;
    margin:0px;
        margin-top: 30px;
    float: right;
}

.top_nav>li{
     list-style: none;
    display: inline-block;
}

.top_nav li+li:before {
    padding: 0px 2px;
    color: #000;
    content: "/\00a0";
}

.top_nav>li>a{
    text-decoration: none;
    color: #000;
}

.anons__block--center {
    padding: 0;
    margin: 0px 10px;
    background-color: #f4f4f4;
    transition: 0.4s;
    border-bottom: 3px solid #00028c;
}


.anons__block--center:hover{
    background-color: #00028c;
        border-bottom: 3px solid #000;
}

.anons__color-block {
    padding: 15px 0;
}

.anons__block h2 {
    margin: 0;
    text-align: center;
}

.anons__block h2 a{
    text-decoration: none;
    color: #000;
    margin: 0 0 15px 0;
    text-align: center;
}

.anons__block--center:hover .anons__color-block h2 a{
    color: #fff;
}

.anons__block p {
    color: #000;
    text-align: center;
}

.anons__block--center:hover .anons__color-block p{
    color: #fff;
}

.triangle--block-center:after {
    border-bottom: 13px solid #00028c;
    border-right: 13px solid transparent;
/*    left: 15px;*/
    bottom: 0;
    width: 0;
    height: 0;
    content: '';
        position: absolute;
    transition: 0.4s;
}

.triangle--block-center:hover:after{
    border-bottom: 13px solid #000;
}

.fproduct{
    padding: 30px 0px 30px;
}

.h_text{
      text-align: center;
    font-weight: bold;
}

.p_img{
    text-decoration: none;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    display: block;
    margin-top: 15px;
}

.p_img>img{
    margin-left: auto;
    margin-right: auto;
}

.p_text{
    text-align: center;
    background-color: #ccc;
    color: #000;
    padding: 10px 0px;
    background-color: #f4f4f4;
    border-bottom: 3px solid #00028c;
    transition: 0.4s;
}

.p_text:after {
    border-bottom: 13px solid #00028c;
    border-right: 13px solid transparent;
    left: 15px;
    bottom: 0;
    width: 0;
    height: 0;
    content: '';
    position: absolute;
    transition: 0.4s;
}

.p_text>h4{
    text-decoration: none;
}

.p_text>h5{
    text-decoration: none;
}

.p_img:hover{
    text-decoration: none;
}

.p_img:hover .p_text{
    background-color: #00028c;
    border-bottom: 3px solid #f4f4f4;
    color: #fff;
}

.p_img:hover .p_text:after {
    border-bottom: 13px solid #f4f4f4;
}

.BtmImg {
	 background:url(../images/parallax.jpg) no-repeat center; 
	   background-attachment:fixed; 
	       padding: 20px 0px 50px;
	   }
.BtmImg .BtmInner {
	 background-attachment:scroll;
	  background-position:center bottom;
	   background-repeat:no-repeat;
	   }	

.InnerText {
	   width:100%; 
	   }
	   
.InnerText>h2{
	color:#000;
	}
	
.InnerText>h1{
color: #00028c;
    margin-top: 5px;
    text-transform: uppercase;
    font-weight: 700;
	}
	
.InnerText>div{
	color:#000;
	}

.InnerText>a{
    text-decoration: underline;
    color: #000;
}

.triangle:after {
    width: 0;
    height: 0;
    content: '';
border-bottom: 12px solid #eee;
    border-right: 12px solid transparent;
    position: absolute;
    bottom: -1px;
    left: -1px;
}

.footerbg{
    width: 100%;
    background-color: #ffffff;
    background-image: url(../images/footerbg.png);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0px;
}

.f_logo{}

.f_logo>img{
    margin-left: auto;
    margin-right: auto;
    width: 30%;
}

.f_menu{
    text-align: center;
}

.f_menu>ul{
    display: inline-block;
    width: auto;
    padding: 0;
    margin: 0;
    padding-top: 40px;
    padding-bottom: 10px;
    border-bottom: 1px solid #a1a1a1;
}

.f_menu>ul>li{
    display: inline-block;
    list-style: none;
    padding: 0px 20px 0px 10px;
    position: relative;
}

.f_menu>ul>li>a{
    font-weight: 500;
    color: #222222;
    text-transform: capitalize;
    transition: all 0.3s;
    text-decoration: none;
}

.f_menu>ul>li>a:hover{
    color: #00028c;
}

.contact_text{
    text-align: center;
    width: 100%;
    padding: 20px 0px 0;
}

.contact_text p {
    width: 100%;
    color: #222222;
}

.contact_text p a{
    text-decoration: none;
    color: #222222;
}

.contact_text p a:hover{
    color: #00028c;
}

.contact_text p i {
    padding-right: 5px;
    color: #00028c;
}

.footer-bottom{
    background-color: #222;
    padding: 28px 0;
}


.f_link{
    color: #868686;
    margin-top: 5px;
}

.f_link>a{
    text-decoration: none;
    color: #fff;
}

				
/*==================================================
=            detaile page   style                =
==================================================*/

	.Pagination { 
	clear:both; 
	margin-bottom:10px;
	}
	
	.Pagination a {
	background:#f3f3f3; 
	padding:3px 6px; 
	font-size:14px;  
	text-decoration:none; 
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px; 
	-khtml-border-radius:3px; 
	color:#000 !important;
	}
	
	.Pagination a:hover, .Pagination a.paging_act {
	background:#2B1C13;
	color:#fff !important;
	}

	.ProDetailsCon { 
	float:left; 
	padding:15px; 
	margin-left:0px; 
	padding-right:0px;
	width:100%;
	}
	
	.ProDetailsCon h1 { 
	color:#000; 
	font-size:18px;
	font-family: 'oswaldmedium'; 
	font-weight:normal; 
	text-transform:uppercase;
	}
	
	.DetailArt {
	border:1px solid #fff;
	padding:7px 5px; 
	font-size:12px; 
	color:#000;
	font-size:14px; 
	font-family: 'oswaldmedium';
	margin:8px 0 10px; 
	box-shadow:0px 0px 2px #000; 
	}
	
	.DetailArt span { 
	color:#000;
	}
	
	.DetailsCon {
	border:1px solid #fff; 
	padding:7px 5px; 
	min-height:100px;
	margin-bottom:10px; 
	color:#333;
	box-shadow:0px 0px 2px #000;
	font-family: 'oswaldmedium';
	}
	
	.DetailsCon span {
	color:#000; 
	font-size:16px; 
	font-family: 'oswaldmedium';
	}
	
	
	.ProdOpt { 
	border:1px solid #fff;
	padding:7px 5px;
	margin-bottom:8px; 
	box-shadow:0px 0px 2px #000;
	}
	
	.ProdOpt span {
	width:100px; 
	font-size:14px; 
	font-family: 'oswaldmedium'; 
	color:#000; 
	display:inline-block;
	}
	
	.ProdOpt select {
	border:1px solid #ccc;
	padding:2px; 
	color:#666;
	background:#f7f7f7;
	}
	
	.ProdOpt input {
	border:1px solid #ccc;
	width:50px; 
	padding:2px;
	color:#666;
	background:#f7f7f7;
	}
	
	.Button { 
	background:#fff; 
	padding:8px 10px; 
	color:#000; 
	transition: 
	all 0.5s ease-in-out 0s; 
	font-family: 'oswaldmedium';
	font-size:14px; 
	text-transform:uppercase;  
	margin:8px 0 10px 0px;
	box-shadow:0px 0px 2px #000;
	border: 1px solid;
	}
	
	.Button:hover { 
	background:#00028c; 
	cursor:pointer; 
	color:#fff; 
	}
	
		
	
/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/

    /*==========  Mobile First Method  ==========*/


@media only screen and (max-width: 480px) {
	
	.signup .sign-form {
    margin-top: 0px;
}
    
    .signup .sign-form > div{
        width: 100%;
    }
    
    .button--sign {
    margin-top: 10px;
    float: right;
    }
    
    .sign-input {
    border-bottom: 1px solid #ccc;
    padding: 0 0px 20px 15px;
    }
    
    .link__square {
    margin: 0 auto 20px auto;
    margin-top: 0px; 
    }
    
    .quick-form {
    margin: 30px 0 0 0px;
}
    
    .quick-form .button {
    margin-bottom: 10px;
    }
    
    .signup__desc {
    margin:0px;
}
    
    .signup__desc h2.title {
        margin: 0 0 20px 0;
    }
    
    .text--small {
    margin: 0 auto 30px auto;
}
    
    .anons__block--center{
        margin-top: 10px;
    }
    
    .eng{
        display: none;
    }
    
    .f_link {
    margin-top: 0px;
    text-align: center;
}
    
    .social {
    text-align: center;
    margin-top: 10px;
}
    
    
.topbg{
    background-color: #fff;
}

.top_text{
   color: #000;
}

.top_text>li>a{
    color: #000;
}

.top_text>li>a:hover{
    color: #000;
}

.top_text>li>a>i{
     border: 1px solid #fff;
    color: #000;
}

.top_text>li>a:hover i{
    border:1px solid #fff;
    color: #00028c;
    background-color: #fff;
}

    
	
	}				

					













			