.footer-new, .footer-logo {
  padding: 30px 10px 0px 0px;
	background:#E55527;
	    color: white;
}

a {
    color: white;
    text-decoration: none;
}
.containeeer{
 
    padding: 0px 20px;
 
}
.contr{
background:#E55527;
	float:left;
	width:100%;
	padding: 20px;
	}
.contr p,a{
margin-top: 20px;
    color: white;
}	
	a {
    color: white;
}
.containeeer h5{
	font-weight:600;	
	}
	.header-one .header-menu {
    float: left;
    font-family: 'PT Serif', serif;
    font-weight: 400;
    /* margin-top: 15px; */
}
.header-one .header-menu>ul {
    display: inline-block;
    list-style: none;
    margin: 0;
    padding: 0;
}
.header-one .header-menu>ul>li {
    display: inline-block;
    position: relative;
}
.header-one .header-menu>ul>li>a {
color: #01022E;
    padding: 2px 7px;
    display: block;
    font-family: 'Open Sans';
    font-size: 18px !important;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin: 0px 6px;
    border-radius: 4px;
    margin-top: 4px;
    float: right;
}

nav .searchbar { 
			position: relative; 
		} 

		/* Styling the search box where the 
			input would be given */ 
		nav .searchbar input[type="text"] { 
			border: 0; 
			padding: 0; 
			width: 0px; 
			height: 35px; 
			border-radius: 3px; 
			transition: all 0.3s ease; 
		} 

		/* Styling the search bar icon */ 
		nav .searchbar .icon { 
			display: flex; 
			position: absolute; 
			top: 0; 
			right: 0; 
			width: 35px; 
			height: 100%; 
			background: none; 
			border-radius: 3px; 
			color: #fff; 
			transition: all 0.5s 0.3s ease; 
		} 
		
		nav .searchbar .icon i { 
			position: absolute; 
			top: 50%; 
			left: 50%; 
			transform: translate(-50%, -50%); 
			cursor: pointer; 
		} 
		
		nav .searchbar .icon.active { 
			background: #062333; 
			transition: all 0.3s ease; 
		} 
		
		nav .searchbar input[type="text"].active { 
			width: 250px; 
			padding: 0 10px; 
			transition: all 0.5s 0.2s ease; 
		} 
		
		header.header-one.sticky.align-items-center {
    padding: 0px 0px 0px 0px;
}



.topnav {
  overflow: hidden;
color: black;
padding:0px 0px;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 0px 0px;
  text-decoration: none;
  font-size: 17px;
}

.active {
  background-color: #04AA6D;
  color: black;
}

.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 17px;    
  border: none;
  outline: none;
  color: black;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
 
  background-color: #f9f9f9;
 
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
 
     color: black;
}

.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

 

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}

.dropdown {
    float: left;
 
    display: list-item;
    margin-top: 0px;
 
}
 
 
.dropdown:hover .dropdown-content {
    display: block;
    z-index: 1111;
    position: fixed;
}