@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

body {
    background-color:#ffffff;
	color: #000 !important;
    }
	
.navbar-default .navbar-brand {
    color: #231f20 !important;
}	

.login{ background:#fff;
	 background-size:cover;
}

    .carousel-inner > .item > img, .carousel-inner > .item > a > img {
        display: block !important;
        height: 550px !important;
        min-width: 100% !important;
        width: 100% !important;
        max-width: 100% !important;
        line-height: 1 !important;
    }
	
.container-fluid {
    padding-right: 0px !important;
    padding-left: 0px !important;
    margin-right: auto;
    margin-left: auto;
}	

.colo_body{
	background-color: #e0e0e0;
}


.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #231f20;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #231f20;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
	color: #fff;
    background-color: #e51b24;
    border-color: #231f20;
}

hr {
    margin-top: 5px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #231f20;
}

header {
	opacity:0.8;
	z-index:99999;
}

.lower-opacity {
    opacity:1;
}

a.back-to-top {
	display: none;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	position: fixed;
	z-index: 999;
	right: 20px;
	bottom: 20px;
	background: #231f20 url("../images/up-arrow.png") no-repeat center 43%;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}


.errorMessage{
	color:#F00 !important;
	padding:5px !important;
	list-style-type:none !important;
}	

.actionMessage{
	color:#F00 !important;
	list-style-type:none !important;
	text-align:center;
}	

.panel-danger > .panel-heading {
    color: #a94442;
    background-color: #fff !important;
    border-color: #fff !important;
    text-transform: uppercase;
    text-transform: uppercase;
    font-size: 20px;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    padding-top:20px;
}

.panel-danger {
     border-color: #fff !important; 
}

.container
{
	padding-left: 0px !important;
	padding-right: 0px !important;
	color: #000 !important;
	background-color: #fff;
	/*box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.25);*/
	margin-top: 15px;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent !important;
}

.slider{
	border:5px solid #231f20;
	-webkit-box-shadow: 0 25px 18px -18px #000;
     -moz-box-shadow: 0 25px 18px -18px #000;
          box-shadow: 0 25px 18px -18px #000;
}


.box1{
	background-color: #cc0000;
	color:#fff;
	
}

.box2{
	background-color: #605ca8;
	color:#fff;

}

.box3{
	background-color: #00a65a;
	color:#fff;
	
}
.box4{
	background-color: #f39c12;
	color:#fff;
	
}
.box5{
	background-color: #dd4b39;
	color:#fff;
}
.box6{
	background-color: #aa0909;
	color: #fff;
	width: 100%;
	font-size: 14px;
	font-weight: none;
	font-family: "Open Sans", sans-serif;
	text-align: center;
	padding: 10px;
	
}

.txt-input{font-family: "Open Sans", sans-serif;
font-size:12px;
color:#333;
}

.box7{
	border:2px solid #3832a8;
	background-color:#e9e9f4;
	
	color:#000;
}

.box8{
	border:2px solid #cc0000;
	background-color:#ffecec;

	color:#000;
}

.box9{
	border:2px solid #0073b7;
	background-color:#eaf7ff;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.25);
	color:#000;
}



.well {
    min-height: 20px;
    padding: 13px !important;
    margin-bottom: 15px !important;
    border-radius: 4px;
}


.carousel-caption {
	background-color:#000;
	 opacity: 0.8;
	     padding-top: 6px !important;
	 left:0% !important;
	padding-bottom: 5px !important;
    width: 100%;
    bottom: 54px !important;
	font-size:14px;
	font-weight:bold;
}


a:link {
	color: #ffb70b;
	text-decoration:none;
}
a:visited {
	color: #ffb70b;
	text-decoration:none;
}
a:hover {
	color: #cc0000;
	text-decoration:none;
   -webkit-transition: all 0.4s ease-in-out;
   -moz-transition: all 0.4s ease-in-out;
   -o-transition: all 0.4s ease-in-out;
   -ms-transition: all 0.4s ease-in-out;
   transition: all 0.4s ease-in-out;
}
a:active {
	color: #ffb70b;
	text-decoration:none;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    color: #231f20;
}

.mr0
{
margin-right:0px;	
}

.m5{
	margin-top:5px;
}

.m8{
	margin-top:8px;
}

.m10{
	margin-top:10px;
}

.m15{
	margin-top:15px;
}

.m20{
	margin-top:20px;
}

.m23{
	margin-top:23px;
}

.m30{
	margin-top: 15px;
}

.m32{
	margin-top:32px;
}

.m44{
	margin-top:44px;
}

.m50{
	margin-top:50px;
}

.m75{
	margin-top:75px;
}

.pl15{
	padding-left:15px;
}

.pr15{
	padding-right:15px;
}

.ml15{
	margin-left:15px;
}

.mb10{
	margin-bottom:10px;
}

.mb20{
	margin-bottom:20px;
}

.bordb{
padding:15px;	
border-bottom: 1px solid #a7a7a7;

}

.bordb_box{
padding:5px;	
border-bottom: 1px solid #a7a7a7;
}

.bordb1{
padding-bottom:15px;	
border-bottom: 1px solid #ccc;
}


.bordb_header{
    -webkit-box-shadow: 0 8px 6px -6px #ccc;
       -moz-box-shadow: 0 8px 6px -6px #ccc;
            box-shadow: 0 8px 6px -6px #ccc;
}

.bord{
padding:10px;
border: 2px solid #231f20;
}

.bord_img{
border: 2px solid #231f20;
}

.bordbl{
padding:10px;
border-bottom: 2px solid #3171b1;
margin-bottom:20px;
}

.bord_img{
border: 1px solid #ccc;
}

.pro_img{
border: 1px solid #ccc;
padding:10px;
}


h4{
	font-size:16px !important;
	font-weight:bold;
	color:#023f6a;
	font-family: "Open Sans", sans-serif;
}

.menu_title{
	font-size:25px !important;
	font-weight:bold;
	color:#e61b24;
	font-family: "Open Sans", sans-serif;
	margin-top:30px;
}

h5{
	font-size:16px !important;
	font-weight:bold;
	color:#231f20;
	font-family: "Open Sans", sans-serif;
}

.comingsoon{
	font-size:30px !important;
	font-weight:bold;
	color:#231f20;
	font-family: "Open Sans", sans-serif;
	}

.error{
	font-size:70px !important;
	font-weight:bold;
	color:#231f20;
	font-family: "Open Sans", sans-serif;
	}
	
.error1{
	font-size:40px !important;
	font-weight:bold;
	color:#231f20;
	font-family: "Open Sans", sans-serif;
	}	

.logback{
	background: url(../images/home_screen.jpg) no-repeat center top;
    background-size: cover;
}

.logback1{
	background: url(../images/home_screen_marathi.jpg) no-repeat center top;
    background-size: cover;
}

.header{
	background-color: #fff !important;
		box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5), 0 2px 5px 0 rgba(0, 0, 0, 0.25);
}

.log_title{
	padding: 15px;
	height: auto;
	font-size: 20px !important;
	background-color: #FFF !important;
	color: #012a4a;
	font-family: "Open Sans", sans-serif;
	background-color: #e0e0e0;
	margin-bottom: 10px;
	border-bottom-width: 100%;
	border-bottom-style: double;
	border-bottom-color: #F90;
}

.button {
	background-color: #aa0909;
	border-radius: 5px;
	color: #fff !important;
	cursor: pointer;
	font-size: 14px;
	margin-top: 15px;
	margin-left: 20px;
	padding: 9px 18px;
	text-transform: uppercase;
	transition: all 200ms;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
}

.btn-success {
  background-color: #ffffff !important;
  border: 2px solid #4cae4c !important;
  border-radius: 5px !important;
  color: #3171b1 !important;
  cursor: pointer !important;
  font-size: 10px !important;
  margin-top: 4px !important;
  margin-bottom: 4px !important;
  margin-left:20px !important;
  padding: 5px 10px !important;
  text-transform: uppercase !important;
  transition: all 200ms !important;
  font-family: "Open Sans", sans-serif;
  font-weight:bold !important;
}

.btn-danger {
  background-color: #ffffff !important;
  border: 2px solid red !important;
  border-radius: 5px !important;
  color: #3171b1 !important;
  cursor: pointer !important;
  font-size: 10px !important;
  margin-top: 4px !important;
  margin-bottom: 4px !important;
  margin-left:20px !important;
  padding: 5px 10px !important;
  text-transform: uppercase !important;
  transition: all 200ms !important;
  font-family: "Open Sans", sans-serif;
  font-weight:bold !important;
}

.button_noting {
  background-color: #ffffff;
  border: 2px solid #231f20;
  border-radius: 5px;
  color: #3171b1;
  cursor: pointer;
  font-size: 14px;
  margin-top: -8px;
  margin-right: 15px;
  padding: 9px 18px;
  text-transform: uppercase;
  transition: all 200ms;
  font-family: "Open Sans", sans-serif;
  font-weight:bold;
}

.button_logs {
	background-color: #aa0909;
	border-radius: 5px;
	color: #fff !important;
	cursor: pointer;
	font-size: 14px;
	margin-top: 5px;
	padding: 10px 20px;
	text-transform: uppercase;
	transition: all 200ms;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
}

.button_login {
  background-color: #ffffff;
  border: 2px solid #231f20;
  border-radius: 5px;
  color: #3171b1;
  cursor: pointer;
  font-size: 14px;
  margin-top: 0px;
  margin-left:20px;
  padding: 9px 18px;
  text-transform: uppercase;
  transition: all 200ms;
  font-family: "Open Sans", sans-serif;
  font-weight:bold;
}

.button_trans {
 background-color: #231f20;
  border: 2px solid #231f20;
  border-radius: 5px;
  color:#fff !important;
  cursor: pointer;
  font-size: 12px;
  margin-top: -8px;
  margin-right: 15px;
  padding: 6px 12px;
  text-transform: uppercase;
  transition: all 200ms;
  font-family: "Open Sans", sans-serif;
  font-weight:400;
}

.close{
 background-color: #231f20 !important;
  border: 2px solid #231f20 !important;
  border-radius: 5px;
  color:#fff !important;
  cursor: pointer !important;
  font-size: 14px !important;
  margin-top: -8px !important;
  margin-right: 15px !important;
  padding: 9px 18px !important;
  text-transform: uppercase !important;
  transition: all 200ms !important;
  font-family: "Open Sans", sans-serif !important;
  font-weight:400 !important;
  opacity:1 !important;
}

.bredcrumb{
	font-size: 14px !important;
    font-weight: bold;
    color: #231f20;
    font-family: "Open Sans", sans-serif;
}

.button:hover, .button:focus {
  outline: 0;
}

.button1:hover, .button1:focus {
  outline: 0;
}

.button_noting:hover, .button_noting:focus {
  outline: 0;
}


.tablayout{
width:35%;
border:1px solid #ccc;
border-radius:5px;
background-color:#fff;
-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
color:#000;
border:2px solid #231f20;
}

.tablayout_cp{
width:80%;
border:1px solid #014878;
border-radius:0px;
background-color:#fff;
-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
color:#014878;
border:1px solid #014878;
}

.tablayout_comingsoon{
width:40%;
border:1px solid #ccc;
border-radius:5px;
background-color:#fff;
-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
color:#000;
border:2px solid #231f20;
float:right;
margin-right:10%;

}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    border-color: #337ab7;
	color:#000 !important;
}

.margint1{
	margin-top:10px;
}

.menu15{
	margin-left:-30px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #fff;
    background-color: #e51b24;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #000;
    background-color: transparent;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #fff !important;
    background-color: #e51b24;
}

.tabletitle{
color:#e51b24;
text-align: center !important; 
}

.table-bordered {
    border: 1px solid #231f20;
}
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #231f20;
}

 .table-bordered1 {
    border: 1px solid #231f20;
    border-collapse: separate;
    border-spacing: 0;
}
.table-bordered1 td, .table-bordered1 th {
    border: 1px solid #ccc;
}

.table-bordered1 tr td {
    border-right: 0;
}
.table-bordered1 tr:last-child td {
    border-bottom: 0;
}
.table-bordered1 tr td:first-child,
.table-bordered1 tr th:first-child {
    border-left: 0;
}
.table-bordered1 tr td{
    border-top: 0;
}
  
  
.noting_header{
	background-color:#231f20;
	color:#fff;
	padding:10px;
	width:50%;
	margin-bottom:0px;
	text-align:left;
}

.panel-heading {
    padding: 5px 15px !important;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.panel-footer {
    padding: 5px;
    background-color: #231f20;
	font-weight:bold;
}

.site-footer
{   padding: 5px;
    background-color: #333333;
    font-size:14px;
	color:#fff;
}

.panel {
    margin-bottom: 0px !important;
    background-color: #fff;
    border-radius: 0px !important;
    -webkit-box-shadow: none !important; 
     box-shadow: none !important;
}


.dash-tab{}

.dash-tab .nav-tabs>li.active>a, .dash-tab .nav-tabs>li.active>a:focus, .dash-tab .nav-tabs>li.active>a:hover {
    color:#fff;
    cursor: default;
    background-color: #231f20;
    border: 1px solid #231f20;


}	
.dash-tab .nav-tabs>li>a {
    margin-right: 2px;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 4px 4px 0 0;  
	font-style: normal;
    font-size: 14px;
	background-color: #ececec;
    border: 1px solid #231f20;
    border-bottom-color: #231f20;
		text-transform:uppercase;
}
.dash-tab .nav-tabs {
    border-bottom: 1px solid #231f20; width: 100%;
}
.dash-tab .nav-tabs> li {
    float: left;
    display: inline-block;
    zoom: 1;
	 
}	
.dash-tab .nav { padding-top: 5px;}
a.back-to-top {
	display: none;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	position: fixed;
	z-index: 999;
	right: 20px;
	bottom: 20px;
	background: #231f20 url("../images/up-arrow.png") no-repeat center 43%;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.panel {
    margin-bottom: 0px !important;
    background-color: #fff;
    border-radius: 0px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;

}

.panel-default > .panel-heading {
    color: #fff !important;
    background-color:#e51b24 !important;
}

.panel-default {
     border-color: #fff; 
}

.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: #fff !important;
	
}

.modal-dialog {
    width: 90% !important;
    margin: 30px auto;
}

.modal-dialog1 {
    width: 63% !important;
    margin: 30px auto;
}

.colo{
	color: #009;
}

.colo1{
	color:#231f20;
}

.colo2{
	font-size:22px;
	font-weight:bold;
	color:#231f20;
}

.colo_foot{
	font-size:30px !important;
	font-weight:bold;
	color:#c3c3c3;
}

.colo_menu{
	background-color:#231f20;
	color:#fff !important;
}

.colo_ol{
	background-color:#d8d9d9;
	font-size:16px !important; 
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.25);
	padding:15px;
	margin-right:20px !important;
}

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
}

.navbar {
    min-height: 49px;
    margin-bottom: 20px !important;
    background-color: #ffffff;
    border-color: #231f20;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5), 0 6px 20px 0 rgba(0, 0, 0, 0.25);
}

.trans_srch{
	color: #333;
	padding: 15px;
	
}

.v-key{
	font-family: "Open Sans", sans-serif;
	font-size:12px;
	color:#054a7e;
}


.navbar-default .navbar-nav > li > a {
    color: #231f20;
	font-weight:400;
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #231f20;
    white-space: nowrap;
}

.navbar-form {
  padding: 0px !important;
}

@media screen and (min-width:768px) and (max-width:991px)
{
.mob{
	display:none;
}
}



@media screen and (min-width:768px) and (max-width:1191px)
{

.tablayout{
width:52%;
border:1px solid #ccc;
border-radius:5px;
background-color:#fff;
border:2px solid #231f20;
-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
color:#000;
}

.tablayout_cp{
	width: 90%;
	border: 1px solid #ccc;
	border-radius: 5px;
	background-color: #fff;
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
	box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
	color: #000;
	border: 1px solid #7f0218;
}

.tablayout_comingsoon{
width:45%;
border:1px solid #ccc;
border-radius:5px;
background-color:#fff;
-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
color:#000;
border:2px solid #231f20;
float:right;
margin-right:10%;

}

}

@media screen and (min-width:451px) and (max-width:767px)
{
.tablayout{
border:1px solid #ccc;
border-radius:5px;
background-color:#fff;
-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
color:#000;
border:2px solid #231f20;
}


}

@media screen and (min-width:320px) and (max-width:450px)
{
	
.tablayout{
border:1px solid #ccc;
border-radius:5px;
background-color:#fff;
-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
color:#000;
border:2px solid #231f20;
}

.button_logs {
	background-color: #aa0909;
	border-radius: 5px;
	color: #fff !important;
	cursor: pointer;
	font-size: 14px;
	margin-top: 25px;
	padding: 10px 20px;
	text-transform: uppercase;
	transition: all 200ms;
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
}

.logo_marg{
	margin-top:10px;
}



}

@media screen and (min-width:320px) and (max-width:767px)
{
	
 .button_trans {
  background-color: #231f20;
  border: 2px solid #231f20;
  border-radius: 5px;
  color:#fff !important;
  cursor: pointer;
  font-size: 10px;
  margin-top: 8px;
  margin-right: 15px;
  padding: 5px 10px;
  text-transform: uppercase;
  transition: all 200ms;
  font-family: "Open Sans", sans-serif;
  font-weight:400;
}

	.log_title{
	padding: 5px;
	width:auto;
	height:auto;
	font-size: 16px !important;
	background-color: #f5a713 !important;
	color: #012a4a;
	font-family: "Open Sans", sans-serif;
	background-color: #e0e0e0;
	
}



.logo_dive {
	alignment-adjust:auto;
	alignment-adjust:auto;
	width: auto;
	padding: 0px;
	margin-left: auto;
	height:auto;
}

	h4{
		font-size:13px !important;
		font-weight:bold !important;
	}
	
.m10{
	margin-top:0px;
}
	
.pulr{
	float:right;
	margin-right:9px;
}

.mr5{
	 float:right;
     margin-right:18px !important;
     width: 261px;
     border-radius: 15px;
     -webkit-transition: width 0.30s linear 0s;
     -moz-transition: width 0.30s linear 0s;
	 -ms-transition: width 0.30s linear 0s;
	 -o-transition: width 0.30s linear 0s;
     transition: width 0.30s linear 0s;		
}

.mr10{
	float:right;
    margin-right:10px !important;		
}		
	
.modal-dialog {
    width: 90% !important;
    margin: 30px auto;
}	
	
.colo2{
	font-size:14px;
	font-weight:bold;
	color:#231f20;
}



.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    margin-top: 5px !important;
}


.drop_head
{
	margin-top:15px;
}

.hdtxt{
	text-transform:capitalize;
}
	
.error{
	font-size:30px !important;
	font-weight:bold;
	color:#231f20;
	font-family: "Open Sans", sans-serif;
	}
	
.error1{
	font-size:20px !important;
	font-weight:bold;
	color:#231f20;
	font-family: "Open Sans", sans-serif;
	}

.noting_header{
	background-color:#231f20;
	color:#fff;
	padding:10px;
	width:100%;
	margin-bottom:0px;
	text-align:left;
}	
	
.tabletitle{
color:#e51b24;
font-size:12px !important;
}

.tabl{}
.tabl .form-control {
  width: auto !important;
}	
	
.menu15{
	margin-left:0px;
}	

.tablayout{
width:55%;
border:1px solid #ccc;
border-radius:5px;
background-color:#fff;
border:2px solid #231f20;
-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
color:#000;
}

.tablayout_comingsoon{
width:85%;
border:1px solid #ccc;
border-radius:5px;
background-color:#fff;
-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
color:#000;
border:2px solid #231f20;
float:right;
margin-right:10%;
}

.searchBox {
 float:right;
 margin-right:4px !important;
  width: 230px;
    border-radius: 15px;
-webkit-transition: width 0.30s linear 0s;
   -moz-transition: width 0.30s linear 0s;
    -ms-transition: width 0.30s linear 0s;
     -o-transition: width 0.30s linear 0s;
        transition: width 0.30s linear 0s;
		
}

.searchBox1{
  width: 230px;
    border-radius: 15px;
-webkit-transition: width 0.30s linear 0s;
   -moz-transition: width 0.30s linear 0s;
    -ms-transition: width 0.30s linear 0s;
     -o-transition: width 0.30s linear 0s;
        transition: width 0.30s linear 0s;
		
}

.searchBox2 {
  width: 230px;
    border-radius: 15px;
-webkit-transition: width 0.30s linear 0s;
   -moz-transition: width 0.30s linear 0s;
    -ms-transition: width 0.30s linear 0s;
     -o-transition: width 0.30s linear 0s;
        transition: width 0.30s linear 0s;
		
}

.navbar-nav .open .dropdown-menu {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #231f20;
    white-space: nowrap;
	border:1px solid #cccccc;
}

/*.navbar-nav .open .dropdown-menu {
   	position: absolute !important;
	background-color: #fff !important;	
    top: 100% !important;
    left: 0 !important;
    z-index: 1000 !important;
    float: left !important;
    min-width: 180px !important;
    padding: 5px 12px !important;
    margin: 2px -15px 0 !important;
    font-size: 14px !important;
    text-align: left !important;
    list-style: none !important;    
}*/

.mob{
	display:none;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 5px 10px; 

}


.log_cont1 {
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	float: left;
	width: 50%;
	padding-left:140px;
	text-align:justify
}
.log_cont2 {
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	float: left;
	width: 35%;
	padding-left:15px;
	margin-left: 15px;
	text-align:justify
}

}

@media screen and (min-width:446px) and (max-width:510px)
{
	.box_space{
		margin-bottom:30px;
	}
}


@media screen and (min-width:768px) and (max-width:10000px)
{
.device{
	display:none;
}

.burgerm{
	display:none;
}

}

@media screen and (min-width:446px) and (max-width:510px)
{
.v-key{
	display:none;
}
}

@media screen and (min-width:320px) and (max-width:767px)
{.v-key{
	display:none;
}
}

@media screen and (min-width:320px) and (max-width:767px)
{.h5{
	display:none;
}
}


@media screen and (min-width:446px) and (max-width:510px)
{
.FP_form {

	margin-left: auto;
}

}

@media screen and (min-width:320px) and (max-width:767px)
{.FP_form {

	margin-left: auto;
}

.form {
  max-width: auto;
 }
}

@media screen and (min-width:320px) and (max-width:767px)
{.FP_form {

	margin-left: auto;
}

.form {
  max-width: auto;
 }
}

.inn_footer {
	background-color: #363636;
	font-family: "Open Sans", sans-serif;
	font-size: 12px;
	color: #FFF;
	text-align: center;
	float: left;
	height: auto;
	width: 100%;
	margin-top: 20px;
	padding: 10px;
}
