@charset "utf-8";
/* CSS Document */
 body{
     margin:0;
     padding:0;
}
.menu5{
	display:none;
}
.scrollToTop{
	width:40px; 
	height:40px;
	padding:10px; 
	text-align:center; 
	background: whiteSmoke;
	font-weight: bold;
	color: #444;
	text-decoration: none;
	position:fixed;
	bottom:30px;
	right:30px;
	display:none;
	background-color:transparent;
	background-image:url(../images/scroll-to-top-icon.png);
}
.scrollToTop:hover{
	text-decoration:none;
}
.menu_mobile{
	display:none;
}
 padding{
	color: #444;
 }
	
 a{
     text-decoration:none;
}
.table-striped>tbody>tr:nth-of-type(even) {
    background-color: #ddd;
}
 a:hover{
     outline:none !important;
}
.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
	margin-top:15px;
	margin-bottom:15px;
}
.video-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
 .top_head{
     background-color:#EA8C00;
     height:5px;
     width:100%;
}
 .logo_part img{
     margin:5px 0px;
}
 .social{
     float:right;
	 width:100%;
}
 .social img{
     margin-top:10px;
     margin-right:5px;
	 float:right;
}
 .phone_no{
     float:right;
     margin-right:5px;
     letter-spacing: 1px;
     margin-top:12px;
	 margin-bottom:5px;
     font-size:16px;
     color:#333333;
     font-weight:700;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    
    background-color: #159D16 !important;
    border-color: #159D16 !important;
	color:#fff !important;
}
.pagination>li>a, .pagination>li>span {
    color: #333 !important;
}
 .phone_no img{
     display:inline;
     width:13px;
     color:#333333;
     margin-right:11px;
}
 .nav_bg{
    background: rgba(255,0,0,1);
	background: -moz-linear-gradient(top, rgba(255,0,0,1) 0%, rgba(241,111,91,1) 0%, rgba(246,41,14,1) 0%, rgba(245,30,10,1) 0%, rgba(255,72,72,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,0,0,1)), color-stop(0%, rgba(241,111,91,1)), color-stop(0%, rgba(246,41,14,1)), color-stop(0%, rgba(245,30,10,1)), color-stop(100%, rgba(255,72,72,1)));
	background: -webkit-linear-gradient(top, rgba(255,0,0,1) 0%, rgba(241,111,91,1) 0%, rgba(246,41,14,1) 0%, rgba(245,30,10,1) 0%, rgba(255,72,72,1) 100%);
	background: -o-linear-gradient(top, rgba(255,0,0,1) 0%, rgba(241,111,91,1) 0%, rgba(246,41,14,1) 0%, rgba(245,30,10,1) 0%, rgba(255,72,72,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,0,0,1) 0%, rgba(241,111,91,1) 0%, rgba(246,41,14,1) 0%, rgba(245,30,10,1) 0%, rgba(255,72,72,1) 100%);
	background: linear-gradient(to bottom, rgba(255,0,0,1) 0%, rgba(241,111,91,1) 0%, rgba(246,41,14,1) 0%, rgba(245,30,10,1) 0%, rgba(255,72,72,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#ff4848', GradientType=0 );
	height: 41px;
	float: left;
	width: 100%;
}
 .nav_bg2{
	 display:none;}

 .silder_part{
     width:100%;
     height:auto;
}
 .flag{
     width:100%;
     height:38px;
     background-image:url(../images/flag.png);
     background-repeat:repeat-x;
     margin-bottom:25px;
}
 .welcome h2{
    font-size: 32px;
    /* font-weight: 500; */
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
	margin-top:10px;
    text-align: center;
    color: #fff;
	font-family: 'Lato', sans-serif;
}
 .welcome p{
     text-align:center;
	 color:#fff;
	 font-size:18px;
	 margin-bottom:15px;
}
 .welcome a {
     background-color: #12436D;
     color: #fff;
     font-size: 15px;
     padding: 7px 18px;
     float:right;
	 margin-top: 22px;
}
 .welcome a:hover {
     color: #fff;
    
}
.page_content h2{
	font-size: 25px;
    /* font-weight: 500; */
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
	margin-top:10px;
    text-align: left;
    color: #000;
	margin-bottom:0;
	font-family: 'Lato', sans-serif;
}
.heading_news{
	font-size: 22px;
	line-height:35px;
    color: #fff;
	margin-bottom:0;
	font-family: 'Lato', sans-serif;
	padding:0px 15px 5px;
	background: rgba(96,95,95,1);
	background: -moz-linear-gradient(top, rgba(96,95,95,1) 0%, rgba(45,45,45,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(96,95,95,1)), color-stop(100%, rgba(45,45,45,1)));
	background: -webkit-linear-gradient(top, rgba(96,95,95,1) 0%, rgba(45,45,45,1) 100%);
	background: -o-linear-gradient(top, rgba(96,95,95,1) 0%, rgba(45,45,45,1) 100%);
	background: -ms-linear-gradient(top, rgba(96,95,95,1) 0%, rgba(45,45,45,1) 100%);
	background: linear-gradient(to bottom, rgba(96,95,95,1) 0%, rgba(45,45,45,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#605f5f', endColorstr='#2d2d2d', GradientType=0 );
}
.news_details{
	padding:0 15px;
}
.page_content p{
	color:#000;
	text-align:justify;
	font-size:14px;
}
.page_content{
	border:1px solid #666;
	margin-bottom:30px;
	height: auto;
    float: left;
    width: 100%;
	padding-bottom:20px;
}
.news_headding{
	font-size: 14px;
    font-weight: bold;
}
.all_news{
	border-bottom: 1px solid #868686;
    width: 100%;
    padding: 5px 15px;
    float: left;
}
.news_date{
	font-size: 14px;
    margin: 0 0 2px 0px;
}
.news_more{
	 float: right;
    font-weight: bold;
    color: #EA8C00;
    width: 50%;
    text-align: right;
}
._2p3a{
	width:auto !important;
}

.welcome_bg{
	width:100%;
	min-height:435px;
	background-image:url(../images/welcome_bg.jpg);
	background-repeat:no-repeat;
	background-size:cover;
	padding-top: 10px;
}
 .welcome a:hover{
     text-decoration:none;
     color:#fff;
}
 .content_back{
	 padding:0 10px;
}
 .content_back h3{
     font-size:22px;
     font-weight:600;
     border-bottom:1px solid #000;
     padding-bottom:10px;
     margin-bottom:0;
     margin-top:0px;
}
 .content_back p{
     font-size:16px;
     color:#666666;
     margin-top: 2px;
     margin-bottom: 0px;
     float:left;
}
 .date {
     border-bottom: 1px solid #000;
     width: 100%;
     float: left;
}
 .date p{
     font-size:16px;
     color:#000;
     float:left;
     font-weight:600;
}
 .date a{
     font-size:16px;
     color:#EA8C00;
     float:right;
}
 .latest{
     background-color: #F1F1F1;
     padding: 10px;
     float: left;
     margin-top: 10px;
	 width:100%;
}
 .content_button {
     background-color: #12436D;
     padding: 7px 18px;
     float: right;
     margin-top: 10px;
     color:#fff;
}
.tabler tr:nth-child(odd){ background-color:#CCC; }
.tabler tr:nth-child(even){ background-color:#f1f1f1; }
.tabler th{ background-color:#000033; height:30px; }
.tabler td {
	border: 1px solid #333;
	height:30px;
}
.address{
	font-weight:bold;
	font-size:16px;
	border-top: 1px solid;
}
.image_box {
    background-color: #f1f1f1;
    border: 1px solid #ccc;
    float: left;
    padding: 4%;
    margin: 10px 0;
    height: auto;
    width: 100%;
}
.image_box img{
	height:120px;
    width: 100%;
}
.desktop_menu{
	display:block;
}
.mobile_menu{
	display:none;
}
.image_box a{
	color:#000;
	font-size:14px;
}
.contact_left{
	text-align: left !important;
}
 .content_button:hover{
     text-decoration:none;
     color:#fff;
}
 .Social_Updates h2 {
     color: #000;
     font-size: 28px;
     font-weight: 500;
     text-align: center;
     border-bottom: 1px solid #000;
     padding-bottom: 22px;
     padding-top: 29px;
	 font-family: 'Roboto', sans-serif;
}
 .Social_Updates{
     background-color:#F9F9F9;
     width:100%;
     padding-bottom: 46px;
}
 .facebook_update{
     background-image:url(../images/fb_bg.png);
     height: 40px;
     width: 100%;
}
 .fa.fa-facebook-square {
     color: #fff;
     font-size: 28px;
     float:left;
     margin: 7px 13px 0px 13px;
}
 .facebook_update p {
     font-size: 18px;
     color: #fff;
     font-weight: 500;
     padding: 9px;
}
 .twitter_update{
     background-image:url(../images/twiter_bg.png);
     height: 40px;
     width: 100%;
}
 .fa.fa-twitter-square {
     color: #fff;
     font-size: 28px;
     float:left;
     margin: 7px 13px 0px 13px;
}
 .twitter_update p {
     font-size: 18px;
     color: #fff;
     font-weight: 500;
     padding: 9px;
}
 .google_update{
     background-image:url(../images/google+_bg.png);
     height: 40px;
     width: 100%;
}
 .fa.fa-google-plus-square {
     color: #fff;
     font-size: 28px;
     float:left;
     margin: 7px 13px 0px 13px;
}
 .google_update h4 {
     font-size: 18px;
     color: #fff;
     font-weight: 500;
     padding: 9px;
	 margin-bottom:0;
	 margin-top:0;
}
 .google_update p {
	    font-size: 15px;
    color: #666666;
    margin-top: 3px;
    margin-bottom: 0px;
    float: left;
}
.contact_us_headding{
	font-size: 22px;
	line-height:35px;
	margin-bottom:20px;
    color: #fff;
	font-family: 'Lato', sans-serif;
	padding:0px 15px 5px;
	background: rgba(96,95,95,1);
	background: -moz-linear-gradient(top, rgba(96,95,95,1) 0%, rgba(45,45,45,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(96,95,95,1)), color-stop(100%, rgba(45,45,45,1)));
	background: -webkit-linear-gradient(top, rgba(96,95,95,1) 0%, rgba(45,45,45,1) 100%);
	background: -o-linear-gradient(top, rgba(96,95,95,1) 0%, rgba(45,45,45,1) 100%);
	background: -ms-linear-gradient(top, rgba(96,95,95,1) 0%, rgba(45,45,45,1) 100%);
	background: linear-gradient(to bottom, rgba(96,95,95,1) 0%, rgba(45,45,45,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#605f5f', endColorstr='#2d2d2d', GradientType=0 );
}
.update_box {
         border: 1px solid #666666;
    min-height: 460px;
    margin-top: 24px;
    height: auto;
	width:100%;
	overflow: hidden;
}
 .marquee_part{
     width:100%;
     height:auto;
     margin:10px 0;
     border-top:1px solid #333;
     border-bottom:1px solid #333;
     padding:8px 0;
     float:left;
}
 .marquee_part img{
     display:inline;
     padding:0 5px;
}
 .footer{
     background:#333;
     text-align:center;
     width:100%;
     float:left;
}
 .footer p{
     color:#fff;
     padding:0;
     line-height:35px;
     margin:0;
}
 .footer a{
	 color:#fff;
 }
.footer a:hover{
	 color:#fff;
 } 
 .facebook_wedget2{
	 display:none;
 }
  .facebook_wedget{
	 display:block;
 }

.nav_menu{
	display:none;}
 
/************media  query start**************/
 
 @media only screen and (max-width: 450px) {
    .header {
        width:85% !important;
		float:right !important;
    }
	
	.nav_menu{
		display:block;}
}

 @media only screen and (max-width:770px) {
  
	.nav_menu{
		display:block;}
.hide_on_mobile{
	display:none;
}
	.nav_menu {
	color: #fff;
	font-size: 16px;
	float: left;
	line-height: 41px;
	
	width: 150px;
	font-weight: 700;
}		
.desktop_menu{
	display:none !important;
}
.mobile_menu{
	display:block;
}
 .nav_bg2{
    background: rgba(255,0,0,1);
	background: -moz-linear-gradient(top, rgba(255,0,0,1) 0%, rgba(241,111,91,1) 0%, rgba(246,41,14,1) 0%, rgba(245,30,10,1) 0%, rgba(255,72,72,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,0,0,1)), color-stop(0%, rgba(241,111,91,1)), color-stop(0%, rgba(246,41,14,1)), color-stop(0%, rgba(245,30,10,1)), color-stop(100%, rgba(255,72,72,1)));
	background: -webkit-linear-gradient(top, rgba(255,0,0,1) 0%, rgba(241,111,91,1) 0%, rgba(246,41,14,1) 0%, rgba(245,30,10,1) 0%, rgba(255,72,72,1) 100%);
	background: -o-linear-gradient(top, rgba(255,0,0,1) 0%, rgba(241,111,91,1) 0%, rgba(246,41,14,1) 0%, rgba(245,30,10,1) 0%, rgba(255,72,72,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,0,0,1) 0%, rgba(241,111,91,1) 0%, rgba(246,41,14,1) 0%, rgba(245,30,10,1) 0%, rgba(255,72,72,1) 100%);
	background: linear-gradient(to bottom, rgba(255,0,0,1) 0%, rgba(241,111,91,1) 0%, rgba(246,41,14,1) 0%, rgba(245,30,10,1) 0%, rgba(255,72,72,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#ff4848', GradientType=0 );
	height: 41px;
	float: left;
	width: 100%;
	display:block;
}
 .nav_bg{
	 display:none;}
}
 @media only screen and (max-width:1024px) {
   #primary-nav li a {
    color: #fff;
     font-weight:normal; 
    padding: 10px 3px;
}

 .facebook_wedget2{
	 display:block;
 }
  .facebook_wedget{
	 display:none;
 }
			
}
 @media only screen and (max-width:990px) {
   
	.news_pad{
		min-height:360px !important;
		}
		 .facebook_wedget2{
	 display:none;
 }
  .facebook_wedget{
	 display:block;
 }
			
}




/************media  query end**************/
