﻿body {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

h2 {
    font-size: 24px;
    line-height: 36px;
}

p {
    margin-bottom: 15px;
    line-height: 26px;
}

.primary-color {
    color: #10122f !important;
}

.sec-banner {
    background-size: cover;
    width: 100%;
    height: auto;
    /*padding: 100px 0px;*/
    background-color: #10122f;
    position: relative;
    overflow: hidden;
}

    .sec-banner h1 {
        color: #fff;
        font-size: 50px;
        line-height: 62px;
        font-weight: 600;
        margin-bottom: 20px;
        text-shadow: 0 2px 3px rgb(255 255 255 / 30%);
        margin-top: 20px;
    }

    .sec-banner h2 {
        margin-bottom: 20px;
    }

    .sec-banner .txt-h2 {
        color: #fff;
    }

    .sec-banner .txt1-h2 {
        font-weight: 700;
        color: #fff;
    }

.btn-primry {
    background-color: #10122f;
    color: #fff;
    border: 1px solid #10122f;
    border-radius: 50px;
    padding: 11px 50px;
    font-weight: 400;
}

.sec-banner .btn-primry {
    background-color: white;
    border: 1px solid #fff;
    color: #333;
}

    .sec-banner .btn-primry:hover,
    .sec-banner .btn-primry:focus {
        background-color: #333;
        border: 1px solid #333;
        color: white;
    }

.btn-padd {
    padding-left: 53px !important;
    padding-right: 53px !important;
}

.btn-primry:hover {
    background-color: #333;
    color: #fff;
    border-color: #333;
    transition: all 500ms linear;
}

.btn-primry:focus {
    box-shadow: none;
}
/* banner end here */
/* testimonials start here */
.sec-testi {
    padding: 50px 0px;
}

.testi {
    border: 0px;
}

    .testi .testi-img {
        width: 100px;
        height: 100px;
        border-radius: 50%;
        box-shadow: 0 0 10px 0 #ccc;
        background: #fff;
        overflow: hidden;
    }

    .testi .card-body {
        padding-top: 0px;
    }

    .testi .card-title {
        font-size: 16px;
        font-weight: 900;
    }

    .testi .card-text {
        margin-bottom: 7px;
        font-weight: 400;
    }
/* testimonials end here */

/* sec-future start here */
.sec-future {
    padding: 50px 0px;
    background: #e9e9e9;
}

    .sec-future h2 {
        color: #10122f;
        font-weight: 700;
    }

.future-left {
    padding-top: 30px;
}

.sec-future p {
    text-align: justify;
    font-weight: 500;
}

.sec-future h3 {
    margin-bottom: 20px;
}

ul {
    padding: 0px;
}

.sec-future ul {
    margin-bottom: 40px;
}

.sec-future li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 8px;
    line-height: 22px;
    text-align: justify;
    font-weight: 500;
}

    .sec-future li::before {
        content: '';
        position: absolute;
        left: 0;
        top: 5px;
        width: 10px;
        height: 10px;
        font-size: 10px;
        text-align: center;
        box-shadow: 0 0 5px 0 rgb(0 0 0 / 20%);
        border: 2px solid #10122f;
        border-radius: 100px 100px 0 100px;
    }

    .sec-future li:hover::before {
        border-color: #333;
        transform: scale(0.9);
    }

.sec-future .txt-wght {
    font-weight: 600;
}

.txt-ask {
    margin-bottom: 40px
}

.form-col {
    padding: 30px;
    margin: 20px auto;
    max-width: 500px;
    background: #fff;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
}

    .form-col input, .form-col select {
        height: 50px;
        border: 0px;
        color: #222;
        box-shadow: 0 5px 15px 0 rgb(0 0 0 / 15%);
    }

.form-control:focus, select:focus {
    box-shadow: 0 5px 15px 0 rgb(0 0 0 / 15%) !important;
}

.form-btn {
    text-align: center;
}

    .form-btn a button {
        padding: 11px 31px;
    }
/* sec-future end here */

/*  sec welcome*/
.sec-welcome {
    padding: 50px 0px;
}

.padding-0 {
    padding: 0px;
}

.txt-aftr {
    position: relative;
}

.txt-aftr-div {
    width: 50px;
    height: 2px;
    left: 0;
    background-color: #000;
}

.sec-welcome h2, .sec-panel h2 {
    font-weight: 700;
}

.testi-top {
    padding-top: 50px;
}

.flyer-list {
    margin-top: 20px;
}

    .flyer-list li strong,
    .flyer-list li p {
        display: inline-block;
    }

    .flyer-list li strong {
        margin-right: 10px;
    }

.patner-logo img {
    max-width: 100%;
}

/* Mobile Responsive start here */

@media (max-width: 767.98px) {
   /* .sec-banner {
        padding: 50px 0px;
    }*/

        .sec-banner h1 {
            font-size: 24px;
            line-height: 36px;
        }
}

/* Mobile Responsive end here */






.container-fluid.banner-poistion {
    position: absolute;
    top: 0;
    right: 0;
    padding-left: 0;
    padding-right: 0;
}

.banner-img img {
    width: 100%;
}

.img-banner {
    text-align: right;
    position: relative;
}


.banner-text {
    position: absolute;
    top: 40px;
    width: 100%;
    left: 0;
    color: #fff;
}

    .banner-text h2 {
        margin-bottom: 5px;
        color: #f8bf33;
        font-size: 28px;
    }

.z-index {
    position: relative;
    z-index: 99;
    padding-top: 12%;
    padding-left: 10%;
    margin-bottom:20px;
}

.flyer-container-top {
    position: absolute;
    top: 15%;
    width: 100%;
}

.flyer-heading {
    font-size: 40px;
    font-weight: 700;
    color: white;
    margin-bottom: 15px !important;
}

.flyer-heading-active {
    font-size: 42px;
    color: #ffb020e8;
    margin-bottom: 15px!important;
}

.flyer-subheading {
    font-size: 25px;
    color: white;
    margin-bottom: 15px !important;
}

.flyer-container-bottom {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.flyer-bottom-Content{
    margin-bottom:0;
    color:white;
}