@font-face {
	font-family: "Lobster";
	src: url('fonts/Lobster/Lobster_1.3.otf');
}

@font-face {
	font-family: "Lora";
	src: url('fonts/Lora/Lora-Regular.ttf');
}

::-webkit-scrollbar {
	width: 10px;
	height: 6px;
	padding-top: 40px;
}

::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.3);
	background: #fff;
	border-radius: 5px;
}

::-webkit-scrollbar-thumb {
	border-radius: 5px;
	height: 30px;
	width: 7px;
	background: #fff;
	background: -webkit-linear-gradient(rgb(200, 200, 200), rgb(150, 150, 150));
}

::-webkit-scrollbar-track-piece {
	height: 30px;
	width: 7px;
}
/* Preloader */
body:not(.no-page-loader) .wrapper,
.animsition-overlay {
    /*position: relative;*/
    opacity: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.animsition-overlay {
    z-index: 99999 !important;
}
.animsition-loading {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99999;
    text-align: center;
    background-color: #FFF;
}
.animsition-loading > img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40px;
    display: inline-block;
    margin-left: -20px;
    margin-top: -20px;
}
.loader-wrapper {
    display: none;
}
/* Header Styles */
header .header_tagline {
	background-color: #FED40C;
	padding: 4px 0px;
}

header .header_tagline a {
  padding: 0 5px;
}
header .error_tag{
  position: absolute;
  top:0;
  left:0;
  width: 90%;
  margin: 0 5%;
  z-index: 9;
}
header .header_logo img {
    width: 100%;
    padding: 3% 10% 3% 3%;
}

header .header_logo_mobile img{
  max-height: 50px;
}

header .header_middle h3 {
  margin-top: 4%;
}
header .loginForm{
	margin-top: 10px;
}
header .loginForm .loginBlock{
	/*display: inline-block;*/
}
header .loginForm .loginBlock input{
	padding: 7px 3px;
}
header .loginForm .login_submit{

}
header .loginForm .loginButtons{
	/*display: inline-block;*/
}
header .loginForm .loginButtons .login_submit{
	padding: 5px 18px !important;
	margin-bottom: 4px;
}
header .loginForm .loginButtons .facebook_button{
	padding: 5px !important;
	margin-bottom: 4px;
}
header .lines {
    display: inline-block;
    height: 2px;
    width: 16px;
    border-radius: 4px;
    transition: 0.3s;
    position: relative;
}
header .lines::before,
header .lines::after {
    display: inline-block;
    height: 2px;
    width: 16px;
    border-radius: 4px;
    transition: 0.3s;
    content: '';
    position: absolute;
    left: 0;
    -webkit-transform-origin: 2.85714px center;
    transform-origin: 2.85714px center;
    width: 100%;
}
header .lines::before {
    top: 5px;
}
header .lines::after {
    top: -5px;
}

header .lines, header .lines:before, header .lines:after {
    background-color: #111;
}

header .setHeaderPosition {
	background-color: #438eb9 !important;
	color: #fff;
	border-bottom: 2px solid #FED40C !important;
}

header .setHeaderPosition.fixed-header {
  position: fixed;
  top: 0;
	left: 0;
  width: 100%;
	z-index: 9999;
}

header .header_menu .navbar{
  border: 0;
  margin: 0;
}

header .header_menu .navleft li a, header .header_menu .navleft li a:focus{
  color: #fff;
  border-radius: 30px;
  margin-top: 15px;
  padding: 7px 20px;
	font-size: 14px;
	font-weight: bold;
  transition: color .2s linear, background .2s linear;
	background-color: transparent;
}

header .header_menu .navleft li.active a, header .header_menu .navleft li a:hover {
	background-color: #FED40C;
    border-radius: 30px;
    margin-top: 15px;
    padding: 7px 20px;
    color: #000;
}

header .login_button {
	background-color: #FED40C !important;
	line-height: 70px;
  display: inline-block;
}

header .login_button a {
	color: #000;
	font-size: 16px;
	padding: 0 10px;
	font-weight: bold;
}
header .tcon-transform .lines {
    -webkit-transform: scale3d(0.8, 0.8, 0.8);
    transform: scale3d(0.8, 0.8, 0.8);
}
header .x {
    width: auto;
}
header .x.tcon-transform .lines {
    background: transparent !important;
}
header .x.tcon-transform .lines::before,
header .x.tcon-transform .lines::after {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    top: 0;
    width: 20px;
}
header .x.tcon-transform .lines::before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
}
header .x.tcon-transform .lines::after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
}

footer .footer_part{
	position: relative;
	padding: 2% 0;
	background: url(../../images/newTemplateImages/SliderImages/slide1.jpg);
}
footer .footer_part:before {
	background-attachment:scroll;
	background-clip:border-box;
	background-color:rgba(17, 17, 17, 0.9);
	background-image:none;
	background-origin:padding-box;
	background-position-x:0px;
	background-position-y:0px;
	background-size:auto;
	box-sizing:border-box;
	content:" ";
	display:block;
	height:100%;
	left:0px;
	position:absolute;
	top:0px;
	width:100%;
}
footer .footerLogo img{
	width: 300px;
	background-color: #ccc;
	border-radius: 8px;
	margin-bottom: 10px;
}
footer .footerAddress{
	color: #FFF;
	padding: 10px 0;
}
footer .footerheading{
	letter-spacing: 1px;
	color: #FFF;
	font-size: 14px;
	padding: 10px 0;
}
footer .footerConnect, footer .footerContactUs {
	padding: 10px 0;
}
footer .iconborder{
	margin-bottom: 10px;
}
footer .iconborder span{
	padding: 5px 10px;
	border: 1px solid #FFF;
	color: #FFF;
	margin: 0px 5px;
}
footer .getApp{
	width: 160px;
}
footer .footerLine{
	width: 100%;
	background-color: #333;
	line-height: 50px;
}
/* Common Styles */
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.textWhite{
	color: #FFF !important;
}
.textLightRed{
	color: #FF5252 !important;
}
.textDarkgray{
	color: #333333;
}
.textLightOrange {
  color: #FF9800 !important;
}
.textLightBlue {
  color: #5D2999 !important;
}
.textLightSky {
  color: #00BCD4 !important;
}
.textLightLemon {
  color: #96D81F !important;
}
.textLightYellow {
  color: #FEC02A !important;
}
.textLightGreen {
  color: #31C3B0 !important;
}
.textLightGrey {
    color: #4e5b6c !important;
}
.bgLightRed {
  background-color: #FF5252 !important;
}
.bgLightOrange {
  background-color: #FF9800 !important;
}
.bgLightBlue {
  background-color: #5D2999 !important;
}
.bgLightSky {
  background-color: #00BCD4 !important;
}
.bgLightLemon {
  background-color: #96D81F !important;
}
.bgLightYellow {
  background-color: #FEC02A !important;
}
.bgLightGreen {
  background-color: #31C3B0 !important;
}
.textCenter{
	text-align: center;
}
.pd0{
	padding: 0px !important;
}
.mg0{
	margin: 0px !important;
}
.gototop-button {
    border-radius: 4px 0 0 4px;
    bottom: 110px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    line-height: 24px;
    padding: 8px 14px 9px;
    position: fixed;
    right: 0;
    z-index: 199;
		background: rgba(0,0,0,0.3) !important;
}
.gototop-button:hover, .gototop-button:focus {
    color: #FFF;
		background: rgba(0,0,0,0.6);
}
.gototop-button i{
	color: #FFF;
}
@media (max-width: 768px) {
  .header_menu .container, .header_menu .container-fluid{
    width: 100% !important;
    margin: 0px;
    padding: 0px;
  }
  header .navbar-header {
		margin: 0 !important;
    background-color: #fff;
  }
  header .login_button {
    display: block;
    text-align: center;
  }
}
@media (max-width: 768px){
	body{
		font-size: 12px;
	}
}
@media (min-width: 767px) {
	header .header_menu{
		height: 72px;
	}
}
@media (max-width: 991px) {
  header .loginForm{
    margin: 10px 0;
  }
  header .loginForm .loginBlock{
    padding: 5px 10px;
		float: none;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header .header_middle h3 {
    font-size: 20px;
  }
  header .header_menu .navleft li a {
    font-size: 11px;
  }
  header .login_button a {
    font-size: 12px;
  }
}
