@charset "utf-8";

body {
    margin: 0
}

.menu-cont ul,
ol li,
ul li {
    list-style: none;
    line-height: 1.5;
}

.menu-cont li a,
a,
a:focus {
    text-decoration: none;
    color: #000;
}

.clearfix,
.gaps {
    clear: both
}

.divider,
.image-box,
.menu-cont .menu-icon,
.speaker-block {
    position: relative
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*,
::after,
::before {
    box-sizing: border-box
}

@import url('../../css2');

body {
    font-family: 'Noto Sans', sans-serif;
    font-size: 16px;
    line-height: 27px;
    color: #fff;
    background: #c34520;
    overflow: auto
}

body,
html {
    overflow-x: hidden
}

.list-info-pop,
.media ul li,
.text-center {
    text-align: center
}

.pd-tb {
    padding: 30px 0
}

.mb-1,
footer h3 {
    margin-bottom: 10px
}

.section {
    padding: 60px 0
}

.sec-title {
    font-size: 22px;
    color: #fff;
    max-width: 900px;
    margin: 0 auto;
}

.sec-title p {
    font-size: 14px;
    color: #fff;
    letter-spacing: 1px;
    text-align: center;
}

.light,
.light a {
    color: #fff
}

.menu-cont li a {
    font-size: 20px
}

.gaps {
    height: 20px;
    display: block;
    margin: 0
}

.flex {
    display: flex;
    text-align: left;
    margin-bottom: 22px;
    align-items: center;
}

a:focus {
    outline: 0;
    outline-offset: 0px
}

h1,
h2,
h3,
h4 {
    font-weight: 700;
    margin: 0;
    line-height: 40px
}

ol,
ul {
    padding: 0;
    margin: 0
}

.container-fluid {
    padding-left: 100px;
    padding-right: 100px
}

.container {
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
    margin-left: auto;
    margin-right: auto
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.col-xs-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-xs-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.col-xs-12,
.col-xs-3 {
    padding-left: 10px;
    padding-right: 10px
}

.mob-logo {
    float: left
}

.mob-logo img {
    width: 339px;
    display: block;
    height: 45px;
}

.menu-bg {
    /*background: #ff6429;*/
    overflow: auto;
    padding: 10px 20px;
    border-radius: 13px;
}

header {
    display: block;
    padding: 10px 0;
}

.menu-cont {
    z-index: 3;
    width: auto;
    height: auto;
    overflow: auto
}

.menu-cont ul {
    margin: 0;
    padding: 0
}

.menu-cont li a {
    display: block;
    padding: 20px 25px;
    color: #fff;
    transition: .3s ease-in-out;
    font-weight: 400;
}

.menu-cont li a:hover,
.menu-cont li.active a {
    background: #cf826b;
    color: #fff;
    border-radius: 25px;
}

.menu-cont .menu {
    clear: both;
    max-height: 0;
    transition: max-height .2s ease-out;
}

.menu-cont .menu-icon {
    cursor: pointer;
    float: right;
    padding: 30px 20px;
    user-select: none
}

.menu-cont .menu-icon .navicon {
    background: #fff;
    display: block;
    height: 2px;
    position: relative;
    transition: background .2s ease-out;
    width: 18px
}

.menu-cont .menu-icon .navicon:after,
.menu-cont .menu-icon .navicon:before {
    background: #fff;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    transition: .2s ease-out;
    width: 100%
}

.menu-cont .menu-icon .navicon:before {
    top: 5px
}

.menu-cont .menu-icon .navicon:after {
    top: -5px
}

.menu-cont .menu-btn {
    display: none
}

.menu-cont .menu-btn:checked~.menu {
    max-height: 600px
}

.menu-cont .menu-btn:checked~.menu-icon .navicon {
    background: 0 0
}

.menu-cont .menu-btn:checked~.menu-icon .navicon:before {
    transform: rotate(-45deg)
}

.menu-cont .menu-btn:checked~.menu-icon .navicon:after {
    transform: rotate(45deg)
}

.menu-cont .menu-btn:checked~.menu-icon:not(.steps) .navicon:after,
.menu-cont .menu-btn:checked~.menu-icon:not(.steps) .navicon:before {
    top: 0
}

p {
    text-align: justify;
}

p a,
p strong {
    color: #29ffeb;
    font-weight: bold;
}

.bannerBox {
    width: 100%;
    position: relative;
    /*background: url(../image/hero_home.jpg) center top no-repeat;*/
    background-size: cover;
}

.bannerBox2 {
    width: 100%;
    position: relative;
    padding: 10px 40px;


}

.image-box {
    border: 3px solid #ff6429;
    overflow: hidden;
    margin-bottom: 0;
    border-bottom: none;
}

.image-box img.full-img {
    width: 100%;
    display: block;
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
    transition: .3s ease-in-out;
}

.image-box:hover img.full-img {
    cursor: pointer;
    -webkit-transform: rotate(0deg) scale(1.4);
    transform: rotate(0deg) scale(1.4);
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    filter: grayscale(50%);
}

.verified img {
    margin-right: 5px;
}

.verified {
    position: absolute;
    top: 0;
    width: 130px;
    z-index: 1;
    color: #fff;
    -webkit-clip-path: polygon(0 0, 100% 0, 92% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 92% 100%, 0 100%);
    padding-top: 2px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
}

.verified.v-bg {
    background: #ff6429;
    background: linear-gradient(157.46deg, #ff6429 19.02%, #011421 87.63%);
    background: -o-linear-gradient(157.46deg, #ff6429 19.02%, #011421 87.63%);
    background: linear-gradient(157.46deg, #ff6429 19.02%, #011421 87.63%);
}

.lh-1 {
    color: #2cff29;
    font-size: 25px;
}

.full-img {
    width: 100%
}

.list-info-pop {
    padding: 10px 20px;
    margin: 0 auto;
    border: 3px solid #ff6429;
    color: #fff;
    border-top: none;
}

.list-info-pop h4 {
    font-size: 22px;
    line-height: 40px;
}

.list-info-pop p {
    margin: 0;
    color: #fff;
    font-size: 14px;
}

.bg-dark {
    background: #795548;
}

footer {
    overflow: auto;
    padding: 40px 0px 20px 0px;
    background: #7e1c1c;
    border-top: solid 5px #ff6429;
}

footer h3 {
    font-size: 22px;
    color: #34ffa1;
    font-weight: 600;
    position: relative;
    padding-bottom: 10px
}

.disclaimer {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    color: #ffffff;
    font-weight: 100;
    margin-bottom: 50px;
}

footer a:hover {
    color: #ff6429
}

.copyright {
    margin-bottom: 50px;
    border-top: dotted 2px #ff6429;
}

.copyright p {
    background: #001423;
    text-align: center;
}

.media ul li {
    height: 50px;
    width: 50px;
    border: 1px solid #ff6429;
    background: #ff6429;
    display: inline-block;
    border-radius: 50px;
}

.media ul li a img {
    width: 25px;
    margin-top: 12px
}

.contact {
    margin: 0px 0 20px 0
}

.contact .flex span {
    display: block;
    font-size: 18px;
    text-align: left;
    color: #29ff61;
    font-weight: bold;
}

.contnt-add {
    margin-left: 17px
}

.contact .flex img {
    width: 40px;
    position: relative
}

.copyright p {
    margin: 0px 0 0;
    padding: 10px 0;
}

.nowcalling {
    display: block;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 9999;
}

.lcol,
.rcol {
    float: left;
    width: 50%;
}

.lcol a,
.rcol a {
    display: block;
    padding: 10px 0;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
}

.lcol {
    background-color: #ff6429;
}

.rcol {
    background-color: #573d6a;
}

.media {
    text-align: left;
}

.divider {
    height: 1px;
    margin-bottom: 20px;
    border-bottom: dotted 1px #ddd;
}

@media (max-width:1199px) {
    .container {
        width: 970px !important
    }

    .menu-cont li a {
        font-size: 16px;
        padding: 15px 20px !important
    }
}

@media (max-width:991px) {
    .container {
        width: 750px !important
    }

    .menu-cont li a {
        padding: 10px 8px !important
    }
}

@media(min-width:768px) {
    .menu-cont li {
        float: left;
        line-height: 6px
    }

    .menu-cont .menu {
        clear: none;
        float: right;
        max-height: none !important
    }

    .menu-cont .menu-icon {
        display: none
    }
}

@media (max-width:767px) {
    .container {
        width: 100% !important
    }

    .menu-cont li {
        border: none
    }

    .menu-cont li a {
        display: block;
        text-align: center;
        padding: 10px;
        font-size: 20px
    }

    .menu-cont .menu {
        display: block;
        margin-top: 55px
    }

    .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }

    .bannerBox {
        /*height: 400px;
        background: url(../image/mobile-bg.jpg);*/
    }

    h1 {}

    .section {
        padding: 20px 0;
    }

    body {
        font-size: 14px;
    }
}

@media (max-width:499px) {
    .col-xs-3 {
        flex: 0 0 50%;
        max-width: 50%
    }

    .container {
        width: 100% !important
    }

    .mob-logo {
        position: absolute;
        top: 9px
    }

    .mob-logo img {
        width: 46%
    }

    .copyright p {
        width: 100%;
        margin-top: 1px;
        margin-bottom: 50px;
        font-size: 14px
    }

    .contact {
        text-align: left
    }

    h2 {
        font-size: 18px;
        line-height: 28px
    }

    footer .col-xs-3 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    header {
        padding: 0px 0;
    }

    .menu-bg {
        padding: 0px 20px;
        border-radius: 0px;
    }

    .list-info-pop {
        overflow: auto;
    }

    .verified {
        font-size: 14px;
    }

    .verified img {
        margin-right: 5px;
        width: 70px;
    }
}

/*.tt{border:solid 1px #fff;padding:8px;border-radius:10px;margin-bottom:5px;background-color:#e7c51f;margin:5px;}*/


.faq-container {
    max-width: 100%;
    margin: 50px auto;
    background-color: #504d51;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.faq-container h3 {
    color: #f8f9fa;
    text-align: center;
}


.faq-item {
    margin-bottom: 15px;
}

.faq-question {
    width: 100%;
    text-align: left;
    background-color: #ff6429;
    color: #010c14;
    border: none;
    padding: 15px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.faq-question:focus {
    outline: none;
}

.faq-answer {
    display: none;
    padding: 15px;
    background-color: #001d32;
    border-left: 4px solid #ff6429;
    border-radius: 0 0 4px 4px;
}

@media (max-width: 600px) {
    .faq-container {
        padding: 15px;
    }

    .faq-question {
        font-size: 14px;
        padding: 12px;
    }

    .faq-answer {
        padding: 12px;
    }
}

mark {
    color: #181d22;
    background: antiquewhite;
}

img.full-img {
    width: 220px;
    height: 260px;
}

@media screen and (max-width: 992) {
    img.full-img {
        max-width: 100px;
        height: auto;
    }
}

@media screen and (max-width: 600) {
    img.full-img {
        max-width: 100px;
        height: auto;
    }
}