body {
    font-family:'Poppins';
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff;
}
a
{
	color: inherit;
	text-decoration: none;
}

a:hover
{color: inherit;
	text-decoration: none;
	transition: all .6s;
	text-decoration: none;
}

h1,h2,h3,h4,h5,h6,ul,li{
	margin:0;
}
h1{
    font-size:55px;
    font-weight: 600;
}
h2{
      font-size:45px;
    font-weight: 600;  
}
p{
	margin:0;
    line-height: 1.6em;
}
.img-fluid{
    display:block;
}

.hd-social li{
    display: inline-block;
    margin: 0 3px;
}
.hd-social{
    text-align: right;
}
.hd-top{
    background: #ff6501;
        padding: 6px 0;
    color: #fff;
}
.hd-social i{
    width: 25px;
    height: 25px;
    line-height: 26px !important;
    text-align: center;
    background: #fff;
    border-radius: 50%;
        color: #000;
    transition: 0.5s;
}
.hd-social i:hover{
    background: #1c1c1c;
    color: #fff;
}
.hd-mbl a{
    font-size: 19px;
    font-weight: 600;
}
.hd-mbl{
        font-size: 16px;
}
.hd-mbl i{
    font-size: 25px;
}
.navbar-dark{
    background: #fff0!important;
    border: none;
    width: 100%;
}
.navbar-dark .ml-auto li a{
    color:#000; 
    transition: 0.5s;
    text-transform: uppercase;
    padding: 10px 27px;
}
.navbar-dark .ml-auto li a:hover{
    background:#ff6501;
    color: #fff;
}
@media (min-width: 768px){
.ml-auto li a {
    padding-right:1.7rem;
    padding-left:1.7rem;
}
}
.nav-call-cart{
    display: none;
}
.nav-call-cart li{
    display: inline-block;
    padding-left: 2px;
    padding-right: 2px;
}
.nav-call-cart i{
    width: 35px;
    height: 35px;
    text-align: center;
    background:#1c1c1c;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 35px;
    font-size:16px;
}



.header-start{
    background-image: url(../image/header.jpg);
    background-position: center;
    background-size: cover;
    padding-bottom: 110px;
    padding-top:110px;
    border-top:1px solid #ff6501;
    border-bottom:1px solid #ff6501;
    position: relative;
}
.header-caption h1{
    text-transform: uppercase;
    color: #ff6501;
    font-size: 55px;
    margin-bottom: 10px;
    font-weight: 600;
}
.header-caption h2{
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 20px;
}
.header-caption a{
    padding: 15px 50px;
    background:#ff6501;
    color: #fff;
    text-transform: uppercase;
}
.hdr-btm {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: -38px;
}




/*

header-bottom-section*/
.header-bottom-section{
    padding-top: 130px;
    padding-bottom: 80px;
    position: relative;
    margin-bottom:40px;
}
.table-style-img{
    width: 90%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.hd-bttm-hd{
    text-align: center;
    margin-bottom: 40px;
}
.hd-bttm-hd h2{
    margin-bottom:10px;
    text-transform: uppercase;
}

.srv-box1{
    border: 2px solid #ff6501;
    padding: 40px 20px;
    text-align: center;
}
.srv-icon{
    margin: 0 auto;
    background:#ff6501;
    padding: 20px;
    margin-bottom:30px;
}


.srv-box1 h3{
    font-weight: 600;
    color:#ff6501;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.srv-box1 h3::after{
    width: 60%;
    height: 2px;
    background: #1c1c1c;
    position: absolute;
    content: ' ';
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
}
.srv-box1 p{
    font-weight:500;
}

.srv-icon-box{
    position: relative;
}
.srv-icon-box::after{
    position: absolute;
    content: ' ';
          width: 0;
      height: 0;
      border-left: 10px solid transparent;
      border-right: 10px solid transparent;
      border-top: 15px solid #ff6501;
    bottom:-14px;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.srv-bttm-box{
    margin-top:60px;
    padding-bottom: 60px;
    border-bottom: 1px solid #807f82;
}

.srv-box-btn {
    text-align: right;
}

.srv-bttm-box2{
    margin-top:40px;
    margin-bottom: 40px;
    text-align: center;
}
.srv-bttm-box2 ul li{
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
}
.srv-bttm-box2 p{
    margin-bottom:40px;
}
.srv-last-btn1{
        padding:15px 40px;
    background:#ff6501;
    color: #fff;
}
.srv-last-btn2{
        padding:15px 40px;
    border: 1px solid #1c1c1c;
    color: #1c1c1c;
}

/*================= about-us =================*/


.about-us{
    background: url(../image/about-back.jpg) no-repeat;
    background-size: cover;
    padding: 80px 0;
    color: #fff;
}


.abt-hd{
    text-align: center;
    padding-bottom: 50px;
}
.abt-hd h2{
    text-transform: uppercase;
    padding-bottom: 6px;
}
.main-about p{
    padding-bottom: 20px;
}


/*================= about-us end=================*/



/*================== price ===================*/

.prc-hd{
    text-align: center;
    padding-bottom: 40px;
}
.prc-hd h2{
    text-transform: uppercase;
    padding-bottom: 3px;
}
.price-sec{
        padding: 95px 0;
}
.prc-hd-top{
    background: #1c1c1c;
    padding: 10px;
    width: 50%;
    margin: 0 auto;
}
.price{
        border: 1px solid #565656;
    text-align: center;
}
.prc-p1{
        padding: 13px 0;
    font-weight: 500;
        font-size: 17px;
}
.prc-tag{
        background: #ff6501;
    font-size: 37px;
    font-weight: 600;
    color: #fff;
    position: relative;
}
.prc-tag::after {
    content: '';
    background: #ff6501;
    height: 59px;
    position: absolute;
    top: 0;
    left: -5px;
    width: 8px;
}
.prc-tag::before {
    content: '';
    background: #ff6501;
    height: 59px;
    position: absolute;
    top: 0;
    right: -5px;
    width: 8px;
}
.prc-p2{
        padding: 32px 40px;
    font-weight: 500;
}


/* Shutter Out Horizontal */
.hvr-shutter-out-horizontal {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
   padding: 14px 45px;
    text-transform: uppercase;
    background: #ff6501;
    color: #fff;
    font-weight: 600;
    border-radius: 4px;
    font-size: 16px;
    border: 1px solid #fff;
}
.hvr-shutter-out-horizontal:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #1c1c1c;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
    border-radius: 4px;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-out-horizontal:hover, .hvr-shutter-out-horizontal:focus, .hvr-shutter-out-horizontal:active {
  color: white;
}
.hvr-shutter-out-horizontal:hover:before, .hvr-shutter-out-horizontal:focus:before, .hvr-shutter-out-horizontal:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}



/* Shutter Out Horizontal */
.hvr-shutter-out-horizontal1 {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  background: #e1e1e1;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
   padding: 14px 45px;
    text-transform: uppercase;
    background: #fff;
    color: #1c1c1c;
    font-weight: 600;
    border-radius: 4px;
    border: 1px solid #1c1c1c;
    font-size: 16px;
}
.hvr-shutter-out-horizontal1:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #ff6501;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
    border-radius: 4px;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-shutter-out-horizontal1:hover, .hvr-shutter-out-horizontal1:focus, .hvr-shutter-out-horizontal1:active {
  color: white;
}
.hvr-shutter-out-horizontal1:hover:before, .hvr-shutter-out-horizontal1:focus:before, .hvr-shutter-out-horizontal1:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.abt-btn li{
    display: inline-block;
    margin: 0 4px;
}

.prc-btn{
 margin-bottom: 40px;   
}
.abt{
padding-top: 20px;}

/*================== price end===================*/



/*============== footer =================*/

.footer{
    background: #1c1c1c;
    padding: 68px 0 45px;
    border-top: 7px solid #ff6501;
}
.ft-h4{
    color: #ff6501;
    padding-bottom: 10px;
}
.ft-adrs{
        margin-left: 39px;
       margin-top: -29px;
    margin-bottom: 8px;
        color: #e6e6e6;
        margin-right: 60px;
}
.ft-cntct{
     color: #e6e6e6;
    line-height: 42px;
}
.ft-cntct-icon{
        width: 30px;
    height: 30px;
    line-height: 30px !important;
    text-align: center;
    background: #484848;
    border-radius: 50%;
    color: #fff;
}
.ft-nav {
    color: #e6e6e6;
    line-height: 30px;
}
.ft-nav li{
    transition: 0.4s;
}
.ft-nav li:hover{
    color: #ff6501;
}
.foot-social{
    padding-top: 10px;
}
.foot-social li{
       width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: #fff;
    color: #000;
    border-radius: 50%;
    display: inline-block;
    margin: 0 3px;
    transition: 0.5s;
}
.foot-social li:hover{
    background:#ff6501;
    color: #fff;
}
.prvcy-li li{
    display: inline-block;
}
.prvcy-li{
    text-align: right;
}
.copyright{
    padding-top: 48px;
        color: #fff;
}
.prvcy-li li{
    margin: 0 6px;
}
.prvcy-li a:hover{
    color:#ff6501; 
}
/*============== footer end=================*/

/*===================== contact-us-page =================*/


.contact-header-start {
    background: url(../image/contact/header.jpg) no-repeat;
    background-size: cover;
    padding: 125px 0;
    position: relative;
    border-top: 2px solid #ff6501;
    border-bottom: 2px solid #ff6501;
}


.cntct-hdr-btm {
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: -25px;
}
.cntct-header-caption h1{
    color: #fff;
}
.cntct-h2{
    color: #ff6501; 
    text-transform: uppercase;
        padding-bottom: 40px;
}
.contact-us-page{
    padding: 130px 0 84px;
}

.frm-cntrl{
   height: 1px;
    border: none;
    border-bottom: 1px solid #d8d8d8;
    border-radius: 0;
    transition: 0.7s;
    margin-bottom: 41px;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #929292;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0);
    height: 42px;
}
.cntct-adrs{
    padding-bottom: 30px;
}
.cntct-info h3{
    padding-bottom: 30px;
}
.cntct-adrs h5{
   color: #ff6501;
        padding-bottom: 3px;
}
.cntct-adrs p{
    font-size: 18px;
}
.cntct-frm-btn{
    background: #ff6501;
    color: #fff;
    height: 42px;
}
.cntct-frm-btn:focus{
    background: #1c1c1c;
    color: #fff;
}
/*===================== contact-us-page end=================*/


/*

inner-service-page
*/

.inner-service-page-hd{
    text-align: center;
}
.inner-service-page-hd h1{
    margin-bottom: 20px;
}
.inner-service-page-hd{
    border-top: 2px solid #ff6501;
    padding-top:60px;
    margin-bottom: 40px;
}
.inner-srv-box1 {
    background: #e3e1da;
    padding-bottom: 80px;
    padding-top: 80px;
}
.inner-srv-box1 h2{
    margin-bottom: 20px;
}
.inner-srv-box1 p{
    margin-bottom: 30px;
}

.inner-srv-box2{
    background: #fff0!important;
}


/*

inner-blog-start

*/
.inner-blog-start{
    padding-top:70px;
    padding-bottom: 70px;
    border-top: 2px solid #ff6501;
}
.inner-blog-start h2{
    margin-bottom: 40px;
    text-align: center;
}
.blog-img{
    width: 100%;
}

.inn-blg-box1{
    border: 1px solid #ff6501;  
    margin-bottom: 40px;
}

.inn-blg-caption {
    padding: 25px;
    background: #efefef;
    color: #464646;
}
.inn-blg-caption p {
    margin-top: 8px;
}

.blg-right-txt-box {
    padding: 25px;
    background: #e0e0e0;
    border: 1px solid #ff6501;  
}

.blg-right-txt-box .input-group-text{
    background-color:#ff6501;  
    color: #fff;
}

.blg-right-txt-box h4{
    margin-bottom: 20px;
    margin-top: 20px;
}
.blg-hd-hd li{
    margin-bottom: 15px;
    
}
.blg-hd-hd a{
    color:#ff6501;   
}

.cpsn-p {
    padding-top: 11px;
}