/*

font-family: 'Poppins', sans-serif;

font-family: 'Red Hat Display', sans-serif;

*/



body {

    padding: 0;

    margin: 0;

    font-family: "Red Hat Display", sans-serif;

    font-size: 15px;

}

p {

    font-family: "Red Hat Display", sans-serif;

}

a,

a:hover,

a:focus {

    text-decoration: none;

    outline: none;

}

h1,

h2,

h3,

h4,

h5,

h6 {

    font-family: "Red Hat Display", sans-serif;

}

ul,

ol,

li {

    padding: 0;

    margin: 0;

    list-style-type: none;

}

::-webkit-scrollbar {

    width: 3px;

}

::-webkit-scrollbar-track {

    background: #f1f1f1;

}

::-webkit-scrollbar-thumb {

    background: #888;

}

::-webkit-scrollbar-thumb:hover {

    background: #555;

}

input,

button,

input:focus,

button:focus,

textarea,

textarea:focus,

select,

select:focus {

    outline: none;

}

ul,

li,

ol {

    list-style-type: none;

}

a,

a:hover,

a:focus,

button,

button:hover,

button:focus,

input,

input:hover,

input:focus,

textarea,

textarea:hover,

textarea:focus {

    outline: none;

}

/* img{

    filter: blur(10px)!important;

} */



.positionRelative {

    position: relative;

}



.welcome_header .container {

    max-width: 1920px;

}

.container {

    max-width: 1720px;

}



.welcome_header {

    background-color: rgba(255, 255, 255, 1);

    position: fixed;

    top: 0;

    left: 0;

    right: 0;

    z-index: 200;

    -webkit-transition: all 0.1s ease;

    -moz-transition: all 0.1s ease;

    -ms-transition: all 0.1s ease;

    -o-transition: all 0.1s ease;

    transition: all 0.1s ease;

    padding: 0 85px;

    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);

}

.welcome_header.header-appear {

    background-color: rgba(255, 255, 255, 1);

    -webkit-transition: all 0.1s ease;

    -moz-transition: all 0.1s ease;

    -ms-transition: all 0.1s ease;

    -o-transition: all 0.1s ease;

    transition: all 0.1s ease;

}

.main_logo,

.main_logo:hover,

.main_logo:focus {

    font-family: "Proto Grotesk Regular";

    color: #f3f3f3;

    font-size: 24px;

    font-weight: 600;

    letter-spacing: 2px;

    margin: 0 32px 0 0;

}

.welcome_header ul.navbar-nav li {

    padding: 0 50px;

    display: flex;

}

.welcome_header ul.navbar-nav li:last-child {

    padding: 0 0px 0 50px;

    display: flex;

}

.welcome_header ul.navbar-nav li ul.dropdown-menu {

    background-color: #0789a8;

    margin: 10px 0 0 52px;

}

.welcome_header ul.navbar-nav li ul.dropdown-menu li {

    padding: 0 0px;

}

.welcome_header ul.navbar-nav li ul.dropdown-menu li a {

    color: #fff;

    border-bottom: 1px solid rgba(255, 255, 255, 0.3);

}

.welcome_header ul.navbar-nav li ul.dropdown-menu li:last-child a {

    color: #fff;

    border-bottom: 0px solid rgba(255, 255, 255, 0.3);

}

.welcome_header ul.navbar-nav li ul.dropdown-menu li a:after,

.welcome_header ul.navbar-nav li ul.dropdown-menu li a:hover:after,

.welcome_header ul.navbar-nav li ul.dropdown-menu li a:focus:after {

    display: none;

}

.welcome_header ul.navbar-nav li a.active,

.welcome_header ul.navbar-nav li.active a {

    color: #0789a8;

    font-weight: 700;

}

.welcome_header ul.navbar-nav li a {

    color: #000;

    font-family: "Red Hat Display", sans-serif;

    font-weight: 300;

    font-size: 24px;

    padding: 10px 0 !important;

    margin: 0 10px;

    position: relative;

}

.home_main_banner {

    max-height: 100vh;

    overflow: hidden;

    display: flex;

    justify-content: center;



    position: relative;

}

.home_main_banner img {

    width: 100%;

    height: 100%;

    object-fit: cover;

}

.menu_btn_toggle {

    width: 32px;

    height: 32px;

    padding: 9px 7px;

    border-radius: 2px;

    background-color: rgba(0, 0, 0, 0.6);

    display: flex;

    justify-content: center;

    align-items: center;

    transition: all 0.4s;

    -webkit-transition: all 0.4s;

    -moz-transition: all 0.4s;

}

.menu_btn_toggle:hover {

    background-color: rgba(0, 0, 0, 0.8);

    border: 1px solid #e700fd;

    color: #e700fd;

    transition: all 0.4s;

    -webkit-transition: all 0.4s;

    -moz-transition: all 0.4s;

}

.welcome_header.header-appear .menu_btn_toggle {

    width: 32px;

    height: 32px;

    padding: 9px 7px;

    border-radius: 2px;

    background-color: rgba(255, 255, 255, 0.3);

    display: flex;

    justify-content: center;

    align-items: center;

    transition: all 0.4s;

    -webkit-transition: all 0.4s;

    -moz-transition: all 0.4s;

}

.menu_btn_search {

    width: 32px;

    height: 32px;

    padding: 9px 7px;

    border-radius: 2px;

    background-color: rgba(255, 255, 255, 0.3);

    display: flex;

    justify-content: center;

    align-items: center;

}

.menu_btn_search span,

.menu_btn_search i {

    color: #fff;

}

.banner_overlay {

    position: absolute;

    top: 0;

    right: 0;

    bottom: 0px;

    left: 0;

    display: flex;

    justify-content: center;

    align-items: flex-end;

    /* background-color: rgba(67, 77, 115, 0.35); */

    background-image: linear-gradient(

        to right,

        rgba(25, 17, 13, 0.6) 15%,

        rgba(38, 24, 18, 0.6) 54%,

        rgba(38, 24, 18, 0.25) 85%

    );

}

.menu_btn_toggle span {

    color: #fff;

}



.menu_btn_acces {

    width: 112px;

    height: 32px;

    padding: 9px 7px;

    border-radius: 2px;

    background-image: linear-gradient(to bottom, #e700fd, #ca00fa);

    font-size: 12px;

    display: flex;

    justify-content: center;

    align-items: center;

    color: #fff;

    transition: 0.4s;

    -webkit-transition: 0.4s;

    -moz-transition: 0.4s;

}

.menu_btn_acces:hover {

    background-image: linear-gradient(to bottom, #fff, #fff);

    color: #ca00fa;

    transition: 0.4s;

    -webkit-transition: 0.4s;

    -moz-transition: 0.4s;

}



.menu_btn_conex {

    width: 112px;

    height: 32px;

    padding: 9px 7px;

    border-radius: 2px;

    /* background-color: rgba(255, 255, 255, 0.3); */

    background-color: rgba(0, 0, 0, 0.7);

    font-size: 12px;

    display: flex;

    justify-content: center;

    align-items: center;

    color: #fff;

    transition: 0.4s;

    -webkit-transition: 0.4s;

    -moz-transition: 0.4s;

}

.menu_btn_conex:hover {

    background-image: linear-gradient(to bottom, #e700fd, #ca00fa);

    color: #fff;

    transition: 0.4s;

    -webkit-transition: 0.4s;

    -moz-transition: 0.4s;

}

.welcome_header.header-appear .menu_btn_conex {

    background-color: rgba(255, 255, 255, 0.3);

}

.right_account_wrapper ul {

    display: flex;

}

.right_account_wrapper ul li {

    margin: 0 0 0 16px;

}

.inner_overlay_container {

    padding: 0 56px 107px;

    width: 100%;

}

.inner_banner_header {

    color: #fff;

    margin: 0 0 24px 0;

}

.inner_banner_header h1 {

    font-size: 40px;

}

.inner_banner_header .inner_banner_subheading {

    font-size: 20px;

    font-family: "Red Hat Display", sans-serif;

}

.main_banner_refbtnbay ul {

    display: flex;

    align-items: center;

    margin: 0 0 0 20px;

}

.main_banner_refbtnbay ul li {

    margin: 0 8px 0 0;

}

.bantime_btn {

    width: 180px;

    height: 32px;

    border-radius: 3px;

    border: solid 1.1px #fff;

    font-size: 12px;

    text-transform: uppercase;

    display: flex;

    justify-content: center;

    align-items: center;

    color: #fff;

}

.bantime_btn:hover {

    background-color: rgba(255, 255, 255, 0.1);

    backdrop-filter: blur(10px);

    color: #fff;

}

.bantime_btn span {

    font-size: 13px;

    color: #fff;

    margin: -2px 5px 0 0;

}

.bantime_btn:hover span {

    color: #fff;

}

.banplay_btn {

    width: 160px;

    height: 32px;

    opacity: 0.88;

    border-radius: 3px;

    background-image: linear-gradient(to bottom, #e700fd, #ca00fa);

    color: #fff;

    font-size: 12px;

    text-transform: uppercase;

    display: flex;

    justify-content: center;

    align-items: center;

}

.banplay_btn:hover {

    background-image: linear-gradient(to bottom, #fff, #fff);

    color: #ca00fa;

}

.banplay_btn:hover span {

    color: #ca00fa !important;

}

.banplay_btn span {

    font-size: 13px;

    color: #fff;

    margin: -2px 5px 0 0;

}

.banplay_btn:hover span {

    color: #fff;

}

.best_videos_wrapper {

    background-image: linear-gradient(170deg, rgba(2, 2, 1, 0.9) -47%, rgba(0, 0, 0, 0.9) -45%, #050302 92%);

    padding: 85px 0 112px;

}

.page_inner_heading {

    display: flex;

    justify-content: center;

    margin: 0 0 25px 0;

}

.page_inner_heading h2,

.page_inner_heading h3,

.page_inner_heading h4,

.page_inner_heading h5,

.page_inner_heading h6 {

    color: #fff;

    font-size: 28px;

    margin: 0;

}

.elrt_-overlay {

    position: absolute;

    top: 0;

    right: 0;

    bottom: 0;

    left: 0;

    display: flex;

    justify-content: space-between;

    align-items: flex-start;

    padding: 16px;

    flex-wrap: wrap;

    opacity: 0;

    visibility: hidden;

    transition: all 0.4s;

    -webkit-transition: all 0.4s;

    -moz-transition: all 0.4s;

}

.elrt_-overlay .time_enp,

.elrt_-overlay .time_like {

    color: #fff;

}

.elrt_-overlay .time_like {

    margin: 0 0 0 auto;

}

.elrt_-overlay .time_enp:hover,

.elrt_-overlay .time_like:hover,

.elrt_-overlay .time_enp:focus,

.elrt_-overlay .time_like:focus,

.elrt_-overlay .time_enp.active,

.elrt_-overlay .time_like.active {

    color: #bb06e0;

}

.classic_vid_name,

.classic_vid_name:hover {

    width: 100%;

    color: #f3f3f3;

    font-size: 20px;

    margin: auto 0 0 0;

    display: flex;

}

.elry_video_box {

    position: relative;

    height: 272px;

    overflow: hidden;

    margin: 0 0 8px 0;

    transition: all 0.4s;

    -moz-transition: all 0.4s;

    -webkit-transition: all 0.4s;

    cursor: pointer;

    display: block;

}

.elry_video_box button,

.elry_video_box button:hover,

.elry_video_box button:focus {

    background-color: transparent;

    border: none;

    outline: none;

}

.elry_video_box:hover .elrt_-overlay {

    position: absolute;

    top: 0;

    right: 0;

    bottom: 0;

    left: 0;

    display: flex;

    justify-content: space-between;

    align-items: flex-start;

    padding: 16px;

    flex-wrap: wrap;

    opacity: 1;

    visibility: visible;



    transition: all 0.4s;

    -moz-transition: all 0.4s;

    -webkit-transition: all 0.4s;

}

.elry_video_box img {

    width: 100%;

    height: 100%;

    object-fit: cover;

}

.video_list_non_account .row > * {

    padding-right: calc(var(--bs-gutter-x) * 0.2);

    padding-left: calc(var(--bs-gutter-x) * 0.2);

}

.load_more_video {

    display: flex;

    justify-content: center;

    margin: 40px 0 15px 0;

}



.loadmore_btn {

    width: 180px;

    height: 32px;

    border-radius: 3px;

    border: solid 1.1px #fff;

    font-size: 12px;

    display: flex;

    justify-content: center;

    align-items: center;

    color: #fff;

}

.loadmore_btn:hover {

    background-color: #fff;

    color: #ca00fa;

}

.rejoin_intro_banner {

    height: 600px;

    position: relative;

    overflow: hidden;

    display: flex;

    justify-content: center;

    align-items: center;

}

.rejoin_intro_banner img {

    width: 100%;

    height: 100%;

    object-fit: cover;

}

.intro_ban_overlay {

    position: absolute;

    top: 0;

    right: 0;

    bottom: 0;

    left: 0;

    display: flex;

    align-items: center;

}

.inner_intro_ban1 {

    display: flex;

    justify-content: flex-end;

    flex-direction: column;

    align-items: flex-end;

}

.inner_intro_banner_content {

    display: inline-block;

    width: 325px;

    margin: 0 0 25px 0;

}

.inner_intro_banner_content span {

    font-family: "Red Hat Display", sans-serif;

    font-size: 40px;

    color: #fff;

    background-color: #050302;

    margin: 0 0 5px 0;

    display: inline-block;

    padding: 0 16px;

}

.banplay_btn_role {

    width: 200px;

    height: 40px;

    opacity: 0.88;

    border-radius: 3px;

    background-image: linear-gradient(to bottom, #e700fd, #ca00fa);

    color: #fff;

    font-size: 12px;

    text-transform: uppercase;

    display: flex;

    justify-content: center;

    align-items: center;

    margin: 0 5% 0 0;

    border: none;

    outline: none;

}

.banplay_btn_role:hover {

    color: #ca00fa;

    background-image: linear-gradient(to bottom, #fff, #fff);

}

.aflited_slider_wrapper {

    background-image: linear-gradient(170deg, rgba(2, 2, 1, 0.9) -47%, rgba(0, 0, 0, 0.9) -45%, #050302 92%);

    padding: 80px 0 112px;

}

.afilated_slide_box {

    width: 100%;

    max-width: 225px;

    height: 384px;

    position: relative;

    display: flex;

    justify-content: center;

    overflow: hidden;

    margin: 0 auto;

    cursor: pointer;

    background-color: #000;

}

.afilated_slide_box img {

    width: 100%;

    height: 100%;

    object-fit: cover;

    border-radius: 5px;

}

.afslider_overlay {

    position: absolute;

    top: 0;

    right: 0;

    bottom: 0;

    left: 0;

    padding: 15px;

    display: flex;

    flex-direction: column;

    justify-content: flex-end;

    align-items: center;

    background-color: rgba(0, 0, 0, 0.3);

}

.afslider_overlay .asf_header {

    font-size: 20px;

    color: #fff;

    margin: 0 0 5px 0;

    text-align: center;

    line-height: 22px;

}

.afslider_overlay .aft_date {

    font-size: 12px;

    font-family: "Red Hat Display", sans-serif;

    color: #fff;

    margin: 0 0 0px 0;

    text-align: center;

}



.latest_videos_wrapper {

    background-color: #050302;

    padding: 20px 0 112px;

}

.night_alion_overlay {

    position: absolute;

    top: 0;

    right: 0;

    bottom: 0;

    left: 0;

    display: flex;

    justify-content: center;

    align-items: center;

    background-image: linear-gradient(

        to right,

        rgba(25, 17, 13, 0.6) 28%,

        rgba(38, 24, 18, 0.48) 54%,

        rgba(38, 24, 18, 0.25) 69%

    );

}

.video_play_other {

    display: flex;

    justify-content: center;

}

.night_alonvid_btn {

    margin: 0 auto;

    color: #fff;

    background-color: transparent;

    border: none;

}

.night_alonvid_btn span {

    font-size: 122px;

    opacity: 0.7;

}

.night_vidalon_content {

    position: relative;

}

.night_vidalon_content_inner {

    width: 336px;

    position: absolute;

    bottom: -160px;

    left: 0;

}

.night_vidalon_content_inner {

    display: flex;

    justify-content: center;

    align-items: center;

    flex-direction: column;

}

.nightalon_inner_heading {

    color: #fff;

    margin: 0 0 22px 0;

}

.nightalon_inner_heading .sub_heading {

    font-size: 20px;

    line-height: 5px;

}

.nightalon_inner_heading .main_heading {

    font-size: 40px;

}

.nightalon_btn_bay ul {

    display: flex;

    justify-content: center;

    align-items: center;

}

.nightalon_btn_bay ul li {

    margin: 0 5px;

}

.les_act_heading {

    font-size: 17px;

    color: #fff;

    font-family: "Red Hat Display", sans-serif;

    text-align: center;

    margin: 10px 0 0 0;

}

.day_count_timer {

    height: 504px;

    overflow: hidden;

    display: flex;

    justify-content: center;

    align-items: center;

    position: relative;

}

.day_hours_overlay {

    position: absolute;

    top: 0;

    right: 0;

    bottom: 0;

    left: 0;

    z-index: 80;

    display: flex;

    justify-content: center;

    align-items: center;

}

.main_coundown_wraooer {

    max-width: 608px;

    width: 100%;

    margin: 0 auto;

    padding: 20px 35px;

    display: flex;

    justify-content: center;

    align-items: center;

    flex-direction: column;

}

.coundown_top_header {

    font-size: 40px;

    text-align: center;

    color: #fff;

    font-family: "Red Hat Display", sans-serif;

    text-transform: uppercase;

    margin: 0 0 20px 0;

}

.coundown_bottom_header {

    font-size: 40px;

    text-align: center;

    color: #fff;

    font-family: "Red Hat Display", sans-serif;

    text-transform: uppercase;

    margin: 25px 0 10px 0;

}

#countdown .wrapper {

    width: 100px;

    display: flex;

    flex-direction: column;

    justify-content: center;

    align-items: center;

    color: #fff;

}

#countdown .wrapper .time {

    font-size: 62.5px;

    font-family: "Red Hat Display", sans-serif;

}

#countdown .wrapper .label {

    font-size: 24px;

    font-family: "Red Hat Display", sans-serif;

    text-transform: uppercase;

}



footer .footer_heading_main {

    font-family: "Red Hat Display", sans-serif;

    color: #f3f3f3;

    font-size: 24px;

    font-weight: 600;

    letter-spacing: 2px;

}

.overton_clients_list ul {

    display: flex;

    justify-content: center;

    align-items: center;

    flex-wrap: wrap;

}

.overton_clients_list ul li {

    margin: 0 24px;

    color: #fff;

}



footer .page_inner_heading {

    display: flex;

    justify-content: center;

    margin: 0 0 32px 0;

}

.footer_main_menu_wrapper {

    display: flex;

    margin: 0 0px;

}

.footer_menu_box {

    width: 16%;

    padding: 0 20px;

}

.footer_menu_box_last {

    width: 22%;

    padding: 0 10px;

}

.overton_clients_list {

    padding: 0 0 25px 0;

    margin: 0 0 68px 0;

    border-bottom: 1px solid #dd0ef1;

}

.ft_header_menu {

    font-size: 17px;

    color: #dd0ef1;

    margin: 0 0 16px 0;

}

.art_wrapper .art_big {

    font-size: 28px;

    color: #fff;

    line-height: 20px;

    margin: 0 0 8px 0;

}

.art_wrapper .art_sml {

    font-size: 12px;

    color: #aaaaae;

}

.ft_lower_menu ul li a span {

    font-size: 12px;

    font-weight: 300;

    color: #aaaaae;

    display: inline-block;

    margin: 2px 0 0 2px;

    opacity: 0.7;

}

.user_profile {

    width: 32px;

    height: 32px;

    border-radius: 50%;

    overflow: hidden;

    display: flex;

    justify-content: center;

    align-items: center;

}

.user_profile img {

    width: 100%;

    height: 100%;

    object-fit: cover;

}

.search_overton_form {

    border-radius: 2px;

    /* background-color: rgba(255, 255, 255, 0.3); */

    background-color: rgba(0, 0, 0, 0.7);

    border: 1px solid rgba(0, 0, 0, 0.5);

    display: flex;

    justify-content: center;

    align-items: center;

    width: 32px;

    height: 32px;

    padding: 5px 10px;

    position: relative;

}

.search_overton_form:hover {

    border-color: #e700fd;

}

.welcome_header.header-appear .search_overton_form {

    background-color: rgba(255, 255, 255, 0.3);

}

.welcome_header.header-appear.header_bg_chaange .search_overton_form {

    background-color: rgba(0, 0, 0, 0.7);

}

.search_overton_form.active {

    width: 190px;

}

.search_overton_form .search_submit {

    position: absolute;

    top: 0;

    right: 0;

    bottom: 0;

    display: flex;

    align-items: center;

    justify-content: center;

    background-color: transparent;

    border: none;

}

.search_overton_form .search_submit span {

    color: #fff;

    font-size: 16px;

    position: relative;

    right: 2px;

}

.search_overton_form input {

    background-color: transparent;

    outline: none;

    border: none;

    color: #fff;

    font-size: 11px;

    width: 100%;

    padding: 0 25px 0 0;

}

.search_overton_form input::-webkit-input-placeholder {

    /* Edge */

    color: #fff;

    font-size: 10px;

    opacity: 1;

}



.search_overton_form input:-ms-input-placeholder {

    /* Internet Explorer 10-11 */

    color: #fff;

    font-size: 10px;

    opacity: 1;

}



.search_overton_form input::placeholder {

    color: #fff;

    font-size: 10px;

    opacity: 1;

}

.elc_vid_details {

    display: flex;

    justify-content: space-between;

    font-size: 10px;

    margin: 0 0 20px 0;

    align-items: center;

    padding: 0 10px;

}

.elc_left {

    width: 72%;

}

.elc_right {

    width: 25%;

}

.elc_vid_details .elc_mh {

    color: #fff;

    font-size: 15px;

}

.elc_vid_details .elc_sub {

    color: #dd0ef1;

    font-size: 14px;

}

.elc_right .elc_date {

    color: #fff;

    opacity: 0.7;

    text-align: right;

}

.elc_right .elc_rating {

    color: #fff;

    text-align: right;

    display: flex;

    justify-content: flex-end;

    position: relative;

    margin: 0px 0 -4px 0;

    padding: 3px 0 0 0;

}

.elc_right .elc_rating span {

    color: #dd0ef1;

    font-size: 21px;

    line-height: 14px;

    margin: 4px 25px 0 0;

    position: absolute;

}

.e_trex_wrapper {

    background-color: #050302;

}

.ertx_vlog_wrapper {

}

.plesure_all_vcat_box {

    max-width: 560px;

    width: 100%;

    height: 165.3px;

    display: flex;

    justify-content: center;

    align-items: center;

    position: relative;

    overflow: hidden;

    opacity: 0.9;

    border-radius: 2px;

    margin: 0 0 8px 0;

}

.plesure_all_vcat_box img {

    width: 100%;

    height: 100%;

    object-fit: cover;

}

.plesure_all_overlay {

    position: absolute;

    top: 0;

    right: 0;

    bottom: 0;

    left: 0;

    padding: 23px;

    display: flex;

    justify-content: flex-end;

    align-items: center;

    font-size: 32px;

    font-weight: bold;

    color: #fff;

    background-color: rgba(0, 0, 0, 0.32);

}

.ertx_vlog_wrapper [class^="col-"] {

    padding: 0 4px;

}

.best_videos_wrapper.recomment_wraaper {

    background-color: #050302;

}

.rejoin_intro_banner.short_intro_banner {

    height: 270px;

}



.rejoin_intro_banner.short_intro_banner .inner_intro_banner_content {

    display: inline-block;

    width: 345px;

    margin: 0 0 0px 0;

}

/*04th Oct*/

.ft_social_list ul {

    display: flex;

    margin: 16px 0 0 0;

}

.ft_social_list ul li {

    margin: 0 22px 0 0;

}

.ft_social_list ul li:last-child {

    margin: 0 0px 0 0;

}

.footer_copyright_wrapper {

    padding: 54px 0 0 0;

    text-align: center;

    font-family: "Red Hat Display", sans-serif;

    color: #f3f3f3;

    font-size: 10px;

    opacity: 0.8;

}

.footer_copyright_wrapper a,

.footer_copyright_wrapper a:hover,

.footer_copyright_wrapper a:focus {

    color: #f3f3f3;

    font-size: 10px;

}

.welcome_header .menu_toggler_custom {

    display: flex;

    justify-content: flex-end;

    align-items: center;

    flex-grow: 1;

    margin: 40px 0 0 0;

    transition: 0.4s ease;

    -webkit-transition: 0.4s ease;

    -moz-transition: 0.4s ease;

}

.welcome_header.header-appear .menu_toggler_custom {

    display: flex;

    justify-content: flex-end;

    align-items: center;

    flex-grow: 1;

    margin: 20px 0 0 0;

    transition: 0.4s ease;

    -webkit-transition: 0.4s ease;

    -moz-transition: 0.4s ease;

}

/* .main_row_menu ul{

    transform: scale(1);

    opacity: 1;

} */

.main_row_menu.menu_not_show ul {

    transform: scale(0);

    opacity: 0;

}

.menu_btn_toggle .hamburg {

    transition: 0.4s;

    -webkit-transition: 0.4s;

    -moz-transition: 0.4s;

    opacity: 1;

    transform: scale(1);

    display: block;

}

.menu_btn_toggle .close {

    transition: 0.4s;

    -webkit-transition: 0.4s;

    -moz-transition: 0.4s;

    opacity: 0;

    transform: scale(0);

    display: none;

}

.menu_btn_toggle.show_close .hamburg {

    transition: 0.4s;

    -webkit-transition: 0.4s;

    -moz-transition: 0.4s;

    opacity: 1;

    transform: scale(1);

    display: none;

}

.menu_btn_toggle.show_close .close {

    transition: 0.4s;

    -webkit-transition: 0.4s;

    -moz-transition: 0.4s;

    opacity: 1;

    transform: scale(1);

    display: block;

}

body.body_sticky {

    overflow: hidden;

}



.dropdown-item:hover,

.dropdown-item:focus {

    background-color: transparent;

    color: #fff;

}



.welcome_header ul.navbar-nav li a.dropdown-toggle::before {

    background-color: #ca00fa;

    content: "";

    bottom: 4px;

    left: 0;

    right: 0;

    height: 2px;

    position: absolute;

    opacity: 0;

}

.welcome_header ul.navbar-nav li a.show.dropdown-toggle::before {

    background-color: #0789a8;

    content: "";

    bottom: 4px;

    left: 0;

    right: 0;

    height: 2px;

    position: absolute;

    opacity: 1;

}

.welcome_header ul.navbar-nav li a.others_tab_page {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border: 1px solid #fff;
    margin: 0 0 8px 0;
    padding: 10px 10px !important;
    font-size: 10px;
}

.welcome_header ul.navbar-nav li a.others_tab_page span {
    margin: 0 10px 0 0;
    font-size: 20px;
}

.welcome_header ul.navbar-nav li ul li a {
    padding: 5px 7px !important;
    position: relative;
}

.welcome_header ul.navbar-nav li ul li a:hover::before {
    background-color: #ca00fa;
    content: "";
    bottom: 1px;
    left: 6px;
    right: 0px;
    height: 2px;
    position: absolute;
    opacity: 1;
    display: none;
}

.welcome_header.header_bg_chaange {
    background-color: rgba(0, 0, 0, 0);
}

.main_slider_frimos {
    background-color: #000;
}

main {
    margin: 142px 0 0 0;
}

.welcome_header .main_logo img {

    width: auto;

    /* transition: 0.4s linear;

    -webkit-transition: 0.4s linear;

    -moz-transition: 0.4s linear;

    transition-duration: 4ms;

    -webkit-transition-duration: 4ms;

    -moz-transition-duration: 4ms; */

    transition-delay: 3ms;

    -webkit-transition-delay: 3ms;

    -moz-transition-delay: 3ms;

}



.welcome_header.header-appear .main_logo img {

    width: 130px;

    /* transition: 0.4s linear;

    -webkit-transition: 0.4s linear;

    -moz-transition: 0.4s linear;

    transition-duration: 4ms;

    -webkit-transition-duration: 4ms;

    -moz-transition-duration: 4ms; */

    transition-delay: 3ms;

    -webkit-transition-delay: 3ms;

    -moz-transition-delay: 3ms;

}

.top_curver {

    position: relative;

}

.top_green_curve {

    background: #0789a8;

    position: absolute;

    top: 0;

    right: 0;

    left: 510px;

    height: 22px;

}

.top_green_curve::before {

    position: absolute;

    content: "";

    width: 70px;

    height: 22px;

    background-color: #fff;

    clip-path: polygon(0 0%, 0 100%, 100% 100%);

}

.lets_chat_btn {

    margin: 0 0 0 100px;

}

.lets_chat_btn a {

    background: #0789a8;

    border: 3px solid rgba(151, 151, 151, 0.5);

    box-sizing: border-box;

    box-shadow: 1px 1px 10px 4px rgba(0, 0, 0, 0.125);

    border-radius: 10px;

    width: 157.82px;

    height: 51.96px;

    display: flex;

    justify-content: center;

    align-items: center;

    color: #fff;

    font-size: 20px;

    transition: 0.4s linear;

    -webkit-transition: 0.4s linear;

    -moz-transition: 0.4s linear;

}

.lets_chat_btn a:hover {

    background: #035a6e;

    transition: 0.4s linear;

    -webkit-transition: 0.4s linear;

    -moz-transition: 0.4s linear;

}

.lets_chat_btn a span {

    font-size: 24px;

    color: #fff;

    margin: 0 10px 0 0;

}



.main_slider_frimos {

    position: relative;

}

.main_slider_frimos .owl-theme .owl-nav {

    position: absolute;

    top: 45%;

    left: 0;

    right: 0;

}



.main_slider_frimos .owl-carousel .owl-nav button.owl-next,

.main_slider_frimos .owl-carousel .owl-nav button.owl-prev {

    background-color: transparent;

    width: 50px;

    height: 50px;

    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;

}

.main_slider_frimos .owl-carousel .owl-nav button.owl-next {

    right: 10px;

}



.main_slider_frimos .owl-carousel .owl-nav button.owl-prev {

    left: 10px;

}

.main_slider_frimos .owl-carousel .owl-nav button.owl-next span i,

.main_slider_frimos .owl-carousel .owl-nav button.owl-prev span i {

    color: #fff;

    font-size: 72px;

}

.main_slider_frimos .owl-theme .owl-dots {

    text-align: center;

    position: absolute;

    bottom: 25px;

    left: 0;

    right: 0;
    width: 320px;
    margin: 0 auto;
    display: block;

}

.main_slider_frimos .owl-theme .owl-dots .owl-dot span {

    width: 13px;

    height: 13px;

    margin: 5px 7px;

    background: #fff;

    display: block;

    -webkit-backface-visibility: visible;

    transition: opacity 0.2s ease;

    border-radius: 30px;

    border: 1px solid #555;

}

.main_slider_frimos .owl-theme .owl-dots .owl-dot.active span {

    background: #d6d6d6;

}

.banner_inner_cont {

    position: absolute;

    top: 0;

    right: 0;

    bottom: 0;

    left: 0;

    padding: 76px 0;

    display: flex;

    align-items: flex-end;
    z-index: 1;

}

.inp_cont {
    max-width: 100%;
    width: 100%;
    padding: 55px 40px;
    background-color: rgba(0, 0, 0, 0.4);
    border-radius: 10px;
}

.inp_cont h1 {
    color: #fff;
    font-size: 45px;
}

.inp_ban_cont {

    display: flex;

    justify-content: flex-start;

}

.inp_ban_cont a {

    width: 161.16px;

    height: 47.53px;

    background: rgba(255, 255, 255, 0.175);

    border: 1px solid #ffffff;

    box-sizing: border-box;

    border-radius: 5px;

    display: flex;

    justify-content: center;

    align-items: center;

    color: #fff;

    font-size: 26px;

}

.gray_link_pannel {

    background-color: #e1e1e1;

    padding: 25px 0;

}

.im_gray_link_list ul {

    display: flex;

    justify-content: center;

    align-items: center;

}

.im_gray_link_list ul li {

    padding: 0 15px;

    position: relative;

}

.im_gray_link_list ul li::after {

    position: absolute;

    height: 30px;

    width: 3px;

    background-color: #005aff;

    content: "";

    right: 0;

    top: 16px;

}

.im_gray_link_list ul li:last-child:after {

    display: none;

}

.im_gray_link_list ul li a {

    font-size: 38px;

    font-weight: 500;

    color: #005aff;

}

.all_services_models {

    padding: 70px 0;
    position: relative;

}
.show_arrow{
    width: 60px;
    height: 60px;
    position: absolute;
    background-image: url(../images/drrow.png);
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    right: 0;
    display: block;
    margin: 0 auto 0 auto;
    z-index: 20;
    top: 8px;
}

.sr_wrapper {

    margin: 0 50px;

}

.srv_box {

    max-width: 242px;

    width: 100%;

    margin: 0 auto;

    display: flex;

    justify-content: center;

    flex-direction: column;

    align-items: center;

}

.srv_icon {

    margin: 0 0 32px 0;

}

.srv_heading {

    text-align: center;

    font-size: 24px;

    color: #000;

    font-weight: 700;

    margin: 0 0 15px 0;

}

.srv_content {

    text-align: center;

    font-size: 20px;

}

.all_pols_wrapper {

    padding: 25px 0 70px 0;

}

.pols_inner_wrapper ul {

    display: flex;

    justify-content: space-between;

}

.pols_inner_wrapper ul li {

    padding: 0 60px;

    width: 33.3%;

}

.pole_box {

    max-width: 450px;

    width: 100%;

    height: 100%;



    background: #f2f2f2;

    border: 4px solid rgba(151, 151, 151, 0.1);

    border-radius: 10px;

    padding: 35px 53px;

    display: flex;

    flex-direction: column;

    align-items: center;

}

.pole_heading {

    font-size: 64px;

    text-align: center;

    margin: 0 0 35px 0;

    position: relative;

    width: 100%;

}

.pole_heading::after {

    position: absolute;

    content: "";

    width: 187px;

    height: 3px;

    display: block;

    margin: 0 auto;

    bottom: -15px;

    left: 0;

    right: 0;

    background: #0789a8;

}

.pole_content {

    font-size: 24px;

    font-weight: 500;

    margin: 0 0 25px 0;

    text-align: center;

}

footer {

    background: #0789a8;

    padding: 50px 0;

}

.ft_logo_wrapper {

    margin: 0 0 45px 0;

}

.ft_menu_copyr {

    display: flex;

    justify-content: space-between;

    align-items: center;

}

.copy_r_left {

    font-size: 32px;

    color: #fff;

    width: 35%;

}

.copy_r_left a,

.copy_r_left a:hover,

.copy_r_left a:focus {

    color: #fff;

}

.ft_menu_right {

    width: 65%;

}

.ft_menu_right ul {

    display: flex;

    justify-content: flex-end;

    align-items: center;

}

.ft_menu_right ul li {

    position: relative;

}



.ft_menu_right ul li:after {

    position: absolute;

    content: "";

    height: 50px;

    width: 1px;

    right: 0;

    top: 3px;

    background-color: rgba(255, 255, 255, 0.4);

}

.ft_menu_right ul li:last-child::after {

    display: none;

}

.ft_menu_right ul li a {

    color: #fff;

    font-size: 32px;

    margin: 0 30px;

}

.ft_menu_right ul li:last-child a {

    color: #fff;

    font-size: 32px;

    margin: 0 0px 0 30px;

}

body.bodyfrezze {

    overflow: hidden;

}

.menu_toggle_mobi a {

    margin: 0 0 0 20px;

    color: #000;

    display: flex;

    align-items: center;

}

.menu_toggle_mobi a span {

    color: #000;

}

.menu_toggle_mobi {

    display: none;

}

.menu_toggle_mobi a .close_menu {

    display: none;

}

.menu_toggle_mobi a .open_menu {

    display: block;

}

.menu_toggle_mobi a.active_Cross .close_menu {

    display: block;

}

.menu_toggle_mobi a.active_Cross .open_menu {

    display: none;

}



/* Product details page css*/

.breadcrumb_panel {

    display:flex;
    justify-content: space-between;
    align-items: center;

    padding: 10px 0 30px 0;

}
.breadcrum_inner{

}
.bpage_back{
    
}
.bpage_back a {
    background: rgba(151, 151, 151, 0.5);
    border: 0px solid rgba(151, 151, 151, 0.5);
    box-sizing: border-box;
    box-shadow: 1px 1px 10px 4px rgb(0 0 0 / 13%);
    border-radius: 10px;
    width: 130px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    font-size: 16px;
    transition: 0.4s linear;
    -webkit-transition: 0.4s linear;
    -moz-transition: 0.4s linear;
}
.bpage_back a span{
    margin: 0 10px 0 0;
     color: #000;
}
.product_name_left{
    color: #0789A8;
    font-size: 50px;
    font-weight: 700;
    margin: 0 0 35px 0;
}



.breadcrumb_panel ul {

    display: flex;

    justify-content: flex-start;

    align-items: center;

}

.breadcrumb_panel ul li {

    margin: 0 25px 0 0;

    position: relative;

    font-size: 18px;

}

.breadcrumb_panel ul li:after {

    position: absolute;

    content: ">>";

    letter-spacing: -5px;

    top: 1px;

    right: -15px;

}

.breadcrumb_panel ul li:last-child::after {

    display: none;

}

.breadcrumb_panel ul li a {

    color: #333;

    font-size: 18px;

}

.breadcrumb_panel ul li span {

    color: #52adc3;

}

.product-tab .nav-tabs .nav-link {

    height: 41px;

    border-radius: 10px;

    margin: 0 12px;

    color: #333;

    border: 1px solid #d1d1d1 !important;

    position: relative;

}

.product-tab .nav-tabs .nav-link:first-child {

    margin: 0 12px 0 0;

}

.product-tab .nav-tabs .nav-link:last-child {

    margin: 0 0px 0 12px;

}

.product-tab .nav-tabs .nav-link.active {

    background: rgb(179 211 219);

}

.product-tab .nav-tabs .nav-link.active::after {

    position: absolute;

    content: "";

    width: 15px;

    height: 15px;

    bottom: -8px;

    left: 0;

    right: 0;

    display: block;

    margin: 0 auto;

    background: rgb(179 211 219);

    border-radius: 3px;

    transform: rotate(45deg);

}

.product-tab .nav-tabs {

    border-bottom: 0px solid #dee2e6;

}

.product-tab .scrtabs-tab-container {

    margin: 0 0 20px 0;

}

.product-tab .scrtabs-tabs-fixed-container {

    float: left;

    height: 55px;

    overflow: hidden;

    width: 100%;

}

.product-tab .scrtabs-tab-scroll-arrow.scrtabs-tab-scroll-arrow-left.scrtabs-disable {

    opacity: 0;

}

.product-tab .scrtabs-tab-scroll-arrow.scrtabs-tab-scroll-arrow-right.scrtabs-disable {

    opacity: 0;

}

.product-tab .tab-content {

    background: #f8fbfc;

    border: 1px solid rgba(151, 151, 151, 0.1);

    border-radius: 10px;

    padding: 24px;

}

.product-tab {

    margin: 0 0 40px 0;

}



#sync1 .item {

    background: #0c83e7;

    padding: 80px 0px;

    margin: 5px;

    color: #fff;

    -webkit-border-radius: 3px;

    -moz-border-radius: 3px;

    border-radius: 3px;

    text-align: center;

}

#sync2 .item {

    background: #c9c9c9;

    padding: 10px 0px;

    margin: 5px;

    color: #fff;

    -webkit-border-radius: 3px;

    -moz-border-radius: 3px;

    border-radius: 3px;

    text-align: center;

    cursor: pointer;

}

#sync2 .item h1 {

    font-size: 18px;

}

#sync2 .synced .item {

    background: #0c83e7;

}

.fimos_product_slider {
    max-width: 500px;
    margin: 0 auto;
    padding: 0 0 20px;
}



.fimos_product_slider .flex-direction-nav a:before {

    font-family: "icomoon";

    font-size: 30px;

    display: inline-block;

    content: "\e903";

    color: rgba(0, 0, 0, 0.8);

    text-shadow: 1px 1px 0 rgb(255 255 255 / 30%);

}

.fimos_product_slider .flex-direction-nav a.flex-next:before {

    content: "\e902";

    font-family: "icomoon";

}

.fimos_product_slider .flex-direction-nav a {

    text-decoration: none;

    display: block;

    width: 40px;

    height: 55px;

}

.fimos_product_slider .ico_thumb {

    overflow: hidden;

    display: flex;

    justify-content: center;

    margin: 0 10px;

    border: 1px solid #d1d1d1;

    border-radius: 6px;

    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);

}

.fimos_product_slider .ico_thumb img {

    width: 100%;

    height: 100%;

    object-fit: cover;

}

.fimos_product_slider .flexslider {

    margin: 0 0 60px;

    background: transparent;

    border: 0px solid #fff;

}

.fimos_product_slider #slider .flex-direction-nav {

    display: none;

}

.product_promos_details {

    display: flex;

    justify-content: space-between;

}

.frimos_left_content {

    width: 45%;

    margin: 0 30px 0 0;

}

.frimos_right_content {

    width: 50%;

}

.product_des_wrapper {

    border: 1px solid #d1d1d1;

    border-radius: 10px;

    padding: 15px;

    min-height: 400px;

}

.prod_des_heading {

    color: #0789a8;

    font-size: 37px;

    margin: 0 0 20px 0;

}

.prod_des_heading span {

    font-weight: 700;

}

.product_des_wrapper p {

    font-size: 18px;

}

.prod_tablink ul {

    display: flex;

    justify-content: flex-start;

    align-items: center;

    margin: 0 0 20px 0;

}

.prod_tablink ul li {

    margin: 0 20px 0 0;

}

.prod_tablink ul li a {

    color: #4f4f4f;

    font-size: 24px;

}

.prod_tablink ul li a.active {

    font-weight: 700;

    border-bottom: 2px solid #4f4f4f;

}

.tab_description_firom .des_firoms_hrading {

    color: #0789a8;

    font-size: 24px;

    font-weight: 600;

    margin: 0 0 5px 0;

}

.tab_description_firom p {

    font-size: 20px;

    color: #4f4f4f;

}

/* .welcome_header ul.navbar-nav li.dropdown::after{

    

} */

.dropdown-toggle::after {

    position: relative;
    content: "";
    width: 15px;
    height: 15px;
    right: 0px;
    top: 2px;
    border-top: 0px solid;
    border-right: 0px solid;
    border-left: 2px solid #0789a8;
    border-bottom: 2px solid #0789a8;
    transform: rotate(316deg);
}



/* accordion style */



.ac-pane {

    margin-bottom: 15px;

    background-color: transparent;

}



.ac-pane:last-child {

    margin-bottom: 0;

}

.accor_heading {

    font-size: 17px;

    color: #0789a8;

    margin: 0 0 10px 0;

}

.accor_content {

    font-size: 14px;

}

.ac-content {

    display: none;

}



.ac-title {

    border: 1px solid rgba(150, 150, 150, 0.067) d1;

    color: #333;

    display: flex;

    justify-content: space-between;

    align-items: center;

    padding: 12px;

    font-size: 18px;

    font-weight: 600;

    background-color: #d1d1d1;

}

.ac-title:hover,

.ac-title:focus {

    color: #333;

}



.ac-title i {

    float: right;

    font-size: 20px;

}



.ac-title i:before {

    content: "\f107";

}



.active .ac-title i:before {

    content: "\f106";

}



.ac-content {

    border: 0px solid #fff;

    margin-top: -1px;

    padding: 10px 10px 0 10px;

}

.ac-pane .ac-title .more_down {

    display: block;

    color: #fff;

}

.ac-pane .ac-title .more_up {

    display: none;

    color: #fff;

}

.ac-pane .ac-title .more_down:hover,

.ac-pane .ac-title .more_down:focus {

    display: block;

    color: #fff;

}

.ac-pane .ac-title .more_up:hover,

.ac-pane .ac-title .more_up:focus {

    display: none;

    color: #fff;

}

.ac-pane.active .ac-title .more_down {

    display: none;

}

.ac-pane.active .ac-title .more_up {

    display: block;

}

.page_heading {

    display: block;

}

.page_heading h1 {
    display: block;
    color: #52adc3;
    font-size: 52px;
    font-weight: 700;
    padding: 15px 0 15px 0;
}
.page_heading h3 {   
    color: #000;   
    padding: 0px 0 5px 0;
}

.body_seperator {

    display: block;

    background-color: #52adc3;

    height: 1px;

    width: 100%;

    margin: 15px 0;

}

.contact_us_wrapper {

    margin: 0 0 35px 0;

}

.micro_heading {

    font-size: 18px;

    font-weight: 700;

    position: relative;

    margin: 0 0 10px 0;

}

.micro_heading span {

    border-bottom: 1px solid #333;

}

.address_wrapper p a {

    color: #333;

}

.cont_form_wrapper {

    border: 1px solid #52adc3;

    border-radius: 6px;

}

.cont_form_header {

    background: rgba(7, 137, 168, 0.1);

    border-bottom: 1px solid #52adc3;

    padding: 10px 25px;

    color: #52adc3;

    font-size: 20px;

    margin: 0 0 10px 0;

}

.ctl_wrapper {

    padding: 10px 25px 20px 25px;

}

.ctl_wrapper .form-group {

    margin: 0 0 15px 0;

}

.ctl_wrapper input {

    border-top: 0;

    border-right: 0;

    border-left: 0;

    border-bottom: 1px solid #d1d1d1;

    border-radius: 0;

    height: 40px;

    padding: 10px 0;

}

.ctl_wrapper input:focus {

    box-shadow: none;

    outline: none;

}

.ctl_wrapper button,

.ctl_wrapper input[type="submit"] {

    width: 100%;

    background-color: #52adc3;

    border-radius: 6px;

    height: 50px;

    text-align: center;

    color: #fff;

    border: none;

    font-size: 18px;

    transition: 0.4s ease;

    -webkit-transition: 0.4s ease;

    -moz-transition: 0.4s ease;

}

.ctl_wrapper button:hover,

.ctl_wrapper input[type="submit"]:hover {

    background-color: #197e97;

    transition: 0.4s ease;

    -webkit-transition: 0.4s ease;

    -moz-transition: 0.4s ease;

}

.corpo_map {

    border-radius: 6px;

    border: 1px solid #333;

    height: 190px;

}

.corpo_map iframe {

    width: 100%;

    height: 187px;

}

.owlCarouselNavigation .owl-item {

    height:615px;

    overflow: hidden;

    border: 3px solid transparent;

    cursor: pointer;

    padding: 10px 0;

}

/*.owlCarouselNavigation .owl-item:hover {*/

/*    background: rgba(7, 137, 168, 0.11);*/

/*    border: 3px solid #0789a8;*/

/*    border-radius: 5px;*/

/*}*/
.owl-carousel .owl-stage {
    margin: 0px auto;
}
.owlCarouselNavigation  .line_product_box {
    height: 535px;
}

.owlCarouselNavigation .owl-item img {

    width: 100%;

    height: 100%;

    object-fit: cover;

}

.thumbnailSliderWrap {

    max-width: 640px;

    margin: auto;

}

.owlCarouselthumbnail .owl-item {

    height: 200px;

    border: 3px solid rgba(151, 151, 151, 0.5);

    border-radius: 7px;

    padding: 10px;

}

.owlCarouselthumbnail .owl-item img {

    object-fit: contain;

    width: 100%;

    height: 100%;

}



.owlCarouselNavigation .owl-nav button.owl-prev {

    position: absolute;

    width: 55px;

    background: linear-gradient(270deg, #f8fbfc 2.78%, #f8fbfc 31.47%, rgba(248, 251, 252, 0) 72.2%) !important;

    transform: matrix(-1, 0, 0, 1, 0, 0);

    height: 100%;

    top: 0;

    left: -5px;

    display: flex;

    align-items: center;

    justify-content: flex-end;

    padding-left: 0px !important;

}

.owlCarouselNavigation .owl-next {

    position: absolute;

    width: 55px;

    background: linear-gradient(270deg, #f8fbfc 2.78%, #f8fbfc 31.47%, rgba(248, 251, 252, 0) 72.2%) !important;

    transform: matrix(1, 0, 0, 1, 0, 0);

    height: 100%;

    top: 0;

    right: -10px;

    display: flex;

    align-items: center;

    justify-content: flex-end;

    padding-right: 80px !important;

}

.owlCarouselNavigation .owl-next > img,

.owlCarouselNavigation .owl-nav button.owl-prev > img{

    width:25px;

}





.owlCarouselthumbnail .owl-nav button.owl-prev {

    position: absolute;

    width: 36px;

    /* background: linear-gradient(270deg, #f8fbfc 2.78%, #f8fbfc 31.47%, rgba(248, 251, 252, 0) 72.2%) !important;

    transform: matrix(-1, 0, 0, 1, 0, 0); */

    height: 100%;

    top: 0;

    left: -35px;

    display: flex;

    align-items: center;

    justify-content: center;

    /* padding-left: 80px !important; */

}

.owlCarouselthumbnail .owl-next {

    position: absolute;

    width: 36px;

    height: 100%;

    top: 0;

    right: -35px;

    display: flex;

    align-items: center;

    justify-content: center;

}

.owlCarouselthumbnail .owl-nav button.owl-prev > img,

.owlCarouselthumbnail .owl-next > img{



    width:20px;

}
.common_banner_wrapper video{
    width: 100%;
    height: 500px;
} 
.common_banner_wrapper{
    height: 500px;
    overflow: hidden;
}
.common_banner_wrapper img{
    width: 100%;
    height: 100%;
    object-fit:cover;
}
.third-party{
    margin:0px 0 0 0;
    padding: 45px 0;
    font-size: 20px;
    min-height: 80vh;
}
.mt {
    margin-top: 0px !important;
}

/* Ayan CSS */

.imgGallery {
    width: 100%;
    height: auto;
    display: inline-block;
  }
  .imgGallery .slider {
    width: auto;
    height: auto;
    overflow: hidden;
    border-radius: 3px;
    position: relative;
  }
  .imgGallery .slider h1 {
    text-align: center;
    color: #dacb56;
}
  .imgGallery .slider .owl-nav, .imgGallery .slider .owl-dots {
    display: none;
  }
  .imgGallery .slider .item-box {
    padding: 20px;
    overflow: hidden;
    width: 100%;
    height: 400px;
    position: relative;
    border-radius: 3px;
    background: no-repeat url(http://www.cyw51.com/file/upload/201302/22/18-49-19-74-127.jpg) center center;
    background-size: contain;
  }
  .imgGallery .slider .left {
    position: absolute;
    z-index: 1;
    top: 167px;
    left: 0px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    transition: all ease 0.25s;
    transform: rotate(0deg);
    background: url(../images/right.svg) top left;
    background-repeat: no-repeat;
}

.imgGallery .slider .left.nonl {
    left: -20px;
    opacity: 0;
    visibility: hidden;
}
.imgGallery .slider .right {
    cursor: pointer;
    position: absolute;
    z-index: 1;
    top: 167px;
    right: 0px;
    width: 40px;
    height: 40px;
    visibility: hidden;
    opacity: 0;
    transition: all ease 0.25s;
    background: url(../images/right.svg) top left;
    background-repeat: no-repeat;
}

  .imgGallery .slider .right.nonr {
    right: -20px;
    opacity: 0;
    visibility: hidden;
  }
  .imgGallery .slider-two {
    width: auto;
    height: auto;
    /* overflow: hidden; */
    position: relative;
  }
  .imgGallery .slider-two .owl-nav, .imgGallery .slider-two .owl-dots {
    display: none;
  }
  .imgGallery .slider-two .item {
    transition: all ease 0.25s;
    height: 100px;
    border-radius: 3px;
    border: solid 3px #e6ecf2;
    cursor: pointer;
    background: no-repeat url(http://www.cyw51.com/file/upload/201302/22/18-49-19-74-127.jpg) center center;
    background-size: cover;
  }
  .imgGallery .slider-two .item.active {
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
    border: solid 3px #0789a8;
  }
  .imgGallery .slider-two .owl-stage {
    padding: 20px 0;
    margin: auto;
  }
  .imgGallery .slider-two .left-t {
    transform: rotate(180deg);
    cursor: pointer;
    position: absolute;
    z-index: 1;
    top: 23px;
    visibility: visible;
    opacity: 1;
    transition: all ease 0.25s;
    width: 40px;
    height: 95px;
    background: no-repeat url(../images/right.svg) center center;
    left: -40px;
  }
  .imgGallery .slider-two .right-t {
    background: no-repeat url(../images/right.svg) center center;
    cursor: pointer;
    position: absolute;
    z-index: 1;
    top: 23px;
    right: -40px;
    visibility: visible;
    opacity: 1;
    transition: all ease 0.25s;
    width: 40px;
    height: 95px;
} 
  .imgGallery .slider-two .owl-item > div{
    height: 95px;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    border: 1.18238px solid rgba(151, 151, 151, 0.5);
    box-sizing: border-box;
    box-shadow: 3.15302px 3.15302px 3.94128px -1.57651px rgba(0, 0, 0, 0.125);
    border-radius: 7.88256px;
  }


  .video-tag{
      width: 100%;
      position: relative;
  }
  .video-tag video {
    width: 100%;
    height: 470px;
    object-fit: cover;
    object-position: 50% 50%;
}
.line_product_box{
    height:350px;
    position:relative;
    margin:60px 0 0 0;
    border: 3px solid transparent;
}
.line_product_box:hover {
    background: rgba(7, 137, 168, 0.11);
    border: 3px solid #0789a8;
    border-radius: 5px;
}
.line_product_box img{
    height:100%;
    width:100%;
    object-fit:contain;
}
.line_prod_namepanel{
    position: absolute;
    top: -48px;
    left: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    line-height: 18px;
    opacity:0;
}
.line_product_box:hover .line_prod_namepanel{
    
    opacity:1;
}

.line_product_box h1 {
    padding: 5px 8px;
    font-size: 16px;
    font-weight: 500;
    color: #333;
    line-height: 24px;
    text-align: center;
    background: rgb(179 211 219);
    border-radius: 10px 10px 0 0;
}

.subBanner{
    height: 390px;
    background-size: cover;
    background-position: center center;
}

/* Blog Page */

.subpageBanner{
    background-color: #C5F4FF;
    width: 100%;
    padding: 69px 0;
    background-image: url(https://newsite.frisimos.com/wp-content/uploads/2022/03/blogbanner-bg.png);
    background-repeat: no-repeat;
    background-position: 84% center;
}
.subpageBanner .bannerContent{
    width: 100%;
    max-width: 539px;
}
.subpageBanner .bannerContent h1{
    font-style: normal;
    font-weight: 500;
    font-size: 55px;
    line-height: 66px;
    color: #005E75;
    margin: 0 0 34px;
}
.subpageBanner .bannerContent p{
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;  
    color: #000000;
    margin: 0;        
}
.blogListMain{
    width: 100%;
    max-width: 1197px;
    margin: auto;
    padding: 68px 0;
}
.blogListBlock{
    padding: 24px 9px;
}
.blogListBlock .imgblock{
    width: 100%;
    height: 367px;
    margin-bottom: 21px;
    display: block;
    border-radius: 8px;
    overflow: hidden;
}
.blogListBlock .imgblock img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blogListBlock h6{
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;   
    color: #000000;    
    opacity: 0.4;
    margin-bottom: 8px;
}
.blogListBlock a{
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 36px;
    text-decoration-line: underline;
    color: #000000;
    display: block;
    margin-bottom: 22px;
}
.blogListBlock a img{
    margin-left: 8px;
}
.blogListBlock p{
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    color: #595959;
    margin: 0;
}

.blogDetailsImg{
    width: 100%;
    height: 372px;
}
.blogDetailsImg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blogDetailsContent{
    padding: 44px 0;
}
.blogDetailsContent h3{
    font-style: normal;
    font-weight: 500;
    font-size: 40px;
    line-height: 50px;
    color: #000000;
    margin: 0 0 37px;
}
.blogDetailsContent p{
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 24px;
    color: #595959;
    margin: 0;
}