/*-------------------------------------
    
	Author: Cool Cake 
	Copyright © 2019 - 2020
	
---------------------------------------
    
    CSS INDEX
    ===================
	
    1. BODY
	2. CUSTOM CSS / A
	3. PRELOADER
	4. NAVIGATION
	5. SLIDER

---------------------------------------*/
/*--------------
1.Theme default CSS
--------------------------*/
body,
html {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    line-height: 26px;
    color: #797979;
    width: 100%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.jarallax {
    z-index: 1 !important;
}

a {
    color: #797979;
    text-decoration: none;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

i:before {
    margin-left: 0 !important;
}

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Poppins', sans-serif;
    line-height: 1.1;
    font-weight: 400;
    color: #2b3840;
    margin: 0;
    padding: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #2b3840;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

p {
    margin: 0;
}

input,
select,
button,
textarea {
    outline: none;
}

input:focus,
select:focus,
button:focus,
textarea:focus {
    outline: none;
    box-shadow: none;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.float_left {
    float: left;
    width: 100%;
}

a:hover {
    text-decoration: none;
}

.first_dev {
    float: left;
    width: 100%;
    min-width: 400px;
}

/*-- side dots css start --*/
#fp-nav ul li a span {
    margin: 0 !important;
    width: auto !important;
    height: auto !important;
    width: 7px !important;
    height: 7px !important;
    background: #fff;
    margin: 0 !important;
    position: relative;
    display: block;
    top: auto;
    left: auto;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

#fp-nav ul li {
    width: auto;
    height: auto;
    margin: 10px;
    width: 17px;
    height: 17px
}

#fp-nav ul li .fp-sr-only {
    display: none
}

#fp-nav ul li a {
    width: auto;
    height: auto
}

#fp-nav ul li a span:after {
    content: '';
    position: absolute;
    width: 17px;
    height: 17px;
    top: -5px;
    left: -5px;
    border: 1px solid transparent
}

#fp-nav ul li a.active span:after {
    border-color: #fff
}

.custom-container {
    max-width: 1600px;
}

/*-- Preloader css start --*/
#preloader {
    background-color: #83aed8;
    bottom: 0;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2147483647;
    width: 100%;
    height: 100%;
}

#status {
    background-position: center center;
    background-repeat: no-repeat;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
}

#status img {}

/*-- side dots css End --*/
/*-- header css start --*/
.wrapper-background {
    position: fixed;
    height: 100%;
    top: 0;
    left: 0;
    width: 100%;
    background: url('../images/header_pizza_bg.png') 50% 0 repeat-y;
    background-position: center 0;
    background-size: cover;
}

.ck_navigation_main_wrapper {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
}

.ck_logo_wrapper {
    float: left;
    width: 260px;
    padding-top: 50px;
    position: relative;
    z-index: 1;
}

.ck_navigation_right_wrapper {
    float: left;
    width: calc(100% - 260px);
}

.ck_main_left_border {
    position: fixed;
}

.ck_main_left_border:after {
    content: '';
    border: 0.5px solid rgba(255, 255, 255, 0.18);
    height: 100%;
    position: fixed;
    left: 50px;
    top: 0;
    bottom: 0;
}

.ck_main_left_border:before {
    content: '';
    border: 1.5px solid #fff;
    height: 60px;
    position: fixed;
    left: 49px;
    top: 48px;
    bottom: 0;
}

.ck_main_left_border span {
    position: absolute;
    bottom: 50px;
    width: 7px;
    height: 7px;
    background: #fff;
    border-radius: 100%;
    position: fixed;
    bottom: 110px;
    left: 47px;
    box-shadow: 0 0 0 0 rgba(225, 225, 225, 0.6);
    -webkit-animation: pulse 1.2s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 1.2s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 1.2s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 1.2s infinite cubic-bezier(0.66, 0, 0, 1);
}

.main .main--demo-3 {
    float: right;
    width: auto;
}

.kv_logo_wrapper {
    float: left;
    width: auto;
}

.kv_navi_main_wrapper {
    background: #292b2f;
    box-shadow: 2px 0 20px rgba(0, 0, 0, 0.05);
    z-index: 10;
    position: relative;
    height: 113px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.kv_logo_wrapper a {
    float: left;
    padding: 30px 0px;
}

.menu-bar {
    cursor: pointer;
    position: relative;
    right: 15px;
    z-index: 9;
    height: 42px;
    display: block;
    float: right;
    margin-top: 15px;
}

.menu-bar span {
    background-color: #fff;
    display: block;
    height: 2px;
    margin-bottom: 6px;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 30px;
}

.mainmenu.menu-open {
    position: relative;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    right: 15px;
    visibility: visible;
}

.mainmenu ul li {
    display: inline-block;
}

.mainmenu ul li a {
    color: #fff;
    display: block;
    font-size: 16px;
    position: relative;
    overflow: hidden;
    padding: 45px 5px;
    letter-spacing: 1px;
    font-family: 'Poppins', sans-serif;
}

.gc_main_navigation .gc_main_navigation,
.mainmenu ul li.active>.gc_main_navigation {
    position: relative;
}

.mainmenu ul li:hover .gc_main_navigation,
.mainmenu ul li.active>.gc_main_navigation {
    opacity: 1;
    color: #fff !important;
}

.nav>li>a:focus,
.nav>li>a:hover {
    background-color: transparent;
}

.menu-bar:after,
.menu-bar:before {
    background-color: #fff;
    content: "";
    height: 2px;
    position: absolute;
    right: 0;
    top: 8px;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 30px;
}

.menu-bar.menu-close:after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.menu-bar.menu-close:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.menu-bar.menu-close span {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

/*************************
02.1 Submenu & Megamenu
*************************/

.mainmenu ul ul,
.mainmenu ul li .mega-menu {
    width: 220px;
    position: absolute;
    text-align: left;
    background-color: #fff;
    top: calc(100% + 30px);
    z-index: 9999999;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    visibility: hidden;
    -webkit-transform-origin: 0 0 0;
    transform-origin: 0 0 0;
}

.mainmenu ul li:hover>ul,
.mainmenu ul li:hover>.mega-menu {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    visibility: visible;
    top: 100%;
    border-top: 2px solid #fff;
    -o-box-shadow: 0px 4px 20px 0 rgba(0, 0, 0, 0.04);
    -ms-box-shadow: 0px 4px 20px 0 rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0px 4px 20px 0 rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: 0px 4px 20px 0 rgba(0, 0, 0, 0.04);
    box-shadow: 0px 4px 20px 0 rgba(0, 0, 0, 0.04);
}

.mainmenu ul ul li {
    display: block;
}

.mainmenu ul ul li a,
.mainmenu ul li.has-mega .mega-menu span a {
    color: #333333;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 8px 10px 8px 20px;
    border-bottom: 1px solid #eee;
    margin: 0;
}

.mainmenu ul li.has-mega .mega-menu span a:hover {
    background-color: #00468c;
    color: #ffffff !important;
}

.mainmenu ul ul li:last-child>a {
    border-bottom: 0px;
}

.mainmenu ul ul li a:after {
    content: "";
}

.mainmenu ul ul li>ul {
    left: -100%;
    top: 50%;
    -webkit-transform-origin: 100% 50% 0;
    transform-origin: 100% 50% 0;
}

.mainmenu ul ul li:hover>ul {
    top: 20%;
}

.mainmenu ul li.has-mega {
    position: relative;
}

.mainmenu ul li.has-mega .mega-menu {
    width: 100%;
    left: 0;
    padding: 20px 0px;
}

.mainmenu ul li.has-mega .mega-menu span {
    width: 25%;
    float: left;
    border-left: 1px solid #eee;
}

.mainmenu ul li.has-mega .mega-menu span a {
    padding-left: 20px;
    padding-right: 0px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.mainmenu ul li.has-mega .mega-menu span a:last-child {
    border-bottom: 0px;
}

.mainmenu ul li.has-mega .mega-menu span a:hover {
    padding-left: 3px;
    padding-left: 20px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.mainmenu ul li span a.active {
    font-weight: 600;
}

.mainmenu ul ul li.active>a {
    background-color: #eee;
    font-weight: 600;
}

.main_nav_ul {
    float: right;
    padding-top: 15px;
}

/*************************
02.2 Sticky menu
*************************/
.header-area.stick .logo a {
    color: #222;
    margin-top: 2px;
    position: relative;
    z-index: 9999999;
}

.header-area.stick .logo a h2 span {
    background-color: #222;
    color: #fff;
}

.header-area.stick .mainmenu ul li a,
.stick .mean-container a.meanmenu-reveal {
    color: #000000;
}

.header-area.stick .menu-bar:after,
.header-area.stick .menu-bar:before,
.header-area.stick .menu-bar span,
.stick .mainmenu ul li.parent:after,
.stick .mainmenu ul li.parent:before,
.stick .mainmenu ul li.has-mega>a:before,
.stick .mainmenu ul li.has-mega>a:after,
.stick .mean-container a.meanmenu-reveal span {
    background-color: #222;
}

/*************************
02.3 Hidden menu bar
*************************/
#cssmenu,
#cssmenu ul,
#cssmenu ul li,
#cssmenu ul li a {
    margin: 0;
    padding: 0;
    border: 0;
    list-style: none;
    line-height: 1;
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#cssmenu {
    width: 300px;
    font-family: Raleway, sans-serif;
    color: #ffffff;
}

#cssmenu ul ul {
    display: none;
}

#cssmenu>ul>li.active>ul {
    display: block;
}

.align-right {
    float: right;
}

#cssmenu>ul>li>a {
    padding: 16px 22px;
    cursor: pointer;
    z-index: 2;
    font-size: 24px;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

#cssmenu>ul>li>a:hover {
    color: #FFC700;
}

#cssmenu ul>li.has-sub>a:after {
    position: absolute;
    right: 26px;
    top: 28px;
    z-index: 5;
    display: block;
    height: 10px;
    width: 2px;
    background: #fff;
    content: "";
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

#cssmenu ul>li.has-sub>a:before {
    position: absolute;
    right: 22px;
    top: 32px;
    display: block;
    width: 10px;
    height: 2px;
    background: #fff;
    content: "";
    -webkit-transition: all 0.1s ease-out;
    -moz-transition: all 0.1s ease-out;
    -ms-transition: all 0.1s ease-out;
    -o-transition: all 0.1s ease-out;
    transition: all 0.1s ease-out;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

#cssmenu ul>li.has-sub.open>a:after,
#cssmenu ul>li.has-sub.open>a:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

#cssmenu ul ul li a {
    padding: 14px 45px;
    cursor: pointer;
    z-index: 2;
    font-size: 18px;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    -webkit-transition: color .2s ease;
    -o-transition: color .2s ease;
    transition: color .2s ease;
}

#cssmenu ul ul ul li a {
    padding-left: 32px;
}

#cssmenu ul ul li a:hover {
    color: #FFC700;
}

#cssmenu ul ul>li.has-sub>a:after {
    top: 16px;
    right: 26px;
    background: #ffffff;
}

#cssmenu ul ul>li.has-sub>a:before {
    top: 20px;
    background: #ffffff;
}

.hidden-menu-bar .mainmenu {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    right: 0;
    visibility: visible;
    padding-right: 0;
    position: relative;
    z-index: 10;
    float: right;
}

/*************************
02.4 Onepage side menu
*************************/

.left-side-wrapper {
    background-color: #222;
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 15%;
    z-index: 99;
}

.left-side-wrapper .logo {
    text-align: center;
}

.left-side-wrapper .mainmenu ul li {
    display: block;
}

.left-side-wrapper .mainmenu ul li a {}

.left-side-wrapper .mainmenu {
    margin-top: 50px;
    position: relative;
}

.left-side-wrapper .mainmenu ul li>a:after,
.left-side-wrapper .mainmenu ul li.active>a:after {
    bottom: -5px;
    left: 20px;
    right: auto;
}

.right-side-wrapper {
    margin-left: 15%;
    width: 85%;
}

.right-side-wrapper .container-fluid {
    padding: 0% 10%;
}

.right-side-wrapper .container-fluid .single-project-item {
    height: 370px;
}

.right-side-wrapper .container-fluid .single-project-item.large {
    height: 460px;
}

/*************************
02.5 Onepage Menu
*************************/

.mainmenu.one-page-menu ul li a {
    padding-right: 10px;
    padding-left: 10px;
}

.mainmenu.one-page-menu ul li:hover a:after,
.mainmenu.one-page-menu ul li.active a:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    width: 90%;
}

.mainmenu.one-page-menu ul li a:after {
    width: 0%;
    height: 1px;
    content: "";
    background-color: #fff;
    position: absolute;
    left: 5%;
    top: 50%;
    margin-top: -5px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.stick .mainmenu.one-page-menu ul li a:after {
    background-color: #222;
}

.rp_mobail_menu_main_wrapper {
    float: none;
    width: 100%;
}

.kv_sub_menu {
    position: unset !important;
}

.kv_mega_menu {
    width: 100% !important;
    left: 0;
}

.kv_mega_menu_width {
    float: left;
    width: 100%;
    overflow: hidden;
}

.jn_menu_partion_div {
    float: left;
    width: 22%;
}

.jn_menu_partion_div:first-child {
    background: #f9f9f9;
    position: relative;
    padding-bottom: 20px;
}

.jn_menu_partion_div:first-child:after {
    content: '';
    width: 501px;
    min-height: 450px;
    background: #f9f9f9;
    position: absolute;
    left: -500px;
    top: 0;
}

.jn_menu_partion_div:nth-child(2) {
    width: 56%;
}

.jn_menu_partion_div li {
    float: left;
    width: 100%;
}

.jn_menu_partion_div ul {
    position: unset !important;
}

.mainmenu ul li:hover>ul .jn_menu_partion_div ul,
.mainmenu ul li:hover>.mega-menu .jn_menu_partion_div ul {
    opacity: 1 !important;
    visibility: visible !important;
}

.jn_menu_tabs_cont li a {
    font-weight: 500 !important;
    text-transform: uppercase !important;
    background: transparent !important;
    color: #004165 !important;
    padding-left: 30px !important;
}

.jn_menu_tabs_cont ul {
    background: transparent !important;
}

.jn_menu_tabs_cont li a:hover {
    background: transparent !important;
    color: #004165 !important;
    border-color: transparent !important;
}

.jn_menu_tabs_cont li:hover>a {
    color: #004165 !important;
}

.jn_menu_tabs_cont .nav-tabs .nav-item.show .nav-link,
.jn_menu_tabs_cont .nav-tabs .nav-link.active {
    background: #fff !important;
    border-color: transparent !important;
    position: relative;
    font-size: 11.5px;
}

.jn_menu_tabs_cont .nav-tabs .nav-link.active:after {
    content: '\f067';
    position: absolute;
    font-family: FontAwesome;
    left: 8px;
    top: 8px;
    font-size: 10px;
    color: #e17000;
}

.jn_menu_tabs_cont .nav-tabs .nav-link.active:before {
    content: '\f105';
    position: absolute;
    font-family: FontAwesome;
    right: 8px;
    top: 8px;
    font-size: 18px;
    color: #e17000;
}

.jn_menu_tabs_cont ul {
    width: 100% !important;
    border-bottom: 0;
}

.jen_tabs_conent_list ul {
    width: 100% !important;
}

.jen_tabs_conent_list {
    margin-top: 20px;
    padding-left: 20px;
}

.jen_tabs_conent_list li a {
    border: 0 !important;
}

.jen_tabs_conent_list li a:hover {
    color: #e17000;
}

.jen_tabs_conent_list2 {
    padding-left: 0;
    position: relative;
}

.jen_tabs_conent_list2:after {
    content: '';
    width: 1px;
    height: 180px;
    background: #eee;
    position: absolute;
    right: 0;
    top: 25px;
}

.jn_menu_img_blog {
    text-align: center;
    margin-top: 20px;
}

.jn_menu_img_blog h5 {
    padding-top: 10px;
    line-height: 26px;
}

.navi_btn {
    float: left;
    width: 180px;
    height: 30px;
    background: #9c1111;
    color: #fff !important;
    text-align: center;
    line-height: 28px;
    padding: 0 !important;
    margin-left: 20px !important;
    margin-top: 15px !important;
}

.mainmenu ul li:hover .gc_main_navigation i,
.mainmenu ul li.active>.gc_main_navigation i {
    color: #e99595 !important;
}

.kv_navigation_wrapper {
    float: right;
    width: auto;
}

.jen_search_btn_wrapper {
    float: right;
    width: auto;
}

/*-- search Start --*/
.serach-header {
    float: right;

    z-index: 1;
}

.serach-header .searchd {
    background: transparent;
    line-height: 50px;
    height: 50px;
    border: 0;
}

.serach-header .searchd i {
    color: #29abff;
    font-size: 16px;
    border: 0 !important;
}

.searchd {
    background: transparent;
    float: left;
    height: 20px;
    padding-left: 15px;
    border: 0;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.white_serch {
    display: none;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.searchd:hover {
    color: #e99595;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.serach-header .searchbox {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.92);
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-transform: translate(0px, -100%) scale(0, 0);
    -moz-transform: translate(0px, -100%) scale(0, 0);
    -o-transform: translate(0px, -100%) scale(0, 0);
    -ms-transform: translate(0px, -100%) scale(0, 0);
    transform: translate(0px, -100%) scale(0, 0);
    opacity: 0;
    filter: alpha(opacity=0);
    z-index: 11000;
}

.serach-header .searchbox .close {
    background-color: transparent;
    box-shadow: none;
    color: #e17000;
    font-size: 40px;
    font-weight: bold;
    opacity: 1;
    padding: 10px 17px;
    position: fixed;
    right: 20px;
    top: 15px;
    text-shadow: none;
}

.serach-header .searchbox form input {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: transparent;
    border-color: -moz-use-text-color -moz-use-text-color #fff;
    border-image: none;
    border-style: none none solid;
    border-width: medium medium 1px;
    color: #e17000;
    font-size: 28px;
    font-weight: lighter;
    left: 0;
    right: 0;
    margin: 0px auto;
    outline: medium none;
    padding-bottom: 7px;
    padding-left: 0;
    padding-right: 30px;
    position: absolute;
    top: 45%;
    width: 36%;
    line-height: 60px;
}

.serach-header .searchbox form button {
    display: inline-block;
    line-height: 60px;
    height: 60px;
    left: 64%;
    position: absolute;
    top: 49%;
    transform: translate(0%, -55%);
    background: transparent;
    color: #e17000;
    border: 0;
    font-size: 20px;
}

.serach-header .searchbox.open {
    -webkit-transform: translate(0px, 0px) scale(1, 1);
    -moz-transform: translate(0px, 0px) scale(1, 1);
    -o-transform: translate(0px, 0px) scale(1, 1);
    -ms-transform: translate(0px, 0px) scale(1, 1);
    transform: translate(0px, 0px) scale(1, 1);
    opacity: 1;
    filter: alpha(opacity=100);
}

.serach-header .searchbox form::-webkit-input-placeholder {
    color: rgba(219, 187, 10, 0.6);
}

.serach-header .searchbox form:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(219, 187, 10, 0.6);
}

.serach-header .searchbox form::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(219, 187, 10, 0.6);
}

.serach-header .searchbox form:-ms-input-placeholder {
    color: rgba(219, 187, 10, 0.6);
}

.search_wrap {
    float: left;
    padding-top: 30px;
    margin-right: -10px;
}

.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    color: #e17000;
    text-decoration: none;
    opacity: .75;
}

.parent a:hover {
    color: #e99595;
}

.menu_fixed {
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    padding-top: 0;
    background: #292b2f;
    box-shadow: 0px 4px 20px 0 rgba(0, 0, 0, 0.04);
}

.main_nav_ul li {
    margin-right: 40px;
}

.buss_cart_section_wrapper {
    float: right;
    width: auto;
}

.buzz_cart_dropdown {
    position: relative;
    padding-top: 60px;
    padding-bottom: 44px;
    padding-right: 25px;
}

.buzz_cart_dropdown a {
    color: #fff;
    position: relative;
    font-size: 18px;
}

.buzz_cart_dropdown a svg {
    width: 50px;
    height: 30px;
}

.buzz_cart_dropdown a svg path {
    stroke: #fff;
}

.buzz_cart_dropdown a span {
    width: 18px;
    height: 18px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: #FFC700;
    text-align: center;
    line-height: 18px;
    float: left;
    color: #ffffff;
    font-size: 10px;
    position: absolute;
    top: -4px;
    right: -6px;
}

.buzz_cart_dropdown>ul {
    position: absolute;
    top: 100%;
    right: 0;
    width: 350px;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    margin-top: 30px;
    padding: 20px;
    -o-box-shadow: 0px 4px 20px 0 rgba(0, 0, 0, 0.04);
    -ms-box-shadow: 0px 4px 20px 0 rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0px 4px 20px 0 rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: 0px 4px 20px 0 rgba(0, 0, 0, 0.04);
    box-shadow: 0px 4px 20px 0 rgba(0, 0, 0, 0.04);
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.buzz_cart_dropdown>ul li {
    margin-top: 20px;
    float: left;
    width: 100%;
    position: relative;
}

.buzz_cart_dropdown>ul li:first-child {
    margin-top: 0px;
}

.buzz_cart_dropdown:hover>ul {
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.buzz_cart_dropdown i {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.buzz_cart_dropdown i:before {
    font-size: 25px;
}

.buzz_cart_dropdown:hover i {
    color: #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.cc_cart_wrapper1 .close {
    opacity: 1;
    position: absolute;
    top: 17px;
    right: 0;
}

.cc_cart_cont_wrapper h4 {
    line-height: 17px;
}

.cc_cart_cont_wrapper h4 a:hover {
    color: #FFC700;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.cc_cart_wrapper1 .close:hover {
    color: #FFC700;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.cc_cart_img_wrapper {
    float: left;
    width: auto;
    padding-right: 25px;
}

.cc_cart_cont_wrapper p {
    font-size: 14px;
    color: #777;
}

.cc_cart_cont_wrapper h4 a {
    text-transform: capitalize;
    font-size: 18px;
    color: #111;
}

.buzz_cart_btn {
    float: left;
    width: 100%;
}

.buzz_cart_btn a {
    float: left;
    width: 150px;
    height: 50px;
    line-height: 45px;
    text-align: center;
    background: #FFC700;
    border: 1px solid #FFC700;
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
}

.buzz_cart_btn a:hover {
    background: transparent;
    color: #FFC700;
}

.lv_search_box2 li {
    float: left;
    width: 100%;
    margin-top: 20px;
}

.ck_login_btn {
    float: right;
    padding-top: 60px;
    padding-right: 25px;
    position: relative;
    z-index: 1;
}

.ck_login_btn a svg {
    width: 50px;
    height: 30px;
}

.ck_login_btn a svg path {
    fill: #fff;
}

.ck_login_btn a i:before {
    margin-left: 0;
    color: #fff;
    font-size: 25px;
}

.ck_top_life_effect {
    position: fixed;
    top: 0;
    left: 28%;
}

.ck_top_life_effect:after {
    content: '';
    border: 0.5px solid rgba(255, 255, 255, 0.21);
    height: 125px;
    position: absolute;
    top: 0;
}

.ck_top_life_effect:before {
    content: '';
    width: 7px;
    height: 7px;
    background: #fff;
    border-radius: 100%;
    position: absolute;
    bottom: -127px;
    left: -3px;
    box-shadow: 0 0 0 0 rgba(225, 225, 225, 0.6);
    -webkit-animation: pulse 1.2s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 1.2s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 1.2s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 1.2s infinite cubic-bezier(0.66, 0, 0, 1);
}

@-webkit-keyframes pulse {
    to {
        box-shadow: 0 0 0 20px rgba(232, 76, 61, 0);
    }
}

@-moz-keyframes pulse {
    to {
        box-shadow: 0 0 0 20px rgba(232, 76, 61, 0);
    }
}

@-ms-keyframes pulse {
    to {
        box-shadow: 0 0 0 20px rgba(232, 76, 61, 0);
    }
}

@keyframes pulse {
    to {
        box-shadow: 0 0 0 20px rgba(232, 76, 61, 0);
    }
}

.ck_bot_life_effect {
    position: fixed;
    bottom: 0;
    left: 42%;
}

.ck_bot_life_effect:after {
    content: '';
    border: 0.5px solid rgba(255, 255, 255, 0.21);
    height: 125px;
    position: absolute;
    bottom: 0;
}

.ck_bot_life_effect:before {
    content: '';
    width: 7px;
    height: 7px;
    background: #fff;
    border-radius: 100%;
    position: absolute;
    bottom: 125px;
    left: -3px;
    box-shadow: 0 0 0 0 rgba(225, 225, 225, 0.6);
    -webkit-animation: pulse 1.2s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulse 1.2s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulse 1.2s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulse 1.2s infinite cubic-bezier(0.66, 0, 0, 1);
}

.mainmenu .gc_main_navigation.parent:after,
.mainmenu ul li.has-mega>a:after {
    content: '';
    position: absolute;
    left: 0;
    width: 0%;
    background: url(../images/shap_line.png) no-repeat;
    height: 13px;
    bottom: 20px;
    border: 0;
    margin: 0;
    transition: all 500ms linear 0s;
}

.main_nav_ul {
    display: inline-flex;
}

.mainmenu .gc_main_navigation.parent:hover:after,
.mainmenu ul li.has-mega:hover>a:after {
    width: 90px;
}

/*-- header css End --*/
/*-- slider css Start --*/

.ck_header_main_wrapper2 {
    width: 100%;
    position: relative;
}

.ck_header_main_wrapper2::after {
    content: '';
    position: absolute;
    right: 25%;
    top: 0;
    width: 250px;
    height: 100%;
    background-color: #FEC90D;
}

.fp-tableCell {
    position: relative;
    z-index: 99;
}

.ck_slider_top_content h4 {
    position: absolute;
    /* top: 235px; */
    font-family: Italianno;
    font-size: 100px;
    font-weight: 400;
    color: #fff;
    padding-left: 230px;
}

.ck_slider_top_content h3 {
    color: #FEC90D;
    /* padding-top: 30px; */
    font-family: Lalezar;
    font-size: 280px;
    font-weight: 400;
    animation-duration: 1s;
    animation-fill-mode: both;
    line-height: 170px;
    margin-top: 140px;
}

.ck_slider_top_content p {
    max-width: 665px;
    color: #fff;
    font-family: Helvetica;
    font-size: 16px;
    font-weight: 400;
    /* padding-top: 30px; */
    animation-duration: 1.5s;
    animation-fill-mode: both;
}

.ck_slider_top_content ul {
    width: 100%;
    display: flex;
    margin-top: 15px;
    animation-duration: 2s;
    animation-fill-mode: both;
}

.ck_slider_top_content li {
    margin-right: 20px;
    margin-top: 15px;
}

.ck_slider_top_content li:first-child a {
    width: 195px;
    height: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #FEC90D;
    color: #111215;
    text-transform: capitalize;
    border: 1px solid transparent;
    border-radius: 6px;
    font-family: Inter;
    font-size: 18px;
    font-weight: 700;
}

.ck_slider_top_content li:first-child a:hover {
    background: transparent;
    border: 1px solid #FEC90D;
    color: #FEC90D;
}

.ck_slider_top_content li:last-child a {
    float: left;
    width: 192px;
    height: 58px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: transparent;
    border: 1px solid #fff;
    border-radius: 6px;
    color: #fff;
    text-transform: capitalize;
    font-family: Inter;
    font-size: 18px;
    font-weight: 700;
}

.ck_slider_top_content li:last-child a:hover {
    background: #FEC90D;
    border: 1px solid transparent;
    color: #000000;
}

.ck_main_slider_img {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ck_main_slider_img img {
    width: 100%;
}

/*-- slider css End --*/
/*-- about css Start --*/
.ck_about_main_wrapper {
    width: 100%;
    position: relative;
}

.ck_about_info_box .ck_about_title_box h3 {
    font-family: Lalezar;
    font-size: 54px;
    font-weight: 400;
    color: #FEC90D;
    text-align: center;

}

.ck_about_info_box .ck_about_inner_box {
    display: flex;
    margin-top: 50px;
}

.ck_about_info_box .ck_about_inner_box .ck_about_img {
    width: 100%;
}

.ck_about_info_box .ck_about_inner_box .ck_about_img h4 {
    width: 100%;
    font-family: Helvetica;
    font-size: 26px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
}

.ck_about_info_box .ck_about_inner_box .ck_about_img img {
    width: 100%;
}

/*-- about css End --*/
/*-- offer css Start --*/
.ck_offer_main_wrapper {
    width: 100%;
    position: relative;
}

.ck_offer_main_wrapper .ck_offer_info_box {
    width: 100%;
    position: relative;
}

.ck_offer_main_wrapper .ck_offer_info_box .ck_offer_title_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.ck_offer_main_wrapper .ck_offer_info_box .ck_offer_title_box h4 {
    font-family: Italianno;
    font-size: 60px;
    font-weight: 400;
    color: #fff;
}

.ck_offer_main_wrapper .ck_offer_info_box .ck_offer_title_box h3 {
    font-family: Lalezar;
    font-size: 54px;
    font-weight: 400;
    color: #FEC90D;

}

.ck_offer_main_wrapper .ck_offer_info_box .ck_offer_inner_section_wrapper {
    width: 100%;
    position: relative;
    display: flex;
    gap: 30px;
    margin-top: 50px;
}

.ck_offer_main_wrapper .ck_offer_info_box .ck_offer_inner_section_wrapper .ck_offer_inner_box {
    width: 25%;
    position: relative;
    border: 3px solid #fff;
    border-radius: 40px;
    overflow: hidden;
}

.ck_offer_main_wrapper .ck_offer_info_box .ck_offer_inner_section_wrapper .ck_offer_inner_box .ck_offers_img_box {
    width: 100%;
    position: relative;
}

.ck_offer_main_wrapper .ck_offer_info_box .ck_offer_inner_section_wrapper .ck_offer_inner_box .ck_offers_img_box img {
    width: 100%;
}

.ck_offer_main_wrapper .ck_offer_info_box .ck_offer_inner_section_wrapper .ck_offer_inner_box .ck_offers_content_box {
    width: 100%;
    position: absolute;
    bottom: -200px;
    padding: 20px;
    background-color: rgb(0 0 0 / 80%);
    border-radius: 0px 0px 40px 40px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.ck_offer_main_wrapper .ck_offer_info_box .ck_offer_inner_section_wrapper .ck_offer_inner_box:hover .ck_offers_content_box {
    bottom: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.ck_offer_main_wrapper .ck_offer_info_box .ck_offer_inner_section_wrapper .ck_offer_inner_box .ck_offers_content_box a {
    font-family: Lexend;
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    display: flex;
    gap: 10px;
    margin-bottom: 10px;
}

.ck_offer_main_wrapper .ck_offer_info_box .ck_offer_inner_section_wrapper .ck_offer_inner_box .ck_offers_content_box p {
    font-family: Lexend;
    font-size: 12px;
    font-weight: 400;
    color: #ffffff;
}

.ck_offer_main_wrapper .ck_offer_info_box .ck_offer_inner_section_wrapper .ck_offer_inner_box .ck_offers_content_box .price_sec {
    width: 100%;
    margin-top: 10px;
    border-top: 1px solid #fff;
    padding-top: 10px;
}

.ck_offer_main_wrapper .ck_offer_info_box .ck_offer_inner_section_wrapper .ck_offer_inner_box .ck_offers_content_box .price_sec ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ck_offer_main_wrapper .ck_offer_info_box .ck_offer_inner_section_wrapper .ck_offer_inner_box .ck_offers_content_box .price_sec ul li h6 {
    font-family: Lexend;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
}

.ck_offer_main_wrapper .ck_offer_info_box .ck_offer_inner_section_wrapper .ck_offer_inner_box .ck_offers_content_box .price_sec ul li p {
    font-family: Lexend;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
}

.ck_offer_main_wrapper .ck_offer_info_box .ck_offer_inner_section_wrapper .ck_offer_inner_box .ck_offers_content_box .price_sec ul li a {
    font-family: Lexend;
    font-size: 16px;
    font-weight: 600;
    color: #FEC90D;
}

/*-- offer css End --*/
/*-- pizzas css Start --*/

.ck_pizzas_main_wrapper {
    width: 100%;
    position: relative;
}

.ck_pizzas_main_wrapper .ck_pizzas_info_box {
    width: 100%;
    position: relative;
    display: flex;
}

.ck_pizzas_main_wrapper .ck_pizzas_info_box .ck_pizzas_inner_box_01 {
    width: 50%;
}

.ck_pizzas_main_wrapper .ck_pizzas_info_box .ck_pizzas_inner_box_02 {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}

.ck_pizzas_main_wrapper .ck_pizzas_info_box .ck_pizzas_inner_box_01 .ck_pizzas_img {
    width: 100%;
}

.ck_pizzas_main_wrapper .ck_pizzas_info_box .ck_pizzas_inner_box_01 .ck_pizzas_img img {
    width: 100%;
    max-width: 650px;
}

.ck_pizzas_main_wrapper .ck_pizzas_info_box .ck_pizzas_inner_box_02 .ck_pizzas_content_box {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}

.ck_pizzas_main_wrapper .ck_pizzas_info_box .ck_pizzas_inner_box_02 .ck_pizzas_content_box h4 {
    font-family: Italianno;
    font-size: 60px;
    font-weight: 400;
    color: #fff;
}

.ck_pizzas_main_wrapper .ck_pizzas_info_box .ck_pizzas_inner_box_02 .ck_pizzas_content_box h3 {
    font-family: Lalezar;
    font-size: 120px;
    font-weight: 400;
    color: #FEC90D;
}

.ck_pizzas_main_wrapper .ck_pizzas_info_box .ck_pizzas_inner_box_02 .ck_pizzas_content_box p {
    max-width: 681px;
    font-family: Helvetica;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

.ck_pizzas_main_wrapper .ck_pizzas_info_box .ck_pizzas_inner_box_02 .ck_pizzas_content_box .ck_pizzas_btn {
    width: 100%;
    position: relative;
    margin-top: 50px;
}

.ck_pizzas_main_wrapper .ck_pizzas_info_box .ck_pizzas_inner_box_02 .ck_pizzas_content_box .ck_pizzas_btn ul {
    display: flex;
    gap: 30px;
}

.ck_pizzas_main_wrapper .ck_pizzas_info_box .ck_pizzas_inner_box_02 .ck_pizzas_content_box .ck_pizzas_btn ul li .fill_btn {
    font-family: Inter;
    font-size: 18px;
    font-weight: 700;
    display: flex;
    width: 195px;
    height: 58px;
    justify-content: center;
    align-items: center;
    background-color: #FEC90D;
    border: 1px solid transparent;
    border-radius: 6px;
    color: #000000;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.ck_pizzas_main_wrapper .ck_pizzas_info_box .ck_pizzas_inner_box_02 .ck_pizzas_content_box .ck_pizzas_btn ul li .fill_btn:hover {
    background-color: transparent;
    border-color: #FEC90D;
    color: #FEC90D;
}

.ck_pizzas_main_wrapper .ck_pizzas_info_box .ck_pizzas_inner_box_02 .ck_pizzas_content_box .ck_pizzas_btn ul li .transparent_btn {
    font-family: Inter;
    font-size: 18px;
    font-weight: 700;
    display: flex;
    width: 195px;
    height: 58px;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    border: 1px solid #fff;
    border-radius: 6px;
    color: #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.ck_pizzas_main_wrapper .ck_pizzas_info_box .ck_pizzas_inner_box_02 .ck_pizzas_content_box .ck_pizzas_btn ul li .transparent_btn:hover {
    background-color: #FEC90D;
    color: #000000;
    border-color: transparent;
}

/* .ck_heading_center_wrapper {
    text-align: center;
}

.ck_heading_center_wrapper h3:after {
    right: 0;
    margin: 0px auto;
}

.ck_gallery_slider_wrapper .owl-theme .owl-dots {
    display: none;
}

.ck_gallery_slider_wrapper .owl-theme .owl-nav {
    display: none;
}

.ck_gallery_slider_wrapper {
    animation-duration: 1.5s;
    animation-fill-mode: both;
    margin-top: 60px;
}

.ck_gallery_box_main_wrapper2 {
    margin-top: 2px;
}

.ck_gallery_box_main_wrapper img {
    width: 100%;
}

.ck_gallery_box_main_wrapper {
    position: relative;
    overflow: hidden;
    float: left;
    width: 100%;
    margin-left: 2px;
}

.overlay {
    background: rgba(240, 98, 146, 0.73);
    position: absolute;
    top: 200px;
    bottom: 200px;
    left: 200px;
    right: 200px;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.ck_gallery_cont_wrapper {
    text-align: center;
    position: absolute;
    top: 32%;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.ck_gallery_box_main_wrapper:hover .ck_gallery_cont_wrapper {
    opacity: 1;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.ck_gallery_box_main_wrapper:hover .overlay {
    opacity: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.ck_gallery_cont_wrapper h3 {
    font-size: 20px;
    color: #fff;
}

.ck_gallery_cont_wrapper a {
    display: inline-block;
    width: 41px;
    height: 41px;
    border: 1px solid #fff;
    line-height: 41px;
    text-align: center;
    margin-top: 20px;
}

.ck_gallery_cont_wrapper a i:before {
    font-size: 20px;
    color: #fff;
}

.ck_gallery_btn {
    text-align: center;
}

.ck_gallery_btn a {
    float: none;
    display: inline-block;
} */



/*-- pizzas css End --*/
/*-- testimonail css Start --*/

.ck_testi_main_wrapper {
    width: 100%;
    position: relative;
}

.ck_testi_main_wrapper .ck_testi_info_box {
    display: flex;
    gap: 60px;
}

.ck_testi_main_wrapper .ck_testi_info_box .ck_testi_inner_box_01 {
    width: 50%;
}

.ck_testi_main_wrapper .ck_testi_info_box .ck_testi_inner_box_01 .ck_content_img_box {
    width: 100%;
    position: relative;
}

.ck_testi_main_wrapper .ck_testi_info_box .ck_testi_inner_box_01 .ck_content_img_box h4 {
    font-family: Italianno;
    font-size: 60px;
    font-weight: 400;
    color: #fff;
}

.ck_testi_main_wrapper .ck_testi_info_box .ck_testi_inner_box_01 .ck_content_img_box h3 {
    font-family: Lalezar;
    font-size: 54px;
    font-weight: 400;
    color: #FEC90D;
}

.ck_testi_main_wrapper .ck_testi_info_box .ck_testi_inner_box_01 .ck_content_img_box p {
    max-width: 685px;
    font-family: Helvetica;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

.ck_testi_main_wrapper .ck_testi_info_box .ck_testi_inner_box_01 .ck_content_img_box .ck_testi_title {
    width: 100%;
    margin-top: 50px;
}

.ck_testi_main_wrapper .ck_testi_info_box .ck_testi_inner_box_01 .ck_content_img_box .ck_testi_title ul {
    display: flex;
    gap: 20px;
    align-items: center;
}

.ck_testi_main_wrapper .ck_testi_info_box .ck_testi_inner_box_01 .ck_content_img_box .ck_testi_title ul .title_box h3 {
    font-family: Helvetica;
    font-size: 18px;
    font-weight: 700;
    color: #FEC90D;
    margin-bottom: 5px;
}

.ck_testi_main_wrapper .ck_testi_info_box .ck_testi_inner_box_01 .ck_content_img_box .ck_testi_title ul .title_box p {
    font-family: Helvetica;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

.ck_testi_main_wrapper .ck_testi_info_box .ck_testi_inner_box_02 .ck_testi_img_box {
    width: 100%;
    position: relative;
}

.ck_testi_main_wrapper .ck_testi_info_box .ck_testi_inner_box_02 .ck_testi_img_box img {
    width: 100%;
    position: relative;
}

.ck_testi_main_wrapper .ck_testi_info_box .ck_testi_inner_box_02 {
    width: 50%;
    position: relative;
}

.ck_testi_main_wrapper .ck_testi_info_box .ck_testi_inner_box_02 .ck_testi_img_box .text_box {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 470px;
    height: auto;
    background-color: #fff;
    padding: 30px;
    border-radius: 20px;
}

.ck_testi_main_wrapper .ck_testi_info_box .ck_testi_inner_box_02 .text_box ul {
    display: flex;
    justify-content: space-between;
}

.ck_testi_main_wrapper .ck_testi_info_box .ck_testi_inner_box_02 .text_box ul li {
    font-family: Inter;
    font-size: 20px;
    font-weight: 700;
    color: #333333;
    margin-bottom: 10px;
}

.ck_testi_main_wrapper .ck_testi_info_box .ck_testi_inner_box_02 .text_box p {
    max-width: 403px;
    font-family: Helvetica;
    font-size: 16px;
    font-weight: 400;
    color: #828282;
    margin-top: 20px;
}

.ck_testi_main_wrapper .ck_testi_slider_box .owl-carousel .owl-nav {
    position: absolute;
    display: flex;
    gap: 10px;
    left: 600px;
    bottom: 25px;
}

.ck_testi_main_wrapper .ck_testi_slider_box .owl-carousel .owl-dots {
    display: none;
}

.ck_testi_main_wrapper .ck_testi_slider_box .owl-carousel .owl-prev {
    color: #FFF;
    cursor: pointer;
}

.ck_testi_main_wrapper .ck_testi_slider_box .owl-carousel .owl-next {
    color: #FFF;
    cursor: pointer;
}

/* .ck_service_main_box_wrapper {
    margin-top: 60px;
}

.ck_service_icon_wrapper {
    position: relative;
}

.ck_service_icon_wrapper:after {
    content: '';
    border: 0.5px solid #fff;
    width: 68%;
    position: absolute;
    bottom: 0px;
    left: 35px;
}

.ck_service_icon_wrapper span svg path {
    fill: #fff;
}

.ck_service_icon_wrapper span {
    float: left;
    width: 65px;
    height: 65px;
    border: 1px solid #fff;
    text-align: center;
    line-height: 65px;
    position: relative;
    overflow: hidden;
    z-index: 100;
    background: transparent;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.ck_service_icon_wrapper i:before {
    color: #fff;
    font-size: 32px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.ck_service_icon_cont_wrapper h3 {
    font-size: 24px;
    padding-top: 30px;
}

.ck_service_icon_cont_wrapper h3 a {
    color: #fff;
}

.ck_service_icon_cont_wrapper p {
    color: #fff;
    padding-top: 20px;
}

.ck_service_main_box_wrapper2 {
    margin-top: 40px;
}

.ck_service_btn {
    margin-top: 40px;
    text-align: center;
}

.ck_service_btn a {
    display: inline-block;
    float: none;
}

.ck_service_icon_wrapper i:after {
    content: '';
    position: absolute;
    left: 50%;
    right: 50%;
    top: 50%;
    bottom: 50%;
    opacity: 0;
    width: 65px;
    height: 65px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.ck_service_main_box_wrapper:hover .ck_service_icon_wrapper i:after {
    position: absolute;
    top: 0;
    left: -20px;
    right: 0;
    bottom: 0;
    background: #fff;
    opacity: 1;
    z-index: -1;
}

.ck_service_main_box_wrapper:hover .ck_service_icon_wrapper i:before {
    color: #111215;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.ck_service_main_box_wrapper:hover .ck_service_icon_wrapper i {
    position: relative;
    z-index: 1 !important;
} */

/*-- testi css End --*/

/*-- pizza images css Start --*/

.ck_pizza-img_main_wrapper {
    width: 100%;
    position: relative;
}

.ck_pizza-img_main_wrapper .ck_pizza_img_info_box {
    display: flex;
    gap: 50px;
}

.ck_pizza-img_main_wrapper .ck_pizza_img_info_box .ck_pizza_img_inner_box_01 {
    width: 50%;
    position: relative;
    display: flex;
    background-color: #F82131;
    padding: 30px;
    border-radius: 20px;
}

.ck_pizza-img_main_wrapper .ck_pizza_img_info_box .ck_pizza_img_inner_box_01 .ck_pizza_content_box_01 {
    width: 50%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.ck_pizza-img_main_wrapper .ck_pizza_img_info_box .ck_pizza_img_inner_box_01 .ck_pizza_img_box_01{
    width: 50%;
}
.ck_pizza-img_main_wrapper .ck_pizza_img_info_box .ck_pizza_img_inner_box_01 .ck_pizza_img_box_01 img{
    width: 100%;
}
.ck_pizza-img_main_wrapper .ck_pizza_img_info_box .ck_pizza_img_inner_box_01 .ck_pizza_content_box_01 h4 {
    font-family: Italianno;
    font-size: 36px;
    font-weight: 400;
    color: #fff;
}

.ck_pizza-img_main_wrapper .ck_pizza_img_info_box .ck_pizza_img_inner_box_01 .ck_pizza_content_box_01 h3 {
    font-family: Lalezar;
    font-size: 100px;
    font-weight: 400;
    color: #FEC90D;
}

.ck_pizza-img_main_wrapper .ck_pizza_img_info_box .ck_pizza_img_inner_box_01 .ck_pizza_content_box_01 p {
    font-family: Helvetica;
    font-size: 20px;
    /* text-align: end; */
    font-weight: 700;
    color: #fff;
}

.ck_pizza-img_main_wrapper .ck_pizza_img_info_box .ck_pizza_img_inner_box_01 .ck_pizza_content_box_01 ul {
    display: flex;
    margin-top: 20px;
}


.ck_pizza-img_main_wrapper .ck_pizza_img_info_box .ck_pizza_img_inner_box_02 {
    width: 50%;
    position: relative;
    display: flex;
    background-color: #F82131;
    padding: 30px 0px 30px 30px;
    border-radius: 20px;
}

.ck_pizza-img_main_wrapper .ck_pizza_img_info_box .ck_pizza_img_inner_box_02 .ck_pizza_content_box_02 {
    width: 50%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
}

.ck_pizza-img_main_wrapper .ck_pizza_img_info_box .ck_pizza_img_inner_box_02 .ck_pizza_img_box_02 {
    width: 50%;
    display: flex;
    justify-content: end;
    align-items: center;
}

.ck_pizza-img_main_wrapper .ck_pizza_img_info_box .ck_pizza_img_inner_box_02 .ck_pizza_content_box_02 h3 {
    font-family: Lalezar;
    font-size: 100px;
    font-weight: 400;
    color: #FEC90D;
    /* text-align: end; */
    line-height: 70px;
}

.ck_pizza-img_main_wrapper .ck_pizza_img_info_box .ck_pizza_img_inner_box_02 .ck_pizza_content_box_02 p {
    font-family: Helvetica;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
}

.ck_pizza-img_main_wrapper .ck_pizza_img_info_box .ck_pizza_img_inner_box_02 .ck_pizza_content_box_02 .ck_pizza_order_btn {
    margin-top: 30px;
}

.ck_pizza-img_main_wrapper .ck_pizza_img_info_box .ck_pizza_img_inner_box_02 .ck_pizza_content_box_02 .ck_pizza_order_btn a {
    width: 190px;
    height: 58px;
    background-color: #FEC90D;
    font-family: Inter;
    font-size: 18px;
    font-weight: 700;
    color: #000000;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
}

/*-- pizza-img css End --*/

/*-- popular css Start --*/

.ck_popular_main_wrapper {
    width: 100%;
    position: relative;
}

.ck_popular_main_wrapper .ck_popular_info_box {
    width: 100%;
    position: relative;
}

.ck_popular_main_wrapper .ck_popular_info_box .ck_popular_title_box {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.ck_popular_main_wrapper .ck_popular_info_box .ck_popular_title_box h4 {
    font-family: Italianno;
    font-size: 60px;
    font-weight: 400;
    color: #fff;
}

.ck_popular_main_wrapper .ck_popular_info_box .ck_popular_title_box h3 {
    font-family: Lalezar;
    font-size: 60px;
    font-weight: 400;
    color: #FFC700;
}

.ck_popular_main_wrapper .ck_popular_info_box .ck_popular_inner_section_wrapper {
    display: flex;
    gap: 50px;
    margin-top: 50px;
}

.ck_popular_main_wrapper .ck_popular_info_box .ck_popular_inner_section_wrapper .ck_popular_card_box {
    width: 33%;
    position: relative;
    background-color: #fff;
    border-radius: 10px;
    transition: all 0.5s;
}

.ck_popular_main_wrapper .ck_popular_info_box .ck_popular_inner_section_wrapper .ck_popular_card_box:hover .ck_popular_content_box h3 {
    color: #FFC700;
}

.ck_popular_main_wrapper .ck_popular_info_box .ck_popular_inner_section_wrapper .ck_popular_card_box .ck_popular_img_box {
    width: 100%;
    position: relative;
}

.ck_popular_main_wrapper .ck_popular_info_box .ck_popular_inner_section_wrapper .ck_popular_card_box .ck_popular_img_box img {
    width: 100%;
}

.ck_popular_main_wrapper .ck_popular_info_box .ck_popular_inner_section_wrapper .ck_popular_card_box .ck_popular_content_box {
    width: 100%;
    position: relative;
    padding: 20px;
}

.ck_popular_main_wrapper .ck_popular_info_box .ck_popular_inner_section_wrapper .ck_popular_card_box .ck_popular_content_box .comment_sec {
    width: 100%;
    position: relative;
}

.ck_popular_main_wrapper .ck_popular_info_box .ck_popular_inner_section_wrapper .ck_popular_card_box .ck_popular_content_box .comment_sec ul {
    display: flex;
    gap: 20px;
}

.ck_popular_main_wrapper .ck_popular_info_box .ck_popular_inner_section_wrapper .ck_popular_card_box .ck_popular_content_box .comment_sec ul li a {
    font-family: Helvetica;
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    display: flex;
    gap: 10px;
}

.ck_popular_main_wrapper .ck_popular_info_box .ck_popular_inner_section_wrapper .ck_popular_card_box .ck_popular_content_box h3 {
    font-family: Helvetica;
    font-size: 20px;
    font-weight: 700;
    color: #000;
    padding: 10px 0px 10px 0px;
}

.ck_popular_main_wrapper .ck_popular_info_box .ck_popular_inner_section_wrapper .ck_popular_card_box .ck_popular_content_box p {
    font-family: Helvetica;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    padding: 0px 0px 5px 0px;
}

.ck_popular_main_wrapper .ck_popular_info_box .ck_popular_inner_section_wrapper .ck_popular_card_box .ck_popular_content_box .ck_popular_read_btn a {
    font-family: Helvetica;
    font-size: 14px;
    font-weight: 400;
    color: #4F4F4F;
}

/* .ck_testi_slider_wrapper .owl-theme .owl-dots {
    display: none;
}

.ck_testi_slider_wrapper .owl-theme .owl-nav {
    display: none;
}

.ck_testi_slide_img_wrapper {
    float: left;
    width: 270px;
}

.ck_testi_slide_img_cont_wrapper {
    float: left;
    width: calc(100% - 270px);
    padding-left: 110px;
    padding-top: 50px;
    position: relative;
}

.ck_testi_slide_img_wrapper img {
    width: 100%;
}

.ck_testi_slide_img_cont_wrapper h4 {
    font-size: 24px;
    color: #fff;
}

.ck_testi_slide_img_cont_wrapper h4 span {
    font-size: 16px;
    padding-left: 10px;
}

.ck_testi_slide_img_cont_wrapper p {
    color: #fff;
    padding-top: 20px;
    width: 90%;
}

.ck_testi_slide_img_cont_wrapper img {
    width: auto !important;
    margin-top: 20px;
}

.ck_testi_slider_wrapper {
    margin-top: 120px;
}

.ck_testi_title_line {
    position: absolute;
    left: 32px;
    top: -15px;
} */

/*-- popular css End --*/
/*-- best css Start --*/


.ck_best_main_wrapper {
    width: 100%;
    position: relative;
}

.ck_best_main_wrapper .ck_best_info_box {
    width: 100%;
    position: relative;
    display: flex;
    gap: 60px;
}

.ck_best_main_wrapper .ck_best_info_box .ck_best_inner_box_01 {
    width: 50%;
    position: relative;
}

.ck_best_main_wrapper .ck_best_info_box .ck_best_inner_box_01 .ck_best_img_01 {
    width: 100%;
    position: relative;
}

/* .ck_best_main_wrapper .ck_best_info_box .ck_best_inner_box_01 .ck_best_img_01 img{
    width: 100%;
} */
.ck_best_main_wrapper .ck_best_info_box .ck_best_inner_box_01 .spinach_img {
    position: absolute;
    top: -90px;
    right: 110px;
}

.ck_best_main_wrapper .ck_best_info_box .ck_best_inner_box_01 .ck_best_img_02 {
    position: absolute;
    bottom: -80px;
    left: 280px;
}

/* .ck_best_main_wrapper .ck_best_info_box .ck_best_inner_box_01 .ck_best_img_02 img {
    position: absolute;
} */

.ck_best_main_wrapper .ck_best_info_box .ck_best_inner_box_02 {
    width: 50%;
    position: relative;
}

.ck_best_main_wrapper .ck_best_info_box .ck_best_inner_box_02 .ck_best_content_box {
    width: 100%;
    position: relative;
}

.ck_best_main_wrapper .ck_best_info_box .ck_best_inner_box_02 .ck_best_content_box h4 {
    font-family: Italianno;
    font-size: 60px;
    font-weight: 400;
    color: #fff;
}

.ck_best_main_wrapper .ck_best_info_box .ck_best_inner_box_02 .ck_best_content_box h3 {
    font-family: Lalezar;
    font-size: 60px;
    font-weight: 400;
    color: #FFC700;
}

.ck_best_main_wrapper .ck_best_info_box .ck_best_inner_box_02 .ck_best_content_box p {
    font-family: Helvetica;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 50px;
}

.ck_best_main_wrapper .ck_best_info_box .ck_best_inner_box_02 .ck_best_content_box .ck_best_icons {
    width: 100%;
    position: relative;
}

.ck_best_main_wrapper .ck_best_info_box .ck_best_inner_box_02 .ck_best_content_box .ck_best_icons ul {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.ck_best_main_wrapper .ck_best_info_box .ck_best_inner_box_02 .ck_best_content_box .ck_best_icons ul li {
    color: #000;
    background-color: #fff;
    border-radius: 6px;
    width: 260px;
    height: 77px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ck_best_main_wrapper .ck_best_info_box .ck_best_inner_box_02 .ck_best_content_box .ck_best_icons ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

/* .ck_blog_slider_wrapper .owl-theme .owl-dots {
    display: none;
}

.ck_blog_slider_wrapper .owl-theme .owl-nav {
    display: none;
}

.owl-carousel {
    cursor: e-resize;
    cursor: e-resize;
}

.et_left_news_wrapper {
    margin-top: 80px;
}

.et_left_img_news {
    background: url('../images/blog1.jpg') 50% 0 repeat-y;
    width: 50%;
    min-height: 267px;
    background-position: center 0;
    background-size: cover;
    position: relative;
    float: left;
}

.et_left_img_news2 {
    background: url('../images/blog1.jpg') 50% 0 repeat-y;
    width: 50%;
    min-height: 267px;
    background-position: center 0;
    background-size: cover;
    position: relative;
    float: left;
}

.et_left_img_news22 {
    background: url('../images/blog2.jpg') 50% 0 repeat-y;
}

.et_left_img_news23 {
    background: url('../images/blog3.jpg') 50% 0 repeat-y;
}

.et_left_img_overlay {
    position: absolute;
    top: 0%;
    left: 0%;
    right: 0%;
    bottom: 0%;
    background: rgba(0, 0, 0, 0.5);
}

.et_left_cont_news {
    float: left;
    width: calc(100% - 50%);
    border: 1px solid #f2f2f2;
    padding-left: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 30px;

}

.et_left_img_news p,
.et_left_img_news2 p {
    color: #fff;
    padding-top: 18px;
    text-align: left;
    margin-left: 20px;
}

.et_left_img_news .heart_box a,
.et_left_img_news2 .heart_box a {
    width: 30px;
    height: 30px;
    border: 2px solid #ee495a;
    border-radius: 5px;
    float: right;
    font-size: 13px;
    margin-top: -25px;
    color: #fff;
    text-align: center;
    line-height: 26px;
    margin-right: 20px;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.et_left_img_news .heart_box a:hover,
.et_left_img_news2 .heart_box a:hover {
    background: #ee495a;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.et_left_img_news h4,
.et_left_img_news2 h4 {
    font-size: 16px;
    font-family: 'Lato';
    font-style: italic;
    color: #ffffff;
    margin-left: 20px;
    padding-top: 180px;
}

.et_left_img_news h5,
.et_left_img_news2 h5 {
    font-size: 16px;
    font-weight: bold;
    margin-left: 20px;
    margin-top: 10px;
    padding-bottom: 20px;
}

.et_left_img_news h5 a,
.et_left_img_news2 h5 a {
    color: #ee495a;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.et_left_img_news h5 a:hover,
.et_left_img_news2 h5 a:hover {
    color: #ee495a;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.et_left_img_news h5 i,
.et_left_img_news2 h5 i {
    color: #ee495a;
}

.et_left_cont_news h4 {
    font-size: 14px;
    font-family: 'Lato';
    color: #ee495a;
}

.et_left_cont_news h3 {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'Lato';
    padding-top: 10px;
}

.et_left_cont_news h5 {
    font-size: 14px;
    font-style: italic;
    font-family: 'Lato';
    padding-top: 20px;
    font-weight: bold;
    padding-bottom: 30px;
}

.et_left_cont_news h2 a {
    font-size: 16px;
    font-weight: bold;
    color: #000000;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.et_left_cont_news h2 a:hover {
    color: #ee495a;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.et_left_cont_news h2 i {
    color: #ee495a;
    font-size: 16px;
}

.et_left_news_wrapper {
    float: left;
    width: 100%;
    background: #fff;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.et_left_news_wrapper:hover {
    box-shadow: 0px 1px 20px 0px rgba(0, 0, 0, 0.10);
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.ck_blog_btn {
    margin-top: 30px;
    text-align: center;
}

.ck_blog_btn a {
    float: none;
    display: inline-block;
    color: #7986cb;
} */


/*-- best css End --*/
/*-- team css Start --*/

.ck_team_main_wrapper {
    width: 100%;
    position: relative;
}

.ck_team_main_wrapper .ck_team_info_box {
    width: 100%;
    position: relative;
}

.ck_team_main_wrapper .ck_team_info_box .ck_team_title_box {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.ck_team_main_wrapper .ck_team_info_box .ck_team_title_box h4 {
    font-family: Italianno;
    font-size: 60px;
    font-weight: 400;
    color: #fff;
}

.ck_team_main_wrapper .ck_team_info_box .ck_team_title_box h3 {
    font-family: Lalezar;
    font-size: 60px;
    font-weight: 400;
    color: #FFC700;
}

.ck_team_main_wrapper .ck_team_info_box .ck_team_inner_section_wrapper {
    width: 100%;
    display: flex;
    gap: 30px;
    margin-top: 50px;
}

/* .ck_team_main_wrapper .ck_team_info_box .ck_team_inner_section_wrapper .ck_team_card_box {
    width: 25%;
    background-color: #FFFFFF;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px 0px;
    position: relative;
    transition: all 0.5s;
    overflow: hidden;
} */
.ck_team_card_box {
    width: 25%;
    height: 100%;
    /* box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px; */
    /* display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px 0px; */
    position: relative;
    transition: all 0.5s;
    overflow: hidden;
}

.ck_team_card_box .img_box {
    width: 100%;
    transition: all 0.5s;
    position: relative;
}

.ck_team_card_box .img_box .inner_img_box {
    width: 100%;
    transition: all 0.5s;
}

.ck_team_card_box .img_box .inner_img_box img {
    width: 100%;
}

.ck_team_card_box .img_box .icon_item_box {
    position: absolute;
    top: 30px;
    z-index: 4;
    right: -50px;
    opacity: 0;
    overflow-x: hidden;
    display: flex;
    flex-direction: column;
    gap: 10px;
    transition: all 0.5s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.ck_team_card_box .img_box .icon_item_box li .btn {
    width: 40px;
    height: 40px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.78);
    border: 1px solid #e4e4e4;
    border-radius: 0px;
    transition: all 0.5s;
}

.ck_team_card_box .img_box .icon_item_box li .btn:hover {
    background-color: #F82131;
}

.ck_team_card_box .img_box .icon_item_box li .btn:hover svg path {
    transition: all 0.5s;
    fill: #fff;
}

.ck_team_card_box:hover .img_box .icon_item_box {
    right: 50px;
    opacity: 1;
}


.ck_team_card_box .img_box .inner_img_box .ck_popular_content_box {
    width: 100%;
    padding: 20px;
    position: absolute;
    background-color: #fff;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 0px 0px 20px 20px;
}

.ck_team_card_box .img_box .inner_img_box .ck_popular_content_box h6 {
    font-family: Helvetica;
    font-size: 20px;
    font-weight: 700;
    color: #4F4F4F;
}

.ck_team_card_box .img_box .inner_img_box:hover .ck_popular_content_box h6 {
    color: #F82131;
    transition: all 0.5s;
}

.ck_team_card_box .img_box .inner_img_box .ck_popular_content_box p {
    font-family: Helvetica;
    font-size: 16px;
    font-weight: 400;
    color: #828282;
}

/* .ck_elem_slider_wrapper .owl-theme .owl-dots {
    display: none;
}

.ck_elem_slider_wrapper .owl-theme .owl-nav {
    display: none;
}

.ck_elem_slider_wrapper {
    margin-top: 50px;
}

.ck_elem_slide_img_wrapper {
    border: 1px dashed #fff;
    padding-top: 60px;
    padding-bottom: 40px;
    margin-top: 30px;
    position: relative;
}

.ck_elem_slide_img {
    text-align: center;
}

.ck_elem_slide_img img {
    width: auto !important;
    display: inline-block !important;
}

.ck_elem_slide_img_cont {
    padding-left: 35px;
    padding-right: 35px;
    padding-top: 35px;
}

.ck_elem_slide_img_cont h3 {
    font-size: 20px;
    color: #fff;
    float: left;
}

.ck_elem_star {
    float: right;
}

.ck_elem_star i {
    color: #ffe400;
}

.ck_elem_slide_img_cont p {
    color: #fff;
    padding-top: 5px;
    float: left;
    width: 100%;
}

.ck_elem_slide_img_cont h5 {
    font-size: 22px;
    color: #fff;
    font-family: 'Lato', sans-serif;
    padding-top: 10px;
    position: absolute;
    top: 10px;
    right: 20px;
    float: none;
} */

/*-- team css Start --*/
/*-- contact css Start --*/
/* .contact_details_wrapper{
	float:left;
	width:100%;
	background-image: url(../images/conta1.jpg);
    background-position: 50% 50%;
    background-size: cover;
	padding:50px;
	border:1px solid #e3e3e3;
	margin-top:80px;
} */


.ck_contact_main_wrapper {
    width: 100%;
    position: relative;
}

.ck_contact_main_wrapper .ck_team_info_box {
    width: 100%;
    position: relative;
}

.ck_contact_main_wrapper .ck_team_info_box .ck_team_title_box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.ck_contact_main_wrapper .ck_team_info_box .ck_team_title_box h4 {
    font-family: Italianno;
    font-size: 60px;
    font-weight: 400;
    color: #fff;
}

.ck_contact_main_wrapper .ck_team_info_box .ck_team_title_box h3 {
    font-family: Lalezar;
    font-size: 60px;
    font-weight: 400;
    color: #FFC700;
}

.ck_contact_main_wrapper .ck_team_info_box .ck_team_inner_section_wrapper {
    display: flex;
    gap: 60px;
    margin-top: 30px;
}

.ck_contact_main_wrapper .ck_team_info_box .ck_team_inner_section_wrapper .contact_inner_box1 {
    width: 50%;
    background-color: #fff;
    padding: 50px;
}

.ck_contact_main_wrapper .ck_team_info_box .ck_team_inner_section_wrapper .contact_inner_box2 {
    width: 50%;
    background-color: #fff;
    border: 8px solid #FFC700;
    padding: 50px;
    display: flex;
    justify-content: start;
    align-items: center;
    position: relative;
}

.ck_contact_main_wrapper .ck_team_info_box .ck_team_inner_section_wrapper .contact_inner_box1 .ck_contac_img_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ck_contact_main_wrapper .ck_team_info_box .ck_team_inner_section_wrapper .contact_inner_box1 .ck_contac_img_wrapper img {
    border-radius: 20px;
}

.ck_contact_main_wrapper .ck_team_info_box .ck_team_inner_section_wrapper .contact_inner_box1 .contact_details_content_01 {
    width: 100%;
    position: relative;
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 20px;
}

.ck_contact_main_wrapper .ck_team_info_box .ck_team_inner_section_wrapper .contact_inner_box1 .contact_details_content_01 .contact_heading a {
    font-family: Helvetica;
    font-size: 16px;
    font-weight: 400;
    color: #828282;
    display: flex;
    gap: 60px;

}

.ck_contact_main_wrapper .ck_team_info_box .ck_team_inner_section_wrapper .contact_inner_box1 .contact_details_content_02 .contact_heading a {
    font-family: Helvetica;
    font-size: 16px;
    font-weight: 400;
    color: #828282;
    display: flex;
    gap: 60px;
}

.ck_contact_main_wrapper .ck_team_info_box .ck_team_inner_section_wrapper .contact_inner_box2 .ck_contact_map_cont_wrapper {
    width: 280px;
    height: 230px;
    background: #FFC700;
    position: absolute;
    top: 95px;
    z-index: 1;
    left: 0px;
    padding: 30px;
}

.ck_contact_main_wrapper .ck_team_info_box .ck_team_inner_section_wrapper .contact_inner_box2 .ck_contact_map_cont_wrapper h4 {
    font-size: 24px;
    font-family: Lalezar;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
    position: relative;
    margin-bottom: 40px;
}

.ck_contact_main_wrapper .ck_team_info_box .ck_team_inner_section_wrapper .contact_inner_box2 .ck_contact_map_cont_wrapper h4:after {
    content: '';
    border: 2px solid #fff;
    width: 30px;
    position: absolute;
    left: 0;
    bottom: -20px;
}

.ck_contact_main_wrapper .ck_team_info_box .ck_team_inner_section_wrapper .contact_inner_box2 .ck_contact_map_cont_wrapper p {
    color: #fff;
    font-family: Helvetica;
    font-size: 16px;
    position: relative;
}

.ck_contact_main_wrapper .ck_team_info_box .ck_team_inner_section_wrapper .contact_inner_box2 .ck_contact_map_cont_wrapper p a {
    color: #fff;
    font-family: Helvetica;
    font-size: 16px;
    position: relative;
}

/*-- contact css End --*/
/*-- footer css Start --*/
.ck_footer_main_wrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
}

.ck_footer_left_section {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ck_footer_left_section p {
    color: #fff;
    font-family: Helvetica;
    font-size: 16px;
    text-transform: uppercase;
    padding-bottom: 50px;
}



/*-- footer css End --*/
/*---------------- st LogIn Start --------------*/
.st_pop_form_wrapper .close {
    position: absolute;
    top: 20px;
    right: 25px;
    z-index: 1;
    font-size: 35px;
}

.st_pop_form_wrapper .modal-dialog {
    max-width: 350px;
}

.modal {
    top: 20%;
}

.st_pop_form_heading_wrapper h3 {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.87);
    letter-spacing: 1px;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
}

.st_pop_form_wrapper .modal-content {
    padding: 30px;
}

.st_pop_form_heading_wrapper {
    padding-bottom: 20px;
}

.st_profile__pass_input_pop {
    margin-top: 20px;
}

.st_form_pop_fp {
    text-align: right;
    padding-top: 10px;
}

.st_form_pop_fp h3 a {
    font-size: 12px;
    color: #FFC700;
    letter-spacing: 0;
}

.st_form_pop_login_btn a {
    width: 100%;
    margin-top: 10px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    float: left;
    background: rgba(0, 0, 0, 0.12);
    font-size: 14px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.38);
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 4px;
    font-family: 'Roboto', sans-serif;
    border: 1px solid rgba(0, 0, 0, 0.12);
}

.st_form_pop_login_btn a:hover {
    background: #FFC700;
    color: #fff;
    border: 1px solid #FFC700;
}

.st_form_pop_or_btn {
    text-align: center;
    margin-top: 20px;
    position: relative;
}

.st_form_pop_or_btn h4 {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: #FFC700;
    line-height: 30px;
    text-align: center;
    border-radius: 4px;
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 0.67px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}

.st_form_pop_or_btn:after {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    background: #E0E0E0;
    left: 0;
    right: 0;
    top: 15px;
}

.st_form_pop_facebook_btn a {
    width: 100%;
    margin-top: 20px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    float: left;
    background: #3B57A1;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 1px;
    text-transform: capitalize;
    border-radius: 4px;
    font-family: 'Roboto', sans-serif;
    border: 1px solid rgba(0, 0, 0, 0.12);
}

.st_form_pop_facebook_btn a:hover {
    background: #1e3e92;
    color: #fff;
    border: 1px solid #1e3e92;
}

.st_form_pop_facebook_btn a i {
    float: left;
    line-height: 40px;
    /* padding-left: 10px; */
    position: relative;
    left: 20px;
    font-size: 16px;
}

.st_form_pop_gmail_btn a {
    width: 100%;
    margin-top: 20px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    float: left;
    background: transparent;
    font-size: 14px;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.54);
    letter-spacing: 1px;
    text-transform: capitalize;
    border-radius: 4px;
    font-family: 'Roboto', sans-serif;
    border: 1px solid rgba(0, 0, 0, 0.12);
}

.st_form_pop_gmail_btn a:hover {
    background: #FFC700;
    color: #fff;
    border: 1px solid #FFC700;
}

.st_form_pop_gmail_btn a i {
    float: left;
    line-height: 40px;
    /* padding-left: 10px; */
    position: relative;
    left: 20px;
    font-size: 16px;
}

.st_form_pop_signin_btn h4 {
    font-size: 14px;
    color: rgba(0, 0, 0, 0.54);
    letter-spacing: 0.78px;
    text-align: center;
    padding-top: 30px;
    text-transform: capitalize;
    font-weight: 500;
}

.st_form_pop_signin_btn h4 a {
    color: #FFC700;
}

.st_form_pop_signin_btn h5 {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.54);
    letter-spacing: 0;
    text-align: center;
    padding-top: 10px;
}

.st_form_pop_signin_btn h5 a {
    text-decoration: underline;
}

.st_form_pop_signin_btn h5 a:hover {
    color: #FFC700;
}

.st_pop_form_heading_wrapper p {
    font-size: 12px;
    color: rgba(0, 0, 0, 0.87);
    letter-spacing: 1px;
    text-align: center;
    line-height: 16px;
    padding-top: 25px;
}

.st_pop_form_heading_wrapper_fpass {
    padding-bottom: 0;
}

.st_form_pop_fpass_btn a {
    width: 100%;
    margin-top: 30px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    float: left;
    background: #FFC700;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 4px;
    border: 1px solid #FFC700;
}

.st_form_pop_fpass_btn a:hover {
    background: transparent;
    color: #FFC700;
    border: 1px solid #FFC700;
}

.st_profile_input input {
    width: 100%;
    height: 40px;
    padding-left: 10px;
}

.modal-open {
    overflow-y: auto;
}

.st_profile_input_very {
    margin-top: 20px;
}

#fp-nav {
    z-index: 0;
}

/*---------------- st LogIn End --------------*/


.pizza_icon_section {
    width: 100%;
    position: relative;
}

.pizza_icon_section .pizza_section_wrapper {
    position:fixed;
    bottom: 60px;
    display: flex;
    left: 40px;
}

.pizza_icon_section .pizza_section_wrapper ul {
    display: flex;
    flex-direction: column;
    gap: 20px;
}