*{
    color: #575757;
    background: #ffffff;
    font-family: 'PT Sans', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
@media (max-width:1920px) and (min-width:1080px){
    .content1{
        /* border: 2px solid blueviolet;
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column; */
    }
    .navbar{
        /* border: 2px solid royalblue; */
        background-color: white;
        position: fixed;
        width: 100%;
        height: 95px;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        align-items: center;
        z-index: 2;
    }
    
    .navbar > .navbar_logo{
        width: 250px;
        height: 85px;
        position: relative;
    }
    
    .navbar > .navbar_logo > a > img{
        position: absolute;
        text-decoration: none;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    .navbar > .nabar_menu > a{
        font-size: 1rem;
        text-decoration: none;
        font-weight: 500;
        margin: 0px 25px;
        color: rgb(4, 0, 120);
    }
    .navbar > .nabar_menu > a > .fa-home, 
    .navbar > .nabar_menu > a > .fa-users, 
    .navbar > .nabar_menu > a > .fa-wrench, 
    .navbar > .nabar_menu > a > .fa-cogs, 
    .navbar > .nabar_menu > a > .fa-address-book-o{
        color: rgb(223, 104, 0);
        font-size: 1.8rem;
    }
    .navbar > .nabar_menu > a > .fa-home:hover, 
    .navbar > .nabar_menu > a > .fa-users:hover, 
    .navbar > .nabar_menu > a > .fa-wrench:hover, 
    .navbar > .nabar_menu > a > .fa-cogs:hover,
    .navbar > .nabar_menu > a > .fa-address-book-o:hover{
        color: rgb(4, 0, 120);
        font-size: 2rem;
    }
    .navbar > .nabar_menu > a:hover{
        color: brown;
        text-decoration: underline;
    }
    .navbar > .resmenu{
        display: none;
    }
    /* -------------------------menubar css start--------------------------------------------------------- */
    #navigation{
        display: none;
    }
    
    /* -------------------------menubar css end--------------------------------------------------------- */
    
    .container{
        /* border: 2px solid rgb(0, 254, 38); */
        width: 100%;
        height: 95vh;
        position: relative;
        /* height: auto; */
        /* background-color: rgb(0, 255, 60); */
    }
    .container> .text{
        /* border: 2px solid rgb(255, 0, 0); */
        position: relative;
        top: 210px;
        z-index: 2;
        width: 100%;
        height: auto;
        display: flex;
        justify-content: space-around;
        align-items: center;
    
    }
    .container> .text > .text_1{
        /* border: 2px solid rgb(0, 81, 255); */
        width: 40%;
        height: 60vh;
    }
    .container> .text > .imgtxt{
        /* border: 2px solid rgb(0, 255, 4); */
        width: 55%;
        height: 65vh;
    }
    .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: 1.6em;
        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;
        letter-spacing: 1px;
        height: 4em;
        width: 15em;
        background: rgb(0, 89, 255);
        color: rgb(255, 255, 255);
        font-size: 1.05em;
        border: none;
        border-radius: 10px;
        transition: all 0.3s ease-out;
    }
    
    a > .btn-2 {
        position: relative;
        z-index: 1;
        background: #ffb70ea0;
        /* background: rgb(7, 103, 7); */
        
    }
    
    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);
        /* color: #ffffff; */
    }
    /*------------------------------about content---------------------------  */
     #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(9, 255, 50); */
        width: 95%;
        height: auto;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        /* border-radius: 10px; */
        /* box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.3);  */
        margin: 10px 20px;
        padding: 30px 0px;
    
    }
    .body  > .box > .aboutcontent > .aboutimg{
        /* border: 3px solid rgb(4, 22, 183); */
        width: 35%;
        height: 30vh;
        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: 65%;
        height: auto;
        margin-top: 20px;
        padding: 20px;
    }
    .body > .box > .aboutcontent > .abouttext > p{
        font-size: 0.9rem;
        font-weight: 400;
        color: rgb(4, 0, 120);
        text-align: justify;
    }

/*---------------------services css --------------------------------------*/

.body > .box > #servicesec > h1{
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.2;
    color: rgb(4, 0, 120);
    text-align: center;
}
.body > .box > .serdiv {
    position: relative;
    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: auto;
    border-radius: 10px;
    box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    margin: 30px 10px;
    /* background-color: rgb(223, 104, 0); */
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
}

/* -----------------------overlay----------------------------------------- */

.services {
    position: relative;
     /* border: 2px solid green; */
    width: 30%;
    height: auto;
    border-radius: 10px;
    box-shadow: 2px 4px 5px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    margin: 30px 10px;
    /* background-color: rgb(223, 104, 0); */
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    align-items: center;
    
  }
  .services > h2{
    font-size: 1.2rem;
    color: rgb(255, 255, 255);
    position: absolute;
    top: 0;
    left: 20%;
  }
   .services >  .image {
    display: block;
    width: 100%;
    height: auto;
  }
  .services >  .overlay {
    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.9rem;
    line-height: 1.2;
    background-color: transparent;
    margin: 10px 15px;
    text-align: justify;
  }
  .services >  .overlay > .text > p > a{
    color: whitesmoke;
    font-size: 1.1rem;
    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: 1rem;
    font-weight: 600;
    line-height: 1.2;
    background-color: transparent;
  }
  .services > .overlay > .text > .p > a > .fa-whatsapp{
    font-size: 1.6rem;
    color: #ffffff;
    margin: 0px 0px 0px 20px;
    background: transparent;
  }
/*---------------------servicecard css-------------------------------- */
.body > .box > .serdiv > .services > img{
    /* border: 2px solid green; */
    width: 100%;
    height: 35vh;
    object-fit: cover;
    border-radius: 5px;
}
.body > .box > .serdiv > .services > .textlink { 
    background-color: none;
}
.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;
}

/* ---------------------------------------------------------------- */

.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: 1.8rem;
    font-weight: 500;
    line-height: 1.2;
    color: rgb(4, 0, 120);
    margin: 20px;

}
.body > .box > .chooseus > .des {
    text-align: center;
    padding: 20px;
}
.body > .box > .chooseus > .des > p{
    font-size: 0.8rem;
    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: 40%;
    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.7rem;
    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: row;
    justify-content: space-around;
    align-items: center;
   }
   .footer > .ftext > .footerlogo{
        width: 350px;
        height: auto;
        background: rgb(209, 73, 0);
    }
    
    .footer > .ftext > .footerlogo > a > img{
        text-decoration: none;
        width: 275px;
        height: 100px;
        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.9rem;
        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: 1rem;
    color: #ffffff;
    background: rgb(209, 73, 0);
}

.footer > .ftext > .address > .add >  a{
    text-decoration: none;
    font-size: 1rem;
    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: 1rem;
    color: #ffffff;
    background: rgb(209, 73, 0);
}

.footer > .ftext > .address > .call > a{
    text-decoration: none;
    font-size: 1rem;
    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: 1rem;
    color: #ffffff;
    background: rgb(209, 73, 0);
}

.footer > .ftext > .address > .mail > a{
    text-decoration: none;
    font-size: 1rem;
    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.6rem;
    color: #ffffff;
    background: rgb(209, 73, 0);
} 
.footer > .ftext > .address > .insta >  a > .fa-instagram:hover{
    font-size: 1.8rem;
    color: floralwhite;
}
.footer > .ftext > .address >  .insta >  a > .fa-linkedin-square{
    font-size: 1.6rem;
    color: #ffffff;
    background: rgb(209, 73, 0);
} 
.footer > .ftext > .address >  .insta >  a > .fa-linkedin-square:hover{
    font-size: 1.8rem;
    color: floralwhite;
}
.footer > .ftext > .address >  .insta >  a > .fa-facebook-square{
    font-size: 1.6rem;
    color: #ffffff;
    margin: 0px 20px;
    background: rgb(209, 73, 0);
}   
.footer > .ftext > .address >  .insta >  a > .fa-facebook-square:hover{
    font-size: 1.8rem;
    color: floralwhite;
} 
.footer > .ftext > .address >  .insta >  a > .fa-whatsapp{
    font-size: 1.6rem;
    color: #ffffff;
    margin: 0px 20px;
    background: rgb(209, 73, 0);
}
.footer > .ftext > .address >  .insta >  a > .fa-whatsapp:hover{
    font-size: 1.8rem;
    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: 1rem;
    font-weight: 600;
    text-align: center;
    line-height: 1.2;
    background: rgb(209, 73, 0);
}
.ctext > #copyright > p > span > .fa-copyright{
    font-size: 1rem;
    color: rgb(255, 9, 9);
} 
}
