*{
	transition:all 0.4s ease;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	-ms-transition:all 0.4s ease;
	-o-transition:all 0.4s ease;
}
body{
	font-family: "Roboto", Arial, "Helvetica Neue", sans-serif;
	font-size: 16px;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
  /* Fix for webkit rendering */
  -webkit-text-size-adjust: 100%;
  
}

h1,h2,h3,h4,h5,h6{
	/*font-family: 'Playfair Display', sans-serif;*/
	font-family: "Roboto", Arial, "Helvetica Neue", sans-serif;
	font-weight: normal;
	line-height: 1.5;
	margin:10px 0 10px 0;
	/*text-transform: uppercase;*/
	letter-spacing: 1px;
}
ul,ol{
	list-style-type:none;
	margin:0;
	padding: 0;
}
p{
	font-size: 16px;
	margin-bottom: 20px;
	text-align: justify;
}
a,a:link,a:hover{
	text-decoration: none;
	font-size: 16px;
}
.redtext{
	/* color:#da251c; */	color:#633603;
}

.yellow-bg{
	background:#f8c301;
}
.grey-bg{
	background:#dedede;
}
.light-grey-bg{
	background:#efefef;
}
.heading-one h1{

}
.redcolor{
	color:#da251c;
}
.whitecolor{
	color:#fff;
}
.yellowcolor{
	color:#f8c301;
}
.btnMain{
	position: relative;
	color:#fff;
	 background: #da251c; 
	
	padding:5px 20px;
	float: left;
	/* border:1px solid #da251c; */
	text-transform: capitalize;
}
.btnMain:after{	
	display: none;
	font-size: 18px;
	position: absolute;
	right:-29px;
	top: 0;
	content: "\00BB";
	color:#fff;
	/* background: #da251c; */	background: #9c5400;
	padding:0px 10px;	
}
.btnMain:hover{
	color:#000;
	background: none;
	border:1px solid #9c5400;
}
.navbar-toggler{
	padding:5px;
	background: none;
	border:1px solid #fff;
}
.navbar-toggler{
	font-size: 25px;
	color:#fff;
	line-height: 1;
	margin:0;
}

#why-choose-us{
	position: relative;
	float: left;
	width: 100%;
}
.overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background:rgba(0, 0, 0, 0.7);
	z-index: 0;
}
.slideroverlay{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background:rgba(0, 0, 0, 0.4);
	z-index: 0;
}
.width50per{
	width:50%;
	float: left;
	padding: 30px 0;
	box-sizing: border-box;
}
.whiteBg{
	background:#efefef;	
}
.redBg{
	 background:#da251c; 
}
/*------------- Home page star ----------------------*/
.page-loading{
	display: block;
	width: 100%;
	height: 100%;
	background:#fff;
	position: fixed;
	top:0;
	left:0;
	z-index: 999999;
}
.page-loading .page-loader{
	width: 100px;
	position: relative;
	top:50%;
	margin: 0 auto;
	margin-top: -50px;
}
.header-top{
	display: block;
	padding:10px 0;
}
.navbar-brand{
	height: auto;
	padding: 0;
}
.navbar-brand img{
	width: 100%;
}
.header-top-border{
	/*height: 5px;*/
	background-color: #da251c;
	border-bottom: 1px solid #e8e8e8;
}
.list-inline li a{
	font-size: 13px;
	color:#333;
	margin-right: 5px;
}
.header-top-border{
	padding-bottom: 5px;
}
.header-top-border ul span.icon1 {
	display: inline-block;
	width:14px;
	height: 30px;
	background:url(../images/sprite.png) -5px -5px no-repeat;
	vertical-align: middle;
}
.header-top-border ul span.icon2 {
	display: inline-block;
	width:31px;
	height: 30px;
	background:url(../images/sprite.png) -25px -5px no-repeat;
	vertical-align: middle;
}
.header-top-border ul span.icon3 {
	display: inline-block;
	width:21px;
	height: 30px;
	background:url(../images/sprite.png) -59px -5px no-repeat;
	vertical-align: middle;
}
.header-top-border ul span.icon4 {
	display: inline-block;
	width:42px;
	height: 30px;
	background:url(../images/sprite.png) -80px -5px no-repeat;
	vertical-align: middle;
}
.header-top-border ul span.icon5 {
	display: inline-block;
	width:22px;
	height: 30px;
	background:url(../images/sprite.png) -120px -5px no-repeat;
	vertical-align: middle;
}
.header-top-border ul span.icon6 {
	display: inline-block;
	width:24px;
	height: 30px;
	background:url(../images/sprite.png) -145px -5px no-repeat;
	vertical-align: middle;
}
.header-top-border .social-icons-top{
  text-align: right;
  padding-top: 5px;
}
.header-top-border .social-icons-top a{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #9c5400;
  
  }
  .header-top-border .social-icons-top a i{
    font-size: 9px;
    color: #fff;
  }
.cards{
	font-size: 13px;
	margin-top: 3px;
}
.main-menu{
	 background:#da251c; 
}
.main-menu nav{
	background:none;
}
.main-menu .navbar{
	min-height: auto;
	position: relative;
	margin-bottom: 0;
}
.main-menu .navbar-nav li a, .main-menu .navbar-nav li a.active{
	color:#fff;
}
.navbar-expand-lg{
	padding:0;
}
.navbar-expand-lg .container{
	padding:0;
	}

.main-menu .navbar-nav li a{
	font-size: 16px;
	padding:15px;
}
.main-menu .navbar-nav li a:hover {
	color:#000;
	background: #e3b878;
}
.main-menu .navbar-nav li{
	position: relative;
	/*border-right: 1px solid #ff6087;*/
}
.main-menu .navbar-nav li:last-child{
	border-right: 0px;
}
.main-menu .navbar-nav li.dropdown > ul.dropdown-menu{
	display: block;
	position:absolute;
	left:0px;
	top:120%;
	width:300px;
	border:1px solid #bf9352;
	border-top-width:0px;
	z-index:100;
	background:#e3b878;
	visibility:hidden;
	opacity:0;
	padding: 0;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	margin-bottom: 0;
}
.main-menu .navbar-nav li.dropdown:hover > ul.dropdown-menu{
	top:100%;
	opacity:1;
	visibility:visible;
}
.main-menu .navbar-nav li.dropdown:hover a{
	background:#e3b878;
	color:#000;
}
.main-menu .navbar-nav li:hover > ul.dropdown-menu li a{
	padding:10px 20px;
	border-bottom: 1px solid #bf9352;
}
.main-menu .navbar-nav li:hover > ul.dropdown-menu li a:hover
{
	background:#fff;
	color:#000;
}

.icon icon-phone2{

}
/*span.caret{
	width:20px;
	height: 20px;
	font-size: 20px;
	display: inline-block;
	border:0;
}
span.caret:after{
	content:"\002B";
}*/

.dropdown-toggle::after{
	/*content:"\2304";*/
	border:0;
	vertical-align: 0em;
	margin-right: 10px;
	top: -6px;
    position: relative;
}

.top-header-links{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	list-style-type: none;
	position: relative;
}
.top-header-links .text-with-icon:first-child{
	padding-left: 45px;
	font-size: 12px;
	line-height: 15px;
}
.top-header-links .text-with-icon{
	display: inline-block;
	position: relative;
	margin-right: 10px;
}
.top-header-links .text-with-icon span.icon-phone2{
	position: absolute;
	left: 20px;
    top: 3px;
}
.icon-phone2:before{
    content: "\e674";
    font-size: 20px;

}
.top-header-links .text-with-icon.text-number{
	font-family: 'Playfair Display', serif;
	font-size:33px;
	color:#cc0033;
	padding-left: 10px;
	border-left: 1px solid #ddd;
}


#homePage-contact{
	/* background:#f8c301; */	background:#ffad0a;
	padding:20px 0;
}
.homepage-toll-free-num li{
}
.homepage-toll-free-num li span{
	display: block;
}
.homepage-toll-free-num li.homepage-phone-icon{
	/*width:50px;
	height: 50px;*/

}
.homepage-toll-free-num li.homepage-phone-icon i{
	border:1px solid #d2d2d2;
	padding:5px 10px;
	top: -5px;	
	position: relative;
}
.homepage-toll-free-num li.homepage-phone-icon i:before{
	font-size:30px;
	color:#da251c; 
	}
.homepage-toll-free-num li.toll-free-num {
	padding-left: 10px;
	/*border-left: 1px solid #9a9a9a;*/
}
.homepage-toll-free-num li.toll-free-num .toll-number{
	font-size:28px;
	color:#000;
	line-height: 1;
}
.homepage-toll-free-num li.toll-free-num .toll-number-text{
	
	font-size:11px;
	clear:both;
	text-align: center;
}



/*------------------ Carousel start -----------------------*/
.carousel-slider{
	display: flex;
	display: -webkit-flex;
	display: -moz-flexbox;
	display: -ms-flexbox;
}
.camera_caption{
	top:0;
}
.camera_caption > div{
	background:none;
	height: 100%;
}
.slider-caption{
	position:none;
}
.slider-caption {
	display: table;	
	height: 100%;
	margin-left: 10%;
}
.slider-content-div {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
}
.slider-content{
	padding:50px;
	background-color: rgba(250, 250, 250, 0.9);
	text-align: center;
}
.slider-content h2, .slider-content h1, .slider-content h3, .slider-content h4, .sldr-head-2 h1, .slider-content h6{
	margin:10px 0;
	text-transform: uppercase;
}
.slider-content h2{
	font-family: 'Playfair Display', sans-serif;
	font-size: 30px;
	font-weight: 800;
	color:#333;	
	margin-bottom: 30px;
}

.slider-content h1{
	font-size: 50px;
	font-weight: bold;
	color:#cc0033;
	font-family: 'Playfair Display', sans-serif;
	line-height: 1;
}
.slider-content h3{
	font-family: 'Playfair Display', sans-serif;
	font-size: 25px;
	font-weight: 800;
	color:#333333;
}
.slider-content h4
{
	font-family: 'Playfair Display', sans-serif;
	font-size: 16px;
	font-weight: 800;
	color:#333333;
}
.slider-content h6
{
	font-family: 'Playfair Display', sans-serif;
	font-size: 14px;
	font-weight: 800;
	color:#555;
}
.sldr-head-2 h1{
	font-size: 30px;
	font-weight: bold;
	color:#cc0033;
	font-family: 'Playfair Display', sans-serif;
	line-height: 1;
}
.sldr-head-2 h3{
	font-size: 25px;
	font-weight: bold;
	color:#333;
	font-family: 'Playfair Display', sans-serif;
	line-height: 1;
}

#welcome-section{

}
.section-padding{
	padding:30px 0;
}
.our-services{
	margin: 10px 0;
}
.wlcm-read-more-btn{
	padding:15px 60px;
	background:#f90 ;
	color:#fff;
	clear:both;
	margin:20px 0;
	border-radius: 50px;
}
.wlcm-read-more-btn:hover, .read-more-btn:hover
{
	background:#cc0033 ;
	color:#fff;
}
.read-more-btn
{
	padding:10px 25px;
	background:#f90 ;
	color:#fff;
	clear:both;
	border-radius: 50px;
}
.our-services .owl-item
{
	margin-bottom: 10px
}
.our-services .owl-item .item
{
	padding: 0 10px;
}
.our-services .owl-nav{
	position: absolute;
	top:-87px;
	right: 7px;
}
.our-services .owl-nav .owl-next, .our-services .owl-nav .owl-prev
{
	width:30px;
	height: 40px;
	color:#333;
	background-color: #fff !important;
	border:1px solid #ddd !important;

}
.our-services .owl-nav .owl-next span, .our-services .owl-nav .owl-prev span
{
	font-size:40px;	
    line-height: 30px;
}
.our-services .owl-nav .owl-next:hover, .our-services .owl-nav .owl-prev:hover, .our-services .owl-nav .owl-next:focus, .our-services .owl-nav .owl-prev:focus
{
	color:#fff;
	background-color: #f90 !important;
	outline: none;
}
.service-box
{
	background:#fff;
	box-shadow: 0 3px 7px #ddd;
	-webkit-box-shadow: 0 3px 7px #ddd;
	-moz-box-shadow: 0 3px 7px #ddd;
	-ms-box-shadow: 0 3px 7px #ddd;
	border-radius: 5px;
	overflow: hidden;
}
.service-box-img{
	height: 200px;
	overflow: hidden;
}
.service-box-content{
	padding:20px 20px 30px 20px;
	text-align: center;
}
.service-box-content h4{
	font-size: 22px;
	color:#cc0033;
	text-align: center;
	margin: 5px;
}
.service-box-content p{
	overflow: hidden;
  position: relative;
  max-height: 6em;
  text-align: justify;
  margin-right: -1em;
  padding-right: 1em;
}
.service-box-content p:before {
	width:50px;
	background-color: #fff;
  content: '...';
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 3px 2px;
}
.service-box-content p:after {
  content: '';
  position: absolute;
  right: 0;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: white;
}
.service-box-content .read-more-btn{
	font-size: 15px;
	margin:20px 30px;
}

.our-usps{
	height: 400px;
	color:#fff;
	padding:40px;
	background:#f8c301;
}
.our-usps h2,.our-usps p{
	color:#000;
}

.our-usps .btnMain{
	background:#fff;
}
/*---------------- Footer Start ---------------------*/
#footer-top{
	padding:30px 0;
	background: #000;
}
.footer-top h4, .footer-top h5 {
    color: #fff;
    font-weight: 300;
    position: relative;
    /* padding-bottom: 10px; */
    /* margin-top: 0; */
    /* clear: both; */
    background: #da251c;
    padding: 5px 0px 5px 10px;
    border-radius: 23px;
}
.footer-top h4:after{
	width: 150px;
	height: 1px;
	/*background:#d1853e;*/
	position: absolute;
	bottom:0;
	left: 0;
	content: "";
}
.footer-top p{
	color:#c5c5c5;
	font-weight: 300;
}
.footer-top ul li{
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px dashed #d1833e;
}
.footer-top ul li:last-child{
	border-bottom: 0;
}
.footer-top ul li a{
	color:#c5c5c5;
	padding-left: 15px;
	position: relative;
}
.footer-top ul li a:before{
	width:20px;
	height: 20px;
	content: "\00BB";
	position: absolute;
	left: 0;
	top:-3px;
}
.ftr-contact-row{
	width: 100%;
	display: block;
	margin-bottom: 15px;
	border-bottom: 1px solid #7b7b7b;
}
.ftr-contact-row:last-child{
	border-bottom:0;
}
.ftr-contact-row > .ftr-cntct-icon{
	display: inline-block;
	padding: 5px;
	vertical-align: text-top;
	margin-right: 10px;
}
.ftr-contact-row > .ftr-cntct-icon i{
	color:#fff;
	font-size: 23px;
}
.ftr-contact-row > .ftr-cntct-content{
	display: inline-block;
	vertical-align: text-top;
}
.ftr-contact-row > .ftr-cntct-content h5, .ftr-contact-row > .ftr-cntct-content p{	
	margin-bottom: 5px;
}
.ftr-contact-row > .ftr-cntct-content p{
	font-size:14px;
}
.footer-top h5{
	padding-bottom: 0;
}

.footer-bottom{
	color:#fff;
	background:#da251c;
	padding:10px 0;
}
.footer-bottom a{
	color:#000000;
}

.footer-social-icons{
    margin-top: 15px;
}
.footer-social-icons li{
	border-bottom: 0 !important;
}
.footer-social-icons > li{
    list-style: none !important;
    background-image: none !important;
    float: left;
    margin-right: 5px;
    width: 30px;
    height: 30px;
    padding: 0 !important;
}

.footer-social-icons li a{
	background: #222;
    width: 30px;
    height: 30px;
    font-size: 15px;
    display: table-cell;
    vertical-align: middle;
    padding: 0;
    text-align: center;
    padding-left: 0 !important;
    border-radius:50%;
    -webkit-border-radius: 50;
    -moz-border-radius: 50;
}

.footer-social-icons li a:hover{
    color: #fff;
}
.footer-social-icons li a:before{
	display: none;
}

#city-section{
	padding:30px 0;
}
#city-section ul li a{
	/*display: block;
	color:#000;
	font-size: 14px;
	margin-bottom: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #c3c3c3;
	padding-left: 15px;
	position: relative;*/
	display: block;
    color: #fff;
    font-size: 14px;
    margin-bottom: 10px;
    /* padding-bottom: 5px; */
    border-bottom: 1px solid #c3c3c3;
    /* padding-left: 15px; */
    background: #da251c;
    position: relative;
    padding: 5px 0px 5px 10px;
    border-radius: 20px;
}
#city-section ul li a:before{
	/*position: absolute;
	left: 0;

	width:20px;
	height: 20px;
	content:"\00BB";
	color:#000;*/
}


#why-choose-us h1{
	color:#fff;
}
#why-choose-us .why-choose-row {
	display: block;
	margin-bottom: 15px;
}
#why-choose-us .why-choose-row .why-choose-icon{
	display: inline-block;	
	padding:10px;
	border:1px solid #ddd;
}
#why-choose-us .why-choose-row .why-choose-icon i{
	color: #fff;
	font-size: 25px;
}
#why-choose-us .why-choose-row .why-choose-content{
	display: inline-block;
	vertical-align: text-top;
}
#why-choose-us .why-choose-row .why-choose-content h5, #why-choose-us .why-choose-row .why-choose-content p{
	color: #fff;
}



.enq-form .enq-btn{
	display: block;
	font-size: 16px;
	color:#fff;
	background: #da251c; 
	border:0;
	outline:0;
	text-transform: uppercase;
	border-radius: 20px 20px 20px 20px;
}

.enq-form .row div{
	padding-left: 3px;
	padding-right: 3px;
}
.enq-form .row:last-child .form-group{
	margin-bottom: 0;
}
.enq-form .form-control{
	border-radius: 0;
	border:1px solid #000;
	border-radius: 20px;
}

#service-section{
	/*background: #333;*/
}
#service-section h2{
	color:#000;
	font-weight: normal;
}
.service-row {
	padding-left:15px;
	padding-right: 15px;
}
.service-row > .col-md-6.col-lg-6{
	padding-left:0;
	padding-right: 0;
}
.service-div{
	height: 250px; 
	width: 49%;
	float: left;
	box-sizing: border-box;
	margin-bottom: 10px;
	
}
.service-div:last-child{
	margin-right: 10px;
}
.service-div.service-cont{
	background: #fff;
	padding:20px;
	border: 1px solid #eee;
}
.service-div.service-cont:hover{
	box-shadow: 10px 10px 16px rgb(0 0 0 / 10%);
}
.service-div.service-cont h4{
	font-weight: bold;
	margin:0 0 10px;
}
.service-div.service-cont p{
	height: 120px;
	overflow: hidden;
	position: relative;
}
.service-div.service-cont p:after{
	width:50px;
	background:#fff;
	content:"...";
	text-align: left;
	position: absolute;
	right: 0;
	bottom: 0;
}
.service-div.service-img{
	overflow: hidden;
	background: #000;
}
.service-div.service-img img{
	width: auto;
	height: 100%;
	opacity: 0.8;
	transform: scale(1);
}
.service-div:hover img{
	transform: scale(1.2);
	opacity: 1;
}

.left-cnt-div{
	width:567px;
	float: right;
	padding-right: 40px;
}
.right-cnt-div{
	width:567px;
	float: left;
	padding-left: 40px;
}
#our-usps h2{
	/*color:#fff;*/
}
.usps .item {
	position: relative;
	padding:0 !important;
}
.usps .item .overlay{
	opacity: 0.3;
}.usps .item:hover .overlay{
	opacity: 0.0;
}
.usps .item figure{
	width:100%;
	height: 250px;
	overflow: hidden;
}
.usps .item figure img{
	height: 100%;
}
.usps .item .caption{
	width:130px;
	height: 130px;
	/* background:#da251c; */	background:#9c5400;
	position: absolute;
	left:50%;
	top:50%;
	color:#fff;
	margin-left: -15%;
	margin-top: -15%;
	border-radius: 50%;
	box-shadow: 0 10px 10px #333;
}
.usps .item .caption span{
	display: block;
	font-size: 16px;
	font-weight: bold;
	margin:0 auto;
	text-align: center;
	padding-top: 40px;

}

.wrap {
      max-width: 1400px;
      margin: 0px auto;
      height: 600px;
    }

    .slide {
      width: 100%;
      height: 600px;
      margin: 0 auto;
      position: relative;
      overflow: hidden;
    }

    .slide ul {
      margin: 0 auto;
      height: 382px;
      cursor:pointer;
    }

    .slide ul li {
      width: 100%;
      list-style: none;
      position: absolute;
      z-index: 1;
      height: 100%;
      background-position: top center;
      top: 0;
      left: 0;
      right: 0;
    }

    .slide #dots {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 10px;
      height: 30px;
      z-index: 9999;
      font-size: 0;
      text-align: center;
      opacity: 0.7;
    }

    .slide #dots a {
      background: #fff;
      margin: 0 6px;
      width: 18px;
      height: 18px;
      box-shadow: 0 0 1px 0 #333;
      border-radius: 100%;
      display: inline-block;
      cursor: pointer;
    }

    .slide #dots a.active {
      background: #f8c301;
    }

    .slide .arrow {
      position: absolute;
      top: 50%;
      width: 70px;
      height: 100px;
      margin-top: -50px;
      background: #FFF;
      z-index: 999;
      opacity: 0.7;
      line-height: 100px;
      color: #333;
      text-align: center;
      text-decoration: none;
    }

    .slide .arrow.prev {
      left: 0;
    }

    .slide .arrow.next {
      right: 0;
    }

    .slide .arrow:active {
      background: #FAFAFA;
      opacity: 1;
    }

    .slider-inner{
    	width:80%;
    	margin:15% 10%;
    }
   .slider-inner h3{
   	font-size: 25px;
   	font-weight: bold;
   	text-transform: uppercase;
   }
   .slider-inner h1{
   	font-size: 40px;
   	font-weight: 800;
   	text-transform: uppercase;
   }
   .slider-inner h2,.slider-inner .heading-2{
   	font-size: 30px;
   	font-weight: bold;
   	text-transform: uppercase;
   	margin-bottom:  15px;
   }
   .slider-inner .heading-2 span{
   	width:20px; 
   		height: 30px;
   	display: inline-block;
   }
   .slider-inner .heading-2 span:before{
   		display: block;
   		font-family: FontAwesome, sans-serif;
   		font-size: 20px;
   		content: "\f054";
   		color:#333;
   		position: absolute;
   		left: 0;
   		top: 10px;
   }
   .get-a-quote h2{
   		margin:0;
   }
   .get-a-quote p{
   		font-size: 14px;
   }


/* ------- Inner page design -------*/
.heading-page{
	padding:40px 0;
	background: url(../images/bg/breadcrumb-bg.jpg) center no-repeat;
	background-size: cover;
}
.heading-page .breadcrumbs{
	display: inline-block;
	margin:0 auto;
}
.heading-page .breadcrumbs li{
	display: inline-block;
}
.heading-page .breadcrumbs li a{
	font-size: 15px;
	color:#fff;
	padding:0 10px 0 0;
}
.heading-page .breadcrumbs li:last-child a{
	color:#c97f3b;
	text-transform: capitalize;
	}
.heading-page .breadcrumbs li a:after{
	display: inline-block;
	width: 5px;
	height: 20px;
	content:"/";
	position: relative;
	top: 0;
	left: 0;margin-left: 10px;
}.heading-page .breadcrumbs li:last-child a:after{
	display: none;
}
.heading-page .title{
	font-size:20px;
	color:#fff;
}
.left-column{
	/*background:#ececec;*/
	border-right:1px solid #efbfbf;
}
.right-column2{
	border-left: 1px solid #efbfbf;
}
.left-column h3, .right-column2 h3{
	    /* background: #f8c301; */
    background: #da251c;
    padding: 5px 20px;
    color: #fff;
}
ul.left-links{
	padding: 10px;
}
ul.left-links li a{
	display: block;
	font-size: 16px;
	color:#000;
	padding: 8px 20px;
	border-bottom: 1px solid #ddd;
	position: relative;
}
ul.left-links li a:hover{
	/*background: #eee;*/
	    background: #da251c;
    color: #fff;
    padding: 8px 20px;
}
.left-links li{
	padding-left: 10px;
}
ul.left-links li a:before{
	display: inline-block;
	width:20px;
	height: 20px;
	content: "\00BB";
	font-size:18px ;
	position: absolute;
	left: 0;
	top: 5px;
}

#our-strength{
	display: block;
	clear: both;
}
#our-strength .left-cnt-div > h3{
	/* color:#da251c; */	color:#633603;
	margin-bottom: 20px;
	text-align: center;
}
#our-strength .right-cnt-div > h3{
	color:#fff;
	margin-bottom: 20px;
	text-align: center;
}
.strength-Num{
	width: 145px;
	display: inline-block;
	padding: 10px;
	margin:0 10px 10px 10px;
	border:1px solid #9e9e9e;
	    background: #da251c;
    color: #fff;
}
.strength-Num h3{
	font-size:23px;
	text-align: center;
	color:#fff;
	margin: 0;
}
.strength-Num h6{
	font-size: 14px;
	color:#fff;
	text-align: center;
	margin: 0;
}

.strength-icons{
	text-align: right;
}
.webest{
	display: block;
	width: 100%;
	float: left;
	margin-bottom: 20px;
}
.webest-div{	
	width: 48%;
	float: left;
	margin-right: 10px;
}
.webest-div > .webest-icon{
	float: left;
}
.webest-div > .webest-icon > .icon{
	display: block;
	width:70px;
	height: 70px;
	padding: 5px;
	border:1px solid #ddd;
	margin:0 auto;
	text-align: center;
	}
.webest-div > .webest-icon > .icon img{
	max-width:100%;
	max-height: 100%;
}
.webest-div .webest-cnt{	
	padding-left: 80px;
}
.webest-div .webest-cnt h4{
	font-size: 17px;
	color:#fff;
	font-weight: 700;
	margin: 0;
	}
	.webest-div .webest-cnt p{
		font-size: 14px;
		color:#efefef;
	}


/*-------- Contact page start ---------*/
.contact-form label{
	font-size: 16px;
	font-weight: 300;
	color:#666;
}
.contact-form .form-group{
	margin-bottom: 10px;
}
.contact-form .form-control{
	font-size: 16px;
	font-weight: 300;
	color:#333;
	border-radius: 2px;
	padding:0px 15px 0px 15px;
	height: 45px;
	border:1px solid #c7c7c7;
}
.form-control option{
	line-height: 2;
	background:#da251c;
	color:#fff;
}
textarea.form-control{
	height: auto !important;
}
.contact-form  .btn-submit{
	display: inline-block;
	font-size: 16px;
	background:red;
	padding:10px 80px;
	border:0;
	border-radius: 0;
	text-align: center;
	text-transform: uppercase;
	margin:10px 0;
}
.cnt-info-row {
	margin-bottom: 10px;
}
.cnt-info-row .cnt-info-icon{
	float:left;
	width:20px;
	margin-top: 4px;
	margin-left: 10px;
}
.cnt-info-row .cnt-info-icon i{
	font-size: 20px;
	}

.cnt-info-row .cnt-info-detail{
	margin-left: 40px;
	color:#666;
}
.cnt-info-row .cnt-info-detail h4{
	font-size: 18px;
	color: #000;
	margin:0 0 0px;
}
.cnt-info-row .cnt-info-detail p{
	font-size: 15px;
}
.serv-img{
	width: 400px;
	float: right;
	margin: 0 0 15px 15px;
}
.serv-img2{
	display: inline-block;
	width: 400px;
	margin: 0 auto;
}
.serv-img3{
	width: 220px;
	float: left;
	margin: 15px 15px 0 0;
}
.list{
	list-style-type: disc;
	margin-left:15px;
}
.list li{
	font-size: 16px;
	margin-bottom: 10px;
}
.our-service-div{
	padding:20px 15px;
	border:1px solid #ddd;
	float: left;
	margin-bottom: 25px;
	box-shadow: 0 5px 5px #c7c7c7;
}
.our-service-icon-div{
	text-align: center;
}
.our-service-icon{
	display: block;
	width: 100px;
	height: 100px;
	text-align: center;
	border:1px solid #f39893;
	border-radius:50%;
	margin:0 auto;
}
.our-service-cont{
	float: left;
}
.our-service-cont p{
	height: 100px;
	overflow: hidden;
	position: relative;
}
.our-service-cont p:after{
	width: 100px;
	height: 30px;
	background: #fff;
	content: "...";
	text-align: left;
	overflow: hidden;
	position: absolute;
	right: 0;
	bottom: 0;
	padding-left: 5px;
}
.our-service-icon img{
	width:63%;
	margin-top: 17px;
}
.our-service-cont h4{
	font-size: 18px;
	font-weight: 800;
	text-align: center;
}
.our-service-cont .btnMain{
    font-size: 14px;
    padding: 5px 20px;
}

.ups-row{
	background:#efefef;
	padding:10px 20px;
	border-bottom: 1px solid #d4d4d4;
	margin-bottom: 15px;
}

.page-scroller{
	 background:#da251c; 	
	position: fixed;
	bottom: 20px;
	right: 20px;
	cursor: pointer;
	padding:10px 15px;
	z-index: 9999;
	border-radius: 50%;
	box-shadow: 0 5px 5px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 5px 5px rgba(0,0,0,0.5);
	-ms-box-shadow: 0 5px 5px rgba(0,0,0,0.5);
	-o-box-shadow: 0 5px 5px rgba(0,0,0,0.5);
}
.page-scroller-div i{
	font-size: 20px;
	color:#fff;
}
.box-row{
	
}
.box-row .box{
	background:#fff;
	padding:20px;
	border:1px solid #c3c3c3;
	margin-bottom: 20px;
}
.box-row .box .box-cnt .box-img{
	width:90px;
	float:left;
	margin:0 15px 10px 0;
}

.city-list li{
	display: inline-block;
}
.city-list li a{
	font-size: 16px;
	display: block;
	color: #333;
	/*background: #ececec;*/
	background: linear-gradient(45deg, #f7f7f7, #f5e3e2);
	border:1px solid #999;
	margin: 0 10px 10px 0;
	padding:10px 50px;
	text-transform: capitalize;
}
.city-list li a:hover{
	color: #fff;
	background: #da251c;
	border:1px solid #da251c;
}
.contact-info ul li {
    display: inline-block;
    font-size: 13px;
    color: #fff;
    line-height: 28px;
    padding: 0 10px;
    font-weight: normal;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.contact-info ul li a{
	color: #fff;
}
.social-icons-top a img{
	width: 20px;
}
.social-icons-top a{
	margin-right: 5px;
}
.footer-social-icons li a img{
	width: 30px;
}
#footer_read{
	    background: #da251c;
    color: #fff;
    border-radius: 23px;
}
#homePage-contact{
	background: url(../images/bg.png);
}
.get-a-quote h2, .get-a-quote p{
	color: #fff;
}
.fh-icon-box.style-2 {
    margin-bottom: 35px;
}
.fh-icon-box.has-line:before {
    content: '';
    position: absolute;
    width: 1px;
    height: -webkit-calc(100% + 35px);
    height: calc(100% + 35px);
    top: 0;
    left: 48px;
    background-color: #efefef;
}
#fh_icon_box1:before{
	display: none;
}
.fh-icon-box.style-2.icon-left .fh-icon, .fh-icon-box.style-2.icon-left .img-icon {
    float: left;
}
.fh-icon-box.style-2 .fh-icon {
    font-size: 30px;
    color: #0c1239;
    width: 70px;
    height: 70px;
    line-height: 70px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    border: 1px solid #dbdbdb;
    position: relative;
    z-index: 99;
}
.fh-icon-box.has-line .fh-icon {
    background-color: #dc3028;
    color: #fff;
}
.fh-icon-box h4 {
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 10px;
    padding-top: 15px;
    margin: 0;
}
.fh-icon-box.style-2.icon-left h4, .fh-icon-box.style-2.icon-left .desc {
    padding-left: 100px;
}
.fh-icon-box.style-2 h4 {
    padding-top: 0;
}
.lftredbrdr {
    border-left: 2px solid red;
    padding-left: 25px;
}