/*@import url(https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,600,700,300,800);*/
@import url('fonts/opensans/opensans.css');


/*************************
*******Typography******
**************************/

body {
	/*background: #ececee;*/
	/*font-family: 'Open Sans', sans-serif;*/
	font-family: Arial, Helvetica, sans-serif;
	color: #535353;
	line-height: 22px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 600;
	font-family: Arial, Helvetica, sans-serif;
	color: #4e4e4e;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 36px;
	color: #fff;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 16px;
	color: #787878;
	font-weight: 400;
	line-height: 24px;
}

h4 {
	font-size: 16px;
}

a {
	color: #1d76b3;
	-webkit-transition: color 300ms, background-color 300ms;
	-moz-transition: color 300ms, background-color 300ms;
	-o-transition: color 300ms, background-color 300ms;
	transition: color 300ms, background-color 300ms;
}

	a:hover, a:focus {
		color: #d43133;
	}

hr {
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #fff;
}


.container h1, .mainheading {
	font-size: 20px !important;
	color: #993411 !important;
	font-weight: bold;
}

.container h2 {
	margin-bottom: 10px;
}

.container h3 {
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: bold;
	color: #454545;
}

.btn a, .btn input, input.btn {
	padding: 4px 10px !important;
	background-color: #993411 !important;
}

.btn-primary {
	padding: 4px 10px !important;
	background: #fe5400;
	color: #fff;
	border-radius: 4px;
	border: none;
}

.btn-login {
	width: 100% !important;
}


.btn-primary:hover,
.btn-primary:focus {
	background: var(--SecondaryColor);
	outline: none;
	box-shadow: none;
}

.btn-transparent {
	border: 3px solid #fff;
	background: transparent;
	color: #fff;
}

	.btn-transparent:hover {
		border-color: rgba(255, 255, 255, 0.5);
	}

a:hover,
a:focus {
	color: #111;
	text-decoration: none;
	outline: none;
}

.dropdown-menu {
	margin-top: -1px;
	min-width: 180px;
}

.center h2 {
	font-size: 30px;
	margin-top: 0;
	margin-bottom: 20px;
}

.media > .pull-left {
	margin-right: 20px;
}

.media > .pull-right {
	margin-left: 20px;
}

body > section {
	padding: 70px 0;
}

.center {
	text-align: center;
	padding-bottom: 55px;
}




/*************************
*******Header******
**************************/

.topbar {
	font-size: 12px;
	color: #555555;
	padding: 0 0;
	font-weight: bold;
}


.btn-default.active, .btn-default:active, .open > .dropdown-toggle.btn-default {
	background-color: #1d76b3 !important;
}

.top-login {
	float: right;
	margin-top: 25px;
}


	.top-login a {
		margin-left: 15px;
		color: #404644;
	}

		.top-login a.btn-primary {
			color: #fff !important;
		}

			.top-login a.btn-primary i {
				padding-left: 5px;
			}

#header .search {
	display: inline-block;
}

.navbar > .container .navbar-brand {
	margin-left: 0;
}

.top-bar {
	padding: 0 0;
	background: #0e1a23;
	border-bottom: 1px solid #222;
	line-height: 28px;
}



.navbar-brand {
	padding: 0;
	margin: 0;
}

.navbar {
	border-radius: 0;
	margin-bottom: 0;
	background: #fff;
	padding: 0 0 15px 0;
	padding-bottom: 0;
	position: relative;
	box-shadow: 1px 0px 5px rgba(77, 77, 77, 0.2);
	-webkit-box-shadow: 1px 0px 5px rgba(77, 77, 77, 0.2);
	-moz-box-shadow: 1px 0px 5px rgba(77, 77, 77, 0.2);
}

.navbar-nav {
	margin-top: 12px;
}

	.navbar-nav > li {
		margin-right: 8px;
		margin-left: 7px;
		margin-bottom: 5px;
		padding-bottom: 20px;
	}

.navbar-inverse .navbar-nav > li > a {
	padding: 5px 12px;
	margin: 0;
	border-radius: 3px;
	color: #0e1a23;
	line-height: 24px;
	font-weight: bold;
	display: block;
}

	.navbar-inverse .navbar-nav > li > a:hover {
		background-color: #fe5400;
		color: #fff;
	}

.navbar-inverse {
	background: rgb(242, 242, 242);
	background: -moz-linear-gradient(270deg, rgb(242, 242, 242) 0%, rgb(255, 255, 255) 100%);
	background: -webkit-linear-gradient(270deg, rgb(242, 242, 242) 0%, rgb(255, 255, 255) 100%);
	background: -o-linear-gradient(270deg, rgb(242, 242, 242) 0%, rgb(255, 255, 255) 100%);
	background: -ms-linear-gradient(270deg, rgb(242, 242, 242) 0%, rgb(255, 255, 255) 100%);
	background: linear-gradient(0deg, rgb(242, 242, 242) 0%, rgb(255, 255, 255) 100%);
	border: 0px;
	box-shadow: 0px 0px 0px 0px rgba(106, 110, 112, 0.75);
}

	.navbar-inverse .navbar-brand {
		font-size: 0px;
		line-height: 0px;
		color: #fff;
		margin: 8px 0 !important;
	}

	.navbar-inverse .navbar-nav > .active > a,
	.navbar-inverse .navbar-nav > .active > a:hover,
	.navbar-inverse .navbar-nav > .active > a:focus,
	.navbar-inverse .navbar-nav > .open > a,
	.navbar-inverse .navbar-nav > .open > a:hover,
	.navbar-inverse .navbar-nav > .open > a:focus {
		background-color: #fe5400;
		color: #fff;
	}

	.navbar-inverse .navbar-nav .dropdown-menu {
		background-color: rgba(0,0,0,.85);
		-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
		-moz-box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
		box-shadow: 0 3px 8px rgba(0, 0, 0, 0.125);
		border: 0;
		padding: 0;
		margin-top: 0;
		border-top: 0;
		border-radius: 0;
		left: 0;
	}

		.navbar-inverse .navbar-nav .dropdown-menu:before {
			position: absolute;
			top: 0;
		}

		.navbar-inverse .navbar-nav .dropdown-menu > li > a {
			padding: 8px 15px;
			color: #fff;
		}

		.navbar-inverse .navbar-nav .dropdown-menu > li:hover > a,
		.navbar-inverse .navbar-nav .dropdown-menu > li:focus > a,
		.navbar-inverse .navbar-nav .dropdown-menu > li.active > a {
			background-color: #fe5400;
			color: #fff;
		}

		.navbar-inverse .navbar-nav .dropdown-menu > li:last-child > a {
			border-radius: 0 0 3px 3px;
		}

		.navbar-inverse .navbar-nav .dropdown-menu > li.divider {
			background-color: transparent;
		}

	.navbar-inverse .navbar-collapse,
	.navbar-inverse .navbar-form {
		border-top: 0;
		padding-bottom: 0;
	}

.logo {
	vertical-align: baseline !important;
	display: inline-block;
}




.nav-tabs > li {
	margin-bottom: 0px;
	border-bottom: 1px solid #e6e6e6;
}

.nav-tabs {
	border-bottom: transparent;
	border-right: 1px solid #e6e6e6;
}

	.nav-tabs > li > a {
		background: #f5f5f5;
		color: #666;
		border-radius: 0;
		border: 0 none;
		line-height: 24px;
		margin-right: 0;
		padding: 13px 15px;
	}

	.nav-tabs li:last-child {
		border-bottom: 0 none;
	}

.nav-stacked > li + li {
	margin-top: 0;
}

.nav-tabs > li > a:hover {
	background: #1f1f20;
	color: #fff;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	border: 0;
	color: #fff;
	background: #1f1f20;
	position: relative;
}

.nav-tabs>li.active>a:after {
  position: absolute;
  content:  "";
  width: auto;
  height: auto;
  border-style:solid;
  border-color: transparent transparent transparent #1f1f20;
  border-width: 25px 22px;
  right: -44px;
  top:0;
}
.auth-wrapper .btn-grey {
	background: #7A7A7A !important;
	border-color: #7A7A7A !important;
}
.auth-wrapper .form-control {
	border-top: 0px !important;
	border-left: 0px !important;
	border-right: 0px !important;
	outline: none !important;
	box-shadow: unset !important;
	background: transparent;
}

.loginwrap {
	margin: 50px auto 0 auto;
	width: 80%;
	/*background-color:#fff;*/
}


.login-inner {
	float: left;
	width: 100%;
	background-color: #fff;
	box-shadow: 1px 0px 5px rgba(77, 77, 77, 0.2);
	-webkit-box-shadow: 1px 0px 5px rgba(77, 77, 77, 0.2);
	-moz-box-shadow: 1px 0px 5px rgba(77, 77, 77, 0.2);
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

	.login-inner .btn {
		margin-bottom: 10px;
	}

.loginimg {
	float: left;
	width: 55%
}

	.loginimg img {
		border-radius: 5px 0 0 5px;
		width: 100%;
		height: 100%;
	}

.loginform {
	float: left;
	width: 35%;
	margin: 6% 5% 0 5%;
}

	.loginform a {
		color: #09C;
		text-decoration: none;
		font-size: 12px;
		padding-top: 5px;
	}

		.loginform a:hover {
			color: #555;
			text-decoration: none;
		}

	.loginform label .required {
		color: red;
	}

	.loginform label {
		width: 100%;
		font-weight: normal;
		font-size: 12px;
	}

.usrname {
	position: absolute;
	top: 27px;
	left: 10px;
}

.pass {
	position: absolute;
	top: 25px;
	left: 10px;
}

.login-username {
	/*background-image:url(../images/username-icon.png);
	background-repeat:no-repeat;*/
	background-position: 10px 5px;
	padding: 5px 5px 5px 45px !important;
	height: 32px;
	color: #484848;
	font-size: 12px;
}

.login-username1 {
	/*background-image:url(../images/username-icon.png);
	background-repeat:no-repeat;*/
	background-position: 10px 5px;
	height: 32px;
	color: #484848;
	font-size: 12px;
}

.login-password, input[type="password"].login-password {
	/*background-image:url(../images/password-iconLogin.png) !important;
	background-repeat:no-repeat;*/
	background-position: 10px 5px;
	padding: 5px 5px 5px 45px !important;
	height: 32px;
	color: #484848;
	font-size: 12px;
	background-color: #fff !important;
}



.loginbtn {
	/*margin: 20px auto 0 auto;*/
	margin: 0 0px 0px 450px;
	width: 66%;
	clear: both;
	padding: 15px 0;
}

.btngrey, input.btngrey {
	background-color: #515151;
	display: inline-block;
	color: #fff;
	padding: 3px 15px;
	border: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 14px;
	width: 140px;
}

	.btngrey a:hover, input.btngrey:hover {
		background-color: #1d76b3;
		text-decoration: none;
		/* First we need to help some browsers along for this to work.
     Just because a vendor prefix is there, doesn't mean it will
     work in a browser made by that vendor either, it's just for
     future-proofing purposes I guess. */
		-o-transition: .5s;
		-ms-transition: .5s;
		-moz-transition: .5s;
		-webkit-transition: .5s;
		/* ...and now for the proper property */
		transition: .5s;
	}

.login-grey, input.login-grey {
	background-color: var(--SecondaryColor);
	display: inline-block;
	color: #fff;
	padding: 3px 15px;
	border: none;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 13px;
	width: 140px;
	font-weight: 600;
}

	.login-grey a:hover, input.login-grey:hover {
		background-color: var(--PrimaryColor);
		text-decoration: none;
		/* First we need to help some browsers along for this to work.
     Just because a vendor prefix is there, doesn't mean it will
     work in a browser made by that vendor either, it's just for
     future-proofing purposes I guess. */
		-o-transition: .5s;
		-ms-transition: .5s;
		-moz-transition: .5s;
		-webkit-transition: .5s;
		/* ...and now for the proper property */
		transition: .5s;
	}

.privacypolicy {
	text-align: right;
}


.footer {
	background: none repeat scroll 0 0 #2E2E2E;
	border-top: 5px solid #fe5400;
	height: 84px;
	margin-top: 110px;
}

.footer_left {
	padding: 10px;
}

.text-left {
	color: #FFFFFF;
	font-size: 12px;
	margin-top: 15px;
}

/* Start: Recommended Isotope styles */
/**** Isotope Filtering ****/
.isotope-item {
	z-index: 2;
}

.isotope-hidden.isotope-item {
	pointer-events: none;
	z-index: 1;
}



#contact-page .contact-form
.form-group label {
	color: #4E4E4E;
	font-size: 16px;
	font-weight: 300;
}

.form-group {
	margin-bottom: 10px;
}

	.form-group .form-control {
		padding: 7px 12px;
		border-color: #e7e7e7;
		box-shadow: none;
	}

lable span {
	color: #fe5400 !important;
}

.form-group .form-control:focus {
	border: 1px solid var(--PrimaryColor);
}

textarea#message {
	resize: none;
	padding: 10px;
}


/***********************
********* Footer ******
************************/
#bottom {
	background: #f5f5f5;
	border-bottom: 5px solid #fe5400;
	font-size: 14px;
}

	#bottom h3 {
		margin-top: 0;
		margin-bottom: 10px;
		text-transform: uppercase;
		font-size: 22px;
		color: #000;
	}

	#bottom ul {
		list-style: none;
		padding: 0;
		margin: 0;
	}

		#bottom ul li {
			display: block;
			padding: 5px 0;
		}

			#bottom ul li a {
				color: #808080;
			}

				#bottom ul li a:hover {
					color: #fe5400;
				}

	#bottom .widget {
		margin-bottom: 0;
	}

#footer {
	padding-top: 10px;
	padding-bottom: 30px;
	color: #191d1c;
	font-size: 13px;
	margin-top: 50px;
}

	#footer a {
		color: #707070;
		padding-right: 10px;
	}

		#footer a:hover {
			text-decoration: underline;
			color: #707070 !important;
		}

	#footer ul {
		list-style: none;
		padding: 0;
		margin: 0;
	}

		#footer ul > li {
			display: inline-block;
			margin-left: 15px;
		}


.text-white {
	color: #FFF;
}


.overlayy {
	background: rgba(0,0,0,.75);
	text-align: center;
	padding: 45px 0 66px 0;
	opacity: 0;
	-webkit-transition: opacity .25s ease;
	-moz-transition: opacity .25s ease;
}

.box2 {
	border: 1px solid #f5f5f5;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	min-height: 150px;
	padding: 10px;
}


.row {
	margin-right: 0;
	margin-left: 0;
}

.form-horizontal h2 {
	padding: 15px 0 0 15px;
}

.form-horizontal .form-group {
	margin-right: 0;
	margin-left: 0;
}


.form-horizontal .control-label {
	text-align: left;
	color: #454545;
}

	.form-horizontal .control-label span {
		color: red;
	}


.btngrey, input.btngrey {
	min-width: 120px;
	margin-top: 10px;
}

	.btngrey:hover, input.btngrey:hover {
		background-color: #005a98;
	}

.login-grey:hover, input.login-grey:hover {
	background-color: var(--PrimaryColor);
	color: #fff;
}

.login-grey, input.login-grey {
	min-width: 210px;
	margin: 10px 5px 0 0;
}

.btngrey:hover, input.btngrey:hover {
	background-color: #005a98;
}


.btn-primary {
	min-width: 120px;
	font-weight: bold;
	background-color: var(--PrimaryColor);
}


.top-login .btn, .top-login .btn-primary {
	min-width: 95px !important;
}


@media screen and (max-width: 1000px) {

	.loginimg {
		width: auto;
	}

		.loginimg img {
			border-radius: 5px 5px 0 0;
		}

	.loginform {
		width: 90%;
	}

	.login-grey, input.login-grey {
		min-width: 100%;
	}
}

@media screen and (max-width: 475px) {

	.logo {
		text-align: center;
		margin: 0 auto;
		width: 100%;
	}

		.logo img {
			margin: 0 auto;
		}

	.top-login {
		float: none;
		text-align: center;
		margin-bottom: 10px;
	}



	.loginform {
		width: 90%;
	}

.login-grey, input.login-grey{
	min-width:100%;
}
}
.otpField{
	width:26px !important;
	height:26px !important;
	border-radius: 2px !important;
	border: 0 !important;
	outline:none !important;
	box-shadow:unset !important;
	background:#d1d5db !important;
}
