:root {
    --color1: ##010101;
    --color2: #fdc339;
    --color_font_btn: ##010101;
}

body {
    font-size: 14px;
    font-family: "Changa", sans-serif;
    color: #191a1a;
}
.body-en {
    font-size: 14px;
    font-family: "Raleway", sans-serif;
    color: #191a1a;
}

::selection {
    background: var(--color2);
    color: white;
}

/* ========== navbar  ========== */

.bg-inverse {
    background-color: #ffffff;
    z-index: 100;
}

.navbar-brand {
    position: relative;
    padding: 0;
    margin-right: 50px;
}

.navbar-brand img {
    width: 110px;
}

ul li,
ol li {
    list-style: none;
}

.navbar-expand-md .navbar-nav .active > .nav-link,
.navbar-expand-md .navbar-nav .nav-link.active,
.navbar-expand-md .navbar-nav .nav-link.open,
.navbar-expand-md .navbar-nav .open > .nav-link {
    color: var(--color2) !important;
    width: 100%;
}

.navbar-expand-md .navbar-nav .nav-link {
    color: var(--color1);
    font-size: 14px;
    padding: 0px 10px;
    cursor: pointer;
    position: relative;
    font-weight: 500;
    background: 0 0;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.navbar-expand-md .navbar-nav .nav-link:hover,
.navbar-expand-md .navbar-nav .nav-link:hover::before,
.navbar-expand-md .navbar-nav .nav-link:focus {
    color: var(--color2);
}

.navbar-expand-md .navbar-nav .nav-link .active {
    color: var(--color2);
}

.navbar.light-header {
    box-shadow: 1px 1px 9px 0 rgb(192 192 201 / 48%);
}

.navbar .btn-outline-success {
    color: #fff;
    background-color: var(--color2);
    border-color: var(--color2);
    border-radius: 50px;
    padding: 8px 27px;
    margin-right: 4px;
}

.navbar .btn-outline-success:hover {
    color: #fff;
    background-color: var(--color1);
    border-color: var(--color1);
}

.navbar .btn-outline-success:not(:disabled):not(.disabled).active,
.navbar .btn-outline-success:not(:disabled):not(.disabled):active,
.navbar .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: var(--color1);
    border-color: var(--color1);
}

.navbar .dropdown-item {
    padding: 20px 35px;
    color: var(--color1);
    text-align: left;
    font-weight: 700;
    font-size: 14px;
}

.navbar .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: var(--color2);
}

.navbar-expand-md .navbar-nav .dropdown-menu {
    box-shadow: 0 9px 10px rgb(148 169 200 / 27%);
    border-radius: 0;
    margin: 10px 0 0;
}

.navbar .see-more-btn a {
    color: var(--color2);
    display: block;
    text-align: center;
    margin: 0 auto;
    padding: 10px 40px;
    font-size: 13px;
}

.navbar .dropdown-menu {
    padding: 0;
    margin: 10px 0 0;
    border: 1px solid rgb(255 255 255);
}

.navbar .btn-primary {
    color: var(--color_font_btn);
    background-color: var(--color2);
    border-color: var(--color2);
    border-radius: 50px;
    padding: 8px 25px;
    font-size: 14px;
}

.navbar .btn-primary:hover,
.navbar .btn-primary:active {
    color: var(--color2);
    background-color: var(--color1);
    border-color: var(--color1);
}

.navbar .btn-primary:not(:disabled):not(.disabled).active,
.navbar .btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: var(--color1);
    border-color: var(--color1);
}

.navbar .dropdown-item:focus,
.navbar .dropdown-item:hover {
    color: var(--color1);
    text-decoration: none;
    background-color: #f3f8fd;
}

/**************** navbar *******************/

.navbar {
    padding: 17px;
    -webkit-transition: background-color 0.3s, -webkit-transform 0.3s;
    transition: background-color 0.3s, -webkit-transform 0.3s;
    transition: background-color 0.3s, transform 0.3s;
    transition: background-color 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.deleteAnimation {
    transform: translateY(-102%);
}

.addAnimation {
    transform: translateY(0%);
}

/* ========== hero-area  ========== */

.hero-area-bg {
    background: url(../images/hero.jpg) no-repeat center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    min-height: 695px;
    margin-top: 60px;
    background-color: #f6f4fe;
}

.hero-area-bg .width-100 {
    width: 100%;
}

.hero-area-bg .float-right {
    float: right !important;
}

.hero-area-bg .play-button-wrapper {
    top: 45%;
    width: 35.5%;
    right: 0px;
}

.hero-area-bg .play-button-wrapper img {
    width: 40%;
}

.hero-area-bg .offers-title-top {
    margin-top: 40px;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.hero-area-bg .right-bg {
    float: right;
    padding: 50px 0;
    width: 350px;
}

.hero-area-bg .right-bg-2 {
    width: 65%;
    float: right;
    padding: 40px 0;
}

.hero-area-bg .right-bg-offer {
    width: 95%;
    float: right;
    right: 1px;
    overflow: hidden;
    padding: 50px 0;
}

.hero-area-bg .header-text {
    width: 100%;
    padding: 71px;
    margin-top: 0;
}

#h1Auth {
    font-size: 20px;
    font-weight: bold;
    color: #000;
    margin: 0px 5px;
}
#h1footer {
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    margin: 0px 5px;
}
.hero-area-bg .header-text h1 {
    font-weight: bold;
    font-size: 35px;
    line-height: 44px;
    margin-bottom: 15px;
    margin-top: 0px;
    color: #191a1a;
}

.hero-area-bg .header-text h2 {
    font-size: 18px;
    margin-bottom: 30px;
    font-weight: normal;
    color: #ffffff;
}

.hero-area-bg .header-text p {
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    margin-bottom: 30px;
    text-align: justify;
    color: #191a1a;
}

.hero-area-bg .btn-primary {
    color: var(--color_font_btn);
    background-color: var(--color2);
    border-color: var(--color2);
    border-radius: 50px;
    padding: 10px 25px;
    font-size: 16px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
}

.hero-area-bg .btn-primary:hover,
.hero-area-bg .btn-primary:active {
    background-color: var(--color1);
    border-color: var(--color1);
    color: var(--color2);
}

.hero-area-bg .btn-primary:not(:disabled):not(.disabled).active,
.hero-area-bg .btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: var(--color1);
    border-color: var(--color1);
}

.hero-area-bg .las {
    margin-left: 8px;
    font-size: 20px;
    padding: 5px 0px;
}

.hero-area-bg .values-min {
    margin-top: 60px;
}

.hero-area-bg .values-min .list-unstyled {
    display: inline-flex;
}

.hero-area-bg .values-min .list-unstyled li {
    margin-right: 20px;
    font-size: 16px;
    color: var(--color1);
}

.hero-area-bg .values-min .list-unstyled .las {
    font-size: 15px;
    color: var(--color2);
    margin-right: 10px;
}

.hero-area-bg .carousel {
    height: 500px;
}

.hero-area-bg .carousel-indicators {
    bottom: -40px;
}

.hero-area-bg .carousel-indicators li {
    background-color: var(--color2);
    width: 12px;
    height: 4px;
    margin-right: 6px;
    margin-left: 6px;
    border-radius: 0;
}

/****************  benefits  *******************/

.benefits {
    padding: 80px;
    text-align: center;
}

.benefits .box_benefits {
    height: 95%;
    margin-top: 10px;
    border-color: #fff;
    background: #ffffff;
    box-shadow: 0 15px 40px rgb(21 21 21 / 9%);
    padding: 40px;
    border-radius: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -mox-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.benefits .box_benefits:hover {
    border-color: #fff;
    background: #f7f6ff;
}

.benefits span {
    font-weight: bold;
    color: var(--color2);
}

.benefits h2 {
    font-size: 25px;
    width: 50%;
    margin: 15px auto 30px auto;
    font-weight: bold;
}

.benefits .box_benefits .las,
.lab {
    background-color: var(--color2);
    padding: 18px;
    font-size: 33px;
    border-radius: 100px;
    margin-bottom: 30px;
    width: 70px;
    height: 70px;
}

.benefits h6 {
    line-height: 22px;
    width: 60%;
    margin: 0 auto;
    margin-bottom: 40px;
}

.benefits .box_benefits h4 {
    font-weight: 800;
    margin-bottom: 20px;
    font-size: 20px;
}

.benefits .box_benefits p {
    line-height: 24px;
    font-size: 14px;
}

/****************  feature  *******************/

.feature {
    background-color: #191a1a;
    padding: 100px 0;
    text-align: center;
    min-height: 600px;
    position: relative;
    z-index: 2;
}

.feature span {
    font-weight: bold;
    color: var(--color2);
}

.feature h2 {
    font-size: 25px;
    width: 50%;
    margin: 15px auto 50px auto;
    font-weight: bold;
    color: #fff;
}

.feature .box_feature {
    margin-top: 10px;
    background-color: #2f3030;
    border-radius: 20px;
    padding: 35px;
    color: #fcfcfc;
    text-align: start;
    border: 1px solid #191a1a;
    -webkit-transition: all 0.3s ease-in-out;
    -mox-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-;
}

.feature .box_feature:hover {
    border: 1px solid var(--color2);
}

.feature .box_feature h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 16px 0;
}

.feature .box_feature .las {
    font-size: 25px;
    color: var(--color2);
}

.feature .box_feature p {
    font-size: 14px;
    line-height: 25px;
}

.feature .shapes {
    position: absolute;
    z-index: -1;
}

.feature .shape-one {
    left: 0;
    bottom: -40%;
}

.feature .shape-two {
    right: 0;
    top: -43%;
}

.feature .shape-three {
    left: -5px;
    top: 8%;
}

.feature .shape-four {
    right: -5px;
    top: 57%;
}

/****************  About  *******************/

.about {
    padding: 100px 0;
}

.about img {
    width: 450px;
}

.about .box_about {
    margin-top: 25px;
}

.about .box_about span {
    font-size: 13px;
    background-color: #ece8fb;
    padding: 4px 10px;
    border-radius: 6px;
}

.about .box_about h4 {
    font-size: 25px;
    font-weight: bold;
    margin: 27px 0;
}

.about .box_about p {
    line-height: 27px;
    font-size: 14px;
    margin-bottom: 20px;
}

.about .box_about .btn-primary {
    color: var(--color_font_btn);
    background-color: var(--color2);
    border-color: var(--color2);
    border-radius: 50px;
    padding: 8px 25px;
    font-size: 14px;
}

.about .box_about .btn-primary:hover,
.about .box_about .btn-primary:active {
    background-color: var(--color1);
    border-color: var(--color1);
    color: var(--color2);
}

.about .box_about .las {
    margin-left: 8px;
    padding: 5px 0px;
}

/***********  footer  *******************/

.footer {
    min-height: 300px;
    padding: 80px 0 50px 0;
    color: #fff;
    text-align: center;
    background-color: #242525;
}

.footer ul li,
ol li {
    list-style: none;
    text-align: left;
}

.footer li a {
    font-size: 14px;
    line-height: 29px;
    color: #adadad;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.footer li a:hover {
    color: #ffffff;
}

.copylink {
    font-size: 14px;
    line-height: 29px;
    color: #adadad;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.copylink:hover {
    color: #ffffff;
}

.footer h2 {
    font-size: 20px;
    text-align: left;
    font-weight: 600;
    margin-bottom: 10px;
}

.footer p {
    text-align: left;
    margin-top: 10px;
    font-size: 13px;
    width: 50%;
    line-height: 20px;
}

.footer .logo_footer {
    display: flex;
}

.footer .logo_footer img {
    display: flex;
}

.footer img {
    width: 120px;
    margin-bottom: 10px;
    float: left;
}

.footer .heading-divider:before {
    content: "";
    display: inline-block;
    width: 100%;
    border-top: 1px solid #7c84ad52;
}

.footer h3 {
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    text-align: left;
    margin-bottom: 25px;
}

.footer .social-media {
    margin-bottom: 20px;
    margin-top: 20px;
    text-align: left;
}

.footer .footer-category {
    margin-top: 15px;
}

.footer .form-control {
    background-color: #091636;
    border: 1px solid #5f86c2;
    color: #ffffff;
}

.footer .form-control:focus {
    box-shadow: 0 0 0 0.25rem rgb(95 134 194 / 16%);
}

/* ========== About us ========== */

.hero_about {
    height: 250px;
    margin-top: 60px;
    background-color: #f6f4fe;
    text-align: center;
}

.hero_about .header-text {
    padding: 80px 0;
}

.hero_about h1 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}

.about_box {
    background-color: #191a1a;
    padding: 100px 0;
    text-align: center;
    min-height: 500px;
    position: relative;
    z-index: 2;
}

.about_box .box_about {
    margin-top: 10px;
    background-color: #2f3030;
    border-radius: 20px;
    padding: 35px;
    color: #fcfcfc;
    text-align: left;
    border: 1px solid #191a1a;
    -webkit-transition: all 0.3s ease-in-out;
    -mox-transition: all 0.3s ease-in-out;
    min-height: 330px;
}

.about_box .box_about:hover {
    border: 1px solid var(--color2);
}

.about_box .box_about h4 {
    font-size: 20px;
    font-weight: 700;
    margin: 16px 0;
}

.about_box .box_about .las {
    font-size: 25px;
    color: var(--color2);
}

.about_box .box_about p {
    font-size: 14px;
    line-height: 25px;
}

.about_box .shapes {
    position: absolute;
    z-index: -1;
}

.about_box .shape-one {
    left: 0;
    bottom: -40%;
}

.about_box .shape-two {
    right: 0;
    top: -43%;
}

.about_box .shape-three {
    left: -5px;
    top: 8%;
}

.about_box .shape-four {
    right: -5px;
    top: 57%;
}







/***********  terms  *******************/

.terms {
    padding: 60px 0 30px 0;
    min-height: 730px;
    background-color: #f5f8fb;
    margin-top: 60px;
}

.terms ul li, ol li {
    list-style: disc;
    margin-left: 30px;
    line-height: 25px;
}

.terms .terms-body {
    background-color: #FFFFFF;
    padding: 25px;
    box-shadow: 0 10px 50px rgba(4, 75, 194, .1);
    border-radius: 8px;
}

.terms .body-text{
    line-height: 25px;

}

.terms h2 {
    font-weight: bold;
    color: #010101;
    font-size: 35px;
    margin-bottom: 40px;
    text-align: center;
}
.terms h1 {
    font-weight: 600;
    color: #010101;
    font-size: 30px;
    margin-top: 20px;
}

.terms h3 {
    font-weight: 700;
    color: #010101;
    font-size: 25px;
    margin-bottom: 20px;
    margin-top: 20px;
    line-height: 30px;
    width: 100%;
}

.terms h5 {
    font-weight: 600;
    line-height: 27px;
    font-size: 18px;
    color: #af8727;
}

.terms p {
      line-height: 25px;
  }



.terms a {
    color: #af8727;
}

.terms .terms-body .margin-footer-2 {
    margin-bottom: 500px
}



/* ========== contact ========== */

.hero_contact {
    height: 250px;
    margin-top: 60px;
    background-color: #f6f4fe;
    text-align: center;
}

.hero_contact .header-text {
    padding: 80px 0;
}

.hero_contact h1 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}

.box_contact {
    padding: 80px;
    text-align: center;
}

.box_contact .contact_box {
    height: 95%;
    margin-top: 10px;
    border-color: #fff;
    background: #ffffff;
    box-shadow: 0 15px 40px rgb(21 21 21 / 9%);
    padding: 40px;
    border-radius: 15px;
    -webkit-transition: all 0.3s ease-in-out;
    -mox-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.box_contact .contact_box:hover {
    border-color: #fff;
    background: #f7f6ff;
}

.box_contact .contact_box .las {
    background-color: var(--color2);
    padding: 18px;
    font-size: 33px;
    border-radius: 100px;
    margin-bottom: 30px;
    width: 70px;
    height: 70px;
    color: var(--color1);
}

.box_contact h6 {
    line-height: 22px;
    width: 60%;
    margin: 0 auto;
    margin-bottom: 40px;
}

.box_contact .contact_box h4 {
    font-weight: 800;
    margin-bottom: 20px;
    font-size: 20px;
}

.box_contact .contact_box p {
    line-height: 24px;
    font-size: 14px;
}

.send_message {
    margin-bottom: 50px;
}

.send_message h2 {
    font-size: 25px;
    font-weight: 700;
    border-top: 1px solid #d5d2e1;
    padding: 50px 0 45px 0;
}

.send_message .btn-primary {
    color: var(--color1);
    background-color: var(--color2);
    border-color: var(--color2);
    border-radius: 50px;
    padding: 8px 25px;
    font-size: 14px;
}

.send_message .btn-primary:hover,
.send_message .btn-primary:active {
    color: var(--color2);
    background-color: var(--color1);
    border-color: var(--color1);
}

.send_message textarea.form-control {
    height: 133px;
}

.send_message .form-control {
    font-size: 14px;
}

.send_message .form-group {
    padding: 0;
}

/* ========== pricing ========== */

.hero_pricing {
    height: 250px;
    margin-top: 60px;
    background-color: #f6f4fe;
    text-align: center;
}

.hero_pricing .header-text {
    padding: 80px 0;
}

.hero_pricing h1 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}

.hero_pricing p {
    line-height: 23px;
}

.pricing_box {
    background-color: #ffffff;
    min-height: 700px;
    padding: 50px;
}

.pricing_box .col-md-6 {
    padding-right: 0;
    padding-left: 0;
}

.pricing_box .btn-light {
    color: var(--color1);
    background-color: var(--color2);
    border-color: var(--color2);
    border-radius: 50px;
    padding: 8px 25px;
    font-size: 14px;
    margin-top: 20px;
}

.pricing_box .btn-light:hover,
.pricing_box .btn-light:active {
    color: var(--color2);
    background-color: var(--color1);
    border-color: var(--color1);
}

.pricing_box h4 {
    font-size: 18px;
    margin-bottom: 12px;
    font-weight: 700;
}

.pricing_box span {
    font-size: 13px;
}

.pricing_box .las {
    color: var(--color2);
}

.pricing_box h3 {
    text-align: left;
    margin-left: 20px;
    font-weight: 700;
}

/* ===== PRICING PAGE ===== */
.pricing_box .price-tabs {
    background-color: #fff;
    -webkit-box-shadow: 0 5px 20px 0 rgb(39 39 39 / 10%);
    box-shadow: 0 5px 20px 0 rgb(39 39 39 / 10%);
    display: inline-block;
    padding: 7px;
    border-radius: 40px;
    border: 1px solid var(--color2);
    margin-bottom: 45px;
}

@media (max-width: 768px) {
    .pricing_box .price-tabs {
        margin-bottom: 60px;
    }
    .left-bg {
        display: none;
    }
}

.pricing_box .price-tabs .nav-link {
    color: var(--color1);
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    padding: 12px 35px;
    display: inline-block;
    text-transform: capitalize;
    border-radius: 40px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media (min-width: 768px) {
    .pricing_box .price-tabs .nav-link {
        padding: 12px 40px;
    }
}

.pricing_box .price-tabs .nav-link.active {
    background-color: var(--color2);
    color: var(--color1);
}

.price-item {
    background-color: #fff;
    -webkit-box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
    box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
    border-radius: 10px;
}

@media (min-width: 768px) {
    .price-item {
        margin: 15px 20px;
        padding-top: 20px;
    }
}

.price-item .price-top {
    -webkit-box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
    box-shadow: 0 5px 30px 0 rgba(39, 39, 39, 0.15);
    padding: 20px 0 20px;
    background-color: #242525;
    position: relative;
    z-index: 0;
    margin-bottom: 33px;
}

@media (min-width: 768px) {
    .price-item .price-top:after {
        border-radius: 0 0 20px 20px;
    }
}

.price-item .price-top * {
    color: #fff;
    font-size: 14px;
    line-height: 33px;
}

.price-item .price-top h2 {
    font-weight: 700;
    font-size: 30px;
}

.price-item .price-top h2 sup {
    top: 3px;
    left: -5px;
    font-size: 14px;
    font-weight: 500;
    vertical-align: top;
    color: #fdc339;
}

.price-item .price-content {
    padding: 0;
    padding-bottom: 20px;
}

.price-item .price-content li {
    position: relative;
    margin-bottom: 15px;
    margin-left: 10px;
    margin-right: 10px;
}

@media (min-width: 992px) {
    .price-item .price-content li {
        padding-left: 30px;
        text-align: left;
    }
}

@media (min-width: 992px) {
    .price-item .price-content li i {
        position: absolute;
        left: 8px;
        top: 3px;
    }
}

.price-item .price-content .zmdi-check {
    color: #28a745;
}

.price-item .price-content .zmdi-close {
    color: #f00;
}

.popular {
    background-color: #00b5ec;
}

.popular .price-top {
    background-color: #fff;
}

.popular .price-top:after {
    background-color: #fff;
}

.popular .price-top h4 {
    color: #101f41;
}

.popular .price-top h2,
.popular .price-top span,
.popular .price-top sup {
    color: #00b5ec;
}

.popular .price-content ul *,
.popular .price-content ul .zmdi-close,
.popular .price-content ul .zmdi-check {
    color: #fff !important;
}




/* ========== Faq ========== */

.hero_faq {
    height: 250px;
    margin-top: 60px;
    background-color: #f6f4fe;
    text-align: center;
}

.hero_faq .header-text {
    padding: 80px 0;
}

.hero_faq h1 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}

.box_faq {
    padding: 50px;
    text-align: center;
}





.box_faq .faq_box h4{
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 10px;
}



.box_faq a {
    color: #191a1a;
    text-decoration: none;
    background-color: transparent;
}


.box_faq .media {
    text-align: right;
    min-height: 80px;
    margin-top: 10px;
    border-color: #fff;
    background: #ffffff;
    box-shadow: 0 15px 40px rgb(21 21 21 / 9%);
    padding: 25px;
    margin-bottom: 10px;
    border-radius: 8px;
    -webkit-transition: all 0.3s ease-in-out;
    -mox-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.box_faq .media:hover {
    border-color: #fff;
    background: #f7f6ff;
}


.box_faq .media h5{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}


.box_faq .media .las{
    font-size: 43px;
    background-color: #fdc339;
    padding: 5px;
    margin-left: 10px;
    border-radius: 10px;
}


.hero_answer {
    min-height: 201px;
    margin-top: 42px;
    background-color: #f6f4fe;
    text-align: right;
}

.hero_answer .header-text {
    padding: 80px 0;
}

.hero_answer h1 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}
.hero_answer p {
    line-height: 26px ;
     
 }
 

.box_answer{
    padding: 0;
}

.box_answer ul {
    list-style: disc;
    margin-right: 17px;
    margin-top: 15px;
}

.box_answer li {
    line-height: 30px;
}
.box_answer ul li, ol li {
    list-style: disc;
    margin-left: 30px;
    line-height: 33px;
}

.box_answer ::marker {
    color: #fdc339;
}

.box_answer img {
    display: block;
    padding: 8px;
    -webkit-box-shadow: -2px 3px 20px -8px #797979;
    box-shadow: -2px 3px 20px -8px #797979;
    border-radius: 10px;
    margin: 25px auto 50px auto;
}

.box_answer a {
    color: #ddb701;
    
}

.box_answer h4 {
    text-align: center;
    margin-bottom: 20px;
    font-weight: 900;
    font-size: 20px;
    
}


.box_answer p {
   line-height: 26px ;
    
}

.breadcrumb_faq{
   padding: 17px 0 0 0 ;
}


.breadcrumb_faq .breadcrumb {
   
    background-color: #ffffff;
    border-radius: .25rem;
    padding: 0;
}

.breadcrumb_faq .breadcrumb ul li, ol li {
    margin-right: 0;
    margin-left: 0;
    
}
.breadcrumb_faq .breadcrumb-item.active {
    color: #6c757d;
    font-size: 14px;

}

.breadcrumb_faq .breadcrumb a {
    color: #000000;
    text-decoration: none;
    background-color: transparent;
    font-size: 14px;
}


/* ========== loading ========== */

.laoding {
    background-color: var(--color2);
    color: #ffffff;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1000000;
}

.sk-circle {
    margin: 300px auto;
    width: 40px;
    height: 40px;
    position: relative;
}

.sk-circle .sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.sk-circle .sk-child:before {
    content: "";
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #ffffff;
    border-radius: 100%;
    -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
    animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.sk-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg);
}

.sk-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
}

.sk-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.sk-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg);
}

.sk-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg);
}

.sk-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.sk-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg);
}

.sk-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg);
}

.sk-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.sk-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg);
}

.sk-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg);
}

.sk-circle .sk-circle2:before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s;
}

.sk-circle .sk-circle3:before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.sk-circle .sk-circle4:before {
    -webkit-animation-delay: -0.9s;
    animation-delay: -0.9s;
}

.sk-circle .sk-circle5:before {
    -webkit-animation-delay: -0.8s;
    animation-delay: -0.8s;
}

.sk-circle .sk-circle6:before {
    -webkit-animation-delay: -0.7s;
    animation-delay: -0.7s;
}

.sk-circle .sk-circle7:before {
    -webkit-animation-delay: -0.6s;
    animation-delay: -0.6s;
}

.sk-circle .sk-circle8:before {
    -webkit-animation-delay: -0.5s;
    animation-delay: -0.5s;
}

.sk-circle .sk-circle9:before {
    -webkit-animation-delay: -0.4s;
    animation-delay: -0.4s;
}

.sk-circle .sk-circle10:before {
    -webkit-animation-delay: -0.3s;
    animation-delay: -0.3s;
}

.sk-circle .sk-circle11:before {
    -webkit-animation-delay: -0.2s;
    animation-delay: -0.2s;
}

.sk-circle .sk-circle12:before {
    -webkit-animation-delay: -0.1s;
    animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes sk-circleBounceDelay {
    0%,
    80%,
    100% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/* ========== toTop ========== */

#toTop {
    position: fixed;
    bottom: 10px;
    left: 10px;
    cursor: pointer;
    display: none;
    margin-right: 0;
    z-index: 100;
}

#toTop .las {
    font-size: 16px;
    background-color: var(--color2);
    border-radius: 150px;
    padding: 14px 14px;
    color: var(--color1);
}

/* ========== Responsive Stylings ========== */

@media (max-width: 1440px) {
}

@media (max-width: 1024px) {
    .hero-area-bg .header-text p {
        font-weight: normal;
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 30px;
        text-align: justify;
        color: var(--color1);
    }
    .hero-area-bg .header-text h1 {
        font-weight: bold;
        font-size: 26px;
        line-height: 50px;
        margin-bottom: 15px;
        margin-top: 0px;
        color: var(--color1);
    }
}

@media (max-width: 992px) {
}

@media (max-width: 768px) {
    .hero-area-bg .right-bg {
        display: none;
    }

    .hero-area-bg .header-text h1 {
        font-weight: bold;
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 15px;
        margin-top: 10px;
    }

    .hero-area-bg .header-text p {
        font-size: 16px;
        line-height: 25px;
        margin-bottom: 10px;
    }

    .hero-area-bg .btn-primary {
        padding: 7px 25px;
        font-size: 14px;
    }

    .hero-area-bg {
        min-height: 398px;
        margin-top: 60px;
    }

    .hero-area-bg .header-text {
        width: 100%;
        padding: 20px;
        margin-top: 0;
        height: 300px;
    }

    .about {
        padding: 50px 25px;
    }

    .about .box_about h4 {
        font-size: 20px;
        font-weight: bold;
        margin: 15px 0;
    }

    .about .box_about {
        margin-top: 0;
    }

    .feature {
        padding: 50px 0;
        text-align: center;
        min-height: 500px;
    }

    .feature h2 {
        font-size: 20px;
        width: 100%;
        margin: 15px auto 17px auto;
        font-weight: bold;
        color: #fff;
    }

    .feature .box_feature h4 {
        font-size: 18px;
        font-weight: 700;
        margin: 16px 0;
    }

    .feature .box_feature {
        margin-top: 10px;
        border-radius: 20px;
        padding: 20px;
    }

    .benefits {
        padding: 30px;
        text-align: center;
    }

    .benefits h2 {
        font-size: 20px;
        width: 100%;
        margin: 15px auto 10px auto;
        font-weight: bold;
    }

    .benefits h6 {
        font-size: 14px;
        line-height: 20px;
        width: 100%;
        margin: 0 auto;
        margin-bottom: 40px;
        font-size: 14px;
    }

    .benefits .box_benefits h4 {
        font-weight: 800;
        margin-bottom: 15px;
        font-size: 16px;
    }

    .benefits .box_benefits {
        height: 95%;
        margin-top: 10px;
        padding: 30px;
    }

    .box_contact {
        padding: 35px;
        text-align: center;
    }

    .box_contact .contact_box {
        padding: 20px;
    }

    .box_contact .contact_box h4 {
        font-size: 16px;
    }

    .send_message h2 {
        font-size: 20px;
        padding: 30px 0 35px 0;
    }

    .hero_contact {
        height: 180px;
        margin-top: 60px;
    }

    .hero_contact .header-text {
        padding: 60px 0;
    }

    .hero_contact h1 {
        font-size: 25px;
        margin-bottom: 10px;
    }

    .hero_contact p {
        line-height: 23px;
    }

    .hero_about {
        height: 180px;
        margin-top: 60px;
    }

    .hero_about .header-text {
        padding: 60px 0;
    }

    .hero_about h1 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .hero_about p {
        line-height: 23px;
        font-size: 14px;
    }

    .hero_pricing h1 {
        font-size: 20px;
        margin-bottom: 10px;
    }

    .hero_pricing p {
        line-height: 23px;
        font-size: 14px;
    }

    .hero_pricing .header-text {
        padding: 60px 0;
    }

    .hero_pricing {
        height: 180px;
        margin-top: 60px;
    }

    .about_box {
        padding: 30px 0;
        min-height: 428px;
    }

    .navbar-expand-md .navbar-nav .nav-link {
        padding: 7px 4px;
    }
}
.footer-icon {
    color: #fdc339;
    background-color: transparent;
    padding: 0;
    font-size: 21px;
    border-radius: 100px;
    margin-bottom: 30px;
    width: 32px;
    height: 32px;
}
.p-t-13 {
padding-top:13px;
}
.left-bg {
    width: 90%;
    display: inline-block;
    margin-top: 20px;
}
.flex-center-view{
    display: flex;
    justify-content: center;
}
.flex-end-view{
    display: flex;
    justify-content: flex-end;
}
.flex-start-view{
    display: flex;
    justify-content: flex-start;
}
@media (max-width: 767px) {
    .box_faq {
        padding: 5px;
        text-align: center;
    }
  
    .navbar-brand img {
        width: 70px;
        margin-top: 10px;
    }

    .about_box .shape-one {
        display: none;
    }

    .about_box .shape-two {
        display: none;
    }

    .pricing_box h4 {
        font-size: 16px;
        margin-bottom: 0;
        padding: 15px;
    }

    .pricing_box h3 {
        margin-left: 20px;
        margin-bottom: 15px;
    }

    .pricing_box .price-tabs .nav-link {
        font-size: 14px;
        padding: 9px 20px;
        border-radius: 40px;
    }

    .price-item {
        margin-bottom: 20px;
    }

    .footer {
        padding: 41px 0 50px 0;
    }

    .footer p {
        margin-top: 10px;
        font-size: 13px;
        margin-bottom: 13px;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        border-bottom: 1px solid #cbc7da;
        font-size: 14px;
        padding: 14px 0;
    }
    .navbar .btn-primary {
        display: block;
        margin-top: 10px;
    }

    .feature .shape-one {
        display: none;
    }

    .feature .shape-two {
        display: none;
    }

    .about img {
        width: 450px;
        margin-bottom: 35px;
    }

    .pricing_box {
        background-color: #ffffff;
        min-height: 700px;
        padding: 16px;
    }
}
@media (max-width: 540px) {
    .hero-area-bg {
        height: 350px;
        margin-top: 60px;
    }
    .pricing_box .price-tabs .nav-link {
        font-size: 12px;
        padding: 9px 17px;
        border-radius: 40px;
    }
    .hero-area-bg {
        height: 550px;
        margin-top: 60px;
    }
}
@media (max-width: 400px) {
    .hero-area-bg {
        height: 350px;
        margin-top: 60px;
    }
    .pricing_box .price-tabs .nav-link {
        font-size: 12px;
        padding: 9px 17px;
        border-radius: 40px;
    }
    .hero-area-bg {
        height: 650px;
        margin-top: 60px;
    }
}
@media (max-width: 768px) {
    .order0{
        order:0;
    }
    .order1{
        order:1;
    }
    .hero-area-bg {
        height: 960px;
        margin-top: 60px;
    }
}
