/*** 
=============================================
    Welcome Area style
=============================================
***/

hr {
    margin-top: 0px !important;
    margin-bottom: 10px !important;
  }


.welcome-area {
    padding-top: 50px;
    padding-bottom: 60px;
    position: relative;
    background: #ececec33;
    overflow: hidden;
}
.single-service-item {
    position: relative;
    margin-bottom: 80px;
}
.single-service-item .img-holder{
    display: block;
    overflow: hidden;
    position: relative;  
}
.single-service-item .img-holder img{
    -webkit-transition: all 0.7s ease;
    transition: all 0.7s ease;
    width: 100%;        
}
.single-service-item:hover .img-holder img{
    transform: scale(1.1);
}
.single-service-item .img-holder .overlay-style-one .box .content a i {
    border: 2px solid #222222;
    display: inline-block;
    width: 40px;
    height: 40px;
    font-size: 15px;
    color: #222222;
    line-height: 38px;
    transition: all 500ms ease;
}
.single-service-item:hover .img-holder .overlay-style-one{
    opacity: 1;
    -webkit-transform: perspective(400px) rotateX(0deg);
    -moz-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    -o-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);    
}
.single-service-item .img-holder .overlay-style-one .box .content a:hover i{
    background: #222222;
    color: #fff;
    border-color: #222222;
}
.single-service-item .text-holder {
    margin-left: 20px;
    margin-right: 20px;
    border: 1px solid #f4f4f4;
    position: relative;
    margin-top: -40px;
    background: #fff;
    display: block;
    padding: 25px 15px 11px;
}

.text-holder{
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
.single-service-item .text-holder:before {
    width: 100%;
    height: 3px;
    position: absolute;
    content: "";
    background: #45c4e9;
    left: 0;
    top: -1px;
}
.single-service-item .text-holder:after {
  width: 100%;
  height: 3px;
  position: absolute;
  content: "";
  background: #222222;
  left: 0;
  top: -1px;
  transform: scaleX(0);
  transition: .5s ease;
}
.single-service-item:hover .text-holder:after {
  transform: scaleY(1);
  transition: .5s ease;
}
.single-service-item .text-holder .title{
    color: #222222;
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    text-transform: capitalize;
    margin: 0 0 12px;
    transition: all 500ms ease;
}
.single-service-item .text-holder .title:hover{
    color: #45c4e9;
}
.single-service-item .text-holder p{ font-size: 15px !important; }

.sec-title h1{
        font-size: 34px;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 44px;
    position: relative;
    text-transform: capitalize;
    text-align: center;
    color: #e53935;
}

/*.sec-title > h1::before {
    background: #feed00 none repeat scroll 0 0;
    bottom: -22px;
    content: "";
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 70px;
}

.sec-title>h1 span {
    color: #e51f20;
}

.sec-title > h1::after {
    background: #4ccce7 none repeat scroll 0 0;
    bottom: -15px;
    content: "";
    height: 2px;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 120px;
}*/

.sec-title p {
    text-align: center;
    width: 60%;
    margin: 0 auto;
    margin-bottom: 64px !important;
}


/* Overlay styles  */
.overlay-style-one{
    position:absolute;
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    padding:0px;
    color:#ffffff;
    opacity:0;
    background: #4ccce7b0;
    -webkit-transform: perspective(400px) rotateX(-90deg);
    -moz-transform: perspective(400px) rotateX(-90deg);
    -ms-transform: perspective(400px) rotateX(-90deg);
    -o-transform: perspective(400px) rotateX(-90deg);
    transform: perspective(400px) rotateX(-90deg);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.overlay-style-one .box{
    display: table;
    height: 100%;
    width: 100%;    
}
.overlay-style-one .box .content{
    display: table-cell;
    text-align: center;
    vertical-align: middle;    
}

.single-service-item .text-holder {
    margin-left: 20px;
    margin-right: 20px;
    border: 1px solid #4ccce7;
    position: relative;
    margin-top: -40px;
    background: #fff;
    display: block;
    padding: 16px 10px 11px;
    height: 103px;
}
.single-service-item .text-holder:before {
    width: 100%;
    height: 3px;
    position: absolute;
    content: "";
    background: #4ccce7;
    left: 0;
    top: -1px;
}
.single-service-item .text-holder:after {
  width: 100%;
  height: 3px;
  position: absolute;
  content: "";
  background: #222222;
  left: 0;
  top: -1px;
  transform: scaleX(0);
  transition: .5s ease;
}
.single-service-item:hover .text-holder:after {
  transform: scaleY(1);
  transition: .5s ease;
}
.single-service-item .text-holder .title{
    color: #222222;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
    text-transform: capitalize;
    margin: 0 0 12px;
    transition: all 500ms ease;
}
.single-service-item .text-holder .title:hover{
    color: #4ccce7;
}
.single-service-item .text-holder p{

}



.prod-head h3.modtitle {
  position: relative;
  /*border-bottom: 3px solid;
  border-color: #00a0ef;*/
  font-size: 100%;
  padding: 0;
  margin: 0px 0px 30px 0px;
  height: 40px;
}
.prod-head h3.modtitle::before {
  content: "";
  /*border: 1px solid #4b2041;*/
  display: inline-block;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: -1;
  top: 3px;
  left: 0;
  right: 0;
}

.prod-head h3.modtitle > span {
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  position: relative;
  color: #fff;
  line-height: 40px;
  padding: 0 18px;
  background-color: #5e5870;
}
.prod-head h3.modtitle > span::before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0px;
  width: 0;
  height: 0;
  border-bottom: 40px solid #5e587080;
  right: -20px;
  border-right: 20px solid transparent;
}


.hyper-btn{
  margin-top: 40px;
  text-align: center;
}
.hyper-btn a{
  width: 100px;
  padding: 0;
  color: #fff;
  line-height: 48px;
  background-color: #e53935;
  /*border: 2px solid #e53935;*/
  display: inline-block;
  border-radius: 5px;
  text-transform: uppercase;
}
.hyper-btn a:hover{
  background-color: #000;
  color:#fff;
}

.abt-banner {
    background: url(../image/abt.jpg) no-repeat;
    padding: 150px 0;
    height: auto;
    margin-top: 130px;
    background-size: cover;
}

.about-text h2 {
    color: #fff;
    font-size: 30px;
    letter-spacing: 3px;
    font-weight: bold;
}


/*about us page*/

.aboutus{
  padding: 107px 0 100px 0;
}

.aboutus h1, .aboutus h2{
    text-transform: uppercase;
    font-weight: 700;
    color: #e53935;
    font-size: 28px;
    margin-bottom: 25px;
    line-height: 24px;
}

.about2{
  padding-top: 30px;
}

.aboutus strong{
  font-size: 16px;
  color: #000;
  padding-bottom: 10px;
  display: block;
}

.servpage{
  padding: 107px 0 100px 0;
}

.servpage h3{
    text-transform: uppercase;
    font-weight: 700;
    color: #e53935;
    font-size: 28px;
    margin-bottom: 25px;
    line-height: 24px;
}


.service-area {
    padding: 60px 0;
    text-align: center;
}

.service-head {
    margin-bottom: 30px;
}

.service-head h2 {
    text-transform: uppercase;
font-weight: 700;
color: #e53935;
font-size: 28px;
margin-bottom:65px;
line-height: 24px;
}

.serv-1 {
    box-shadow: 0px 0 6px 2px rgba(212,222,229,0.4);
    -webkit-box-shadow: 0px 0 6px 2px rgba(212,222,229,0.4);
    border: 1px solid #d4dee5;
    margin-bottom: 25px;
}

.serv-img {
    overflow: hidden;
}


.serv-img img {
    transition: all 0.4s;
}

.serv-content1 {
    padding: 10px;
    height: 80px;
}

.serv-content1 h3 {
    font-weight: 500;
    margin-top: 0px;
    cursor: pointer;
    margin-bottom: 6px;
    font-size: 20px;
    color: #000;
    padding-top: 10px;
}

.serv-1:hover .serv-img img {
    transform: scale(1.2);
}



.intool{
  padding: 100px 0;
}

.intool1{
  margin-bottom: 55px;
  background: #019fe8;
  border: 5px inset #000;
  box-shadow: 0 2px 8px 1px rgba(0, 0, 0, 0.52);
  color: #fff !important;
  font-size: 17px;
  text-align: center;
  padding: 10px 0;
}



.intool1:hover{
  background: #fff;
  border: 5px inset #fff;
  box-shadow: 0 2px 8px 1px rgba(0, 0, 0, 0.52);
  color: #000 !important;
  font-size: 17px;
}



