
html,
button,
input,
select,
textarea {
    color : #000;
    }

html {
    font-size   : 14px;
    line-height : 1.5em;
    }



::-moz-selection {
    background  : #B3D4FC;
    text-shadow : none;
    }

::selection {
    background  : #B3D4FC;
    text-shadow : none;
}




audio,
canvas,
img,
video {
    vertical-align : middle;
    }



fieldset {
    border  : 0;
    margin  : 0;
    padding : 0;
    }

/*
   * Allow only vertical resizing of textareas.
   */

textarea {
    resize : vertical;
    width:100%;
    border: 1px solid #e8e8e8;
    padding: 1em 1.5em;
}

p, ul, ol, pre, table, blockquote {
  margin-top: 1rem;
}
p{
    color: #000;
}
ul ul, ol ol, ul ol, ol ul {
  margin-top: 0;
  margin-bottom: 0;
}
hr {
  border: 1px solid;
  margin: -1px 0;
}
a,
a:active,
a:focus,
a:active {
    text-decoration : none !important;
    outline         : none
    }

a {
    color           : #e90800;
    text-decoration : none;
    transition      : all 0.2s ease 0s;
    }

a:hover,
a:focus {
    color           : #e90800;
    text-decoration : underline;
    }

ul {
    margin     : 0;
    padding    : 0;
    list-style : none
    }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Raleway', sans-serif;
    color       : #000;
    margin      : 0;
  }

h1 {
  font-weight: 600;
  font-style: inherit;
  font-size: 2.571rem;
  line-height: 1.111em;
}

h2 {
  font-weight: 600;
  font-style: inherit;
  font-size: 2.143rem;
  line-height: 0.700em;
}

h3 {
  font-weight: 600;
  font-style: inherit;
  font-size: 1.714rem;
  line-height: 1.875rem;
  margin: 0rem;
}
h4 {
  font-weight: 600;
  font-style: inherit;
  font-size: 1.286rem;
  line-height: 1.875rem;
  margin: 0rem;
}


.btn{
    background: #e90800;
    color: #ffffff;
    text-transform: uppercase;
    padding: 4px 18px;
    margin-top: 20px;
    border-radius: 0;
    display: inline-block;
    -webkit-transition         : all 0.3s ease 0s;
    -moz-transition            : all 0.3s ease 0s;
    -o-transition              : all 0.3s ease 0s;
    transition                 : all 0.3s ease 0s;
}

.btn:hover, .btn-default:hover{
    background: #1f7926;
    color:#ffffff;
    border-color:#1f7926 !important;
}
.btn-default.focus, .btn-default:focus {
    color: #ffffff;
    background-color: #1f7926;
    border-color: #1f7926 !important;
}

body {
    font-family: 'Open Sans', sans-serif;
    color                      :#919191;
    font-weight                : 400;
    font-style                 : normal;
    font-size                  : 1rem;
    line-height                : 1.857em;
    -webkit-text-size-adjust   : 100%;
    -webkit-overflow-scrolling : touch;
    -webkit-font-smoothing     : antialiased !important;
    -webkit-transition         : all 0.3s ease 0s;
    -moz-transition            : all 0.3s ease 0s;
    -o-transition              : all 0.3s ease 0s;
    transition                 : all 0.3s ease 0s;

}

.wrapper{
  background:#fff;
}
.header-top{
  background: #ffffff;
  padding: 10px 0 12px 0;
  overflow: hidden;
}
section.header{
    padding: 0;
    background: #fff;
}
.logo {
  
}

.header-connection{
  text-align: right;
  line-height: 1.5em;
    padding: 8px 22px;
}
.header-top strong{
  color:#55595d;
 }
.social li{
  display:inline-block;
  padding:0 6px;
}
.social li:last-child{
  padding-right: 0;
}
.social a {
    color: #a4a4a4;
    font-size: .8rem;
}
.social a:hover{
  color:#e90800;
}
.header-top p{
  margin:0;
}

/*----------------------------
 Navigation  bar Style
-----------------------------*/
.main-nav-bar{
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color:transparent;
}
.navbar-collapse,
.navbar-default {
    background-color: transparent; 
    border-color: transparent;
}
.navbar{
    margin:0;   
    min-height: 0;
}
.main-nav{
  padding-left: 0px;
  border-top:none;
  border-radius: 0;
}
.main-nav li{
    display:inline-block;
    margin: 12px 10px 14px 15px;
}
.main-nav .active{
   border-top:1px solid #e90800;
}
.main-nav li a{
    font-family: 'Open Sans', sans-serif;
    font-size:1rem;
    display: inline;
    margin-bottom: 0;
    padding:8px 0;
    font-weight:600;
    color: #888888;
}
.main-nav li > a:hover, .main-nav li > a:focus{
    color:#6c6c6c;
    background: transparent;
    border-top:2px solid #e90800;
}

/*---------------------------
Breadcrumb
-------------------------*/
.breadcrumb-area{
  overflow: hidden;
  background: #ffffff;
}
.breadcrumb{
  background: #ffffff;
  padding: 15px 0 0 15px;
  margin-bottom: 1.1em;
}
.breadcrumb a{
  color: #999999;
  font-weight: 400;
}
.breadcrumb .active{
  color:#000000;
}
.breadcrumb>li+li:before {
    padding: 0 5px;
    color: #fff;
    content: "\f101";
    font-family: FontAwesome;
}

/*---------------------------
Dropdown menu style
-------------------------*/
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
    border-color: none;
}
.main-nav .dropdown-menu{
    min-width:250px;
    background: #e90800;
    border-radius: 0;
    left: -20px !important;
    display:block;
    visibility: hidden;
    opacity: 0;
    border: 0;
    padding: 15px 0;
    margin-top: 15px !important;
    -webkit-transition: all .3s ease 0s;
    -moz-transition: all .3s ease 0s;
    -ms-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all 0.3s ease 0s;
}

.main-nav .dropdown-menu li{
  display: block;
}
.main-nav .dropdown-menu li:first-child{
  padding-top:0;
}
.main-nav .dropdown-menu li a{
    color: #ffffff;
    display: inline-block;
    padding: 0px 30px;
}
.main-nav .dropdown-menu li a:hover{
  color:#6c6c6c;
  background: transparent;  
  border-top: 0;
}
.main-nav .dropdown:hover .dropdown-menu{
  display:block;
  opacity: 1;
  visibility: visible;
  left:0px !important;
}

.header-right{
  text-align: right;
  margin-right: -2px;
}

#header-right input{
  width:28px;
  line-height: 3.3em;
  box-sizing: border-box;
  border: 0px;
  border-radius: 0px;
  font-size: 1em;
  margin-top:1px;
  background-color: transparent;
  padding:0;
  -webkit-transition: width 0.2s linear;
  -moz-transition: width 0.2s linear;
  transition: width 0.2s linear;
}
input.empty {
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  text-decoration: inherit;
}

#header-right input[type=search]:focus{
  width:250px;
  outline: none;
  background:#eee;
  padding: 0 10px;
}

:focus::-webkit-input-placeholder {
  color: #ffffff !important;
}
 
:focus::-webkit-input-placeholder { 
  color: ffffff !important;  
}


/* Extra small devices (phones, less than 768px) */
@media (max-width : 767px) {
    .copyright{text-align: center !important;}
    .c-right{text-align: center !important;}
    .service-section ul.service-list li.pic img {
    width: 100% !important;
}
    section.header.sticky{
        padding: 0;
    }
    .logo{
      margin-bottom: 15px;
    }
    .header-wrapper {
      padding: 0; 
    }

    .header-connection {
        text-align: left;
    }

    .navbar-default .navbar-toggle {
      padding: 0 .5em;
      top: -6px;
    }
    .main-nav-bar{
      position:absolute;
      top:2.857em;
      right:0;
    }
}

/*---------------------------
offcanvas-menu
--------------------------*/
.offcanvas-menu {}
.offcanvas i{
  font-size:1.75rem;
  color:rgba(0,0,0, .8);
}
.offcanvas button{
    margin: -1.2em -0.8em;
}
.navbar-header .navbar-toggle:focus, .navbar-header.navbar-toggle:hover {
    background-color: transparent;
}
.offcanvas-menu h1 {
  font-size: 1.4rem;
  padding: 1em 1.7em;
  color: #999;
  text-transform: capitalize;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 1.7em;
}

#menu>li {
  line-height: 2.5em;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#menu>li:last-child {
  border-bottom: 0;
}
#menu>li ul li{
  margin-left: 2em;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

#menu li a {
  display: block;
  text-decoration: none;
  color: #999;
  padding: 0 1em;
}
#menu li a:hover,
#menu li.active a {
  color: #fff;
  background: rgba(255,255,255,0.2);
}

.offcanvas-menu .close {
  color: #fff;
  text-shadow: none;
  filter: alpha(opacity=100);
  opacity: 1;
  width: 38px;
  height: 38px;
  -webkit-transition      : all 0.3s ease 0s;
  -moz-transition      : all 0.3s ease 0s;
  -o-transition      : all 0.3s ease 0s;
  transition      : all 0.3s ease 0s;
}
.offcanvas-menu .close:hover {
  background: rgba(0,0,0, .3);
  color:#e90800;
}



/*-----------------------
 * Image Alighnment
 *-----------------------*/


  .alighn-left{
    float: left;
    margin:15px 15px 0 0;
  }

  .alighn-right{
    float: left;
    margin:15px 0 15px 15px;
  }

/*----------------------------------------------
  Banner-section
------------------------------------------*/
.container-fluid{
  padding:0;
}
.carousel-caption{
    right: auto;
    left: 6%;
    bottom: 80px;
    padding: 10px 20px;
    text-align: center;
    text-shadow: none;
    background-color: #ffffffbf;
}
.carousel-caption h1{
  color: #eb0700;
    line-height: 1.6;
    text-transform: uppercase;
    font-style: oblique;
    font-size: 24px;
}
.carousel-caption p{
  color:#ffffff;
}

.carousel-indicators li {
    width: 4px;
    height: 4px;
    background: #ffffff;
}
.carousel-indicators .active {
    width: 6px;
    height: 6px;
    background: #e90800;
    border:1px solid #e90800;
}

@media(min-width: 768px) and (max-width: 1199px){
  .carousel-caption{
    bottom:7em;
  }
  .carousel-caption h1 {
    font-size:2.5rem;
  }
  .carousel-caption p {
    margin:0;
  }
  .carousel-caption a {
    margin-top:7px;
    padding:0 8px;
  }
  .carousel-indicators {
    bottom: 0px;
  }
}

/*--------------------------------------------
  Welcome section style
--------------------------------------------*/
.welcome-section{
  padding:5em 0;
  overflow: hidden;
}
.welcome-thumb{
  float:left;
  width:36%;
  padding-right: 50px;
}
.welcome-content{
  float:left;
  width:64%;
}

@media(max-width: 767px){
    .carousel-caption h1{
        font-size: 20px;
    }
    .carousel-caption {
    right: auto;
    left: 5%;
    bottom: 40px;
    padding: 6px 12px;
    text-align: center;
    text-shadow: none;
    background-color: #ffffffbf;
}
  .welcome-thumb{
    width:100%;
    padding:0 0 1em;
  }
  .welcome-content{
    width:100%;
  }
    section.header.sticky{
        padding: 0;
    }
}

/*--------------------------------------------
  Service section style
--------------------------------------------*/
.service-section{
  overflow: hidden;
  padding-bottom: 5em;
    padding-top: 3em;
}

.tablist{
  padding: 1.5em 0;
  border: 1px solid rgba(0, 0, 0, .05);
  border-left:0;
  border-right:0;
  margin-bottom: 5em;
}
.service-section li:first-child{
  font-size: 1.571em;
  margin-right: 9.286em;
  padding: 0;
  border:0;
}
.service-section li{
  border-radius: 0;   
  padding: 0 1em;
  display: inline-block;
  border-left: 2px solid rgba(0,0,0,.3);
}
.service-section li:last-child{
  border-right: 2px solid rgba(0,0,0,.3);
}
.service-section li a{
    border-radius: 0;
    border: 0;
    margin: 0;
    color: #888888;
    font-weight: bold;
    font-size: 1.571rem;
    text-transform: uppercase;
    padding-bottom: 1em;
}
.service-section .active a, 
.service-section .active a:focus, 
.service-section .active a:hover  
{
  color: #e90800;
  background: #ffffff;
  border-bottom: 2px solid #e90800;
}
.service-section li a:hover{
  color: #e90800;
  background: #ffffff;
  border-bottom: 2px solid #e90800;
}

.service-item{
  position: relative;
  margin-bottom:2.1em;
}
.service-item::before{
  content: " ";
  position: absolute;
  width:100%;
  height: 100%;
  left:0;
  top:0;
  background: #e90800;
  opacity: 0;
  -webkit-transition : all 0.3s ease 0s;
  -moz-transition    : all 0.3s ease 0s;
  -o-transition      : all 0.3s ease 0s;
  transition         : all 0.3s ease 0s;
}

.service-item .service-thumb img{
    display: block;
    text-align: center;
    margin: 0 auto;
    width: 100%;
}
.work .service-item::before{
  content: " ";
  position: relative;
  transition: none;
}

.service-item:hover::before{
  opacity: .9;
}
.service-description{
  position: absolute;
  left:0;
  bottom: 0;
  padding: 0 1.8em 2.8em;;
}
.work .service-description{
  position: relative;
  left:0;
  bottom: 0;
  padding: 0 2.8em 2.8em;;
}
.work .service-description p{
    color: #000;
    visibility: visible;
    opacity: 1;
}
.service-description h3{
    color: #ffffff;
    border-left: 5px solid #e90800;
    line-height: 1.4rem;
    padding-left:.4em;
    text-transform: uppercase;
}
.service-description p{
  color:#ffffff;
  opacity: 0;
  visibility: hidden;
  margin-bottom: -7em;
  -webkit-transition : all 0.3s ease 0s;
  -moz-transition    : all 0.3s ease 0s;
  -o-transition      : all 0.3s ease 0s;
  transition         : all 0.3s ease 0s;
}

.service-item:hover p{
    opacity: 1;
    visibility: visible;
    margin-bottom: 0;
}
.work .service-item:hover p{
    margin-bottom: -7em;
}
.service-item:hover .service-description h3{
    border-left: 5px solid #ffffff;
}



@media(max-width: 767px){
  .service-section li:first-child {
    margin-right: 0;
  }
  .service-section li a {
    font-size: 1rem;
  }
}
@media(min-width: 480px) and (max-width: 991px){
  .service-section li:first-child {
    margin-right: 2rem;
  }

}

/*------------------------------------------------------
  Service activity style
---------------------------------------------------*/
.service-activity{
  padding: 0em 0;
}
.activity-head{
    padding: 0 20em;
    text-align: center;
}
.activity-head h2{
  line-height: 1.5em;
  font-weight:400;
  color:#888888;
}
.activity-head h2 span{
  color:#e90800;
  text-transform: uppercase;
}
.activity-list-items{
  padding:5em 0;
  overflow: hidden;
}
.activity-list{
  overflow: hidden;
    padding-bottom: 15px;
}
.activity-icon{
    padding-right:0px;
    text-align:left;
    display: inline-flex;
}
.activity-icon h4{
    display: inline-block;
}
.activity-icon i{
    background: #e90800;
    padding: 0.52em;
    font-size: 1.5rem;
    color:#ffffff;
    margin-right: 15px;
}
.activity-details{
  float: none;
    width: 100%;
}
.activity-details h4{
  color: #080808;
    font-size: 18px;
}

@media(max-width: 767px){
  .service-activity {
    padding: 0;
  }
  .activity-head {
    padding: 0;
  }
  .activity-head h2{
      font-size: 1.5em;
  }
  .activity-list{
    margin-bottom: 2em;
  }
}
@media(min-width: 768px) and (max-width: 1199px){
  .activity-head {
    padding: 0 6em;
  }
  .activity-icon {
    width: 100%;
  }
  .activity-details {
    width: 100%;
  }
}

/*------------------------------------------------
  Section-quote style
---------------------------------------------*/
.quote-section{
  background: url(../img/quote-bg.jpg)no-repeat scroll center 0;
  height:400px;
}
.quote{
  padding: 7em 20em;
  text-align: center; 
}
.quote h2{
  color:#ffffff;
  line-height: 2em;
}
.quote p{
  color:#ffffff;
}
.quote a{
  font-size: 1.2rem;
  line-height: 2.5em;
  padding: 4px 2.5em;
}

@media(max-width: 767px){
  .quote{
    padding: 5em 0em; 
  }
}
@media(min-width: 768px) and (max-width: 1199px){
  .quote{
    padding: 5em 10em; 
  }
}

/*------------------------------------------------
 our-clients-section
-------------------------------------------------*/
.our-clients-carousel{
  padding: 10px 10px;
  text-align: center;
}
.our-clients-carousel h2{
  font-weight:400;
  color:#888888;
  padding-bottom: 1.3em;
  line-height: 1.5em;
}


/*------------------------------------------------
 footer-top style
-----------------------------------------------*/
.footer-top{

  padding: 3em 0;
  border-top:1px solid rgba(0,0,0, .05);
  border-left: 0;
  border-right: 0;
}
.footer-top p, 
address{
  font-size: .9rem;
}
.footer-logo img{
    padding-top: .5em;
    margin-bottom: 1em;
    width: 70%;
}
.footer-top h4{
    color: #888;
    margin-bottom: 1.5em;
}
.news .date{
color:#dddddd;
}
.news li{
    margin-bottom: 1em;
}
.news p{
  margin:0;
  line-height: 1.5em;
}
.responsability ul li{
  margin:0 0 .3em 0;
  position:relative;
}
.responsability ul li::before{
  content: "\f105" ;
  font-family: fontAwesome;
  position: absolute;
  left:0;
  color:#e90800;
}
.responsability li a{
  font-size: .9rem;
  color:#888; 
  padding-left: 1em; 
}
.responsability li a:hover{
  color:#e90800;
}
.contact-us span{
  display:block;
  font-weight:700;
  line-height: 2em;
}
.contact-us a{
  color:#888888;
}
.contact-us a:hover{
  color:#e90800;
}

/*------------------------------------------------
 footer style
-----------------------------------------------*/
.footer{
  padding-bottom: 4em;
  border-top: 1px solid #ccc;
}
.footer-social{
  text-align: right;
  line-height: 2;
}
.footer-social p, .footer-social ul{display: inline-block;}

@media(max-width: 767px){
  .footer-social {
    text-align: left;
  }
  .contact-us{
    margin-top:2em;
  }
}
@media(min-width: 600px) and (max-width: 767px){
  .footer-logo, 
  .news, 
  .responsability, 
  .contact-us{
    width: 50%;
    float:left;
    min-height: 212px;
  }
  .contact-us{
    margin-top:0em;
  }
}


/*--------------------------------------------------
  breadcrumb-area
-----------------------------------------------*/
.breadcrumb-area{
  background: #1f7926;
}
.page-title h2{
  color: #ffffff;
  font-size: 1.786rem;
  font-weight:700;
  text-transform: uppercase;
  padding: 1em 0 .3em 0;
}
.breadcrumb{
  background: transparent;
  padding: 0;
}
.breadcrumb a, 
.breadcrumb>.active{
  color: #ffffff;
}

/*---------------------------------------------
  history-details
---------------------------------------*/
.history{
  padding:3em 0;
}
.history h3{
  margin-bottom: 1em;
  text-transform: uppercase;
}
.history-details2{
    margin-top: 30px;
    display: inline-block;
}
.history-details li, .history-details2 li{
    text-align: left;
}
.history-details img{
  width:25%;
  float:left;
  margin:.5em 2.5em 0 0;
}
.history-details ul li a {
    cursor: pointer;
}
h4.panel-title{text-align: left;}

.history-details p{
  margin:0 0 1em ;
}
.history-details ul i.fa{
    font-weight: bold;
    color: #e90800;
    font-size: 16px;
    padding-right: 10px;
}
.padding-left-30{padding-left:30px;}
.margin-top-10{
    margin-top: 10px;
}
.margin-top-20{
    margin-top: 20px;
}
.socialmenu {
    position: fixed;
    width: 60px;
    bottom: 12%;
    right: 0px;
}
.socialmenu .nav-item {
    text-align: center;
    float: none;
    padding: 10px;
}
.socialmenu a {
    color: #238023;
    margin-top: 40px;
}
.socialmenu a:hover{color: #e90800;}
.socialmenu .fa-facebook, .socialmenu .fa-twitter,.socialmenu  .fa-youtube-play,.socialmenu .fa-instagram,.socialmenu .fa-linkedin {
    font-size: 30px;
}
/*----------------------------------------------
 company-focus style
--------------------------------------------*/
.company-focus{
  overflow: hidden;
  padding: 5em 0;
  border:1px solid rgba(0,0,0, .05);
  border-left: 0;
  border-right: 0; 
}
.company-focus h3{
  margin-bottom: 1em;
  text-transform: uppercase;  
}

@media(max-width: 991px){
  .company-mision{
    margin-bottom: 5em;
  }
}


/*--------------------------------------------------
  Service style
-------------------------------------------------*/
.residential-plumb{
  overflow: hidden;
  padding: 5em 0;
}
.residential-plumb h2, 
.commercial-plumb h2{
  margin-bottom: 1.5em;
  padding-left: .5em;
  text-transform: uppercase;
}
.residential-plumb .service-description p,
.commercial-plumb .service-description p{
  color:#ffffff;
  opacity: 0;
  visibility: hidden;
  margin-bottom: -12em;
  -webkit-transition : all 0.3s ease 0s;
  -moz-transition    : all 0.3s ease 0s;
  -o-transition      : all 0.3s ease 0s;
  transition         : all 0.3s ease 0s;
}
.residential-plumb .service-item:hover p,
.commercial-plumb .service-item:hover p{
    opacity: 1;
    visibility: visible;
    margin-bottom: 0;
}
.residential-plumb .service-description,
.commercial-plumb .service-description{
  padding: 5.2em 1.5em 1.5em 1.8em;
  bottom: 1.5em;
}
.service-description h2{
  visibility: visible;
  opacity: 1;
}
.residential-plumb .service-description a,
.commercial-plumb .service-description a{
  visibility: hidden;
  opacity: 0;
  color:#666666;
  text-transform: uppercase;
  background: #ffffff;
  padding: 0.5em 0.857em;
  font-weight: 600;
  margin-top: 1em;
  display: inline-block;
}
.residential-plumb .service-item:hover .service-description a,
.commercial-plumb .service-item:hover .service-description a{
    opacity: 1;
    visibility: visible;
}
.residential-plumb .service-item:hover .service-description a:hover,
.commercial-plumb .service-item:hover .service-description a:hover{
  background: #3c4461;
  color:#ffffff;
  border-color: #3c4461;
}
.residential-plumb .service-item:hover .service-description,
.commercial-plumb .service-item:hover .service-description{
    border: 2px solid #ffffff;
    overflow: hidden;
    margin: 1.5em;
    opacity: 1;
    visibility: visible;
    bottom: 0;
    padding: 5.2em 0 1.5em 1.8em;
}
.commercial-plumb{
  overflow: hidden;
  padding: 5em 0;
  border:1px solid rgba(0,0,0, .05);
  border-left: 0;
  border-right: 0; 
}

@media(max-width: 480px){
  .residential-plumb h2, 
  .commercial-plumb h2{
    font-size: 1.7rem;
  }
  .residential-plumb .service-item:hover .service-description, 
  .commercial-plumb .service-item:hover .service-description {
    margin: 0.5em;;
    padding: 2.6em 0 0.5em 1em;
  }
}
@media(min-width:600px) and (max-width: 767px){
  .residential-plumb .service-item:hover .service-description, 
  .commercial-plumb .service-item:hover .service-description {
    margin: 4.5em;
    padding: 9.6em 2em 2.5em 2em;
  } 
}
@media(min-width:768px) and (max-width: 991px){
  .residential-plumb .service-item:hover .service-description, 
  .commercial-plumb .service-item:hover .service-description {
    padding: 4.5em 0 1.5em 0.8em;
  } 
    .main-nav li{margin: 12px 10px 14px 10px;}
}
@media(min-width:992px) and (max-width: 1199px){
  .residential-plumb .service-item:hover .service-description, 
  .commercial-plumb .service-item:hover .service-description {
    margin: 0.5em;
    padding: 1.6em 0 1.5em 1.8em;
  }
    section.header.sticky{
    padding: 0 90px;
}
}
@media (min-width:1199px){
    section.header.sticky{
    padding: 0 90px;
}
    .carousel-caption {
    bottom: 12em;
}
    .carousel-caption h1 {
    font-size: 2.5rem;
}
}

/*-----------------------------------------------------------
 Single-page style 
---------------------------------------------------------*/
.single-details{
  padding:5em 0;
  overflow: hidden;
}

@media(max-width: 991px){
  .single-thumb{
    width:100%;
    margin-bottom:4em;
    padding:0;
  }
  .single-content{
    width:100%;
  }
}

/*------------------------------------------------------
  Map area
-----------------------------------------------------*/
.map-head{
  padding-top: 5em;
}
.map-area{
    position:relative;
    padding-top:4.286em;
}
.map-canvas {
    height     : 300px;
}

/*------------------------------------------------------
  Contact Us
------------------------------------------------------*/
.form-section{
  overflow: hidden;
  padding: 5em 0;
  border-bottom:1px solid #e8e8e8;
}
.main-contact-form h4{
  text-transform: uppercase;
}
.main-contact-form p{
  margin-bottom: 4em;
}
.head-office{
  margin-bottom: 1.5em;
  border-bottom:1px solid #e8e8e8;
}
.office-location{
  margin-left: 4em;
}
.head-office h4,
.newyork-office h4{
  text-transform: uppercase;
  margin-bottom: 1.5em;
}
.main-contact-form input[type=text],
.main-contact-form input[type=email],
.main-contact-form input[type=tel]{
    width: 100%;
    line-height: 3em;
    padding: 0 1.5em;
    margin-bottom: 2.2em;
    border: 1px solid #e8e8e8;
}

#full-name{
  width: 48%;
  margin-right:1em;
}
#email{
  width: 48%;
  margin-left:.8em;
}
.main-contact-form input[type=submit]{
    margin-top: 2em;
    line-height: 2em;
    padding: 8px 30px;
    text-transform: uppercase;
    border: 1px solid #fdc132;
}

@media(max-width: 767px){
  #full-name, #email{
    width:100%;
    margin:0 0 2.2em 0;
  }
  .contact-us .get-in-Touch h4{
    margin-top:2.2em;
  }
  .office-location{
    margin: 3em  0 0;
  }
  .head-office{
    border-bottom:0;
  }
    .socialmenu .fa-facebook, .socialmenu .fa-twitter, .socialmenu .fa-youtube-play, .socialmenu .fa-instagram {
    font-size: 26px;
}
    .socialmenu{
        width: 40px;
        bottom: 8%;
    }
    .history-details img{
  width:100%;
  float:none;
 margin: 0 0 20px ;
}

}
@media(min-width: 768px) and (max-width: 1199px){
  #full-name, #email{
    width:100%;
    margin:0 0 2.2em 0;
  }
    
}
@media(max-width: 425px){
    .history h3{font-size: 18px;}
    .reiew-btn a{padding: 4px 5px!important;font-size: 12px;}
.reiew-btn a i {
    font-size: 16px !important;
    margin-left: 5px !important;}
}
.services{
    margin-top: 40px;
}
.service-detail{min-height: 180px;}
.right-arrow {
    padding: 0 12px;
    font-size: 25px;
}
.service_tab_1 .text, .service_tab_1 .text p, .service_tab_1 .text h3{
	color: #E90805 !important;
	text-align: center;
}


.folded-corner:hover .text,.folded-corner:hover .text p, .folded-corner:hover .text h3{
	visibility: visible;
	color: #fff !important;
}

ul.work-section{
    margin-top: 50px;
}
.Services-tab{
	margin:25px 0;
	

}

/*
  nav link items
*/
.folded-corner{
  padding: 25px 25px;
  position: relative;
  font-size: 90%;
  text-decoration: none;
  color: #999; 
  background: transparent;
  transition: all ease .5s;
  border: 1px solid #E90805;
}
.folded-corner:hover{
	background-color: #E90805;
}

/*
  paper fold corner
*/

.folded-corner:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-style: solid;
  border-width: 0 0px 0px 0;
  border-color: #ddd #000;
  transition: all ease .3s;
}

/*
  on li hover make paper fold larger
*/
.folded-corner:hover:before {
	background-color: #ffffff;
    border-width: 0 50px 50px 0;
    border-color: #1f7926 #ffffff;
}

.service_tab_1{
	background-color: #fff;
}

.service_tab_1:hover .fa-icon-image{
    color: #fff;
    transform: rotate(360deg) scale(1.5);
}


.fa-icon-image{
	color: #E90805;
	display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    font-size-adjust: none;
    font-stretch: normal;
    -moz-font-feature-settings: normal;
    -moz-font-language-override: normal;
    text-rendering: auto;
    transition: all .65s linear 0s;
    text-align: center;
    transition: all 1s cubic-bezier(.99,.82,.11,1.41);
}

.service_tab_1 .text h3{
    min-height: 55px;
}


.scroll-top-wrapper {
    position: fixed;
    opacity: 0;
    visibility: hidden;
	overflow: hidden;
	text-align: center;
	z-index: 99999999;
    background-color: #000000;
    color: #eeeeee;
    width: 40px;
    height: 38px;
    line-height: 36px;
    right: 20px;
    bottom: 20px;
	padding-top: 2px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.scroll-top-wrapper:hover {
	background-color: #888888;
}
.scroll-top-wrapper.show {
    visibility:visible;
    cursor:pointer;
	opacity: 1.0;
}
.scroll-top-wrapper i.fa {
	line-height: inherit;
}


/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
border-bottom: 1px solid #ececec;
}


/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 102px;
}
section.header.sticky .header-top{
    padding-top: 0;
        padding-bottom:0;
}

.form-control{
    border-color: #000 !important;
}

.services .panel-default>.panel-heading {
    color: #1f7926;
    background-color: #ffffff;
    border-color: #e90800;
    border-radius: 3px;
    padding: 15px 15px;
}

.services .panel-default{
    
     border-color: #e90800;
    margin: 30px 0;
}






.services .panel-default>.panel-heading+.panel-collapse>.panel-body {
    border-top-color: #e90800;
        color: #1f7926;
}

.service-section ul.service-list{
    display: block
}
.service-section ul.service-list li{
    font-size: 16px !important;
    display: block;
    text-align: left;
    padding: 5px !important;
    border: none;
    color: #1f7926;
}
.service-section ul.service-list li.pic img {
    display: inline-block;
    float: left;
    width: 50%;
    padding: 5px;
}
.services .panel-default img{
    width: 100%;
}
.service-section ul.service-list li.pic{ display: inline-block;}


.main-timeline2{padding-top:50px;overflow:visible;position:relative}
.main-timeline2:before{content:"";width:7px;height:100%;background:#E90806;margin:0 auto;position:absolute;top:80px;left:0;right:0}
.main-timeline2 .timeline{width:50%;float:left;padding:20px 60px;border-top:7px solid #E90806;border-right:7px solid #E90806;border-radius:0 30px 0 0;position:relative;right:-3.5px}
.main-timeline2 .icon{display:block;width:50px;height:50px;line-height:50px;border-radius:50%;background:#1f7926;border:1px solid #fff;text-align:center;font-size:25px;color:#fff;box-shadow:0 0 0 2px #1f7926;position:absolute;top:-30px;left:0}
.main-timeline2 .timeline-content{display:block;padding:30px 10px 10px;border-radius:20px;background:#1f7926;color:#fff;position:relative}
.main-timeline2 .timeline-content:hover{text-decoration:none;color:#fff}
.main-timeline2 .timeline-content:after,.main-timeline2 .timeline-content:before{content:"";display:block;width:10px;height:50px;border-radius:10px;background:#1f7926;border:1px solid #fff;position:absolute;top:-35px;left:50px}
.main-timeline2 .timeline-content:after{left:auto;right:50px}
.main-timeline2 .title{font-size:24px;margin:0;color:#fff;}
.main-timeline2 .description{font-size:15px;letter-spacing:1px;margin:0 0 5px;color:#fff;}
.main-timeline2 .timeline:nth-child(2n){border-right:none;border-left:7px solid #E90806;border-radius:30px 0 0;right:auto;left:-3.5px}
.main-timeline2 .timeline:nth-child(2n) .icon{left:auto;right:0;box-shadow:0 0 0 2px #1f7926}
.main-timeline2 .timeline:nth-child(2){margin-top:130px}
.main-timeline2 .timeline:nth-child(odd){margin:-130px 0 30px}
.main-timeline2 .timeline:nth-child(even){margin-bottom:80px}
.main-timeline2 .timeline:first-child,.main-timeline2 .timeline:last-child:nth-child(even){margin:0 0 30px}
.main-timeline2 .timeline:nth-child(2n) .icon,.main-timeline2 .timeline:nth-child(2n) .timeline-content,.main-timeline2 .timeline:nth-child(2n) .timeline-content:after,.main-timeline2 .timeline:nth-child(2n) .timeline-content:before{background:#1f7926}
.main-timeline2 .timeline:nth-child(3n) .icon,.main-timeline2 .timeline:nth-child(3n) .timeline-content,.main-timeline2 .timeline:nth-child(3n) .timeline-content:after,.main-timeline2 .timeline:nth-child(3n) .timeline-content:before{background:#1f7926}
.main-timeline2 .timeline:nth-child(3n) .icon{box-shadow:0 0 0 2px #1f7926}
.main-timeline2 .timeline:nth-child(4n) .icon,.main-timeline2 .timeline:nth-child(4n) .timeline-content,.main-timeline2 .timeline:nth-child(4n) .timeline-content:after,.main-timeline2 .timeline:nth-child(4n) .timeline-content:before{background:#1f7926}
.main-timeline2 .timeline:nth-child(4n) .icon{box-shadow:0 0 0 2px #1f7926}
@media only screen and (max-width:767px){.main-timeline2:before{left:0;right:auto}
.main-timeline2 .timeline,.main-timeline2 .timeline:nth-child(even),.main-timeline2 .timeline:nth-child(odd){width:100%;float:none;padding:20px 30px;margin:0 0 30px;border-right:none;border-left:7px solid #E90806;border-radius:30px 0 0;right:auto;left:0}
.main-timeline2 .icon{left:auto;right:0}
}
@media only screen and (max-width:480px){.main-timeline2 .title{font-size:18px}
}


#testimonial{
   padding:80px 0px;
}

#testimonial .fa.fa-quote-right{
	color:#E90806;
	font-size:30px;
}

#testimonial  p{
    font-family: 'Raleway', sans-serif;
    margin-bottom:20px;
    margin-top:20px;
}

#testimonial img{
    width: 150px; 
    height: 150px; 
    margin: 0 auto;
    border-radius: 50%;
    border: 1px solid #E90806; 
}

#testimonial .carousel-indicators  li {
    background-color: #E90806;
    height: 13px;
    width: 13px;
    margin: 5px;
}

#testimonial .carousel-indicators li.active {
    background-color: #888383;
}

#testimonial .carousel-indicators {
    bottom: -50px;
}
.c-right{text-align: right;}
.footer p{margin: 5px 0;}
.reiew-btn a i {
    font-size: 20px;
    margin-left: 10px;
}
.history-details a {
    color: #919191;
}
.office-mail {
    padding-left: 1rem;
    margin-bottom: 3rem;
}
.reiew-btn a {
    background: #e90800;
    color: #ffffff;
    text-transform: uppercase;
    padding: 4px 18px;
    border-radius: 0;
    display: inline-block;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.reiew-btn a:hover{
    background: #1f7926;
    color: #ffffff;
    border-color: #1f7926 !important;
}