@charset "utf-8";
/* CSS Document */

 .navbar{
    background:#020B2E;
    max-height: 70px !important;
  }
  

.navbar-brand{
    margin-top: 0px !important;
    margin-left:0px;
    color:white;
}


.navbar-toggler{
   margin-top: 0px !important;
   margin-left:10px;
   border-style: none;
}


.navbar-toggler:hover{
   border-style: none;
}



.topFlex{
    padding-left: 120px !important;
    padding-right:120px !important;
    color: white !important;
}

.iconDiv{
    padding-right: 120px !important;
    color: white !important;
}


.fa-bars{
    font-size: 3vw !important;
    color: white !important;
}

a{text-decoration:none ! important;}

#logo{
    width: 20% !important;
}

.searchBar[type=text] {
  width: 100px;
  box-sizing: border-box;
   /*border: 2px solid #ccc;*/
  border:none ! important;
  border-radius: 4px;
  font-size: 16px;
  background-color: white;
  background-image: url("images/searchicon.png");
  background-size: 8%;
  background-position: 4px 10px; 
  background-repeat: no-repeat;
  padding: 12px 20px 12px 40px;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}

.searchBar[type=text]:focus {
  width: 100%;
  background: white;
}


.fa-angle-down{
 transition: transform 0.5s;	
}

.fa-angle-down:hover{
 font-size: 20px;
  transform: rotate(180deg);	
}



.ddropCover{
	display: flex;
	gap:20px !important;
  background-color: orangered !important;
}

.dwrap{
  width: 100% !important;
  display: flex;
  flex-wrap: nowrap;
  margin-top: 0px !important;
  align-items: center !important;
  justify-content: center !important;
 
}

	
.dshow .rap{
	line-height: 45px;
	opacity: 0;
	position: absolute;
	visibility: hidden;
	
}
		

.dshow p{
    margin-top: 0px !important;
    font-size:3vw;
}

.dshow:hover .rap{
	top:30px !important;
	opacity: 1;
	visibility: visible;
	transition: all 0.3s ease;
  border-top-style: solid !important;
  border-top-width: 1px !important;
  border-top-color: orangered !important;
}

.rap{
  width: 200px !important;
  background: white;
  color: black;
  top:0px;
  padding: 10px;
  margin: 10px;
}

.pShow{
    display: none;
}

#pMobi{
   display: none;
}
	
ul li{
  font-size: 3vw !important;
}

#bell{
  margin-top: 0px !important;
  margin-right: 0px !important;
}


#mE{
  margin-top: 0px !important;
}

/*For Desktop View*/

@media screen and (min-device-width: 1025px){

  .searchBar[type=text] {
  width: 130px;
  margin-top: -65px;
  box-sizing: border-box;
   /*border: 2px solid #ccc;*/
  border-radius: 4px;
  font-size: 16px;
  background-color: white;
  background-image: url("images/searchicon.png");
  background-size: 25%;
  max-height: 40px;
  background-position: 4px 4px; 
  background-repeat: no-repeat;
  padding: 10px 20px 12px 40px;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}

.fa-bars{
    font-size: 2.2vw !important;
}

.navbar-brand{
  width: 10% !important;
}

 #logo{
    width: 50% !important;
    margin-left: 0px !important;
}

.ds1{
    margin-left: 10px !important;
}


.dshow{
    margin-top: 0px !important; 
	
}

.dshow p{
    margin-top: 0px !important;
    font-size:1vw;
	
}

ul li{
    font-size: 1.2vw !important;
  }
  
	
}


	
/* For Tablet Landscape View */
@media only screen and (min-device-width: 641px)
and (max-device-width: 1024px) {
 
  .navbar{
    background:#020B2E;
    max-height: 50px !important;
  }
  
  
  .navbar-brand{
    margin-left:0px;
    width: 10% !important;
    margin-top: 0px !important;
  }
  
  

.topFlex{
    padding-left: 20px !important;
    padding-right:20px !important;
    color: white !important;
}

.iconDiv{
    padding-right: 20px !important;
    color: white !important;
}

.topFlex p{
    font-size: 1.3vw !important;
}

.iconDiv p {
   font-size: 1.3vw !important;
}

  #logo{
    width: 50% !important;
    margin-left: -40px !important;
  }

  #mE{
  
  }

.searchBar[type=text] {
  width: 30px;
  margin-top:0px;
  margin-left: -60px;
  /*border: 2px solid #ccc;*/
  border-radius: 4px;
  font-size: 16px;
  background-color: white;
  background-image: url("images/searchicon.png");
  background-size: 60%;
  max-height: 40px !important;
  background-position: 10px 8px; 
  background-repeat: no-repeat;
   padding: 10px 10px 10px 15px;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}

.searchBar[type=text]:focus{
  width: 140px !important;
}
::placeholder{
	font-size: 9px !important;
}

  .ddropCover{
    margin-top: 0px !important;
  }

  .navbar-toggler{
    margin-top: 0px !important;
    margin-left: -10px !important;
  }

  
  .dshow p{
    font-size: 1.5vw !important;
  }
  
  .rap p{
    font-size: 1.3vw !important;
  }
  
  ul li{
    font-size: 1.5vw !important;
  }
  
  
}
	
	


/* For Tablet Portrait View */
@media only screen and (min-device-width: 421px)
and (max-device-width: 640px) {
 
 
  .navbar{
    background:#020B2E;
    max-height: 50px !important;
  }
  
  
  .navbar-brand{
    margin-left:0px;
    width: 10% !important;
    margin-top: 0px !important;
  }
  
  

.topFlex{
    padding-left: 20px !important;
    padding-right:20px !important;
    color: white !important;
}

.iconDiv{
    padding-right: 20px !important;
    color: white !important;
}

.topFlex p{
    font-size: 1.3vw !important;
}

.iconDiv p {
   font-size: 1.3vw !important;
}

  #logo{
    width: 50% !important;
    margin-left: -40px !important;
  }

  #mE{
  
  }

.searchBar[type=text] {
  width: 30px;
  margin-top:0px;
  margin-left: -60px;
  /*border: 2px solid #ccc;*/
  border-radius: 4px;
  font-size: 16px;
  background-color: white;
  background-image: url("images/searchicon.png");
  background-size: 60%;
  max-height: 40px !important;
  background-position: 10px 8px; 
  background-repeat: no-repeat;
   padding: 10px 10px 10px 15px;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}

.searchBar[type=text]:focus{
  width: 140px !important;
}
::placeholder{
	font-size: 9px !important;
}

  .ddropCover{
    margin-top: 0px !important;
  }

  .navbar-toggler{
    margin-top: 0px !important;
    margin-left: -10px !important;
  }

  
  .dshow p{
    font-size: 1.5vw !important;
  }
  
  .rap p{
    font-size: 1.3vw !important;
  }
  
  ul li{
    font-size: 1.5vw !important;
  }
  
  
  
}
	

	

@media screen and (max-width:420px){
    
.navbar{
	background:#020B2E;
}

#contactsDiv{

}

.ddropCover{
	display: flex;
	column-gap: 0px !important;
} 

#pDesk{
   display: none;
}

.pShow{
    display: block !important;
}


#pMobi{
    display: block !important;
    margin-left:0px !important;
}


.navbar-toggler{
   width: 32px !important;
   margin-left: -5px !important;
   border-style: none;
}


.fa-bars{
    margin-top: 0px !important;
    margin-left: -10px !important;
    font-size: 10vw !important;
}


.navbar-brand{
    max-width: 60px !important;
    margin-left: 0px !important;
}

.topFlex{
    padding-left: 20px !important;
    padding-right:20px !important;
    color: white !important;
}

.iconDiv{
    padding-right: 20px !important;
    color: white !important;
}

.topFlex p{
    font-size: 2.8vw !important;
}

.iconDiv p {
   font-size: 2.8vw !important;
}

#mobAdd{
  display: none !important;
}

 #logo{
    width: 80% !important;
    margin-left: -50px !important;
}


.ds1{
    
}

.dshow p{
    font-size:3vw !important;
	
}

.desk{
  display: none !important;
}

.mobile{
  display: block !important;
  margin-left: -45px !important;
}


#mobi{
    display: block !important;
    margin-top: -20px !important;
    margin-left:30px !important;
}


.searchBar[type=text] {
  width: 35px ! important;
  margin-left:-95px !important;
  box-sizing: border-box;
  /*border: 2px solid #ccc;*/
  border-radius: 4px;
  font-size: 16px;
  background-color: white;
  background-image: url("images/searchicon.png");
  background-size: 50%;
  max-height: 35px !important;
  background-position: 10px 8px; 
  background-repeat: no-repeat;
   padding: 10px 15px 10px 15px;
  -webkit-transition: width 0.4s ease-in-out;
  transition: width 0.4s ease-in-out;
}

.searchBar[type=text]:focus{
   background-color: white !important;
  width:100px !important;
  margin-left:-65px !important;
}

#bell{
  margin-top: 0px !important;
  margin-right: 0px !important;
}

#mE{
  margin-top: 0px !important;
  margin-right: -25px !important;
}

}