/*-------------------------------------
    
	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-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;
    
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}

img {
    max-width: 100%;
    vertical-align: middle;
}

.jarallax {
    z-index: 1 !important;
}

.container {
    width: 1270px;
}

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;
    color: #06d1d8;
    -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: 'KaiTi';
    font-weight: bold;
    line-height: 1.1;
    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
}

/*-- 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 --*/
.ck_navigation_main_wrapper {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1;
    background: #fff;
}

.ck_navigation_main_wrapper>div {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}

.fp-bg {
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
}

.ck_logo_wrapper {
    width: 10%;
    position: relative;
    z-index: 1;
    padding: 10px 0;
}

.ck_navigation_right_wrapper {
    width: 70%;
}

.ck_navigation_right_wrapper ul {
    display: flex;
    flex-flow: row wrap;
    float: right;
}

.ck_navigation_right_wrapper ul li {
    padding: 0 20px;
}

.container::before,
.container::after {
    display: none;
}

.ck_navigation_right_wrapper ul li>hr {
    width: 50%;
    height: 2px;
    background: #184c89;
    margin: 0;
    margin: auto;
    display: none;
}

.ck_navigation_right_wrapper ul li.active>hr {
    display: block;
}

.ck_navigation_right_wrapper ul li>a {
    color: #666;
    position: relative;
}

.ck_navigation_right_wrapper ul li.active>a {
    font-weight: bold;
    color: #000;
}

.ck_navigation_right_wrapper ul li>a>hr {
    position: absolute;
    right: -20px;
    top: -18px;
    width: 1.5px;
    height: 12px;
    background: #000;
}


.carousel-control.left,
.carousel-control.right {
    background: none;
    top: calc(100% - 50% - 60px)
}

.carousel-control>span {
    font-size: 60px;
    color: #fff;

}


#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.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: #fff;
}

#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;
}

.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
*************************/

.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 span {
    width: 18px;
    height: 18px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    background: #e99595;
    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: #f35564;
    -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: #f35564;
    -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: #f35564;
    border: 1px solid #f35564;
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
}

.buzz_cart_btn a:hover {
    background: transparent;
    color: #f35564;
}

.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 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_slider_top_content h3 {
    color: #fff;
    font-size: 50px;
    padding-top: 30px;
    animation-duration: 1s;
    animation-fill-mode: both;
    text-align: center;
    font-weight: bold;
    letter-spacing: 3px;
}

.ck_slider_top_content p {
    color: #fff;
    padding-top: 30px;
    animation-duration: 1.5s;
    animation-fill-mode: both;
    text-align: center;
    font-size: 26px;
    letter-spacing: 5px;
}

.ck_slider_top_content span {
    animation-duration: 1.5s;
    animation-fill-mode: both;
    font-size: 18px;
    color: #fff;
    text-align: center;
    display: inline-block;
    width: 100%;
    padding: 20px 0;
}

.ck_slider_top_content ul {
    float: left;
    width: 100%;
    margin-top: 15px;
    animation-duration: 2s;
    animation-fill-mode: both;
}

.ck_slider_top_content li {
    float: left;
    margin-right: 20px;
    margin-top: 15px;
}

.ck_slider_top_content li:first-child a {
    float: left;
    width: 150px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #fff;
    color: #111215;
    text-transform: capitalize;
    border: 1px solid transparent;
}

.ck_slider_top_content li:first-child a:hover {
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
}

.ck_slider_top_content li:last-child a {
    float: left;
    width: 150px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: transparent;
    border: 1px solid #fff;
    color: #fff;
    text-transform: capitalize;
}

.ck_slider_top_content li:last-child a:hover {
    background: #fff;
    border: 1px solid transparent;
    color: #111215;
}

/*-- slider css End --*/
/*-- about css Start --*/
.ck_heading_wrapper h4 {
    font-size: 16px;
    color: #fff;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
}

.ck_about_img_cont_wrapper {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.ck_heading_wrapper h3 {
    font-size: 36px;
    color: #fff;
    padding-top: 15px;
    position: relative;
}

.ck_heading_wrapper h3:after {
    content: '';
    border: 2px solid #fff;
    width: 30px;
    position: absolute;
    left: 0;
    bottom: -20px;
}

.ck_about_img_cont_wrapper p {
    padding-top: 50px;
    color: #fff;
}

.ck_about_img_cont_wrapper img {
    padding-top: 30px;
}

.ck_about_img_cont_wrapper h5 {
    font-size: 20px;
    color: #fff;
    padding-top: 20px;
}

.ck_about_img_cont_wrapper h6 {
    font-size: 16px;
    color: #fff;
    padding-top: 20px;
}

.ck_special_img_wrapper {
    width: 94%;
    padding-top: 400px;
}

.ck_offer_img_cont_wrapper {
    padding-top: 200px;
}

/*-- about css End --*/
/*-- offer css Start --*/
.ck_offer_icon_wrapper {
    width: 65px;
    height: 65px;
    text-align: center;
    line-height: 65px;
    float: left;
}

.ck_offer_icon_wrapper hr {
    background: #fff;
    width: 60px;
    height: 2px;
}

.ck_offer_icon_cont_wrapper {
    padding-left: 25px;
    text-align: center;
}

.ck_offer_icon_cont_wrapper h3 {
    font-size: 24px;
    color: #fff;
    margin-top: 10px;
}

.ck_offer_icon_cont_wrapper p {
    color: #fff;
    font-size: 14px;
    text-indent: 2em;
    text-align: left;
    padding: 0 30px;
}

.ck_offer_mian_box_wrapper_second {
    margin-top: 30px;
}

.ck_offer_btn {
    text-align: center;
    padding-left: 0 !important;
}

.ck_offer_btn a {

    display: inline-block;
    padding: 3px 26px;
    text-align: center;
    border: solid 1px #fff !important;
    color: #fff !important;
    text-transform: capitalize;
    border: 1px solid transparent;
    margin: 30px auto 60px;
    font-size: 14px;
}

.ck_offer_btn a:hover {
    background: #fff;
    border: 1px solid #fff;
    color: #333 !important;
}

.ck_offer_img_cont_wrapper ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    width: 100%;
}

.ck_offer_img_cont_wrapper ul>li {
    width: 30%;
    text-align: center;
    padding: 20px 10px;
}

.ck_offer_img_cont_wrapper ul>hr {
    width: 1px;
    height: 140px;
    background: #ccc;
    display: inline-block;
    margin-top: 36px;
}

.ck_offer_img_cont_wrapper ul>li img {
    width: 40%;
}

.ck_offer_img_cont_wrapper ul>li h4 {
    font-size: 16px;
    font-weight: bold;
    color: #000;
    padding: 20px 0 10px;
}

.ck_offer_img_cont_wrapper ul>li p {
    font-size: 14px;
    color: #666;
}

/*-- offer css End --*/
/*-- gallery css Start --*/
.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;
    margin-top: 30px;
}

.ck_gallery_btn a {
    float: none;
    display: inline-block;
    color: #f06292;
}

/*-- gallery css End --*/
/*-- services css Start --*/
.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 i {
    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;
    color: #9ccc65;
}

.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: #9ccc65;
    -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;
}

/*-- services css End --*/
/*-- team css Start --*/
.ck_team_slider_wrapper .owl-theme .owl-dots {
    display: none;
}

.ck_team_slider_wrapper .owl-theme .owl-nav {
    display: none;
}

.ck_team_slider_wrapper {
    animation-duration: 1.5s;
    animation-fill-mode: both;
    margin-top: 60px;
}

.ck_team_img_wrapper img {
    width: auto !important;
    display: inline-block !important;
}

.ck_team_main_box_wrapper {
    text-align: center;
}

.ck_team_main_box_wrapper img {
    display: inline-block !important;
}

.ck_team_img_wrapper {
    position: relative;
    overflow: hidden;
    text-align: center;
}

.ck_team_img_cont_wrapper {
    position: absolute;
    bottom: -53px;
    background: #fff;
    text-align: center;
    -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_team_img_wrapper:hover .ck_team_img_cont_wrapper {
    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_team_img_cont_wrapper h3 {
    font-size: 24px;
    padding-top: 30px;
}

.ck_team_img_cont_wrapper h3 a {
    color: #e57373;
}

.ck_team_img_cont_wrapper p {
    color: #e57373;
    padding-bottom: 30px;
    padding-top: 10px;
}

.ck_team_img_cont_wrapper ul {
    float: left;
    width: 100%;
    border-top: 1px solid #e57373;
}

.ck_team_img_cont_wrapper li {
    float: left;
    width: 25%;
    text-align: center;
}

.ck_team_img_cont_wrapper li a {
    color: #e57373;
    float: left;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    position: relative;
}

.ck_team_img_cont_wrapper li a:after {
    content: '';
    border: 1px solid rgba(230, 56, 75, 0.25);
    height: 15px;
    position: absolute;
    right: 0;
    top: 20px;
}

.ck_team_img_cont_wrapper li:last-child a:after {
    display: none;
}

.ck_team_btn a {
    color: #e57373;
}

/*-- team css End --*/
/*-- testi css Start --*/
.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: 90px;
}

.ck_testi_title_line {
    position: absolute;
    left: 32px;
    top: -15px;
}

/*-- testi css End --*/
/*-- blog css Start --*/
.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 #7986cb;
    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: #7986cb;
    -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: #7986cb;
    -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: #7986cb;
    -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: #7986cb;
}

.et_left_cont_news h4 {
    font-size: 14px;
    font-family: 'Lato';
    color: #7986cb;
}

.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: #7986cb;
    -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: #7986cb;
    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;
}

/*-- blog css End --*/
/*-- elem css Start --*/
.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;
}

.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: 5px;
    right: 15px;
}

.ck_ele_btn a {
    color: #ffb74d;
}

/*-- elem css Start --*/
/*-- contact css Start --*/
.contact_details_wrapper {
    float: left;
    width: 100%;
    margin: 60px 0 0;
}

.ck_contac_img_wrapper {
    text-align: center;
    background: #e1a33c;
    width: 40%;
    float: right;
    padding: 10px 30px;
    color: #000;
}

.contact_details_wrapper:nth-of-type(2) .ck_contac_img_wrapper {
    background: rgba(255, 255, 255, .4);
}

.ck_contac_img_wrapper i {
    font-size: 20px;
    padding-right: 5px;
}

.contact_details_wrapper:nth-of-type(2) .ck_contac_img_wrapper i {
    font-size: 24px;
}

.ck_contac_map_wrapper {
    position: relative;
    background: url(../img/5-2.jpg);
    padding: 50px 40px;
}

.ck_contac_map_wrapper ul>li {
    width: 48%;
    display: inline-block;
    text-align: center;
    margin: 15px 0;
}

.ck_contac_map_wrapper ul>li:first-of-type {
    width: 100%;
}

.ck_contac_map_wrapper ul>li i {
    font-size: 30px;
    background: #333;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    color: #fff;
}

.ck_contac_map_wrapper ul>li p {
    color: #333;
}

.ck_contac_map_wrapper ul>li:first-of-type i {
    padding: 5px 10px;
}

.ck_contac_map_wrapper ul>li:nth-of-type(2) i {
    padding: 5px 15px;
}

.ck_contac_map_wrapper ul>li:nth-of-type(3) i {
    padding: 10px 10px;
    font-size: 22px;
}

/*-- contact css End --*/
/*-- footer css Start --*/
.ck_footer_main_wrapper {
    position: absolute;
    ;
    bottom: 0;
    left: 0;
    right: 0;
    background: #184c89;
}

.ck_footer_left_section {
    float: left;
    width: 50%;
    padding-bottom: 20px;
    padding-top: 20px;
}

.ck_footer_right_section {
    float: left;
    width: 50%;
    padding-bottom: 20px;
    padding-top: 20px;
}

.ck_footer_left_section p {
    color: #fff;
}

.ck_footer_right_section ul {
    float: right;
}

.ck_footer_right_section li {
    float: left;
    margin-left: 30px;
}

.ck_footer_right_section li a {
    color: #fff;
}

/*-- footer css End --*/
/*-- btn css Start --*/
.ck_offer_btn2 a {
    color: #000;
}

.ck_offer_btn2 {
    padding-left: 90px;
}

/*-- btn 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: #f35564;
    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: #f35564;
    color: #fff;
    border: 1px solid #f35564;
}

.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: #f35564;
    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: #f35564;
    color: #fff;
    border: 1px solid #f35564;
}

.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: #f35564;
}

.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: #f35564;
}

.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: #f35564;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    border-radius: 4px;
    border: 1px solid #f35564;
}

.st_form_pop_fpass_btn a:hover {
    background: transparent;
    color: #f35564;
    border: 1px solid #f35564;
}

.st_profile_input input {
    width: 100%;
    height: 40px;
    padding-left: 10px;
}

.modal-open {
    overflow-y: auto;
}

.st_profile_input_very {
    margin-top: 20px;
}

/*---------------- st LogIn End --------------*/
.owl-carousel {
    cursor: e-resize;
    cursor: e-resize;
}

#fp-nav {
    z-index: 0;
}

.ck_about_main_wrapper {
    position: relative;
}

.title {
    text-align: center;
}

.title h3 {
    font-size: 26px;
    color: #fff;
    letter-spacing: 2px;
}

.title h3 span {
    color: #f2be34;
}

.title hr {
    width: 10px;
    height: 10px;
    background: #f2be34;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    margin: 10px auto;
}

.ck_offer_title h3 {
    color: #fff;
}

.ck_about_img_wrapper {
    padding: 80px 40px 20px;
}

.ck_about_con {
    box-shadow: 0 0 14px -2px #ccc;
    background: #fff;
}



.w-accor {
    overflow: hidden;
    position: relative;
    border-right: 2px solid #fff;
}

.w-accor ul,
.w-accor li {
    padding: 0;
    margin: 0;
    list-style: none;
}

.w-accor li {
    position: relative;
    overflow: hidden;
    float: left;
    border-left: 2px solid #fff;
}

.accorClick li {
    cursor: pointer;
}

.w-accor li .item {
    position: relative;
}

.w-accor li>a {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.w-accor h3 {
    font-size: 125%;
    margin: 0;
    padding: 0;
    font-weight: normal;
}

.w-accor .acr_p {
    margin-top: 0.5em;
}

.w-accor4 li img {
    max-width: 100%;
}

.w-accor4 li .cont_ar {
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
}

.w-accor4 li .cont_ar:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0.35;
    *filter: alpha(opacity=35);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=35);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.w-accor4 li h3 {
    width: 40%;
    text-align: center;
    line-height: 1.5;
    position: absolute;
    z-index: 1;
    left: 34%;
    margin-left: -0.6em;
    top: 50%;
    top: 10%\9;
    *top: 10%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
}

:root .w-accor4 li h3 {
    top: 50%;
}

.w-accor4 li .dec_ar {
    line-height: 1.7;
    max-height: 100%;
    position: absolute;
    z-index: 1;
    left: 40px;
    right: 40px;
    top: 50%;
    top: 10%\9;
    *top: 10%;
    transform: translateY(-50%) scale(0);
    -webkit-transform: translateY(-50%) scale(0);
    padding: 30px;
    background: rgba(255, 255, 255, 0.75);
    color: #222;
    opacity: 0;
    *filter: alpha(opacity=0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

:root .w-accor4 li .dec_ar {
    top: 50%;
}

.w-accor4 li .i_img {
    text-align: center;
    margin-bottom: 1em;
}

.w-accor4 li .i_img h4 {
    font-size: 24px;
    font-weight: bold;
    color: #184c89;
}

.w-accor4 li.cur .cont_ar:before {
    opacity: 0;
    *filter: alpha(opacity=0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}

.w-accor4 li.cur h3 {
    opacity: 0;
    *filter: alpha(opacity=0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}

.w-accor4 li.cur .dec_ar {
    opacity: 1;
    *filter: alpha(opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    transform: translateY(-50%) scale(1);
    -webkit-transform: translateY(-50%) scale(1);
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
}

.w-accor-btn {
    text-align: center;
    margin-top: 20px;
}

.w-accor-btn>a {
    padding: 8px 30px;
    font-size: 14px;
    background: #184c89;
    color: #fff;
}

@media (max-width:960px) {

    .w-accor4 li .img_ar {
        height: 350px !important;
    }

    .w-accor4 li .img_ar img {
        height: 100%;
        max-width: inherit;
    }
}

@media (max-width:767px) {
    .w-accor4 li .dec_ar {
        left: 20px;
        right: 20px;
        padding: 15px;
    }

}

@media (max-width:480px) {
    .w-accor4 li .dec_ar {
        left: 1em;
        right: 1em;
        padding: 1em;
    }

    .w-accor4 li .img_ar {
        height: 20em ;
    }

    .w-accor4 li .i_img img {
        max-height: 3em;
    }
}
















#certify {
    position: relative;
    width: 1270px;
    margin: 0 auto
}

#certify .swiper-container {
    padding-top: 40px;
}

#certify .swiper-slide {
    width: 550px;
    background: #fff;
    /* box-shadow: 0 8px 30px #ddd; */
}

#certify .swiper-slide img {
    display: block;
}

#certify .swiper-slide p {
    line-height: 98px;
    padding-top: 0;
    text-align: center;
    color: #636363;
    font-size: 1.1em;
    margin: 0;
}

#certify .swiper-pagination {
    width: 100%;
    bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    border: 3px solid #fff;
    background-color: #d5d5d5;
    width: 10px;
    height: 10px;
    opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
    border: 3px solid #b61d22;
    background-color: #fff;
}

#certify .swiper-button-prev {
    left: -30px;
    width: 45px;
    height: 45px;
    background: url(../images/wm_button_icon.png) no-repeat;
    background-position: 0 0;
    background-size: 100%;
}

#certify .swiper-button-prev:hover {
    background-position: 0 -46px;
    background-size: 100%
}

#certify .swiper-button-next {
    right: -30px;
    width: 45px;
    height: 45px;
    background: url(../images/wm_button_icon.png) no-repeat;
    background-position: 0 -93px;
    background-size: 100%;
}

#certify .swiper-button-next:hover {
    background-position: 0 -139px;
    background-size: 100%
}

.jq22-container {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    overflow: auto
}

.str_wrap {
	overflow:hidden;
	//zoom:1;
	width:100%;
	font-size:12px;
	line-height:16px;
	position:relative;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;  
	background:#f6f6f6;
	white-space:nowrap;
}

.str_wrap.str_active {
	background:#f1f1f1;
}
.str_move { 
	white-space:nowrap;
	position:absolute; 
	top:0; 
	left:0;
	cursor:move;
}
.str_move_clone {
	display:inline-block;
	//display:inline;
	//zoom:1;
	vertical-align:top;
	position:absolute; 
	left:100%;
	top:0;
}
.str_vertical .str_move_clone {
	left:0;
	top:100%;
}
.str_down .str_move_clone {
	left:0;
	bottom:100%;
}
.str_vertical .str_move,
.str_down .str_move {
	white-space:normal;
	width:100%;
}
.str_static .str_move,
.no_drag .str_move,
.noStop .str_move{
	cursor:inherit;
}
.ck_pic {
    text-align: center;
}

.ck_pic span {
    padding: 5px 10px;
    display: inline-block;
    border: solid 1px #999;
    color: #000;
    font-size: 14px;
    cursor: pointer;
    margin: 0 5px;
}

.ck_pic span.but {
    background: #184c89;
    color: #fff;
}

.product ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-top: 50px;
    padding: 0 100px;
}

.product ul>li {
    width: 30%;
    text-align: center;
    overflow: hidden;

}

.product ul>li img {
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    padding: 50px;
}

.product ul>li:nth-of-type(2) img {
    padding: 0 !important;
}

.product ul>li p {
    padding: 15px 0;
    color: #000;
}


.news-ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-top: 40px;
}

.news-ul>li {
    width: 31%;

}

.news-img {
    position: relative;
}

.news-img>p {
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    padding: 5px 0;
    background: #83aed8;
    width: 100%;
    opacity: 0;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.news-ul>li:hover .news-img>p {
    opacity: 1;
}

.news-img>p>i {
    color: #fff;
    font-size: 16px;
}

.news-title {
    padding: 30px 40px;
    text-align: center;
    color: #fff;

}

.news-title>p>span {
    font-size: 16px;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    height: 30px;
    overflow: hidden;
    display: inline-block;

}

.news-title>small {
    padding-top: 10px;
    display: inline-block;
}

.news-ul>li:hover .news-title {
    background: #fff;
}

.news-ul>li:hover .news-title {
    background: #fff;
    color: #000;
}

.news-ul>li:hover .news-title>p>span {
    border-bottom: 1px solid #000;
}

.news-btn {
    text-align: center;
    margin-top: 50px;
}

.news-btn>a {
    padding: 8px 30px;
    font-size: 14px;
    background: #fff;
    color: #333;
}



.banner-box ul{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin-top: 50px;
}
.banner-box ul>li{
    width: 23%;
}

.in-dl {
    margin-top: 40px;
    padding: 0 20px;
}

.in-contact {
    margin-top: 80px;
}

.in-con-ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}

.in-con-ul>li {
    width: 33%;
    padding: 40px 50px;
    box-shadow: 0 0 10px -2px #ccc;
    margin: 10px 0;
    font-size: 18px;
    background: #fff;
}

.in-con-ul>li>small {
    display: block;
}
.ck_navigation_right_wrapper i{
    display: none;
}
@media all and (min-width:996px) and (max-width:1440px) {
    #certify .swiper-container {
        padding-top: 30px;
    }

    #certify .swiper-slide {
        width: 400px;
        background: #fff;
    }
}
@media all and (max-width:768px){
    .container{
        width: 100%;
    }
    .ck_navigation_right_wrapper i{
        display: block;
        font-size: 30px;
        line-height: 50px;
        color: #000;
    }
    .content{
        position: static;
    }
    .ck_navigation_right_wrapper ul{
        display: none;
        position: absolute;
        left: 0;
        top:65px;
        background: #fff;
        margin: 0;
        width: 100%;
    }
    .ck_navigation_right_wrapper ul li>a{
        width: 100%;
        padding: 10px 0;
        display: inline-block;
    }
    .ck_logo_wrapper{
        width: 30%;
    }
    .ck_navigation_main_wrapper>div{
        display: flex;
        flex-flow: row wrap;
        justify-content: space-between;
    }
    .ck_navigation_right_wrapper{
        width: 20%;
    }
    .ck_navigation_right_wrapper ul li>a>hr,.ck_offer_img_cont_wrapper ul>hr{
        display: none;
    }
    .fp-tableCell,.fp-slide, .fp-slidesContainer,.fp-section{
        height: auto !important;
    }
    .fullpage-wrapper{
        padding-top: 64px;
    }
    .carousel-control.left, .carousel-control.right {
        background: none;
        top: calc(50% - 30px);
    }
    .w-accor li{
        width: 100% !important;
        
    }
    .ck_about_img_wrapper{
        padding: 20px 20px;
    }
    .ck_special_img_wrapper,.ck_offer_img_cont_wrapper{
        width: 100%;
        padding: 20px;
    }
    .ck_offer_mian_box_wrapper_second{
        margin: 0;
    }
    .ck_offer_icon_cont_wrapper,.ck_offer_icon_cont_wrapper p{
        padding: 0;
    }
    .ck_offer_btn a{
        margin: 10px auto;
    }
    .fp-bg{
        background-repeat: no-repeat;
    }
    .ck_offer_img_cont_wrapper ul>li{
        width: 50%;
    }
    .jq22-container,#certify{
        width: 100%;
        padding: 0 20px;
    }
    .product ul>li{
        width: 50%;
        text-align: center;
        padding: 10px;
    }
    .product ul{
        margin: 0;
        padding: 0 20px;
    }
    .product ul>li img{
        padding: 0px;
    }
    .w-accor-btn{
        margin: 20px 0;
    }
    .ck_news_main_wrapper,.ck_gs_main_wrapper,.ck_gallery_main_wrapper,.ck_dl_main_wrapper{
        padding: 20px;
    }
    .news-ul>li{
        width: 100%;
    }
    .banner-box ul>li{
        width: 48%;
        margin: 5px 0;
    }
    .in-con-ul>li{
        width: 100%;
    }
    .ck_footer_left_section,.ck_footer_right_section{
        width: 100%;
        padding: 5px 0;
    }
    .in-con-ul{
        margin-bottom: 100px;
    }
    .ck_footer_right_section ul{
        float: none;
    }
    .ck_footer_right_section li{
        margin: 0;
    }
}