/*////////////////////////////
      Global
////////////////////////////*/

body,p,li,a{
	font-family: 'Open Sans',sans-serif;
	font-size: 14px;
	color: #444444;
	margin: 0;
	padding: 0;
}
h1,h2,h2,h4,h5,h6{
	font-family: 'Roboto',sans-serif;
	color: #444444;
	margin: 0;
}
ul,ol{
	list-style: none;
	margin: 0;
	padding: 0;
}
a:hover,
a:active,
a:focus{
	text-decoration: none;
	outline-width: 0;
}
img{
	width: 100%;
}
.btn{
	background: #de302f;
	font-family: 'Roboto',sans-serif;
	-moz-transition: all ease 0.50s;
	-webkit-transition: all ease 0.50s;
	transition: all ease 0.50s;
}
.btn:hover{
	background: #ea5252; 
}
textarea{
  resize: none;
}
.section-padding{
	padding:100px 0;
}

.slogan{
  text-align: center;
}
/*////////////////////////////
      Loader 
////////////////////////////*/
.loader {
    background: url("../img/page-loader.gif") no-repeat scroll 50% 50% rgb(249, 249, 249);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999999;
}
/*////////////////////////////
      Top Section 
////////////////////////////*/
.top-wrapper{
	background: #303030;
	padding: 5px 0;
}
.top-wrapper .icon-holder li{
	display: inline-block;
}
.top-wrapper .icon-holder li .fa{
	color: #ffffff;
	font-size: 18px;
	background: #DE302F;
	padding: 5px;
}
.top-wrapper .icon-holder li .fa:hover{
	background:#ea5252;
	-moz-transition: all ease 0.50s;
	-webkit-transition: all ease 0.50s;
	transition: all ease 0.50s;
}
.top-wrapper .icon-holder  .fa-facebook-f::before, 
.top-wrapper .icon-holder  .fa-facebook::before{
	padding: 0 3px;
}
.top-wrapper .icon-holder li:last-child .fa{
	background: transparent;
	margin-left: 30px;
	font-size: 15px;
}
.top-wrapper .icon-holder li a{
	color: #ffffff;
	letter-spacing: 1.5px;
	font-weight: 600;
}
.top-wrapper .icon-holder li a:hover{
	color:#ea5252;
	-moz-transition: all ease 0.50s;
	-webkit-transition: all ease 0.50s;
	transition: all ease 0.50s;
}
.top-wrapper .sub-nav{
	text-align: right;
	margin-top: 3px;
}
.top-wrapper .sub-nav li{
	display: inline-block;
}
.top-wrapper .sub-nav li a{
	color: #ffffff;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	font-weight: 600;
	padding: 0 7px;
	border-right: 1px solid #bbbbbb;
}
.top-wrapper .sub-nav li a:hover{
	color:#ea5252;
	-moz-transition: all ease 0.50s;
	-webkit-transition: all ease 0.50s;
	transition: all ease 0.50s;
}
.sub-nav li:last-child a{
	border-width: 0;
}
/*////////////////////////////
      Nav Bar 
////////////////////////////*/
.navbar-default .navbar-nav > li > a
{
	font-family: 'Roboto',sans-serif;
	color: #303030;
	text-transform: uppercase;
	padding-top: 30px;
	padding-bottom: 30px;
	-moz-transition: all ease 0.50s;
	-webkit-transition: all ease 0.50s;
	transition: all ease 0.50s;
}
.navbar-default{
	background: #f9f9f9;
	border-width: 0;
	border-bottom: 1px solid #e7e7e7;
}
.navbar{
	border-radius: 0;
}
.navbar-default .navbar-nav > li > a:hover, 
.navbar-default .navbar-nav > li > a:focus{
	color: #de302f;
	outline-width: 0;
}
.navbar-default .navbar-nav  li:last-child  a.nav-btn{
	background: #de302f;
	margin: 25px 0;
	padding-top: 5px;
	padding-bottom: 5px;
	color: #ffffff;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 1px;
	-moz-transition: all ease 0.50s;
	-webkit-transition: all ease 0.50s;
	transition: all ease 0.50s;
}
.navbar-default .navbar-nav  li:last-child:hover  a.nav-btn{
	background: #ea5252;	
}
.navbar-nav > li > .dropdown-menu{
  border-radius: 0 0 0 0;
}
.navbar-right .dropdown-menu{
  right: auto;
  left: 0;
}
.dropdown-menu{
  border-width: 0;
  padding: 0;
  border-top: 2px solid #de302f;
}
.navbar{
  margin-bottom: 0;
}
.dropdown-menu > li > a{
  padding: 10px 15px;
  text-transform: uppercase;
  font-family: 'Roboto',sans-serif;
  font-size: 13px;
  letter-spacing: 1px;
}
.dropdown-menu > li > a:hover, 
.dropdown-menu > li > a:focus{
  color: #de302f;
}
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav > .open > a:hover, 
.navbar-default .navbar-nav > .open > a:focus{
  background: transparent;
  color: #de302f;
}
/*Stiky menu*/
.navbar-fixed-top .navbar-default .navbar-nav > li > a{
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-transition: all ease 1s;
  -o-transition: all ease 1s;
  transition: all ease 1s;
}
.navbar-fixed-top .navbar-brand{
  padding: 5px 15px;
  -webkit-transition: all ease 1s;
  -o-transition: all ease 1s;
  transition: all ease 1s;
}
.navbar-fixed-top .navbar-default .navbar-nav li:last-child a.nav-btn{
  margin: 15px 0;
}
.navbar-fixed-top .mainnav {
  padding-right: 15px;
}
.navbar-fixed-top .logo a img {
  width: 140px;
  height: 42px;
  padding-top: 5px;
}

.client-logo {
	display: block;
	max-width: 200px; 
	max-height: 50px;
	width: auto;
    height: auto;	
}

.navbar-fixed-top .navbar-right{
  margin-right: 0;
}
/*///////////////////////////////
             CALL ME
//////////////////////////////*/
.cm-wrapper{
  background: #ffffff;
  border-bottom: 1px solid #eeeeee;
}

/*////////////////////////////
      Who We Are
////////////////////////////*/
.we-wrapper{
  background: #f9f9f9;
  border-bottom: 1px solid #eeeeee;
}
.we-wrapper .contents,
.we-wrapper img{
  margin-top: 50px;
}
.we-wrapper .title-box{
  margin-top: 50px;
  text-align: right;
  padding:0px 25px 0px 0;
  border-right:3px solid #de302f;
  margin-bottom:15px;
}
.we-wrapper .title-box h2 {
    font-size: 28px;
    line-height: 1.3em;
}

.we-wrapper .title-box h3 {
    font-size: 18px;
    line-height: 1;
    color: #ea5252;
    margin-top: 10px;
    font-weight: 600;
}
.we-wrapper .contents p{
  letter-spacing: 1.45px;
  line-height: 30px;
  padding-bottom: 15px;
}
.we-wrapper .contents a{
  text-transform: uppercase;
  font-weight: 600;
  color: #de302f;
  -moz-transition: all ease 0.50s;
  -webkit-transition: all ease 0.50s;
  transition: all ease 0.50s;
}
.we-wrapper .contents a:hover{
  color: #ea5252;
}
/*////////////////////////////
      Service
////////////////////////////*/
.service-wrapper .service-container{
  border: 1px solid #f7f7f7;
  margin-top: 30px;
  background: #f9f9f9;
  padding: 30px;
  height: 300px;
  display: table;  
}
.service-wrapper .service-container-plain{
  margin-top: 30px;
  padding: 30px;
  height: 300px;
  display: table; 
}
.service-wrapper .service-container .contents,
.service-wrapper .service-container-plain  .contents,
#service-text-banner{
  display: table-cell;
  vertical-align: middle;
}
.service-wrapper .banner-wrapper{
  height: 300px;
  margin-top: 30px;
}
#service-text-banner .carousel-indicators li{
  border-color: #dddddd;
}
#service-text-banner .carousel-indicators .active{
  background: #dddddd;
}

.service-wrapper .btn-holder{
  text-align: center;
}
.service-wrapper .btn-holder .btn{
  margin-top: 30px;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 1px;
}
.service-wrapper p{
  letter-spacing: 1px;
  line-height: 24px;
}
.service-wrapper h2{
  text-transform: capitalize;
  font-size: 24px;
  padding-bottom: 15px;
}
.service-wrapper #service-text-banner h2{
  margin-bottom: 20px;
  border-bottom:1px solid #eeeeee;
}

/*////////////////////////////
      TEAM
////////////////////////////*/

.team-wrapper{
  padding-top: 100px;
  padding-bottom: 100px; 
  background: #f8f8f8; 
}

.team-wrapper p{
  margin          : 30px 0 50px 0;  
  letter-spacing  : 1px; 
}
.team-wrapper .team-highlight{
   padding: 0 15px 2px;
}
.team-wrapper .team-details {
background: #ffffff; 
display: none;
}

.team-wrapper .team-details.active {
display: block;
}

.team-wrapper .team-details h2{ 
  font-size       : 20px; 
  margin-top      : 20px;
  margin-bottom   : 7px;
  font-weight     : 500;
  text-transform: uppercase;
}

.team-wrapper .team-details .pos{ 
  font-size       : 15px;
  color           : #777777;
  margin-bottom   : 2px;
  text-transform  : uppercase; 
  letter-spacing  : 2px;
}

.team-wrapper .team-details p{
  margin: 0;
}

.team-wrapper .team-details .social-icon{
margin: 10px 0 13px 0;

}
.team-wrapper .team-details .social-icon li a{
  color: #000;
}
.team-wrapper .team-details .social-icon li a .fa{
    width: 40px;
    padding: 0 11px;
    line-height: 40px;
    border: 1px solid #ccc;
    text-align: center;
    background: transparent;
    -moz-transition: all ease 0.50s;
    -webkit-transition: all ease 0.50s;
    transition: all ease 0.50s;
}
.team-wrapper .team-details .social-icon li:hover a .fa{
    background: #de302f;
    color: #ffffff;
    border: 1px solid #de302f;
}

.team-wrapper .member{
  margin-bottom: 30px;
  cursor: pointer;
  box-shadow: 0 0 3px rgba(0,0,0,0.1);
  -moz-transition: all ease 0.50s;
  -webkit-transition: all ease 0.50s;
  transition: all ease 0.50s;
}
.team-wrapper .member:hover{
  box-shadow: 0 0 5px rgba(0,0,0,0.5);
}

/*////////////////////////////
      Counter
////////////////////////////*/
.counter-wrapper{
	background: url('../img/counting-back.jpg');
	background-size: cover;
	position: relative;
}
.counter-wrapper::before{
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.65);
}
.counter-wrapper .fa{
  font-size: 30px;
  color: #eeeeee;
  margin-bottom: 20px;
}
.counter-wrapper .counter{
  font-size: 45px;
  color: #f5f5f5;
  font-family: 'Roboto',sans-serif;
}
.counter-wrapper p{
  font-size: 18px;
  color: #eeeeee;
  text-transform: capitalize;
  letter-spacing: 1.5px;
}

/*////////////////////////////
     FAQ-Accordion
////////////////////////////*/
.panel{
  margin-bottom: 5px;
  box-shadow: 0 0 0 transparent;
}
.panel-body {
  padding: 15px;
  margin-top: 3px;
  border-radius: 5px;
}
.panel-body p{
  letter-spacing: 1px;
  line-height: 28px;
}
.panel-heading{
  padding: 0;
}

.accordion-deafult .panel-heading a {
  display: block;
  position: relative;
  padding-left: 20px;
  line-height: 45px;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #555555;
  background: #eeeeee;
  text-transform: uppercase;
}
a i.fa-angle-double-up{
  opacity:1;
}
a i.fa-angle-double-down{
  opacity:0;
}
a.collapsed i.fa-angle-double-up{
  opacity:0;
}
a.collapsed i.fa-angle-double-down{
  opacity:1;
}
.first-accordion .accordion-deafult .panel-heading a i{
  position:absolute;
  left:0;
  top:0;
  bottom:0px;
  width:45px;
  text-align:center;
  line-height:45px;
  border-right: 1px solid #b0b0b0;
}

/*second accordion*/
.second-accordion .accordion-deafult .panel-heading a i{
  position:absolute;
  right:0;
  top:0;
  bottom:0px;
  width:45px;
  text-align:center;
  line-height:45px;
  border-left: 1px solid #de302f;
  background: #de302f;
  color: #ffffff;
}
/*////////////////////////////
      Vehicle
////////////////////////////*/
.vehicle-wrapper .heading{
  margin-bottom: 75px;
}
.vehicle-wrapper .nav {
  margin-right:20px;
}
#nice-scroll{
  height: 290px;
  overflow: hidden;
}
.vehicle-wrapper .nav  li{
  background: #eeeeee;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  margin-bottom: 2px;
}
.vehicle-wrapper .nav li.active a,
.vehicle-wrapper .nav > li > a:hover, 
.vehicle-wrapper .nav > li > a:focus{
  background: #e7e7e7; 
  color: #444444;
}
.vehicle-wrapper .nav  li.active  a{
  background: #ea5252;
  color: #ffffff;
  position: relative;
}
.vehicle-wrapper .nav  li.active  a::before{
  position: absolute;
  width: 0; 
  height: 0; 
  right: -9px;
  top: 26%;
  border-top: 10px solid transparent; 
  border-left: 10px solid #ea5252; 
  border-bottom: 10px solid transparent;
  content: "";
}
.vehicle-wrapper .vehicle-contents img{
  margin-top: 25px;
}
.vehicle-wrapper .vehicle-contents .description{
  margin-left: 15px;
}
.vehicle-wrapper .vehicle-contents .description li{
  background: #f9f9f9;
  padding: 5px 10px;
  margin-bottom: 2px;
}
.vehicle-wrapper .vehicle-contents .description li:first-child{
  background: #ea5252;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 5px;
}
.vehicle-wrapper .vehicle-contents .description li:first-child span{
  font-size: 14px;
}
.vehicle-wrapper .vehicle-contents .description li p{
  display: inline-block;
  width: 49%;
  text-transform: capitalize;
}
.vehicle-wrapper .vehicle-contents .description li p.clearboth{
  clear: both;
}
.vehicle-wrapper .vehicle-contents .btn-vehicle{
  text-align: center;
  margin-top: 10px;
}
.vehicle-wrapper .vehicle-contents .btn-vehicle .btn{
  color: #ffffff;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 6px 20px; 
  font-weight: 600;
  margin-top: 5px;
  border-radius: 0;
}

/*////////////////////////////
      Blog
////////////////////////////*/
.events-banner{
    background-image: url('../img/events-banner.jpg');
}
.event-contents-wrapper {
  padding: 50px 0;
}
.events-contents-wrap-one,
.events-contents-wrap-two{
  padding-bottom: 100px;
}
.event-contents-wrapper .event-content{
  position: relative;
}
.event-contents-wrapper .event-content .date-image{
  position: absolute;
  bottom: -63px;
  right: 0;
}
.date-image .date-text {
  background-color: #de302f;
  padding: 20px 0px;
  text-align: center;
  height: 63px;
  width: 70px;
}
.date-image .date-text p{
  color: #fff;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 8px;
}
.date-image .date-text span{
  color: #fff;
  font-size: 20px;
}
.date-image .date-icon {
  background-color: #ea5252;
  padding: 20px 0px;
  text-align: center;
  height: 63px;
  width: 70px;
}
.date-image .date-icon i:before {
  color: #fff;
  font-size: 24px;
}
.event-heading h1{
  font-size: 24px;
  color: #444444;
  line-height: 23px;
  letter-spacing: 2px;
  padding-bottom: 20px;
  padding-top: 40px;
  text-transform: uppercase;
  font-weight: 600;
}
.event-heading p {
  letter-spacing: 1px;
  font-weight: 300;
  padding-right: 0;
  text-align: justify;
  letter-spacing: 1px;
  line-height: 24px;
  margin-bottom: 30px;
}
.event-heading a{
  color: #444444;
  font-size: 22px;
  font-weight: 600;
  text-transform: uppercase; 
  -moz-transition: ease all 0.5s; 
  -webkit-transition: ease all 0.5s; 
  transition: ease all 0.5s; 
}
.event-heading a:hover{
  color: #ea5252;
}
.event-heading address {
  font-weight: 300;
  padding-top: 17px;
  padding-bottom: 30px;
  letter-spacing: 1.5px;
}
.event-heading address strong {
  color: #ea5252;
  font-size: 14px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
}
.event-heading .btn.btn-imfo.btn-read-more {
    background: #de302f ;
    padding: 7px 19px;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    line-height: 17px;
    font-weight: 600;
    letter-spacing: 1px;
    border-radius: 4px;
    color: #fff;
    text-transform: uppercase;
}
.event-heading .btn.btn-imfo.btn-read-more:hover{
   background: #ea5252;
}
.btn.btn-search {
  background: transparent !important;
  padding: 2px 5px;
  font-family: 'Roboto', sans-serif;
  font-size: 10px;
  font-weight: 400;
  letter-spacing: 2px;
  color: #333333 !important;
  text-transform: capitalize;
  border: 0 solid #ccc;
  border-radius: 2px;
  border-color: #de302f;
  box-shadow: none;
}
.btn.btn-search:hover{
  border-left: 0;
}
#custom-search-input .form-control {
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 0 solid #de302f;
  border-right: 0;
  border-radius: 2px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  box-shadow: none;
  }
#custom-search-input .input-group{
  border: 1px solid #de302f;
  overflow: hidden;
}
#custom-search-input {
  padding-bottom: 25px;
}
.btn.btn-danger.btn-search i:before {
   color: #de302f;
   font-size: 15px; 
}
.media.event-media {
  margin-top: 27px;
}
.event-media {
  background-color: #f5f5f5;
  padding: 15px;
  border-bottom: 2px solid #de302f;
}
.event-media .inner{
  border-width: 0;
}
.comment-wrapper .event-media .date{
  font-size: 12px;
  font-weight: 300;
  color: #de302f;
}
.comment-wrapper .media-left{
  padding-right: 20px;
}
.comment-wrapper .text{
  margin-top: 10px;
  color: #666666;
}
.comment-wrapper a{
  text-transform: capitalize;
  color: #de302f;
  letter-spacing: 1px;
}
.comment-wrapper a:hover{
  color:#ea5252; 
}
.comment-wrapper h2{
  color: #444444;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 23px;
  text-transform: uppercase;
}

.leave-comments h2{
  color: #444444;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 2px;
  line-height: 23px;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.leave-comments label{
  text-transform: capitalize;
  color: #666666;
  font-size: 16px;
  font-weight: 500;
}
.leave-comments .form-control {
    border: 1px solid #f3f3f3;
    border-radius: 0;
}
.leave-comments .form-control:focus {
    border-color: rgba(0,0,0,0.1);
    box-shadow: 0 3px 3px rgba(216, 216, 216, 0.3);
    outline: 0 none;
}
.leave-comments .btn{
  color: #ffffff;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
}
.event-media img{
  width: 75px;
}
.event-media .date-of-event {
  float: left;
  font-size: 50px;
  display: inline-table;
  margin-top: 5px;
  color: #de302f;
  padding-right: 10px;
}
.event-media .month-of-event {
  line-height: 17px;
  color: #444444;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
}
.event-media .month-of-event span{
  font-size: 13px;
  font-weight: 400;
}
.event-media .media-body h3{
  font-size: 13px;
  text-transform: uppercase;
  color: #de302f;
  font-weight: 700;
  padding-top: 10px;
  letter-spacing: 1px;
  padding-bottom: 5px;
  margin: 0;
}
.event-media .media-body .date{
  color: #de302f;
}
.event-media .media-body h3 a {
    color: #444444;
    font-weight: 600;
}
.event-media .media-body h3 a:hover {
    color: #de302f;

}
.blockquote-reverse p{
  text-align: right;
  margin-bottom: 10px;
}
.categories.archive{
  padding-top: 55px;
}
.categories.archive h3 {
  font-family: 'Roboto';
  color: #444444;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.categories.archive ul {
  border-top: 1px solid #ccc;
}
.categories.archive li a {
  font-size: 13px;
  font-weight: 300;
  color: #444444;
  text-transform: capitalize;
}
.categories.archive li a:hover {

  color: #000000;
}
.categories.archive ul li {
  border-bottom: 1px solid #ccc;
  padding: 6px 0;
}
.categories.archive .tags li{
  display: inline-block;
  margin-top: 15px;
  margin-right: 10px;
  border-width: 0;
}
.categories.archive .tags li a{
    color: #666666;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1px;
    padding: 7px;
    border:1px solid #cccccc;
}
.categories.archive .tags li a:hover{
    border:1px solid #de302f;
}

.comment-wrapper {
  margin: 75px 0; 
}

/*////////////////////////////
      Clients
////////////////////////////*/
.clients-wrapper .feature-image{
	padding: 0 15px; 
}
.clients-wrapper .feature-image img{
	width: auto;	
	margin: auto;
}
/*////////////////////////////
      Why Choose US
////////////////////////////*/
.why-us{
    position:relative;
    background:#ffffff;
}
.why-us .heading{
  margin-bottom: 75px;
}
.why-us .title-box{
    position:relative;
    padding:0px 0px 0px 24px;
    border-left:3px solid #de302f;
    margin-bottom:15px;
}
.why-us .title-box h2 {
    font-size: 28px;
    line-height: 1.3em;
    font-family: roboto;
}

.why-us .title-box h3 {
    font-size: 18px;
    line-height: 1;
    color: #ea5252;
}
.why-us .text-content{
    position:relative;
    margin-bottom:20px;
}
.why-us .text-content .text {
    font-size: 14px;
    padding-left: 24px;
    line-height: 25px;
    color: #787878;
}
.why-us .box{
    position:relative;
    margin-bottom:25px; 
}
.why-us .box .tab-link {
    position:relative;
    display:block;
    border:1px solid #cccccc;
    padding:7px 16px 16px 87px;
    font-size:14px;
    color:#292929;
}
.why-us .box .tab-link .arrow{
    position:absolute;
    right:0px;
    bottom:0px;
    width:30px;
    height:30px;
    text-align:center;
    color:#ffffff;
    font-size:16px;
    line-height:30px;
    background:#cccccc; 
}
.why-us .box .tab-link:hover .arrow{
    background:#f5f5f5; 
    color: #444444; 
}
.why-us .box .tab-link *{    
    -ms-transition:all ease 0.50s;
    -o-transition:all ease 0.50s;
    -moz-transition:all ease 0.50s;
    -webkit-transition:all ease 0.50s;
    transition:all ease 0.50s;
}
.why-us .box .tab-link.active-btn, .why-us .box .tab-link:hover {
    background: #ea5252 none repeat scroll 0 0;
    border-color: #ffffff;
    color: #ffffff;
    text-decoration: none;
    box-shadow: 0 0 3px rgba(0,0,0,0.3);
}
.why-us .box .tab-link .icon{
    position:absolute;
    left:20px;
    color:#ea5252;
    top: 0;
    font-size:35px; 
    line-height: 55px;
}
.why-us .box .tab-link.active-btn .icon,
.why-us .box .tab-link:hover .icon{
    color:#ffffff;  
}
.why-us .box .tab-link h4{
    font-size:16px;
    margin-bottom:0px;
    -ms-transition:all ease 0s;
    -o-transition:all ease 0s;
    -moz-transition:all ease 0s;
    -webkit-transition:all ease 0s;
    transition:all ease 0s;
}
.why-us .box .tab-link:hover h4{
  color: #ffffff;
}
.why-us .box .tab-link p{
    font-size:14px;
    color:#a7a7a7;
    margin-bottom:0px;
}
.why-us .box .tab-link:hover p{
  color:#eeeeee;
}
.why-us .box .tab-link.active-btn p,
.why-us .box .tab-link:hover p{
    color:#ffffff;  
}
/*////////////////////////////
      WE DO FOR YOU
////////////////////////////*/
.we-do-wrapper{
  background: #f5f5f5;
}
.we-do-wrapper .contents-wrapper{
  display: table;
  height: 300px;
  width: 100%;
  margin-top: 30px;
}
.we-do-wrapper .contents-wrapper:hover{
  background: #dddddd;
}
.we-do-wrapper .contents-wrapper .contents{
  text-align: center;
  padding: 20px;
  border: 1px solid #d5d5d5; 
  display: table-cell;
  vertical-align: middle; 
  cursor: pointer;
}
.we-do-wrapper .contents-wrapper  .contents .fa{
  color: #666666;
  font-size: 45px;
  margin-bottom: 15px;
}
.we-do-wrapper .contents-wrapper:hover .contents .fa{
  color: #ea5252;
}
.we-do-wrapper .contents h2{
  font-size: 20px;
  text-transform: capitalize;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
.we-do-wrapper .contents p{
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 10px;
}
.we-do-wrapper .contents-wrapper .contents a,
.we-do-wrapper .contents-wrapper .contents a .fa{
  text-transform: uppercase;
  color: #de302f;
  font-size: 14px;
}
.we-do-wrapper .contents-wrapper .contents a:hover,
.we-do-wrapper .contents-wrapper .contents a:hover .fa{
  color: #ea5252;
}
/*////////////////////////////
      Booking Form
////////////////////////////*/
.booking-wrapper{
  background: url('../img/booking.jpg');
  position: relative;
  background-size: cover;
  background-attachment: fixed;
}
.booking-wrapper::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:rgba(0, 0, 0, 0.75) none repeat scroll 0 0;
}
.booking-wrapper h1 {
    color: #f5f5f5;
    font-size: 40px;
    letter-spacing: 1.5px;
    padding-bottom: 12px;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 75px;
}
.booking-wrapper .form-control {
    border: 1px solid #f3f3f3;
    border-radius: 0;
}
.booking-wrapper .form-control:focus {
    border-color: rgba(0,0,0,0.1);
    box-shadow: 0 3px 3px rgba(216, 216, 216, 0.3);
    background: #eeeeee;
    outline: 0 none;
}
.booking-wrapper label{
  color: #ffffff;
  text-transform: uppercase;
}
.booking-wrapper .form-control::-moz-placeholder {
  font-family     : 'Open Sans', sans-serif;
  font-size: 12px;
  color: #999999;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: capitalize;
  opacity: 1;
}
.booking-wrapper .form-control:-ms-input-placeholder {
  font-family     : 'Open Sans', sans-serif;
  font-size: 12px;
  color: #999999;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: capitalize;
}
.booking-wrapper .form-control::-webkit-input-placeholder {
  font-family     : 'Open Sans', sans-serif;
  font-size: 12px;
  color: #999999;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: capitalize;
}
.booking-wrapper .btn{
  width: 100%;
  border: 1px solid #de302f;
  color: #ffffff;
  font-weight: bold;
  text-transform: uppercase;
}
.booking-wrapper .btn:hover{
  width: 100%;
  border: 1px solid #ea5252;
}
/*////////////////////////////
      TESTIMONIAL
////////////////////////////*/
.testimonial-wrapper{
  background:rgba(0, 0, 0, 0) url("../img/testimonial.jpg") no-repeat fixed center center;
  position: relative;
  background-size: cover;
  padding-bottom: 118px;
}
.testimonial-wrapper::before{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background:rgba(0, 0, 0, 0.75) none repeat scroll 0 0;
}
.testimonial-wrapper h1 {
    color: #f5f5f5;
    font-size: 35px;
    letter-spacing: 1.5px;
    padding-bottom: 12px;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 50px;
}
.testimonial-wrapper .carousel-inner .item p,
.testimonial-wrapper .carousel-inner .item blockquote{
  color: #fff;
  font-size: 18px;
  letter-spacing: 0.5px;
  line-height: 26px;
  text-align: center;
  font-weight: 400;
  font-style: italic;
  position: relative;
}
.testimonial-wrapper .carousel-inner .item p::before{
  position: absolute;
  font-family: 'FontAwesome';
  content: "\f10d";
  top: -45px;
  left: 48.5%;
  font-size: 24px;
  color: #fff;
}
.testimonial-wrapper .carousel-inner .item blockquote{
  font-family: 'Roboto', sans-serif;
  margin-top: 20px;
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
  border-color:transparent; 
  font-style: normal;
}
.testimonial-wrapper .carousel-inner .item img{
  width: 100px;
  border-radius: 50%;
  margin: 0 auto 50px;
  position: relative;
  border: 4px solid #dddddd;
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
}

.testimonial-wrapper .carousel-indicators{
  bottom: -20px;
}
.testimonial-wrapper .carousel-indicators .active{
  background: #de302f;
  border: 1px solid #de302f; 
}

/*////////////////////////////
      CONTACT US
////////////////////////////*/
.contact-wrapper{
  padding: 100px 0; 
  position: relative;
  background: #fbfcfc;

}

.contact-wrapper p {
    color: #000000;
    font-family: "Open Sans",sans-serif;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 25px;
    margin: 30px 0 50px;
}

.form-wrapper{
  padding-right:45px;
}

.contact-heading h1{
  font-size: 24px;
  color: #444444;
  line-height: 23px;
  letter-spacing: 2px;
  padding-bottom: 20px;
  padding-top: 40px;
  text-transform: uppercase;
  font-weight: 600;
}

.contact-wrapper  h2{ 
  font-family: 'Oswald','sans-serif';
  font-size: 30px;
  color: #545454;
  text-transform: capitalize;
  font-weight: 300;
  letter-spacing: 2px;
  margin-bottom: 20px;
  }

.contact-wrapper .form-control {
  border-radius: 0;
  border: 1px solid #f3f3f3;
  box-shadow: 0 1px 1px rgba(237, 237, 237, 0.45) inset;
  padding: 9px 12px;
  height: auto;
}

.contact-wrapper .form-control:focus {
    border-color: rgba(0,0,0,0.1);
    box-shadow: 0 3px 5px rgba(216, 216, 216, 0.4);
    outline: 0 none;
}
.contact-wrapper .form-group{
    margin-bottom: 25px;
}
.contact-wrapper .btn{
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
}
.contact-wrapper form .form-left{
  padding-right: 0;
}
.contact-wrapper form .form-right{
  padding-left: 0;
}
.contact-wrapper .form-control::-moz-placeholder {
  font-family     : 'Open Sans', sans-serif;
  font-size: 14px;
  color: #646464;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: capitalize;
  opacity: 1;
}
.contact-wrapper .form-control:-ms-input-placeholder {
  font-family     : 'Open Sans', sans-serif;
  font-size: 14px;
  color: #646464;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: capitalize;
}
.contact-wrapper .form-control::-webkit-input-placeholder {
  font-family     : 'Open Sans', sans-serif;
  font-size: 14px;
  color: #646464;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: capitalize;
}
.contact-wrapper .contact-contents{
  padding-left: 55px;
}
.contact-wrapper .contact-contents p{
margin-top: 0;
margin-bottom: 25px;
}
.contact-wrapper .contact-contents ul li,
.contact-wrapper .contact-contents ul li a{
  font-family     : 'Open Sans', sans-serif;
  font-size: 14px;
  color: #000000;
  line-height: 25px;
}
.contact-wrapper .contact-contents ul li span{
text-transform: uppercase;
font-weight: 600;
}
.contact-wrapper .contact-contents ul li a:hover{
  color:#de302f;
}
.contact-wrapper .contact-contents h2{
  margin-left: 15px;
}
.contact-wrapper .contact-contents .contents,
.contact-wrapper .contact-contents .contents a{
  margin-bottom: 40px;
  font-family: "Open Sans",sans-serif;
  font-size: 14px;
  color: #909090;
  font-weight: 300;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.contact-wrapper .contact-contents .contents a:hover{  
  color: #17aee0;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -ms-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.contact-wrapper .contact-contents .contents p{
  text-transform: uppercase;
  font-weight: 300;
}
.contact-wrapper .contact-contents .icon-holder{
  color: #17aee0;
}
/*Email*/
.contact-wrapper .success, .contact-wrapper .error{
    text-align      : center;
    text-transform  : uppercase;
}
.contact-wrapper .success{
    background : #DFF0D8;
}
.contact-wrapper .error{
    background  : rgba(253,231,231,1);
}
.validation{
  border: 1px solid #fab9b9 !important; 
}

/*////////////////////////////
      GOOGLE MAP
////////////////////////////*/

#map-canvas  {
        width: 100%;
        height: 400px;
        background: #ccc;
      }

/*////////////////////////////
      Footer 
////////////////////////////*/

footer .footer-top{
	background: #1F1F1F;
}
footer .footer-title {
	font-family: 'Roboto',sans-serif;
    color: #fff;
    font-size: 18px;
    margin-bottom: 45px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 14px;
}
footer img{
	max-width: 100px;
	display: block;
	margin: auto;
	margin-bottom: 35px;
}
footer p{
	color: #888888;
	line-height: 24px;
}
footer .footer-link a{
	color:#888888;
	text-transform: capitalize;
	letter-spacing: 1px;
	line-height: 24px;
	-webkit-transition: all ease 0.50s;
	-moz-transition: all ease 0.50s;
	transition: all ease 0.50s;
}
footer .footer-link a:hover{
	color: #ffffff;
}
footer .footer-link a::before{
	font-family: 'FontAwesome';
	content: '\f00c';
	font-size: 12px;
	margin-right: 10px;
}
footer .address p{
  color: #888888;
  text-transform: capitalize;
  letter-spacing: 1px;
  line-height   : 35px; 
}
footer .address p a{
  color: #888888;
  text-transform: none;
}
footer .address p a:hover{
  color: #ffffff;
}
footer .address i {
  font-size: 16px;
  color: #bbbbbb;
}
footer .address strong {
  font-size: 14px;
  color: #cccccc;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-left: 10px;
  font-weight: 500;
}
footer .address .road-details {
    padding-left: 23px;
    line-height: 15px;
    padding-bottom: 10px;
}
footer .form-control{
	background: transparent;
}
footer .form-control:focus {
    border-color: #dddddd;
    box-shadow: 0 1px 1px rgba(221,221,221, 0.075) inset, 0 0 8px rgba(221,221,221, 0.6);
    outline: 0 none;
}
footer .btn-default {
    text-transform: uppercase;
    font-weight: bold;
    background: #ffffff;
    -webkit-transition: all ease 0.50s;
	  -moz-transition: all ease 0.50s;
	  transition: all ease 0.50s;
}
footer .btn-default:hover {
    background-color: #dddddd;
    border-color: #dddddd;
}
footer .footer-social-list{
  margin-top: 40px;
}
footer .footer-social-list a .fa{
	color: #888888;
	font-size: 18px;
	-webkit-transition: all ease 0.50s;
	-moz-transition: all ease 0.50s;
	transition: all ease 0.50s;
}
footer .footer-social-list a:hover .fa{
	color: #ffffff;;
}
.footer-bottom{
color: #1b1b1b;
background-color: #1b1b1b;
padding: 30px 0;
}
.footer-bottom p a,
.footer-bottom p {
  color: #919191;
  font-weight: 400;
  letter-spacing: 1.5px;
}
.footer-bottom p a{
	text-transform: uppercase;
	font-weight: 600;
	-webkit-transition: all ease 0.50s;
	-moz-transition: all ease 0.50s;
	transition: all ease 0.50s;
}
.footer-bottom p a:hover{
  color: #ffffff;
}
.footer-bottom .fa-angle-up {
  color: #fff;
  padding: 6px 10px;
  background-color: #de302f;
  border-radius: 3px;
  font-size: 20px;
  opacity: 0.7;
  -webkit-transition: all 0.8s ease-in-out;
  -o-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
}
.footer-bottom .fa-angle-up:hover{
  cursor: pointer;
  opacity: 1;
}
