* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.owl-carousel {
    width: 100%;
    height: 100vh;
}

.slide {
    width: 100%;
    height: 100vh;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.slide::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.5);
}

.slide-1 {
    background-image: url(../img/bg-1.jpg);
}

.slide-2 {
    background-image: url(../img/bg-2.jpg);
}

.slide-3 {
    background-image: url(../img/bg-3.jpg);
}

.slide-content {
    text-align: left;
    position: absolute;
    top: 35%;
    right: 10%;

    transform: translateY(-40%);
    color: #fff;
    padding: 0 20% 0 10%;
}

.slide-content h1 {
    font-size: 75px;
    margin-bottom: 25px;
}

.slide-content p {

    font-size: 18px;
    margin: 60px 0px;
}

.slide-content button {
    
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bolder;
    padding: 10px 25px;
    border: none;
    background-color: #fe1a19;
}

.owl-dots {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 1%;
}

.owl-dots span {
    width: 20px !important;
    height: 20px !important;
}

.owl-dots button {
    border: none !important;
    outline: none !important;
}

.owl-nav button {
    border: none !important;
    outline: none !important;
}

.owl-prev, .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff !important;
    font-size: 65px !important;
    font-weight: bolder !important;
    background: none !important;
}

.owl-prev {
    left: 1%;
}

.owl-next {
    right: 1%;
}

.section {
    margin: 20px 0px;
}

hr {
    border-top: 3px solid #fe1a19 !important;
}

.home-heading-text {
    margin-left: 13px;
}

.home-heading-text-1 {
    margin-left: 13px;
    color: #fe1a19 !important;
}

.gray-box {
    background: #f5f5f5;
    height: 100%;
    padding:11%;
    text-align: left;
}

.gray-box-t {
  background: #f5f5f5;
  height: 400px;
  padding:11%;
  text-align: left;
}

.gray-box-contact {
  background: #ffffff;
  height: 100%;
  padding: 2% 20%;
  text-align: left;
}

.gray-box h1 {
    font-size: 50px !important;
    letter-spacing: 2px !important;
    margin-bottom: 50px;
}

.gray-box-odd {
  background: #f5f5f5;
  height: 100%;
  padding: 9%;
  text-align: left;
  }
  .top-1{
    top: 25px;
    right:35px;
  }
  @media only screen and (max-width: 600px){
    .top-1{
      top: -30px;
      
    }
  }
  .top-2{
    left: 14px;
    z-index: -1;
  }

.overlapping {
    right: 50px;
    top: 0px;
    z-index: -1;
}
.overlapping-re {
  left: 10px;
  top: 0px;
  z-index: -1;
}


#owl-demo .item {

    background: #f5f5f5;
    margin: 5px;
    
    float: left;
    color: #222;
    height: 255px;
    width: 266px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}

/*@media only screen and (max-width: 600px) {
    #owl-demo .item {
        margin-left: 75px;
        padding: 5px;
        background: #f5f5f5;
        color: #222;
        height: 215px;
        width: 215px;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        text-align: center;
    }
}
*/
nav .fa {
  color: #222 !important;
  font-size: 40px !important;
  margin-top: 25px !important;
}

/* counter */

.column {
    /* box toward left of the window screen */
    float: left;
    /*divide each counter box in equal size*/
    /* 4 counters of 25% of screen size*/
    width: 25%;
    /*spacing between each box */
    padding: 4px;
}

@media screen and (max-width: 900px){ 
    .column{
        width: 50%;
    }
    }

 @media screen and (max-width: 600px){ 
    .column{
        width: 100%;
    }
    }
.row {
    /* Specify the margin for the row class */
    margin: 3px;
}

/* Style the class named block*/
.block {
    padding: 10px;
    text-align: center;
    background-color: #f5f5f5;
    color: #fe1a19;
}

/* Provide styling for when mouse will move over the counter*/
.block:hover {
    transform: scale(1.1);
    background-color: #fe1a19;
    transition-duration: 2s;
    color: white;
}

.block p {
    font-size: 28px;
    font-weight: 600;
}

.block h3 {
    font-size: 28px;
    font-weight: 600;
}


.highlight {
    background-color: #febcbd;
    color: #fe1a19;
}

.badge {
    margin-top: 20px;
    background-color: #fe1a19 !important;
    width: 175px;
    height: 50px;
    text-align: left !important;
    font-size: 17px !important;
    border-radius: 25px !important;
    padding: 16px 0px 0px 25px !important;
}

.icon-button {
    font-size: 20px !important;
    color: #f5f5f5 !important;
    margin: 10px 10px !important;
}

#section1 .badge {
    background-color: #fff !important;
    width: 175px;
    height: 50px;
    color: #fe1a19;
    text-align: left !important;
    font-size: 17px !important;
    border-radius: 25px !important;
    padding: 16px 0px 0px 25px;
}

.gray-box h1.h1-new {
    font-size: 35px !important;
    letter-spacing: 1.2px !important;
    margin-bottom: 15px;
}

.gray-box-what-1 {
    background: #f5f5f5;
    height: 400px;
    padding: 9%;
    text-align: left;
}

.gray-box-what{
    background: #f5f5f5;
    height: 400px;
    padding: 7% !important;
    text-align: left;
}


/*nav*/
.wrapper-pn{
    background: #f5f5f5;
    position: fixed;
    width: 100%;
    z-index: 999;
    
    
  }
  .wrapper-pn nav{
    position: relative;
    display: flex;
    
    margin: 0px 50px;
    margin: 0 auto;
    height: 70px;
    align-items: center;
    justify-content: space-between;
    align-items: center;
  }
  nav .content{
    display: flex;
    align-items: center;
  }
  nav .content .links{
  float: right;
    margin-right: 175px;
    display: flex;
   
  }
  .content .logo a{
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    margin-left: 50px !important;   
  }
  .content .links li{
    list-style: none;
    line-height: 70px;
  }
  .content .links li a,
  .content .links li label{
    color: #222;
    font-size: 18px;
    font-weight: 500;
    padding: 9px 17px;
    border-radius: 5px;
    transition: all 0.3s ease;
  }
  .content .links li label{
    display: none;
  }
  .content .links li a:hover,
  .content .links li label:hover{
    background: #f5f5f5;
  }
  .wrapper-pn .search-icon,
  .wrapper-pn .menu-icon{
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    line-height: 70px;
    width: 70px;
    text-align: center;
  }
  .wrapper-pn .menu-icon{
    display: none;
  }
  .wrapper-pn #show-search:checked ~ .search-icon i::before{
    content: "\f00d";
  }
  .wrapper-pn .search-box{
    position: absolute;
    height: 100%;
    max-width: calc(100% - 50px);
    width: 100%;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s ease;
  }
  .wrapper-pn #show-search:checked ~ .search-box{
    opacity: 1;
    pointer-events: auto;
  }
  .search-box input{
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    font-size: 17px;
    color: #fff;
    background: #171c24;
    padding: 0 100px 0 15px;
  }
  .search-box input::placeholder{
    color: #f2f2f2;
  }
  .search-box .go-icon{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    line-height: 60px;
    width: 70px;
    background: #171c24;
    border: none;
    outline: none;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
  }
  .wrapper-pn input[type="checkbox"]{
    display: none;
  }
  /* Dropdown Menu code start */
  .content .links ul{
    position: absolute;
    background: #f5f5f5;
    top: 80px;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
  }
  .content .links li:hover > ul{
    top: 70px;
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease;
  }
  .content .links ul li a{
    display: block;
    width: 100%;
    line-height: 30px;
    border-radius: 0px!important;
  }
  .content .links ul ul{
    position: absolute;
    top: 0;
    right: calc(-100% + 8px);
  }
  .content .links ul li{
    position: relative;
  }
  .content .links ul li:hover ul{
    top: 0;
  }
  /* Responsive code start */
  @media screen and (max-width: 1250px){
    .wrapper-pn nav{
      max-width: 100%;
      padding: 0 20px;
    }
    nav .content .links{
      margin-left: 30px;
    }
    .content .links li a{
      padding: 8px 13px;
    }
    .wrapper-pn .search-box{
      max-width: calc(100% - 100px);
    }
    .wrapper-pn .search-box input{
      padding: 0 100px 0 15px;
    }
  }
  @media screen and (max-width: 900px){
    .wrapper-pn .menu-icon{
      display: block;
    }
    .wrapper-pn #show-menu:checked ~ .menu-icon i::before{
      content: "\f00d";
    }
    nav .content .links{
      display: block;
      position: fixed;
      background: #f5f5f5;
      height: 100%;
      width: 100%;
      top: 70px;
      left: -100%;
      margin-left: 0;
      max-width: 350px;
      overflow-y: auto;
      padding-bottom: 100px;
      transition: all 0.3s ease;
    }
    nav #show-menu:checked ~ .content .links{
      left: 0%;
     
    }
    .content .links li{
      margin: 15px 20px;
    }
    .content .links li a,
    .content .links li label{
      line-height: 40px;
      font-size: 20px;
      display: block;
      padding: 8px 18px;
      cursor: pointer;
    }
    .content .links li a.desktop-link{
      display: none;
    }
    /* dropdown responsive code start */
    .content .links ul,
    .content .links ul ul{
      position: static;
      opacity: 1;
      visibility: visible;
      background: none;
      max-height: 0px;
      overflow: hidden;
    }
    .content .links #show-features:checked ~ ul,
    .content .links #show-services:checked ~ ul,
    .content .links #show-items:checked ~ ul{
      max-height: 100vh;
    }
    .content .links ul li{
      margin: 7px 20px;
    }
    .content .links ul li a{
      font-size: 18px;
      line-height: 30px;
      border-radius: 5px!important;
    }
  }
  @media screen and (max-width: 400px){
    .wrapper-pn nav{
      padding: 0 10px;
    }
    .content .logo a{
      font-size: 27px;
    }
    .wrapper-pn .search-box{
      max-width: calc(100% - 70px);
    }
    .wrapper-pn .search-box .go-icon{
      width: 30px;
      right: 0;
    }
    .wrapper-pn .search-box input{
      padding-right: 30px;
    }
  }
  .dummy-text{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    z-index: -1;
    padding: 0 20px;
    text-align: center;
    transform: translate(-50%, -50%);
  }
  .dummy-text h2{
    font-size: 45px;
    margin: 5px 0;
  }

  .logo{
      margin-left: 135px !important;
  }
  @media screen and (max-width: 600px){
    .logo{
      margin-left: 22px !important;
    }
  }
/*footer*/
.li-a-text-color{
  color: #f5f5f5 !important;s
  line-height: 2.5 !important;  
}
.padding-left{
  padding-left: 25px;
}

.footer{
  background: #222;
  color:white;
 /* margin-top: 5%; */
  padding-top: 2%;
  float: clear;
  align-items: center;
  
  
  
  .links{
    ul {list-style-type: none;}
    li a{
      color: #fe1a19;
      transition: color .2s;
      &:hover{
        text-decoration:none;
        color:#4180CB;
        }
    }
  }  
  .about-company{
    i{font-size: 25px;}
    a{
      color:white;
      transition: color .2s;
      &:hover{color:#4180CB}
    }
  } 
  .location{
    i{font-size: 18px;}
  }
  .copyright p{border-top:1px solid rgba(255,255,255,.1);} 
}

.links ul li{
    color: #fe1a19 !important;
    margin-left: 13px;
    line-height:2.5;

}

footer .about-company .fa{
  font-size: 20px !important;
  margin: 1%;
  color: #f5f5f5;
}
.bg-red{
  background-color: #fe1a19;
  padding: 15px;
}

footer  .fa{
  font-size: 20px !important;
  margin-right: 10px;
  color: #fe1a19;
}

footer hr{
  
    border-top: 1px solid #f5f5f5 !important;
    width:100%;
    margin-left:0;

}

/*contact from*/

.wpcf7-textarea{
  height: 50px !important;
  width: 104%;
  border: none;
  border-bottom: 0.5px solid #898a8b;
  background-color: #ffffff;
}
.wpcf7-email{
  height: 30px;
width: 100%;
border: none;
  border-bottom: 0.5px solid #898a8b;
  background-color: #ffffff;
}
.wpcf7-text{
  height: 30px;
  width: 100%;
  border: none;
  border-bottom: 0.5px solid #898a8b;
  background-color: #ffffff;
}
.wpcf7-submit{
  font-family: 'Times New Roman', Times, serif;
  
  background-color: #fe1a19 !important;
  width: 130px;
  height: 50px;
  text-align: left !important;
  font-size: 17px !important;
  border-radius: 25px !important;
  padding: 0px 0px 0px 36px !important;
  border: none;
  color: #f5f5f5;
}

#btn-hello{
  background-color: #fe1a19 !important;
    width: 175px;
    height: 50px;
    text-align: left !important;
    font-size: 17px !important;
    border-radius: 25px !important;
    padding: 13px 30px;
    color: #ffffff;
    text-decoration: none;
}
@media screen and (max-width: 600px){
  #btn-hello{
    background-color: #fe1a19 !important;
    width: 125px;
    height: 48px;
    text-align: left !important;
    font-size: 17px !important;
    border-radius: 25px !important;
    padding: 5px 18px;
    color: #ffffff;
    text-decoration: none;
  }
}

