html,
body {
    /* background-color: #F2F2F2; */
    margin: 0;
    padding: 0;
    height: 100%;
    background: #ffffff !important;
    font-family: 'Poppins', sans-serif;
}

.nav-item {
    padding-right: 10px;
    padding-left: 10px;

}
.navbar{
    background-color:#ffffff !important;
  
}
.nav-link{
    font-weight: 600;
    font-size: 18px;
    color: #000000 !important;
}
a:hover{
    color: #3865F4 !important;
}

.banner-section{
    padding-top: 200px;
    height: 80%;
    display: flex;
 
    /* align-items:flex-end; */
   
    align-items: center;
    /* background-color: red; */
}

h1{
    font-weight: bold;
    font-size: 72px;
    color:#120D26,
}

p{
    color: #94959A;
    font-size: 20px;
}

.btn-1{
    background-color: #3865F4;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
    color:#ffffff;
}

.btn-1:hover{
    background-color:  #05248d;
    color:#ffffff;

}
.banner-container{
    height: 80%;
    position: relative;
}
.banner-text{
    top: 60%;
    margin: 0;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position:absolute;
 /* align-self: flex-end; */
}
h2{
    font-size: 35px;
    font-weight: bold;
}
.sub-text{
   padding-top: 20px;
}

.service{
    padding-top: 100px;
}
.banner-imag-text{
    position:absolute;
    top:40%;
    left: 10%;
    background-color:rgba(238, 238, 238, 0.51);
    padding: 20px;
    padding-left: 80px;
    padding-right: 80px;
    border-radius: 23px;
}
.banner-imag-text > h2{
  font-size: 35px;
    /* background-color: red; */
}
.right-banner{
    position: relative;
    /* margin-left: 100px; */
    /* z-index: -99; */
}
.image-box{
    /* width: 500; */
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    /* background-color: red; */
}
.image-box > img {
    border-radius: 15px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.content-section{
    padding-top: 70px;
}

.service-box{
    padding-top: 40px;
}
.service-title{
    font-size: 45px;
}

h4{
    color:#120D26;
    font-size: 20px;
    font-weight: bold;
}

.short-text{
    font-size: 15px;
    color: #120D26;
}

.form-group > label{
    font-size: 16px;
    color: #94959A;
    padding-bottom: 10px;
}

input,textarea{
    padding: 14px 16px;
    width: 400px;
    height: 50px;
    background: #FFFFFF;

    /* Background / Grey */
    border: 2px solid #F2F2F2;
    box-sizing: border-box;
    border-radius: 8px;
}
.form-group{
    padding-bottom: 20px;
}
textarea{
    height: 100px;
}
.contact{
    padding-top: 60px;
}

.contact-details{
    float:right;
    height: 90%;
    width: 80%;
    background-color: #106EEA;
    border-radius: 15px;
  
}

.contact-box{
    padding-top: 20px;
    /* display: flex; */
    /* justify-content: center; */
    /* align-items: center; */
    width: 80%;
    padding-left: 30%;
    
    /* display: flex; */
    /* align-self: center; */
}

.ad-text{
    font-size: 14px;
    padding-left: 20px;
    color: #ffffff;
}

footer{
    margin-top: 50px;
    /* height: 210px; */
    background-color:#EFEFEF;
}

.footer-text{
    font-size: 15px !important;

}

footer>.container{
    padding-top: 20px;
    /* padding-bottom: 20px; */
}

p >a{
    color: #ffffff !important;
}
a:hover{
    color:#91add2 !important;

}