﻿.contact_blockk {
    display: none;
}

#dropdownMenuButtonProfile span {
    color: #454545 !important;
}

.filter_content_div_custom {
    width: 100%;
    /*float:left;*/
    /*padding: 10px;*/
}


/*================== Privacy Policies ==================*/

.load_page_content .privacy_header {
    text-align: center;
    padding: 60px 0px;
    background-color: #FAFAFA;
    background-image: url(../img/abt_image/honey-comb-background-pattern.webp);
    background-position: top right;
    background-size: 50%;
    background-repeat: no-repeat;
    background-blend-mode: normal;
    margin-bottom: 40px;
    font-size: 2.2rem;
    text-shadow: 5px 5px 10px #f1f1f1;
}

.privacy_content h2 {
    font-size: 1.3rem;
    line-height: 3rem;
}

.privacy_content p {
    text-align: justify;
    line-height: 1.8rem;
}

.privacy_content ul {
    list-style: initial;
    margin-left: 1.5rem;
    margin-bottom: 1.5rem;
}

.privacy_content ol {
    list-style: decimal;
    margin-bottom: 1.5rem;
}

.how_info_collect {
    padding: 1rem;
}

    .how_info_collect h3 {
        padding-bottom: 10px;
    }

    .how_info_collect ul {
        background-color: #F6F6F6;
        padding: 1.2rem 2rem;
        margin: 0px 0px 32px 0px;
        border-radius: 10px;
    }

        .how_info_collect ul li {
            line-height: 1.8rem;
            margin-bottom:0px;
        }


/*==================== Thank You ==============*/

.thank_you{
    margin: 50px;
    min-height: 600px;
    background-image: url(../img/abt_image/thank_bg.png);
    background-repeat: no-repeat;
    background-size: 1000px;
    background-position: center center;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

    .thank_you img {
        width: inherit;
        padding-top:-50px;
    }

.thank_you h1{
    font-size: 1.8rem;
    padding: 16px 0px 8px 0px;
}
    .thank_you p {
        color: #666666;
        padding: 8px 0px 10px 0px;
    }

    .thank_you a {
        color: #FFFFFF;
        background-color: #444444;
        padding: 10px 20px;
        transition: .3s ease-in-out;
    }

        .thank_you a:hover {
            color: #000000;
            background-color: #FFBD00;
            padding: 10px 20px;
        }
/*==================== Thank You End==============*/

/*==================== Error Page ==============*/

.errorpage_right{
    display:flex;
    justify-content:center;
    align-items: center;
    height: 100%;
    flex-direction: column;
}

.errorpage_right h1{
    font-size: 5rem;
}

    .errorpage_right h2 {
        font-size: 1.5rem;
        text-align:center;
        line-height: 2.2rem;
        padding: 5px 0px;
    }

    .errorpage_right p{
        color: #666;
    }

    .errorpage_right a{
        padding: 10px 20px;
        color: #FFF;
        background-color: #000;
        transition: .3s all ease-in-out;
    }

    .errorpage_right a:hover {
        padding: 10px 20px;
        color: #000;
        background-color: #f9a821;
    }
        .errorpage_left img{
            width: 100%;
        }

/*==================== Error Page End==============*/
.dropdown-menu a {
    padding: 5px;
}

.dropdown-toggle::after {
    color: black;
}

.button:focus {
    outline: none !important;
}

.custom_ab_menu {
    width: auto;
    float: right;
}

.ab_list {
    width: auto;
    float: left;
    position: relative;
}

    .ab_list a {
        float: left;
        padding: 10px;
        position: relative;
    }

        .ab_list.active a:before,
        .ab_list a:hover:before {
            content: "";
            position: absolute;
            width: 100%;
            height: 3px;
            background-color: #f9a821;
            bottom: -15px;
            left: 0px;
            border-radius: 10px 10px 0px 0px;
        }

    .ab_list.active .submenu_ab a:before {
        display: none !important;
    }

    .ab_list a:hover {
        color: #f9a821;
    }

.active a {
    color: #f9a821;
}

.active .submenu_ab a {
    color: #4E4E4E !important;
}

    .active .submenu_ab a:hover {
        color: #f9a821 !important;
    }

.submenu_ab {
    display: none;
    position: absolute;
    border: 1px solid #ddd;
    width: 200px;
    float: left;
    top: 40px;
    background-color: #fff;
    border-radius: 4px;
}

    .submenu_ab a:hover:before {
        content: unset;
    }

.ab_list .submenu_ab:before {
    content: '';
    position: absolute;
    top: -3px;
    position: absolute;
    top: -6px;
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 6px solid #a3a3a3;
    left: 30px;
}

.ab_list:hover .submenu_ab {
    display: block;
}

.submenu_ab .ab_list {
    width: 100%;
    float: left;
    border-bottom: 1px solid #ddd;
}

    .submenu_ab .ab_list:last-child {
        border-bottom: 0px;
    }

.submenu_ab .submenu_ab {
    position: unset;
    display: block;
    border: 0px;
    width: 100%;
    box-shadow: none;
    border-radius: 0px;
}

    .submenu_ab .submenu_ab:before {
        content: unset;
    }

    .submenu_ab .submenu_ab .ab_list:before {
        content: '';
        position: absolute;
        top: -3px;
        position: absolute;
        top: 16px;
        width: 0;
        height: 0;
        border-left: 6px solid transparent;
        border-right: 6px solid transparent;
        border-bottom: 6px solid #7b7b7b;
        left: 15px;
        z-index: 9;
    }

.submenu_ab a {
    width: 100%;
}

.submenu_ab .submenu_ab a {
    padding-left: 30px;
    background-color: #f8f8f8;
    margin-top: -1px;
}

.submenu_ab .submenu_ab .ab_list:hover:before {
    border-bottom: 6px solid #f9a821;
}

.submenu_ab a:hover {
    background-color: #f4f5f8;
    color: #f9a821;
}

.black_button,
.black_button:hover,
.black_button:focus,
.black_button:active {
    background-color: #333;
    color: #fff;
    padding: 15px 35px;
    outline: 0px;
    border: 0px;
    border-radius: 4px;
}

.au_header {
    width: 100%;
    float: left;
    font-size: 42px;
    padding: 20px 0px;
    font-weight: bold;
}

.load_page_content {
    width: 100%;
    float: left;
    /*padding-top: 30px;*/
}

.tdp_block {
    width: 100%;
    float: left;
    background-image: url(../img/abt_image/honey-comb-background-pattern.webp);
    background-position: right;
    background-color: #e9eaec;
    background-position: 100% 50%;
    background-repeat: no-repeat;
    margin-top: 25px;
    padding-top: 85px;
    padding-bottom: 85px;
    background-size: 60%;
}

.tdp_block_inner {
    width: 100%;
    float: left;
    background-color: #fff;
    border-radius: 8px;
    min-height: 50px;
}

.tdp_block_data {
    width: 100%;
    float: left;
    padding: 40px 0px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    padding-bottom: 0px;
}

.tdp_block_text {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 20px;
    padding-bottom: 40px;
}

.dr_image {
    width: 90%;
}

.tdp_header {
    width: 100%;
    float: left;
    font-size: 35px;
    text-align: center;
    padding-bottom: 40px;
    font-weight: bold;
}

.bbct_block {
    width: 100%;
    float: left;
    padding-top: 70px;
}

.bbct_header {
    width: 100%;
    float: left;
    font-size: 35px;
    padding-bottom: 40px;
    font-weight: bold;
}

.ebpa_container_header {
    width: 100%;
    float: left;
    font-size: 35px;
    font-weight: bold;
    text-align: center;
    padding-top: 40px;
}

.bbct_content {
    width: 100%;
    float: left;
    line-height: 25px;
}

.bbct_header_sub {
    width: 100%;
    float: left;
    font-weight: bold;
    font-size: 20px;
    padding-top: 30px;
}

.bbct_content_list {
    width: 100%;
    float: left;
}

.bbct_content_block {
    width: 100%;
    float: left;
    font-size: 16px;
    padding: 5px 20px;
    position: relative;
}

    .bbct_content_block:before {
        content: "\2B22";
        color: #FBAD40;
        font-size: 18px;
        position: absolute;
        left: 1px;
        top: 3px;
    }

.ln_table {
    width: 80%;
    float: left;
    table-layout: fixed;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 2px 2px 8px #dfdfdf;
    margin-bottom: 25px;
}

.ln_tab_header {
    font-size: 20px;
    font-weight: bold;
    width: 100%;
    float: left !important;
    padding-top: 10px;
}

.ln_tab_infor {
    width: 100%;
    float: left !important;
}

.ln_table tr td {
    padding: 8px 30px;
}

    .ln_table tr td:first-child {
        width: 245px;
        padding-right: 0px;
    }

        .ln_table tr td:first-child span {
            float: right;
        }

    .ln_table tr td:nth-child(2) {
        padding-left: 5px;
    }

.est_row td {
    vertical-align: top;
}

    .est_row td div {
        border-top: 1px solid #ccc;
    }

    .est_row td:nth-child(2) {
        padding-left: 0px !important;
    }

    .est_row td:nth-child(1) div {
        font-size: 20px;
        font-weight: bold;
        width: 100%;
        float: left !important;
        padding-top: 10px;
    }

    .est_row td:nth-child(2) div {
        padding-top: 15px;
        padding-left: 10px;
    }

    .est_row td:first-child div span {
        font-weight: normal !important;
        font-size: 14px;
        padding-top: 5px;
    }

.our_prod img {
    width: 100%;
}

.tdp_header_mini {
    width: 100%;
    float: left;
    font-size: 12px;
    text-align: center;
    margin-top: -25px;
    padding-bottom: 25px;
}

.tdp_block_bottom {
    width: 100%;
    float: left;
    background-image: url(../img/abt_image/honey-comb-background-pattern_reverse.png);
    background-position: right;
    background-color: #e9eaec;
    background-position: 0% 50%;
    background-repeat: no-repeat;
    margin-top: 25px;
    padding-top: 85px;
    padding-bottom: 85px;
    background-size: 60%;
}

.bbct_block_bg {
    width: 100%;
    float: left;
    background-image: url(../img/abt_image/honey-comb-background-pattern.webp);
    background-position: right;
    background-color: #e9eaec;
    background-position: 100% 50%;
    background-repeat: no-repeat;
    margin-top: 25px;
    padding-top: 85px;
    padding-bottom: 85px;
    background-size: 60%;
}

.benefit_block {
    width: 100%;
    float: left;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 2px 2px 8px #ccc;
}

.benefit_block_left {
    width: 50%;
    float: left;
}

.benefit_block_right {
    width: 50%;
    float: left;
    padding: 25px;
}

.benefit_block_right_header {
    width: 100%;
    float: left;
    font-size: 22px;
    font-weight: bold;
}

.ebpa_container_slider {
    width: 100%;
    float: left;
    height: 600px;
}

    .ebpa_container_slider .carousel-item {
        display: unset;
    }

.header {
    overflow: hidden;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slider-box {
    width: 30vh;
    /*perspective: 1000px;*/
    position: relative;
    top: -47vh; /* height to top */
    padding-top: 10vh;
}

.carousel {
    width: 100%;
    transform-style: preserve-3d;
    animation: rotate 20s infinite linear; /*  speed:  */
}

    .carousel .carousel-item {
        width: 100%;
        height: 300px;
        position: absolute;
        overflow: hidden;
    }

.it1 {
    transform: rotateY(0deg) translateZ(50vh);
}

.it2 {
    transform: rotateY(40deg) translateZ(50vh);
}

.it3 {
    transform: rotateY(80deg) translateZ(50vh);
}

.it4 {
    transform: rotateY(120deg) translateZ(50vh);
}

.it5 {
    transform: rotateY(160deg) translateZ(50vh);
}

.it6 {
    transform: rotateY(200deg) translateZ(50vh);
}

.it7 {
    transform: rotateY(240deg) translateZ(50vh);
}

.it8 {
    transform: rotateY(280deg) translateZ(50vh);
}

.it9 {
    transform: rotateY(320deg) translateZ(50vh);
}

.it10 {
    transform: rotateY(360deg) translateZ(50vh);
}

.carousel-item {
    box-shadow: 0px 0px 20px 0px #e5e5e5;
    border-radius: 3vh;
}

.carousel .img {
    transition: ease-in-out 0.5s;
    width: 100%;
    height: 100%;
}

    .carousel .img:hover {
        transform: scale(1.1);
        transition: all 0.5s;
        position: absolute;
    }

.carousel:hover {
    animation-play-state: paused;
    cursor: pointer;
}
/* animation rotate */
@keyframes rotate {
    from {
        transform: rotateY(0deg);
    }

    to {
        transform: rotateY(360deg);
    }
}

.review_block .benefit_block_left,
.review_block .benefit_block_right {
    width: 100%;
    text-align: center;
}

.review_block .benefit_block_right {
    min-height: 200px;
}

.review_block .benefit_block_right_header {
    margin-bottom: 15px;
}

.tdp_block_data svg {
    margin-bottom: 10px;
}

.wmb_container {
    width: 100%;
    float: left;
}

#accordion {
    width: 500px;
    float: right;
}

    #accordion .panel {
        border-radius: 10px;
        box-shadow: none;
        margin-bottom: 10px;
        background: transparent;
        /* border: 3px solid #0089ff;*/
    }

    #accordion .panel-heading {
        padding: 0;
        border: none;
        background: transparent;
        position: relative;
        /*border-bottom: 1px solid #0089ff;*/
    }

    #accordion .panel-title a {
        display: block;
        padding: 20px 30px;
        margin: 0;
        background: #fff;
        font-size: 17px;
        font-weight: bold;
        border-radius: 5px;
        position: relative;
        text-decoration: none;
    }

        #accordion .panel-title a.collapsed {
            border: none;
        }

            #accordion .panel-title a:before,
            #accordion .panel-title a.collapsed:before {
                content: "⌄";
                width: 30px;
                height: 30px;
                line-height: 0px;
                text-align: center;
                font-size: 25px;
                font-weight: 900;
                color: #0089ff;
                position: absolute;
                top: 15px;
                right: 30px;
                transform: rotate(180deg);
                transition: all .4s cubic-bezier(0.080, 1.090, 0.320, 1.275);
                font-size: 30px;
            }

            #accordion .panel-title a.collapsed:before {
                transform: rotate(0deg);
            }

    #accordion .panel-body {
        padding: 20px 30px;
        border-top: none;
        border-radius: 5px;
    }

.faq_main #accordion .panel-title a.collapsed:before {
    content: '+';
    transform: unset;
    transition: unset;
    top: 30px;
    width: unset;
    height: unset;
    background-color: #0089ff;
}

.faq_main #accordion .panel-title a:before {
    content: "";
    transform: unset;
    transition: unset;
    width: 17px;
    height: 3px;
    background-color: #0089ff;
    top: 30px;
}

.wmb_container_outer {
    width: 100%;
    float: left;
}

.gr_b_block {
    background-position: 0% 66%;
}

    .wmb_container_outer .bbct_header_sub,
    .gr_b_block .bbct_header_sub {
        text-align: center;
        padding-top: 20px;
        padding-bottom: 45px;
        font-size: unset;
        font-weight: normal;
    }

.wmb_btn {
    width: 500px;
    float: right;
    padding-left: 25px;
}

.gr_b_block #accordion {
    float: left;
}

.gr_b_block_image {
    float: right;
    /* margin-top: -71px; */
    margin-right: -80px;
}

.gr_b_block .col-md-7 {
    padding-top: 70px;
}

.gr_b_block #accordion .panel-title a {
    background-color: unset;
}

.con_div_block .form-control {
    background-color: #f4f5f7 !important;
    margin-bottom: 22px;
    padding: 23px 15px;
}

.con_div_block textarea.form-control {
    resize: none;
    height: auto !important;
}

.con_head {
    width: 100%;
    float: left;
    font-size: 35px;
    padding-bottom: 20px;
}

.con_right_block {
    width: 100%;
    float: left;
    background-color: #fff;
    box-shadow: 2px 2px 8px #ccc;
    border-radius: 4px;
    padding: 50px 60px;
}

.con_div_block {
    width: 100%;
    float: left;
    margin-top: 25px;
    margin-bottom: 50px;
}

.con_right_indv {
    width: 100%;
    float: left;
    margin-bottom: 35px;
    line-height: 30px;
}

    .con_right_indv img {
        margin-bottom: 15px;
    }

.con_div_block #btn_Contact_save {
    margin-top: 15px;
}

.con_div_block #mceu_14 {
    display: block !important;
}

.con_map_block {
    width: 100%;
    float: left;
    margin-top: 35px;
}

.con_map_header {
    width: 100%;
    float: left;
    font-size: 30px;
    padding-bottom: 30px;
    text-align: center;
}

.con_map_container {
    width: 100%;
    float: left;
}

.mtt_header {
    width: 100%;
    float: left;
    font-size: 30px;
    text-align: center;
    font-weight: bold;
    padding-top: 25px;
}

.mtt_sub_header {
    width: 100%;
    float: left;
    text-align: center;
    padding: 25px 0px;
}

.portfoilio_div {
    width: 100%;
    float: left;
    margin-top: 10px;
    margin-bottom: 40px;
}

    .portfoilio_div .toolbar {
        text-align: center;
        margin-bottom: 60px;
    }

#portfolio {
    width: 100%;
    float: left;
}

    #portfolio .tile {
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transition: all 350ms ease;
        transition: all 350ms ease;
        float: left;
        width: 25%;
        margin: 0px 0%;
        /* height: 195px;
        padding: 0px 5px;*/
        overflow: hidden;
        /*  margin-bottom: 20px;*/
        position: relative;
        /* box-shadow: 0px 0px 6px #c8c8c8;*/
        text-align: center;
    }

        #portfolio .tile:hover {
        }

    #portfolio .scale-anm {
        transform: scale(1);
    }


    #portfolio p {
        padding: 10px;
        border-bottom: 1px #ccc dotted;
        text-decoration: none;
        font-family: lato;
        text-transform: uppercase;
        font-size: 12px;
        color: #333;
        display: block;
        float: left;
    }

        #portfolio p:hover {
            cursor: pointer;
            background: #333;
            color: #eee;
        }

    #portfolio .tile img {
        width: 90%;
    }

.portfoilio_div .btn {
    width: 180px;
    font-size: 1rem;
    font-weight: normal;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    line-height: normal;
    padding: 12px;
    margin: 0;
    height: auto;
    border: 1px solid #5e5e5e;
    vertical-align: middle;
    -webkit-appearance: none;
    color: #555;
    background-color: transparent;
    border-radius: 20px;
    margin-left: 35px;
}

    .portfoilio_div .btn:first-child {
        margin-left: 0px;
    }

    .portfoilio_div .btn:hover {
        outline: none;
        font-weight: bold;
        box-shadow: none;
    }

    .portfoilio_div .btn:focus {
        outline: none;
        font-weight: bold;
        box-shadow: none;
    }

.mtt_name {
    width: 100%;
    float: left;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    padding-top: 30px;
    padding-bottom: 5px;
}

.mtt_desig {
    width: 100%;
    float: left;
    text-align: center;
    padding: 5px 0px;
    margin-bottom: 15px;
}

.mtt_soc_icon {
    width: 100%;
    float: left;
    text-align: center;
}

    .mtt_soc_icon i {
        width: 35px;
        height: 35px;
        background-color: #e9eaec;
        border-radius: 50%;
        padding: 10px;
        margin-right: 10px;
        cursor: pointer;
    }

        .mtt_soc_icon i:hover {
            background-color: #dbdbdb;
        }

        .mtt_soc_icon i:last-child {
            margin-right: 0px;
        }

.mtt_soc_icon,
.mtt_name,
.mtt_desig {
    display: block !important;
}
