@charset "utf-8";
/* CSS Document */

.gsc-input{background: none !important;}
.gsc-input-box{border-radius: 20px;}

.bg-black {
    background-size: cover;
}
.home_logo{max-width: 68%;}
.home_logo{max-width: 68%;}
.mt-3 {
    margin-top: 0rem!important;
	margin-bottom: 0rem!important;
}
.input-group{display: none;}
.lead {
    font-size: 1.5rem;
    margin-top: 15px;
    font-weight: bold;
}
.bg-black {
    background-color: transparent !important;
}
.home_img1{width:30%;}
.home_img2{width:30%;}

.nbs-flexisel-inner{}

.bottom_button{
    
        text-align: center;
    padding: 3rem 0rem;
}

.fw-lighter{font-family: Impact Regular;font-size: 7rem;}

.lead_new{font-family: Roboto Bold;font-weight: normal;margin: 15px 0;}

.new_border{border-bottom: 1px solid;}

.bottom_button a {
  text-decoration: none;
  display: inline-block;
  padding: 8px 16px;
}

.bottom_button a:hover {
  background-color: #03381c;
  color: #fff;
}

.bottom_button .previous {
  background-color: #016831;
  color: #fff;
}

.bottom_button .next {
  background-color: #016831;
  color: white;
}

.bottom_button .round {
  border-radius: 50%;
}



@media only screen and (max-width: 768px) {
    
    .container, .container-fluid{
            padding-right: calc(var(--bs-gutter-x) * 1);
    padding-left: calc(var(--bs-gutter-x) * 1);
    }
    .bg-gray-900{padding: 25px 10px !important;}
    .bg-gray-900 p {
        text-indent: inherit;
    white-space: nowrap;
    overflow: hidden;}
	#first {
		order: 1;
		width:60%;
		text-align: left !important;
		margin-left: 0px;
	}
	.main_home .py-vh-5{padding-top: 1vh;}
	.py-vh-5{padding-top: 20vh;}
	#second {
		order: 3;
		width: 100%;
		    padding: 2rem 0rem;
	}
	.fw-lighter{font-size: 4rem;}
	.lead_new{font-size: 1.5rem;}
	.click_btn{font-size: 1.5rem !important;}
	#third {
		order: 2;
		width:35%;
	}
	#first img.logo1 {
		width:25%;
	}
	#first img.logo2 {
		width: 15%;
	}
	#first img.logo3 {
		width:15%;
	}
	.py-vh-4 {
    padding-top: 2vh;
    padding-bottom: 2vh;
}
	.con_inn{margin: 10px 0px !important;}
	
}


