html,
body {
    scroll-behavior: smooth;
    font-size: 19px;
    line-height: 1.7;
    background-color: white;
    font-weight: 400;
    color: #383838;
    font-family: "Outfit", sans-serif;
    max-width: 100vw;
    overflow-x: hidden;
    padding: 0 !important;
}

*{
    margin:0px;
    padding:0px;
    box-sizing: border-box;
    position: relative;
    z-index: 1;
}

.mal-text {
    font-family: "Noto Sans", sans-serif;
    display: none;
    line-height: 2;
}

p.mal-text {
    font-size: 0.9rem;
}

body.mal .mal-text {
    display: block;
}

body.mal .eng-text {
    display: none;
}

.section{
   background-image: url(./bgbanner/bgimg.png);
   background-position: center center;
   background-size: cover;
   background-color: #36BDED;
}
.section.hiring{
    background-image: url(./bgbanner/Hiring_banner.jpg);
 }

.littlelogo{
    width: 9rem;
}

.phone{
     width: 1.2rem;
}

.email{
    width: 1.2rem;
}

.line{
    width: 1px;
    height: 1rem;
    background-color: #fff;
}

.num{
    font-weight: 500;
    font-size: 1rem; 
    line-height: 1;  
    margin: 0;
}

.pg {
    font-weight: 500;
    font-size: 1.2rem;
    line-height: 1.3;
    color: white !important;
    text-decoration: none;
    text-transform: capitalize;
}

.pg:hover {
    text-decoration: underline;
}

.container1 {
    height: 65vh;
}

.main{
    font-weight: 600;
    font-size: 3.5rem;
}
.main.mal-text {
    font-weight: 900;
    font-size: 2.75rem;
    line-height: 1.5;
}
 
.major{
    border-radius: 5rem;
    border:0px;
    font-size: 1.2rem;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 1;
    color: #36BDED;
    background-color: white;
    padding: 0.75em 1.75em;
}

.select-lang h6 {
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
}   

.whts{
    right: 40px; 
    bottom: 40px; 
    position: fixed;
    width: 80px;
    z-index: 99;
}

.head{
    font-weight: 600;
    font-size: 2.4rem; 
    color: #36BDED;
    text-transform: capitalize;
    margin-bottom: 2rem;
}

.section2 {
    padding-top: 7rem;
}

.section2 img {
    height: 100%;
    object-fit: cover;
    object-position: center center;
} 

.biglogo{
    padding-right: 15%;
    margin-top: 8rem;
}

.sub-section {
    padding-top: 4rem;
}

.section3{
    padding-block: 3rem 7rem;
}

.section4{
    background: #F8FDFF;
    padding-block: 7rem;
} 

.icon{
    width: 3.5rem;
}

.section5{
    background-image: url(./bgbanner/bgimg.png);
    background-position: center center;
    background-size: cover;
    background-color: #36BDED;
    padding-block: 7rem 3rem;
}

form {
    border-radius: 1rem;
    background-color:white;
}

.form-group {
    padding: 0.15rem;
}

.form-control {
    background: #f7f7f7;
    border: 1px solid #f7f7f7;
    height: 3rem;
}

.form-control:hover,
.form-control:active,
.form-control:focus {
    border-color: #36BDED;
    background: #fff;
    outline: none;
    box-shadow: none;
}

textarea.form-control {
    height: 10rem;
    resize: none;
}

.subm{
    background-color: #36BDED;
    color: white;
}

.footer {
    padding-top: 7rem;
}

.footer a {
    text-decoration: none;
    color: white;
}

label.error {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 11px;
    color: red;
    pointer-events: none;
    z-index: 3;
}

@media( max-width: 1399px ) {
    body, html {
        font-size: 17px;
    }
    .container1 {
        height: 85vh;
    }
}

@media( max-width: 991px ) {
    body, html {
        font-size: 16px;
    }
    .container1 {
        height: auto;
        padding-block: 7rem;
    }
}

@media( max-width: 575px ) {
    .whts{
        right: 30px; 
        bottom: 40px; 
        width: 60px;
    }   
    .littlelogo{
        width: 6rem;
    }
    .main {
        font-size: 3.2rem;
        line-height: 1.1;
    }
}

.hiring{
    color: black;

}
.fom{
    padding: 0.10rem;   
}
.fom1{
    background: #f5f2f2;
    border: 0.5px solid #f7f7f7;
    height: 2rem;  
}

.modal-dialog {
    max-width: 1000px;
}

.btn-close {
    position: absolute;
    z-index: 5;
    top: 20px;
    right: 20px;
}