@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Noto+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

html, body, h1, h2, h3, h4, h5, h6, a, p, span, b, div, u, li{
    font-family:'Noto Sans', sans-serif !important;
}


@media(max-width:576px){
    .one{
        background:#fff !important;
    }
    #app\ companyadmin\.webapp-page\.publish > div.is-section.is-box.is-section-auto.one > div.is-overlay > div{
        background-image:none !important;
    }
    .image{
        width:220px !important;
    }
}
.navbar.navbar-static{
    padding:10px 0;
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.08);
}
.image{
    max-width:200px;
}
.navbar-nav>li{
    padding:0 17px;
}
.navbar-nav>li>a{
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 127.02%;
    color: #000;
    padding: 19px 18px !important;
}

.navbar-nav>li>a:hover {
    text-decoration: solid underline #000 2px;
}

.contact>a{
    background: linear-gradient(118.06deg, #0F4B93 38.59%, rgba(28, 115, 219, 0) 170.46%) !important;
    border:none !important;
    border-radius: 5px;
    padding: 19px 18px !important;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    color: #F5F5F5 !important;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25) !important;
}
.contact>a:hover{
    background: #EFF7F8 !important;
    color:#0D6FE4 !important;
    border:none !important;
    
}
.send-btn{
    background: linear-gradient(118.06deg, #0F4B93 38.59%, rgba(28, 115, 219, 0) 170.46%) !important;
    border:none !important;
    border-radius: 5px;
    padding: 19px 18px !important;
    font-style: normal;
    font-weight: 700 !important;
    font-size: 12px !important;
    line-height: 16px !important;
    color: #F5F5F5 !important;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25) !important;
}
.send-btn:hover{
    background: #EFF7F8 !important;
    color:#0D6FE4 !important;
    border:none !important;
}
.is-btn-ghost2 {
	padding: 19px 18px !important;
    font-style: normal !important;
    font-weight: 700 !important;
    font-size: 12px !important;
    line-height: 16px !important;
	letter-spacing: 0 !important;
}

.form-control {
	border-bottom: 1px solid #08294A !important;
	border-radius: 0 !important;
	border-top: 0 !important;
	border-left: 0 !important;
	border-right: 0 !important;
}

.rendered-form .form-control:focus {
	outline: 0;
	box-shadow: none !important;
	border-bottom: 1px solid #08294A !important;
	border-radius: 0 !important;
	border-top: 0 !important;
	border-left: 0 !important;
	border-right: 0 !important;
}
.footer-text, .footer-text>a{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 127.02%;
    color: #333F55;
}



@media (max-width: 767px){
    .flex {
        flex-direction: column;
    }
        .items-center{
            align-items: start!important;
        }
    }
    
    
    input[type="text"]:not(.flatpickr-calendar input), .form-control, .select2-selection{
        
        background: #ffffff00;
    }