/*
 * Copyright (C) iNexgen Technologies - All Rights Reserved
 * Unauthorized copying of this file, via any medium is strictly prohibited
 * Proprietary and confidential
 */
/* Multi Color Page Loader */
/* Page Loader */
.page-loaderM {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 9999;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.page-loader {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 9999;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.page-loaderBox{
	width: 100%;
    height: 100%;
    position: absolute !important;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,0.8);
    z-index: 9999;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.page-loader_spinner {
    position: relative;
    width: 50px;
    height: 50px;
}
.page-loader_spinner svg {
    -webkit-animation: rotate 2s linear infinite;
    animation: rotate 2s linear infinite;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
.page-loader_spinner svg circle {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
    -webkit-animation: dash 1.5s ease-in-out infinite,color 6s ease-in-out infinite;
    animation: dash 1.5s ease-in-out infinite,color 6s ease-in-out infinite;
    stroke-linecap: round;
}
svg:not(:root) {
    overflow: hidden;
}
@keyframes rotate{
	100%{transform:rotate(360deg)}
}
@-webkit-keyframes rotate{
	100%{transform:rotate(360deg)}
}
@keyframes dash{
	0%{
		stroke-dasharray:1,200;
		stroke-dashoffset:0;
	}
	50%{
		stroke-dasharray:89,200;
		stroke-dashoffset:-35px;
	}
	100%{
		stroke-dasharray:89,200;stroke-dashoffset:-124px;
	}
}
@-webkit-keyframes dash{
	0%{
		stroke-dasharray:1,200;stroke-dashoffset:0;
	}
	50%{
		stroke-dasharray:89,200;stroke-dashoffset:-35px
	}
	100%{
		stroke-dasharray:89,200;stroke-dashoffset:-124px
	}
}
@keyframes color{
	0%,100%{
		stroke:#ff5652;
	}
	40%{
		stroke:#2196F3;
	}
	66%{
		stroke:#32c787;
	}
	80%,90%{
		stroke:#ffc107;
	}
}
/* MultiColor Page Loader End */
/* Page Loader */
.page-loader, .block-loader {
    background: #fff;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
}
.page-loader .preloader, .block-loader .preloader{
    width: 50px;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    top: 50%;
    margin-top: -55px;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.preloader:not([class*=pl-]) {
    width: 50px;
}
.pl-circular {
    animation: rotate 2s linear infinite;
    height: 100%;
    transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.sRotate{
	animation: rotate 1s linear infinite;
	font-size: 16px
}
svg:not(:root) {
    overflow: hidden;
}
.preloader.pls-blue .plc-path {
    stroke: #2196F3;
}
.preloader[class*=pls-] .plc-path {
    animation: dash 1.5s ease-in-out infinite;
}
.plc-path {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
    stroke-linecap: round;
    stroke-width: 3;
    stroke-miterlimit: 10;
    fill: none;
}
.preloader:before {
    content: '';
    display: block;
    padding-top: 100%;
}
.page-loaderBox{
	width: 100%;
    height: 100%;
    position: absolute !important;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,0.7);
    z-index: 9999;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.page-loader .preloader p, .block-loader .preloader p{
    white-space: nowrap;
    position: relative;
    left: -10px;
    top: 22px;
    color: #CCC;
}
@keyframes rotate{
	100%{
		transform:rotate(360deg)
	}
}
@keyframes dash{
	0%{
		stroke-dasharray:1,200;
		stroke-dashoffset:0
	}
	50%{
		stroke-dasharray:89,200;
		stroke-dashoffset:-35px
	}
	100%{
		stroke-dasharray:89,200;stroke-dashoffset:-124px
	}
}
html, body{
	height: 100%;
}
/* .navbar-brand {
    height: 53px;
} */
.navbar-brand > img{
	width: 127px;
}
.main-header .navbar-brand{
	padding: 2px 8px 0;
}
.inputbtn input {
	position: relative;
	top: 2px;
}
.registerbox{
	margin: 2% auto;
	width: 50%;
}

.loginbox{
	margin: 2% auto;
	width: 35%;
}
.login-top-info{
	width:25%;
	margin-left:5px;
}
.font-size20{
	font-size: 20px !important;
}
.font-size15{
	font-size: 15px !important;
}
.font-size14{
	font-size: 14px !important;
}
.font-size11{
	font-size: 11px !important;
}

.modal-header{
	background-color: #0078c4 !important;
	
}
.modal-header .close{
	border-left: 1px solid #1a92de;
	color: #fff;
	text-shadow: none;
}
.modal-title{
	color: #fff !important;
	font-size: 18px;
	font-weight: lighter;
}
/* Buttons & Headings Style
====================================*/
.btn-default{
    color:#fff;
    border:none;
    border-radius:2px;
    transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -ms-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
    background:#1abc9c;
}


.theme-color-pt .btn-default {background:#1abc9c;}
.btn-default:hover,.theme-color-pt .btn-default:hover{background-color:#18A288;}

.page_title h2{border-color:#1abc9c;}

/* END BUTTON 
=========================================== */

.user-img-sm {
    
    border-radius: 50%;
    width: 80px;
    height: 80px;
    
}

.testimonials {
    padding: 5px;
    font-weight: 500;
    text-indent: 50px;
    text-align: justify;
}

.testimonials na {
    font-weight: 800;
    text-transform: uppercase;
}

.testimonials q {
    font-style: italic;
    font-weight: 400;
}
.mglr-5 {
    margin-left: 5px;
    margin-right: 10px;
}

.backgroundNone{
	background:none !important;
}

/* .form-control{
	height: 30px !important;
} */
.overlay, .loading-img, .loader-img, .overlay_ex {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.overlay {
	position : fixed !important;
	z-index: 1010;
	background: rgba(255, 255, 255, 0.7);
}
.overlay_ex {
	position : absolute !important;
	z-index: 1010;
	background: rgba(255, 255, 255, 0.7);
}
.loading-img {
	z-index: 1020;
	background: transparent url('../img/LODO.gif') 50% 40% no-repeat;
}
.loader-img {
	z-index: 1020;
	background: transparent url('../img/LODO.gif') center center no-repeat;
}
.img-upload td{
	border: 0 none !important;
	border-radius: 50%;
	padding: 0 !important;
}
.img-upload{
	margin: 0 0 20px 20px !important;
	text-align: center;
	width: 80px;
}
.img-upload canvas{
	border-radius: 50%;
}
.server-error{
	background-color:#FFCDD2;
	color:#000000;
	padding:2px;
	font-size:10px;
	text-align:center;
	margin-top:2px;
	font-weight:bold;
}
.datepicker{z-index:1151 !important;}
/* .btn{
	line-height: 1.22857 !important;
} */
textarea {
    resize: none;
}
.oflow{
overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.search-icon input{
	padding: 0px 12px 0 45px !important;
}
.search-icon.right input{
	padding: 0px 45px 0 12px !important;
	background: none;
	border: 0 none;
}

.search-icon:before{
	content: "\f002";
    z-index: 5;
    color: #FFF;
    position: absolute;
    font-family: "Fontawesome";
    left: 0;
    top: 0;
    height: 32px;
    width: 32px;
    line-height: 31px;
    text-align: center;
    background: #8FA7A2;
}
.search-icon.right:before{
	right:0;
	background: transparent;
	color: #8fa7a2;
	left: 84%;
}
/* Comment Tab
====================================*/
.comments-imgs{
	max-width: 100% !important;
}
.comments{
    padding:0;
    margin:0;
}
.comments .post-thumbnail {
    float: left;
    margin: 0 15px 0 0;
}
.comments .post-thumbnail > img {
    height: 50px;
    width: 50px;
}
.comments li {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ddd;
    box-shadow: 0 0 5px #ddd;
    margin-bottom: 1px;
    padding: 5px !important;
    font-size: 12px;
    line-height: 18px;
    list-style: none outside none;
    cursor: pointer;
    position: relative;
}
.comments_list > p {
    margin: 0;
    overflow: hidden;
}
.comments li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding: 0;
}
.comments li:last-child p{
    margin:0
}
.comments_list  a {
    text-decoration: none;
    color:#3c8dbc;
}
.com_pist a:focus{
    color:#555;
}
.comments_list i {
    /* color: #909090;*/
    font-size: 12px; 
    /* margin-left: 3px; */
}
li.selectActive {
    background: #0078c4 none repeat scroll 0 0;
    border: 1px solid #0078c4 !important;
    position: relative;
}

li.selectActive::before {
    border-bottom: 15px dashed transparent;
    border-left: 15px solid #0078c4;
    border-top: 15px dashed transparent;
    content: "";
    height: 0;
    margin-top: -15px;
    position: absolute;
    right: -15px;
    top: 50%;
    width: 0;
}
li.selectActive p i{
	color: #B3E5FC;
}
li.selectActive::after {
    border-bottom: 13px dashed transparent;
    border-left: 13px solid #0078c4;
    border-top: 13px dashed transparent;
    content: "";
    height: 0;
    margin-top: -13px;
    position: absolute;
    right: -13px;
    top: 50%;
    width: 0;
}
li.selectActive .text-white{
	color:#fff !important;
}
.selectActive:hover {
    background: #0078c4 none repeat scroll 0 0 !important;
}
.comments_list:hover {
    background: #eee none repeat scroll 0 0;
}
.oflow{
overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.m-b-5 {
    margin-bottom: 5px;
}
.m-t-25 {
    margin-top: 30px !important;
}
.m-t-5 {
    margin-top: 5px;
}
.m-t-10 {
    margin-top: 10px;
}
.m-t-15{
	margin-top: 15px;
}
m-r-5{
	margin-right: 5px;
}
.m-l-5 {
    margin-left: 5px;
}
.m-b-10{
	margin-bottom: 10px;
}
.m-b-20{
	margin-bottom: 20px;
}
.margin-10 {
	margin: 10px;
}
.margin-topbottom-10 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.margin-35 {
	margin: 35px;
}
.margin-topbottom-35 {
	margin-top: 45px;
	margin-bottom: 45px;
}
.comment-mheight {
	min-height: 62px;
}
.sizeBigError {
    color: #f00;
}
.grey {
    color: #9c9c9c;
}
.note-text{
	font-size: 13px;
	font-style: italic;
}
/* .bottomBorder::before {
    background: #000 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 1px;
    left: 50%;
    margin-left: -50px;
    position: absolute;
    width: 100px;
} */
.fleft {
	float: left;
}
.fright {
	float: left;
}
.whiteText{
	color : #fff !important;
}
.paddingTop{
	 padding-top: 50px;
}






/* Kiruba Shankar */

.promo_content p {
    color: #000;
    margin-bottom: 0;
}
.promo_content h3 {
    color: #000;
    font-size: 22px;
    font-weight: bold;
    margin: 0 0 5px;
}
.test {
    background: #27346d none repeat scroll 0 0 !important;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: none;
    text-shadow: none;
}
.carousel-control {
  padding-top:10%;
  width:5%;
}
.paddingforthumnail {
    padding-top: 15px !important;
}
.well {
    background-color: #fff !important;
     border: 0px !important;
}
.carousel-control.left, .carousel-control.right {
    width: 33px;
}
.fasizecust {
    font-size: large !important;
}
.containerBg {
    background-color: #d53238;
    width: 100%;
}
#bodycontent p {
    padding-bottom: 5px;
    padding-left: 118px;
    text-align: justify;
    width: 92%;
    font-size: 14px;
    font-weight: 500;
}

#bodycontent {
    padding-bottom: 15px;
    
}
/* Kiruba End  */
a:hover, a:active, a:focus {
    color: #a0a0a0;
    outline: medium none;
    text-decoration: none;
}
.dropdown span.fa{
	position: relative;
    top: 2px;
}
.entry-content{
	background: #eee none repeat scroll 0 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    color: #666;
    font-size: 16px;
    font-style: italic;
    line-height: 1.45;
    min-height: 175px;
    padding: 30px 20px 30px 85px;
    position: relative;
}
.entry-content:before{
    content: ' " ';
    font-size: 5em;
    font-weight: 900;
    height: 0;
    left: 16px;
    opacity: 0.3;
    position: absolute;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    top: 20px;
    width: 0;
}
.entry-header {
    padding: 0 40px;
}
.entry-title{
	color: #929394;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 1.4;
    max-width: 60%;
    padding-top: 10px;
    margin-top: 0;
}
.entry-thumb{
	background: #ffffff none repeat scroll 0 0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    margin: -25px 0 0;
    padding: 4px;
    position: relative;
    border-radius: 50%;
}
.entry-thumb img{
	width: 64px !important;
	height: 64px;
}
.owl-theme .owl-controls {
    margin-top: 10px;
    text-align: center;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"] {
    background: #d6d6d6 none repeat scroll 0 0;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
}
.owl-theme .owl-controls .owl-nav [class*="owl-"]:hover {
    background: #869791 none repeat scroll 0 0;
    color: #fff;
    text-decoration: none;
}
.owl-theme .owl-controls .owl-nav .disabled {
    cursor: default;
    opacity: 0.5;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
}
.owl-theme .owl-dots .owl-dot span {
    background: #d6d6d6 none repeat scroll 0 0;
    border-radius: 30px;
    display: block;
    height: 10px;
    margin: 5px 7px;
    transition: opacity 200ms ease 0s;
    width: 10px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #0479C6 none repeat scroll 0 0;
}
.owl-nav{
	display: none;
}
.welcomeNote, .testimonialss{
	margin: 30px 0;
} 
.wrapper{
	margin: 0;
}
.videoBlock{
	background: #f8f9fa none repeat scroll 0 0;
	border-top: 1px solid rgba(0, 0, 0, 0.05);
	border-bottom: 1px solid rgba(0, 0, 0, 0.05)
}
section.parallax{
	padding: 50px 0;
}
.videoOne{
	border: 1px solid rgba(0,0,0,0.3);
}
section.parallax-1 {
    background-image: url("../images/title-bg.jpg");
}
.dropdown-menu>li>a:focus{
	background: transparent !important;
}
.siteblue {
    color: #0871B9;
}
.leads{
	font-size: 20px;
    line-height: 40px;
    margin-bottom: 0px
}
.bottomBorderBlack:before{
	background: #eeeeee;
}
.homeSlider{
	background: url(../images/base.jpg) no-repeat scroll center center transparent;
	min-height: 280px;
	margin: 0;
	padding-top: 20px;
}
#home .owl-dots .owl-dot span{
	background: #777 none repeat scroll 0 0;
}
#home .owl-dots .owl-dot.active span, #home .owl-dots .owl-dot:hover span{
	background: #0479c6 none repeat scroll 0 0;
}
/* #home .owl-prev, #home .owl-next{
	position: absolute;
	top: 50%;
}
#home .owl-prev{
	left: 0;
}
#home .owl-next{
	right: 0;
} */
.homeThumb {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #0077c3;
    box-shadow: 0 0 15px #999;
    display: block;
    height: 100%;
    padding: 3px;
    width: 100%;
    overflow: hidden;
    transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -ms-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
}
.homeThumb img{
	transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
    -ms-transition:all 0.3s ease-in-out;
    -o-transition:all 0.3s ease-in-out;
}
.homeThumb img:hover{
	transform: scale(1.1);
}

#pageLoad {
    background: rgba(255, 255, 255, 0.99) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}

.loaders {
  /* margin: 60px auto; */
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 0.7em solid rgba(0, 0, 0, 0.2);
  border-right: 0.7em solid rgba(0, 0, 0, 0.2);
  border-bottom: 0.7em solid rgba(0, 0, 0, 0.2);
  border-left: 0.7em solid #0871B9;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -2.5em;
  margin-top: -2.5em;
}
.loaders,
.loaders:after {
  border-radius: 50%;
  width: 5em;
  height: 5em;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.text-decoration{
	text-decoration: underline;
}




/* ThemeNew2 optional */
 .video-player{
	padding: 165.5px 0 !important;
}
.video-player .video-left {
    text-align: right;
}
.video-player .video-icon {
     color: #fff;
    font-size: 25px;
    border: 1px solid #fff;
    width: 70px;
    height: 70px;
    position: relative;
    display: block;
    margin: 4px auto 0;
}
.video-player .video-left {
    font-weight: 300;
    font-size: 25px;
    line-height: 28px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    color: #fff;
}
.video-player .video-right {
	color: #fff;
}
.video-player .btn:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.video-player .video-icon i {
    position: absolute;
    top: 24px;
    left: 26px;
}
.video-player .video-icon:active, .video-player .video-icon:focus, .video-player .video-icon:hover {
    color: #000 !important;
}
.video-player .btn:active:before, .video-player .btn:focus:before, .video-player .btn:hover:before {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1); 
}
#videoClose{
	    position: absolute;
    top: -40px;
    right: 10px;
}
.owl-carousels figure{
	display: inline-block;
}
.owl-carousels figure img {
    border-radius: 50%;
}
.owl-carousels blockquote{
	border-left: 0;
	font-style: italic;
	font-size: 18px;
	color: #999;
	line-height: 26px;
}
.owl-carousels blockquote::after {
    background: #ddd none repeat scroll 0 0;
    bottom: 0;
    content: "";
    display: block;
    height: 2px;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    width: 50px;
}
.owl-carousels blockquote {
    border: medium none;
    margin: 0 auto 30px;
    padding-bottom: 30px;
    position: relative;
    width: 100%;
}
.newTestimonials{
	margin: 50px 0;
}
.imagebox {
    position: absolute;
    left: 0;
    top: 0;
    width: 34%;
    opacity: 0.9;
    filter: alpha(opacity=90);
    z-index: -1;
}
.relative{
	position: relative;
}
.min-hgt{
	min-height: 400px;
}
.carbg{
	    background: url(../images/carbg.png) no-repeat scroll right top / 57% 100% transparent;
    margin-top: -2px;
    margin-bottom: -2px;
    z-index: 1;
    position: relative;
    margin-right: -2px;
}
.pSmall{
	font-size: 18px;
}
.margin0{
	margin: 0;
}
.comment-remove{
	color:#bdbdbd !important; font-size: 10px !important; border-radius: 0px !important; position: absolute; float: right; top:0; right:0;
}
.fb li {
    display: block;
    margin-bottom: 12px;
}
.links i {
    background: #1964da none repeat scroll 0 0;
    display: inline-block;
    height: 20px;
    margin-right: 2px;
    padding: 5px;
    position: relative;
    top: 3px;
    width: 20px;
    border-radius: 2px;
}
.links li a {
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    line-height: 22px;
}
.links li a:hover, .links li a:focus{
	opacity: 0.5;
	filter: alpha(opacity=50);
}
.fb li span {
    color: #fff;
    display: inline;
    transition: all 0.3s ease 0s;
}
.fb li small {
    color: #919191;
    display: block;
    font-size: 11px;
    font-style: italic;
    margin-bottom: 6px;
    margin-left: 25px;
}

/* PageLoad */
.windowPageLoad{
	background: rgba(255,255,255,0.95) url('../img/LODO.gif') center center no-repeat;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    z-index: 9999;
}
/* minHgtScroll */
.minHgtScroll{
	height: 330px;
}
label.vert-align {
	vertical-align: middle;
	margin-bottom:0px;
}
.info_mail_box{
	background-color: #80deea;
	padding: 10px;
	width: 300px;
}
.wrapper {
    background:#FFFFFF;
    width: 100%;
}
.hidden {
	display:none;
}
.thumb80{
	height: 80px;
	width: 80px;
}
.videoThumb{
	width: 152px;
	height: 85px;
}
.bold{
	font-weight: bold;
}
.m-t-80{
	margin-top: 80px;
}
.nowrap{
	white-space: nowrap;
}
.customTabList li{
	padding: 10px;
	text-align: left !important;
	color: #fff;
	background: #999 none repeat scroll 0 0;
	border-bottom: 1px solid rgba(255,255,255,0.1);
	cursor: pointer;
}
.customTabList li strong{
	 color: rgba(255, 255, 255, 0.5);
    display: block;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 16px;
}
.customTabList li span{
	/* width: 40%; */
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
.customTabList li.selectActive{
	background: #00A65A !important;
	border: 1px solid rgba(255,255,255,0.1) !important;
}
.customTabList li.selectActive::before {
    border-bottom: 15px dashed transparent;
    border-left: 15px solid #00A65A;
    border-top: 15px dashed transparent;
    content: "";
    height: 0;
    margin-top: -15px;
    position: absolute;
    right: -15px;
    top: 50%;
    width: 0;
}
.customTabList li.selectActive::after{
	border-bottom: 13px dashed transparent;
    border-left: 13px solid #00A65A;
    border-top: 13px dashed transparent;
    content: "";
    height: 0;
    margin-top: -13px;
    position: absolute;
    right: -13px;
    top: 50%;
    width: 0;
}
.rideMemberList{
	background: #fff none repeat scroll 0 0;
    border: 1px solid rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    padding: 10px;
    text-align: center;
    margin-bottom: 20px;
}
.rideMemberList strong{
	font-weight: bold;
	font-size: 15px;
	margin-top: 10px;
	display: block;
}
/* .addNewUser .rideMemberList{
	height: 220px;
    line-height: 230px;
    overflow: hidden;
} */

.botSect strong{
	width: 85%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.sMenu{
	position: absolute;
	right: 0;
	top: 1px;
	 z-index: 999;
    display: block;
    width: 20px;
    height: 20px;
}
.sMenu a:hover, .sMenu a:focus{
	color: #0072c5;
}
.sMenu a.active{
	color: rgba(255,255,255,1);
} 
.sMenu a.active:hover, .sMenu a.active:focus{
	color: rgba(255,255,255,0.5);
}
.sMenuList{
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: #f39c12!important;
	z-index: 998;
	left: 0;
	display: none;
}
.sMenuList ul li{
	text-align: left;
    color: #fff;
}
.sMenuList ul li a{
	color: rgba(255,255,255,1);
	padding: 7px 15px;
	border-bottom: 1px solid rgba(255, 255, 255,0.1);
	display: block;
	cursor: pointer;
}
.sMenuList ul li a:hover, .sMenuList ul li a:focus{
	color: rgba(255,255,255,0.5);
}
.sMenuListBlock{
	display: block;
}
.titleMini{
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 20px;
	border-bottom: 1px solid #ddd;
}
.datesSec strong{
	font-size: 14px;
	color: #888;	
}
.datesSec span{
	font-size: 14px;
	color: #00A65A;
}

/*
 * Component: Table
 * ----------------
 */

.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border-top: 1px solid #f4f4f4;
  line-height: 1.42857;
  padding: 8px;
  vertical-align: top;
}
.table > thead > tr > th {
  border-bottom: 2px solid #f4f4f4;
}
.table tr td .progress {
  margin-top: 5px;
}
.table-bordered {
/*   border: 1px solid #f4f4f4; */
    border: 1px solid #ddd;
}

.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  /* border: 1px solid #f4f4f4; */
  border: 1px solid #ddd;
}

.estAmount{
	background: rgb(246, 49, 79) none repeat scroll 0 0;
	color: #fff !important;
    display: block;
    margin-top: -2px;
    font-weight: normal;
    padding: 0 15px;
}

@media (min-width: 1281px){.slide-heading, .slide-heading span{font-size: 23px !important;}

input::-webkit-contacts-auto-fill-button {
  visibility: hidden;
  display: none !important;
  pointer-events: none;
  position: absolute;
  right: 0;
}
.logo-red-clr{
    color:#f60505;
}

.logo-red {
  color: #E91954 !important;
}
.logo-orange {
  color: #F58121 !important;
}
.logo-teal {
  color: #22958C !important;
}
