/* Editor */
.c_editor {
    line-height: 1.8;
    font-size: 20px;
    color: #1E1D23;
    padding-top: 20px;
    font-family: 'Jost',sans-serif;
}
.c_editor p {
    margin-top: 20px;
    word-break: break-word;
}
.c_editor strong{
    font-weight: bold;
}
.c_editor i, .c_editor em{
    font-style: italic;
}
.c_editor em{
    font-size: 14px;
    font-style: normal;
    letter-spacing: 0.2px;
}
.c_editor > ul, .c_editor > ol{
    margin-top: 30px;
}
.c_editor ul li, .c_editor ol li{
    list-style: none;
}
.c_editor ul li{
    position: relative;
    padding-left: 20px;
    margin-top: 10px;
    word-break: break-word;
    display: table;
    border-radius: 0;
}
.c_editor ul li:before{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background-color: #0D0D0D;
    border-radius: 50%;
    content: '';
}
.c_editor ol{
    counter-reset: item;
}
.c_editor ol li{
    counter-increment: item;
    padding-left: 0px;
    margin-top: 10px;
    display: table;
    word-break: break-word;
}
.c_editor ol li:before {
    content: counters(item, ".") ". ";
    display: table-cell;
    font-size: 20px;
    color: #0D0D0D;
    line-height: 1;
    padding-right: 5px;
    white-space: nowrap;
}
.c_editor blockquote {
    font-weight: bold;
    border-left: 3px solid #0D0D0D;
    position: relative;
    background-color:rgb(0 132 202 / 8%);
    padding: 25px 30px;
    margin-top: 40px;
}
.c_editor blockquote p{
    margin-top: 0;
}
.c_editor img.alignright { float: right; }
.c_editor img.alignleft { float: left; }
.c_editor img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.c_editor .alignright { float: right; }
.c_editor .alignleft { float: left; }
.c_editor .aligncenter { display: block; margin-left: auto; margin-right: auto; }
.c_editor figure {
    width: auto !important;
    max-width: 100%;
}
.c_editor img{
    width: auto;
    height: auto;
}
.c_editor p:after {
    clear: both;
    content: '';
    display: block;
}
.c_editor table{
    text-align: center;
    width: 100%;
    margin-top: 30px;
    border: 1px solid #707070;
    border-left: none;
    border-top: none;
}
.c_editor table td{
    padding: 10px;
    border-top: 1px solid #707070;
    vertical-align: middle;
    border-left: 1px solid #707070;
    word-break: break-word;
}
.c_editor > *:first-child,.c_editor ul li:first-child {
    margin-top: 0;
}
.c_editor a {
    color: var(--theme-green);
    transition: color .5s;
}
.c_editor a:hover {
    color: var(--theme-purple);
}
.c_editor h1, .c_editor h2, .c_editor h3, .c_editor h4, .c_editor h5, .c_editor h6{
    margin-top: 30px;
    line-height: 1.1;
    font-weight: bold;
    word-break: break-word;
    font-family: 'Marcellus', sans-serif;
}
.c_editor h1 {
    font-size: 38px;
}
.c_editor h2 {
    font-size: 34px;
}
.c_editor h3 {
    font-size: 32px;
}
.c_editor h4 {
    font-size: 22px;
}
.c_editor h5 {
    font-size: 17px;
}
.c_editor h6 {
    font-size: 15px;
}
/* Food Page*/
.image_with_content_section .image{
    padding-top: 91%;
}
.image_with_content_section .bg_full{
    border-radius: 5px;
}
.section_title{
    font-size: 60px;
    line-height: 1.3;
    font-family: 'Marcellus', sans-serif;
}
.image_with_content_section .sub_tit{
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.6;
}
.img_cont_block .img_bot_cont {
    padding-top: 40px;
}
.img_cont_block .section_title{
    padding-top: 15px;
}
.btn_primary{
    display: inline-block;
    font-size: 20px;
    padding: 14px 45px;
    color: #fff;
    background-color: #1E1E23;
    border: 1px solid #1E1E23;
    border-radius: 5px;
    text-transform: uppercase;
    margin-top: 40px;
    font-weight: 600;
    line-height: 2;
}
.btn_primary:hover{
    background-color: transparent;
    color: #000;
}
.img_cont_block .col{
    padding: 0 60px;
}
.img_cont_block .row{
    margin: 0 -60px;
}
.image_with_content_section.right_layer .col:nth-child(2){
    margin-top: 375px;
}
.image_with_content_section.left_layer .col:nth-child(1){
    margin-top: 375px;
}
.image_with_content_section {
    position: relative;
}
.image_with_content_section.blue:before {
    background-color: rgb(0 132 202 / 8%);
}
.image_with_content_section:before {
    position: absolute;
    content: '';
    width: 680px;
    background-color: rgb(255 240 243);
    height: 600px;
    top: 230px;
}
.image_with_content_section.right_layer:before{
    right: 0;
}
.image_with_content_section.left_layer:before{
    left: 0;
}
.section_padding{
    padding: 120px 0;
}
.section_padding + .section_white{
    margin-top: -120px;
}
.single_image_block .image{
    padding-top: 83%;
}
.col_60{
    width: 60%;
}
.single_image_block .col{
    padding: 0 65px;
    vertical-align: middle;
}
.single_image_block .row{
    margin: 0 -65px;
}
.single_image_section .single_image_block{
    padding: 120px 0;
    position: relative;
}
.single_image_section {
    position: relative;
}
.single_image_section:before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 73%;
    height: 100%;
}
.single_image_section.pink:before{
    background-color: rgb(255 240 243);
}
.pub_date .bl_date{
    display: inline-block;
    vertical-align: middle;
}
.blog_grid .image{
    padding-top: 70%;
}
.blog_grid_det .bl_title{
    font-size: 28px;
    padding-top: 10px;
    line-height: 1.4;
    font-family: 'Marcellus', sans-serif;
    display: block;
}
.fone{
    flex: 1;
}
.btn_secondary{
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    position: relative;
    margin-top: 45px;
    padding-left: 65px;
    font-weight: 500;
    letter-spacing: 2px;
    line-height: 1.8;
}
.btn_secondary:before{
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 2px;
    background-color: #1C1C20;
    transition: all 0.4s ease;
}
.btn_secondary:hover:before{
    background-color: rgb(0 132 202);
}
.blog_grid .col{
    padding: 0 20px;
}
.blog_grid .row{
    margin: 0 -20px;
}
.blog_grid .blog_grid_det{
    padding-top: 30px;
    flex: 1;
}
.blog_grid .blog_grid_block{
    padding-top: 85px;
    display: flex;
}
.blog_grid .section_title{
    text-align: center;
}
.blog_grids{
    background-color: rgb(255 240 243);
}
.blog_grids.blue{
    background-color: rgb(0 132 202 / 8%);
}
.masonry_grids .large_grid .image{
    padding-top: 55%;
}
.masonry_grids .small_grid .image{
    padding-top: 115%;
}
.masonry_grids .masonry_gallery.large_grid{
    width: 66.66%;
}
.masonry_grids .grid_sizer,.masonry_grids .masonry_gallery {
    width: 33.33%;
}
.masonry_grids .mg_grid {
    display: block;
    padding: 20px;
}
.masonry_grids_section .section_title{
    text-align: center;
    margin-bottom: 60px;
}
.masonry_grids_section {
    padding: 205px 0;
    position: relative;
}
.masonry_grids_section:before{
    content: '';
    position: absolute;
    top: -60px;
    left: 50%;
    width: 1px;
    height: 240px;
    background-color: #C4C4C4;
}
.masonry_grids {
    margin: 0 -20px;
}
.blog_grids {
    padding: 120px 0 180px 0;
}
.footer_columns .footer_desc{
    display: block;
}
a.footer_desc.active:hover, a.privacy_link:hover {
    color: rgb(0 132 202);
}
.copyrights p {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
}
a:hover{
    color: rgb(0 132 202);
}
.pub_date{
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 1.8;
}
.blog_grid_det_block{
    display: flex;
    flex-direction: column;
    flex: 1;
}
.blog_grids ._row{
    display: flex;
    margin: 0 -20px ;
}
.blog_grids ._col{
    display: inline-flex;
    padding: 0 20px;
    flex-direction: column;
    margin-top: 40px;
}
.blog_grids .feature_img{
    display: block;
}
.blog_grid .feature_img:hover{
    -webkit-transform: scale(1.02);
    transform: scale(1.02);
}
.contact_section .cd_img{
    height: 75px;
    margin-top: 30px;
}
.con_details .c_det{
    display: block;
    font-size: 20px;
    color: #766F67;
    padding-top: 5px;
    line-height: 1.7;
}
.con_details .small_title{
    padding-top: 5px;
}
.small_title{
    font-size: 36px;
    line-height: 2.2;
    font-family: 'Marcellus', sans-serif;
}
.contact_section .con_details{
    padding-top: 30px;
}
.contact_section .col .con_details:first-child{
    padding-top: 0;
}
.contact_section .btn_primary{
    margin-top: 70px;
}
/* home grids*/
.home_grids .home_logo{
    height: 300px;
    object-fit: contain;
    display: block;
    margin: auto;
}
.home_grids{
    position: relative;
    height: 100vh;
}
.home_grids .hgrid_details {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.home_grids:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--grid-color-var);
}
.home_grids .c_editor{
    color: #fff;
    padding-top: 40px;
}
.home_grids .btn_primary{
    background-color: transparent;
    border: 1px solid #fff;
    transition: all 0.4s ease;
}
.home_grids .btn_primary:hover{
    background-color: #fff;
}
.home_grids .hg_cont{
    opacity: 0;
    visibility: hidden;
    text-align: center;
    max-height: 0;
    transition: all 0.3s ease;
}
.home_grids_section .home_grids:hover .hg_cont{
    opacity: 1;
    visibility: visible;
    max-height: 500px;
    min-width: 500px;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
}
.home_grids_section .hg_row {
    display: flex;
    overflow: hidden;
}
.home_grids_section .home_grids {
    flex: 1 0 auto;
    transition: all 1s ease;
    -webkit-transition: all 1s ease;
    display: block;
}
.home_grids_section .home_grids.active{
    flex-grow : 2;
}
/* MG Css*/
.c {
    max-width: 1640px;
}
img {
    max-width: 100%;
}
.row {
    font-size: 0;
}
ul, ol{
    list-style: none;
}
.col_70 {
    width: 70%;
}
.col_60 {
    width: 60%;
}
.col_40 {
    width: 40%;
}
.col_30 {
    width: 30%;
}
/* Header */
.header {
    padding: 55px 0;
}
.menu ul  li  a, .lang  {
    display: inline-block;
    font-size: 18px;
    /* font-weight: 500; */
    line-height: 2.22;
    text-transform: uppercase;
    position: relative;
    color: #1E1D23;
    font-family: 'Inter';
}
.menu  ul  li {
    display: inline-block;
    padding: 0 25px;
}
.lang {
    padding-left: 20px;
    vertical-align: middle;
    white-space: nowrap;
}
.lang a:first-child {
    font-weight: 600;
}
.lang .lang_en {
    position: relative;
    padding-left: 20px;
    margin-left: 20px;
}
.lang a {
    opacity: 0.4;
}
.lang a.active {
    opacity: 1;
}
.lang_en::before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    height: 100%;
    width: 2px;
    background-color: #b0b0b2;
    display: block;
}
.header .row {
    margin: 0 -25px;
}
.header .col {
    padding: 0 25px;
}
.menu > ul {
    text-align: right;
}
.logo img {
    height: 55px;
    width: auto;
}
.header .col {
    vertical-align: middle;
}
.header .col:first-child {
    text-align: left;
}
.header .col:nth-child(2) {
    text-align: right;
}
.menu ul li a:after {
    position: absolute;
    content: '';
    bottom: 0;
    height: 1px;
    width: 100%;
    left: 0;
    background-color: rgb(0 132 202);
    opacity: 0;
    transition: all 0.4s ease;
}
.menu ul li a:hover {
    color: rgb(0 132 202);
}
.menu ul li.current-menu-item a:after {
    background-color: #1E1D23;
}
.menu ul li a:hover:after, .menu ul li.current-menu-item a:after
{
    opacity: 1;
}
.menu {
    display: inline-block;
    vertical-align: middle;
}
.contact_section .col{
    padding: 0 80px;
    vertical-align: middle;
}
.contact_section .row{
    margin: 40px -80px;
}
/* Footer */
.footer_top {
   background-color: #1E1D23;
   position: relative;
   padding: 5px 0 0;
}
.footer_bottom {
    background-color: #151519;
    padding: 50px 0;
 }
.footer_logo_link img {
    height: 140px;
    width: auto;
}
.footer_logo {
    text-align: center;
    position: relative;
}
.footer_logo:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    top: 50%;
    left: 0;
    background-color: #8E8E8E;
    transform: translateY(50%);
}
.footer_logo_link {
    position: relative;
    display: inline-block;
    background-color: #1E1D23;
}
.footer_title {
    color: #fff;
    font-size: 28px;
    font-weight: 400;
    line-height: 1.75;
    font-family: Marcellus;
}
.footer_desc {
    color: #8E8E8E;
    font-size: 18px;
    line-height: 1.66;
}
.footer_desc.active{
    color: #fff;
    font-weight: 600;
}
.brown_color {
    color: #8E8E8E;
}
.footer_columns {
    padding-top: 100px;
    max-width: 950px;
    margin: auto;
}
.footer_columns .col {
    text-align: center;
    padding: 0 30px;
}
.footer_columns .row {
    margin: 0 -30px;
}
.footer_desc_wrap {
    padding-top: 45px;
}
.footer_desc_wrap .footer_desc {
    padding-top: 15px;
}
.footer_desc_wrap .footer_desc:first-child {
    padding-top: 0;
}
.footer_desc_wrap .footer_desc.brown_color {
    padding-top: 0;
    font-weight: 400;
}
.footer_bottom .col {
    padding: 0 30px;
}
.footer_bottom .row {
   margin: 0 -30px;
}
.footer_bottom .copyrights, .privacy_link  {
    font-size: 18px;
    line-height: 1.7;
    color: #989898;
    display: inline-block;
    vertical-align: middle;
}
.heart {
    color: #fff;
    font-size: 25px;
    padding: 0 5px;
    vertical-align: middle;
}
.footer_bottom .col:last-child {
    text-align: right;
}
/* Video Popup */
.video_popup_block .image {
    padding-top: 56.25%;
}
.video_popup_block{
    position: relative;
}
.video_popup_block iframe{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.play_button {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: transparent;
    transform: translate(-50%, -50%);
}
.play_button img {
    height: 350px;
    width: auto;
}
.video_popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000cc;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s, visibility 0.4s;
    z-index: 4;
}
.video_popup_open .video_popup {
    opacity: 1;
    visibility: visible;
    display: block;
}
.vid_popup_close_btn {
    position: absolute;
    width: 30px;
    height: 30px;
    top: 40px;
    right: 40px;
}
.vid_popup_close_btn:before, .vid_popup_close_btn:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fff;
    top: 13px;
}
.vid_popup_close_btn:before {
    transform: rotate(45deg);
}
.vid_popup_close_btn:after {
    transform: rotate(-45deg);
}
/* .video_popup_open body {
    overflow-y: hidden;
} */
.video_inner {
    position: relative;
    max-width: 75%;
    margin: auto;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}
.col_75{
    width: 75%;
}
.play_btn {
    cursor: pointer;
}
.video_inner::before {
    content: '';
    display: block;
    padding-bottom: 56.25%;
}
.video_inner iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.banner_section .image {
    height: calc(100vh - 155px);
}
.banner_logo img {
    height: 350px;
    width: auto;
    object-fit: contain;
}
.banner_logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}
.banner_section .swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 65px;
}
.banner_section .swiper-pagination-bullet {
    width: 18px;
    height: 18px;
    border: 2px solid #fff;
    opacity: 1;
    background: transparent;
    position: relative;
}
.banner_section .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 10px;
}
.banner_section .swiper-pagination-bullet-active:before {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    left: 50%;
    top: 50%;
    background-color: #fff;
    transform: translate(-50%, -50%);
    border-radius: 50%;
}
/* Blog */
.common_banner .image {
    height: 500px;
}
.common_banner_title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-family: Marcellus;
    font-size: 90px;
    line-height: 1.11;
    color: #fff;
}
.blog_cont_wrap .image {
    padding-top:  63%;
}
.blog_content {
    padding: 120px 0 160px;
}
.blog_title {
    font-size: 40px;
}
.blog_desc {
    font-size: 20px;
    line-height: 1.8;
    padding-top: 30px;
}
.blog_content .bl_date {
    line-height: 1.8;
}
.blog_cont_wrap .blog_grid_det {
    padding-top: 30px;
    max-width: 1024px;
    margin: auto;
    flex: 1;
    display: flex;
    flex-direction: column;
}
.blog_content a.btn_secondary {
    margin-top: 55px;
}
/* .blog_content .blog_grid_det .bl_title {
    color: #1E1D23;
} */
.blog_cont_wrap {
    padding-top: 85px;
}
.blog_content .blog_cont_wrap:first-child {
    padding-top: 0;
}
.blog_pagination {
    position: relative;
    text-align: right;
}
.blog_content .blog_pagination a.btn_secondary {
    margin-top: 140px;
}
.blog_cont_wrap .blog_grid_det .bl_readmore {
    margin-top: 35px;
    font-weight: 600;
}
.blog_pagination .bl_readmore {
    position: absolute;
    right: 0;
    bottom: 0;
    margin-top: 0;
}
.footer_bottom .col .privacy_link:nth-child(2){
    padding-left: 5px;
}
a.blog_page_img:hover {
    transform: scale(1.02);
}
a.blog_page_img {
    display: block;
    max-width: 1024px;
    margin: auto;
    width: 100%;
}
/* Blog Prev and Next Button */
nav.pagination.page a, nav.pagination.page span {
    font-family: Marcellus;
    font-size: 30px;
    padding-left: 0;
    margin-left: 65px;
    font-weight: 400;
    line-height: 2;
}
.nav_wrap .pagination a.btn_secondary {
    margin-top: 0;
}
nav.pagination.page a {
    color: #A7A7A7;
    transition: color 0.4s ease;
}
nav.pagination.next_button {
    text-align: right;
}
/* nav.pagination.prev_button a:before, nav.pagination.next_button a:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 45px;
    height: 2px;
    background-color:  #1E1D23;
} */
nav.pagination.prev_button a:hover:before, nav.pagination.next_button a:hover:before{
    background-color: rgb(0 132 202);
}
nav.pagination.page a:hover {
    color: rgb(0 132 202);
}
.nav_wrap {
    padding-top: 135px;
    width: 100%;
}
nav.pagination.page {
    text-align: center;
}
.pagination.page .page-numbers:first-child {
    margin-left: 0;
}
nav.pagination.prev_button a:hover nav.pagination.prev_button a:before, nav.pagination.prev_button a:hover  nav.pagination.next_button a:before {
    background-color:  #1E1D23;
}
.nav_wrap .col_2, .nav_wrap .col_4 {
    padding: 0 20px;
    vertical-align: middle;
}
.nav_wrap .row{
   margin: 0 -20px;
}
.tags {
    padding-top: 15px;
}
.tags a.bl_date {
    font-size: 15px;
    padding: 2px 12px;
    background-color: #000;
    border-radius: 5px;
    display: inline-block;
    color: #fff;
    border: 1px solid #000;
    transition: background-color 0.4s ease, color 0.4s ease;
}
.tags a.bl_date:hover {
    background-color: #fff;
    color: #000;
}
/* Burger Menu */
.burger_lines {
    position: relative;
    right: 0;
    top: 50%;
    width: 23px;
    height: 2px;
    background-color: #454548;
    display: inline-block;
}
.burger_menu_wrap {
    display: none;
    vertical-align: middle;
    width: 30px;
    height: 30px;
}
.burger_lines:before, .burger_lines:after  {
    content: '';
    position: absolute;
    bottom: 13px;
    right: 0;
    width: 30px;
    height: 100%;
    background-color: #454548;
    display: inline-block;
}
.burger_lines:before {
    top: 8px;
}
.burger_lines:after {
    bottom: 8px;
}
.mobile_menu {
    position: fixed;
    top: 0;
    width: 50%;
    height: 100%;
    overflow: auto;
    background-color: #fff;
    right: 0;
    display: none;
    text-align: left;
    padding: 40px;
    box-shadow: 0 0 20px rgb(0 0 0 / 50%);
    transform: translateX(100%);
    visibility: hidden;
    transition: transform .4s, visibility .4s;
    white-space: nowrap;
    z-index: 99999;
    border-radius: 20px 0px 0px 20px;
    filter: drop-shadow(-20px 0px 40px #00000029);
}
.mobile_menu .menu {
    display: block;
    padding-top: 20px;
}
.mobile_menu > .menu {
    padding-top: 100px;
}
.open_menu .mobile_menu {
    visibility: visible;
    transform: translateX(0);
}
.mobile_menu .lang {
    padding-left: 0;
    width: 50%;
}
.close_btn_wrap {
    width: 50%;
    display: inline-block;
    text-align: right;
}
.close_btn_wrap .burger_lines {
    background-color: #fff;
}
.mobile_menu .menu ul li {
    padding: 0;
    display: block;
    padding-top: 30px;
    position: relative;
}
.open_menu body {
    overflow-y: hidden;
}
.mobile_menu .burger_lines:before {
    top: 0;
    transform: rotate(45deg);
}
.mobile_menu .burger_lines:after {
    bottom: 0;
    transform: rotate(-45deg);
}
.mobile_menu > .menu {
    padding-top: 30px;
}
.mobile_menu .menu ul li a:after {
    bottom: -15px;
}
.mobile_menu .menu ul li:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: -15px;
    left: 0;
    background-color: #eaeaea;
}
.mobile_menu .menu ul li:last-child:before {
    position: relative;
}
.mobile_menu .menu ul li.current-menu-item a:after {
    background-color: #000;
    height: 3px;
}
.mobile_menu .menu ul li:first-child {
    padding-top: 0;
}
.head_cpy_wrap {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
}
.head_cpy_wrap .copyrights {
    padding-top: 20px;
    font-size: 8px;
}
.head_cpy_wrap .copyrights .heart {
    color: #1E1E23;
    opacity: 58%;
}
.footer_top .privacy_links {
    display: none;
}
.menu ul li:first-child {
    display: none;
}
.mobile_wrap {
    position: relative;
    padding-bottom: 180px;
}

/* Video Popup Triangle */
.gg-shape-triangle {
    position: relative;
    left: 44%;
    top: 40%;
    border-left: 2px solid #fff;
    height: 65px;
    display: inline-block;
}
.gg-shape-triangle:before, .gg-shape-triangle:after {
    content: '';
    position: absolute;
    width: 67px;
    left: -6px;
    border-bottom: 2px solid #fff;
}
.gg-shape-triangle:before {
    bottom: 15px;
    transform: rotate(-30deg);
}
.gg-shape-triangle:after {
    top: 15px;
    transform: rotate(30deg);
}
.rnd {
    position: relative;
    width: 320px;
    height: 320px;
    border: 2px solid #fff;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.round {
    position: relative;
    width: 350px;
    height: 350px;
    border: 2px solid #fff;
    border-radius: 50%;
}
.con_details .c_editor {
    padding-top: 0;
}
.video_popup_block {
    max-width: 90%;
    margin: auto;
}