.owl-nav>div{
position:absolute;
top:45%;	
}
.owl-prev{
left:0;	
}
.owl-next{
right:0;	
}
ul {
	list-style-type: disc;
	padding-left: 28px;
}
html {
	font-size: 62.5%;
}

@media(max-width:1200px) {
html {
	font-size: 57.5%;
}
}

@media(max-width:992px) {
html {
	font-size: 55%;
}
}

@media(max-width:767px) {
html {
	font-size: 55%;
}
}
.btn{
font-size:1.4rem;	
}
.pull-right-not-xs, .pull-right-not-sm, .pull-right-not-md, .pull-right-not-lg{
    float: right;
}

.pull-left-not-xs, .pull-left-not-sm, .pull-left-not-md, .pull-left-not-lg{
    float: left;
}
@media (max-width: 767px) {    
    .pull-right-not-xs, .pull-left-not-xs{
        float: none;
    }
    .pull-right-xs {
        float: right;
    }
    .pull-left-xs {
        float: left;
    }
}
@media (min-width: 768px){
    .pull-right-not-sm, .pull-left-not-sm{
        float: none;
    }
    .pull-right-sm {
        float: right;
    }
    .pull-left-sm {
        float: left;
    }
}
@media (min-width: 992px){
    .pull-right-not-md, .pull-left-not-md{
        float: none;
    }
    .pull-right-md {
        float: right;
    }
    .pull-left-md {
        float: left;
    }
}
@media (min-width: 1200px) {
    .pull-right-not-lg, .pull-left-not-lg{
        float: none;
    }
    .pull-right-lg {
        float: right;
    }
    .pull-left-lg {
        float: left;
    }
}
.text-left-not-xs, .text-left-not-sm, .text-left-not-md, .text-left-not-lg {
	text-align: left;
}
.text-center-not-xs, .text-center-not-sm, .text-center-not-md, .text-center-not-lg {
	text-align: center;
}
.text-right-not-xs, .text-right-not-sm, .text-right-not-md, .text-right-not-lg {
	text-align: right;
}
.text-justify-not-xs, .text-justify-not-sm, .text-justify-not-md, .text-justify-not-lg {
	text-align: justify;
}

@media (max-width: 767px) {
.text-left-not-xs, .text-center-not-xs, .text-right-not-xs, .text-justify-not-xs {
	text-align: inherit;
}
.text-left-xs {
	text-align: left;
}
.text-center-xs {
	text-align: center;
}
.text-right-xs {
	text-align: right;
}
.text-justify-xs {
	text-align: justify;
}
}

@media (min-width: 768px) {
.text-left-not-sm, .text-center-not-sm, .text-right-not-sm, .text-justify-not-sm {
	text-align: inherit;
}
.text-left-sm {
	text-align: left;
}
.text-center-sm {
	text-align: center;
}
.text-right-sm {
	text-align: right;
}
.text-justify-sm {
	text-align: justify;
}
}

@media (min-width: 992px) {
.text-left-not-md, .text-center-not-md, .text-right-not-md, .text-justify-not-md {
	text-align: inherit;
}
.text-left-md {
	text-align: left;
}
.text-center-md {
	text-align: center;
}
.text-right-md {
	text-align: right;
}
.text-justify-md {
	text-align: justify;
}
}

@media (min-width: 1200px) {
.text-left-not-lg, .text-center-not-lg, .text-right-not-lg, .text-justify-not-lg {
	text-align: inherit;
}
.text-left-lg {
	text-align: left;
}
.text-center-lg {
	text-align: center;
}
.text-right-lg {
	text-align: right;
}
.text-justify-lg {
	text-align: justify;
}
}

@media (min-width:768px) {
.pull-right-sm {
	float: right;
}
.pull-left-sm {
	float: left;
}
}

@media (min-width:992px) {
.pull-right-md {
	float: right;
}
.pull-left-md {
	float: left;
}
}

@media (min-width:1200px) {
.pull-right-lg {
	float: right;
}
.pull-left-lg {
	float: left;
}
}
body {
	font-family: 'Raleway', sans-serif;
	-webkit-font-smoothing: antialiased;
	color: #878c94;
	line-height:2.2rem;
	font-size: 1.4rem;
	background: #fff;
	font-weight:400;
	letter-spacing: 0.5px;
	overflow-x: hidden;
}
select,option,.form-control{
	font-family: 'Raleway', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', sans-serif;
	font-weight: 400 ;
}
h1 {
	font-size: 3rem;
}
h2 {
	font-size: 2.6rem;
}
h3 {
	font-size: 2.2rem;
}
h4 {
	font-size: 1.8rem;
}
h5 {
	font-size: 1.6rem;
}
h6 {
	font-size: 1.5rem;
}

::-webkit-scrollbar-thumb {
 background: rgba(210,210,210,.6);
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.6);
 -moz-box-shadow: inset 0 0 6px rgba(0,0,0,.6);
 box-shadow: inset 0 0 6px rgba(0,0,0,.6);
}

::-webkit-scrollbar {
 width:10px;
}
strong {
	font-weight: bold;
}
h1, h2, h3, h43, h5, h6 {
	font-weight:500;
}
.bg-dark{
	background: #262626;
	color: #fff;
}
.bg-light {
	background: #ececec;
	color: #000;
}
button:focus {
	outline: 0;
}
.text-yellow{
color:#F7CA18;	
}
a {
	color: #000;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.dark_bule {
	color: #225c8a;
	font-weight: 600;
}
a:focus {
	text-decoration: none;
	color: inherit;
}
a:hover {
	text-decoration: none;
	opacity: 0.8 !important;
	color: inherit;
}
.bg-grey {
	background: #F5F9FC;
}
.bg-green {
	background: #19B762;
}
.txt-black {
	color: #000;
}
.txt-white {
	color: #fff;
}
.grey-text {
	color: #616161;
}
.ft-light, select {
	font-family: 'Open Sans', sans-serif;
	font-weight:300;
}
.ft-bold {
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
}
.ft-10 {
	font-size: 10px;
}
.ft-11 {
	font-size: 11px;
}
.ft-12 {
	font-size: 12px;
}
.ft-13 {
	font-size: 1.3rem;
	line-height: 1.8rem;
}
.ft-14 {
	font-size: 1.4rem;
}
.ft-15 {
	font-size: 1.5rem;
}
.ft-16 {
	font-size: 1.6rem;
}
.ft-17 {
	font-size: 1.7rem;
	line-height: 2.8rem;
}
.ft-18 {
	font-size: 1.8rem;
}
.ft-20 {
	font-size: 2rem;
}
.ft-22 {
	font-size: 2.2rem;
}
.ft-23 {
	font-size: 2.3rem;
}
.ft-24 {
	font-size: 2.4rem;
}
.ft-25 {
	font-size: 2.5rem;
}
.ft-26 {
	font-size: 2.6rem;
}
.ft-27 {
	font-size: 2.7rem;
}
.ft-28 {
	font-size: 2.8rem;
}
.ft-29 {
	font-size: 2.9rem;
}
.ft-30 {
	font-size: 3rem;
}
.ft-32 {
	font-size: 3.2rem;
}
.ft-34 {
	font-size: 3.4rem;
}
.ft-35 {
	font-size: 3.5rem;
}
.ft-36 {
	font-size: 3.6rem;
}
.ft-38 {
	font-size: 3.8rem;
}
.ft-40 {
	font-size: 4rem;
}
.ft-42 {
	font-size: 4.2rem;
}
.ft-45 {
	font-size: 4.5rem;
}
.ft-50 {
	font-size: 5rem;
}
.ft-55 {
	font-size: 5.5rem;
}
.ft-60 {
	font-size: 6rem;
}
.green_text {
	color: #19B762;
}
.navbar-brand {
	height: auto;
}
.text-blue {
	color: #488fe2;
}
.navbar-default {
	border:none;
	background:none;
	border-radius: 0;
	margin-bottom: 0;
	border-top:1px solid #ececec;
}
.btn-primary {
	background-color: #4a90e2;
	border-color: #4a90e2;
}
.primary-color{
color:#2196f3;	
}
	
	
/*body.login_reg{
background:url(../img/bg-repeat.png) repeat;
background-size:30%;	
}*/

.logo{
	position:relative;
	z-index:999;	
	margin:0;
	padding:8rem 0;
}
	.welcome_page  a:hover{
		text-decoration:none;
	}
	.welcome_page .logo{
	position:relative;
	z-index:999;	
	padding-top: 100px;
	}
	.welcome_page .btn_group>div{
	margin-bottom:20px;	
	}
	.welcome_page .btn_group a{
	display:inline-block;
	padding:5px 30px;
	font-size:2rem;
	background:#F8810D;
	color:#fff;	
	border-radius:4px;
	width:140px;
	border:1px solid #F8810D;
	}
	.welcome_page .btn_group a:hover{
		color:#F8810D;
		border:1px solid #F8810D;
		background:#fff;
	}
	.welcome_page .display-table{
		position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: table;
	background:url(../img/bg-welcome.jpg)  bottom center  no-repeat;
	background-size:100%;
	}
	.welcome_page .display-table .display-table-cell{
		    vertical-align: middle;
    display: table-cell;
	}
	@media(min-width:1600px){
		.welcome_page .display-table{
			background-position:center center;
			background-size:cover;
		}
	}
	@media(min-height:767px){
		.welcome_page .display-table{
			background-position:center center;
			background-size:cover;
		}
	}
	@media(min-width:768px) and (max-width:991px){
			.welcome_page .display-table{
			background-position:bottom center;
			background-size:100%;
		}
	}
	
	
	
	
	
	
	
	
	
	/************* tabs ***********/
#nav-tabs-wrapper>li>a {
    border: 1px solid #ccc;
    margin: 0;
	background:#fff;
}
.nav-tabs-dropdown {
  display: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.nav-tabs-dropdown:before {
  content: "\e114";
  font-family: 'Glyphicons Halflings';
  position: absolute;
  right: 30px;
}
#nav-tabs-wrapper.nav-tabs>li.active>a,#nav-tabs-wrapper.nav-tabs>li.active>a:focus,#nav-tabs-wrapper.nav-tabs>li.active>a:hover{
		  background-color: #F8810D;
	}
	.nav-tabs-dropdown.btn-primary,.btn-locker{
		    background-color: #F8810D;
    border-color: #F8810D;
	color:#fff;
	}
@media screen and (min-width: 768px) {
  #nav-tabs-wrapper {
    display: block!important;
  }
}
@media screen and (max-width: 767px) {
    .nav-tabs-dropdown {
        display: block;
    }
    #nav-tabs-wrapper {
        display: none;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        text-align: center;
    }
   .nav-tabs-horizontal {
        min-height: 20px;
        padding: 19px;
        margin-bottom: 20px;
        background-color: #f5f5f5;
        border: 1px solid #e3e3e3;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
        box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
   }
    .nav-tabs-horizontal  > li {
        float: none;
    }
    .nav-tabs-horizontal  > li + li {
        margin-left: 2px;
    }
    .nav-tabs-horizontal > li,
    .nav-tabs-horizontal > li > a {
        background: transparent;
        width: 100%;
    } 
    .nav-tabs-horizontal  > li > a {
        border-radius: 4px;
    }
    .nav-tabs-horizontal  > li.active > a,
    .nav-tabs-horizontal  > li.active > a:hover,
    .nav-tabs-horizontal  > li.active > a:focus {
        color: #ffffff;
        background-color: #F8810D;
    }
	
	
}

  .login-or {
    position: relative;
    font-size: 18px;
    color: #aaa;
    margin-top: 10px;
            margin-bottom: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .span-or {
    display: block;
    position: absolute;
    left: 50%;
    top: -2px;
    margin-left: -25px;
    background-color: #fff;
    width: 50px;
    text-align: center;
  }
  .hr-or {
    background-color: #cdcdcd;
    height: 1px;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
	/********* tabs end *************/
	
	
	.btn-default.fb_btn {border-color: #4A64A5;color: #4A64A5;}
	.btn-default.gl_btn {border-color: #DB3236;color: #DB3236;}
.btn-default .btn-label-fb {position: absolute;left:0;display: inline-block;padding: 6px 12px;background: #4A64A5; color: #fff;     border-radius: 3px 0 0 3px;
    height: 100%;
    top: 0;width:36px;}
	.btn-default .btn-label-gl {position: absolute;left:0;display: inline-block;padding: 6px 12px;background: #DB3236; color: #fff;     border-radius: 3px 0 0 3px;
    height: 100%;
    top: 0;width:36px;}
.btn-labeled {padding-top: 0;padding-bottom: 0;}

.login_social button{
display:block;
width:100%;	
padding:0;
height:35px;
position:relative;
margin:10px 0;
}
.form-control{
height:40px;	
}
.btn.reveal{
	    padding: 9px 12px;
}


#register .form-group{
	float:left;
	width:100%;
}
#register .form-group>*{
padding-left:7px;
padding-right:7px;	
}
label{
font-weight:500;	
}
#register .form-group>label{
text-align:right;
font-size:13px;	
    margin-top: 10px;
}
#register .form-group .checkbox{
	
}
.red_star{
color:#DB3236;
font-size:1.8rem;	
}
#register .btn-locker{
padding:6px 40px;	
}

#register .col-sm-7{
border-right:1px solid #ccc;
padding-right:15px;	
}
#register .login_social .span-or{
display:none;	
}
#register strong{
    display: inline-block;
    font-weight: 600;	
}
@media(min-width:768px){
#register .login_social{
	padding-top:20rem;
	float:left;
	width:100%;
}
#register .login_social .span-or{
    top: 100%;
    left: 0;
    margin-top: -66px;	
	display:block;
    margin-left: -16px;
    background-color: #fff;
    width: 30px
}
.login_reg  .container-fluid>.row>div{
	padding-left:7px;
padding-right:7px;
}
}
@media(max-width:767px){
.logo{
padding:3rem 0;	
}
.logo img{
    width: 60%;	
}
.btn.reveal {
    padding: 10px 12px;
}
.login_pwd{
display:block;	

}
.login_pwd input{
border-radius:4px !important;	
}
.login_pwd .input-group-btn{
display:none;	
}

}
.login_reg .tab-content>div>.col-sm-9,.login_reg .tab-content>div>.col-xs-12{
	padding:0 !important;	
}
