body{
    background: #fff;
    font-family: "Jost", Sans-serif!important;
    font-weight:400;
    font-size: 18px;
} 
p{
    font-family: "Jost", Sans-serif!important;
    font-weight:400;
    font-size: 20px;

}

header{
    padding: 50px 20px;
}

.about_middle_section{
  display:flex
}
.proudly_supporting{
    display:flex;
}
.proudly_supporting img {
    padding-right: 120px;
    max-height: 168px;
    margin-bottom:50px;
}

@media (max-width: 767px) {
 .header-fixed{padding:20px 10px!important; }
 .header{
    padding: 10px;
}

* {
    max-width: 100%;}
.f-item-con {
    padding: 50px 10px!important;
    display: block!important;
}
h1 {
    font-size: 30px;
    padding: 10px;
    line-height: 1.5;
}
    .container {
        display: grid!important;
        align-items: center;
        justify-content: center!important;
    }
}


body{
    background: #fff;
    font-family: "Jost", Sans-serif!important;
    font-weight:400;
    font-size: 22px;
} 
p{
    font-family: "Jost", Sans-serif!important;
    font-weight:400;
    font-size: 20px;

}

.div-main-sec { 
    margin: 30px;
    background: #fff;
    padding: 30px;
    box-shadow: rgb(17 12 46 / 12%) 0px 48px 100px 0px;
    border-radius: 9px;
    text-align: center;
} 

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
    background: #FFB71B;
    border-radius: 5px;
    margin-left: -150px;
    min-width: 350px;
    display: none;
    position: absolute;
   z-index: 1;
}

.dropdown-content1 {
    background: #FFB71B;
    border-radius: 5px;
    margin-left: 15px;
    min-width: 160px;
    display: none;
    position: absolute;
   z-index: 1;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .dropdown-content1 {
  display: block;
}

h3 {
    font-weight: 600;
    border-bottom: 1px dotted #000;
    padding-bottom: 14px;
    margin-bottom: 13px;
}
.div-btns .btn-1{
    text-decoration: none;
    border: 2px solid #ffb71b;
    color: #2e2e2e;
    padding: 5px 29px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 6px;
}
.div-btns .btn-2 {
    text-decoration: none;
    background: #ffb71b;
    color: #2e2e2e;
    padding: 5px 29px;
    font-size: 16px;
    font-weight: 600;
    border: 2px solid #ffb71b;
    border-radius: 6px;
    margin-left: 14px;
}.div-btns {
    margin: 25px 0 20px;
}

nav a{
    text-decoration: none;
    text-align:center;
    background: #ffb71b;
    color: #2e2e2e;
    padding: 5px 29px;
    font-size: 18px;
    font-weight: 600;
    border: 2px solid #ffb71b;
    border-radius: 6px;
    margin-left: 14px;
    display:inline-block;
}
.header-fixed {
	background-color:#292c2f;
	box-shadow:0 1px 1px #ccc;
	padding: 20px 40px;
	height: 80px;
	color: #ffffff;
	box-sizing: border-box;
	top:-100px;
    display: flex;
    align-items: center;
    justify-content: space-between;
	-webkit-transition:top 0.3s;
	transition:top 0.3s;
}
footer{
    background-color: #111010;
}
.f-item-con{
    padding: 3rem 4rem;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-gap: 2rem;
}
footer .app-name{
    color: white;
    border-left: 4px solid var(--theme-col);
    padding-left: 1.5rem;
    font-size: 1.875rem;
    line-height: 2.25rem;
    font-weight: 700;
}
.app-name .app-initial{
    color: var(--theme-col);
}
footer .app-info p{
    color: white;
    padding-left: 1.65rem;
}

footer .footer-title{ 
    font-size: 1.25rem;
    line-height: 1.75rem;
    color: white;
    border-left: 4px solid var(--theme-col);
    padding-left: 1.5rem;
    height: fit-content;
}
footer ul{ 
    padding-left: 1.75rem;
    color: white;
    font-size: 0.875rem/* 14px */;
    line-height: 1.25rem;
    margin-top: .5rem;
}
footer ul li{ 
    margin: .25rem 0;
    cursor: pointer;
    color: #d4d4d4;
    width: fit-content;
}
footer ul li:hover{
    color: white;
}
footer .help-sec{
    grid-column-start: 2;
}
footer .cr-con{
    background-color: #232127;
    color: white;
    padding: 1rem 4rem;
    text-align: center;
}
.g-i-t{
    display: grid;
    grid-column-start: 3;
    grid-row-start: 1;
    grid-row-end: 3;
}
.g-i-t form{
    display: flex;
    flex-direction: column;
    margin-top: 1rem;
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
form .g-inp{
    padding: .25rem .5rem;
    font-size: 16px;
}
.g-inp textarea{
    height: 150px;
}
.f-btn{
    padding: .25rem 1rem;
    background-color: var(--theme-col);
    border-radius: .25rem;
    font-size: 16px;
    color: white;
    font-weight: 500;
}
*{
    margin: 0; padding: 0;
    border: 0; outline: 0;
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    list-style: none;
    text-decoration: none;
}
:root{
    --theme-col: #2d4bf0;
}
.space-y-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.container{
    display:flex;
    align-items: center;
    justify-content: space-between;
}
ol {
    list-style: circle;
}

a, li {
  font-size: 90%;
  line-height: 25px;
}

.nav {
  overflow: hidden;
  width: 500px;
  margin: 20px auto;
}

.nav > li {
  float: left;
  background: #555;
  width: 25%;
}

.nav > li > a, .nav li ul li a {
  display: block;
  padding: 10px 20px 10px 20px;
  color: #fff;
  text-align: center;
}

.nav li ul li a:hover {
  background: #222;
}

.nav > li:hover {
  background: #333;
}

.nav li ul {
  display: none;
}

.nav > li:hover ul {
  display: block;
}
img{
    max-width: 100%;
}
section {
	width: 100%;
	margin: 0 auto;
	padding: 20px;
	background-color: blue;
}

section {
	color: black;
    background-color: antiquewhite;
}

section.full-width {
    align-content: space-around;
	max-width: 100%;
	padding: 0;
	
	> div {
		width: 100%;
		margin: 0 auto;
		
	}
}
footer{
    margin-top: 300px;
    
  }
@media screen and (max-width: 580px) {
footer{
    margin-top: 60px !important;
     text-align:center;
  }

body.home .container {
    padding-top:30px;
  }
  
  body.home .container img {
    width:100%;
  }
  .item{
   text-align:center;
  }
   body.home nav a { 
    padding: 7px 14px;
    font-size: 18px; 
    margin-left: 6px; 
}

.proudly_supporting{
  display:block;

}
.proudly_supporting img{
  width:100%;
    padding-right:0px;
        margin-bottom: 30px;
}
ol{
 padding:0px;
}



}

 