/* CSS Document */
html,
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    color: #fff;
}

a:hover {
    color: #fff;
}

p {
    color: #7a7a7a;
}


.logo-change {
    content: url("../img/logo/moi-logo.webp");
}

.theme_bg {
    background: #3f4b40;
}

.header_box {
    position: absolute;
    width: 100%;
    z-index: 10;
    padding: 0;
}

.header_box .logo-box {
    margin: 0 auto;
    /* text-align: center; */
    /* display: flex;
    justify-content: space-between; */
}

.header_box .logo-box .logo1 {}

.main__banner img {
    position: relative;
    width: 100%;
    height: 100vh;
    margin: 0 -15px;
    z-index: -2;
}

.header_box .nav.navbar-nav.navbar-main {
    justify-content: center;
    flex-direction: inherit;
}

.header_box .nav.navbar-nav.navbar-main ul li a:after {
    content: '';
    background-color: #FFFAED;
    height: 1px;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 2;
    display: block;
    position: absolute;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transition-timing-function: cubic-bezier(.58, .3, .005, 1);
    -o-transition-timing-function: cubic-bezier(.58, .3, .005, 1);
    transition-timing-function: cubic-bezier(.58, .3, .005, 1);
    opacity: 0;
}

.header_box .nav.navbar-nav.navbar-main ul li.active a:after,
.header_box .nav.navbar-nav.navbar-main ul li a:hover:after {
    opacity: 1;
}

.header_box .nav.navbar-nav.navbar-main ul li a {
    position: relative;
}

.header_box .nav.navbar-nav.navbar-main ul {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin-bottom: 0;
}

.header_box .nav.navbar-nav.navbar-main ul li {
    display: inline-block;
}

.header_box .nav.navbar-nav.navbar-main ul li a {
    color: #FFFAED;
    text-decoration: none;
    padding: 5px 20px;
    font-family: "Jost", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 22px;
    display: block;
    letter-spacing: 0.6px;
}

/* .header_box .nav.navbar-nav.navbar-main ul li.active {
    border-bottom: 1px solid #ffff;
}

.header_box .nav.navbar-nav.navbar-main ul li:hover {
    border-bottom: 1px solid #ffff;
} */

.header_box .nav.navbar-nav.navbar-main ul li:hover a {
    color: #fff;
}

.main_banner {
    background-image: url(../img/slider/banner1.jpg);
    overflow: hidden;
    position: relative;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.main_banner:before {
    content: '';
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAAXNSR0IArs4c6QAAABNJREFUGFdjZGBgSGNgYGBghDEAB78Az7ggBqIAAAAASUVORK5CYII=');
    background-repeat: repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 0;
    display: block;
    pointer-events: none;
}

.main_banner img {
    width: 100%;
}

.main_banner .container {
    width: 1140px;
    z-index: 2;
    position: relative;
    padding: 0;
    max-width: 100%;
}

.main_banner {
    padding-top: 215px;
}

.main_banner .container .slide_abs {
    margin: 0 -10px;
}

.main_banner .slide_banner .slide_abs .slide_content {
    width: 645px;
    max-width: 100%;
}

.main_banner .slide_banner .slide_abs .slide_content h1 {
    font-family: "Cormorant Garamond";
    line-height: 110px;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 104px;
    color: #FFF;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 81px;
}

.main_banner .slide_banner .slide_abs .slide_content p {
    font-family: Jost;
    line-height: 24px;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 16px;
    color: #FFF;
    margin-bottom: 78px;
    padding-left: 5px;
}

.main_banner .slide_banner .slide_abs .slide_content a {
    background-color: rgb(255, 250, 237);
    font-family: Roboto;
    width: auto;
    color: rgb(12, 12, 12);
    line-height: 40px;
    font-weight: 500;
    font-size: 17px;
    border-color: rgba(255, 255, 255, 0.35);
    border-style: solid;
    border-width: 1px;
    padding: 0px 25px;
    transform-origin: 50% 50%;
    display: inline-block;
    margin-left: 1px;
}

.main_banner .slide_banner .slide_abs .slide_content a:hover {
    background: none;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.75);
}

.header_box .nav.navbar-nav.navbar-main ul li:last-child a i {
    font-size: 20px;
}


.bottom_content {
    position: absolute;
    bottom: 66px;
    width: 100%;
    left: 0;
}

.bottom_content .right {
    position: relative;
    right: -36px;
}

.bottom_content .container {
    display: flex;
    justify-content: space-between;
}

.bottom_content span {
    font-family: Jost;
    color: rgb(255, 255, 255);
    line-height: 25px;
    letter-spacing: 0px;
    font-weight: 500;
    font-size: 16px;
}


.tag_line {
    background-color: #f7f7f7;
    padding: 35px 0;
}

.tag_line p {
    color: #303133;
    white-space: normal;
    font-size: 24px;
    margin-bottom: 0;
    text-align: center;
    line-height: 36px;
}

.top_banner_plan {
    position: relative;
    z-index: 10;
    height: 375px;
}

.top_banner_plan .header-bg-plan {
    background-image: url(../img/plan-your-visit.jpg);
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    overflow: hidden;
}

.top_banner_plan .header-content-inner {
    position: absolute;
    z-index: 100;
    width: 100%;
    bottom: 40px;
    padding-left: 65px;
}

.top_banner_plan .header-content-inner h1 {
    font-size: 35px;
    color: #fff;
    font-weight: 400;
}

.main_banner .item img {
    width: 100%;
}

.main_banner .owl-dots {
    position: absolute;
    z-index: 10;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    bottom: 30px;
}

.main_banner .owl-theme .owl-dots .owl-dot {
    display: inline-block;
}

.main_banner .owl-theme .owl-dots .owl-dot span {
    background: rgba(255, 250, 237, 0.5);
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.5;
    width: 12px;
}

.main_banner .owl-theme .owl-dots .owl-dot.active span {
    background: #fff;
    opacity: 0;
}

.main_banner .owl-nav {}

.main_banner .owl-nav .owl-prev {
    position: absolute;
    display: block;
    top: 50%;
    left: 15px;
    z-index: 1000;
}

.main_banner .owl-nav .owl-next {
    position: absolute;
    display: block;
    top: 50%;
    right: 15px;
    z-index: 1000;
}

.main_banner .owl-nav .owl-prev i,
.main_banner .owl-nav .owl-next i {
    font-size: 56px;
    color: #fff;
}

.bg_light {
    background-image: url(../img/Shadow.png);
    background-color: #FFFAED;
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: contain;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.second_Sec {
    padding: 80px 0 60px 0;
    display: block;
    width: 100%;
}

.second_Sec .content_side {
    width: 65.24%;
}

.second_Sec .mg_side {
    width: 34.76%;
    padding: 0;
}

.second_Sec .content_side.full_width {
    width: 92%;
}

.second_Sec .content_side .content_box {
    padding-left: 120px;
    padding-right: 80px;
}

.second_Sec .mg_side .img_box {
    margin-left: 50px;
    padding: 10px 0 10px 10px;
}

.second_Sec.reverse_row .mg_side .img_box {
    margin-left: 0;
    margin-right: 50px;
    padding: 10px 10px 10px 0;
}

/*
.second_Sec .content_box {
    padding-left: 120px;
    padding-right: 100px;
} */

.second_Sec .content_box.cont_alternate {
    padding-left: 85px;
    padding-right: 80px;
}

.second_Sec .col-lg-8 {
    padding: 0;
}

.second_Sec .content_box h1 {
    color: #533e13;
    margin-bottom: 36px;
    font-size: 45px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 48px;
    letter-spacing: 0.6px;
}

.second_Sec .content_box h2 {
    color: #5C0F8B;
    font-size: 52px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 35px;
    line-height: 100px;
}

.second_Sec .content_box p {
    margin-bottom: 24px;
    line-height: 24px;
    letter-spacing: 0.6px;
    font-family: "Jost", Sans-serif;
    font-size: 16px;
    font-weight: 400;
}

.second_Sec .img_box {
    padding: 80px 0;
    margin-left: 25px;
}

/*
.second_Sec .img_box.img__1 {
    padding: 80px 0;
    margin-right: 25px;
    margin-left: 0;
} */

.second_Sec .img_box img {
    width: 100%;
    margin-bottom: 4px;
}

.bg_dark .content_box h1 {
    color: #FFFAED;
}

.bg_dark .content_box p {
    color: #FFFAED;
}

.reverse_row {}

.section2 {}

.padd-0 {
    padding: 0;
}

.padd-l-0 {
    padding-left: 0;
}

.padd-r-0 {
    padding-right: 0;
}
.mg_caption_text{
    display:none !important;
}
.hero_main_text{
    color:white !important;
}
.second_Sec.change_next_design {
    background-color: #5C0F8B;
    background-image: url(../img/Shadow_4.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg_dark {
    float: right;
    background-color: #3F4B40;
    background-image: url(../img/bg/Shadow_4.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: contain;
}

.second__background2 {
    background-image: url(../img/bg/pool-bg-min.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.9;
}

.second__background3 {
    background-image: url(../img/bg/security-bg-min.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.9;
}

.second_Sec.change_next_design .content_box h1 {
    color: #fff;
}

.second_Sec.change_next_design .content_box p {
    color: #FFFAED;
}

.second_Sec.change_next_design .content_box {}

.second_Sec.change_next_design .content_box ul {
    margin-bottom: 25px;
}

.second_Sec.change_next_design .content_box ul li {
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.2px;
    line-height: 28px;
}

.second_Sec.change_next_design .content_box .aminities_box {
    text-align: center;
    margin-bottom: 20px;
}

.second_Sec.change_next_design .content_box .aminities_box .ami_img {
    border: 1px solid #fff;
    width: 75px;
    text-align: center;
    margin: 0 auto 10px;
    border-radius: 50%;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.second_Sec.change_next_design .content_box .aminities_box .ami_img img {
    width: 45px;
}

.second_Sec.change_next_design .content_box .aminities_box p {
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
}

.second_Sec.change_next_design .location-tab-titles nav {
    text-align: center;
}

.second_Sec.change_next_design .location-tab-titles nav .nav.nav-tabs {
    display: inline-flex;
}

.second_Sec.change_next_design .location-tab-titles .nav.nav-tabs {
    border-bottom: 0;
}

.second_Sec.change_next_design .location-tab-titles .nav.nav-tabs .nav-link.active {
    background: #fff;
    color: #5C0F8B;
    font-weight: 500;
}

.second_Sec.change_next_design .location-tab-titles .nav.nav-tabs .nav-link {
    background: none;
    border: 1px solid #fff;
    border-radius: 0;
    padding: 8px 15px;
    margin: 0 5px;
    color: #fff;
    width: 220px;
}

.second_Sec.change_next_design .location-tab-titles .connectivity-list ul li {
    position: relative;
    margin-bottom: 5px;
}

.second_Sec.change_next_design .location-tab-titles .connectivity-list span {
    position: relative;
    z-index: 1;
    font-size: 16px;
    background: #5C0F8B;
}

.second_Sec.change_next_design .location-tab-titles .connectivity-list ul li span.connectivity-label {
    padding-right: 8px;
}

.second_Sec.change_next_design .location-tab-titles .connectivity-list ul li span.connectivity-min {
    float: right;
    padding-left: 9px;
    color: #fff;
    font-weight: bold;
}

.second_Sec.change_next_design .location-tab-titles .connectivity-list ul li:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    border-top: 1px dashed #fff;
    top: 50%;
}

.second_Sec.change_next_design .location-tab-titles .connectivity-list ul {
    margin-bottom: 0;
    padding-left: 0;
    list-style-type: none;
    padding: 10px;
    height: 315px;
}

.slide_1_owl {
    margin-top: 60px;
}


.slide_1_owl .owl-dots {
    position: absolute;
    z-index: 10;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    bottom: -20px;
}

.slide_1_owl.owl-theme .owl-dots .owl-dot {
    display: inline-block;
}

.slide_1_owl.owl-theme .owl-dots .owl-dot span {
    background: rgba(255, 250, 237, 0.5);
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.5;
    width: 12px;
}

.slide_1_owl.owl-theme .owl-dots .owl-dot.active span {
    background: #fff;
    opacity: 1;
}

.slide_1_owl .owl-nav {}

.slide_1_owl .owl-nav .owl-prev {
    position: absolute;
    display: block;
    top: 25%;
    left: -20px;
    text-align: center;
    z-index: 1000;
}

.slide_1_owl .owl-nav .owl-next {
    position: absolute;
    display: block;
    top: 25%;
    right: -20px;
    z-index: 1000;
}

.slide_1_owl .owl-nav .owl-prev i,
.slide_1_owl .owl-nav .owl-next i {
    font-size: 26px;
    width: 30px;
    line-height: 28px;
    height: 30px;
    color: #fff;
    border-radius: 50%;
    border: 1px solid #fff;
}

.slide_1_owl .owl-nav .owl-next i.fa.fa-angle-right {
    padding-left: 10px;
}

.sec_portion_change {
    padding: 100px 0;
}

.second_Sec.sec_portion_change .content_box {
    padding: 0;
}

.second_Sec.sec_portion_change .img_box1 {
    margin-top: 30px;
}

.dif_cont p {
    color: #5C0F8B;
}

.second_Sec.sec_portion_change .img_box1 .owl-dots {
    position: absolute;
    z-index: 10;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    bottom: -45px;
}

.second_Sec.sec_portion_change .img_box1 .owl-theme .owl-dots .owl-dot {
    display: inline-block;
}

.second_Sec.sec_portion_change .img_box1 .owl-theme .owl-dots .owl-dot span {
    background: rgb(54 41 110);
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
    opacity: 0.5;
    width: 12px;
}

.second_Sec.sec_portion_change .img_box1 .owl-dots .owl-dot.active span {
    background: #5C0F8B;
    opacity: 1;
}

.second_Sec.sec_portion_change .img_box1 .owl-nav {}

.second_Sec.sec_portion_change .img_box1 .owl-nav .owl-prev {
    position: absolute;
    display: block;
    top: 47%;
    left: -50px;
    text-align: center;
    z-index: 1000;
}

.second_Sec.sec_portion_change .img_box1 .owl-nav .owl-next {
    position: absolute;
    display: block;
    top: 47%;
    right: -50px;
    text-align: center;
    z-index: 1000;
}

.second_Sec.sec_portion_change .img_box1 .owl-nav .owl-prev i,
.second_Sec.sec_portion_change .img_box1 .owl-nav .owl-next i {
    font-size: 34px;
    width: 40px;
    line-height: 35px;
    height: 40px;
    color: #5C0F8B;
    border-radius: 50%;
    border: 2px solid #5C0F8B;
}

.second_Sec.sec_portion_change .img_box1 .owl-nav .owl-next i.fa.fa-angle-right {
    padding-left: 0px;
}

.second_Sec.change_next_design .map_iframe {
    margin-bottom: -6px;
}

.gallery .owl-dots {
    position: absolute;
    z-index: 10;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    bottom: 30px;
}

.gallery .owl-theme .owl-dots .owl-dot {
    display: inline-block;
}

.gallery .owl-theme .owl-dots .owl-dot span {
    background: rgba(255, 250, 237, 0.5);
    border-radius: 20px;
    display: block;
    height: 10px;
    margin: 5px 3px;
    opacity: 0.5;
    width: 10px;
}

.gallery .owl-theme .owl-dots .owl-dot.active span {
    background: #fff;
    opacity: 1;
}

.gallery .owl-nav .owl-prev {
    position: absolute;
    display: block;
    top: 50%;
    left: 15px;
    z-index: 1000;
}

.gallery .owl-nav .owl-next {
    position: absolute;
    display: block;
    top: 50%;
    right: 15px;
    z-index: 1000;
}

.gallery .owl-nav .owl-prev i,
.gallery .owl-nav .owl-next i {
    font-size: 56px;
    color: #fff;
}

.footer {
    background: #5C0F8B;
}

.footer_start .footer_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.footer_start {
    padding: 43px 0 0;
}

.footer__follow p {
    color: #FFFAED;
    font-family: "Jost", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 22px;
    letter-spacing: 0.6px;
    margin: 14px 0 19px 0;
}

.footer__follow ul li a i {
    width: 1em;
    height: 1em;
    position: relative;
    display: block;
    font-size: 25px;
    line-height: 25px;
}

.footer__follow ul li a {
    width: 50px;
    height: 50px;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    line-height: 50px;
    word-spacing: 5px;
    align-items: center;
}
.footer__follow ul li a:hover {
    color: #FFF;
    opacity: .9;
}

.footer_start .footer_box .uncode_text_column h5 {
    position: relative;
    color: #fff;
    margin-bottom: 20px;
}

.footer_start .footer_box .uncode_text_column h5:before {
    content: '';
    position: absolute;
    background: #fff;
    width: 50px;
    height: 2px;
    bottom: -5px;
}

.map_iframe img {
    width: 100%;
}

.footer_start .container {
    max-width: 1140px;
}

.footer_start .footer_box p {
    text-align: center;
    color: #E1E1E1;
    font-family: "Roboto", Sans-serif;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 0.6px;
    margin-bottom: 0;
}

.footer_start .disclaimer p {
    color: #fff;
    font-size: 15px;
    text-align: justify;
}

.footer_start .footer_box ul {
    display: block;
    padding-left: 0;
}

.footer_start .footer_box ul li {
    list-style-type: none;
    display: inline-block;
}

.footer_start .footer_box ul li a {
    font-size: 20px;
    padding-right: 12px;
}

.footer_start .footer_box ul li a:hover {
    color: #fff;
}

.footer_start .footer_box ul li a i {
    font-size: 28px;
}

.footer_start .disclaimer p a {
    color: #fff;
}

.footer_start .disclaimer p a:hover {
    color: #fff;
}

.footer__navbar ul {
    margin: 0;
    padding: 0;
}

.footer__navbar ul li {
    display: block;
}

.footer__navbar ul a {
    padding-top: 5px;
    padding-bottom: 5px;
    color: #FFFAED;
    font-family: "Jost", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 22px;
    letter-spacing: 0.6px;
    display: block;
}

.footer_start .container .row>div {
    padding: 10px;
}

.footer_end .copyright p {
    color: #fff;
    margin-bottom: 0;
    font-size: 14px;
}

.footer_end .copyright ul {
    display: block;
    text-align: center;
    margin-bottom: 0;
}

.footer_end .copyright ul li a:hover {
    color: #f6f6f6;
    text-decoration: underline;
}

.second_Sec .content_box ul li {
    color: #414042;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 5px;
    line-height: 28px;
    letter-spacing: 0.2px;
}

.contact__section .con_sec_foot h3 {
    color: #3F4B40;
    font-family: "Cormorant Garamond", Sans-serif;
    font-size: 104px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 68px;
    letter-spacing: 0.6px;
    overflow: visible;
    display: block;
    top: -2px;
    position: relative;
}


.img_box .owl-carousel .owl-dots {
    text-align: center;
    position: fixed;
    bottom: 100px;
    width: 100%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}

.img_box .owl-carousel .owl-dot {
    border-radius: 50px;
    height: 10px;
    width: 10px;
    display: inline-block;
    background: rgb(247 247 247 / 50%);
    margin-left: 5px;
    margin-right: 5px;
    transition: opacity .2s ease;
}

.img_box .owl-carousel .owl-dots .owl-dot span:active {
    background-color: red;
}

.img_box .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 50%;
    left: 10px;
    font-size: 20px;
    width: 30px;
    background-color: #fff;
    height: 30px;
    color: #2845e4;
    border-radius: 50%;
}

.img_box .owl-carousel .owl-nav .owl-prev i {
    margin-left: 11px;
    color: #5c0f8b;
}

.img_box .owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    right: 10px;
    font-size: 20px;
    width: 30px;
    background-color: #fff;
    height: 30px;
    color: #2845e4;
    border-radius: 50%;
}

.img_box .owl-carousel .owl-nav .owl-next i {
    margin-left: 12px;
    color: #5c0f8b;
}

/* Key Consultant */
.keyConslt__section {
    padding: 100px 0;
}

.keyConslt__section h2 {
    color: #5C0F8B;
    font-size: 52px;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 30px;
    line-height: 60px;
}

.keyConslt__section .key__conslt {
    margin: 0 0 20px;
}

.keyConslt__section .key__conslt p strong {
    font-size: 18px;
}

.keyConslt__section .key__conslt p {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0.2px;
}

.img_box .owl-carousel .owl-dot.active {
    background: rgb(255 255 255);
}

/* contact section */
.border_line_section {
    background-color: #FFFAED;
    padding: 80px 0 64px 0;
    position: relative;
}

.border_line_section:before {
    content: '';
    margin-top: 15px;
    margin-bottom: 15px;
    border-top: 1px solid #3F4B40;
    display: block;
    position: relative;
}

.contact__section {
    padding: 0 0 64px 0;
}

.contact__section .container {
    max-width: 1140px;
}

.contact__section .container .left_slide {
    width: 63.724%;
    padding: 0;
}

.contact__section .container .right_slide {
    width: 36.276%;
    padding: 0;
}

.contact__section .contact__detail {
    margin-left: 50px;
    padding: 10px;
    margin-bottom: 20px;
}

.contact__section .address p:last-child {
    margin-bottom: 0;
}

.contact__section .address p {
    margin-bottom: 16px;
    color: #3F4B40;
    font-family: "Jost", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    word-spacing: 0.1em;
    letter-spacing: 0.6px;
}


/* footer */
.footer {
    background: #3F4B40;
}

.footer_end .copyright ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
}

.footer_end .copyright ul li a {
    font-family: "Jost", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 22px;
    color: #FFFAED;
    display: block;
    padding: 13px 20px;
    letter-spacing: 0.6px;

}
.footer_end .copyright ul li a:hover  {
    text-decoration: none;
}

.footer_end {
    border-style: solid;
    border-width: 1px 0px 0px 0px;
    border-color: #FFFAED;
    margin-top: 36px;
}

.footer__navbar ul li a:hover {
    color: #fff;
}

.footer__follow p {
    color: #fff;
}

.footer__follow ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    margin-left: -15px;
    gap: 5px;
    margin-bottom: 20px;
}

.footer_box .foot_logo {
    margin-bottom: 20px;
}

.footer_box .foot_logo img {
    width: 116px;
}


.privacy_policy {
    padding: 80px 0 30px;
}

.privacy_policy h2 {
    margin-bottom: 20px;
}

.privacy_policy h5 {
    margin: 20px 0;
}

.privacy_policy p {
    margin-bottom: 10px;
}

.logo_box_img1 img {
    width: 100%;
    max-width: 220px;
}

.privacy_header {
    background: #5c0f8b;
    padding: 20px 0;
    text-align: center;
}

.privacy_policy a {
    float: right;
    color: #000;
    font-weight: 600;
    text-decoration: underline;
}

.privacy_policy p {
    text-align: justify;
}

.privacy_policy a:hover {
    color: #5c0f8b;
}

.privacy_policy .service {
    margin-top: 60px;
    border: 1px solid #d7d7d7;
    margin-bottom: 30px;
    position: relative;
    border-top: 3px solid #d7d7d7;
    transition: all .3s ease-in-out;
    height: 100px;
}

.privacy_policy .service_name {
    padding: 20px 20px 35px;
    padding-top: 40px;
    text-align: center;
}

.privacy_policy .serve_eft a {
    color: #000;
}

.privacy_policy .service_name h5 {
    font-size: 15px;
    font-weight: 600;
    padding-bottom: 10px;
    color: #0d5fa6;
    line-height: 18px;
}

.complience__button {
    list-style: none;
    margin: 180px 0 180px;
    display: flex;
}

.complience__button .new__comp {
    margin: 0 auto;
}

.complience__button .new__comp a {
    text-decoration: none;
    font-size: 22px;
    font-weight: 300px !important;

}

.comp__btn {
    background-color: #5C0F8B;
    padding: 15px 86px;
    border-radius: 10px;
    color: #fff;
    border: none;
    outline: none;
}

.comp__btn:hover {
    border-radius: 10px;
    border: none;
    outline: none;
    background-color: #6a2992;
    color: #cdcbcb;
}

.header_box .logo-box.main_logo img {
    width: 116px;
}

.header_box .logo-box.side_logo img {
    padding: 0;
    width: 21%;
}

.header_box .container {
    max-width: 1140px;
    padding: 10px;
}

.header_box .logo-box.side_logo {
    padding: 10px;
}

.header_box .logo-box.main_logo {
    padding: 10px;
}

.pop_up_box {
    position: fixed;
    top: 0;
    background: rgba(0, 0, 0, .8);
    left: 0;
    z-index: 9999;
    overflow: hidden;
    width: 100%;
    height: 100%;
    display: none;
}

.pop_up_box .form_box {
    width: 660px;
    max-width: 90%;
    margin: 0 auto;
    padding: 30px;
    margin-top: 0;
    border-radius: 10px;
    cursor: pointer;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    background: #3F4B40;
    transform: translateY(-50%);
}
form.form_pop_border {
    display: flex;
    flex-wrap: wrap;
}

.form_box .form-1 {
    border: 2px solid #FFFAED;
    border-radius: 10px;
    padding: 20px 30px;
    display: block;
}

.captcha label {
    color: #FFF;
}

.form_box .form-1 h3 {
    text-align: center;
    color: #FFF;
    margin-bottom: 15px;
    font-family: "Jost", Sans-serif;
    font-size: 24px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 32px;
}

.form_box .form-1 .input_box {
    width: 50%;
    display: inline-block;
    margin: 0 !important;
    padding: 12px;
}

.form_box .form-1 .input_box.input_full{
    width: 100%;
    color: #fff;
}

.form_box .form-1 .input_box.input_full p a{
    text-decoration: underline;

}

.form_box .form-1 .input_box input {
    background: none;
    width: 100%;
    border: none;
    padding: 0 15px 15px 0;
    background-color: transparent;
    border-radius: 0 !important;
    resize: none;
    color: #fffaed;
    font-size: 16px;
    border-bottom: 2px solid #fffaed;
    letter-spacing: normal;
    margin-bottom: 2px;
}

.form_box .form-1 .input_box select {
    background: none;
    outline: none;
    display: block;
    width: 100%;
    border: none;
    padding: 0 15px 15px 0 !important;
    background-color: transparent;
    border-radius: 0 !important;
    resize: none;
    color: #fffaed;
    font-size: 16px;
    border-bottom: 2px solid #fffaed;
    height: 41px;
}

.form_box .form-1 .input_box select option {
    color: #3F4B40;
}

.form_box .form-1 .input_box input::placeholder {
    color: #e5e7d6;
    opacity: 1;
    /* Firefox */
}

.form_box .form-1 .input_box input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #e5e7d6;
}

.form_box .form-1 .input_box input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #e5e7d6;
}

.form_box .form-1 .btn_form {
    margin-top: 20px;
    margin-bottom: 10px;
    background: none;
    color: #FFFAED !important;
    display: inline-block;
    padding: 11px 30px;
    font-size: 14px;
    text-align: center;
    line-height: 24px;
    font-weight: 600;
    z-index: 1;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 30px;
    border: 2px solid #FFFAED;
    width: calc(100% - 20px);
    margin-left: 10px;
}

.form_box .form-1 .btn_form:hover {
    color: #3F4B40 !important;
    background-color: #FFFAED !important;
    ;
}

.close_icon {
    position: absolute;
    right: 5px;
    top: 5px;
}

.close_icon i {
    color: #FFF;
    font-size: 30px;
}

.input__class input {
    outline: none;
}

/* sections */
.hide__sec {
    display: block;
}

.show__sec {
    display: none;
}

.walkThrough__btn {
    margin: 0 10px;
}

.hide__navbar {
    display: block;
}

.gallery .item {
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.caption_content {
    position: absolute;
    bottom: 30px;
    left: 0;
    z-index: 4;
    width: 100%;
    padding: 0 25px;
}

.caption_content .cap_container {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 1180px;
    margin: auto;
}

.caption_content .cap_container>div {
    color: #FFF;
    line-height: 25px;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 20px;
    font-family: Roboto;
}



/* scroll navbar */
#scroll__nav {
    background-color: rgb(63 75 64 / 90%);
    position: fixed;
    top: -115px;
    width: 100%;
    display: block;
}
.home_page #scroll__nav {
    background-color: rgb(63 75 64 / 50%);
}

#scroll__nav .logo-box .logo-change1 {
    max-width: 145px;
}

#scroll__nav .logo_col {
    width: 15%;
    padding: 10px;
}

#scroll__nav .another_log_col {
    width: 14.554%;
    padding: 10px;
}

#scroll__nav .nav_col {
    width: 70%;
    padding: 10px;
}

#scroll__nav .row {
    margin: 0;
}

#scroll__nav .another_log_col img {
    max-width: 85.6px !important;
    float: right;
}



.content_box .you_tube a {
    color: #414042;
    font-weight: 600;
}

.content_box .you_tube a i {
    color: red;
    font-size: 28px;
    line-height: 21px;
    position: relative;
    top: 5px;
    left: 7px;
}

.mfp-container {
    text-align: center;
    position: fixed;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    padding: 0 8px;
    box-sizing: border-box;
    overflow: hidden;
    cursor: grab;
}

/* mobile menu */
.hamburg__menu {
    display: none;
}

.hamburg__menu a {
    color: #fff;
}

.menus {
    display: none;
}

.mobile__nav__logo {
    display: none;
}

/* Structured progress */
.added__btn a.btn_box {
    background: #0000;
    padding: 10px 20px;
    color: #5c0f8b;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #5c0f8b;
}

.added__btn a:hover {
    background: #fff;
}

.privacy_policy .img__gallery {
    width: 100%;
    margin: 80px 0;
    height: 500px;
}

.privacy_policy .img__gallery {}

.structured_img {
    padding-top: 30px;
}

.structured_img .nav-tabs .nav-item.show .nav-link,
.structured_img .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #5c0f8b;
    border-color: #5c0f8b;
}

.structured_img .nav-tabs .nav-link {
    color: #5c0f8b;
}

.structured_img .nav-tabs {
    border-bottom: 1px solid #5c0f8b;
}


.structured_img .owl-carousel .owl-nav .owl-prev {
    position: absolute;
    top: 45%;
    left: 10px;
    font-size: 28px;
    width: 40px;
    background-color: #fff;
    height: 40px;
    color: #2845e4;
    border-radius: 50%;
}

.structured_img .owl-carousel .owl-nav .owl-prev i {
    margin-left: 13px;
    color: #5c0f8b;
}

.structured_img .owl-carousel .owl-nav .owl-next {
    position: absolute;
    top: 45%;
    right: 10px;
    font-size: 28px;
    width: 40px;
    background-color: #fff;
    height: 40px;
    color: #2845e4;
    border-radius: 50%;
}

.structured_img .tab-content {
    margin-top: 30px;
}

.structured_img .owl-carousel .owl-nav .owl-next i {
    margin-left: 14px;
    color: #5c0f8b;
}

.structured_img .content_overlay h5 {
    text-align: center;
    margin-top: 15px;
    font-size: 18px;
}

.structured_img .slide-1 img {
    object-fit: cover;
    object-position: bottom;
    height: 400px;
    width: 100%;
}

.mt-50 {
    margin-top: 50px;
}

.Struct_sec {
    padding: 50px 50px 20px;
}

.structure_status {
    padding: 20px 50px 20px;
}

.thank_you a {
    border: 1px solid #5b0e8a;
    color: #5b0e8a;
    padding: 10px 15px;
    margin: 0 5px;
}

.mt-20 {
    margin-top: 30px;
}

.Struct_sec a.go_back {
    float: right;
    color: #000;
    font-weight: 600;
    text-decoration: underline;
}

.Struct_sec a.go_back:hover {
    color: #5c0f8b;
}

.fancybox-slide--video .fancybox-content {
    width: 960px !important;
    height: 540px !important;
}

.structure_status .struct_table table {
    border: 1px solid #ccc;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}

.structure_status .struct_table table caption {
    font-size: 1.5em;
    margin: .5em 0 .75em;
}

.structure_status .struct_table table tr {
    background-color: #f8f8f8;
    border: 1px solid #ddd;
    padding: .35em;
}

.structure_status .struct_table table th,
.structure_status .struct_table table td {
    padding: .625em;
    text-align: center;
}

.structure_status .struct_table table th {
    font-size: .85em;
    letter-spacing: .1em;
    text-transform: uppercase;
    background: #5c0f8b;
    color: #fff;
}

.structure_status h2 {
    margin-bottom: 30px;
}

.structure_status .struct_table {
    margin-bottom: 30px;
}

.captcha {
    padding: 10px;
}

.captcha input#mainCaptcha {
    background: #ccc;
    border: none;
    width: 100px;
    text-align: center;
    height: 30px;
}

.captcha #refresh {
    border: none;
    height: 30px;
    width: 30px;
    background: none;
    color: #FFF;
}


.captcha .captcha_input {
    border: none;
    border-bottom: 1px solid #FFF;
    padding: 2px 5px;
}

.captcha input:focus {
    outline: none;
}

.ank_sec {
    color: #414042;
    font-weight: 600;
}

.ank_sec:hover {
    background: none !important;
    text-decoration: underline;
    color: #5c0f8b;
    font-weight: 600;
}


.mob_top_banner {
    display: none;
}

.disclaimer_section {
    background: #3F4B40;
    padding: 137px 0 120px 0;
    border-bottom: 1px solid #FFFAED;
}

.disclaimer_section .col_dv {
    padding: 10px;
}

.disclaimer_section .container {
    max-width: 1140px;
}

.disclaimer_section h1 {
    color: #FFFAED;
    font-family: "Cormorant Garamond", Sans-serif;
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 17px;
    letter-spacing: 0.6px;
}

.disclaimer_section h5 {
    font-family: "Cormorant Garamond", Sans-serif;
    color: #FFFAED;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 20px;
}

.disclaimer_section p , .disclaimer_section li  {
    color: #FFFAED;
    font-family: "Jost", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 21px;
    letter-spacing: 0.6px;
    text-align: justify;
}

.disclaimer_section .disclaimer_content :last-child {
    margin-bottom: 0;
}

/* -- Compliance Page -- */
.compliance_section {
    padding: 70px 0;
    border-bottom: 1px solid #FFFAED;
}

.compliance_section .table_responsive_wrap {
    margin-top: 3rem;
}

.compliance_section .table_responsive_wrap h4 {
    color: #e5e7d6;
    font-weight: 500;
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 32px !important;
    font-family: "Cormorant Garamond";
}

.compliance_section .container {
    max-width: 1140px;
}

.compliance_section .table_responsive {
    overflow: auto;
}

.compliance_section .table_responsive table {
    min-width: 400px;
    width: 100%;
    margin-bottom: 0;
    border-spacing: 10px;
    border-collapse: separate;
}

.compliance_section .table_responsive table tr,
.compliance_section .table_responsive table td {
    font-size: 15px;
    padding: 12px;
    color: #e5e7d6;
}

.compliance_section .table_responsive table tr th:first-child {
    border-radius: 20px 0 0 0;
}

.compliance_section .table_responsive table tr th {
    background: #e5e7d6 !important;
    color: #7a8a5a;
    text-align: center;
    padding: 12px;
    font-weight: 600;
}

.compliance_section .table_responsive table th,
.compliance_section .table_responsive table td {
    padding: 15px;
    line-height: 1.5;
    vertical-align: top;
    border: 1px solid hsla(0, 0%, 50.2%, .5019607843137255);
    font-family: Jost;
}

.compliance_section .table_responsive table tr th:last-child {
    border-radius: 0 20px 0 0;
}

.compliance_section .table_responsive table tr td {
    background-color: #fff !important;
    color: #7a8a5a;
    font-weight: 400;
}

.compliance_section .table_responsive table tr th:nth-child(1):nth-last-child(1) {
    border-radius: 20px 20px 0 0;
}

.compliance_section .table_responsive.list_table table tr:nth-child(4) td:first-child {
    border-radius: 0 0 0 20px;
}

.compliance_section .table_responsive.list_table table tr:last-child td:first-child {
    border-radius: 0;
}

.compliance_section .table_responsive table tr:last-child td:first-child {
    border-radius: 0 0 0 20px;
}

.compliance_section .table_responsive table tr:last-child td:last-child {
    border-radius: 0 0 20px 0;
}

/* -- image Caption Text -- */
.mg_caption_text {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    padding: 10px;
    color: #FFFFFF;
    font-family: "Jost", Sans-serif;
    font-size: 11px;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    text-align: left;
    letter-spacing: 0.6px;
}

.mg_caption_text div {
    width: 33.33%;
}
/* -- Thank you page -- */

.thank_you {
    background: #3F4B40;
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.thank_you .logo-img-cont {
    text-align: center;
    width: 100%;
    padding: 15px;
}

.thank_you .logo-img-cont h5 {
    color: #FFF;
    letter-spacing: 0.6px;
    line-height: 1.2;
    font-family: "Cormorant Garamond", Sans-serif;
    font-size: 34px;
    font-weight: 500;
    margin: 40px 0;
}

.thank_you .logo-img-cont a {
    border-color: #FFF;
    color: #FFF;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    display: inline-block;
    transition: all 0.3s ease;
}
.thank_you .logo-img-cont a:hover {
    background: #FFF;
    color: #3F4B40;
}
.fancybox-button--share {
    display: none !important;
}

.pop_up_box p.privacy {
    position: relative;
    padding-left: 21px;
    font-size: 13px;
    color: #FFF;
}

.pop_up_box p.privacy input {
    width: auto !important;
    height: auto;
    position: absolute;
    left: 0;
    top: 6px;
}
.pop_up_box p.privacy a {
    font-weight: 500;
}


.country_code_wrap {
    display: flex;
    position: relative;
}
.country_code_wrap .country_code {
    width: 100%;
    outline: none;
    appearance: none !important;
    max-width: 50px;
    padding-right: 0 !important;
    position: absolute;
    left: 0;
    bottom: 0;
    border: none !important;
}
.country_code_wrap input {
    padding-left: 50px !important;
}
.form_box .form-1 .input_box .country_code_wrap .country_code {
    padding-right: 0 !important;
}

@media screen and (max-width: 600px) {
    .structure_status .struct_table table {
        border: 0;
    }

    .structure_status .struct_table table caption {
        font-size: 1.3em;
    }

    .structure_status .struct_table table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .structure_status .struct_table table tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: .625em;
    }

    .structure_status .struct_table table td {
        border-bottom: 1px solid #ddd;
        display: block;
        font-size: .8em;
        text-align: right;
    }

    .structure_status .struct_table table td::before {
        /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
        content: attr(data-label);
        float: left;
        font-weight: bold;
        text-transform: uppercase;
    }

    .structure_status .struct_table table td:last-child {
        border-bottom: 0;
    }
}


@media (max-width: 1600px) {

    /* .second_Sec.change_next_design .location-tab-titles .nav.nav-tabs .nav-link {
        background: none;
        border: 1px solid #fff;
        border-radius: 0;
        padding: 8px 5px;
        margin: 0 5px;
        color: #fff;
        width: 160px;
        font-size: 14px;
    } */
    .main_banner .slide_banner .slide_abs .slide_content h1 {
        font-size: 97px;
        line-height: 103px;
    }


}

@media (max-width: 1550px) {
    .main_banner .container {
        width: 900px;
    }

    .main_banner {
        padding-top: 158px;
    }

    .main_banner .slide_banner .slide_abs .slide_content h1 {
        font-size: 83px;
        line-height: 87px;
        margin-bottom: 65px;
    }

    .main_banner .slide_banner .slide_abs .slide_content p {
        font-size: 13px;
        line-height: 19px;
        margin-left: -1px;
        margin-bottom: 62px;
    }

    .main_banner .slide_banner .slide_abs .slide_content {
        width: 500px;
    }

    .main_banner .slide_banner .slide_abs .slide_content a {
        font-size: 13px;
        padding: 0 20px;
        line-height: 32px;
        margin-left: 3px;
    }

    .bottom_content span {
        font-size: 13px;
        line-height: 20px;
    }

    .bottom_content {
        bottom: 41px;
    }

    .bottom_content .right {
        right: -30px;
    }
}

@media (max-width: 1450px) {
    /* .second_Sec.change_next_design .location-tab-titles .nav.nav-tabs .nav-link {
        background: none;
        border: 1px solid #fff;
        border-radius: 0;
        padding: 8px 5px;
        margin: 0 2px;
        color: #fff;
        width: 145px;
        font-size: 13px;
    } */
}

@media (max-width: 1350px) {
    /* .second_Sec .content_box {
        padding-left: 100px;
        padding-right: 60px;
    } */
}

@media (max-width: 1300px) {
    /*
    .main_banner .slide_banner .slide_abs .slide_content h1{
        font-size: 52px;
        line-height: 60px;
    }
    .main_banner .slide_banner .slide_abs .slide_content p{
        padding: 25px 0;} */

    .bottom_content .right {
        right: 0;
    }
}


@media (max-width: 1200px) {
    .main_banner .container .slide_abs {
        margin: 0;
    }

    .main_banner .slide_banner .slide_abs .slide_content h1 {
        font-size: 86px;
        line-height: 94px;
    }

    .contact__section {
        padding-left: 25px;
        padding-right: 25px;
    }


    /* .header_box .nav.navbar-nav.navbar-main ul li a {
        font-weight: 500;
        color: main_banner;
        font-size: 12px;
        text-decoration: none;
        text-transform: uppercase;
        line-height: 23px;
        padding: 10px 10px;
    } */



    /* .second_Sec .content_box h1{
        font-size: 40px;margin-bottom: 15px;
        line-height: 52px;}
        .second_Sec .content_box .mt-50 {
            margin-top: 30px;
        }
        .second_Sec .content_box p {
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 15px;
            line-height: 22px;
            letter-spacing: 0.2px;
        }

    .complience__button {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    } */
    /*
    .new__comp a {
        margin: 0 5px;
    }

    .new__comp a .comp__btn {
        width: 400px;
        margin: 15px 0;
    } */
}

@media (max-width: 1024px) {
    .container {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }
}

@media (max-width: 991px) {
    .show__hide__times {
        position: fixed;
        top: 9px;
        left: 9px !important;
    }
    .second_Sec .content_side,
    .second_Sec .mg_side {
        width: 50%;
        padding: 0 15px;
    }

    .mg_caption_text {
        bottom: 55px;
    }

    .second_Sec .mg_side .img_box {
        margin: 0;
    }

    .second_Sec {
        padding: 40px 0;
    }

    .disclaimer_section {
        padding-bottom: 40px;
    }

    .second_Sec .mg_side .img_box {
        padding: 40px 0 0 0 !important;
    }

    .second_Sec.reverse_row .mg_side .img_box {
        margin: 0 !important;
        padding: 0 0 40px 0 !important;
    }

    .second_Sec .content_box.cont_alternate {
        padding: 0;
    }

    .content_box p:last-child {
        margin-bottom: 0;
    }

    .contact__section .container .left_slide,
    .contact__section .container .right_slide {
        width: 100%;
        text-align: center;
    }

    .contact__section .con_sec_foot h3 {
        font-size: 60px;
        margin-bottom: 20px;
    }

    .contact__section .contact__detail {
        margin: 0;
    }

    .contact__section {
        padding-bottom: 40px;
    }

    .border_line_section {
        padding: 0 0 40px 0;
    }

    .border_line_section:before {
        margin-top: 0;
        margin-bottom: 0;
    }

    .second_Sec .content_side.full_width {
        width: 100%;
    }

    .second_Sec .content_side .content_box {
        padding: 0 !important;
    }

    .footer_end .container {
        max-width: 100%;
    }

    .footer_end {
        margin-top: 0;
    }

    .footer__follow {
        text-align: center;
    }

    .footer__follow ul {
        justify-content: center;
        margin: 0;
    }

    .footer_end .copyright ul li a {
        font-size: 12px;
    }

    .footer_start {
        padding: 40px 0 29px;
    }

    .footer__navbar ul li {
        margin-bottom: 5px;
    }

    .footer_end .copyright ul {
        padding-left: 0;
    }

    .hide__navbar {
        display: block;
    }

    .footer__navbar ul {
        margin: 0;
    }

    .footer_end .copyright ul li a {
        padding: 0px 20px;
    }

    .footer_end .copyright ul li {
        margin: 3px 0;
    }

    .footer_end .copyright {
        padding: 11px 0px;
    }

    .footer__navbar ul li a {
        font-size: 14px;
        font-weight: 400;
    }

    #scroll__nav {
        display: none;
    }

    .padd-l-0 {
        padding-left: 15px;
    }

    .second_Sec .img_box.img__1 {
        margin-right: 0px;
    }

    .new__comm__sec {
        padding: 60px 0 0;
    }

    .padd-r-0 {
        padding-right: 15px !important;
    }

    .second_Sec .img_box {
        margin-left: 0;
    }

    .hide__sec {
        display: none;
    }

    .show__sec {
        display: block;
    }



    .second_Sec {
        background-size: cover;
        background-position: center;
    }

    .comm__cont {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .comm__margin__padding {
        padding: 20px 0 60px !important;
        margin-bottom: 40px;
    }

    .sec__remark {
        margin-bottom: 70px;
    }

    .img__remark {
        margin-bottom: 0px !important;
    }

    .keyConslt__section {
        padding: 60px 0;
    }

    .keyConslt__section .key__conslt p {
        line-height: 24px;
        font-size: 13px;
    }

    .main_banner .slide_banner .slide_abs {
        left: 12%;
    }

    .main_banner .slide_banner .slide_abs .slide_content {
        padding-left: 0px;
    }

    .second_Sec .content_box ul li {
        line-height: 28px;
    }
    .compliance_section {
        padding-top: 10px;
    }
    .disclaimer_section {
        padding-top: 100px;
    }


    /* mobile menu */
    .hamburg__menu {
        display: block;
        position: relative;
        top: 30px;
        z-index: 999;
    }

    .hamburg__menu a {
        font-size: 22px;
        background: transparent;
        padding: 5px 10px;
        left: 3%;
    }

    .nav__mobile ul {
        width: inherit;
        text-align: center;
        margin: auto;
    }

    .mobile__nav__logo {
        display: none;
    }

    .nav__hide {
        display: none;
    }

    .show__hide i {
        color: #ffffff;
    }

    .nav__mobile {
        width: 100%;
        background-color: #3F4B40;
        padding: 0;
        position: fixed;
        top: 0;
        z-index: 0;
        height: 100%;
        left: 0;
        padding-top: 58px;
    }

    .nav__mobile ul {
        list-style: none;
        text-align: left;
    }

    .nav__mobile ul li a {
        padding: 10px 20px;
        line-height: 20px;
        font-family: "Roboto", Sans-serif;
        font-weight: 500;
        display: block;
        font-size: 13px;
        letter-spacing: 0.6px;
        margin: 0;
    }
    .nav__mobile ul li.menu-item.active a {
        color: #3F4B40;
        background: #FFFAED;
    }
    .engquiry_btn a {
        font-family: 'Jost';
        font-weight: 400;
        font-size: 14px;
        line-height: 22px;
        letter-spacing: 0.1em;
        text-transform: uppercase;
        background: rgb(255, 250, 237);
        color: #3F4B40;
        padding: 8px 24px;
        border: none;
        position: absolute;
        bottom: 30px;
        left: 50%;
        transform: translateX(-50%);
    }
    .mobile__nav__logo {
        display: none !important;
    }

    .menus {
        display: block;
    }

    .mobile__nav__logo {
        display: block;
    }

    .voilet__logo img {
        max-width: 150px !important;
        position: absolute;
        top: 25px;
        left: 42%;
    }

    .new__voilet {
        position: absolute;
    }

    .nav__mobile ul {
        padding-left: 0px !important;
    }

    .nav__mobile ul li a {
        color: #fff;
    }

    /* .main_banner .slide_banner .slide_abs .slide_content {
        width: 470px;
    } */
    .main_banner .slide_banner .slide_abs .slide_content h1 {
        font-size: 48px;
        line-height: 56px;
    }

    .main_banner .slide_banner .slide_abs .slide_content p {
        padding: 15px 0;
    }
    .nav__mobile {
        display: none;
    }
    .show__hide__times {
        display: none;
    }

}

@media (max-width: 767px) {

    .header_box .logo-box.main_logo img {
        left: 50%;
        transform: translateX(-50%);
    }

    .logo-box.text-end.side_logo {
        padding-top: 0;
    }

    .header_box .container {
        padding: 0;
    }

    .hamburg__menu a {
        font-size: 21px;

    }

    .hamburg__menu {
        top: 18px;
        left: -16px;
    }

    .header_box .logo-box.main_logo img {
        width: 70px;
        top: 13px;
        margin-left: -4px;
    }



    .second_Sec .content_side,
    .second_Sec .mg_side {
        width: 100%;
        padding: 0 15px;
    }

    .caption_content {
        bottom: 30px;
    }

    .caption_content .cap_container>div {
        font-size: 11px;
    }

    .bottom_content {
        bottom: 10px;
    }

    .bottom_content span {
        font-size: 13px;
    }

    .header_box .logo-box.side_logo img {
        width: 123px;
        position: absolute;
        right: 17px;
        top: 10px;
        height: auto;
    }

    .main_banner .container {
        width: 663px;
    }

    .main_banner .slide_banner .slide_abs .slide_content h1 {
        font-size: 77px;
        line-height: 84px;
        margin-bottom: 83px;
    }
    .main_banner .slide_banner .slide_abs .slide_content p {
        font-size: 18px;
        line-height: 25px;
        letter-spacing: 0;
        margin-left: 0px;
        margin-bottom: 28px;
    }

    .main_banner .slide_banner .slide_abs .slide_content {
        width: 410px;
    }

    .main_banner .slide_banner .slide_abs .slide_content h1 {
        margin-bottom: 83px;
    }

    .main_banner .slide_banner .slide_abs .slide_content a {
        font-size: 12px;
        line-height: 19px;
        padding: 7px 21px;
        margin-left: 2px;
    }
    .bottom_content {
        bottom: 26px;
    }
    .bottom_content .container {
        width: 100%;
        padding: 0 50px !important;
    }
    .bottom_content span {
        font-size: 8px;
        line-height: 13px;
    }
    .second_Sec.bg_light .row {
        flex-direction: column-reverse;
    }

    .second_Sec .mg_side {
        margin-bottom: 15px;
    }
    .main_banner {
        padding-top: 109px;
    }

    .desk_top_banner {
        display: none;
    }

    .mob_top_banner {
        display: block;
    }

    .main_banner {
        background-image: url(../img/slider/mobile_banner1.jpg);
    }

    .second_Sec .content_box h1 {
        line-height: 30px;
        font-size: 38px;
    }

    .contact__section .con_sec_foot h3 {
        font-size: 40px;
        line-height: 48px;
    }

    .form_box .form-1 .input_box {
        width: 100%;
    }
    .second_Sec .content_side .content_box {
        padding: 0px !important;
    }
        .second_Sec {
        padding-bottom: 30px;
        padding-top: 30px;
    }

    .second_Sec .mg_side .img_box {
        padding: 0px 0 0 0 !important;
    }
    .second_Sec.reverse_row .mg_side .img_box {
        margin: 0 !important;
        padding: 0 0 0px 0 !important;
    }

    .captcha label {
        display: block;
        margin-bottom: 10px;
    }

    .footer__navbar ul {
        margin: 15px 0 0 0;
    }

    .thank_you .logo-img-cont h5 {
        font-size: 25px;
    }



    /*
    .pos_Abs {
        position: relative !important;
    }

    .pos_Abs tr {
        border: none !important;
        background: unset !important;
        padding: 0 !important;
    }

    .Struct_sec {
        padding: 50px 0px;
    }

    .structure_status {
        padding: 20px 0px 50px;
    }

    .fancybox-slide--video .fancybox-content {
        width: 100% !important;
        height: 300px !important;
    }

    .main_banner {
        background-position: left;
    }

    .dif_cont p {
        color: #5C0F8B;
        font-size: 14px;
    }

    .footer__navbar ul {
        padding-left: 0;
        margin: 40px 0;
    }

    .footer__follow p {
        margin-bottom: 10px;
    }

    .footer__follow ul li a {
        font-size: 25px;
    }

    .second_Sec .content_box h1 {
        font-size: 35px;
        line-height: 40px;
    }

    .second_Sec .content_box h2 {
        font-size: 35px;
        line-height: 40px;
    }

    .second_Sec .content_box h1 br {
        display: none;
    }

    .second_Sec .content_box h2 br {
        display: none;
    }

    .keyConslt__section h2 {
        font-size: 35px;
        line-height: 40px;
    }

    .custom__pad {
        margin-bottom: 20px;
    }

    .footer__navbar ul {
        margin: 15px 0;
    }

    .main_banner .slide_banner .slide_abs .slide_content h1 {
        font-size: 45px;
        line-height: 60px;
    }

    .mobile__nav__logo img {
        left: 33%;
    }

    .nav__mobile ul li a {
        font-size: 15px;
        line-height: 32px;
        color: #5C0F8B;
        font-weight: 500;
    }

    .main_banner .slide_banner .slide_abs .slide_content {
        width: 420px;
    }

    .pop_up_box .form_box {
        margin: 20px;
    } */
}

@media (max-width: 580px) {
    /*
    .contact__section .con_sec_foot h1 {
        margin-bottom: 15px;
    }

    .gallery .owl-nav .owl-prev {
        top: 42%;
    }

    .gallery .owl-nav .owl-next {
        top: 42%;
    }

    .gallery .owl-nav .owl-prev i,
    .gallery .owl-nav .owl-next i {
        font-size: 46px;
    }

    .form_box .form-1 h3 {
        margin-bottom: 10px;
    }

    .form_box .form-1 .input_box {
        width: 100%;
        margin: 0 0 8px;
    }

    .form_box .form-1 .input_box input {
        font-size: 14px;
        padding: 7px 0;
    }

    .pop_up_box .form_box {
        top: 6%;
        padding: 25px 20px;
    }

    .form_box .form-1 {
        padding: 20px;
    }

    .close_icon {
        position: absolute;
        right: 2px;
        top: 2px;
    }

    .close_icon i {
        color: #5c0f8b;
        font-size: 28px;
    }

    .form_box .form-1 .btn_form {
        padding: 6px 0;
        margin-top: 15px;
        margin-bottom: 10px;
        font-size: 14px;
    }

    .form_box .form-1 .input_box select {
        font-size: 14px;
        padding: 7px 0;
    }

    .complience__button {
        padding-left: 0 !important;
        margin: 80px 0 80px;
    }

    .complience__button .new__comp {
        padding: 0 10px;
    }

    .complience__button .new__comp a {
        font-size: 18px;
    }

    .new__comp a .comp__btn {
        max-width: 260px;
        margin: 15px 0;
        padding: 15px 0;
    }

    .key__padding {
        padding-left: 30px !important;
        padding-right: 30px !important;
    }

    .contact__section {
        padding: 25px 0 40px;
    }

    .contact__cont {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    .main_banner .slide_banner .slide_abs {
        top: 28%;
        left: 8%;
    }


    .voilet__logo img {
        left: 40%;
    }

    .mobile__nav__logo img {
        left: 30%;
    }

    .nav__mobile {
        height: 280px;
    }


    .main_banner .slide_banner .slide_abs .slide_content h1 {
        font-size: 42px;
        line-height: 50px;
        padding-right: 0;
    }

    .main_banner .slide_banner .slide_abs {
        top: 35%;
    }

    .slide_banner img {
        object-fit: cover;
        object-position: left;
    }

    .main_banner .slide_banner .slide_abs .slide_content {
        width: 100%;
        padding-right: 50px;
    } */
}

@media (max-width: 480px) {
    /* .voilet__logo img {
        max-width: 165px !important;
        position: absolute;
        top: 2px;
        left: 32%;
    }

    .main_banner .slide_banner .slide_abs .slide_content a {
        font-size: 12px;
        padding: 10px 15px;
    }

    .main_banner .slide_banner .slide_abs .slide_content h1 {
        font-size: 32px;
        line-height: 40px;
        padding-right: 0;
    }

    .mobile__nav__logo img {
        left: 25%;
    } */

    .main_banner .slide_banner .slide_abs .slide_content h1 {
        font-size: 40px;
        line-height: 48px;
        margin-bottom: 56px;
    }

    .main_banner {
        padding-top: 50%;
    }

    .main_banner .container {
        padding: 0 39px !important;
    }

    .main_banner .slide_banner .slide_abs .slide_content p {
        padding-top: 0;
        font-size: 16px;
        line-height: 24px;
        padding-bottom: 0;
        margin-bottom: 38px;
    }

    .main_banner .slide_banner .slide_abs .slide_content {
        width: 368px;
    }
    .main_banner .slide_banner .slide_abs .slide_content a {
        padding: 8px 24px;
        font-size: 14px;
        line-height: 22px;
        margin-left: 1px;
    }
    .bottom_content span {
        font-size: 13px;
        line-height: 12px;
    }

    .bottom_content {
        bottom: 65px;
    }

    .bottom_content .container {
        padding: 0 12px !important;
    }
    .hamburg__menu {
        top: 14px;
    }

    .header_box .logo-box.main_logo img {
        top: 10px;
        margin-left: -3px;
    }

    .header_box .logo-box.side_logo img {
        width: 75px;
        top: 15px;
        right: 15px;
    }
/*
    .second_Sec .content_box h1,
    .contact__section .con_sec_foot h3 {
        line-height: 38px;
        font-size: 28px;
    } */
    .second_Sec .content_box p.mb-0 {
        display: none;
    }

    .pop_up_box .form_box {
        padding: 20px;
    }

    .form_box .form-1 {
        padding: 10px 15px;
    }

    .captcha input#mainCaptcha {
        width: 92px;
        font-size: 14px;
    }

    .captcha .captcha_input {
        width: 111px;
        margin-top: 10px;
        font-size: 14px;
    }

    .form_box .form-1 .input_box {
        padding: 8px;
    }

    .form_box .form-1 .input_box input,
    .form_box .form-1 .input_box select,
    .captcha label {
        font-size: 14px;
    }
    .form_box .form-1 .input_box select {
        height: 37px;
    }


}


@media (max-width: 360px) {
    /* .disclai__footer {
        margin-top: 50px !important;
    } */
}
.second_Sec p{
    color:black !important;
}
.second_Sec li{
    color:black !important;
}
.second_Sec h5{
    color:black !important;
}
.img_box img{
    height:800px !important;
    object-fit:cover !important
}

.policy_bar {
    background: #533e13;
}
.col_box_pol{
    display:flex;
    justify-content:center;
    padding: 10px 0px;
        border-top: 1px solid white;
}
.footer_head_box h2{
    text-align: center;
    color: #f5f0e5;
    margin-bottom: 20px;
}
.policy_bar p{
    color:white !important;
    text-align:center !important;
}
@media (max-width: 600px) {
    .img_box img{
    height:100% !important;
}
    .second_Sec .content_box h1 {
        line-height: 40px !important;
    }
    .col_box_pol {
    justify-content: center;
}

}