/*--
	License: Creative Commons Attribution 3.0 Unported
	License URL: http://creativecommons.org/licenses/by/3.0/
--*/

/*-- Reset Code --*/
body {
	padding: 0;
	margin: 0;
	background: #FFF;
	font-family: 'Work Sans', sans-serif;
	color: #333;
}
body a {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
	text-decoration: none;
}
body a:hover {
	text-decoration: none;
}
body a:focus, a:hover {
	text-decoration: none;
}
input[type="button"], input[type="submit"] {
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	-moz-transition: 0.5s all;
	-o-transition: 0.5s all;
	-ms-transition: 0.5s all;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	
}
h2 { margin-bottom: 30px;}
h3 {margin-bottom:20px;}
p {
	margin:0 0 20px 0; text-align:left; font-size:18px;
}
.center {text-align: center;}
p.center {text-align: center; margin: 0;}
p.center img {display: block; text-align: center; margin: 0 auto; width: auto;}
ul {
	margin:0;
	padding:0;
}
label {
	margin:0;
}
a:link, a:visited {text-decoration:none; }
a:focus, a:hover {
	text-decoration: none;
	outline: none
}
a[href^="tel"]{
    color: inherit;
    text-decoration:none;
}
span {font-weight:bold;}
img {
		max-width: 100%;
		height: auto;
		border:none;}
		
.more a{
	font-size: 18px;
	text-transform: uppercase;
	padding: 10px 20px;
	background: #fc0017;
	text-decoration: none;
	color: #fff !important;
	margin: 20px auto;
	text-align: center;
	display:block;
	width: auto;
	max-width: 180px;
}
.more a:hover{
	background: #666699;
	color: #fff !important;
}
a.btn {
    text-decoration: none;
    padding: 5px;
    text-transform: uppercase;
    font-size:14px;
	font-weight: bold;
    margin: 1em 0.3em 0em;
    background-color: #fc0017;
	background-color: rgba(255,0,0,1.00);
	background-color: rgb(255,0,0,1.00);
    display: inline-block;
    border-radius: 0px;
    color: #fff !important;
}
a.btn:hover{background: #666699;
	color: #fff !important;
	border: 1px solid #fff;
}
/*-- //Reset Code --*/

.col-md-4 {width: 33.3%; float: left; }
.col-md-4 {margin-bottom: 20px;}
.col-md-4 img {display: block; margin: 10px auto; text-align: center;}
.col-md-4 h3 {font-size: 20px; font-weight: 700; color:#fc0017; text-align: center;}
.about .col-md-4 p {padding: 10px; font-size: 16px;}
.servicesbox {min-height:700px !important;}

/*-- Header--*/
.top-bar{
	background-color:#666699; width:100%; height:10px;}
.header {background-color: #fff; background-color: rgba(255,255,255,1.00)}
.header img { display:block;}
.header-right {width:70%; float: right; text-align: right; margin: 30px 20px 20px 20px;}
.header-right h2 {font-size: 20px; font-weight: 700; color: #fc0017;}
.logo {float: left; margin-top: -100px;}


.total-navbar{   
	background-color: #5b5aa5;
}
.navbar-default {
	    background-color: #5b5aa5;
	border:none;
}
.navbar {
    border-radius: 0px;
	margin:0;
}

.navbar-right {
    float: none!important;
	margin-right:0px!important; 
}
.navbar-default .navbar-nav > li > a {
	font-family: 'Work Sans', sans-serif;
    color: #fff !important;
	padding:23px 64px;
	border-right:1px solid rgba(232, 232, 232, 0.2);
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #fff !important;
    background-color:#fc0017;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #fff !important;
    background-color:#fc0017;
}
.navbar-toggle {
	border-radius:0px;
}
/*-- //Header--*/

/*-- Banner--*/
.banner img { width:100%; text-align:center; margin:0 auto; display:block;}
	
.banner h1 {font-size:20px;}


.modal-header {
	border:none;
}
.modal-body {
    padding: 5px 25px 25px 25px;
}
.modal-body p{
	font-size:14px;
	line-height:30px;
}
/*-- //Banner--*/

/*-- Slider --*/
#slider {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 0 auto;
}
.rslides_tabs {
	list-style: none;
	background: rgba(0,0,0,.25);
	-moz-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
	-webkit-box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
	box-shadow: 0 0 1px rgba(255,255,255,.3), inset 0 0 5px rgba(0,0,0,1.0);
	font-size: 18px;
	margin: 0 auto 50px;
	max-width: 540px;
	padding: 10px 0;
	text-align: center;
	width: 100%;
}
.rslides_tabs li {
	display: inline;
	float: none;
	margin-right:0;
}
.rslides_tabs a {
	width: auto;
	line-height: 20px;
	padding: 9px 20px;
	height: auto;
	background: transparent;
	display: inline;
}
.rslides_tabs li:first-child {
	margin-left: 0;
}
.rslides_tabs .rslides_here a {
	background: rgba(255,255,255,.1);
	color: #fff;
	font-weight: bold;
}
.events {
	list-style: none;
}
.callbacks_container {
	position: relative;
	float: left;
	width: 100%;
}
.callbacks {
	position: relative;
	list-style: none;
	overflow: hidden;
	width: 100%;
	padding: 0;
	margin: 0;
}
.callbacks li {
	position: absolute;
	left: 0;
	top: 0;
}
.callbacks img {
	position: relative;
	z-index: 1;
	height: auto;
	border: 0;
}
.callbacks .caption {
	display: block;
	position: absolute;
	z-index: 2;
	font-size: 20px;
	text-shadow: none;
	color: #fff;
	left: 0;
	right: 0;
	padding: 10px 20px;
	margin: 0;
	max-width: none;
	top: 10%;
	text-align: center;
}
.callbacks_nav {
    position: absolute;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    top: 48%;
    left: 40px;
    opacity: 0.7;
    z-index: 3;
    text-indent: -9999px;
    overflow: hidden;
    text-decoration: none;
    height: 64px;
    width: 64px;
    background: url("../images/left-arrow.png") no-repeat 0px 0px;
}
.callbacks_nav.next {
    left: auto;
    background: url("../images/right-arrow.png") no-repeat 0px 0px;
    right: 40px;
}
.callbacks_nav:active {
	opacity: 1.0;
}

.callbacks2_nav:active {
	opacity: 1.0;
}

#slider-pager a {
	display:none;
}

#slider-pager span {
	float: left;
}
#slider-pager span {
	display:none;
	width: 100px;
	height: 15px;
	background: #fff;
	display: inline-block;
	border-radius: 30em;
	opacity: 0.6;
}
#slider-pager .rslides_here a {
	background: #FFF;
	border-radius: 30em;
	opacity: 1;
}
#slider-pager a {
	padding: 0;
}
#slider-pager li {
	display: none;
}
.rslides {
	position: relative;
	list-style: none;
	overflow: hidden;
	padding: 0;
	margin: 0;
	width: 100%;
}
.rslides li {
	-webkit-backface-visibility: hidden;
	position: absolute;
	display: none;
	left: 0%;
	top: 0;
	width: 100%;
}
.rslides li {
	position: relative;
	display: block;
	float: none;
}
.rslides img {
	height: auto;
	border: 0;
}
.callbacks_tabs {
	display:none;
	list-style: none;
	position: absolute;
	top: 80.5%;
	z-index: 999;
	left: 44.5%;
	padding: 0em 0.6em 1em 0.3em;
	margin: 0;
}
.callbacks_tabs li {
	display: none;
	margin: 0.5em;
}
.callbacks_tabs a {
	visibility: hidden;
}
.callbacks_tabs a:after {
	content: "\f111";
	font-size: 0;
	font-family: FontAwesome;
	visibility: visible;
	display: block;
	width:12px;
	height: 12px;
	display: inline-block;
	background: #fff;
	border: none;
	border-radius: 50%;
}
.callbacks_here a:after {
	background: #8ebfc6;
}
.slider-info {
    position: absolute;
    top:50%;
    z-index: 999;
    left:0;
    width: 60%;
    height: auto;
    margin-top:20px;
	padding: 10px;
	
}
.slider-info img {
	width: 100px;
	margin: 0 auto;
}
.slider-info h3 {
	font-family: 'Work Sans', sans-serif;
    font-size: 48px;
    font-weight: 900;
    color: #FFF;
    margin: 2px 0px 10px;
	text-align:center;
	text-shadow: 1px 1px #333;
}
.slider-info h4 {
    font-size: 30px;
    color: #fff;
	margin-top: 7px;
	text-align:center;
	text-shadow: 1px 1px #333;
}
.slider-info p {
    font-size: 15px;
    font-weight: 100;
    color: #d3d8d8;
    margin: 0 auto 50px;
    line-height: 35px;
}

h6 {
	margin:0 auto;
	z-index:999;
}
h6 a{
	cursor:pointer;
	font-size:16px;
	text-transform:none;
}
.callbacks_tabs {
    list-style: none;
    position: absolute;
    bottom: -39%;
    left: 13.4%;
    padding: 0;
    margin: 0;
    z-index: 990;
    display: block;
    text-align: center;
}
.slider-top span{
font-weight:600;
}
.callbacks_tabs li{
       display: none;
    margin: 0 7px;
}
/*-- //Slider --*/

/*-- Titlebar --*/

.titlebar {background-color: #fc0017; background-color: rgba(252,0,23,1.00);}
.titlebar h1 {color: #fff; font-size: 30px; text-align: center; padding: 20px 0; margin: 0;}

/*--About--*/
.about{
	padding:75px 0px;
	background:#fff;
}
.about h2{
	font-size:30px;
	padding-bottom:20px;
	font-weight:600;
}
.about p {font-size: 18px;}
.about h4 {font-size: 24px; font-weight: 700; text-align: center; margin: 20px 0;}
.about ul {font-size:18px; font-weight: 700; margin-left: 20px; margin-bottom: 50px; }
.about a:link, .about a:visited {color:#fc0017;}
/*-- //About--*/

/*-- Services--*/

.services{
	background-color:#52abbb;
	padding:75px 0px;
	text-align:center;
}
.services h3{
	font-size:35px;
	padding-bottom:20px;
	color:#fff;
	font-weight:600;
}
.services h6{
	font-size:15px;
	color:#f3f6f3;
	font-weight:300;
	width:40%;
	margin:0 auto;
	line-height:30px;
}
.service-grids{
	margin-top:75px;
	color:#fff;
}
.services h4{
	padding: 13px 0px;
    font-size: 20px;
    color: #fff;
}
.service-grids-icon{
	width: 30%;
    padding: 20px;
    border: 3px solid #7bc475;
    border-radius: 50%;
	margin:0 auto;
}
.services .fa {
    font-size: 30px;
    color: #7bc475;
}
.services p{
	font-size:14px;
	color:#B5B5B5;
	line-height:30px;
}

/*-- //Services--*/

/*-- gallery --*/ 
div#gallery {
    padding: 50px 0px;
	    background:#fff;
}
.gallery {
    text-align: center;
}
.gallery p {margin-bottom: 50px;}

.gallery-grids {
    padding: 1em;
	display: block;
  
} 
 
/* The overlay effect - lays on top of the container and over the image */
.overlay {
  position: absolute; 
  bottom: 0; 
  background: rgba(0, 0, 0, 0.2); /* Black see-through */
  color: #fff; 
  width: 100%;
  height:100%;
  transition: .5s ease;
  opacity:1;
  font-size: 20px;
  padding: 50px 20px;
  text-align: center;
}
[class^='imghvr-hinge-']:hover .overlay h4, [class^='imghvr-hinge-']:hover .more {display:none;} 


/*-- imghvr-hinge --*/
[class^='imghvr-'],
[class*=' imghvr-'] {
	position: relative;
	display: inline-block;
	margin: 0px;
	max-width: 100%;
	background: rgba(0, 0, 0, 0.2); /* Black see-through */
	color:#2c64ae;
	overflow: hidden;
	-webkit-backface-visibility: hidden; 
	backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transform: translateZ(0);
	-moz-transform: translateZ(0);
	-o-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	cursor: pointer;
}
[class^='imghvr-'] > img,
[class*=' imghvr-'] > img {
	vertical-align: top;
	max-width: 100%;
}
[class^='imghvr-'] .agile-figcaption,
[class*=' imghvr-'] .agile-figcaption {
	background: rgba(0, 0, 0, 0.6); /* Black see-through */
	color:#fff;
	padding:2em;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
} 
[class^='imghvr-'] .agile-figcaption h4 {
    font-size: 1.6em;
    margin-bottom:15px;
    color:#2c64ae;
    text-transform: uppercase;
    letter-spacing: 2px;
}
[class^='imghvr-'] .agile-figcaption p{
	font-size:1.2em;
	line-height:1.3em;
	color:#fff;
	font-weight:bold;
	margin-bottom:5px;
}
[class^='imghvr-'] a,
[class*=' imghvr-'] a {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
[class^='imghvr-'],
[class*=' imghvr-'],
[class^='imghvr-']:before,
[class^='imghvr-']:after,
[class*=' imghvr-']:before,
[class*=' imghvr-']:after,
[class^='imghvr-'] *,
[class*=' imghvr-'] *,
[class^='imghvr-'] *:before,
[class^='imghvr-'] *:after,
[class*=' imghvr-'] *:before,
[class*=' imghvr-'] *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
/*[class^='imghvr-hinge-'],
[class*=' imghvr-hinge-'] {
	-webkit-perspective: 50em;
	perspective: 50em;
}*/
[class^='imghvr-hinge-'] .agile-figcaption,
[class*=' imghvr-hinge-'] .agile-figcaption {
	opacity: 0;
	z-index: 1;
}
[class^='imghvr-hinge-']:hover img,
[class*=' imghvr-hinge-']:hover img {
	opacity: 0.5;
}
[class^='imghvr-hinge-']:hover .agile-figcaption,
[class*=' imghvr-hinge-']:hover .agile-figcaption {
	opacity: 1;
	-webkit-transition-delay: 0.21s;
	-moz-transition-delay: 0.21s;
	-o-transition-delay: 0.21s;
	-ms-transition-delay: 0.21s;
	transition-delay: 0.21s;
}
 

.gallery-grids img {
    width: 100%;
}
.gallery-grids { 
	padding: 10px;
}
.lightbox {width:100%; margin:0 auto; display:block; text-align:center;}
.lightbox img {margin:10px; display:inline-block;}

/*--logos--*/

.logos {text-align: center; margin-top:0px; padding: 20px; background-color: rgba(255,255,255,1.00); background-color: #fff; }
.logos img {margin:20px;}


/*-- map section --*/
.map { width:100%; height:450px; margin-bottom: 0; }

/*Make Google map responsive*/

.google-maps {
    position: relative;
    height: 450px;
    overflow: hidden;
	
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
	height:450px;
	margin:0;
	z-index:2;
}
/*-- /map section --*/

/*--Contact --*/
.contact{
	background-color:#000;
	padding:40px 0px;
}
.contact h3 { font-size:24px; color:#fff; font-weight:600; margin-bottom:20px; text-align:left; }
.contact p {color: #fff; margin-bottom: 10px;}
.contact a:link, .contact a:visited {color:#fc0017; }

/*--/form--*/
.form {
    flex-basis: 100%;
    -webkit-flex-basis: 100%;
    padding: 3em 5em;
    background: #fff;
}

form { padding: 20px; display: block; margin: 20px auto; text-align: center;}

label {display: block; margin-bottom: 10px;}


.contactform input[type="text"], .contactform input[type="email"], .contactform input[type="number"]{
    display: inline-block;
    background: none;
    border: 1px solid #666699;
    width: 100%;
    outline: none;
    font-size: 0.95em;
    color: #666699;
    font-weight: 400;
    padding: 10px 15px;
	margin:1em 0em;
	font-family: 'Work Sans', sans-serif;
}
.contactform textarea {
    background: none;
    border: 1px solid #666699;
    width: 100%;
    display: block;
    height: 14em;
    outline: none;
    font-size: 0.95em;
    color: #666699;
    font-weight: 400;
    padding: 10px 15px 10px 15px;
	margin: 1em 0em;
	font-family: 'Work Sans', sans-serif;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #666;
  opacity: 1;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #666;
  opacity: 1;
}
input:-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #666;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #666;
}

input[type="submit"], input[type="reset"]{
	background-color:#fc0017;
	color:#fff;
	padding:7px 13px;
	border: #fff 1px solid;
}
input[type="submit"]:hover, input[type="reset"]:hover{
	background-color:#666699;
}
/*-- //Contact --*/

/*--Footer --*/
.footer{
	padding:40px 0px;
	text-align:center;
	background-color:#666699;
	background-color: rgba(102,102,153,1.00);
}
.footer p{
	color:#fff;
	font-size:14px;
	line-height:25px;
	text-align:center;
}
.footer a{
	color:#fff;
}
.footer a:hover{
	color:#ccc;
}
/*-- //Footer --*/
/*-- to-top --*/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 20px;
	right: 2%;
	overflow: hidden;
	z-index: 999; 
	width: 32px;
	height: 32px;
	border: none;
	text-indent: 100%;
	background: url(../images/up-arrow.png) no-repeat 0px 0px;
}
#toTopHover {
	width: 32px;
	height: 32px;
	display: block;
	overflow: hidden;
	float: right;
	opacity: 0;
	-moz-opacity: 0;
	filter: alpha(opacity=0);
}
/*-- //to-top --*/
/*--Responsive --*/
@media(max-width:1440px){
	.header-right h2 {font-size: 18px; font-weight: 700; color: #fc0017;}
	.navbar-default .navbar-nav > li > a {
    color: #fff;
	padding:23px 60px;
		font-size: 14px;
	}
	
	.slider-info {
    position: absolute;
    top: 50%;
    z-index: 999;
    left: 0%;
    width: 60%;
    height: auto;
    margin-top:20px;
	padding: 10px;
	
}
	.slider-info h3 {
	font-family: 'Work Sans', sans-serif;
    font-size: 30px;
    font-weight: 900;
    color: #FFF;
    
	}
}

@media(max-width:1200px){
.header-right {width:100%; float:none; text-align: center; margin: 10px 0 10px;}
.header-right h2 {font-size: 16px; font-weight: 700; color: #fc0017;}
	.logo {float: none; max-width: 400px; margin: 0 auto !important;}
	.logo img {display: block; margin: 0 auto; width: auto;}
.navbar-default .navbar-nav > li > a {
    color: #fff;
	padding:23px 45px;
		font-size: 14px;
	}
}
@media(max-width:1080px){
	
	.navbar-default .navbar-nav > li > a {
		padding: 23px 47px;
	}
	.col-md-4 {width: 50%; float: left;}
.col-md-4 {margin-bottom: 20px;}
	
}
	
@media(max-width:1024px){
	
	
	
}
@media(max-width:991px){
	.header img { display:block; float:none; margin:0 auto; width:auto; text-align:center;}
	
	.navbar-default .navbar-nav > li > a {
		padding: 23px 20px;
		font-size: 14px;
	}
	.slider-info {
    position: absolute;
    top:50%;
    z-index: 999;
    left: 0;
    width: 100%;
    height: auto;
    margin-top:20px;
	padding: 10px 20px;
	
}
	
	.slider-info h3 {
	font-family: 'Work Sans', sans-serif;
    font-size: 24px;
    font-weight: 900;
    color: #FFF;
   	}
	
	.services p {
		line-height: 27px;
	}
	.testimonials p {
		width: 92%;
	}
	
   .contact h4 {
		font-size: 20px;
   }
   
	.contact h4 {
		margin-bottom:12px;
	}
}
@media(max-width:966px){
	
}
@media(max-width:900px){
	
}
@media(max-width:800px){
	
}
@media(max-width:768px){
	.col-md-4 {width: 100%; float: none;}
.col-md-4 {margin-bottom: 20px;}
	.servicesbox {min-height:200px !important;}
	.top-bar {
		padding: 10px 0px;
	}
	
	.navbar-default .navbar-nav > li > a {
		padding: 23px 28px;
	}
	.slider-info {
    position: absolute;
    top: 40%;
    z-index: 999;
    left: 0px;
    width: 100%;
    height: auto;
    padding-top:20px;
}
	.slider-info h3 {
	font-family: 'Work Sans', sans-serif;
    font-size: 20px;
    font-weight: 900;
    color: #FFF;
   
	}
	.about p {font-size: 16px;}
	.about ul {font-size:16px;}
	
	
}
@media(max-width:736px){
	
	.navbar-default .navbar-nav > li > a {
		padding: 15px 28px;
		border:none;
	}
			
	
}
@media(max-width:667px){
		
	.about{
		padding:40px 0px;
	}
	
	.services{
		padding:40px 0px;
	}
	
	
	.carousel-caption {
		bottom: 28px;
	}
	.carousel-inner > .item > img, .carousel-inner > .item > a > img {
		height: 288px;
	}
	
	.contact{
		padding:40px 0px;
	}
	.footer{
		padding:30px 0px;
	}
}
@media(max-width:640px){
	
	.navbar{
		text-align:center;
	}
	.navbar-toggle {
		float:none;
		margin-right:0px;
	}
	
	.callbacks_nav, .callbacks_nav.next {
    display:none;
}
	.slider-info {
    position: absolute;
    top: 40%;
    z-index: 999;
    left: 0px;
    width: 100%;
    height: auto;
    padding-top:20px;
}
	.slider-info h3 {
	font-family: 'Work Sans', sans-serif;
    font-size: 18px;
    font-weight: 900;
    color: #FFF;
   
	}
}
@media(max-width:600px){
	
	
}
@media(max-width:568px){
	
		
	
}
@media(max-width:480px){
	
	.navbar-default .navbar-nav > li > a {
		padding: 8px 28px;
	}
	
	
	.slider-info {
    position: absolute;
    top: 25%;
    z-index: 999;
    left: 0px;
    width: 100%;
    height: 100%;
    padding-top:0px;
}
	.slider-info h3 {
	font-family: 'Work Sans', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #FFF;
   
	}
	
	.contact-grids{
		width:100%;
	}
	.contact-grid1 {border-left:none;}
	
	
}
@media(max-width:414px){
	
	
}
@media(max-width:384px){
	
	
}
@media(max-width:375px){
	
	
}
@media(max-width:320px){
	
	.about h3,.services h3 {
		font-size: 20px;
	}
}
/*--//Responsive--*/