*{
    color: #575757;
    background: #ffffff;
    font-family: 'PT Sans', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
@media screen and (max-width: 760px){
    .navbar{
        /* border: 2px solid black; */
        width: 100%;
        height: 95px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
        z-index: 999;
    }
/*     
    .navbar > .navbar_logo{
        border: 2px solid black;
        width: 165px;
        height: 80px;
    } */
    
    .navbar > .navbar_logo > a > img{
        /* border: 2px solid rgb(237, 5, 5); */
        text-decoration: none;
        /* width: 100%;
        height: 100%; */
        object-fit: contain;
        width: 160px;
        height: 80px;
    }
    .navbar > .nabar_menu{
        display: none;
    }
    .navbar > .resmenu{
        display: block;
    }
    /* -------------------------menubar css start--------------------------------------------------------- */
    .resmenu > .humburgericon > .spanbar > .fa-bars{
    color: rgb(163, 3, 3);
    font-size: 2rem;
    }
    .navigation > .closebar > .fa-times-circle{
        color: rgb(163, 3, 3);
        font-size: 2rem;
        padding-top: 40px;
        margin-left: 80%;
    }
    .navigation{
        /* border: 2px solid black; */
        display: none;
        position: absolute;
        top: 0;
        width: 100%;
        height: auto;
        z-index: 9999;
     
    }
    .navigation > .navmenu{
        display: flex;
        flex-direction: column;   
        align-items: center;
        padding-top: 90px;
        padding-bottom: 80px;
       
        
    }
    .navigation  > .navmenu > a > .fa-home, 
    .navigation  > .navmenu > a > .fa-users, 
    .navigation  > .navmenu > a > .fa-wrench, 
    .navigation  > .navmenu > a > .fa-cogs, 
    .navigation  > .navmenu > a > .fa-address-book-o{
        color: rgb(223, 104, 0);
        font-size: 1.8rem;
    }
    .navigation  > .navmenu > a > .fa-home:hover, 
    .navigation  > .navmenu > a > .fa-users:hover, 
    .navigation  > .navmenu > a > .fa-wrench:hover, 
    .navigation  > .navmenu > a > .fa-cogs:hover,
    .navigation  > .navmenu > a > .fa-address-book-o:hover{
        color: rgb(4, 0, 120);
        font-size: 2rem;
    }
    .navigation > .navmenu > a
    {
        text-decoration: none;
        margin: 20px 0px;
        transition: color 0.3s ease;
    }
    /* -------------------------menubar css end--------------------------------------------------------- */
    .container{
        /* border: 2px solid black; */
        width: 100%;
        height: auto;
        /* position: relative; */
        /* height: auto; */
        /* background-color: rgb(0, 255, 60); */
    }
    .container> .text{
        /* border: 2px solid rgb(255, 0, 0); */
        /* position: absolute; */
        top: 90px;
        z-index: 2;
        width: 100%;
        height: auto;
        display: flex;
        justify-content: space-around;
        align-items: center;
        padding: 90px 0px;
    
    }
    .container> .text > .text_1{
        /* border: 2px solid rgb(0, 81, 255); */
        width: 90%;
        height: auto;
    }
    .container> .text > .imgtxt{
        /* border: 2px solid rgb(0, 255, 4); */
        width: 55%;
        height: auto;
        display: none;
    }
    .container> .text > .imgtxt > img{
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px;
    }
    .container> .text > .text_1 > .wrapper {
        margin-top: 90px;
        /*This part is important for centering*/
        display: grid;
        place-items: center;
      }
      
      .container> .text > .text_1 > .wrapper > .typing-demo {
        width: 30ch;
        animation: typing 2s steps(30), blink .5s step-end infinite alternate;
        white-space: nowrap;
        overflow: hidden;
        border-right: 3px solid;
        font-family: monospace;
        font-size: 0.8rem;
        font-weight: 600;
        color: rgb(223, 104, 0);
      }
      
      @keyframes typing {
        from {
          width: 0
        }
      }
          
      @keyframes blink {
        50% {
          border-color: transparent
        }
      }
    .container> .text > .text_1 > .containerbtn {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        margin: 30px ;
    }
    
    button {
        margin: 1em;
        font-family: "Sigmar One", cursive;
        letter-spacing: 1px;
        height: 4em;
        width: 15em;
        background: rgb(0, 89, 255);
        color: rgb(255, 255, 255);
        font-size: 0.7rem;
        border: none;
        border-radius: 10px;
        transition: all 0.3s ease-out;
    }
    
    a > .btn-2 {
        position: relative;
        z-index: 1;
        background: #ffb70ea0;
    }
    
    a > .btn-2::before {
        content: " ";
        position: absolute;
        height: 100%;
        width: 55%;
        background: rgb(209, 73, 0);
        top: 0;
        left: 0;
        border-radius: 5px;
        z-index: -1;
        transition: all 0.3s ease-out;
    }
    
    a > .btn-2::after {
        content: " ";
        position: absolute;
        height: 100%;
        width: 55%;
        right: 0;
        top: 0;
        background: rgb(209, 73, 0);
        border-radius: 5px;
        z-index: -1;
        transition: all 0.3s ease-out;
    }
    
    a > .btn-2:hover:before {
        width: 0;
    }
    
    a > .btn-2:hover:after {
        width: 0;
    }
    
    a > .btn-2:hover {
        cursor: pointer;
        color: rgb(168, 0, 0);
    }
    /* ----------------------------aboutcss--------------------------*/

    #aboutsec > .abouth1 > h1{
        /* border: 2px solid red; */
        font-size: 1.8rem;
        font-weight: 500;
        line-height: 1.2;
        color: rgb(4, 0, 120);
        text-align: center;
        margin-top: 70px;
    }

    .body > .box > .aboutcontent{
        /* border: 3px solid rgb(0, 249, 124); */
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        border-radius: 10px;
        box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.3); 
    
    }
    .body > .box > .aboutcontent > .aboutimg{
        /* border: 3px solid rgb(4, 22, 183); */
        width: 60%;
        height: 25vh;
        /* margin-top: 130px ; */
    }
    .body > .box > .aboutcontent > .aboutimg > img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .body > .box > .aboutcontent > .abouttext{
        /* border: 3px solid rgb(4, 22, 183); */
        width: 95%;
        height: auto;
        margin-top: 15px;
        padding: 10px;
    }
    .body > .box > .aboutcontent > .abouttext > p{
        font-size: 0.5rem;
        line-height: 1.2;
        font-weight: 400;
        color: rgb(4, 0, 120);
        text-align: justify;
    }
    .body > .box > h1{
        font-size: 1.8rem;
        font-weight: 500;
        line-height: 1.2;
        color: rgb(4, 0, 120);
        text-align: center;
    }
    .body > .box > .serdiv {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
        margin: 20px 0px;
    }
    .body > .box > .serdiv > .services{
        /* border: 2px solid green; */
        width: 30%;
        height: 30vh;
        border-radius: 10px;
        box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.3);
        cursor: pointer;
    }
    .body > .box > .serdiv > .services:hover{
        /* border: 1px solid rgb(246, 112, 2); */
        box-shadow: 5px 5px 5px rgba(128, 128, 128, 0.308);
    }
    /*---------------------services css --------------------------------------*/
    .body > .box > #servicesec > h1{
        font-size: 1.6rem;
        font-weight: 500;
        line-height: 1.2;
        color: rgb(4, 0, 120);
        text-align: center;
    }
.body > .box > .serdiv {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin: 20px 20px;
}
.body > .box > .serdiv > .services{
    /* border: 2px solid green; */
    position: relative;
    width: 95%;
    height: auto;
    border-radius: 10px;
    box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    margin: 30px 20px;
    border-radius: 5px;
}
.services >  .overlay {
    /* border: 2px solid rgb(255, 0, 0); */
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #ff7700;
    overflow: hidden;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .3s ease;
    transition: .3s ease;
  }
  .services:hover .overlay {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  
  .services >  .overlay > .text {
    /* border: 2px solid rgb(94, 255, 0); */
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    background-color: transparent;
    padding: 10px 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-end;
  }
  .services >  .overlay > .text > p{
    color: whitesmoke;
    font-size: 0.8rem;
    line-height: 1.2;
    background-color: transparent;
    margin: 5px 15px;
    text-align: justify;
  }
  .services >  .overlay > .text > p > a{
    color: whitesmoke;
    font-size: 0.9rem;
    line-height: 1.2;
    background-color: transparent;
    margin: 10px 15px;
    text-align: justify;
  }
  .services >  .overlay > .text > .p > .fa-phone-square{
    font-size: 1.3rem;
    color: #ffffff;
    background: transparent;
  }
  .services > .overlay > .text > .p > a{
    text-decoration: none;
    color: whitesmoke;
    font-size: 0.9rem;
    font-weight: 600;
    line-height: 1.2;
    background-color: transparent;
  }
  .services > .overlay > .text > .p > a > .fa-whatsapp{
    font-size: 1.3rem;
    color: #ffffff;
    margin: 0px 0px 0px 20px;
    background: transparent;
  }
/* ------------------------------------------------------------------- */
.body > .box > .serdiv > .services > img{
    /* border: 2px solid green; */
    width: 100%;
    height: 30vh;
    object-fit: cover;
    border-radius: 5px;
}
.body > .box > .serdiv > .services > .textlink > h2{
    color: rgb(209, 73, 0);
    font-size: 0.8rem;
    line-height: 1.2;
    /* background-color: rgb(223, 104, 0); */
    margin:20px 10px;
    text-align: center;
}
/* ---------------------------------------------------------------- */
.body > .box > .chooseus{
    /* border: 2px  solid royalblue; */
    width: 100%;
    height: auto;
    text-align: center;
    border-radius: 10px;
    border: 1px solid rgb(225, 225, 225);
    box-shadow: 5px 5px 5px rgba(128, 128, 128, 0.308);
}
.body > .box > .chooseus > h1{
    font-size: 0.9rem;
    font-weight: 500;
    line-height: 1.2;
    color: rgb(4, 0, 120);
    margin: 20px;

}
.body > .box > .chooseus > .des {
    text-align: justify;
    padding: 20px;
}
.body > .box > .chooseus > .des > p{
    font-size: 0.6rem;
    color: rgb(4, 0, 120);
    line-height: 1.2;
    padding: 20px 30px;
    
}
/*------------------slider--------------------------------------------------- */
.body > .box > h1{
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.2;
    color: rgb(4, 0, 120);
    text-align: center;
}
.body > .box > #slideshow {
    overflow: hidden;
    height: auto;
    width: 100%;
    margin: 0 auto;
  }
  
  .body > .box > #slideshow > .slide-wrapper {
    width: 2912px;
    -webkit-animation: slide 18s ease infinite;
  }
  
  .body > .box > #slideshow > .slide-wrapper > .slide {
    float: left;
    height: auto;
    width: 728px;
    text-align: left;
  }
  
  .body > .box > #slideshow > .slide-wrapper > .slide:nth-child(1) {
    background: #ffffff;
  }
  
  .body > .box > #slideshow > .slide-wrapper > .slide:nth-child(2) {
    background: #ffffff;
  }
  
  .body > .box > #slideshow > .slide-wrapper > .slide:nth-child(3) {
    background: #ffffff;
  }
  
  .body > .box > #slideshow > .slide-wrapper >  .slide:nth-child(4) {
    background: #ffffff;
  }
  
  .body > .box > #slideshow > .slide-wrapper > .slide > h4 {
    font-size: 0.8rem;
    color: rgb(4, 0, 120);
    margin: 30px;
    font-weight: 400;
 }
 .body > .box > #slideshow > .slide-wrapper > .slide > p {
    text-align: justify;
    font-size: 0.6rem;
    color: rgb(4, 0, 120);
    margin: 35px;
 }
  @-webkit-keyframes slide {
    20% {margin-left: 0px;}
    30% {margin-left: -728px;}
    50% {margin-left: -728px;}
    60% {margin-left: -1456px;}
    70% {margin-left: -1456px;}
    80% {margin-left: -2184px;}
    90% {margin-left: -2184px;}
  }
  

/*--------------------------------------------------------------------------- */
   /* ----------------------------footer----------------------------- */

   .footer {
    /* border: 5px solid black; */
    width: 100%;
    height: auto;

    background: rgb(209, 73, 0);
  /* justify-content: center; */
 
   }
   .footer > .ftext{
    /* border: 2px solid rgba(77, 255, 0, 0.752); */
    width: 100%;
    height: auto;
    background: rgb(209, 73, 0);
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
   }
   .footer > .ftext > .footerlogo{
    /* border: 2px solid rgba(77, 255, 0, 0.752); */
        width: 300px;
        height: auto;
        margin-top: 20px;
        background: rgb(209, 73, 0);
    }
    
    .footer > .ftext > .footerlogo > a > img{
        text-decoration: none;
        width: 220px;
        height: 85px;
        object-fit: cover;
        /* border-radius: 20px; */
    }

    .footer > .ftext > .footerlogo > h4{
        text-align: center;
        font-size: 0.8rem;
        color: #ffffff;
        background: rgb(209, 73, 0);
        margin-top: 20px;
    }
    .footer > .ftext > .footernav{
        /* border: 2px solid rgb(6, 54, 209); */
        background: rgb(209, 73, 0);
        display: flex;
        flex-direction: column;

    }
    .footer > .ftext > .footernav > a{
        color: rgb(255, 255, 255);
        font-size: 0.7rem;
        text-decoration: none;
        cursor: pointer;
        margin: 12px 0px;
        font-weight: 400;
        background: rgb(209, 73, 0);
    }
    .footer > .ftext > .footernav > a:hover{
        text-decoration: underline;
        font-weight: 600;
    }
    .footer > .ftext > .address{
        background: rgb(209, 73, 0);
    }
   .footer > .ftext > .address > .add {
    margin: 20px 0px;
    background: rgb(209, 73, 0);
   }
.footer > .ftext > .address > .add > .fa-map-marker{
    font-size: 0.7rem;
    color: #ffffff;
    background: rgb(209, 73, 0);
}

.footer > .ftext > .address > .add >  a{
    text-decoration: none;
    font-size: 0.7rem;
    margin-left: 15px;
    color: #ffffff;
    text-decoration: none;
    background: rgb(209, 73, 0);
}
.footer > .ftext > .address > .call {
    margin: 20px 0px;
    background: rgb(209, 73, 0);
   }
.footer > .ftext > .address > .call > .fa-phone-square{
    font-size: 0.7rem;
    color: #ffffff;
    background: rgb(209, 73, 0);
}

.footer > .ftext > .address > .call > a{
    text-decoration: none;
    font-size: 0.7rem;
    margin-left:  10px;
    color: #ffffff;
    background: rgb(209, 73, 0);
}
.footer > .ftext > .address > .mail {
    margin: 20px 0px;
    background: rgb(209, 73, 0);
    color: #ffffff;
   }
.footer > .ftext > .address > .mail > .fa-envelope{
    font-size: 0.7rem;
    color: #ffffff;
    background: rgb(209, 73, 0);
}

.footer > .ftext > .address > .mail > a{
    text-decoration: none;
    font-size: 0.7rem;
    margin-left:10px;
    color: #ffffff;
    background: rgb(209, 73, 0);
}
.footer > .ftext > .address > .insta{
    margin: 30px 20px;
    background: rgb(209, 73, 0);
}
.footer > .ftext > .address > .insta >  a{
    background: rgb(209, 73, 0);
}
.footer > .ftext > .address > .insta >  a > .fa-instagram{
    font-size: 1.4rem;
    color: #ffffff;
    background: rgb(209, 73, 0);
} 
.footer > .ftext > .address > .insta >  a > .fa-instagram:hover{
    font-size: 1.6rem;
    color: floralwhite;
}
.footer > .ftext > .address >  .insta >  a > .fa-linkedin-square{
    font-size: 1.4rem;
    color: #ffffff;
    background: rgb(209, 73, 0);
} 
.footer > .ftext > .address >  .insta >  a > .fa-linkedin-square:hover{
    font-size: 1.6rem;
    color: floralwhite;
}
.footer > .ftext > .address >  .insta >  a > .fa-facebook-square{
    font-size: 1.4rem;
    color: #ffffff;
    margin: 0px 20px;
    background: rgb(209, 73, 0);
}   
.footer > .ftext > .address >  .insta >  a > .fa-facebook-square:hover{
    font-size: 1.6rem;
    color: floralwhite;
} 
.footer > .ftext > .address >  .insta >  a > .fa-whatsapp{
    font-size: 1.rem;
    color: #ffffff;
    margin: 0px 20px;
    background: rgb(209, 73, 0);
}
.footer > .ftext > .address >  .insta >  a > .fa-whatsapp:hover{
    font-size: 1.6rem;
    color: floralwhite;
}

.ctext > #copyright{
  /* border: 2px solid black;  */
    width: 100%;
    height: auto;
    padding: 10px 0px 20px 0px;
    background: rgb(209, 73, 0);
}
 .ctext > #copyright > p{
    color: rgb(255, 255, 255);
    font-size: 0.6rem;
    font-weight: 600;
    text-align: center;
    line-height: 1.2;
    background: rgb(209, 73, 0);
}
.ctext > #copyright > p > span > .fa-copyright{
    font-size: 0.7rem;
    color: rgb(255, 9, 9);
} 
}