
@media screen and (max-width:700px){
	.col-lg-9 {
    flex: 0 0 auto;
    width: 99%;
}
.col-lg-3 {
    flex: 0 0 auto;
    width: 99%;
}


.main-banner .caption {
    top: 50%;
}

.main-banner .caption h2 {
    margin-top: 24px;
    margin-bottom: 40px;
    font-size: 35px;
}

.flex-2 {
    display: flex;
    flex-direction: column;
    align-items: anchor-center;
    background: white;
}






	
	.flex-2-2 {
               flex-direction: column;
    padding: 20px;
    justify-content: center;
    align-items: anchor-center;
    margin: 5px;
    border-radius: 10px;
    color: #000000;
    z-index: 2;
    background: #ff9800;
}


.about_img {
    top: 63px;
    position: relative;
    z-index: 0;
    scale: 2;
}


	.flex-2-2 h2 {    color: inherit;}
	.flex-2-2 p {       text-align: justify;
    font-weight: 500;}
	
	
	.stats-section {
   
    flex-direction: column;
}


		.grid2 {
       display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    justify-content: space-around;
    align-items: self-start;
}



.header-area .main-nav .logo {
    color: #1e1e1e;
    float: unset;
    line-height: 0;
    top: -14px;
    position: relative;
    text-align: left;
}

.logo-top h1 {
    font-size: 16px;
    padding: 0px;
    font-weight: 600;
    width: 172px;
    
	
}

.logo-top p {
    font-size: 8px;
    padding: 0px 0px;
}

.header-area .main-nav img {
    height: 60px;
    top: -1px;
    position: relative;
    border-radius: 10px;
    animation: rotateAnimation 2s linear infinite alternate;
}

.header-area {
           background-color: #ff9800;
    padding: 0px 15px;
    height: 80px;
    box-shadow: none;
    text-align: center;
    position: sticky !important;
    box-shadow: 1px 0px 10px 0px #a0a0a036;
}

.header-area.header-sticky .nav {
    margin-top: 00px !important;
}

.logo-top {
       display: flex;
    align-items: anchor-center;
    height: 100%;
    margin: 5px;
    top: 0;
    position: relative;
    width: 73%;
}



.no-padding {padding:0;}

.container3 {
    display: flex;
    width: 100%;
    min-height: 100vh;
    flex-direction: column;
}
.contact-form {
    background: #ff9800;
    width: 100%;
    padding: 40px;
    box-sizing: border-box;
}

.contact-info {
    background: #0b132b;
    color: white;
    width: 100%;
    padding: 40px;
    box-sizing: border-box;
}

.subhead2 {
    flex: 0 0 auto;
    width: auto;
    display: flex;
    margin: 0px;
    width: 93%;
    display: block;
}