body {
    font-family: "Helvetica Neue", Helvetica, 'Lato';
    color: #666;
    font-size: 13px;
    line-height:150%;
}
.topbar {
	border:0px;
	background: #EC268F !important;
	border-radius:0px;
	margin-bottom: 0px;
	min-height: 30px;
	padding: 0px 0px;
	color:#FFF;
}
.topnav>li>a,.topnav>li>a:hover,.topnav>li>a:focus{
	color:#FFF;
	background-color:transparent;
}
.topnav>li>a>i{
	margin-right:5px;
}
.topnav>li>a{
 padding: 10px 5px 10px 5px;
 font-size: 14px;
}
.navbar-default .navtop-menu>.open>a, .navbar-default .navtop-menu>.open>a:hover, .navbar-default .navtop-menu>.open>a:focus {
    background-color: #ff5500;
    color: #fff;
}
.topnav .open>a, .topnav .open>a:hover, .topnav .open>a:focus {
    background-color: #FFF ;
    color: #333;
	border-radius:0px;
}
.topnav>li.open>.dropdown-menu {
    z-index:1001;
}
.navbar-logo {
    float: left;
    padding: 4px 15px;
    font-size: 18px;
    line-height: 20px;
    height: 47px;
}
.header-top {
    background: #fafafa;
    border-color: transparent
}
.header-top {
    border-bottom:0px;
    padding-top: 0px;
    margin-bottom: 0px;
    min-height:50px;
    padding-bottom: 0;
}
.navtop-menu{
    color: #fff;
    display: block;
    float: left;
    font-size: 16px;
    font-weight: 600;
    position: relative;
}
.navtop-menu>li>a, .navtop-menu>li>a:focus, .navtop-menu>li>a:hover {
    background-color: transparent;
    border: 0px;
    text-align: left;
    margin-bottom: 0px;
    border-radius: 0px;
    padding: 15px 8px 12px 8px;
    font-size: 13px;
    transition: all .2s;
	font-weight:700;
}
.navbar-default .navtop-menu>li>a {
    color: #333;
}
.navbar-default .navbartoggle {
    border-color:transparent;
}
.navbar-default .navtop-menu>.open>a, .navbar-default .navtop-menu>.open>a:hover, .navbar-default .navtop-menu>.open>a:focus {
    background-color: #ff5500;
    color: #fff;
}
.navbar-default .navbartoggle:hover, 
.navbar-default .navbartoggle:focus {
    background-color: transparent;
}
.breadcrumbs {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 5px 2px;
    margin-bottom: 0px;
}
.breadcrumbs {
    border-radius: .25rem;
    list-style: none;
	background-color: transparent;
}
.black-text {
    color: #000!important;
}
.breadcrumbs>.breadcrumb-item >a{
  padding:5px 3px;	
}
.breadcrumbs>.breadcrumb-item:first-child >a{
padding-left:0px;	
}
.breadcrumbs>.breadcrumb-item>a:after {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	margin-left:5px;
}
.breadcrumbs>.breadcrumb-item>a:after {
    content:"\f101";
}
.breadcrumbs> .breadcrumb-item + .breadcrumb-item::before {
    content: none; 
} 
.breadcrumbs>.breadcrumb-item:last-child>a:after {
    content:none;
}
.breadcrumbs>.breadcrumb-item:last-child>a {
    color: #455a64 ! important;
}
.row.no-gutter {
    margin-left: 0;
    margin-right: 0
}

.row.no-gutter [class*=col-]:not(:first-child),.row.no-gutter [class*=col-]:not(:last-child) {
    padding-right: 0;
    padding-left: 0
}

.row.gutter {
    margin-left: -5px;
    margin-right: -5px
}

.row.gutter [class*=col-]:not(:first-child),.row.gutter [class*=col-]:not(:last-child) {
    padding-right: 5px;
    padding-left: 5px
}
.footer-top {
    background-color:#EC268F;
    color: #fff;
    padding: 20px 0px 20px 0px;
}
.footer-nav>li>a {
    padding: 0px 2px;
    color: #fff;
    line-height: 20px;
    font-size: 13px;
}
.footer-nav>li>a.title {
    font-family: 'roboto_condensedregular';
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.footer-nav>li>a:focus,.footer-nav>li>a:hover {
    padding: 0px 2px;
	color:#fff;
	background-color:transparent;
}
.block-title {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 5px;
    position: relative;
	margin-top: 5px;
}
.contact-info{
	color:#fff;
}
.contact-info h5 {
    margin-top: 5px;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0px;
    color: #fff;
}
.contact-info>p {
    margin-bottom:0px;
}
.contact-info>p>a>i {
    margin-right: 5px;
}
.contact-info>p>a {
   color:#fff;
}
.a-info{
	color:#333;
}
.a-info h5 {
    margin-top: 5px;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 0px;
    color: #333;
}
.a-info>p {
    margin-bottom:0px;
}
.a-info>p>a>i {
    margin-right: 5px;
}
.a-info>p>a {
   color:#333;
}
.social-nav>li{
 margin-right:5px;
}
.social-nav>li>a{
padding:5px 9px;
border-radius:0px;
color:#fff;
}
.social-nav>li>a:focus,.social-nav>li>a:hover{
background-color:transparent;
}
.social-nav>li{
	border: 1px solid #FFF;
	    border-radius: 50%;
}
.footer-bottom {
	background-color: #EC268F;
    padding: 5px 0px 5px 0px;
    margin-top: 0px;
    border-top: 1px solid #0063A6;
    color: #546E7A;
}
.nav-justify>.nav-item>.nav-link {
    color: #fff;
    text-decoration: none;
}
@media (min-width: 120px) and (max-width:768px) {
 .nav-justify{
	padding-left: 0px;
 }
 .nav-justify>.nav-item{
	list-style: none;
 }
 .nav-justify>.nav-item>.nav-link{
	 padding: 2px 2px;
 }
 .hidden-xs{
	 display:none;
 }
 .navbar-static-top .navbar-collapse, .navbar-static-top .navbar-form {
    border-color: transparent;
	background-color:#FFF;
	position:absolute;
	width: 100%;
}
.navbar-static-top .navbar-toggle .icon-bar {
    background-color: #11467b;
}
.navtop-menu{
	width:100% ! important;
}
}
@media (min-width: 768px){
 .nav-justify{
	display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
 }
 .nav-justify>.nav-item{
	list-style:none;
	display: inline-block;
 }
 .nav-justify>.nav-item>.nav-link{
	    padding: 8px 5px;
 }
 .algin-justify{
	float: right; 
 }
 .hidden-md{
	 display:none;
 }
 .navbar-toggle {
    display: none;
}
.dl-horizontal dt {
    float: left;
    width: 200px;
    clear: left;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.dl-horizontal dd {
    margin-left: 220px;
}
}
.site-info > p {
    margin: 0 0 0px;
}
.site-info p a {
    color: #FFF ! important;
	padding: 5px 0px ! important;
}
.intro{
	padding: 0px 0px 0px 0px;
    background-color:#f5f5ff;
    color: #333;
}
.slideshow{
}
.showcase {
    background-color:#fff;
    padding:15px 0 15px 0;
}
.promotion {
	background-color:#f5f5ff;
    padding: 15px 0px 15px 0px;
	color:#333;
}
.arrival {
    padding: 15px 0px 15px 0px;
	background-color:#fff;
	color:#333;
}
.mass_blog {
	background-color:#f5f5ff;
    padding: 15px 0px 15px 0px;
}
.testimonial {
    padding: 15px 0px 15px 0px;
	background-color:#fff;
}
.testimonial>.text-overflow{
	color:#fff ! important;
}
.mass-bottom {
    background-color:#f5f5ff;
	padding: 15px 0px 15px 0px;
}
.call_out {
    background: #fff;
    padding: 8px 8px 8px 8px;
}
.tabbable>.nav-tabs {
    border-color: #C5D0DC;
    margin-bottom: 0!important;
    position: relative;
    top: 1px
}

.tabbable>.nav-tabs>li.active>a,.tabbable>.nav-tabs>li.active>a:focus,.tabbable>.nav-tabs>li.active>a:hover {
    color: #576373;
    border-color: #C5D0DC #C5D0DC transparent;
    border-top: 2px solid #4C8FBD;
    background-color: #FFF;
    z-index: 1;
    line-height: 18px;
    margin-top: -1px;
    box-shadow: 0 -2px 3px 0 rgba(0,0,0,.15)
}

.tabbable>.tab-content {
    border: 1px solid #C5D0DC;
    position: relative;
    padding: 5px 12px;
    margin-bottom: 8px;
}
.thumb-card {
  border:0px;
  border-radius:0px;
  margin-bottom: 8px;
}
.vertical {
    position: relative;
    background: #FFF !important;
    border: 0px;
    margin-bottom: 5px;
}
.vertical .heading {
    background-color: #f6f6f6 !important;
    font-size: 13px;
    text-transform: uppercase;
    color: #333;
    padding: 8px 10px 6px;
    margin: 0;
    border-bottom: 1px solid #f6f6f6 !important;
}
.vertical>.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}
.vertical>.vertical-nav {
    margin-bottom: 0;
}
.vertical>.vertical-nav>li {
    color: #666;
    font-size: 13px;
    display: block;
}
.vertical>.vertical-nav>li {
    border-bottom: 1px solid #f6f6f6;
    border-left: 1px solid #f6f6f6;
    border-right: 1px solid #f6f6f6;
}
.vertical>.vertical-nav>li:first-child {
    border-top: 1px solid #f6f6f6;
}
.vertical>.vertical-nav>li a {
    padding: 6px 12px;
    color: #333;
    font-size: 14px;
    text-decoration: none;
    display: block;
}
.nav-toggle {
    position: absolute;
    margin-top: -9px;
    right: -16px;
}
.nav-toggle>.icon-bar {
    background-color: #888;
}
.figure {
    background: transparent;
    border: 0px;
    border-radius: 0px;
    padding: 0px;
    margin-bottom:10px;
}
.thumbnail .caption {
    padding: 9px;
    color: #333;
	text-align: center;
}
.thumbnail>.caption>.text-overflow{
	text-align:center;
}
.block-name {
    width: 100%;
    margin-bottom: 5px;
}
.block-name {
    color: #444444;
    text-transform: uppercase;
    font-family: "Josefin Sans", sans-serif;
    font-size: 16px;
	font-weight:600;
}
.product-name{
    white-space: nowrap;
    text-overflow: ellipsis;
	color: #0e0e0e;
    text-decoration: none;
    overflow: hidden;
    display: block;
	text-decoration: none ! important;
}
.module-title h2, .special-heading, .testimonials-card-author h4 {
    text-transform: uppercase;
}
.module-title h2 {
    margin: 0 -4px 10px 0;
    letter-spacing: 4px;
    font-size: 28px;
}
.section_heading {
    text-align: center;
    text-transform: uppercase;
    margin-top: 15px;
}
.section_heading>h4 {
    font-family: Poppins,Arial,serif;
    line-height: 1.2;
    font-weight: 700;
    color: #313131;
    margin-bottom: 15px;
    margin: 0 -4px 10px 0;
    letter-spacing: 4px;
    font-size: 20px;
}
.module-title {
    margin: 0 0 25px;
}
.module-title>h2, .icon-box-title>h6 {
    font-family: Poppins,Arial,serif;
    line-height: 1.2;
    font-weight: 700;
    color: #313131;
}
.media-left>.icons{
font-size:40px;
color: #4a90e2;
}
.media-right>.icons {
    font-size: 40px;
    color: #4a90e2;
}
.feature-lft:before {
    position: absolute;
    content: '';
    background: #eeeeee;
    width: 1px;
    height: 100%;
    top: 0;
    right: 8px;
}
.feature-ryt:before {
    position: absolute;
    content: '';
    background: #eeeeee;
    width: 1px;
    height: 100%;
    top: 0;
    left: 8px;
}
.ft-heading {
    color: #444444;
    text-transform: uppercase;
	font-family: "Josefin Sans", sans-serif;
    margin: 0;
	font-size: 16px;
}
.font600 {
    font-size: 600px;
}
.font-serif {
    font-family: Lora,"Libre Baskerville",serif;
}
.module-title p {
    font-size: 16px;
}
.font-serif {
    font-style: italic;
}
.vertical-panel{
	position: relative;
    background: #FFF !important;
    border: 0px;
    margin-bottom: 5px;
}
.vertical-body{
	    margin-bottom: 0;
		border: 1px solid #f6f6f6;
		padding:8px;
}
.vertical-panel>.heading {
    background-color: #f6f6f6 !important;
    font-size: 13px;
    text-transform: uppercase;
    color: #333;
    padding: 8px 10px 6px;
    margin: 0;
    border-bottom: 1px solid #f6f6f6 !important;
}
.vertical-panel>.heading>a{
	color:#333;
}
.block {
    display: block!important
}
.input-icon {
    display: inline-block
}

.input-icon {
    position: relative;
    width: 100%
}

.input-icon.inverted>[class*="fa-"],.input-icon.inverted>[class*="glyphicon-"] {
    color: #fff;
    background-color: #262626
}
.input-icon>.form-control:focus+[class*="fa-"],.input-icon>.form-control:focus+[class*="glyphicon-"] {
    zoom:1;filter: alpha(opacity=100);
    -webkit-opacity: 1;
    -moz-opacity: 1;
    opacity: 1
}

.input-icon>.form-control:focus+.circular {
    -webkit-box-shadow: 0 0 0 .1em rgba(0,0,0,.15) inset;
    -moz-box-shadow: 0 0 0 .1em rgba(0,0,0,.15) inset;
    box-shadow: 0 0 0 .1em rgba(0,0,0,.15) inset
}
.input-icon>[class*="fa-"],.input-icon>[class*="glyphicon-"] {
    z-index: 2;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 34px;
    height: 100%;
    line-height: 28px;
    display: inline-block;
    color: #555;
    font-size: 14px;
    text-align: center;
    padding-top: 3px;
    zoom:1;filter: alpha(opacity=70);
    -webkit-opacity: .7;
    -moz-opacity: .7;
    opacity: .7
}

.input-icon>[class*="fa-"].circular,.input-icon>[class*="glyphicon-"].circular {
    border-radius: 500em !important;
    box-shadow: 0 0 0 .1em rgba(0,0,0,.1) inset;
    -webkit-transition: -webkit-box-shadow .3s ease;
    -moz-transition: -moz-box-shadow .3s ease;
    -o-transition: box-shadow .3s ease;
    transition: box-shadow .3s ease;
    padding: 0;
    top: 5px;
    bottom: 5px;
    left: 7px;
    width: 24px;
    height: 24px;
    font-size: 12px;
    line-height: 24px
}

.input-icon.icon-right>.form-control {
    padding-left: 6px;
    padding-right: 36px
}
.input-icon.icon-right>[class*="fa-"],.input-icon.icon-right>[class*="glyphicon-"] {
    left: auto;
    right: 0
}

.input-icon.icon-right .circular {
    left: auto;
    right: 5px
}
.input-icon.icon-right>.form-control,.input-group>.form-control{
    border-radius: 2px!important;
    color: #858585;
    border: 1px solid #D5D5D5;
    padding: 5px 4px 6px;
    font-size: 13px;
    font-family: inherit;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    -webkit-transition-duration: .1s;
    transition-duration: .1s;
	font-weight: 400;
}
.btn-top, .btn-top:focus, .btn-top:hover {
    font-size: small;
    transition: .4s;
    font-weight: 600;
    border: 1px solid #ccc;
    color: #e15a3e;
    border-radius: 3px;
    background-color: transparent;
    font-family: 'Helvetica Neue','Segoe UI',sans-serif!important;
}
.mh120{
	min-height:120px;
}
.mrb15{
	margin-bottom:15px ! important;
}
.mrt15{
	margin-top:15px ! important;
}
.pd8{
	padding:8px ! important;
}
.m-header {
    color: #272b65;
    font-size: 30px;
    font-weight: bold;
    margin: 0px;
}
.m {
    font-size: 22px ! important;
    color: #272b65;
    font-weight: bold;
    text-transform: uppercase;
	margin-top: 0px;
}
.spinner{
	margin-top: 20% ! important;
    margin: 0px 0px;
}
.spinner>i {
    font-size: 20px;
    color: #ff5e00;
    -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
    animation: sk-bouncedelay 1.4s infinite ease-in-out both
}

.spinner .bounce1 {
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s
}

.spinner .bounce2 {
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s
}

@-webkit-keyframes sk-bouncedelay {
    0%,80%,100% {
        -webkit-transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1)
    }
}

@keyframes sk-bouncedelay {
    0%,80%,100% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}
.border-error{
	border: 1px solid #f50000 ! important;
}

.leftbar {
    position: relative;
    background: #FFF !important;
    border: 0px;
    margin-bottom: 5px;
}
.leftbar .heading {
    background-color: #f6f6f6 !important;
    font-size: 13px;
    text-transform: uppercase;
    color: #333;
    padding: 8px 10px 6px;
    margin: 0;
    border-bottom: 1px solid #f6f6f6 !important;
}
.leftbar>.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}
.leftbar>.leftbar-nav {
    margin-bottom: 0;
}
.leftbar>.leftbar-nav>li {
    color: #666;
    font-size: 13px;
    display: block;
}
.leftbar>.leftbar-nav>li {
    border-bottom: 1px solid #f6f6f6;
    border-left: 1px solid #f6f6f6;
    border-right: 1px solid #f6f6f6;
}
.leftbar>.leftbar-nav>li a {
    padding: 6px 12px;
    color: #333;
    font-size: 14px;
    text-decoration: none;
    display: block;
}
.tab-content {
    background-color: #fbfbfb;
    padding: 16px 12px;
    position: relative;
    -webkit-box-shadow: 1px 0 10px 1px rgba(0,0,0,.3);
    -moz-box-shadow: 1px 0 10px 1px rgba(0,0,0,.3);
    box-shadow: 1px 0 10px 1px rgba(0,0,0,.3);
	margin-bottom: 15px;
}

.nav-tabs>li.active>a,.nav-tabs>li.active>a:hover,.nav-tabs>li.active>a:focus {
    color: #262626;
    border: 0;
    border-top: 2px solid #2dc3e8;
    border-bottom-color: transparent;
    background-color: #fbfbfb;
    z-index: 12;
    line-height: 16px;
    margin-top: -2px;
    box-shadow: 0 -2px 3px 0 rgba(0,0,0,.15)
}

.nav-tabs>li:first-child>a {
    margin-left: 0;
    border-left: 1px solid #fbfbfb
}

.nav-tabs {
    margin-bottom: 0;
    margin-left: 0;
    border: 0;
    top: 2px;
    background-color: #eee;
    -webkit-box-shadow: 0 0 4px rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 4px rgba(0,0,0,.3);
    box-shadow: 0 0 4px rgba(0,0,0,.3)
}

.nav-tabs>li>a,.nav-tabs>li>a:focus {
    border-radius: 0!important;
    color: #777;
    margin-right: -1px;
    line-height: 12px;
    position: relative;
    z-index: 11
}
.rtable>.table {
    margin-bottom: 0px;
}
.rtable>.table:last-child {
    margin-bottom: 8px;
}
.rtable>.table td, .table th {
    padding: 5px 8px;
}
.ptable:last-child {
    border: 0px;
}
.atable>tbody>tr>td:first-child {
    border-top:0px ! important;
}
.ptable>tbody>tr>td:last-child {
    border-bottom:0px ! important;
	border-right:0px ! important;
}
.ptable>tbody>tr>td:first-child {
    border-bottom:0px ! important;
	border-left:0px ! important;
}
.middle-align{
 vertical-align: middle ! important;
}
.htable>tbody>tr.success>td {
    background-color:#8cc443;
	border-right:0px;
}
.htable>tbody>tr>td {
    border: 1px solid #F6F6F6;
}
.table-bordered>tbody>tr>td {
    border-bottom: 0px ! important;
}
.ctable>tbody>tr>td {
    border-bottom: 0px ! important;
}
.ctable{
	margin-bottom:0px;
}
.pd0{
	padding:0px ! important;
}
.width180 {
    width: 140px;
    height: 145px;
}
.h-img{
    width: 140px;
    height: 145px;
}
.prelative{
	position:relative;
}
.border-radius{
	border-radius:0px;
}
.apply-h3 {
    font-size: 30px;
    text-transform: uppercase;
    line-height: 1.2;
    font-weight: 800;
}
.shadow {
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,0.5);
    box-shadow: 0 3px 9px rgba(0,0,0,0.5);
}
.pd15{
	padding:15px;
}
.mrb8{
	margin-bottom:8px ! important;
}
.form-apply{
	padding: 3px 10px;
    outline: none;
    display: block;
    font-size: 14px;
    border-radius: 0;
    box-sizing: border-box;
    -webkit-appearance: none;
}
.mwidth{
	max-width:600px;
}
.pcenter{
	margin:0px auto;
}
h2 {
    font-size: 19px!important;
    text-transform: uppercase!important;
}
h1, h2, h3, h4 {
    font-family: 'Lato', sans-serif!important;
}
h2, h2 a, h2 a:hover {
    color: #161922;
}
h4, h4 a, h4 a:hover {
    color: #161922;
}
h3, h3 a, h3 a:hover {
    color: #161922;
}
.home-h3 {
    font-size: 20px!important;
    text-transform: uppercase!important;
}
.caption> h5 {
    font-size: 14px;
    color: #b20500 !important;
    line-height: 1.8;
    margin-bottom: 10px;
}
.h3-apply {
    font-weight: 600;
    font-size: 20px;
    letter-spacing: -1px;
	color:#fff;
	margin: 0px;
	padding-top: 8px;
}
.btn-click {
    background-color: #d24e0d;
    border-color: #fff;
    color: #fff;
    border-width: 3px;
    border-radius: 2em !important;
}
.btn-click:focus, .btn-click:hover {
    background-color: #ef7f1b;
    border-color: #fff;
    color: #fff;
}
.form-field {
  position: relative;
  margin: 19px 0px 0px 0px;
  border: 1px solid #b9b5a9;
}
.input-text {
  display: block;
  width: 100%;
  height: 36px;
  font-size: 12px;
  line-height: 26px;
  font-weight: 400;
  border:0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition:none;
  -o-transition: none;
  transition:none;
}
.input-text:focus {
  outline: none;
}
/* .input-text:focus + .label,
.input-text.not-empty + .label {
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
} */
.input-text:focus,.input-text:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    outline: 0;
}
.form-field .label {
  position: absolute;
  left: 10px;
  top:-15px;
  font-size: 13px;
  line-height: 20px;
  font-weight: 400;
  color: #333;
  cursor: text;
  background-color:#FFF;
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out, 
  -webkit-transform .2s ease-in-out;
}
.r-text {
    display: block;
    width: 100%;
    height: 40px;
    font-size: 12px;
    line-height: 30px;
    font-weight: 400;
    border: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}
.r-text[disabled], .r-text[readonly], fieldset[disabled].r-text {
    background-color: #fff;
    opacity: 1;
}
.navbar-default .navbar-toggle {
    border-color: transparent;
}
.navbar-default .navbar-toggle:focus,.navbar-default .navbar-toggle:hover {
    background-color: transparent;
}
.intro-heading{
	color: #fff !important;
    font-size: 25px;
    font-weight: 600;
	font-family: "Poppins", sans-serif;
}
.sep-line {
    height: 1px;
    border-top: 1px solid #ef7f1b;
    display: block;
    position: absolute;
    margin-top: 8%;
    width: 100%;
}
.btn-blue {
    background: #1961A9;
    border-radius: 50px;
    color: #f1f1f1;
    display: inline-block;
    font-size: 13px;
    height: 43px;
    letter-spacing: 2px;
    line-height: 43px;
    padding: 0 35px;
    border-color: #1961A9;
}
.btn-blue, .btn-blue:hover, .btn-blue:focus {
    color: #fff;
    background-color: #1961A9;
    border-color: #1961A9;
}
h3.p-title {
    margin: 8px 8px 8px 8px;
    font-size: 25px;
    font-weight: 600;
    text-transform: uppercase;
    display: inline-block;
	color:#fff;
}
.proline {
    width: 16%;
    height: 1px;
    border-bottom: 1px solid #ef7f1b;
    margin-bottom: 5px;
    position: relative;
    display: inline-block;
}
.sqi-left {
    position: absolute;
    display: block;
    -webkit-transform: rotate(-46deg);
    -moz-transform: rotate(-46deg);
    -ms-transform: rotate(-46deg);
    -o-transform: rotate(-46deg);
    transform: rotate(-46deg);
    height: 8px;
    width: 8px;
    border: 1px solid #ef7f1b;
    background: #ef7f1b;
    right: 0;
    margin-top: -4px;
}
.sqi-right {
    position: absolute;
    display: block;
    -webkit-transform: rotate(-46deg);
    -moz-transform: rotate(-46deg);
    -ms-transform: rotate(-46deg);
    -o-transform: rotate(-46deg);
    transform: rotate(-46deg);
    height: 8px;
    width: 8px;
    border: 1px solid #ef7f1b;
    background: #ef7f1b;
    left: 0;
    margin-top: -4px;
}
.c-blue{
	color:#1961A9;
}
.ptable:last-child {
    border: 0px;
}
.table{
	margin-bottom:0px;
}
.atable{
	border-bottom:0px;
}
.atable>tbody>tr>td:first-child {
    border-top:0px ! important;
}
.ptable>tbody>tr>td:last-child {
    border-bottom:0px ! important;
	border-right:0px ! important;
}
.ptable>tbody>tr>td:first-child {
    border-bottom:0px ! important;
	border-left:0px ! important;
}
.middle-align{
 vertical-align: middle ! important;
}
.htable>tbody>tr.success>td {
    background-color:#8cc443;
	border-right:0px;
}
.htable>tbody>tr>td {
    border: 1px solid #F6F6F6;
}
.bdt0{
	border-top:0px ! important;
}
.v-align{
	vertical-align: middle ! important;
}
.wdth300{
	width:300px;
}
.ht147{
	height:147px;
}
.width157{
	width:157px;
}
.ver-tab>li{
	width:100%
}
.form-control-sup{
	position: absolute;
    top: 0px;
    left: -8px;
    color: red;
}
.alert {
    padding: 5px;
    margin-bottom: 8px;
    border: 1px solid transparent;
    border-radius: 0px;
}
.btn-file {
    position: relative;
    overflow: hidden
}

.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: #fff;
    cursor: inherit;
    display: block
}
.marquee-top{
	background-color: #00a33e;
	color:#FFF;
	width: 100%;
}
.c-text{
	color: #fff;
	font-weight: 700;
}
.caption>h3{
    font-size: 14px;
    font-weight: 700;
    margin-top: 5px;
}
@-webkit-keyframes argh-my-eyes {
    0% {
        background-color: #03a9f4;
        color: #FFF
    }

    49% {
        background-color: #03a9f4;
        color: #FFF
    }

    50% {
        background-color: #ff5000;
        color: #FFF
    }

    99% {
        background-color: #ff5000;
        color: #FFF
    }

    100% {
        background-color: #03a9f4;
        color: #FFF
    }
}

@-moz-keyframes argh-my-eyes {
    0% {
        background-color: #03a9f4;
        color: #FFF
    }

    49% {
        background-color: #03a9f4;
        color: #FFF
    }

    50% {
        background-color: #ff5000;
        color: #FFF
    }

    99% {
        background-color: #ff5000;
        color: #FFF
    }

    100% {
        background-color: #03a9f4;
        color: #FFF
    }
}

@keyframes argh-my-eyes {
    0% {
        background-color: #03a9f4;
        color: #FFF
    }

    49% {
        background-color: #03a9f4;
        color: #FFF
    }

    50% {
        background-color: #ff5000;
        color: #FFF
    }

    99% {
        background-color: #ff5000;
        color: #FFF
    }

    100% {
        background-color: #03a9f4;
        color: #FFF
    }
}

.btn-flash {
    -webkit-animation: argh-my-eyes 1s infinite;
    -moz-animation: argh-my-eyes 1s infinite;
    animation: argh-my-eyes 1s infinite;
}

.btn-flash:focus,.btn-flash:hover {
    background-color: #f54828;
    color: #FFF
}
.btn-gflash {
    -webkit-animation: argh-my-eyes 1s infinite;
    -moz-animation: argh-my-eyes 1s infinite;
    animation: argh-my-eyes 1s infinite;
	padding:8px 8px;
	border-radius:4px;
}

.btn-gflash:focus,.btn-flash:hover {
    background-color: #f54828;
    color: #FFF
}
.btn-gflash>a{
	color:#FFF;
}
@-webkit-keyframes glogin {
  0%{ background-color: #ff5000; color: #FFF;}
  49%{ background-color: #ff5000; color: #FFF;}
  100%{ background-color: #3c763d; color: #FFF;}
}

@-moz-keyframes glogin {
 0%{ background-color: #ff5000; color: #FFF;}
  49%{ background-color: #ff5000; color: #FFF;}
  100%{ background-color: #3c763d; color: #FFF;}
}

@-o-keyframes glogin {
 0%{ background-color: #ff5000; color: #FFF;}
  49%{ background-color: #ff5000; color: #FFF;}
  100%{ background-color: #3c763d; color: #FFF;}
}

@keyframes glogin {
 0%{ background-color: #ff5000; color: #FFF;}
  49%{ background-color: #ff5000; color: #FFF;}
  100%{ background-color: #3c763d; color: #FFF;}
}

.btn-glogin {
    -webkit-animation: glogin 1s infinite;
    -moz-animation: glogin 1s infinite;
    animation: glogin 1s infinite;
    color: #FFF ! important;
    border:0px;
   border-radius:0px;
   padding: 0px 0px;
}
.btn-glogin:focus,.btn-glogin:hover {
    background-color: #f54828 ! important;
    color: #FFF ! important;
}
@-webkit-keyframes gstatus {
  0%{ background-color: #ffa500; color: #FFF;}
  49%{ background-color: #ffa500; color: #FFF;}
  100%{ background-color: #ff0000; color: #FFF;}
}

@-moz-keyframes gstatus {
 0%{ background-color: #ffa500; color: #FFF;}
  49%{ background-color: #ffa500; color: #FFF;}
  100%{ background-color: #ff0000; color: #FFF;}
}

@-o-keyframes gstatus {
 0%{ background-color: #ffa500; color: #FFF;}
  49%{ background-color: #ffa500; color: #FFF;}
  100%{ background-color: #ff0000; color: #FFF;}
}

@keyframes gstatus {
 0%{ background-color: #ffa500; color: #FFF;}
  49%{ background-color: #ffa500; color: #FFF;}
  100%{ background-color: #ff0000; color: #FFF;}
}
.apply-now {
    -webkit-animation: gstatus 1s infinite;
    -moz-animation: gstatus 1s infinite;
    animation: gstatus 1s infinite;
    color: #FFF ! important;
    border:0px;
   border-radius:0px;
   padding: 0px 0px;
}
.apply-now:focus,.apply-now:hover {
    background-color: #f54828 ! important;
    color: #FFF ! important;
}
.bgcoloro{
	background-color:#EC268F;
	color:#FFF;
}
.table .table {
    background-color:transparent;
}
.form-box{
	max-width: 500px;
    margin:0px auto;
}
.bgsuccess{
    background-color:#019b01;
}
.r-figrue {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 2px solid #f08120;
    padding: 12px 0 0 0;
    transition: top ease 0.5s;
    position: relative;
    top: 0;
    text-align: center;
    font-weight: 300;
    margin: 0 auto;
}
.r-figrue>img{
	margin:0px auto;
}
.n-shadow{
	box-shadow: none;
    background-color: transparent;
}
.abt-title {
    font-size: 45px;
    font-weight: 700;
}
.h-abt-txt {
    font-size: 20px;
    font-weight: 300;
}
.h-title {
    font-size: 45px;
    font-weight: 800;
}
.fa-ul>li>i{
	margin-right:5px;
}
.pcenter{
	max-width:700px;
	margin:0px auto;
}
.carousel-control.left {
    background-image: none;
    background-repeat:none;
    filter:none;
}
.carousel-control.right {
    background-image: none;
    background-repeat:none;
    filter:none;
}
.carousel-control .glyphicon-chevron-left, .carousel-control .glyphicon-chevron-right, .carousel-control .icon-prev, .carousel-control .icon-next {
    color:#f08120;
}
.need-consultation-title {
    text-align: center;
    font-size: 45px;
    font-weight: 800;
    color: #fff;
}
.need-consultation-txt {
    text-align: center;
    font-size: 24px;
    font-weight: 300;
    color: #fff;
}
.mwidth{
	max-width:750px;
	margin:0px auto;
	
}
.round-box>.round-img{
	border-radius: 50%;
}
.form-field>.label>sup{
	color:#BF142D;
	font-size: 18px;
    top: 3px;
}
.login-box {
    max-width: 500px;
    margin: 0px auto;
	background: #fe6657;
    border-radius: 4px;
    z-index: 2;
    color: #fff;
    padding: 20px;
}
.form--user__icon {
    border-radius: 50%;
    height: 100px;
    z-index: 9;
    top: -13px;
    text-align: center;
    left: 50%;
    transform: translate(-50%, 0);
    position: absolute;
    background: #ea7a1a;
    width: 100px;
    color: #fff;
}
.form--user__icon span {
    font-size: 32px;
    position: absolute !important;
    top: 50% !important;
    left: 50%;
    transform: translate(-50%, -50%);
}
.mrt30{
	margin-top:60px;
}
.btn-blue{
    color: #fff !important;
    border-radius: 50px !important;
    border: 0 !important;
    background: #003296 !important;
}
.mrb20{
	margin-bottom:15px;
}
.text-pink{
	color:#EC268F;
	font-weight:700;
}
.mr0{
	margin:0px;
}
.a7-center{
	max-width: 800px;
    margin: 0px auto;
}
.a-center{
	max-width:900px;
	margin:0px auto;
	color:#000;
	padding: 13px;
    border: 5px solid #EC268F;
	background-color:#fff;
	min-height:1120px;
}
.a-inner{
	padding: 8px 15px 8px 15px;
	font-size: 13px;
    font-weight: 500;
	color:#000;
}
.n-body{
	padding:15px 15px 8px 15px;
}
.max-height300{
	max-height:300px;
}
.c-body{
	background-color:#c0c5bf;
	color: #000;
}
.brd0{
	border:0px ! important;
}
.pdt0{
	padding-top:0px;
}
.mnht160{
	min-height:160px;
}
.mxh160{
	max-height:160px;
}
.imght158{
	max-height:158px;
}