@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&amp;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&amp;display=swap');


:root{
    --blue:#6D66FF;
    --s-blue:#6D66FF;

      --input-blue:#6D66FF;


    --border-color: #c7c8ca;
    --toggle-blue:#6D66FF;
    --blue-active:#6D66FF;
    --black:#444;
    --text-color: #fff;
    --hover-color: #6D66FF;
    --light-color:#777;
    --bg-color:#fff;
    --border:.1rem solid rgba(0,0,0,.2);

    --box-shadow:.4rem .4rem 1rem #ccc,
                -.4rem -.4rem 1rem #fff;


    --box-shadow2:.2rem .2rem 1rem #080808,
                -.2rem -.2rem 1rem #080808;


    --box-shadow-inset:.4rem .4rem 1rem #ccc inset,
                      -.4rem -.4rem 1rem #fff inset;


    --box-shadow-inset2: 0 1rem 2rem rgba(0,0,0,.1);


    --about-bg:#fff;

     --about-bg2:;

    --about-text:#444;

    --about-border:#c7c8ca;

    --about-head: #6D66FF;



    --service-bg: #fafbff;

    --grad: linear-gradient(to bottom right, #4468FF, #C463FF);

    --grad-input: linear-gradient(to right, #4468FF, #C463FF);

     --grad-input-hover: linear-gradient(to right,  #C463FF, #4468FF);


      --grad-pay: linear-gradient(to right, #4468FF, #C463FF);

      --grad-pay-hover: linear-gradient(to right, #FF6E2F, #FFC700);



     --plan-bg: #000;

     --plan-text: #ccc;


     --price-box: #fff;

     --price-txt: #808080;

     --span-txt: #003579;

     --span-txt2: #808080;

     --review-bg: #fff;

     --review-h1: #808080;

     --slide-bg: #e6e6e6;

     --slide-txt: #666;

     --why-blue: #4368FF;
     --why-txt: #1a1a1a;

     --why-box: #fff;

     --footer-bg: #00152F;

     --nav-bg: #fff;

     --nav-txt: #808080;

     --side-border: #fafafa;

     --login-bg: #003579;

     --flegend: #6DA4F6;




/*
     --admin-body: #0F0B4A;

     --admin-header: #000076;

     --users: #000076;

      --search: #00005F;

      --table: #00CCFF;

      --table-td: #00CCFF;

      --table-td2: #ccc;

      --th-txt: #00008A;

      --th-border: #fafafa;

      --act-head: #fff;

      --search-bg: #00005F;*/


      --admin-body: #000;

         --admin-header: #F76649;

         --users: #131313;

         --search: #1a1a1a;

         --table: #00CCFF;

         --table-td: #e6e6e6;

         --th-txt: #00008A;

         --th-border: #fafafa;

         --act-head: #00CCFF;

         --search-bg: #1a1a1a;
}




*{
  font-family: 'Poppins', sans-serif;
  margin:0; 
  padding:0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  border: none;
  text-decoration: none;
  -webkit-transition: all .2s linear;
  transition: all .2s linear;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

html::-webkit-scrollbar {
  width: 1rem;
}

html::-webkit-scrollbar-track {
  background: transparent;
}

html::-webkit-scrollbar-thumb {
  background: #fafafa;
}


body{
    font: 15px/1.5 Lato, sans-serif;
    padding:0;
    margin:0;
    background-color:#f4f4f4;
    width: 100%;
    top: 0px !important;
}


.google{
 background-color: #fafafa;
}


body > .skiptranslate {
    display: none;
}

#google_translate_element a {
  display: none;
}

.goog-logo-link {
    display:none !important;
} 
    
.goog-te-gadget {
    color: transparent !important;
}

.goog-te-banner-frame.skiptranslate {
display: none !important;
} 

#google_translate_element{
  background: #fafafa !important;
  text-align: center;
  width: 200px;
  margin: auto;
}

#google_translate_element select{
  padding: 0px !important;
  outline: none;
  width: 100% !important;
  color: #F76649 !important;
  background-color: #fafafa !important;
  
}




.heading{
  text-align: center;
  padding:2.5rem 0;
  color: #F76649;
}

.heading span{
  font-size: 3.5rem;
  background:rgba(255, 165, 0,.2);
  border-radius: .5rem;
  padding:.2rem 1rem;
}

.heading span.space{
  background:none;
}

.btn{
  display: inline-block;
  margin-top: 1rem;
  background:#F76649;
  color:#fff;
  padding:.8rem 3rem;
  border:none;
  cursor: pointer;
  font-size: 1.7rem;
  width: 100%;
  border-radius: 0rem;
}

.btn:hover{
  background-color:#4d4d4d;
  color: #fff;
  border-radius: 25px;
}


/*Home Styling*/

#particles-js{
 height: 100%;
 width: 100%;
}


.home{
  overflow: hidden;
  padding: 0px 0px 0px 0px;
}


.home .home-slider .swiper-wrapper .box {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.home .box img{
   height: 100vh;
   width: 100%;
   object-fit: cover;
   overflow: hidden;
}


.home .home-slider{
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;

}


.home .home-slider .swiper-wrapper .box .content{
  width: 100%;
  height: 100%;
  background: rgba(50, 53, 55, 0.6);
  overflow: hidden;
  position: absolute;
  z-index: 20;
  padding: 20rem 8rem;
  margin: auto;
  text-align: center;
  overflow: hidden;

}


.home .home-slider .swiper-wrapper .box .content h3{
  font-size: 8rem;
  color:#fff;
  text-transform: uppercase;
  padding: 7px;
  font-weight: 700;
}


.home .home-slider .swiper-wrapper .box .content p{
  font-size: 2.5rem;
  color:#fff;
  padding:5px;
  line-height: 1rem;
  font-weight: 300;
  letter-spacing: 2px;
  }


  .un-c{
    color: #F76649;
  }


  .btn5{
  display: inline-block;
  margin-top: 1rem;
  background: none;
  color:#fff;
  padding:.8rem 3rem;
  margin: 20px;
  cursor: pointer;
  font-size: 1.7rem;
  font-weight: 600;
  border-radius: 5rem;
  border: 1px solid #fff;
  transition: color 0.4s Linear;
  position: relative;
}


.btn5:hover{
  border: 1px solid #fff;
  border-radius: 5rem;
}


.btn5::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #F76649;
  border-radius: 5rem;
  z-index: -1000000000000000000000000;
  transition: transform 0.5s;
  transform-origin: 0 0;
  transition-timing-function: cubic-bezier(0.5,1.6,0.4,0.7);
}


.btn5::before{
  transform: scaleY(0);
}


.btn5:hover::before{
   transform: scaleY(1);
}

.nav-btn-bar{
  display: inline-block;
}


.nav-btn{
  display: inline-block;
  margin-top: 1rem;
  background: none;
  color:#4D4D4D;
  padding:.8rem 3rem;
  margin: 20px;
  cursor: pointer;
  font-size: 1.7rem;
  font-weight: 600;
  border-radius: 5rem;
  border: 1px solid #4D4D4D;
  /*background-color: #4D4D4D;*/
  transition: color 0.4s Linear;
  position: relative;
}


.nav-btn:hover{
  border: 1px solid #fff;
  color: #fff;
  border-radius: 5rem;
}


.nav-btn::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #F76649;
  border-radius: 5rem;
  z-index: -1000000000000000000000000;
  transition: transform 0.5s;
  transform-origin: 0 0;
  transition-timing-function: cubic-bezier(0.5,1.6,0.4,0.7);
}


.nav-btn::before{
  transform: scaleX(0);
}


.nav-btn:hover::before{
   transform: scaleX(1);
}


.home-btn-case{

  margin: 20px auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0rem;

}


.swiper-button-prev{
   left: 0%;
}

.swiper-button-next{
   right: 0%;
}



.swiper-button-next,
.swiper-button-prev{
   padding: 3rem 2rem;
   top: 50%;
   opacity: .6;
   
}


.swiper-button-next::after,
.swiper-button-prev::after{
   color: #fff;
   font-size: 3rem;
}



.swiper-button-next:hover,
.swiper-button-prev:hover{
   opacity: 1;
}






/*About Styling*/

#main{
 background-color: #fafbff;
  padding: 6rem 9% 5rem 9%;
}

.about-container2{
  width: 100%;
  margin: auto;
  overflow: hidden;
 
}

.dark{
  padding: 15px;
 background-color: #fafbff;
  color: #808080;
  margin-top: 10px;
  margin-bottom: 10px;
  border-bottom: 6px solid #c7c8ca;
  border-radius: 10px;
  line-height: 27px;
}

.dark p{
   font-size: 15px;
}


.dark img{
  width: 100%;
  height: 100%;
}




#sidebar{
  float: right;
  width: 30%;
  margin-top: 10px;
}

#main-col{
  float: left;
  width: 65%;

}

#main .about-container2 #main-col hr{
  background-color:#F76649 ;
  border: 3px solid #F76649;
  width: 90px;
  margin: 15px 0;
}

#main{
 background-color: #fafbff;
}

.main-col-text{
  text-align: left;
}

.dark-text{
  text-align: left;
}

.about_text{
  color: #808080;
  margin-top:10px;
  font-size: 15px;
}


.page-title{
  font-size:35px;
  color: #4d4d4d;
  font-weight: 700;
}

.sidebar-title{
  font-size: 20px;
  color: #F76649;
}





/*Services Styling*/

.services{
  background-color: #fafbff;
   padding: 5rem 9%;
}

.services .boxx-container{
  background-color: #fafbff;
   display: grid;
   grid-template-columns: repeat(auto-fit, 25rem);
   gap: 1rem;
   justify-content: center;
   align-items: flex-start;
}

.services .boxx-container .box{
   background-color: var(--white);
   padding: 1rem;
   text-align: center;
}

.box_border{
  border: 0.5px solid #4d4d4d;
  border-radius: 1rem;
}

.services_heading{
  background-color:#F76649 ;
  border: 3px solid #F76649;
  width: 10%;
  margin: auto;
  margin-bottom: 40px;
}

.services .boxx-container .box img{
   margin: 1rem 0;
   height: 8rem;
}

.services .boxx-container .box h3{
   font-size: 5rem;
   color: #F76649;
   text-transform: capitalize;
}

.services .boxx-container .box p{
   font-size: 2rem;
   font-weight: 600;
   color: #1a1a1a;
   padding-bottom: 1.5rem;
}

.heading{
   text-align: center;
   padding-bottom: 2.5rem;
   font-size: 4rem;
   color: #4d4d4d;
   text-transform: capitalize;
}

/*gallery Styling*/

.gallery{
 background-color: #fafbff;
padding: 2rem 9%;
}

.gallery .heading{
  color: #4d4d4d;
}


.gallery .box-container{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.gallery .box-container .box{
  margin: 0.5rem;
  border-radius: 0.5rem;
  border: 1px solid #ebebeb;
  box-shadow: 0.5rem 1rem rgba(0, 0, 0, 0);
  padding: 0.5rem 0.5rem;
  text-align: center;
  flex: 1 1 25rem;
}

.gallery .box-container .box >img{
  object-fit: cover;
  height: 100%;
  width: 100%;
  padding: 1rem;
}

.gallery .box-container .box >h3{
  font-size: 2.5rem;
  color: #F76649;
}


.gallery .box-container .box >p{
  font-size: 1.5rem;
  color:#333;
  padding: 1rem 0;
}


.btn7{
  display: inline-block;
  
  color:#4d4d4d;
  padding:.6rem 2rem;
  cursor: pointer;
  font-size: 1.7rem;
  font-weight: 600;
  border-radius: 5rem;
}


.btn7:hover{
  background-color: #fff;
  color: #F76649;
}

.gallery .box-container .box:hover{
  color: #F76649;
}




/*Review Styling*/


.reviews{
  padding: 2rem 9%;
  width: 100%;
  background-image: url(images/bg_review.jpg);
  background-size: cover;
  background-position: center;
  overflow:hidden;
  background-attachment: fixed;
}


.heading_rev{
   text-align: center;
   padding-bottom: 2.5rem;
   padding-top: 2rem;
   font-size: 4rem;
   color: #F76649;
   text-transform: capitalize;
}


.review_heading{
  background-color:#fff;
  border: 3px solid #fff;
  width: 10%;
  margin: auto;
  margin-bottom: 40px;
}


.reviews .box{
   text-align: center;
   user-select: none;
   padding: 2rem;
   margin-bottom: 4rem;
}

.reviews .box img{
   height: 12rem;
   width: 12rem;
   border-radius: 50%;
   object-fit: cover;
}

.reviews .box h3{
   margin: 1.5rem 0;
   font-size: 2rem;
   color: #fff;
}

.reviews .box p{
   line-height: 2;
   font-size: 1.5rem;
   color: #fff;
   text-align: left;
}

.reviews .box i{
   line-height: 2;
   font-size: 1.5rem;
   color: #F76649;
   text-align: left;
   padding: 3px;
}



/*Contact Styling*/

.contact{
   padding: 5rem 9%;
  background-color: #fafbff;
}

.contact .row{
   display: flex;
   flex-wrap: wrap;
   gap: 2rem;
   align-items: center;
}

.contact .row .image{
   flex: 1 1 30rem;
}

.contact .row .image img{
   width: 100%;
}

.contact .row form{
   flex: 1 1 30rem;
   background-color: #fafbff;
   box-shadow: 0 1rem 2rem rgba(0,0,0,.1);
   padding: 2rem;
}

.contact .row form ::placeholder{

color: #333;

font-size: 15px;

}

.contact .row form h3{
   padding-bottom: 1rem;
   font-size: 2.5rem;
   color: #F76649;
   text-align: center;
   text-transform: capitalize;
}

.contact .row form .box{
  width: 100%;
  border: 0.1rem solid #666;
  padding: 1.4rem;
  color: #666;
  font-size: 1.8rem;
  margin: 1rem 0;
  border-radius: 3rem;
}

.contact .row form textarea{
   height: 15rem;
   resize: none;
   border-radius: 3rem;
}


/*Our Team Styling*/

.team {
  padding: 3rem 9%;
  background-color: #fafbff;
  
}

.team .team-slider .heading{
  color: #4d4d4d;
}

.team .box-container .box{
  margin: auto;
  border-radius: 0.5rem;
  box-shadow: 0 1rem 2rem rgba(.1,.1,.1,.1);
  padding: 4.7rem 3rem;
  text-align: center;
  user-select: none;
  background-size: cover;
  overflow: hidden;
}

.team .box-container .box >img{
  border-radius: 50%;
  object-fit: cover;
  height: 20rem;
  width: 20rem;
}

.team .box-container .box >h3{
  font-size: 2.5rem;
  color:  #F76649;
  font-weight: 500;
}

.team .box-container .box >span{
  font-size: 2rem;
  color: #808080;
  font-weight: 300;
}

.team .box-container .box .share{
  padding: 1rem 0;
}

.team .box-container .box .share >a{
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  font-size: 2rem;
  color: #fff;
  background: #808080;
  border-radius: 3px;
}

.team .box-container .box .share >#fb{
   background: #4267b2;
}

.team .box-container .box .share >#twi{
   background: #00acee;
}

.team .box-container .box .share >#ink{
   background: #0072b1;
}

.team .box-container .box .share >#fb:hover{
  color: #fff;
  background-color:#6684C1;
}

.team .box-container .box .share >#twi:hover{
  color: #fff;
  background-color:#46C3F3;
}

.team .box-container .box .share >#ink:hover{
  color: #fff;
  background-color:#4698C6;
}



#grad-team{
  background-image: linear-gradient(to right, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
}


/*Footer Styling*/

.footer{
  padding: 2rem 9%;
  position: relative;
  background-image: url(images/bg_review.jpg);
  background-size: cover;
  background-position: center;
  overflow:hidden;
  background-attachment: fixed;

}


.footer .flex{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;

}


.footer .flex .box{
   flex: 1 1 30rem;
   margin-top: 4rem;
}

.footer .flex .box h3{
  font-size: 2rem;
  color: #fff;
 }


.footer .flex .box a{
   display: block;
   padding: 1rem 0;
   font-size: 1.8rem;
}

.footer .flex .box a span{
   color:#F76649;
   padding-left: 1rem;
}

.footer .flex .box a:hover span{
   color:#fff;
   font-weight: 600;
}

.footer .flex .box a i{
   color: #fff;
}

.footer .flex .box:last-child{
   text-align: left;
}


.footer .flex .box:first-child a i{
  /* margin-right: 1.5rem;*/
}


.footer .flex .box:nth-child(2){
   text-align: left;
}

.footer .flex #box1{
 background: rgba(49, 55, 59, 0.5);
} 


.footer .flex .box h1{
  color: #fff;
  font-size: 3rem;
  margin: auto;
  text-align: center;
  padding-top: 20px;
}



.footer .flex .box form {
  margin:auto;
  width: 50%;
}

.footer .flex .box .form-p{
  margin-bottom: 25px;
}


.footer .flex .box .button1{
 background-color: #F76649;
  width: 100%;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  margin: 8px 0px;
  padding: 10px 20px;
  border:none;
  cursor: pointer;
  border-radius: 1rem;
}


.footer .flex .box .button1:hover{
  background-color: #4d4d4d;
  border-radius: 5rem;
}

.footer .flex .box .button1:focus{
  outline: none;
}


.footer .flex .box input[type=email]:focus{
  outline: none;
  color: #1a1a1a;
}


.footer .flex .box input[type=email]::placeholder{
  color: #1a1a1a;
}


.footer .flex .box input[type="email"]{
  width:100%;
  margin: 8px 0px;
  padding: 12px 20px;
  border: 1px solid #c7c8ca;
  color: #1a1a1a;
  border-radius: 3rem;
}





.footer .credit{
   padding: 3rem 2rem;
   text-align: center;
   border-top: #fff;
   font-size: 2rem;
   color: #fff;
   margin-top: 2rem;
   /* padding-bottom: 10rem; */
   overflow: hidden;
}


.footer .credit span{
   color: #F76649;
}








/*Services2 Styling*/


.services2{
  background-color: #fafbff;
}


.services2 h1{
  color: #4d4d4d;
}

.services2 p{
  color: #4d4d4d;
  text-align: center;
  margin-bottom: -20px;
  padding-top: 20px;
  font-size: 20px;
  font-weight: 300;
}



.services2 .boxx-container{
   display: grid;
   grid-template-columns: repeat(auto-fit, 30rem);
   gap: 2rem;
   justify-content: center;
   align-items: flex-start;
}

.services2 .boxx-container .box{
   background-color: #fafbff;
   box-shadow: 0 5px 10px rgba(0, 0, 0, 0,0.1);
   padding: 2rem;
   text-align: center;
}

.services2 .boxx-container .box:hover{
    box-shadow: 0 1rem 2rem rgba(0,0,0,.1);
}

.services2_heading{
  background-color:#F76649 ;
  border: 3px solid #F76649;
  width: 10%;
  margin: auto;
  margin-bottom: 40px;
}


.services2 .boxx-container .box img{
   margin: 1rem 0;
   height: 8rem;
}

.services2 .boxx-container .box h3{
   font-size: 2rem;
   padding: 1rem 0;
   color: #1A1A1A;
   text-transform: capitalize;
}

.services2 .boxx-container .box p{
   line-height: 2;
   font-size: 1.6rem;
   color: #1a1a1a;
   padding-top: .5rem;
}

.heading{
   text-align: center;
   padding-bottom: 2.5rem;
   font-size: 4rem;
   color: var(--black);
   text-transform: capitalize;
}


















































/*Back-end Stylings*/


i{
  font-size: 20px;
  color: #fff;
}

i:hover{
  color: #F76649;
  transition: 0.3s ease;  
}


/*Header-control*/

.fixed-header{
  width: 100%;
  position: sticky;
  background-color:  #fafafa;
  top: 0;
  z-index:20;
  overflow: hidden;
}


.fixed-header .flex-container .logo-box{
  
  width:150px ;
  height:50px ;
  margin: 0;
  padding-top: 4px;
}


.fixed-header .flex-container .logo-box img{
  
  width:100%;
  height:100%;
}



.navbar{
  color: #fff;
  height: 100px;
  padding-top: 15px;
  overflow: hidden;
  display: flex;
}

.img1{
  margin-left: 0px;
  margin-top: 5px;
}


.flex-container{
  margin: 0 auto;
  overflow: hidden;
  padding: 0 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  height: 80px;
  border-bottom: 5px solid #F76649;
  overflow: hidden;
}


.navbar-nav li a{
  float: left;
  display: block;
  color: #4d4d4d;
  text-align: center;
  padding: 15px 16px;
  text-decoration: none;
  font-size: 17px;
  transition: 0.3s ease;
  position: relative;
}

.navbar-nav a:hover{
  font-weight: bold;
  color:#F76649;
}

.navbar-nav .active a{
  color:#F76649;
    font-weight:400;
}

.navbar-nav .active a::after, .navbar-nav a:hover::after{
  content: "";
  width:40%;
  height: 2px;
  background-color: #F76649;
  position: absolute;
  bottom: 10px;
  left: 20px;
  transition: 0.3s ease;
}

.navbar ul{
  margin: 8px 0 0 0;
  padding-top: 0;
  list-style-type: none;
  display: flex;
}


.side-nav{
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  background-color: #fafafa;
  overflow-x: hidden;
  padding-top: 60px;
  transition: 0.5s;
}


.side-nav a{
  padding: 10px 10px 10px 30px;
  text-decoration: none;
  font-size:18px;
  color: #4d4d4d;
  display: block;
  transition: 0.3s;
}


.side-nav a:hover{
  color: #F76649;
  font-weight: 300;

}


.side-nav hr{
  color: #3b5998;
  width: 200px;
}


.side-nav .btn-close{
  position: absolute;
  top: 0;
  right: 22px;
  font-size: 36px;
  margin-left: 50px;

}


.open-slide{
  display: none;
}




hr{
  height: 2px;
  background-color: #fafafa;
  border:none;
}



/*admin-form-container*/

#admin1{
  width: 100%;
  padding: 0rem 4%;
}

.admin-form-container{
  width:100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  overflow: hidden;
}


.container{
  position: relative;
  max-width: 100%;
  width: 700px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0,0.1);
  overflow: hidden;
  margin: 40px 10px;
  
}

.container .forms{
  width: 200%;
  transition: height 0.2s ease;
}

.container .form{
  width: 50%;
  padding: 20px;
  background-color: #fff;
}


.title{
  font-size: 25px;
  text-align: center;
  text-transform: capitalize;
  color: #808080;
  margin-top: -10px;
  margin-bottom: -3px;

}


.form .input-field{
  position: relative;
  height: 60px;
  width: 100%;
  margin-top: 15px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;

}

.form p{
  font-size: 13px;
  margin-top: 10px;
  }



.input-field input{
  position: absolute;
  height: 100%;
  width: 100%;
  padding: 18px 45px;
  border: none;
  outline: none;
  font-size: 16px;
  background-color: #1a1a1a;
  color: #fafafa;
  border-radius: 10rem;
  transition: all 0.2s ease;
}

.input-field select{
  position: absolute;
  height: 100%;
  width: 100%;
  padding: 18px 45px;
  border: none;
  outline: none;
  font-size: 16px;
  background-color: #1a1a1a;
  color: #fafafa;
  border-radius: 10rem;
  transition: all 0.2s ease;
}


.input-fieldinput:focus{
  border-bottom-color: #fff;
}



.input-field i{
  position: absolute;
  top: 50%;
  margin-left: 13px;
  transform: translateY(-50%);
  color:#F76649;
  font-size: 18px;
  transition: all 0.2s ease;
}


.input-field input:focus ~ i{
  color: #fff;
}


.input-field i .icon{
  left: 0;
}

.form3 .button{
  margin-top: 20px;
}


.input-field button{
  border: none;
  color: #fff;
  font-size: 20px;
  padding: 15px 45px;
  font-weight: 600;
  width: 100%;
  letter-spacing: 1px;
  background-color: #DA2C32;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 15px;
}


 .input-field button:hover{
  background:#1A1A1A;
  color:#fff;
  border-radius: 50px;
}

input::placeholder{
  color: #fff;
  font-size: 13px;
}


#addicon{
  margin-left: 40%;
  color: #fff;
}


#grad{
  background-image: linear-gradient(to right, #DA2C32, #fbb11d, #DA2C32);
}



/*Update Table*/


#admin{
padding: 0rem 4%;
overflow: hidden;

}

#admin .values{
margin: auto;
width: 100%;
border-radius: 5px;
border: 2rem solid #1a1a1a;

}

#admin .values .heading h3{
  font-size: 25px;
  text-align: center;
  color: #;
}


#admin .values table{
display:block;
overflow-x: scroll;
white-space: nowrap;
width: 100%;
}


.btn11{
  width: 110px;
  background-color: #1a1a1a;
  color: #fff;
  margin: 10px 0px;
  padding: 10px 8px;
  border:none;
  font-size: 1.5rem;
  cursor: pointer;
  border-radius: 10px;
  }


  .btn11:hover{
    color: #fff;
    background-color: #fff;
    border-radius: 20px;
  }

  .btn12{
  width: 110px;
  color: #fff;
  background-color: #DA2C32;
  margin: 10px 0px;
  padding: 10px 8px;
  border:none;
  font-size: 1.5rem;
  cursor: pointer;
  border-radius: 10px;
  }


  .btn12:hover{
    background-color: #fff;
    color: #fff;
     border-radius: 20px;
  }


  .btncase{
  margin: 10px 20px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 0.6rem;

  }


 #admin .values table, th, td{
    border: 1px solid #fff;
    border-collapse: collapse;
  }

  #admin .values table {
    display:block;
    overflow-x: auto;
    white-space: nowrap;
  }

 #admin .values table td{
    background-color: #ebebeb;
    font-size: 14px;
    font-weight: 300;
    padding: 5px;
  }


  #admin .values table th{
    color: #fff;
    background-color:#F76649;
    font-size: 14px;
    font-weight: 400;
    padding: 9px;
  }


/*  #admin .values table tr:nth-child(even){
  background-color: #fff;
}


#admin .values table tr:nth-child(odd){
  background-color: #e6e6e6;
}*/




#grad1{
  background-image: linear-gradient(to right, #CE9A9C, #ADD7E5);
}

#grad3{
  background-image: linear-gradient(to right, #0f2f5e, #e20309);
}

#grad4{
  background-image: linear-gradient(to right, #923D2B, #F76649);
}

#grad5{
  background-image: linear-gradient(to right, #00303c, #569DE3);
}




/*Update Pop Up*/


.popup{
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 0px 0px 0px;
  color: #333;
  margin-top: 4%;
  overflow-y: auto;
}


.popupmain{
  position: fixed;
  z-index: 100000000;
  width: 100%;
  top: 0rem;
  bottom: 0rem;
  right: 0rem;
  left: 0rem;
  background-color: rgba(255,255,255,0.9);
  overflow-y: auto;
}


.pop-form-container{
  width:100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 3rem;
}


.pop-container{
  position: relative;
  max-width: 100%;
  width: 600px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0,0.1);
  overflow: hidden;
  margin: 40px 10px;
  
}

.pop-container .pop-forms{
  width: 200%;
  transition: height 0.2s ease;
}

.pop-container .pop-form{
  width: 50%;
  margin-bottom: 5rem;
  padding: 20px;
}



.pop-title{
  font-size: 25px;
  text-align: center;
  text-transform: capitalize;
  color: #F76649;
  margin-top: -10px;
  margin-bottom: -3px;

}


.pop-form .pop-input-field{
  position: relative;
  height: 50px;
  width: 100%;
  margin-top: 15px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;

}

.pop-form p{
  font-size: 13px;
  margin-bottom: -11px;
  text-align: left;
  }



.pop-input-field input{
  position: absolute;
  height: 100%;
  width: 100%;
  padding: 18px 45px;
  border: none;
  outline: none;
  font-size: 16px;
  background-color: #1a1a1a;
  color: #fafafa;
  border-radius: 10rem;
  transition: all 0.2s ease;
}

.pop-input-field select{
  position: absolute;
  height: 100%;
  width: 100%;
  padding: 18px 45px;
  border: none;
  outline: none;
  font-size: 16px;
  background-color: #1a1a1a;
  color: #fafafa;
  border-radius: 10rem;
  transition: all 0.2s ease;
}


.pop-input-fieldinput:focus{
  border-bottom-color: #fff;
}



.pop-input-field i{
  position: absolute;
  top: 50%;
  margin-left: 13px;
  transform: translateY(-50%);
  color:#F76649;
  font-size: 18px;
  transition: all 0.2s ease;
}


.pop-input-field input:focus ~ i{
  color: #fff;
}


.pop-input-field i .icon{
  left: 0;
}


.pop-form .button #button2{
   margin-top: 70px;
}


.pop-form .button{
  margin-top: 70px;
  display: flex;
  align-content:space-between;
  justify-content: flex-start;
  gap: 4rem;
}



.pop-input-field button{
  border: none;
  color: #fff;
  font-size: 20px;
  padding: 10px 45px;
  font-weight: 600;
  letter-spacing: 1px;
  background-color: #F76649;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 20px;
  box-shadow: 0px 8px 6px -5px #1a1a1a;
}


 .pop-input-field button:hover{
  background:#1A1A1A;
  color:#fff;
  border-radius: 100px;
}





/*Delete Pop Up*/

.del-container{
  position: relative;
  max-width: 60%;
  width: 60%;
  background-color: rgba(0,0,0,0.75);
  border-radius: 15px;
  overflow: hidden;
  padding: 30px;
  margin: auto;
}



.del-input-field button{
  border: none;
  color: #fff;
  font-size: 20px;
  padding: 10px 45px;
  font-weight: 600;
  letter-spacing: 1px;
  background-color: #DA2C32;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 20px;
  box-shadow: 0px 8px 6px -5px #1a1a1a;
  margin-top: 10px;
}


.del_p{
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
}



.del-input-field button:hover{
  background:#1a1a1a;
  color:#fff;
  border-radius: 25px;
}



/*Tracking heading Styling*/

#admin_track{
background-color:#1a1a1a;
position: relative;
background-image: url(images/phead.png);
background-size: contain;
background-position: top;
overflow:hidden;
background-attachment: fixed;
background-repeat:no-repeat;
}

#admin_track .brand-container-tracking{
text-align: center;
color: #fff;
padding: 5rem;
}


#admin_track .brand-container-tracking .brand-img{
margin-bottom: 2rem;
}

#admin_track .brand-container-tracking h3{
  font-size: 20px;
  font-weight: 400;
  color: #fff;
}





/*Tracking Values Styling*/
#print-admin{
padding: 5rem 20%;
overflow: hidden;
background-color: #0E0E0E;
}


#print-admin .print-values{
width: 100%;
border-radius: 5px;
border: 0.5rem solid #F76649;
margin-top: -30px;

}

#print-admin .print-values .heading h3{
  font-size: 25px;
  text-align: center;
  color: #1a1a1a;
}


.consignment-heading{
  background-color: #050505;
 /* border-bottom: 1px solid #00264b;*/
  color: #fff;
  padding: 1.5rem 5%;
  font-size: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}


.consignment-heading h4 span{
    color: #F76649;
    font-weight: 500;
    letter-spacing: 2px;
  }


.print-btn{
  width: 70px;
  background-color:#F76649;
  color: #fff;
  border: 1px solid #fff;
  padding: 6px 6px;
  font-size: 1.5rem;
  cursor: pointer;
  }


 .print-btn:hover{
    background-color: #da2c32;
    color: #fff;
    transition: 0.3s ease; 

  }



  .casing_btn{
  margin: 5px 5px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wraps;
  gap: 7px;
  }


#print-admin .print-values .print-container-box{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 5rem 3%;
  margin-top: -25px;

}


.print-box{
  width: 350px;
  border: .1px solid #F76649;
  border-radius: 6px;
  padding: 16px 4px;
  margin: 7px 7px;
}



.print-box h3{
  color: #e6e6e6;
  padding-left: 15px;
  font-size: 15px;
  font-weight: 500;
}


.print-box h3 span {
  color: #e3e3e3;
}



#print-admin .print-values .print-container-box-2{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 1rem 3%;
  margin-top: -4rem;
  background-color: #000;

}


.print-box-2{
  width: 350px;
  background-color: #fff;
  border: 1px solid #5E82F4;
  border-radius: 6px;
  color: #1A1A1A;
  padding: 20px 4px;
  margin: 7px 7px;
}


#gif{
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: nowrap;
  overflow: hidden;
  background-color: #fdfefe;

}

.print-box-2 img{

  }


.print-box-2 h3{
  color: #080808;
  padding-left: 15px;
  font-size: 15px;
  font-weight: 500;
}

.print-box-2 h3 .TStatus{
  color: #F76649;
}


.print-box-2 h3 span {
  color: #F76649;
}



#print-admin .print-values .table-container{
  width: 100%;
  padding: 1rem 5%;
}


  #print-admin .print-values .table-container table{
    display:block;
    overflow-x: scroll;
    white-space: nowrap;
    width: 100%;
    border-radius: 9px;
    text-align: center;
    border-collapse: collapse;
    background: #FFF;
  }

  ur

#print-admin .print-values .table-container td{
    background-color: #fff;
    font-size: 14px;
    padding: 13px;
    color: #4d4d4d;
    text-align: center;
  }

  .date{
    color: #da2c32;
  }

  #print-admin .print-values .table-container th{
    color: #fff;
    background-color:#1a1a1a;
    font-size: 14px;
    padding: 13px;
    font-weight: 500;
  }


  #print-admin .print-values .table-container table th:nth-child(even){
    background-color:none !important;
  }


  #print-admin .print-values .table-container table tr td:nth-child(even){
    background-color:#f2f2f2 !important;
  }




  /*Tracking Login Styling*/


.log_sec{
  width: 100%;
  min-height: 100vh;
  padding: 3rem 0;
  position: relative;
  background-image: url(images/bg_review.jpg);
  background-size: cover;
  background-position: center;
  overflow:hidden;
  background-attachment: fixed;
}



.login-track-container{
  width:100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}


.tc-container{
  position: relative;
  max-width: 100%;
  width: 550px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0,0.1);
  overflow: hidden;
  /*border: 3px solid #F76649*/
  border: 3px solid #F76649;
  margin: 40px 10px;
  
}

.tc-container .tc-forms{
  width: 200%;
  transition: height 0.2s ease;
}

.tc-container .tc-form{
  width: 50%;
  padding: 30px;
  background-color: #fff;
}


.tc-form .tc-input-field{
  position: relative;
  height: 60px;
  width: 100%;
  margin-top: 20px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;

}

.tc-form p{
  font-size: 13px;
  margin-bottom: -12px;
  }



.tc-input-field input{
  position: absolute;
  height: 100%;
  width: 100%;
  padding: 18px 45px;
  border: none;
  outline: none;
  font-size: 16px;
  background-color: #1a1a1a;
  color: #fafafa;
  border-radius: 10rem;
  transition: all 0.2s ease;
}



.tc-input-field input[type="checkbox"]{
  position: absolute;
  height: 24px;
  width: 24px;

}


.tc-input-field label{

  padding-left: 30px;
  color: #1a1a1a;
}



.input-fieldinput:focus{
  border-bottom-color: #fff;
}


.tc-input-field i{
  position: absolute;
  top: 50%;
  margin-left: 13px;
  transform: translateY(-50%);
  color:#F76649;
  font-size: 18px;
  transition: all 0.2s ease;
}


.tc-input-field input:focus ~ i{
  color: #fff;
}


.tc-form .button{
  margin-top: 10px;
}


.tc-input-field button{
  border: none;
  color: #fff;
  font-size: 20px;
  padding: 15px 45px;
  font-weight: 600;
  width: 60%;
  margin: auto;
  letter-spacing: 1px;
  box-shadow: 0px 8px 6px -5px #1a1a1a;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 15px;
}


 .tc-input-field button:hover{
  background:#1A1A1A;
  color:#fff;
  border-radius: 50px;
}


input::placeholder{
  color: #fff;
  font-size: 13px;
}


.tc-container .tc-form .title{
  position: relative;
  font-size: 25px;
  font-weight: 500;
  color: #1A1A1A;
}



.tc-form .title::before{
  content: '';
  position: absolute;
  left: 0;
  bottom: -6px;
  height: 3px;
  width: 45px;
  background-color:#F76649;
  border-radius: 25px;
}






/*Alert Styling*/

#alert_sec{

}


.alert-popup{
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 0px 0px 0px;
  color: #333;
  margin-top: 4%;
}


.alert-popupmain{
  position: fixed;
  z-index: 100000000;
  width: 100%;
  top: 0rem;
  bottom: 0rem;
  right: 0rem;
  left: 0rem;
}


.alert-pop-form-container{
  width:100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-bottom: 3rem;
}


.alert-pop-container{
  position: relative;
  max-width: 100%;
  width: 200px;
  background: #da2c32;
  color: #fff;
  border-radius: 5px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0,0.1);
  overflow: hidden;
  
}

.add-pop-container{
  position: relative;
  max-width: 100%;
  width: 200px;
  background: #003466;
  color: #fff;
  border-radius: 5px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0,0.1);
  overflow: hidden;
  
}


.ok-btn{
  width: 50px;
  background-color: #da2c32;
  color: #fff;
  border: 1px solid #fff;
  padding: 6px 4px;
  font-size: 1.5rem;
  cursor: pointer;
  margin-bottom: 5px;
  }


 .ok-btn:hover{
    background-color: #fff;
    color: #1a1a1a;

  }


  /* Track Details Pop-Up*/

  .ap-popup1{
  width: 100%;
  margin: 0 auto;
  text-align: left;
  padding: 0px 0px 0px;
  color: #333;
  overflow-y: auto;
}


.ap-popupmain1{
  position: fixed;
  z-index: 10000000000000;
  width: 100%;
  height: 100%;
  top: 0rem;
  bottom: 0rem;
  right: 0rem;
  left: 0rem;
  background-color: rgba(255,255,255,1.0);
  overflow-y: auto;
}



.ap-popup2{
  width: 100%;
  margin: 0 auto;
  text-align: left;
  padding: 0px 0px 0px;
  color: #333;
  overflow-y: auto;
}


.ap-popupmain2{
  position: fixed;
  z-index: 1000000000000000000000000000000000000000000000000000000000000;
  width: 100%;
  height: 100%;
  top: 0rem;
  bottom: 0rem;
  right: 0rem;
  left: 0rem;
  background-color: rgba(255,255,255,0.9);
  overflow-y: auto;
}



/*Receipt Styling*/

#receipt-admin{
  padding: 0rem 3%;
  width: auto;
  margin: auto;
}

.receipt-admin-values{
  margin: auto;
  width: 100%;
  border-radius: 5px;
  border: 2rem solid #4d4d4d;
  position: relative !important;
  background-image: url(images/receipt-bg.png);
  background-color: #fff;
  background-size: contain;
  background-position: center;
  overflow:hidden;

}


.receipt-header{
  padding: 1rem 5%;
  display: flex;
  justify-content: space-between;
  background-color:#F76649;
  color: #fff;
}

.logo-container{
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 0px;
}


.company-address{
  margin-right: 0px;
}

.receipt-header h3{
  margin-bottom: 0;
}

.receipt-header P{
  margin-top: 10px;
}

.logo-container img{
  width: 30%;
  margin-top: 0rem;
}


.customer-container{
   padding: 7rem 4%;
   display: flex;
   justify-content: space-between;
   flex-wrap: wrap;
   margin-top: -44px;
   line-height: 3rem;

}


.customer-container h2{
  margin-bottom: 10px;
  color: #4d4d4d;
  font-size: 20px;
  font-weight: 600;
}

.customer-container h4{
  margin-bottom: 10px;
  margin-top: 0;
  color: #808080;
}

.customer-container p{
 margin: 0;
 color: #4d4d4d;
}

.customer-container h4 span{
 margin: 0;
 color: #F76649;
}

.customer-container h3 span{
 margin: 0;
 color: #F76649;
}

.customer-container p span{
  color: #333;
}

.in-details{
  margin-top: auto;
  margin-bottom: auto;
}

/*

.product-container{
  padding: 5rem 4%;
  margin-top: -85px;
  width: auto;

}


.product-container .item-table{
  display:block;
  overflow-x: auto;
  white-space: nowrap;
  width: 100%;
  text-align: left;
}


.product-container .item-table td, th{
  padding: 20px 30px;
  }


.product-container .item-table th{
  background-color: #003466;
  color: #fff;
  font-weight: 500;
}

*/


.ap-product-container{
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
   padding: 5rem 4%;
  margin-top: -10rem;

}


.ap-product{
  width: 280px;
  border: 1px solid #808080;
  padding: 15px 4px;
  margin: 0px 0px;
}

.ap-product h3{
  color: #333;
  padding-left: 15px;
  font-size: 15px;
  font-weight: 500;
}


.ap-product h3 span {
  color: #569DE3;
}


.ap-product h3 .paid{
  color:#5e82f4;
}



.invoice{
  color: #4d4d4d;
  font-size: 25px;
  font-weight: 300;
}


.invoice-footer{
  padding: 3rem 4%;
  display: flex;
  justify-content: space-between;

margin-top: -50px;

}


.invoice-footer h2{
  margin-bottom: 10px;
}

.note{
  width: 50%;
}

.note h2{
  font-size: 25px;
  margin-bottom: 10px;
  color: #F76649;
  font-weight: 500;
}

.note p{
  font-size: 14px;
  color: #4d4d4d;
  font-weight: 300;
}


.stamp{
  width: 165px;
  height: 165px;
}

.stamp img{
  width: 100%;
  height: 100%;
}



.print-btn-2{
  width: 70px;
  background-color: #fafafa;
  color: #333;
  border: 1px solid #fff;
  padding: 5px 8px;
  font-size: 1.5rem;
  cursor: pointer;
  border-radius: 6px;
  border: 2px solid #333;
  }


 .print-btn-2:hover{
    background-color: #808080;
    color: #fff;

  }



.print-btn-3{
  width: 70px;
  background-color: #fafafa;
  color: #333;
  border: 1px solid #fff;
  padding: 5px 8px;
  font-size: 1.5rem;
  cursor: pointer;
  border-radius: 6px;
  border: 2px solid #333;

  }


 .print-btn-3:hover{
    background-color: #808080;
    color: #fff;

  }


  .print-download{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    margin:13px auto;
    gap: 3px;


  }



  .loader-container{
    position: fixed;
    top:0; left:0;
    height:100%; 
    width:100%;
    z-index: 10000;
    background:#000;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.loader-container img{
    width:35rem;
}

.loader-container.fade-out{
    top:-110%;
    opacity:0;
}


/*loader 2*/

.loader-container2{
    position: fixed;
    top:0; left:0;
    height:100%; 
    width:100%;
    z-index: 1000000000000000000000000000000000000000000000000000000000000000000000;
    background:#CB430B;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.loader-container2 img{
    width:35rem;
}

.loader-container2.fade-out{
    top:-110%;
    opacity:0;
}




/*Admin-side-Printing*/

.ap-popup{
  width: 100%;
  margin: 0 auto;
  text-align: left;
  padding: 0px 0px 0px;
  color: #333;
  margin-top: 4%;
  overflow-y: auto;
}


.ap-popupmain{
  position: fixed;
  z-index: 1000000000000000000000000000000000000;
  width: 100%;
  height: 100%;
  top: 0rem;
  bottom: 0rem;
  right: 0rem;
  left: 0rem;
  background: #fff;
  overflow-y: auto;
}



/*Scroll Top*/

.to-top{
  background-color: #ed3237;
  position: fixed;
  bottom: 20px;
  right: 16px;
  height: 60px;
  width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  transition: all 0.4s;
  transition-timing-function: ease-in-out;
  z-index: 100000000000000000000000000000000;
}


#progress-value{
  display: block;
  height: calc(100% - 17px);
  width: calc(100% - 17px);
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 25px;
  color: #00264b;

}



.don_gateway{
  padding: 4rem 5%;
   max-width: 100%;
   margin: 0 auto;
   background-color: #fafbff;
}


.don_gateway .heading{
  color: #4d4d4d;
}



.don_gateway .box-container{
   display: flex;
   flex-wrap: wrap;
   gap: 2rem;
   align-items: flex-start;
}


.don_gateway .box-container .box{
   flex: 1 1 40rem;
   box-shadow: 0 .5rem 1rem rgba(0,0,0,.1);
   border-radius: 5px;
}

.don_gateway .box-container .box h3{
   padding: 1.5rem 2rem;
   font-size: 2rem;
   background-color: #F76649;
   color: #fff;
   display: flex;
   align-items: center;
   justify-content: space-between;
   gap: 1rem;
   cursor: pointer;
   border-radius: 5px;
}

.don_gateway .box-container .box p{
   font-size: 1.6rem;
   font-weight: 300;
   color: #1a1a1a;
   background-color: #fff;
   padding: 1.5rem 2rem;
   line-height: 1.5;
   display: none;
   border-radius: 5px;
}

.don_gateway .box-container .box.active p{
   display: block;
}

.don_gateway .box-container .box .don{
  font-weight: 500;
  color:#F76649;
}


.don_gateway .box-container .box.active h3{
   background-color: #4d4d4d;
   border-radius: 5px;
}













/*New Admin Styling*/


/*Admin Side Styling*/

  #admin_body{
  background-color:#212121;
  padding-left: 35rem;
  margin-top: 13rem;
  margin-bottom: 12rem;
  }


.flex-container2{
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  display: flex;
  padding: 0 20px;
  /*justify-content: center;*/
  align-items: center;
  justify-content: space-between;
  height: 90px;
  width: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
}


.fixed-header2{
  position: fixed;
  width: 100%;
  background-color: #212121;
  top: 0;
  left: 0rem;
  z-index: 3;
  overflow: hidden;
  box-shadow: var(--box-shadow2);
}


.fixed-header2 .flex-container2 .logo-box2{ 
  width:200px ;
  height:65px ;
  /*margin: 0;
  padding-top: 3.5px;*/
}


.fixed-header2 .flex-container2 .logo-box2 img{
  width:70%;
  height:70%;
  object-fit: contain;
  margin-top: 1.5rem;
}


.fixed-header2 .flex-container2 .logo-box2 img:hover{
  transform: scale(0.95);
}


.admin_header{
    position: fixed;
    top:9rem; 
    left: 0rem;
    bottom: 0rem;
    z-index: 2;
    background: #212121;
    color: #fff;
    width: 35rem;
   /* border-right: 1px solid #00CCFF;*/
    height: auto;
    text-align: center;
    padding: 2rem 1.5rem 10rem 1.5rem;
    overflow-x: auto;
    box-shadow: var(--box-shadow2);
}


.admin_header .user{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.admin_header .user img{
    margin:1rem 0;
    border:1rem solid var(--admin-header);
    box-shadow: var(--box-shadow2);
    border-radius: 50%;
    height: 10rem;
    width: 10rem;
}


.admin_header .user img:hover{
  transform: rotate(360deg);
}




.admin_header .user h3{
    color:#F76649;
    font-size: 2rem;
}

.admin_header .user p{
    color:#fff;
    font-size: 1.5rem;
}

.admin_header .admin_navbar{
    padding-top: 1rem;
}

.admin_header .admin_navbar a{
    display: block;
    margin:0.5rem 0;
    padding: 0.5rem 0 0.5rem 0rem;
    font-size: 1.3rem;
    color:#fff;
}

/*.admin_header .admin_navbar a:hover{
    color: #00CCFF;
}*/


/*.admin_header .admin_navbar a .admin-hr .active{
   background-color: #F6DC54;
}
*/



.admin_header .admin_navbar a sup{

  font-size: 15px;
  color: #F6DC54;
  vertical-align: super;
  padding: 2px;

}

.admin-hr{
  border-bottom: 1px solid #212121;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  align-items: center;
  justify-content: left;
}


.admin-hr:hover{
  color: #fff;
  background: #F76649;
  border-radius: 20px
}


.admin-hr #active{
 background: var(--official-cyan);
 color: #fff;
}



.admin-hr i{

  font-size: 1.5rem;
  color: var(--official-off-white);
  padding-left: 10px;
}


.admin-hr i:hover{
  color: #fff;
}



#menu-btn-admin{
    /*position: fixed;
    top:2.5rem; left: 2.5rem;
    z-index: 1000;*/
    height: 5rem;
    width: 5rem;
    line-height: 5rem;
    border-radius: 50%;
    font-size: 2.5rem;
    cursor: pointer;
    text-align: center;
    color:#fff;
    display: none;
}

#menu-btn-admin:hover{
    color: #F76649;

    }




    .user_img{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 2rem;
}

.user_img img{
    margin:1rem 0;
    border:1rem solid var(--admin-header);
    box-shadow: var(--box-shadow2);
    border-radius: 50%;
    height: 6rem;
    width: 6rem;
}


.user_img img:hover{
  transform: rotate(360deg);
}




.user_img h3{
    color:#F76649;
    font-size: 2rem;
}



.user_welcome {
    font-size: 1.5rem;
    font-weight: 400;
    color: #ccc;
}





/*popup message*/

.system_message_pop{
  width: 200px;
  background-color: #06A859;
  border-radius: 20px;
  /*position:absolute;*/
  position:fixed;
  top: 15rem;
  right: 5rem;
  /*transform: translateY(-50%, -50%);*/
  text-align: center;
  padding: 0 30px 35px;
  color: #fff;
  z-index: 99999999999999999999999999999999999;
  border-left: 2px solid #fff;
  /*overflow: hidden;*/
  /*transform: translateX( calc(100% + 5rem) );
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.35);*/

}


/*.system_message_pop .active{

  transform: translateX( 0% );
}*/



/*.system_message_pop .progress{
  position: absolute;
  bottom: 0;
  left: 50;
  height: 3px;
  width: 100%;
  background-color: yellowgreen;
}*/



/*.system_message_pop .progress:before{
  content: '';
  position: absolute;
  bottom: 0;
  right: 50px;
  height: 100%;
  width: 100%;
  background-color: #fff;
}*/


/*.progress .active:before{

   animation: progress 5s linear forwards ;
}*/


/*@keyframes progress 

100% {

  right:100%;

}*/



.system_message_pop img{
  width: 70px;
  margin-top: -30px;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.system_message_pop h2{
  font-size: 38px;
  font-weight: 500;
  margin: 5px 0 5px;
}


.system_message_pop p{
  font-size: 20px;
  font-weight: 500;
  margin: 5px 0px;
}


.system_message_pop button{

  width: 100%;
  margin-top: 10px;
  padding: 5px 0;
  background-color: #06A859;
  color: #fff;
  border: 0;
  cursor: pointer;
  outline: none;
  font-size: 18px;
  border-radius: 4px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);

}



.system_message_pop button:hover{
   background-color: #057A41;
}


.system_message_pop button:active{
   transform: scale(0.95);  
}







/*Danger popup Styling*/


.system_message_pop2{
  width: 200px;
  background-color: #D2023C;
  border-radius: 20px;
  position:fixed;
  top: 15rem;
  right: 5rem;
  /*transform: translateY(-50%, -50%);*/
  text-align: center;
  padding: 0 30px 35px;
  color: #fff;
  z-index: 99999999999999999999999999999999999;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
}


.system_message_pop2 img{
  width: 70px;
  margin-top: -30px;
  border-radius: 50%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.system_message_pop2 h2{
  font-size: 38px;
  font-weight: 500;
  margin: 5px 0 5px;
}


.system_message_pop2 p{
  font-size: 20px;
  font-weight: 500;
  margin: 5px 0px;
}


.system_message_pop2 button{

  width: 100%;
  margin-top: 10px;
  padding: 5px 0;
  background-color: #D2023C;
  color: #fff;
  border: 0;
  cursor: pointer;
  outline: none;
  font-size: 18px;
  border-radius: 4px;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);

}



.system_message_pop2 button:hover{
   background-color: #99022C;
   transform: scale(0.95);
}


.system_message_pop2 button:active{
   transform: scale(0.95);  
}






@media (max-width:1300px){
    
    
    .open-slide {
    display:block;
    margin-top: 20px;
  }

  .navbar>ul{
  display: none;
}

    
    
}
















/* media queries  */

@media (max-width:1200px){

  html{
    font-size: 55%;
  }


  .home .home-slider{
  width: 100%;
  height: 200px;

}

.home .home-slider .swiper-wrapper .box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-button-next,
.swiper-button-prev{
  top: 50%;
  
}



.home .home-slider .swiper-wrapper .box .content{
  width: 100%;
  padding: 4rem 2rem;
  margin: auto;
}

.home .home-slider .swiper-wrapper .box .content h3{
  font-size: 2rem;
  padding: 5px;
}

.home .home-slider .swiper-wrapper .box .content p{
  font-size: 1.5rem;
  padding: 5px
}


.btn5{
  margin-top: 1rem;
  padding:.5rem 3rem;
  font-size: 1.7rem;
  font-weight: 500;
}


}










@media (max-width:991px){


  section{
    padding:2rem;
  }

  .home .home-slider{
  width: 100%;
  height: 200px;

}

.home .home-slider .swiper-wrapper .box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-button-next,
.swiper-button-prev{
  top: 50%;
  
}



.home .home-slider .swiper-wrapper .box .content{
  width: 100%;
  padding: 4rem 2rem;
  margin: auto;
}

.home .home-slider .swiper-wrapper .box .content h3{
  font-size: 2rem;
  padding: 5px;
}

.home .home-slider .swiper-wrapper .box .content p{
  font-size: 1.5rem;
  padding: 5px
}


.btn5{
  margin-top: 1rem;
  padding:.5rem 3rem;
  font-size: 1.7rem;
  font-weight: 500;
}


}



@media screen and (max-width: 820px){



.home .home-slider{
  width: 100%;
  height: 250px;

}

.home .home-slider .swiper-wrapper .box img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-button-next,
.swiper-button-prev{
  top: 50%;
  
}



.home .home-slider .swiper-wrapper .box .content{
  width: 100%;
  padding: 7rem 2rem;
  margin: auto;
}

.home .home-slider .swiper-wrapper .box .content h3{
  font-size: 2.5rem;
  padding: 5px;
}

.home .home-slider .swiper-wrapper .box .content p{
  font-size: 1.5rem;
  padding: 5px
}


.btn5{
  margin-top: 1rem;
  padding:.5rem 3rem;
  font-size: 1.7rem;
  font-weight: 500;
}


#main{
  padding: 1rem 3% 5rem 2%;
}


.footer{
  padding: 2rem 1%;

}


.footer .flex .box h1{
  font-size: 2.5rem;
  }


.footer .flex .box{
   padding: 0rem 9% ;
}

.footer .flex .box form {
  width: 100%;
}


#receipt-admin{
  padding: 2rem 0%;
}


.don_gateway{

  padding: 1rem 3% 3rem 3%;

}


.services2 .boxx-container{
   display: grid;
   grid-template-columns: repeat(auto-fit, 37rem);
   gap: 2rem;
   justify-content: center;
   align-items: flex-start;
}


.contact{
   padding: 5rem 3%;
}


.gallery{
padding: 2rem 2%;
}


#admin1{

  padding: 1rem 2% 1rem 2%;
  margin-top: -3rem;
}


#print-admin{
padding: 5rem 3%;
}



.nav-btn-bar{
  display: none;
}




}



@media screen and (max-width: 820px){


#admin_body{
        padding-left: 0;
    }

    .admin_header{
        left:-110%;
    }

    .admin_header.active{
        left:0%;
        transition: .4s linear;
    }

    #menu-btn-admin{
        display: initial;
    }


    .user_img{
    display: none;
   }




}







@media screen and (max-width: 640px){
  .open-slide {
    display:block;
    margin-top: 20px;
  }

  .navbar>ul{
  display: none;
}

 #addicon{
  margin-left: 27%;
}


.title{
  font-size: 23px;
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: left;

}




#admin .values{
border: 0.5rem solid #1a1a1a;

}


.btn11{
  width: 80px;
  }


.btn12{
  width: 80px;
  }


#admin{
padding: 2rem 1.5%;

}


.pop-container .pop-form{
  padding: 5px;
}


.pop-title{
  font-size: 25px;
  margin-top: 0px;
  margin-bottom: -3px;

}



.pop-container .pop-form{
  margin-bottom: 7rem;
}


.pop-form .button{
  flex-wrap: nowrap;
  gap: 0.5rem;
   margin-top: 70px;
}


.pop-form #button2{
   margin-top: 20px;
}



.pop-input-field button{
  font-size: 20px;
  padding: 8px 20px;
  font-weight: 400;

}


.del-container{
  max-width: 90%;
  width: 90%;
  border-radius: 10px;
  padding: 25px;
  margin: 15rem auto;
}


.del-input-field button:hover{
  border-radius: 30px;
}



.del_p{
  font-style: italic;
}


.print-box-2 h3{
  color: #333;
  padding-left: 10px;
  font-size: 14px;
}


.print-box h3{
  padding-left: 10px;
  font-size: 14px;
}


#admin_track .brand{
text-align: center;
font-size: 20px;
margin-bottom: -75px;
color: #5e82f4;
}


#receipt-admin{
  padding: 0.5rem 1%;
}


.invoice{
  font-size: 23px;
  font-weight: 600;
}



.logo-container{
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 0px;
  border-bottom:20px solid #4d4d4d;
}



.receipt-admin-values{
  border: 1rem solid #4d4d4d;
}


.stamp{
  width: 150px;
  height: 150px;
}


article#main-col,
  aside#sidebar{
    float:none;
    text-align:left;
    width:100%;
  }


#main{
  padding: 2rem 5% 2rem 5%;
}


.logo-container img{
  width: 50%;
  margin-top: 1rem;
}



  }



@media print{


  .receipt-admin-values{
  margin: auto;
  width: 100%;
  border-radius: 5px;
  border: 2rem solid #4d4d4d !important;
  position: relative !important;
  background-image: url(images/receipt-bg.html) !important;
  background-size: contain !important;
  background-position: center !important;
  overflow:hidden !important;

}

}





















