@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Kalam:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');
@font-face{
    font-family: Continuum Bold V2;
    src: url(../fonts/Continuum-Bold-V2.woff2) format("opentype");
}
@font-face{
    font-family: Corbel;
    src: url(../fonts/Corbel-Bold.ttf) format("opentype");
}
*{
    margin: 0;
    padding: 0;
    scroll-behavior: smooth;
}
html, body {
    overflow-x: hidden;
}
body{
    overflow: hidden;
    font-family: 'Titillium Web', sans-serif;
}
ul{
    margin: 0;
    padding: 0;
}
#loading {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 999999;
}

#loading-image {
    z-index: 100;
}
/*#loading-image{
    animation: rotation 2s infinite linear;
}


@keyframes rotation {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(359deg);
    }
}*/
.typewriter h1 {
    overflow: hidden; /* Ensures the content is not revealed until the animation */
    /*border-right: .15em solid orange;  The typwriter cursor */
    white-space: nowrap; /* Keeps the content on a single line */
    margin: 0 auto; /* Gives that scrolling effect as the typing happens */
    /*letter-spacing: .15em;  Adjust as needed */
    text-align: center;
    animation: 
        typing 3.5s steps(40, end),
        blink-caret .75s step-end infinite;
}

/* The typing effect */
@keyframes typing {
    from { width: 0 }
    to { width: 100% }
}

/* Apply the typing animation to an element with the class .responsive-element */
/*.typewriter {
  animation: typing 2s linear forwards;  Adjust the animation duration as needed 
}*/

/* Media query for mobile responsiveness */
@media (max-width: 768px) {
    .typewriter {
        width: 100%; /* Adjust the styling for mobile screens */

    }
}

/* The typewriter cursor effect */
/*@keyframes blink-caret {
  from, to { border-color: transparent }
  50% { border-color: orange; }
}*/
/*<!---------HEADER START--------->*/
.nav-link{
    text-transform: uppercase !important;
    color: #312f32 !Important;
    font-family: 'Oswald', sans-serif;
    font-size: 16px !important;
    padding: 0 !important;
    margin: 0 15px 0 0 !important;

}
.nav-link:hover{
    color: #ed1b24 !Important;
}



/*<!---------HEADER End--------->*/

/*<!------------BODY START---------------->*/
.bg-pro{
    width: 100%;
    background: rgb(147,200,63);
    background: linear-gradient(0deg, rgba(147,200,63,1) 47%, rgba(255,255,255,1) 100%);
}
.bg-pro3{
    width: 100%;
    background: #93c83f;
}
.pro-div h1{
    color: #ffffff;
    text-transform: capitalize;
}
.pro-div ul li{
    list-style: none;
    display: inline-block;
    color: #ffffff;
    width: 140px;
}
.pro-div ul li a{
    font-size: 15px;   
}
.pro-div ul li a span{
    position: relative;
    font-size: 50px;
    top: -21px;
    left: -45px;
    text-transform: uppercase;
}
.ma-2{
    left: -72px !important;
}
.ma-3{
    left: -57px !important;
}
.ma-4{
    left: -85px !important;
}
.cus-p{
    padding: 0 !important;
}
.div-carry{
    position: relative;
    width: 100%;
}
.div-carry h3{
    position: absolute;
    bottom: 0;
    left: 10%;
    /*transform: translate(-50%, -50%);*/
    text-align: center;
    color: #ffffff;
    font-size: 48px;
    text-transform: uppercase;
    transition: 0.5s all ease-in-out;
    font-weight: 400;
}
.div-carry::before{
    content: '';
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    width: 100%;
    height:0;
    transition: .5s ease;
}
.div-carry:hover::before{
    bottom: 0;
    height: 100%;
}
.div-carry:hover h3{
    bottom: 30%;
}
.div-carry img{
    width: 100%;
}
.certi-a{
    width: 100%;
}
.certi-a img{
    width: 100%;
}
.certi-a h4{
    color: #1d191a;
    text-align: center;
    font-size: 19px;
    font-weight: 300;
    text-transform: uppercase;
}
.bg-pro2{
    width: 100%;
    background-color: #ccccce;
}

.pro-cap h4{
    font-size: 45px;
    color: #1d191a;
    text-transform: uppercase; padding-top: 30px;
}
.pro-cap1 h4{
    font-size: 45px;
    color: #1d191a;
    text-transform: uppercase;
    text-align: center
}
.fmain{
    position: relative;
    width: 100%;
    text-align: center;
    transition: 0.5s;
}
.fmain img{
    width: 100%;
    transition: 0.5s;
}
.fmain button{
    border: none;
    background-color: #93c83f;
    color: #ffffff;
    width: 80%;
    height: 55px;
    font-size: 18px;
    text-transform: uppercase;
    padding: 12px;
    position: relative;
    top: -28px;
    transition: 0.5s;
    z-index: 99999;
}
.div0img{
    position: relative;
    width: 100%;
    overflow: hidden;
    transition: 0.5s;
}
.div0img::before{
    content: '';
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    background-color: rgba(147, 200, 63, 0.1);
    overflow: hidden;
    width: 100%;
    height:0;
    transition: .5s ease;
    z-index: 999;
}
.fmain:hover .div0img::before{
    bottom: 0;
    height: 100%;
}
.fmain:hover button{
    background-color: #1d191a;
    top: 0;
}
.fmain:hover img{
    transform: scale(1.1);
}
.fmain:hover .div0img{
    box-shadow: 0px 7px 8px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 7px 8px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 7px 8px 0px rgba(0,0,0,0.75);
}
.ser-box{

}
.ser-1{
    background: #93c83f;
    width: 170px;
    height: 170px;
    border-radius: 50%;
    position: relative;
    transition: 0.5s;
    box-shadow: 0 12px 15px -6px rgb(0 0 0 / 30%);
}
.ser-1 img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    width: 70px;
}
.ser-box h4{
    color: #1d191a;
    font-size: 15px;
    text-align: center;
    font-weight: 300;
}
.ser-box:hover .ser-1{
    background: #1d191a;
    box-shadow: 0px 0px 14px 6px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 0px 14px 6px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 14px 6px rgba(0,0,0,0.75);
}
.car-img {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.car-img img{
    width: 100%;
    transition: 0.5s;
}
.car-img h4{
    font-size: 48px;
    color: #93c83f;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    text-align: center;
    width: 100%;
}
.car-img:hover img{
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.box{
    color: #fff;
    text-align: center;
    overflow: hidden;
    position: relative;
    border: 1px solid #ccccce;
}
.box:before,
.box:after,
.box .box-content:before,
.box .box-content:after{
    content: "";
    background: rgba(147, 200, 63,0.56);
    width: 50%;
    height: 50%;
    opacity: 0;
    transform: translate(0,200%);
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.35s;
}
.box:after{
    left: auto;
    right: 0;
}
.box .box-content:before,
.box .box-content:after{
    top: auto;
    bottom: 0;
}
.box .box-content:after{
    left: auto;
    right: 0;
}
.box:hover:before,
.box:hover:after,
.box:hover .box-content:before,
.box:hover .box-content:after{ 
    opacity: 1;
    transform: translate(0,0) scale(1);
}
.box:hover:after{ transition-delay: .14s; }
.box:hover .box-content:before{ transition-delay: .21s; }
.box:hover .box-content:after{ transition-delay: .35s; }
.box img{
    width: 100%;
    height: auto;
}
.box-content{
    padding: 15px 0 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 10%;
    left: 0;
    z-index: 1;
    transition: all 0.7s ease-in-out;
}
.box:hover .box-content{
    opacity: 1;
    top: 0;
}
.box .title{
    font-size: 24px;
    font-weight: 500;
    text-transform: capitalize;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    margin: 0 0 1px;
}
.box .post{
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: lowercase;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    display: block;
}
.box .icon{
    padding: 0;
    margin: 0;
    list-style: none;
    position: absolute;
    right: 8px;
    bottom: 8px;
    z-index: 1;
}
.box .icon li{
    margin: 0 4px;
    display: inline-block;
}
.box .icon li a{
    color: #fff;
    font-size: 13px;
    line-height: 29px;
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    display: block;
    transition: all 0.35s ease 0s;
}
.box .icon li a:hover{
    color: #93c83f;
    background: #fff;
    border-radius: 50%;
}
@media only screen and (max-width:990px){
    .box{ margin: 0 0 30px; }
}

.whats-but{
    background-color: #25d366;
    color: #ffffff;
    border: none;
    padding: 10px 22px 10px 22px;
    font-size: 16px;
    transition: 0.5s;
}
.whats-but i{
    padding: 0 7px 0 0;
    font-size: 20px;
    position: relative;
    top: 1px;
}
.whats-but:hover{
    box-shadow: 0px 10px 5px 0px rgba(44,51,69,0.75);
    -webkit-box-shadow: 0px 10px 5px 0px rgba(44,51,69,0.75);
    -moz-box-shadow: 0px 10px 5px 0px rgba(44,51,69,0.75);
}
.pmain h4{
    font-size: 40px;
    color: #93c83f;
    text-transform: uppercase;
}
.pmain h5{
    color: gray;
}
.pmain h5 span{
    color: #93c83f;
}
.cus-a{
    position: absolute;
}
.logo-area img{
    width: 100%;
}
/*-------_*/
.box1{
    text-align: center;
    overflow: hidden;
    position: relative;
    transition: 0.5s;
    box-shadow: 0 12px 15px -6px rgb(0 0 0 / 30%);
}
.box1:before,
.box1:after{
    content: "";
    background: #93c83f;
    width: 0;
    height: 0;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.4s ease-in-out;
}
.box1:after{
    top: auto;
    left: auto;
    right: 0;
    bottom: 0;
}
.box1:hover:before,
.box1:hover:after{
    width: 90%;
    height: 90%;
}
.box1 img{
    width: 100%;
    height: auto;
}
.box1 .box-content1{
    color: #fff;
    width: 85%;
    opacity: 0;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    transition: all 0.6s ease;
}
.box1:hover .box-content1{ opacity: 1; }
.box1 .title1{
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    margin: 0 0 3px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
}
.box1 .post1{
    font-size: 15px;
    font-weight: 400;
    font-style: italic;
    letter-spacing: 1px;
    text-transform: capitalize;
    margin: 0 0 10px;
    display: block;
}
.box1 .icon1{
    padding: 0;
    margin: 0;
    list-style: none;
}
.box1 .icon1 li{
    margin: 0 5px;
    display: inline-block;
}
.box1 .icon1 li a{
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    width: 34px;
    height: 34px;
    border: 1px solid #fff;
    display: block;
    transition: all 0.35s ease 0s;
}
.box1 .icon1 li a:hover{
    color: #fff;
    background: #1d191a;
    border-color: #1d191a;
    border-radius: 50%;
    text-shadow: 2px 2px 1px rgba(0, 0, 0, .4);
    box-shadow: 2px 2px 1px rgba(255, 255, 255, .4);
}
.box1:hover{
    box-shadow: 0px 7px 8px 0px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 7px 8px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 7px 8px 0px rgba(0,0,0,0.75);
}
@media only screen and (max-width:990px){
    .box1{ margin: 0 0 30px; }
}

.bg-news{
    width: 100%;
    background: #1d191a;
}
.news-dev h5{
    color: #ffffff;
    font-size: 14px;
    margin: 0;
    padding-top: 5px;
    text-align: center;
}
.news-dev p{
    margin: 0;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
}
.news-dev p span{
    color: #93c83f;
    font-weight: 500;
}
.our-dealers h4{
    text-align: center;
    font-size: 30px;
    color: #93c83f;
}
.our-dealers p{
    margin: 0;
    color: #1d191a;
    font-weight: 300;
    font-size: 15px;
}
.map{
    position: relative;
    bottom: -6px;
}

.hopemap{
    background-color: #f4f4f4;
    background-image: url(../img/map.png);
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-attachment: fixed;
    height: 500px;
}

/*<!------------BODY END---------------->*/

/*<!------------FOOTER START---------------->*/
.b-logo p{
    font-size: 14px;
    color: #ffffff;
    font-weight: 300;
    margin-top: 20px;
}
.footer-data h5{
    color: #1d191a;
    font-size: 20px;
    font-weight: bold;
}
.footer-data ul li{
    list-style: none;
}
.footer-data ul li a{
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 300;
    transition: 0.5s;
}
.footer-data ul li a:hover{
    color: #1d191a;
}
.line-bor{
    border-top: 1px solid #9ece53;
}
.copy-social p{
    font-size: 13px;
    color: #ffffff;
    font-weight: 300;
    margin-bottom: 0 !important;
    padding-top: 5px;
}
.copy-social ul li{
    list-style: none;
    display: inline-block;
}
.social-1{
    float: right;
}
.copy-social ul li a{
    text-decoration: none;
}
.copy-social ul li a i{
    width: 33px;
    height: 33px;
    background: #1d191a;
    border-radius: 50%;
    color: #ffffff;
    text-align: center;
    padding-top: 8px;
    transition: 0.5s;
}
.copy-social ul li a:hover i{
    border-radius: 0;
}
.whatsapp-icon{
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 55px;
    right: 40px;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
}

/*<!------------FOOTER END---------------->*/
/*=============
Timeline
============*/
.bg-time{
    position: relative;
    width: 100%;
    /*background: #eeeeee;*/
}
/* The actual timeline (the vertical ruler) */
.timeline 1{
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.timeline1::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: #eeeeee;
  top: 0;
  bottom: 0;
  left: 50%;
  /*margin-left: -3px;*/
}

/* Container around content */
.container1 {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timeline */
.container1::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: -16px;
  background-color: white;
  border: 4px solid #93c83f;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}
.time-cap h5{
    text-transform: capitalize;
    color: #93c83f;
    font-size: 50px;
    font-weight: 700;
    text-align: center;
}
/* Place the container to the left */
.left1 {
  left: 0;
}

/* Place the container to the right */
.right1 {
  left: 50%;
}

/* Add arrows to the left container (pointing right) */
.left1::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid #eeeeee;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #eeeeee;
}

/* Add arrows to the right container (pointing left) */
.right1::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid #eeeeee;
  border-width: 10px 10px 10px 0;
  border-color: transparent #eeeeee transparent transparent;
}

/* Fix the circle for containers on the right side */
.right1::after {
  left: -9px;
}

/* The actual content */
.content1 {
  padding: 20px 30px;
  background-color: #eeeeee;
  position: relative;
  border-radius: 6px;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
  /* Place the timelime to the left */
  .timeline1::after {
  left: 31px;
  }
  
  /* Full-width containers */
  .container1 {
  width: 100%;
  padding-left: 70px;
  padding-right: 25px;
  }
  
  /* Make sure that all arrows are pointing leftwards */
  .container1::before {
  left: 60px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
  }

  /* Make sure all circles are at the same spot */
  .left1::after, .right1::after {
  left: 15px;
  }
  
  /* Make all right containers behave like the left ones */
  .right1 {
  left: 0%;
  }
}






/*===============
Timeline End
===============*/


/*-------------
MENU PROCESS
-------------*/

.menu-padding{
    padding: 25px;
}
.menu-div{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.menu-div img{
    width: 100%;
    -webkit-transition: all 2s;
    -moz-transition: all 2s;
    -ms-transition: all 2s;
    -o-transition: all 2s;
    cursor: pointer;
}
.menu-div3{
    position: relative;
    width: 100%;
    overflow: hidden;
}
.menu-div3 img{
    width: 100%;
}
.menu-div:hover img{
    -ms-transform: scale(1.10);
    -webkit-transform: scale(1.10);
    transform: scale(1.10);
}
.menu-img-1{
    display: inline-block;
}
.menu-img-2{
    float: right;
}
.menu-div2{
    position: relative;
    width: 100%;
}
.menu-text{

}
.menu-text h3{
    font-size: 38px;
    color: #93c83f;
    font-weight: 600;
    /*    position: absolute;
        top: 73px;*/

}
.menu-text p{
    /*padding-top: 32px;*/
    color: #1d191a;
    padding-right: 50px;
    font-weight: 400;
}
.cus-caption{
    width: 100%;
    text-align: center;
}
.cus-caption h5{
    text-transform: capitalize;
    color: #93c83f;
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 40px;
}
.cus-caption2{
    width: 100%;
    text-align: center;
}
.cus-caption2 h5{
    text-transform: capitalize;
    color: #93c83f;
    font-size: 35px;
    font-weight: 400;
    margin-bottom: 40px;
}
.cus-caption2 ul li{
    list-style: none;
    display: inline-block
}
.menu-cer{
    position: relative;
    width: 100%;
}
.menu-cer img{
    width: 100%;
}
.menu-cer h3{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%,-50%);
    text-align: center;
    color: #93c83f;
}
.manu-div7{
    width: 100%;
    border: 1px solid #ccc;
}
.manu-div7 img{
    width: 100%;
}
.manu-div7 h4{
    color: #1d191a;
    font-size: 25px;
    font-weight: 600;
    padding: 12px 12px 0 12px
}
.manu-div7 p{
    font-size: 12px;
    color: #1d191a;
    padding: 0px 12px 0 12px
}





/*---------MENU PROCESS END----------*/
.catlog{
    text-align: center;
}
.catlog img{
    width: 100%;
    border: 5px solid #d9d9d9;
    transition: 0.5s;
}
.catlog h5{
    /*font-family: 'Kalam', cursive;*/
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}
.mdlbutton{
    border: none;
    text-transform: uppercase;
    font-weight: 700;
    background: transparent;
    padding: 7px 48px;
    font-size: 14px;
    border: 2px solid #262626;
    color: #262626;
    transition: 0.5s;

}
.mdlbutton:hover{
    background: #1d191a !important;
    color: #ffffff !important;
    box-shadow: 0px 10px 5px 0px rgba(44,51,69,0.75);
    -webkit-box-shadow: 0px 10px 5px 0px rgba(44,51,69,0.75);
    -moz-box-shadow: 0px 10px 5px 0px rgba(44,51,69,0.75);
}
.catlog:hover img{

    border-color: #93c83f;
    box-shadow: 0px 10px 6px -3px rgba(0,0,0,0.75);
    -webkit-box-shadow: 0px 10px 6px -3px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 10px 6px -3px rgba(0,0,0,0.75);
}

.modal-header{
    background: #93c83f;
}
.modal-footer{
    background: #93c83f;
}
.modal-title{
    color: #ffffff;
    text-transform: uppercase;
}
.job-title h2{
    text-transform: uppercase;
    text-align: center;
    color: #1d191a;
}
.job-title h2 span{
    color: #93c83f
}
.linebar{
    width: 90px;
    border-top: 5px solid #93c83f;

}



#main {
    margin: 50px 0;
}

#main #faq .card {
    margin-bottom: 2px;
    border: 0;
}

#main #faq .card .card-header {
    border: 0;
    -webkit-box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    box-shadow: 0 0 20px 0 rgba(213, 213, 213, 0.5);
    border-radius: 2px;
    padding: 0;
}

#main #faq .card .card-header .btn-header-link {
    color: #fff;
    display: block;
    text-align: left;
    background: #93c83f;
    color: #ffffff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    padding: 20px;
}

#main #faq .card .card-header .btn-header-link:after {
    content: "\f068";
    font-family: FontAwesome;
    font-weight: 900;
    float: right;
}

#main #faq .card .card-header .btn-header-link.collapsed:after {
    content: "\f067";
}

#main #faq .card .card-header .btn-header-link.collapsed {
    background: #93c83f;
    color: #fff;
}



#main #faq .card .collapsing {
    background: #eeeeee;
    line-height: 30px;
}

#main #faq .card .collapse {
    border: 0;
}

#main #faq .card .collapse.show {
    background: #eeeeee;
    line-height: 30px;
    color: #222;
}
































/*------

  sitemap

------------------*/

.sitemap_cate{

    margin:0px 0 20px 0;
    padding:0px;
}

.sitemap_cate h4{

    margin:0px 0 10px 0;
    padding:0px 0 5px 0;
    font-family:'Poppins', sans-serif;
    font-size:16px;
    color:#554a72;
    text-transform:uppercase;
    font-weight:bold;

    border-bottom:solid 1px #ccc;
}

.sitemap_cate p{

    margin:0px 0 0px 0;
    padding:0px 0 0px 0;
    font-family:'Poppins', sans-serif;
    font-size:15px;
    color:#171717;
}

.sitemap_cate p:hover{

    color:#8773c3;
    text-decoration:none;
}

.sitem_menu{

    margin:0px 0 15px 0;
    padding:0px;
    text-align:center
}

.sitem_menu ul{

    margin:0px;
    padding:0px;
    color: #171717;
}

.sitem_menu ul li{

    margin:0px 10px;
    padding:0px;
    list-style:none;
    display:inline-block;
}

.sitem_menu ul li a{

    margin:0px;
    padding:0px;
    font-family:'Poppins', sans-serif;
    font-size:16px;
    color:#8773c3;
    text-transform:capitalize;
}

.sitem_menu ul li a:hover{

    color:#171717;
    text-decoration:none;
}

/*======================

















/*------------

CUSTOM

----------*/



.dropdown-submenu {

    position: relative;

}



.dropdown-submenu a::after {

    transform: rotate(-90deg);

    position: absolute;

    right: 6px;

    top: .8em;

}

.dropdown-item{

    font-family: 'Poppins', sans-serif;

    font-size: 14px;

    text-transform: uppercase;

    background: rgb(255,255,255,0.80) !important;

    color: #1d191a;

    padding: 10px 35px 10px 20px !important;

}

.dropdown-menu{

    background: none;

    top: 90%;

    padding: 0;

    z-index: 9999 !important;
    border: none !important;

}

.dropdown-item:hover{

    color: #ffffff !important;

    background: #ff6501 !important;

}

.dropdown-submenu .dropdown-menu {

    top: -3px;

    left: 100%;

    margin-left: .1rem;

    margin-right: .1rem;

}

.dropdown:hover>.dropdown-menu {

    display: block;

}

.navbar-nav li:hover > ul.dropdown-menu {

    display: block;

}

.dropdown>.dropdown-toggle:active {

    pointer-events: none;

}

.hammad-sub-li{

    position: relative;

    top: 1px;
    left: -2px;

}

#fixedbar{

    display: none;
    position: fixed;
    top: 0;
    width: 100%;
    height:auto;
    background: rgb(0,0,0);
    background: linear-gradient(180deg, rgba(0,0,0,0.8) 25%, rgba(77,72,72,0.5) 100%);

    z-index:99999;
    padding:5px 0;
}

#fixedbar:after,#fixedbar:before{

    display:block
}

.fix-logo {

    width: 50px;

}

.hvr-underline-reveal:before{

    background: #f9200b !important;

}

/* change navbar-brand color */

.navbar a.navbar-brand {

    color: white;

}

/* change navbar-brand color on hover */

.navbar a.navbar-brand:hover {

    color: green;

}

/*  change navbar li colors, also active one but not disabled one */

.navbar ul.navbar-nav li.nav-item a.nav-link {

    color: white;

}

/* change navbar-toggler inside lines color (stroke) */

.navbar-light span.navbar-toggler-icon {

    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='white' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");

    color: white;

}
.navbar-light .navbar-toggler{
    border-color: white;
}

/* change hamburger button border color */

button.navbar-toggler.navbar-toggler-right {

    border-color: white;

}

/* change navbar background on collapse */

@media (max-width: 768px) {

    nav.navbar {

    }



}

.hvr-bounce-to-bottom:before{

    background: #1c1e1b !important;

    color: #ffffff !important;

}

.hvr-bounce-to-bottom:hover .nav-link{

    color: #ffffff !important;

}

center{
    width: 50%;
    background-image: url(../img/not.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 465px;
    color: #171717;

    margin: 0 auto;

}

.contactform-bg{

    background: #ffffff;

    padding: 10px;

}



/* width */

::-webkit-scrollbar {

    width: 10px;

}



/* Track */

::-webkit-scrollbar-track {

    background: #f1f1f1;

}



/* Handle */

::-webkit-scrollbar-thumb {

    background: #1d191a;

}



/* Handle on hover */

::-webkit-scrollbar-thumb:hover {

    background: #555;

}





/*----------------------*/







/*Footer Area Ends*/



/*======================

ABOUT PAGE STARTS HERE

======================*/

.ab-banner img{

    width: 100%;

}

.page-header{
    background-color: #fff;
    padding: 14px 13px 14px;
    border-left: 5px solid #1d191a;
    border-right: 5px solid #1d191a;
    /*border-bottom-left-radius: 15px;*/
    /*border-top-right-radius: 15px;*/
    border-top: 1px solid #cccbcb;
    border-bottom: 1px solid #cccbcb;
    /*text-align: center;*/
    padding-top: 10px;
    padding-bottom: 10px;
}

.page-header ul li{

    list-style: none;

    display: inline-block;

    color: #000 !important;

    font-size: 14px;

    text-transform: uppercase;

}

.page-header ul li a{

    cursor: pointer;

    text-decoration: none !important;

    color: #93c83f !important;
    transition: 0.5s;

}
.page-header ul li i{
    color: #000 !important;
}

.page-header ul li a:hover{

    color: #1d191a !important;

}





.company-p p{

    /*width: 75%;*/

    font-size: 14px;

    font-family: 'Poppins', sans-serif !important;

    color: #1d191a;

}



/*======================

ABOUT PAGE END HERE

======================*/





/*======================

INQUUIRY PAGE STARTS

======================*/

.hammadinput{

    width: 100%;

    padding: 10px 15px;

    /*font-family: 'Poppins', sans-serif;*/

    background-color: transparent;

    border: 1px solid #909090;

    margin-top: 15px;

    color: gray !important;

    border-radius: 0px;

}
.hammadinput1{
    width: 100%;
    padding: 10px 3px;
    /*font-family: 'Poppins', sans-serif;*/
    background-color: #eeeeee;
    /*border: 1px solid #909090;*/
    margin-top: 15px;
    color: gray !important;
    border-radius: 0px;

}

.hm-height{

    height: 200px;

}

.hammadinput:focus{

    box-shadow:2px 2px 10px #ccc
}

.tus_contsbmt{

    margin:0px;
    padding:8px 10px;
    background-color:#93c83f;
    color:#fff;
    text-align:center;
    text-transform:capitalize;
    font-family: 'Poppins', sans-serif;
    font-size:14px;

    border:none;
    transition:0.6s;
    border-left:solid 4px #1d191a;
}

.tus_contsbmt:hover{

    background-color:#1d191a;
    color:#ffffff;
    text-decoration:none;
}



/*======================

INQUIRY PAGE END HERE

======================*/



/*Gallery*/



.gallery1 {

    margin: 5px;

    /*  float: left;*/

    width: 100%;

    height: 400px;

    overflow: hidden;

    border-radius: 50%;



}

.gallery1 a{

    text-decoration: none;

    font-family: 'Poppins', sans-serif !important;

    font-size: 15px;

    color: #1d191a;

}







.gallery1 img {

    width: 100%;

    height: 300px;
    transition: 0.5s;
    /*border-radius: 50%;*/

}



.desc1 {

    padding: 15px;

    text-align: center;

}

/*Gallery*/



/*======================

CONTACT PAGE END HERE

======================*/



.contact-links ul li{

    list-style: none;

    margin: 10px;

    color: #1d191a;

}

.contact-links ul li a{


    font-size: 14px;

    position: absolute;

    text-transform: capitalize;

}

.contact-links ul li i{

    width: 50px;

    height: 50px;

    background-color: #93c83f;

    /*border-radius: 50%;*/
    box-shadow: 0 12px 15px -6px rgb(0 0 0 / 30%);
    margin: 0 16px 0 0;

    font-size: 20px;

    color: #ffffff;

    padding-top: 15px;

    text-align: center;

    position: relative;

    top: -17px;

}

.contact-links p{
    font-family: 'Oswald', sans-serif;
    font-size: 17px;
}







/*======================

CONTACT PAGE END HERE

======================*/





/*======================

PRODUCTS PAGE END HERE

======================*/











.confirm-email{
    position: fixed;
    bottom: 3%;
    z-index: 99999;
    right: 0;
}


.hammadli ul li{

    list-style: none;

    background: #ff6501;

    padding: 3px 0 3px 14px;

    font-size: 14px;

    border-bottom: 1px solid #000;

    width: 100%;

}

.hvr-shutter-in-horizontal:before{

    background: #252626 !Important;

}

.hammadli ul a li{

    font-family: 'Poppins', sans-serif;

    font-size: 14px;

    text-decoration: none;

    text-transform: capitalize;

    color: #ffffff !important;

}

.hammadli ul{

    margin: 0;

}

.hammadli ul li:hover{

    background: #ff6501 !important;

}

/*======================

PRODUCTS PAGE END HERE

======================*/







/*---------

   Basket

-------------------*/

.yourCart{

    width:100%;
    text-align:left;
    color: #707070;
    text-transform:uppercase;
    padding:20px;
    background:#eeeeee;
    font-weight:bold;
    font-family: 'Poppins', sans-serif;
    font-size:18px;
    border-radius:3px 3px 0 0;
}

.cartProduct{

    border:1px solid #eeeeee;
    border-top:none;
    background-color:#fff
}

.cartProduct:last-child{

    margin-bottom:20px;
    margin-top:15px;
}

.cartPdctImage{

    width:100%;
    height:200px;
    text-align:center;
    position:relative
}

.cartPdctImage > img{

    max-height:100%;
    max-width:100%;
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50%,-50%);
    padding:15px;
    border:solid 1px #ccc
}

.cartPdctName{

    font-family: 'Poppins', sans-serif;
    padding:20px 0 0;
    color:#333;
    font-size:14px;
    text-transform:capitalize
}

.cartPdctArt{

    font-family: 'Poppins', sans-serif;
    padding:5px 0 0;
    color:#333;
    font-size:14px;
}

.cartPdctSize{

    font-family: 'Poppins', sans-serif;
    padding:5px 0 10px;
    color:#333
}

.cartQuantity{

    width:60px;
    font-family: 'Poppins', sans-serif;
    font-weight:bold;
    color:#333
}

.cartSubmit{

    margin:10px 0;
    background:#000;
    font-family: 'Poppins', sans-serif;
    border:none;
    padding:7px 20px;
    font-size:14px;
    color:#fff
}

.cartRemove{

    margin:10px 0;
    text-decoration: none;
    background:#ff6501;
    transition: 0.5s;
    border:none;
    padding:7px 20px;
    font-family: 'Poppins', sans-serif;
    font-size:14px;
    color:#fff;
    display:inline-block
}

.cartRemove:hover{

    color:#fff;
    text-decoration:none;
    background-color:#1d191a;
}

.cartPdctPrice{

    font-family: 'Poppins', sans-serif;
    padding:20px;
    text-align:right ;
    color:#fa5400
}

.summery{

    background: #191919;
    ;
    margin-bottom:40px;
}

.summeryTxt{

    font-family: 'Poppins', sans-serif;
    padding:20px;
    color:#fff;
    font-size:18px;
}

.summeryTotal{

    font-family: 'Poppins', sans-serif;
    padding:20px;
    color:#fff;
    font-size:16px;
    border-bottom:gray 1px solid;
    border-top:gray 1px solid;
    text-transform:uppercase
}

.summeryTotal > span{

    float:right
}

.summeryOr{

    font-family: 'Poppins', sans-serif;
    color:#fff;
    font-size:16px;
    text-align:center
}

.cartSend{

    padding:15px 30px;
    text-align:center
}

.cartSend > a{

    font-family: 'Poppins', sans-serif;
    padding:10px;
    color:#fff;
    font-size:14px;
    text-transform:uppercase;
    background:#ff6501;
    transition: 0.5s;
    display:block;
    border-radius:0px;
    font-weight:bold;
    text-decoration:none
}

.cartSend > a:hover{

    background:#fff;
    text-decoration:none;
    color:#ff6501;
}

.cartAddMore{

    padding:15px 30px;
    text-align:center
}

.cartAddMore > a{

    font-family: 'Poppins', sans-serif;
    padding:10px;
    color:#ffffff;
    font-size:14px;
    text-transform:uppercase;
    background:#ff6501;
    transition: 0.5s;
    display:block;
    border-radius:0px;
    font-weight:bold;
    text-decoration:none
}

.cartAddMore > a:hover{

    background:#fff;
    text-decoration:none;
    color:#ff6501;
}

.summeryOr{
    color: #fff;
}

.cartBasketEmpty{

    font-family: 'Poppins', sans-serif;
    padding:60px 20px ;
    color:#cf2d32;
    font-size:25px;
    background: #eeeeee;
    text-align:center;
    margin:20px 0 40px;
    width: 100%;
}

.tus_lefth h4{

    margin:10px 0 10px 0;
    padding:12px 15px;
    background-color:#b77e31;
    color:#fff;
    text-align:left;
    text-transform:uppercase;
    font-family: 'Poppins', sans-serif;

    font-size:20px;
}

.tus_lefth h4 span{

    color:#cf2d32;
    margin-right:5px;
}

.cartQuantity{
    text-align: center;
}

.pro-detail h2{
    color: #1d191a;
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 600;

}

.pro-detail h4{
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 2px;
    color: #93c83f;

}

.pro-detail p{

    font-size: 14px;
    font-weight: 300;
    color: #1d191a;



}

.pro-detail p span{

    font-size: 15px;
    color: #1d191a;

    font-weight: bold;

    border-color: #fff;

}

.pagination a{

    text-decoration: none;

    background: #1c1e1b;

    padding: 2px 9px 4px 9px;
    transition: 0.5s;
    color: #ffffff;

}

.pagination a:hover{

    color: #ffffff;

    background: #93c83f;

}

.submit-inq h3{

    color: #1d191a;

    font-size: 15px;

    font-family: 'Poppins', sans-serif !important;

}

.submit-inq h3 i{

    background: green;

    color: #ffffff;

    padding: 3px 8px 3px 8px;

    border-radius: 6px;

}

.basket-span{
    position: relative;
    top: 0px;
    left: 20px;
}
.basket-span a{
    text-decoration: none;
}
.basket-span span{
    position: relative;
    width: 26px;
    height: 26px;
    background: #ff6501;
    border-radius: 50%;
    color: white;
    font-size: 12px;
    padding-top: 3px;;
    top: -8px;
    left: -14px;
    text-align: center;
    overflow: hidden;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}
.basket-span span:hover{
    background: #1d191a;
}

/*---------

   Basket

-------------------*/

/*===============
NAV BAR
===============*/
nav{
    position: relative;
    z-index: 99;
    width: 100%;

    /*background: #242526;*/
}
nav .wrapper{
    position: relative;
    max-width: 1300px;
    /*padding: 0px 30px;*/
    /*height: 70px;*/
    line-height: 70px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.wrapper-Mega{
    width: 25%;
}
.wrapper .logo a{
    color: #f2f2f2;
    font-size: 30px;
    font-weight: 600;
    text-decoration: none;
}
.wrapper .nav-links{
    display: inline-flex;
}
.nav-links li{
    list-style: none;
}
.nav-links li a{
    color: #ffffff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 600;
    padding: 9px 15px;
    border-radius: 5px;
    transition: all 0.3s ease;
    text-transform: uppercase;
}
.nav-links li a:hover{
    background: #1d191a;
}
.nav-links .mobile-item{
    display: none;
}
.nav-links .drop-menu{
    position: absolute;
    background: #666666;
    width: 180px;
    line-height: 45px;
    top: 85px;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 6px 10px rgba(0,0,0,0.15);
}
.nav-links li:hover .drop-menu,
.nav-links li:hover .mega-box{
    transition: all 0.3s ease;
    top: 70px;
    opacity: 1;
    visibility: visible;
}
.drop-menu li a{
    width: 100%;
    display: block;
    padding: 0 0 0 15px;
    font-weight: 400;
    border-radius: 0px;
}
.mega-box{
    position: absolute;
    left: 0;
    width: 100%;
    /*padding: 0 30px;*/
    top: 85px;
    opacity: 0;
    visibility: hidden;
}
.mega-box .content{
    background: #666666;
    padding: 25px 20px;
    display: flow-root;
    width: 100%;
    justify-content: space-between;
    box-shadow: 0 6px 10px rgba(0,0,0,0.15);
}
.mega-box .content .row{
    width: calc(25% - 30px);
    line-height: 45px;
}
.content .row img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.content .row header{
    color: #f2f2f2;
    font-size: 20px;
    font-weight: 500;
}
.content .row .mega-links{
    /*  margin-left: -40px;
      border-left: 1px solid rgba(255,255,255,0.09);*/
}
.row .mega-links li{
    padding: 0 20px;
}
.row .mega-links li a{
    padding: 0px;
    padding: 0 20px;
    color: #d9d9d9;
    font-size: 17px;
    display: block;
}
.row .mega-links li a:hover{
    color: #f2f2f2;
}
.mega-links{
    float: left;
}
.cu-text{
    font-size: 13px !important;
}
.wrapper .btn{
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    display: none;
}
.wrapper .btn.close-btn{
    position: absolute;
    right: 30px;
    top: 10px;
}
@media screen and (max-width: 970px) {
    .wrapper .btn{
        display: block;
    }
    .wrapper .nav-links{
        position: fixed;
        height: 100vh;
        width: 100%;
        max-width: 350px;
        top: 0;
        left: -100%;
        background: #242526;
        display: block;
        padding: 50px 10px;
        line-height: 50px;
        overflow-y: auto;
        box-shadow: 0px 15px 15px rgba(0,0,0,0.18);
        transition: all 0.3s ease;
    }
    /* custom scroll bar */
    ::-webkit-scrollbar {
        width: 10px;
    }
    ::-webkit-scrollbar-track {
        background: #242526;
    }
    ::-webkit-scrollbar-thumb {
        background: #3A3B3C;
    }
    #menu-btn:checked ~ .nav-links{
        left: 0%;
    }
    #menu-btn:checked ~ .btn.menu-btn{
        display: none;
    }
    #close-btn:checked ~ .btn.menu-btn{
        display: block;
    }
    .nav-links li{
        margin: 15px 10px;
    }
    .nav-links li a{
        padding: 0 20px;
        display: block;
        font-size: 20px;
    }
    .nav-links .drop-menu{
        position: static;
        opacity: 1;
        top: 65px;
        visibility: visible;
        padding-left: 20px;
        width: 100%;
        max-height: 0px;
        overflow: hidden;
        box-shadow: none;
        transition: all 0.3s ease;
    }
    #showDrop:checked ~ .drop-menu,
    #showMega:checked ~ .mega-box{
        max-height: 100%;
    }
    .nav-links .desktop-item{
        display: none;
    }
    .nav-links .mobile-item{
        display: block;
        color: #f2f2f2;
        font-size: 20px;
        font-weight: 500;
        padding-left: 20px;
        cursor: pointer;
        border-radius: 5px;
        transition: all 0.3s ease;
    }
    .nav-links .mobile-item:hover{
        background: #3A3B3C;
    }
    .drop-menu li{
        margin: 0;
    }
    .drop-menu li a{
        border-radius: 5px;
        font-size: 18px;
    }
    .mega-box{
        position: static;
        top: 65px;
        opacity: 1;
        visibility: visible;
        padding: 0 20px;
        max-height: 0px;
        overflow: hidden;
        transition: all 0.3s ease;
    }
    .mega-box .content{
        box-shadow: none;
        flex-direction: column;
        padding: 20px 20px 0 20px;
    }
    .mega-box .content .row{
        width: 100%;
        margin-bottom: 15px;
        border-top: 1px solid rgba(255,255,255,0.08);
    }
    .mega-box .content .row:nth-child(1),
    .mega-box .content .row:nth-child(2){
        border-top: 0px;
    }
    .content .row .mega-links{
        border-left: 0px;
        padding-left: 15px;
    }
    .row .mega-links li{
        margin: 0;
    }
    .content .row header{
        font-size: 19px;
    }
}
nav input{
    display: none;
}


/*===========NAV END=======*/











@media (max-width: 768px) {
    .navbar-brand img{
        width: 50px;
    }
    center{
        width: 100%;
    }

}





@media only screen and (min-width: 280px) and (max-width: 600px){
    .navbar-brand img{
        width: 50px;
    }
    center{
        width: 100%;
    }

}

@media only screen and (min-width: 360px) and (max-width: 640px){
    .navbar-brand img{
        width: 50px;
    }
    center{
        width: 100%;
    }

}

@media only screen and (min-width: 320px) and (max-width: 568px){
    .navbar-brand img{
        width: 50px;
    }
    center{
        width: 100%;
    }


}

@media only screen and (min-width: 280px) and (max-width: 653px){
    .navbar-brand img{
        width: 50px;
    }
    center{
        width: 100%;
    }

}



