*{
    margin: 0px;
    padding: 0px;
}
/* top header start =========================================== */
.first-header{
  color: white;
  background: black;
  display: flex;
  justify-content: space-evenly;
  font-size: x-small;
  height: 20px;
}

.first-header span a{
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 700;
    font-size: 12px;
    line-height:20px !important;
    padding-right:3px !important;
}
.first-header span{
margin-left:3px;
line-height:20px !important;
}


.top-header{
    color:white;
    background: black;
    display: flex;
    justify-content:center;
    font-size:x-small;
    gap: 950px;
    height: 20px;
}

.top-header span a{
line-height:20px !important;
padding-right:3px !important;
padding-left:3px !important;
}

.top-header span{
line-height:20px !important;
}



/* top header end =========================================== */ 

/* nav start =========================================== */



.nav-container{
    background: rgb(245, 240, 240);
    height: 70px;
    display: flex;
    justify-content:space-evenly;
   
   
}

.nav-container ul{
    display: flex;
    justify-content: center;
    
}
.nav-container ul li{
    list-style: none;
   padding-left: 20px;
   padding-right: 20px;
   
    line-height: 70px;
    font-size: 20px;
    font-family: 'Raleway';
   
}
.nav-container ul li a{
    list-style: none;
    text-decoration: none;
    color: black;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: 600;
    font-size: 18px;
}
.nav-container ul li ul{
    background: rgb(245, 240, 240);
     z-index: 1;
     position: absolute;
     
     top: 12%;
     right: 48%;
     
}
.nav-container ul li ul li{
    background: rgb(245, 240, 240);
    
    margin-right:40px ;
    display: block;
    
   
  
}

.nav-container ul li ul{
    display: none;
}

.nav-container ul li:hover > ul{
    display: inline-block;
   
}

.nav-container ul li ul li a:hover{
    color: rgb(97, 146, 23) ;
}

.nav-container ul li a:hover{
    color: rgb(97, 146, 23) ;;
}

.mydropdown{
    display: inline;
}

/* nav end =========================================== */





/* slider start =========================================== */
.slider-container{
    height: 450px;
    img{
        height: 450px;
    }
}
/* slider end =========================================== */


/* search box start =========================================== */

.search-container{
    margin-left: 20px;
   
    position: absolute;
    left: 70%;
    top: 8%;
}

.search-container input{
    background: rgb(245, 240, 240);
    padding: 1px;
    width: 290px;
    border-radius:100px;
}

#search-box{
    padding: 1px;
    height: 25px;
    width: 180px;
    background: rgb(245, 240, 240);
    border: 2px solid rgb(215, 214, 214);
    border-radius:100px;
}

.search-button{
    height: 1px;
    position:relative;
    right: 11.5%;
    top: -2px;
    background: red;
    background:rgb(245, 240, 240);
    border: 0px;  
}
/* search box end =========================================== */




/* middle content start =========================================== */
.content-container{
    
    margin-top: 50px;
    text-align: center;
    
    
}

.content-container h1{
    margin-bottom: 20px;
    font-weight: 700;
    
    color:rgb(97, 146, 23) ;
   
}

.content-container p{
    margin-left: 130px;
    margin-right: 130px;
    font-size: 20px;
    text-align: justify;
    
}

.h1-heading{
    font-weight: 700;
    color:rgb(97, 146, 23) ;
}
/* middle content end =========================================== */







/* ufd app start =========================================== */

.utgApp-container{
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
}

.sub-utgApp-container{
    justify-content: space-evenly;
    display: flex;
    padding: 0% 20%;
}

.utgApp-container h1{
    font-size: 36px;
    margin-bottom: 40px;
}

    


/* ufd app end =========================================== */







/* footer start =========================================== */

.footer-images-container{
    
    display: flex;
    justify-content: center;
    gap: 10px;
}

.footer-container{
    justify-content: center;
    padding: 30px;
    background:rgb(97, 146, 23) ;
    display: flex;
}
.fooret-item{
    font-size: large;
    padding: 5px;
    color: white;
}

#visitor-count{
  border:1px solid white;
  color: yellow;
}

.footer-container p{
    color: white;
    font-size: small;
}

/* footer end =========================================== */








/* banner-text-container start =========================================== */
.banner-text-container{
  text-align: center;
  position: absolute;
  top: 35%;
  left: 16%;
  
  
  
}
.headingnav{
  padding: 0 1rem;
}
.banner-heading{
  font-weight: 700;
  font-size: 30px;
  color: white;
}
.banner-heading-green{
  color:rgb(132, 199, 32) !important;
}

.banner-other-heading{
  font-weight: 700;
  font-size: 50px;
  color: white;
}
.banner-button{
   padding: 0px 18px;
   border: 0px transparent;
   border-radius: 110px;
   background: white;
   color:rgb(61, 90, 16) ;
   font-weight: 700;
   font-size:30px;
   margin-top: 65px;
   font-family: Arial, Helvetica, sans-serif;
   box-shadow: 2px 3px 5px black;
}

 .banner-button a{
    text-decoration: none;
    color: rgb(61, 90, 16);
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
/* banner-text-container start =========================================== */



#pointer {
    color: white;
    font-size: large;
    margin-left: 30px;
    margin-top: 30px;
    line-height: 40px;
    text-align: center;
    width: 115px;
    height: 40px;
    position: relative;
    background: rgb(97, 146, 23);
  }
  #pointer:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid rgb(97, 146, 23);
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
  }
  #pointer:before {
    content: "";
    position: absolute;
    right: -20px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid rgb(97, 146, 23);
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
  }


  #formulation-pointer {
    color: white;
    font-size: large;
    margin-left: 20px;
    margin-top: 30px;
    line-height: 40px;
    text-align: right;
    width: 117px;
    height: 40px;
    position: relative;
    background: rgb(97, 146, 23);
  }
  #formulation-pointer:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid white;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
  }
  #formulation-pointer:before {
    content: "";
    position: absolute;
    right: -20px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid rgb(97, 146, 23);
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
  }







  /* classification page start =========================================== */

  .classification-container{
    text-align: center;
    margin-top: 50px !important;
    margin-bottom:0px !important;
    background: none !important;
    
}

.classification-container h1{
    margin-bottom: 50px;
}

.sub-sub-classification-container{
    color: white;
    line-height: 160px;
    text-align: center;
    border-radius: 10px;
    /* background:rgb(97, 146, 23) ; */
    font-size:20px;
    font-weight: 700;
    text-decoration: none;
}
.sub-classification-container{

  margin-top: 50px;
  display: grid;
  justify-content: center;
  grid-gap: 60px;
  height: fit-content !important;
  grid-template-columns: 300px 300px 300px;
  grid-template-rows: 200px 200px 200px;
}
.classification-container .sub-classification-container .sub-sub-classification-container a{
    text-decoration: none;
    color:white ;
}
.classification-banner-text-container{
    text-align: center;
  position: absolute;
  bottom: 47%;
  left: 14%;
}
.araq-box-container input{
    padding: 8px;
    width: 300px;
    border: 1px solid rgb(97, 146, 23) ;
    border-right: 0px;
    background: transparent;
    box-shadow: 2px 3px 5px rgb(97, 146, 23);

}

.ser-btn{
    padding: 12px;
    width: 100px;
    background: rgb(172, 218, 99) ;
    border-left: 0px;
    border: 1px solid rgb(97, 146, 23) ;
    color: white;
    box-shadow: 2px 3px 5px rgb(97, 146, 23);
}




/* @media screen and (max-width: 940px){
    #phone-nav {
        display:block;
    }
    .nav-container{
        display: none !important;
    }
 }


@media screen and (max-width:1000px){
    .sub-classification-container{
        grid-template-columns: 200px 200px 200px ;
  grid-template-rows: 160px 160px 160px ;
    }

    .classification-container{
        height: 700px;
    }
    
 }




 @media screen and (max-width:730px){
    .sub-classification-container{
        grid-template-columns: 200px 200px  ;
  grid-template-rows: 160px 160px  ;
    }

    .classification-container{
        height: 950px;
    }
    
 }

 @media screen and (max-width:470px){
    .sub-classification-container{
        grid-template-columns: 200px   ;
  grid-template-rows: 160px  ;
    }

    .classification-container{
        height: 1900px;
    }
    
 } */

/* classification page end =========================================== */







/* Araq page start =========================================== */
.araq-box-container{
    text-align: center;
    margin-top: 50px !important;
    margin-bottom: 0px !important;
   /*height:600px !important;*/
    background: none !important;
}
.Araq-banner-text-container{
    position: absolute;
    top: 40%;
    left: 45%;
}

.sub-Araq-container{
   /* height: fit-content;*/

    margin-top: 50px;
/*display: grid;*/
/*justify-content: center;*/
/*grid-gap: 60px;*/
/*  grid-template-columns: 200px 200px 200px 200px;*/
/*  grid-template-rows: 160px 160px 160px 160px;*/
}

.sub-sub-Araq-container{
    background-image: url('web/images/Box_BG.png');
    color:red;
    line-height: 160px;
    text-align: center;
    border-radius: 10px;
    /*background:rgb(97, 146, 23) ;*/
    font-size:x-large;
    font-weight: 700;
}

.araq-box-container div div a{
    text-decoration: none;
    color: white;
}


#pointer {
    color: white;
    font-size: large;
    margin-left: 30px;
    margin-top: 30px;
    
    line-height: 40px;
    text-align: center;
    width: 110px;
    height: 40px;
    position: relative;
    background: rgb(97, 146, 23);
  }
  #pointer:after {
    content: "";
    position: absolute;
    
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid rgb(97, 146, 23);
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
  }
  #pointer:before {
    content: "";
    position: absolute;
    right: -20px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid rgb(97, 146, 23);
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
  }


  #formulation-pointer {
    color: white;
    font-size: large;
    margin-left: 20px;
    margin-top: 30px;
    line-height: 40px;
    text-align: right;
    width: 117px;
    height: 40px;
    position: relative;
    background: rgb(97, 146, 23);
  }
  #formulation-pointer:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid white;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
  }
  #formulation-pointer:before {
    content: "";
    position: absolute;
    right: -25px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid rgb(97, 146, 23);
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
  }
    

  #araq-pointer {
    color: white;
    font-size: large;
    margin-left: 20px;
    margin-top: 30px;
    line-height: 40px;
    text-align: center;
    width: 117px;
    height: 40px;
    position: relative;
    background: rgb(97, 146, 23);
  }
  #araq-pointer:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid white;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
  }
  #araq-pointer:before {
    content: "";
    position: absolute;
    right: -20px;
    bottom: 0;
    width: 0;
    height: 0;
    border-left: 20px solid rgb(97, 146, 23);
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
  }
 .classification-container{
    text-align: center;
    margin-top: 50px;
    /* height: 600px; */
    background: rgb(245, 240, 240);
 }


  /* @media screen and (max-width:1000px){
    .sub-Araq-container{
        grid-template-columns: 200px 200px 200px ;
  grid-template-rows: 160px 160px 160px ;
    }

    
    
 }




 @media screen and (max-width:730px){
    .sub-Araq-container{
        grid-template-columns: 200px 200px  ;
  grid-template-rows: 160px 160px  ;
    }

   
 }

 @media screen and (max-width:470px){
    .sub-Araq-container{
        grid-template-columns: 200px   ;
  grid-template-rows: 160px  ;
      }  } */

   
    

/* Araq page end =========================================== */









/* start mjoon e fasla page css */

.Majoon-container1{
    text-align: center;
    margin-top: 50px;
}

.Majoon-container1 span{
    font-weight: 800;
    font-size: x-large;
    color:rgb(97, 146, 23)
}

.Majoon-container1 p{
    font-size: large;
    color:rgb(97, 146, 23);
    font-weight: 600;
    margin-top: 20px;
    
}

.Majoon-container2{
text-align: center;
margin-top: 50px;
margin-bottom:25px;
}

.Majoon-container2 div{
    background:rgb(97, 146, 23);
    color:white;
    
   height:auto !important;
    
    font-size:large; 
    font-weight: 700;
    margin-left:95px;
    margin-right:40px; 
    padding-left:5px;
    width:400px;
    line-height: 40px;
    margin-bottom: 10px;
    text-align:left;
}
.Majoon-container2 table{
    
    width: 80%;
    text-align: center;
    margin-left: auto;
margin-right: auto;
border: 2px solid rgb(97, 146, 23);
   
}

.Majoon-container2 table tbody tr td{
border: 2px solid rgb(97, 146, 23);
color: rgb(97, 146, 23);
font-weight: 600;
}

.Majoon-container2 table tbody tr {
border: 2px solid rgb(97, 146, 23);
}

.Majoon-container3{
text-align: center;
margin-top: 50px;

}
.Majoon-container4 p{
text-align:justify !important;
/*text-align:center !important;*/
margin-left:90px; 
margin-right:90px;
}

.Majoon-container4 div{
    text-align:justify !important;
    margin-left:90px; 
    margin-right:90px;
}
.Majoon-container3 div{
    text-align:justify !important;
    margin-left:90px; 
    margin-right:90px;
}


.Majoon-container3 ul{
display: inline-block;
text-align: left;
font-size: large;

color: rgb(97, 146, 23);

}



.Majoon-container4{
margin-top:0px !important;
text-align:center;
background: rgb(252, 249, 249);
padding:5px;
}

/*.Majoon-container4 div{*/

/*    background:rgb(97, 146, 23) !important;*/
/*    color:white !important;*/
    
/*   height:auto !important;*/
    
/*    font-size: large;*/
/*    font-weight: 700;*/
/*    margin-left:90px;*/
/*    padding-left:5px;*/
/*    width:400px;*/
   
/*    line-height: 40px;*/
   /* margin-bottom: 10px;*/
/*    text-align:left;*/
/*}*/

.Majoon-container4 p{
     font-size: large;
}

.Majoon-container4 h3{
   font-weight: 700;
}
.Majoon-container4 table {
width: 100%;
margin-left: auto;
margin-right: auto;
}
.Majoon-container4 table tbody tr {
border: 2px solid rgb(97, 146, 23);
}

.Majoon-container4 table tbody tr td{
border: 2px solid rgb(97, 146, 23);
color:rgb(97, 146, 23) ;
}

.Majoon-container5{
    text-align: center;
}

.Majoon-container5 ul{
    text-align: left;
    display: inline-block;
    font-size: large;
}

.Majoon-container5 ul li span{
    font-size: x-large;
    font-weight: 700;
    color: rgb(97, 146, 23);
   
   
}

.Majoon-container5 ul li{
    color: rgb(97, 146, 23);
}

.majoon-banner-text-container{
    text-align: center;
    position: absolute;
    bottom: 42%;
    left: 31%;
}
.Majoon-container2 table tr td{
vertical-align:middle;
}


.banner-heading-majoon{
font-size: 50px;
font-weight: 700;
color: white;
}

.Majoon-container2 table{
        height:auto;
        margin-top:0px !important;
        width:1150px !important;
    }

.Majoon-container2 table tr td{
height:fit-container !important;
}
.Majoon-container2 table tr{
height:fit-container !important;
}

/* end mjoon e fasla css */








 .mypr{
    height: 90px;
 }
 #phone-nav{
    display: none;
    position: static;
 }
 

 /* @media screen and (max-width: 940px){
    #phone-nav {
        display:block;
    }
    #nav-container{
        display: none !important;
    }
 }


 @media screen and (max-width:1100px){
    .banner-text-container{
        left: 15% !important;
    }
 }

 @media screen and (max-width:950px){
    .banner-text-container{
        left: 10% !important;
    }
    .pointers{
        font-size: 10px !important;
    }

    .content-container p{
        margin: 0px;
    }
 }

 @media screen and (max-width:450px){
    .banner-heading{
        font-size: 30px !important;
    }
    
 }

 @media screen and (max-width:775px){
    .sub-sub-utgApp-container img{
        width: 300px;
    }
    .utgApp-container h1{
         font-size: 50px;
    }
    
 }

 @media screen and (max-width:580px){
    .sub-utgApp-container {
        display: inline;
    }
    .utgApp-container h1{
         font-size: 40px;
    }
    
 }

 @media screen and (max-width:870px){
    .sub-footer-images-container img {
        width: 100px;
    }
    
 }

 @media screen and (max-width:670px){
    .sub-footer-images-container img {
        width: 70px;
    }
    
 }

 @media screen and (max-width:480px){
    .sub-footer-images-container img {
        width: 50px;
    }
    
 }

 @media screen and (max-width:350px){
    .sub-footer-images-container img {
        width: 40px;
    }
    
 }


 /* top-header
 @media screen and (max-width:1190px){
    #top-header{
        gap:650;
    }
    
 }


 @media screen and (max-width:1080px){
    #top-header{
        justify-content:center;
        gap:500 !important;
    
        height: 40px;
    }
    
 }

 /* footer 

 @media screen and (max-width:890px){
    .footer-container{
        display: inline-block;
    }
    
 }


  */






  
/*custom font*/



.breadcrumb {
    margin-top: 20px;
    margin-left: 20px;
    font: .75em sans-serif;
    list-style: none;
  }
  
  .breadcrumb.bc2x {
    font-size: 1em;
  }
  
  .breadcrumb.bc3x {
    font-size: 1.25em;
  }
  
  .breadcrumb p {
    margin: 0;
  }
  
  .breadcrumb li {
    display: inline-block;
    margin-bottom: .2em;
  }
  
  .breadcrumb li a {
    background-color: rgb(97, 146, 23);;
    box-sizing: border-box;
    color: #fff;
    display: block;
    max-height: 2em;
    padding: .5em 1em .5em 1.5em;
    position: relative;
    text-decoration: none;
    transition: .25s;
  }
  
  .breadcrumb li a:before {
    border-top: 1em solid transparent;
    border-bottom: 1em solid transparent;
    border-left: 1em solid #fff;
    content: "";
    position: absolute;
    top: 0;
    right: -1.25em;
    z-index: 1;
  }
  
  .breadcrumb li a:after {
    border-top: 1em solid transparent;
    border-bottom: 1em solid transparent;
    border-left: 1em solid  rgb(97, 146, 23);
    content: "";
    position: absolute;
    top: 0;
    right: -1em;
    transition: .25s;
    z-index: 1;
  }
  
  .breadcrumb li a:hover {
    background-color: rgb(131, 196, 33);;
  }
  
  .breadcrumb li a:hover:after {
    border-left-color: rgb(131, 196, 33);;
  }
  
  .breadcrumb li:last-child a {
    background-color: rgb(131, 196, 33);;
    pointer-events: none;
  }
  
  .breadcrumb li:last-child a:after {
    border-left-color: rgb(131, 196, 33);
  }




  /* about page  */

  .about-container{
    text-align: center;
    font-size: 20px;
  }

  .sub-about-container{
    margin-right:130px ;
    margin-left: 130px;
    text-align: justify;
    text-align: left;
  }

/* about page  */

  .about-container{
    margin-top: 50px;

    text-align: center;
    font-size: 20px;

  }

  .sub-about-container{
    margin-right:130px ;
    margin-left: 130px;
    text-align: justify;

  }

  @media screen and (max-width:800px){
    .sub-about-container{
        margin-right:50px ;
        margin-left: 50px;
    }
 }
 @media screen and (max-width:430px){
    .sub-about-container{
        margin-right:15px ;
        margin-left: 15px;
    }
 }



  /* contact page  */
  .contact-container{
    margin-top: 50px;
    text-align: center;
    font-size: 20px;
    font-family: railway;

  }

  .contact-container h1{
    font-family: railway;
    font-weight: 600;

  }

.footer-container div span a{
        text-decoration: none;
        color: white !important;

} 


/*feedback*/
.myalert{
background:rgb(97, 146, 23);
color:white;
}
.footer-container{
  text-align: center;
  display:flex;
  justify-content:space-around;
}
.footer-container .boxx{
  text-align:left;
  color:black; 
  margin-top:10px
}
.footer_link{
    margin: 0;
    padding: 0;
    color: #e1d4d4;
}
.footer_flagcounter{
    margin-top: 60px;
}
.card_images{
    width: 100%;
    margin-top: 2%;
    height: 200px;
    object-fit: cover;
    border-radius: 14px;
}
.navbar-brand .logoimage{
  height: 60px;
}
.navbar-brand .logoimage{
  height: 60px;
}
#navbarSupportedContent{
  display:flex;
  justify-content:center
}
.footer-container .related_links{
  color:white;
  font-size:x-large
}
.footer-container .Visitors{
  color:white;
  font-size:x-large
}
.Developed{
  background:rgb(108, 177, 6);text-align:center;color:white;
}
.logincard .card{
  margin-left:auto;
  margin-right:auto
}
.logincard .card-header{
  background:rgb(132, 199, 32);color:white;font-size:large;
}
.logincard .inpitlabel{
  color:rgb(78, 118, 19);
}
.display-block{
  display :block
}
.primarycolor{
  background:rgb(132, 199, 32);
}

.password_request{
  color:rgb(78, 118, 19);
}
.offcanvas-body .navbar-nav .nav-item .nav-link{
  background:rgb(131, 196, 33);
  color:white;
  padding-left:5px;
  margin-bottom:10px;
}
#offcanvasNavbar{
  width:70%;background:white;overflow: hidden;height:100%;border-radius:10px;
}
#offcanvasNavbar .offcanvas-header{
  background:rgb(131, 196, 33);
  color:white;
}
.adminclick{
  color:white;
  text-decoration:none;
}
#nav-container span img{
  width: 65px;
}
#nav-container span{
  line-height: 65px;
}
#phone-nav{
  height:95px
}
#phone-nav .navbar-brand{
  line-height:70px;
}
#phone-nav .navbar-brand{
  line-height:70px;
}
#phone-nav .navbar-brand img{
  margin-right:-90px;width:65px
}
.text-left{
  text-align: left !important;
}