body {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	line-height: 24px;
	font-weight: 400;
	color: #444;
	overflow-x: hidden !important;
	-webkit-font-smoothing: antialiased;
}
a {
	color: #cccccc;
	text-decoration: none;
}
a:hover, a:focus, .btn:focus {
    text-decoration: none;
	outline: none;
	color: #6c6b6b
}
.img-responsive{width: 100%;}
input:focus, textarea:focus {outline: 0;}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
	text-transform:capitalize;
	letter-spacing: 0;
}
h1 {
    font-size: 72px;
    line-height: 82px;
}
h2 {
    font-size: 24px;
    line-height: 28px;
}
h3 {
    font-size: 40px;
    line-height: 40px;
}
h4 {
    font-size: 20px;
    line-height: 30px;
}
h5 {
    font-size: 18px;
	line-height: 25px;
}
img {
	max-width: 100%;
	height: auto;
}
ul, ol {padding-left: 0 !important;}
li {list-style: none;}

/* --------------- Common Classes --------------- */
.center {text-align: center;}
.left {text-align: left;}
.justify {text-align: justify;}
.strong {ont-weight: 700;}
.floatright {float:right;}
.floatleft {float:left;}
.floatnone {float:none;}
.fixed {position:fixed;}
.absolute {position:absolute;}
.relative {position:relative;}
.container {position:relative;z-index: 10;}
.section-overlay {position: absolute;width: 100%;height: 100%;}
.animated {visibility: hidden;}
.visible {visibility: visible;}
.section-title {margin-bottom: 30px;}
.section-title h3, .section-title h4 {
	color: #fff;
	display: inline-block;
	margin-top: 0;
	padding: 8px 0;
}
.section-overlay {background: rgba(0,0,0,.7) !important;z-index: 5;}

/* =============== HTML element styles =============== */
/* --------------- Button Styles --------------- */
.button-line {
	background: #000;
	display: inline-block;
	font-weight: 400;
	border-radius: 0px;
	border: 0;
	overflow: visible;
}
.testi-but{background: #ffa70d !important;color: #fff !important; margin: 0 auto;}
.no-text .icon {margin: 0;}
.btn .icon {margin-left: 13px;}
.button-white {border-color: #fff;color: #fff;}
.button-white:hover {border-color: #fff;color: #fff;}

/* ================ Header Section ================ */
.header-section {position:relative;}

/* --------------- Main Navigation Styles --------------- */
.sticky-bar-wrap {
	position:fixed;
	width: 100%;
	z-index: 1025;
	box-shadow: 1px 0px 10px rgba(0,0,0,.2);
}
.sticky-section {
	width: 100%;
	height: 80px;
	z-index: 1025;
	transition: all .3s ease-in;
	background: rgba(255,255,255, 1);
}
.nav-bg {background: rgba(255,255,255, 1);}
.site-name {padding: 2px 0px 0px 0px;}
.navbar-right{margin-top: 20px;}
.nav-hold {
	left: 0;
	right: 0;
	top: 0;
	padding-top: 0px;
	z-index: 1025;
}
ul.nav > li > a {
	color:#c11219;
	font-size: 14px;
	font-weight: 400;
	text-transform: uppercase;
	padding: 10px 12px;
}
ul.nav > li > a:hover, ul.nav > li > a:focus {background: none !important;}
li.current a, ul.nav > li > a:hover {
color:#000 !important;
}
.navbar-toggle{background: #c11219;}
.navbar-toggle .icon-bar {background: #fff;}

/* --------------- Home section --------------- */
.section-home {position:relative;}
.home {min-height: 500px;}
.well-come {
	position:relative;
	font-size: 50px;
	line-height: 62px;
	margin-bottom: 48px;
	color:#fff !important;
	font-weight: 700;
	text-transform:uppercase;
        background-color: #64666785;
}
.well-come:after {
	position: absolute;
	content: "";
	width: 220px;
	height: 1px;
	background-color: #FFF;
	bottom: -16px;
	left: calc(50% - 110px);
}
.intro-message {
	font-size: 20px;
	line-height: 1.4;
	margin-bottom: 48px;
	color: #fff;
}

/* ================ Feature Section ================ */
#section-feature {background-color: #87cefa;}
.container.features {
	padding-top: 55px;
	padding-bottom: 60px;
}
.single-feature {
	position: relative;
	background: #FFFFFF;
	border: 0px solid #d6d6d6;
	border-radius: 0px;
}
.single-feature .feature-head {
	overflow: hidden;
	padding: 15px 0;
}
.single-feature .feature-head h4 {
	color:#000;
	font-size: 18px;
	font-weight: 700;
	line-height: 18px;
	text-transform: uppercase;
	letter-spacing: 0px;
	margin: 10px 0px 0px 0px;
}
.single-feature p {
	color:#444;
	font-size: 14px;
	line-height: 20px;
	padding: 0 15px;
}
.single-feature .know-more {
	padding-bottom: 15px;
}
.single-feature .know-more a {
	color: #fff;
	font-weight: 700;
}

/* ================ Services Section ================ */
#section-services {
	position:relative;
	background-color: #c21616;
	color: #e5e5e5;
}
.container.services {
	padding-top: 50px;
	padding-bottom: 50px;
}
.service {padding-bottom: 48px;}

.about-testimonial-image {
    float: left;
    margin: 0 15px;
    position: relative;
}
.about-testimonial-image img {
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    height: 100px !important;
    width: 100px !important;
}
.about-flexslider .about-flex-slides img {
    display: block;
    width: 100%;
}

.service-icon {
	float:left;
	width: 30%;
}
.service-desc {display:table;}
.container.services h4 {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 18px;
}
.container.services h4>span {
	color: #ffe10e;
	font-size: 14px;
	font-weight: 400;
}
p.candidate-description{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	font-size: 16px;
	line-height: 20px;
	color: #fff;
}

/* ================ Norm White Sections ================ */
.container.normal-white {
	padding-top: 55px;
	padding-bottom: 75px;
}
.section-normal {background-color:#fff;}
.section-normal h2{
	color: #000;
	font-weight: 400;
	margin: 0px 0px 10px 0px !important;
}
.section-normal h3{
	color: #c21616;
    font-weight: 400;
    margin-top: 0px;
    line-height: 44px;
    font-size: 30px;
}
/*tabs*/
.tab { background: #fff; margin-right: 25px;}
.tab .nav > li > a {
	padding: 18px 15px;
	display: block;
	font-size: 16px;
	font-weight: 600;
}
.tab-bg-dark-navy-blue {
    background: #d0d0d0;
    border-bottom: none;
    padding: 0;
}
.tab-bg-dark-navy-blue .nav > li > a:hover,
.tab-bg-dark-navy-blue .nav > li > a:focus {
    background-color: none;
    text-decoration: none;
}
.panel-heading .nav > li.current > a{
	color: #fff !important;
}
.panel-heading .nav > li > a,
.panel-heading .nav > li.active > a,
.panel-heading .nav > li.active > a:hover,
.panel-heading .nav > li.active > a:focus {
    border-width: 0;
    border-radius: 0;
}
.panel-heading .nav > li:hover{
    border-width: 0;
    border-radius: 0;
	color: #fff;
	background: #ffa70d;
}
.panel-heading .nav > li > a { color: #fff }
.panel-heading .nav > li.active, .panel-heading .nav > li.active > a{
    color: #c21616 !important;
    background: #fff;
}
.panel-heading .nav > li:first-child.active > a,
.panel-heading .nav > li:first-child > a:hover { }
.tab .nav-tabs.nav-justified > li { border-right: 1px solid #f4f4f4 }
.tab .nav-tabs.nav-justified > li:last-child { border-right: none }
.media-body{
	margin-top: 5px;
}
.p-head {
    color: #ffa70d;
    font-size: 15px;
    font-weight: 400;
	padding-bottom: 5px;
}
p.cnt{
    font-size: 13px;
    font-weight: 400;
	line-height: 18px !important;
	padding-top: 3px;
}
p.cnt a {
	color: #444;
}
.p-thumb img{
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    height: 50px;
    width: 50px;
}
.p-thumb>div {
	display: block;
	background: #ffa70d;
	text-align: center;
	color: #fff;
    font-size: 26px;
    font-weight: 700;
	line-height: 14px !important;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    height: 60px;
    width: 60px;
	padding-top: 16px;
	font-family: "Courier New", Courier, monospace;
}
.p-thumb>div>span {
	text-align: center;
	color: #fff;
    font-size: 16px;
    font-weight: 500;
}
/* --- Tab end -- */
.pro-pic-home{
	float: left;
}
.pro-title-home{
	margin: 60px 0 0 0;
}
.pro-title-home h2{
	color: #c21616;
	font-size: 18px;
	line-height: 22px;
	padding-left: 130px;
	padding-bottom: 15px;
}
.pro-title-home h2>span{
	color: #282828;
}

/* ================ Video Section ================ */
#section-video {position:relative;}
.container.big-video {
	padding-top: 96px;
	padding-bottom: 120px;
}
.video-content iframe {border: 0 !important;}


/* ================ Subscribe Section ================ */
#section-subscribe {position:relative;}
.container.subscribe {
	padding-top: 120px;
	padding-bottom: 120px;
}
h3.newsletter-title{
	color: #ffa70d;
}
.for-newsletter {
	background: #c21616;
}
.subscription-success, .subscription-failed {
	display:none;
	color: #e5e5e5;
}
.subscribe h2 {margin-bottom: 30px;}
#subscription-form {
	overflow: hidden;
	width: 100%;
}
#subscription-form  .input-email {
	display: block;
	height: 55px;
	padding-left: 20px;
	width: 480px;
	color: #F4F4F4;
	background: transparent;
	border-radius: 4px;
	border: 1px solid #fff;
	margin: auto;
	margin-bottom: 14px;
}

/* ================ Download Section ================ */
#section-download {
	background-color: #333;
}

.container.download {
	padding-top: 50px;
	padding-bottom: 50px;
}

.download h2 {
	margin-bottom: 30px;
}

.download-buttons {
	clear:both;
}

.download-buttons a {
	margin-top: 0;
}



/* ================ Contact Section ================ */
#section-contact {
	position:relative;
}

.contact {
	padding-top: 120px;
	padding-bottom: 120px;
}

.contact h2 {
	margin-bottom: 30px;
}

.confirmation {
	display:none;
	clear: both;
	color: #e5e5e5;
}

.confirmation p span {
	margin-right: 8px;
}

.contact-form {
	color:#f9f9f9;
}

.contact-form .input-field {
	margin-bottom: 10px;
	margin-top: 10px;
	height: 50px;
}

.textarea-field, .input-field {
	border: 1px solid #111;
}

.contact-form .form-item {
	width: 100%;
	padding: 5px 15px;
	border-color:#ffffff;
	border-radius: 4px;
	background: transparent;
	box-shadow: none;
	-webkit-transition: all .3s ease-in;
	-moz-transition: all .3s ease-in;
	-o-transition: all .3s ease-in;
	transition: all .3s ease-in;
}

.contact-form .form-item::-webkit-input-placeholder {
	color: #f9f9f9;
}

.contact-form .form-item:-moz-placeholder {
	color: #f9f9f9;
}

.contact-form .form-item::-moz-placeholder {
	color: #f9f9f9;
}

.contact-form .form-item:-ms-input-placeholder {
	color: #f9f9f9;
}

.contact-form .subform {
	margin-top: 20px;
}

.contact-form .form-item:hover, .contact-form .form-item:focus {
	border-color:#ccc;
	box-shadow: none;
}

/* ================ Footer Section ================ */
.footer {
    background: #141414;
    color: #666666;
    padding: 50px 0 15px 0;
    display: inline-block;
    width: 100%;
	font-size: 14px;
    font-weight: 300;
}
.footer h3 {
    font-size: 15px;
	line-height: 22px;
    text-transform: uppercase;
    font-weight: 800;
	color: #ffa70d;
    margin-top: 0;
    margin-bottom: 5px;
}
.footer address a { color: #48cfad }
.social-link-footer li {
    float: right;
    margin: 5px 10px 5px 0px;
    padding-bottom: 5px;
}
.social-link-footer li a {
    color: #ffa70d;
    background: #000;
    padding: 3px;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    float: left;
    text-align: center;
    font-size: 18px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.social-link-footer li a:hover {
    color: #ffa70d;
    background: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.copyright {
    color: #666666;
    padding-top: 10px;
}
.page-footer { padding: 0%; }
.page-footer h1 { padding-left: 4% }
ul.page-footer-list {
    list-style: none;
    padding: 0px 10px;
}
ul.page-footer-list li {
    line-height: 35px;
    border-bottom: 1px dashed #636F79;
}
ul.page-footer-list a {
	font-size: 13px;
	color: #666666;
	font-weight: 600;
}
ul.page-footer-list li i { padding-right: 10px }
.footer-small {
    background-color: #000;
    margin-top: -6px;
	padding-top: 5px;
	font-size: 13px;
	color: #666666;
	font-weight: 600;
}
.text-footer {
    padding-left: 10px;
    margin-left: 10px;
}
.text-footer p { text-align: left }
.address p {
    text-align: left;
    margin-bottom: 10px;
}
.footer-call{	
	font-size: 15px;
    font-weight: 400;
	margin: 20px auto 0 auto;
	text-align: center;
}
.footer-call h3, 
.footer-call span{
	display: inline;
	float: none !important;
	padding: 0 5px;
	font-weight: 700;
}
.footer-call h3{
	font-size: 18px;
}
.footer-call span{
	font-size: 20px;
	color: #fff;
}

/*  #### Map ####  */
.w-widget{position:relative} 
.w-widget-map{width:100%;height: 300px;color: #000;font-family: 'Open Sans', sans-serif !important;border-top: 4px solid #95A5A7;}
.w-widget-map label{width:auto;display:inline} 
.w-widget-map img{max-width:inherit} 
.w-widget-map .gm-style-iw{width:90% !important;height:auto !important;top:7px !important;left:6% !important;display:inline;text-align:center;overflow:hidden}
.w-widget-map .gm-style-iw+div{display:none} 

/*clients*/
.outside{
	width: 100%;
	display: inline-block;
	text-align: center;
}
.clients { padding: 0 0 30px }
.clients h2 {
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: left;
    text-transform: uppercase;
    padding-bottom: 5px;
}

.clients ul li {
    display: inline-block;
    margin: 10px 30px;
}
.clients ul li:hover {
    background-color: #f7f7f7;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.our-clients {
    position: relative;
    margin-top: 15px; }
.our-clients h2 {
    margin-top: 3px;
    margin-bottom: 10px;
}
.clients-list { margin: 0 }
.clients-list li {
    background: #fff;
    position: relative;
}
.clients-list li img.color-img {
    top: 0;
    left: 0;
    display: none;
    position: absolute;
}
.clients-list li:hover img.color-img { display: block }

.bx-wrapper .bx-prev {left: 4px;background: url(../images/controls.png) no-repeat 0 -31px;}
.bx-wrapper .bx-next {right: 4px;background: url(../images/controls.png) no-repeat -43px 0;}
.bx-wrapper .bx-controls-direction a {width: 32px;height: 32px;}
.bx-wrapper .bx-viewport {left: 0px;}

ul.gallery-set{
	margin: 0 auto;
	padding: 0;
	text-align: center;
}
ul.gallery-set li{
	margin: 1%;
	width: 30%;
	display: inline-block;
	height: auto;
}


.testi-quote{font-style: italic;}
.testi-author{font-weight: 700; color:#ffa70d;}

.vegas-background{
    width: 100% !important;
    height: auto !important;
    top: 81px !important;
}