h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0;
    font-family: "Montserrat", Sans-serif;
}

.heading h2 {
    color: #1B386C;
    font-family: "Montserrat", Sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 33px;
    text-align: center;
    position: relative;
    margin: auto;
    padding-bottom: 20px;
}

.heading h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 150px;
    height: 2px;
    background-color: #0092DD;
    left: 50%;
    transform: translate(-50%, 0);
}

.heading h3 {
    color: #1B386C;
    font-family: "Montserrat", Sans-serif;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
}

.text-div p {
    text-align: center;
    color: #000000;
    font-family: "Montserrat", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 1.5em;
    padding: 0;
    box-sizing: border-box;
    outline: none;
}

header {
    background-color: #1B386C;
    padding: 20px 0px 20px 0px;
}

header a{
    text-decoration: none;
    color: #fff;
}

header .row {
    align-items: center;
}

header .logoDiv {
    display: flex;
    column-gap: 20px;
}

header .logoDiv img {
    width: 56px;
    height: auto;
}

header .logoDiv .heading h4 {
    color: #FFFFFF;
    font-family: "Sen", Sans-serif;
    font-size: 26px;
    font-weight: 400;
}

.btn-div button {
    background-color: #2EA3F2;
    font-family: "Sen", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    border-radius: 6px 6px 6px 6px;
    padding: 20px 25px 20px 25px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
    border: none;
    outline: none;
}


.section1 {
    height: calc(100vh);
    overflow: hidden;
    position: relative;
}

.section1::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #1B386C;
    opacity: 0.45;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
    z-index: 2;
    top: -2px;
}

.section1 video {
    position: absolute;
    z-index: 1;
}

.section1 .container {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    align-items: center;
}

.section1 .container .heading h1 {
    color: #FFFFFF;
    font-family: "Montserrat", Sans-serif;
    font-size: 45px;
    font-weight: 600;
}

.section1 .container .text-div p {
    color: #FFFFFF;
    font-family: "Montserrat", Sans-serif;
    font-size: 21px;
    font-weight: 400;
    line-height: 25px;
    width: 50%;
}

.section1 .container .btn-div {
    margin-top: 30px;
}

.section1 .container .btn-div button {
    font-size: 19px;
    padding: 20px 30px;
}

.section2 {
    margin-top: -150px;
    position: relative;
    z-index: 9;
}

.section2 .row {
    border-radius: 10px;
    overflow: hidden;
}

.section2 .quickDivMain {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.11);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 30px 20px 20px 20px;
    background-color: #FFFEFE;
    overflow: hidden;
}

.section2 .quickDivMain.blue {
    background-image: linear-gradient(152deg, #2EA3F2 41%, #0092DD 100%);
}

.section2 .quickDivMain .quickDiv {
    padding: 50px 20px 50px 20px;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #2EA3F2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.section2 .quickDivMain.blue .quickDiv {
    border-color: #FFFFFF;
}

.section2 .quickDivMain .quickDiv .iconDiv {
    background-color: #1B386C;
    fill: #FFFEFE;
    color: #FFFEFE;
    height: 78px;
    width: 78px;
    border-radius: 78px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section2 .quickDivMain.blue .quickDiv .iconDiv {
    background-color: #FFFEFE;
    fill: #1B386C;
    color: #1B386C;
}

.section2 .quickDivMain .quickDiv .text-div p {
    color: #000000;
    font-family: "Montserrat", Sans-serif;
    font-size: 19px;
    font-weight: 500;
    line-height: 25px;
    text-align: center;
}

.section3 {
    padding: 50px 0;
}

.slider {
    margin-top: 50px;
}

.sliderItem {
    padding: 20px;
}

.sliderItem .bgdiv {
    height: 300px;
    width: 100%;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}

.sliderItem .content {
    padding: 20px 10px;
}

.section4{
    background-color: #1b386c;
}

.section4 .contentDiv{
    padding: 100px 100px;
}

.section4 .heading {
    margin-bottom: 30px;
}

.section4 .heading h2 {
    width: auto;
    text-align: left;
    color: #fff;
}

.section4 .heading h2::after {
    left: 0;
    transform: translate(0);
    width: 300px;
}

.section4 .text-div p {
    text-align: left;
    color: #fff;
    font-size: 18px;
    line-height: 150%;
    margin: 0;
}

.section4 .imgDiv{
    background-image: url(./assets/images/bg-6.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.section4 .btn-div{
    margin-top: 30px;
}
.section5 form{
    margin-top: 50px;
    margin-bottom: 60px;
    text-align: center;
    padding: 0px 50px;
}
.section5 form .inputDiv{
    margin: 5px;
    padding: 0px !important;
    width: calc(50% - 10px);
    
}
.section5 form .threeinline{
    width: calc(33.33% - 10px);
}
.section5 form input, .section5 form select{
    width: 100%;
    border: 1px solid #d9d9d9;
    padding: 10px;
    border-radius: 7px;
    margin: 5px;
    display: inline;
    border-radius: 20px;
    outline: none;
}
.section5 form .checkbox{
    width: auto !important;
}
.section5 form .terms{
    color: #333;
    display: block;
    font-weight: 600;
    margin-bottom: 0.5em;
    text-align: left;
}
.section5 form button{
    background-color: #222;
    border: 0;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 800;
    line-height: 1;
    padding: 1em 2em;
    text-shadow: none;
    margin-top: 20px;
}
.section5 form button:hover{
    background: #767676;
}
footer{
    background-color: #1D1D1D;
    padding: 40px 0px;
}
footer p{
    text-align: justify;
    color: #FFFFFF;
    font-family: "Roboto", Sans-serif;
    font-size: 14px;
    font-weight: 400;
}
footer hr{
    border: 1px solid #7A7A7A;
}
footer .footerlinks{
    text-align: justify;
    color: #FFFFFF;
    font-family: "Roboto", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 20px;
    flex-wrap: wrap;
}
footer .footerlinks a{
    margin-right: 10px;
    text-decoration: none;
    color: #fff;
}
footer .copyright p{
    color: #7A7A7A;
    font-family: "Roboto", Sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    margin: 0px;
}

@media screen and (max-width: 1024px) {
    .section4 .contentDiv{
        padding: 24px;
    }
    
}