@import url('https://fonts.googleapis.com/css2?family=Montserrat+Alternates:wght@100;200;300;400;500;600;700;800&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&amp;family=Rubik:wght@300;400;500;600;700;800;900&amp;display=swap');

body {
    color: #000;
    font-family: 'Open Sans', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Rubik', sans-serif;
}

ul {
    list-style: none;
    padding: 0;
}

a {
    text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
li,
a,
span {
    margin: 0;
    padding: 0;
}

.sec {
    padding: 60px 0;
    width: 100%;
}

.sec_head {
    margin-bottom: 30px;
}

h2 {
    margin: 20px 0;
    font-weight: bold;
    font-size: 35px;
    line-height: 40px;
    color: #194172;
}

p {
    line-height: 28px;
    color: #393939;
}

/*header*/
header {
    position: absolute;
    width: 100%;
    z-index: 1;
}

.logo img {
    height: 60px;
}

.main_btn {
    background: #FF7601;
    color: #fff;
    display: inline-block;
    padding: 15px 30px;
    font-weight: 600;
    border-radius: 5px;
    transition: .3s;
}

.main_btn:hover {
    background: #FF7601;
    color: #194172;
}

.head_tbox span {
    font-size: 16px;
    display: block;
    text-align: center;
    padding: 12px 11px;
    border: 2px solid #f9d949;
    color: #f9d949;
    border-radius: 100px;
    width: 50px;
    height: 50px;
}

.head_tbox a {
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
}

.head_tbox a b {
    display: block;
    font-size: 17px;
}

.head_top {
    padding: 20px 0;
}

.head_bot {
    border-bottom: 1px solid #194172;
}

.head_bot a.nav-link {
    color: #fff;
    font-size: 16px;
    padding: 15px 20px !important;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.head_bot nav.navbar.navbar-expand-lg {
    padding: 0;
}

.head_bot div#navbarRightAlignExample {
    justify-content: center;
}

.head_bot .navbar-nav .nav-link.show {
    color: #FF7601;
}

.head_bot .navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #FF7601;
}

.head_bot a.nav-link:hover {
    color: #FF7601;
}

.head_bot ul.dropdown-menu {
    background: #194172;
    padding: 0;
    width: 220px;
}

.head_bot ul.dropdown-menu li a {
    color: #fff;
    padding: 10px 15px;
    display: block;
    font-size: 15px;
    transition: .3s;
}

.head_bot ul.dropdown-menu li a:hover {
    background: #FF7601;
}

/*banner section*/
.h_banner {
    position: relative;
    width: 100%;
    background-size: contain;
    padding: 200px 0 100px;
    overflow: hidden;
    background: #0d0f16;
}

.h_banner:before {
    content: "";
    position: absolute;
    width: 570px;
    height: 500px;
    background: url(../img/bg-1.png) no-repeat center;
    background-size: contain;
    left: 37.5%;
    z-index: 0;
    bottom: 0;
}

.ban_right {
    position: relative;
    z-index: 152;
}

.ban_left {
    color: #fff;
}

.ban_left h4 {
    font-weight: 100;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 4px;
    color: #FF7601;
}

.ban_left h1 {
    color: #fff;
    font-size: 50px;
    line-height: 110%;
    font-weight: 700;
    margin: 20px 0 0;
}

.ban_left p {
    margin: 20px 0;
    font-size: 16px;
    line-height: 155%;
    color: #fff;
    width: 80%;
}

.ban_form {
    position: relative;
    padding: 0;
    width: 100%;
    border-radius: 10px;
    box-shadow: 5px 5px 25px 0 #00000003;
}

.ban_form form {
    padding: 30px;
    background: #194172;
    border-radius: 0 0 10px 10px;
}

.ban_left ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 20px 0 0;
}

.ban_left ul li {
    font-size: 14px;
    padding: 15px 30px 5px 22px;
    color: #fff;
    position: relative;
    font-weight: 100;
}

.ban_left ul li b {
    display: block;
    font-weight: 700;
    text-transform: uppercase;
}

.ban_left ul li b {
    display: block;
    font-weight: 700;
    text-transform: uppercase;
}

.ban_left ul li:before {
    content: "";
    position: absolute;
    border-radius: 20px;
    border: 1px solid #FF7601;
    width: 15px;
    height: 15px;
    left: 0;
    background: #FF7601;
}

.ban_form h3 {
    font-size: 20px;
    position: relative;
    color: #194172;
    font-weight: 500;
    background: #f9d949;
    padding: 20px;
    text-align: right;
    border-radius: 10px 10px 0 0;
    margin: 0;
}

.ban_form .form-control {
    height: auto;
    padding: 10px 15px;
    background: #1d2335;
    border: 1px solid #4e5d89;
    color: #fff;
    border-radius: 5px;
    font-weight: 300;
}

button.ban_btn {
    width: 100%;
    padding: 15px;
    border-radius: 5px;
    border: none;
    background: #FF7601;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
}

.ban_form label {
    font-weight: normal;
    font-size: 14px;
}

.h_banner .row {
    display: flex;
    align-items: center;
}

.ban_form .form-control::placeholder {
    color: #ffffff47;
}

.ban_form .form-group {
    margin: 0 0 15px;
}

.ban_form h3 span {
    font-size: 32px;
    font-weight: 800;
    text-transform: uppercase;
    display: block;
    color: #FF7601;
}

.ban_form:before {
    content: "";
    position: absolute;
    width: 190px;
    height: 180px;
    background: url(../img/discount.png) no-repeat center;
    z-index: 1;
    background-size: contain;
    left: -70px;
    top: -50px;
    -webkit-animation: heartbeat 1.5s ease-in-out infinite both;
    animation: heartbeat 1.5s ease-in-out infinite both;
}

.text-focus-in {
    -webkit-animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both infinite;
    animation: text-focus-in 1s cubic-bezier(0.550, 0.085, 0.680, 0.530) both infinite;
}

@keyframes text-focus-in {
    0% {
        -webkit-filter: blur(12px);
        filter: blur(12px);
        opacity: 0;
    }

    100% {
        -webkit-filter: blur(0px);
        filter: blur(0px);
        opacity: 1;
    }
}

.heartbeat {}

@keyframes heartbeat {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transform-origin: center center;
        transform-origin: center center;
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    10% {
        -webkit-transform: scale(0.91);
        transform: scale(0.91);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    17% {
        -webkit-transform: scale(0.98);
        transform: scale(0.98);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    33% {
        -webkit-transform: scale(0.87);
        transform: scale(0.87);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    45% {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }
}

/*banner animation*/
.area {
    width: 100%;
    z-index: -1;
}

.circles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.circles li {
    position: absolute;
    display: block;
    list-style: none;
    width: 20px;
    height: 20px;
    background: rgb(249, 217, 73, .2);
    animation: animate 25s linear infinite;
    bottom: -150px;
}

.circles li:nth-child(1) {
    left: 25%;
    width: 80px;
    height: 80px;
    animation-delay: 0s;
    background: rgb(244, 80, 80, .2);
}

.circles li:nth-child(2) {
    left: 10%;
    width: 20px;
    height: 20px;
    animation-delay: 2s;
    animation-duration: 12s;
    background: rgb(249, 217, 73, .2);
}

.circles li:nth-child(3) {
    left: 70%;
    width: 20px;
    height: 20px;
    animation-delay: 4s;
    background: rgb(249, 217, 73, .2);
}

.circles li:nth-child(4) {
    left: 40%;
    width: 60px;
    height: 60px;
    animation-delay: 0s;
    animation-duration: 18s;
    background: rgb(244, 80, 80, .2);
}

.circles li:nth-child(5) {
    left: 65%;
    width: 20px;
    height: 20px;
    animation-delay: 0s;
    background: rgb(249, 217, 73, .2);
}

.circles li:nth-child(6) {
    left: 75%;
    width: 110px;
    height: 110px;
    animation-delay: 3s;
    background: rgb(244, 80, 80, .2);
}

.circles li:nth-child(7) {
    left: 35%;
    width: 150px;
    height: 150px;
    animation-delay: 7s;
    background: rgb(249, 217, 73, .2);
}

.circles li:nth-child(8) {
    left: 50%;
    width: 25px;
    height: 25px;
    animation-delay: 15s;
    animation-duration: 45s;
    background: rgb(244, 80, 80, .2);
}

.circles li:nth-child(9) {
    left: 20%;
    width: 15px;
    height: 15px;
    animation-delay: 2s;
    animation-duration: 35s;
    background: rgb(249, 217, 73, .2);
}

.circles li:nth-child(10) {
    left: 85%;
    width: 150px;
    height: 150px;
    animation-delay: 0s;
    animation-duration: 11s;
    background: rgb(244, 80, 80, .2);
}

@keyframes animate {
    0% {
        transform: translateY(0) rotate(0deg);
        opacity: 1;
        border-radius: 0;
    }

    100% {
        transform: translateY(-1000px) rotate(720deg);
        opacity: 0;
        border-radius: 50%;
    }
}

/*banner animation close*/

/*section 1 */
.h_sec1 {
    margin: -40px 0 0;
    position: relative;
    z-index: 3;
}

.s1_mbox {
    box-shadow: 1px 1px 14px -1px rgb(0 0 0 / 8%);
    padding: 20px 30px;
    border-radius: 60px;
    background: #194172;
}

.s1_txt {
    padding: 0 0 0 60px;
}

.s1_bimg {
    position: absolute;
}

.s1_bimg img {
    width: 40px;
}

.s1_box .s1_txt ul li {
    display: inline-block;
    color: #FF7601;
    padding: 0 1px;
}

.s1_box .s1_txt ul li span {
    font-weight: 700;
    color: #fff;
}

.s1_box .s1_txt h6 {
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

/*section 2*/
.h_sec2 {
    background: #F0F0F0;
}

.s2_box {
    position: relative;
    margin-top: 30px;
}

.s2_box:before {
    content: "";
    width: 80%;
    position: absolute;
    border-bottom: 1px dashed #8cabca;
    right: 0;
    top: 30px;
}

.s2:last-child .s2_box:before {
    display: none;
}

.s2_top p {
    font-size: 18px;
    line-height: 30px;
    color: #393939;
    font-weight: 500;
}

.s2_box h3 {
    margin: 10px 0;
    font-size: 20px;
    color: #194172;
}

.s2_box p {
    line-height: 160%;
}

.s2_bot {
    margin-top: 30px;
}

.s2_box img {
    height: 60px;
}

/*section 3*/

.h_sec3 .row {
    display: flex;
    align-items: center;
}

.s3_left img {
    margin: 10px 0;
    border-radius: 10px;
}

.s3_left .s3:nth-child(odd) {
    top: 30px;
}

.s3_right h4 {
    font-size: 15px;
    padding: 10px 20px;
    background: #f450506b;
    display: inline-block;
    border-radius: 30px;
}

.s3_right ul li {
    margin: 6px 0;
    padding: 5px 0px 5px 40px;
    position: relative;
}

.s3_right ul li:before {
    position: absolute;
    content: "\f00c";
    width: 30px;
    font-family: 'FontAwesome';
    height: 30px;
    left: 0;
    background: #FF7601;
    border-radius: 100px;
    padding: 4px 0 0 0;
    text-align: center;
}

.s3_right ul {
    margin: 20px 0 30px;
}

.s3_left .s3 {
    position: relative;
}

.s3_right p {
    margin: 0 0 20px;
}

/*section 4*/
.h_sec4 {
    background: url(../img/s4_bg.png) no-repeat center;
    background-size: cover;
}

.s4_top p {
    font-size: 18px;
    line-height: 30px;
    color: #393939;
    font-weight: 500;
}

.s4_box {
    background: #A6D0DD;
    padding: 30px;
    margin: 30px 0 0;
    border-radius: 10px;
    height: 370px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: space-between;
    align-items: center;
}

.s4_box h3 {
    color: #194172;
    font-size: 20px;
}

.s4_box p {
    margin: 20px 0;
}

.s4:nth-child(3) .s4_box {
    background: #a7d1ff;
}

.s4:nth-child(4) .s4_box {
    background: #C7E8CA;
}

.s4:nth-child(5) .s4_box {
    background: #BACDDB;
}

.s4:nth-child(6) .s4_box {
    background: #FCAEAE;
}

.s4:nth-child(7) .s4_box {
    background: #FFEADD;
}

.s4_bimg img {
    height: 70px;
}

/*section 5*/
.h_sec5 {
    background: url(../img/s5_bg.png) no-repeat center;
    background-size: cover;
}

.h_sec5 .container {
    background: #FF7601;
    padding: 55px 50px;
    border-radius: 10px;
    color: #fff;
    position: relative;
}

.h_sec5 .container:before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    background: #f9d949;
    border-radius: 100px;
    left: -50px;
    top: 80px;
    -webkit-animation: ping 0.8s ease-in-out infinite both;
    animation: ping 0.8s ease-in-out infinite both;
}

/* .h_sec5 .container:after { content: ""; position: absolute; width: 100px; height: 100px; border: 10px solid #f9d949; border-radius: 100px; right: -50px; top: -30px; -webkit-animation: jello-diagonal-1 0.8s both infinite; animation: jello-diagonal-1 0.8s both infinite; } */
/* add wasif */
.h_sec5 .container:after {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    border: 10px solid #f9d949;
    border-radius: 100px;
    right: -50px;
    top: -30px;
}

.s5_right h2 {
    color: #fff;
}

.s5_right h4 {
    font-size: 15px;
    padding: 10px 20px;
    background: #f9d949;
    display: inline-block;
    border-radius: 30px;
    color: #194172;
}

.s5_right p {
    color: #fff;
    margin: 0 0 20px;
    font-weight: 400;
    line-height: 32px;
}

.s5_right h3 {
    color: #f9d949;
    font-size: 42px;
}

.s5_right h5 {
    font-weight: 200;
    font-size: 18px;
}

/* .s5_left img { transform: scale(1.7) translate(-18px, -17.5px); } */
@keyframes jello-diagonal-1 {
    0% {
        -webkit-transform: skew(0deg 0deg);
        transform: skew(0deg 0deg);
    }

    30% {
        -webkit-transform: skew(25deg 25deg);
        transform: skew(25deg 25deg);
    }

    40% {
        -webkit-transform: skew(-15deg, -15deg);
        transform: skew(-15deg, -15deg);
    }

    50% {
        -webkit-transform: skew(15deg, 15deg);
        transform: skew(15deg, 15deg);
    }

    65% {
        -webkit-transform: skew(-5deg, -5deg);
        transform: skew(-5deg, -5deg);
    }

    75% {
        -webkit-transform: skew(5deg, 5deg);
        transform: skew(5deg, 5deg);
    }

    100% {
        -webkit-transform: skew(0deg 0deg);
        transform: skew(0deg 0deg);
    }
}

@keyframes ping {
    0% {
        -webkit-transform: scale(0.2);
        transform: scale(0.2);
        opacity: 0.8;
    }

    80% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
        opacity: 0;
    }

    100% {
        -webkit-transform: scale(2.2);
        transform: scale(2.2);
        opacity: 0;
    }
}

/*section 6*/
.s6_title p {
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 20px;
    line-height: 23px;
}

.s6_box {
    cursor: default;
    text-align: center;
    border: 2px dashed #3c486b36;
    border-radius: 10px;
    padding: 45px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
    position: relative;
    flex-wrap: nowrap;
    align-content: center;
    height: 255px;
    justify-content: center;
}

.s6_box_img {
    transition: .3s;
    background: #F0F0F0;
    border-radius: 100px;
    padding: 20px;
    width: 120px;
    height: 120px;
    margin: 0 0 20px;
}

.s6_box h3 {
    font-size: 20px;
    font-weight: 500;
    color: #194172;
    transition: .3s;
}

.s6_form {
    background: #f9d949;
    padding: 30px 30px 20px;
    border-radius: 10px;
}

.s6_form h4 {
    color: #000;
    font-size: 32px;
    line-height: 32px;
    margin: 0 0 20px;
    font-weight: 600;
}

.s6_form h4 span {
    font-size: 20px;
    display: block;
    color: #FF7601;
    font-weight: 400;
    letter-spacing: 2px;
}

.s6_form input.form-control {
    border: none;
    padding: 10px 15px;
    height: auto;
    border-radius: 5px;
}

.s6_form button.ban_btn {
    background: #FF7601;
    color: #fff;
    padding: 10px 0;
    border-radius: 5px;
}

.s6_form .form-group {
    margin: 0 0 15px;
}

.show_more {
    color: #FF7601;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    background: transparent;
    border: none;
    margin: 10px 0 0;
}

.s6_box .para {
    display: none;
    transition: .3s;
    bottom: 0;
    top: 0;
    z-index: 1;
    border-top: 0;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
}

.s6_title h2 {
    font-size: 32px;
}

.s6_box .para h3 {
    margin: 0 0 10px;
}

.s6_box:hover .s6_box_img {
    display: none;
}

.s6_box:hover h3 {
    margin: 0 0 15px;
}

.s6_box:hover .para {
    display: flex;
}

/*section 7*/
.h_sec7 {
    background: #0d0f16 url(../img/s7_bg.png) no-repeat center;
    background-size: cover;
    color: #fff;
    background-blend-mode: overlay;
    padding: 40px;
}

.h_sec7 .row {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}

/* .s7_right { transform: scale(1.2) translate(0, 15px); } */
.s7_rbox {
    width: 300px;
    height: 200px;
    background: #fff;
    margin: 0 0 30px 0;
}

.s7_rbox_text h4 {
    font-size: 24px;
    color: #000;
}

.s7:nth-child(1) .s7_rbox {
    border-radius: 100% 0 0;
    padding: 74px 30px 0 60px;
    text-align: right;
}

.s7:nth-child(2) .s7_rbox {
    border-radius: 0 100% 0 0;
    background: url(../img/s7_img1.png) no-repeat center;
    background-size: cover;
}

.s7:nth-child(3) .s7_rbox {
    border-radius: 0 0 0 100%;
    background: url(../img/s7_img2.png) no-repeat center;
    background-size: cover;
}

.s7:nth-child(4) .s7_rbox {
    border-radius: 0 0 100% 0;
    padding: 30px 20px 0 30px;
}

.s7_left p {
    color: #fff;
}

.s7_left ul li:before {
    color: #000;
}

.s7_left h2 {
    color: #fff;
}

/*section 8*/
.h_sec8 {
    background: #f9d949;
}

.s8_top {
    margin-bottom: 30px;
}

.s8_top h4 {
    font-size: 15px;
    padding: 10px 20px;
    background: #FF7601;
    display: inline-block;
    border-radius: 30px;
    color: #fff;
}

.s8_top p {
    font-size: 18px;
    font-weight: 500;
    line-height: 30px;
}

.s8_box {
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 0px 10px 4px rgba(31, 66, 135, 0.1);
    margin: 20px 0 20px 0;
}

.s8_box p {
    margin: 0 0 20px;
}

.s8_box_bot {
    padding: 20px 0 0;
    border-top: 1px solid #E1E1F0;
}

.s8_box_txt>h6 {
    font-size: 20px;
    color: #505489;
    margin: 10px 0 5px;
}

.s8_box_txt>ul>li {
    display: inline-block;
    font-size: 14px;
    color: #f9d949;
    margin: 0 2px;
}

.s8_box_txt h5 {
    margin: 0;
    font-size: 18px;
}

.s8_img {
    width: 60px;
}

.s8_img img {
    border-radius: 50%;
    border: 2px solid #FF7601;
    padding: 3px;
}

.s8_left .owl-item .item {
    margin: 0 10px;
}

.s8_right>h4 {
    background: #faf8f21a;
    color: #fff;
    font-size: 22px;
}

.s8_right>h2 {
    color: #fff;
    font-size: 50px;
    margin: 0 0 30px;
}

.s8_right>p {
    color: #fff;
    font-size: 18px;
}

.s8_box_bot .row {
    align-items: center;
}

/*section 9*/
.h_sec9 {
    background: #0d0f16e6 url(../img/s9_bg.png) no-repeat center;
    background-size: cover;
    background-blend-mode: multiply;
}

.s9_top h2 {
    color: #fff;
}

.s9_top {
    margin: 0 0 50px;
}

.s10_top h4 {
    font-size: 15px;
    padding: 10px 20px;
    background: #FF7601;
    display: inline-block;
    border-radius: 30px;
    color: #fffcfc;
}

.s10_top {
    margin: 0 0 50px;
}

.s9_box {
    background: #3E54AC;
    border-radius: 100px;
    padding: 10px 20px;
}

.s9:nth-child(2) .s9_box {
    background: #19A7CE;
}

.s9:nth-child(3) .s9_box {
    background: #FF7601;
}

.s9:nth-child(4) .s9_box {
    background: #377D71;
}

.s9_box p {
    font-size: 12px;
    color: #fff;
    line-height: 20px;
}

.s9_box .row {
    align-items: center;
}

.accordion-button:not(.collapsed) {
    background: #FF7601 !important;
    color: #fff;
}

.s10_bot button.accordion-button {
    font-size: 18px;
    padding: 10px 20px;
    background-color: #F0F0F0;
    box-shadow: none;
}

.s10_bot .accordion-button:not(.collapsed)::after {
    filter: invert(1);
}

.s10_bot .accordion-item {
    border: none;
}

.s10_right {
    position: relative;
}

.s10_bot button.accordion-button {
    font-weight: 500;
    line-height: 26px;
}

.s10_right:before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    border: 10px solid #FF7601;
    left: 0;
    animation: vibrate-1 .3s linear infinite both
}

.s10_right:after {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #FF7601;
    bottom: 0;
    right: 0;
    animation: ping .8s ease-in-out infinite both
}

@keyframes vibrate-1 {
    0% {
        transform: translate(0)
    }

    20% {
        transform: translate(-2px, 2px)
    }

    40% {
        transform: translate(-2px, -2px)
    }

    60% {
        transform: translate(2px, 2px)
    }

    80% {
        transform: translate(2px, -2px)
    }

    100% {
        transform: translate(0)
    }
}

/*section 11*/
.h_sec11 {
    background: #581e1e url(../img/s11_bg.png) no-repeat center;
    background-size: cover;
    background-blend-mode: multiply;
    color: #fff;
    padding: 50px 0 20px;
}

.h_sec11 .row {
    display: flex;
    align-items: center;
}

.s11_left h4 {
    font-size: 15px;
    padding: 10px 20px;
    background: #FF7601;
    display: inline-block;
    border-radius: 30px;
    color: #ffffff;
}

.s11_form {
    width: 100%;
    margin: 30px 0 0;
}

.s11_form input.form-control {
    border: 0;
    display: inline-block;
    padding: 15px 20px;
    box-shadow: 0 0px 10px 4px rgba(31, 66, 135, 0.1);
    border-radius: 5px;
    margin: 10px 0;
}

form.s11_form button {
    border-radius: 5px;
    border: none;
    margin: 15px 0 0;
}

.s11_right {
    margin: 0 0 0;
}

.s11_left h2 {
    color: #fff;
}

.s11_right img {
    margin: 0 0 -20px;
}

/************************** Footer  ************************************/
footer {
    width: 100%;
    background: #0d0f16;
    overflow: hidden;
}

.foot_top {
    width: 100%;
    overflow: hidden;
    padding: 60px 0 40px;
}

.foot_mid {
    background: #111;
    padding: 30px 0;
}

.foot_mbox {
    text-align: left;
    color: #fff;
}

.foot_mbox h3 {
    margin: 0 0 20px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
}

.foot_bot {
    color: #fff;
    width: 100%;
    padding: 20px 0;
    border-top: 1px solid #f9d949;
    background: #194172;
}

.foot_bot p {
    text-align: center;
    color: #fff;
}

.foot_box {
    width: 100%;
    color: #fff;
}

.foot_box h3 {
    margin: 0 0 20px;
    color: #fff;
    font-weight: 500;
    padding-bottom: 15px;
    position: relative;
    font-size: 22px;
}

.foot_box h3:before {
    content: "";
    bottom: -2px;
    right: 50%;
    left: 0;
    position: absolute;
    z-index: 1;
    height: 2px;
    width: 20%;
    background: #FF7601;
}

.foot_box ul {
    padding: 0 0 0 18px;
}

.foot_box ul li {
    line-height: 30px;
    position: relative;
}

.foot_box ul li:before {
    content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    left: -20px;
    background: #FF7601;
    top: 9px;
    border-radius: 0 10px 10px 0;
    transition: linear .5s;
}

.foot_box ul li a {
    color: #fff;
    transition: linear .2s;
}

.foot_box ul li a:hover {
    color: #fff;
}

.foot_box ul li:hover:before {
    transform: rotate(180deg);
}

.foot_box img {
    margin-top: 10px;
}

.foot_box p {
    color: #fff;
}

/*Inner Page Banner*/
.inner_page_banner {
    background: #0d0f16;
    padding: 180px 0 30px;
    text-align: center;
    color: #fff;
}

.inner_page_banner h3 {
    color: #fff;
    text-transform: uppercase;
}

.terms_condition_section {
    width: 100%;
    padding: 60px 0;
}

.terms_condition_section h3 {
    font-weight: 600;
    margin: 20px 0;
    text-transform: uppercase;
}

.terms_condition_section p {
    margin: 0 0 20px;
}

.terms_condition_section ul li {
    list-style: none;
    margin: 0 0 20px;
    position: relative;
}

.terms_condition_section ul li:before {
    content: "";
    position: absolute;
    left: -23px;
    background: #FF7601;
    width: 1%;
    height: 4px;
    border-radius: 50px;
    top: 10px;
}

.inerpage_section1 {
    width: 100%;
    padding: 40px 0;
}

.conatc_us_form label {
    color: #ef9d1d;
    text-transform: uppercase;
    font-weight: 700;
}

button.cont_but {
    font-size: 16px;
    width: 100%;
    text-transform: uppercase;
    color: #fff;
    background: #FF7601;
    padding: 10px 30px;
    border: none;
    border-radius: 10px;
}

.form-group {
    width: 100%;
    margin: 0 0 25px;
}

.conatc_us_form {
    width: 100%;
}

.conatc_us_form .form-control {
    resize: none;
    border: #ef9d1d 1px solid;
    border-radius: 10px;
}

/*modal start*/
.modal-body {
    padding: 40px;
    background: #FF7601;
    position: relative;
    border-radius: 5px;
}

.modal-body:before {
    content: "";
    position: absolute;
    right: 0;
    width: 240px;
    transform: rotate(180deg);
    top: 0;
    bottom: 0;
    background: url(../img/ban_img2.html) no-repeat center;
    background-size: contain;
    z-index: 0;
    filter: opacity(0.5);
}

.lf_left {
    padding-right: 0;
    z-index: 1;
    position: relative;
}

.lf_right {
    position: relative;
    padding-left: 0;
}

.lf_right h3 {
    margin: 20px 0 20px;
    color: #fff;
    font-size: 24px;
    text-align: center;
}

.lf_right .form-control {
    border: none;
    border-radius: 5px;
    padding: 8px 16px;
}

.lf_right button.btn {
    width: 100%;
    display: block;
    background: #f9d949;
    color: #000;
    padding: 10px;
    border: none;
    font-size: 16px;
    font-weight: 600;
}

.lf_right button.btn-close {
    position: absolute;
    right: -25px;
    top: -45px;
}

.modal-content {
    border-radius: 10px;
    border: 4px solid #FF7601;
}

/*terms page*/
.terms_cond_inner h3 {
    font-size: 24px;
    margin: 20px 0 10px;
    font-weight: 600;
    color: #194172;
}

.terms_cond_inner ul {
    list-style: disc;
    list-style-position: inside;
    margin: 10px 0 10px;
}

.terms_cond_inner ul li {
    line-height: 28px;
    color: #393939;
}


.logo a {
    font-family: 'Montserrat Alternates', sans-serif;
    color: #FF7601 !important;
    font-size: 23px;
    line-height: 0;
    font-weight: 500 !important;
}


div#whatsapp-button-add {
    position: fixed !important;
    bottom: 40px;
    left: 40px;
}

div#whatsapp-button-add a {
    background: #03a84e;
    color: white !important;
    font-size: 30px;
    width: 60px;
    position: relative;
    display: block;
    text-align: center;
    height: 60px;
    border-radius: 49px;
    line-height: 60px;
}