/*-------------------------------------
    
	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: #818d9a;
    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;
    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: 'Poppins', sans-serif;
    line-height: 1.1;
    font-weight: 400;
    color: #3d3d3d;
    margin: 0;
    padding: 0;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: #3d3d3d;
    -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: #f35564;
    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: #f35564
}

/*-- 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_bg11.jpg') 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;
    padding-left: 80px;
    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 #ebebeb;
    height: 100%;
    position: fixed;
    left: 50px;
    top: 0;
    bottom: 0;
}

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

.ck_main_left_border span {
    position: absolute;
    bottom: 50px;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 7px solid #99ceff;
    border-radius: 100%;
    position: fixed;
    bottom: 110px;
    z-index: 1;
    left: 41px;
    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);
}

.hamburger::after {
    border: 5px solid rgba(243, 85, 100, 0.1411764705882353);
}

.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
*************************/

.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 svg {
    width: 50px;
    height: 30px;
    transition: all 0.5s;
}

.buzz_cart_dropdown a svg path {
    stroke: #818d9a;
    transition: all 0.5s;
}

.buzz_cart_dropdown a svg:hover path {
    stroke: #f35564;

}

.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: 55px;
    right: 25px;
}

.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: #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 {
    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 svg {
    width: 50px;
    height: 30px;
    transition: all 0.5s;
}

.ck_login_btn a svg path {
    fill: #818d9a;
    transition: all 0.5s;
}

.ck_login_btn a svg:hover path {
    fill: #f35564;
}

.ck_login_btn a i:before {
    margin-left: 0;
    color: #818d9a;
    font-size: 25px;
    -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_login_btn a:hover i:before {
    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;
}

.hamburger__line-in::before,
.hamburger__line-in::after {
    background: #f35564;
}

.hamburger {
    border: 1px solid #f35564;
}

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

.ck_top_life_effect:after {
    content: '';
    border: 0.5px solid #ebebeb;
    height: 125px;
    position: absolute;
    top: 0;
}

.ck_top_life_effect:before {
    content: '';
    width: 20px;
    height: 20px;
    /* background: #176; */
    border: 7px solid #b0e3d0;
    border-radius: 100%;
    position: absolute;
    bottom: -144px;
    left: -9px;
    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 #ebebeb;
    height: 125px;
    position: absolute;
    bottom: 0;
}

.ck_bot_life_effect:before {
    content: '';
    width: 20px;
    height: 20px;
    /* background: #176; */
    border: 7px solid #b0e3d0;
    border-radius: 100%;
    position: absolute;
    bottom: 125px;
    left: -9px;
    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;
}

#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: #3d3d3d;
    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: #f35564;
}

#cssmenu ul>li.has-sub>a:after {
    position: absolute;
    right: 26px;
    top: 28px;
    z-index: 5;
    display: block;
    height: 10px;
    width: 2px;
    background: #818d9a;
    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: #818d9a;
    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: #818d9a;
    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: #f35564;
}

#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;
}

.menu_fixed {
    position: fixed !important;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    z-index: 1000;
}

#sidebar h1 a {
    font-size: 20px;
    color: #000000 !important;
    padding-left: 20px;
    font-weight: bold;
}

#sidebar h1 {
    margin: 0;
    color: #000000;
    padding-bottom: 15px;
    background: #f9f9f9;
    position: relative;
}

#sidebar h1:after {
    content: '';
    border: 1px solid #ff880e;
    width: 28px;
    height: 1px;
    position: absolute;
    left: 20px;
    bottom: 12px;
}

/*-- header css End --*/
/*-- slider css Start --*/
.ck_slider_top_content h3 {
    color: #3d3d3d;
    font-size: 50px;
    padding-top: 30px;
    animation-duration: 1s;
    animation-fill-mode: both;
}

.ck_slider_top_content p {
    color: #818d9a;
    padding-top: 30px;
    animation-duration: 1.5s;
    animation-fill-mode: both;
}

.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: #f35564;
    color: #fff;
    text-transform: capitalize;
    border: 1px solid transparent;
}

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

.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 #f35564;
    color: #f35564;
    text-transform: capitalize;
}

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

/*-- slider css End --*/
/*-- about css Start --*/
.ck_heading_wrapper h4 {
    font-size: 16px;
    color: #f35564;
    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: #3d3d3d;
    padding-top: 15px;
    position: relative;
}

.ck_heading_wrapper h3:after {
    content: '';
    border: 2px solid #f35564;
    width: 30px;
    position: absolute;
    left: 0;
    bottom: -20px;
}

.ck_about_img_cont_wrapper p {
    padding-top: 50px;
}

.ck_about_img_cont_wrapper img {
    padding-top: 30px;
}

.ck_about_img_cont_wrapper h5 {
    font-size: 20px;
    color: #818d9a;
    padding-top: 20px;
}

.ck_about_img_cont_wrapper h6 {
    font-size: 16px;
    color: #818d9a;
    padding-top: 20px;
}

/*-- about css End --*/
/*-- offer css Start --*/
.ck_offer_icon_wrapper {
    width: 65px;
    height: 65px;
    text-align: center;
    line-height: 65px;
    float: left;
    border: 1px solid #f35564;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
}

.ck_offer_icon_wrapper i:before {
    color: #f35564;
    font-size: 32px;
}

.ck_offer_icon_cont_wrapper {
    float: left;
    width: calc(100% - 65px);
    padding-left: 25px;
}

.ck_offer_icon_cont_wrapper h3 {
    font-size: 24px;
    color: #3d3d3d;
}

.ck_offer_icon_cont_wrapper p {
    padding-top: 20px;
    width: 80%;
}

.ck_offer_mian_box_wrapper_first {
    margin-top: 60px;
}

.ck_offer_mian_box_wrapper_second {
    margin-top: 30px;
}

.ck_offer_btn a {
    float: left;
    width: 150px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #f35564;
    color: #fff;
    margin-top: 40px;
    text-transform: capitalize;
    border: 1px solid transparent;
}

.ck_offer_btn a:hover {
    background: transparent;
    border: 1px solid #f35564;
    color: #f35564;
}

/*-- 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;
}

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

/*-- 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 #f35564;
    width: 68%;
    position: absolute;
    bottom: 0px;
    left: 35px;
}
.ck_service_icon_wrapper span svg path{
    fill: #f35564;
  }
.ck_service_icon_wrapper span {
    float: left;
    width: 65px;
    height: 65px;
    border: 1px solid #f35564;
    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: #f35564;
    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: #3d3d3d;
}

.ck_service_icon_cont_wrapper h3 a:hover {
    color: #f35564;
}

.ck_service_icon_cont_wrapper p {
    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: #f35564;
    opacity: 1;
    z-index: -1;
}

.ck_service_main_box_wrapper:hover .ck_service_icon_wrapper i:before {
    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_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: -56px;
    background: #f35564;
    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_service_icon_wrapper span svg path{
    fill: #f35564;
  }
.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: #fff;
}

.ck_team_img_cont_wrapper p {
    color: #fff;
    padding-bottom: 30px;
    padding-top: 10px;
}

.ck_team_img_cont_wrapper ul {
    float: left;
    width: 100%;
    border-top: 1px solid #fff;
}

.ck_team_img_cont_wrapper li {
    float: left;
    width: 25%;
    text-align: center;
}

.ck_team_img_cont_wrapper li a {
    color: #fff;
    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(255, 255, 255, 0.3686274509803922);
    height: 15px;
    position: absolute;
    right: 0;
    top: 20px;
}

.ck_team_img_cont_wrapper li:last-child a:after {
    display: none;
}

/*-- 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: #3d3d3d;
}

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

.ck_testi_slide_img_cont_wrapper p {
    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;
}

/*-- 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 #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;
}

/*-- 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 #f35564;
    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: #3d3d3d;
    float: left;
}

.ck_elem_star {
    float: right;
}

.ck_elem_star i {
    color: #ffe400;
}

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

.ck_elem_slide_img_cont h5 {
    font-size: 22px;
    color: #f35564;
    font-family: 'Lato', sans-serif;
    position: absolute;
    top: 10px;
    right: 25px;
    padding-top: 10px;
}

/*-- elem 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;
    margin-top: 80px;
}

.ck_contac_img_wrapper {
    text-align: center;
}

.ck_contac_img_wrapper img {
    display: inline-block;
}

.contact_details_content {
    float: left;
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #e4e4e4;
    margin-bottom: 20px;
}

.contact_details_wrapper h2 {
    font-size: 28px;
    font-weight: 600;
    padding-bottom: 30px;
    text-transform: capitalize;
}

.contact_details_content:last-child {
    border-bottom: 0;
    padding: 0;
    margin: 0;
}

.contact_details_content .contact_heading {
    float: left;
    width: 25px;
}

.contact_details_content .contact_details {
    width: calc(100% - 25px);
    float: left;
    padding-left: 60px;
}

.contact_details_content span {
    color: #5c5f63;
    font-size: 16px;
}

.contact_details_content a {
    color: #5c5f63;
}

.contact_details_content a:hover {
    color: #f35564;
}

.color_pink {
    color: #f35564 !important;
}

#map {
    width: 100%;
    height: 395px;
    border: 8px solid rgba(0, 0, 0, 0.06);
}

.ck_contac_map_wrapper {
    position: relative;
    margin-top: 80px;
}

.ck_contact_map_cont_wrapper {
    width: 280px;
    height: 230px;
    background: #ef4b5c;
    position: absolute;
    top: 80px;
    z-index: 1;
    left: 8px;
    padding: 30px;
}

.ck_contact_map_cont_wrapper h4 {
    font-size: 24px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
}

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

.ck_contact_map_cont_wrapper .first_pera_ck_contact {
    color: #fff;
    padding-top: 40px;
}

.ck_contact_map_cont_wrapper .second_pera_ck_contact {
    color: #fff;
}

.ck_contact_map_cont_wrapper .second_pera_ck_contact a {
    color: #fff;
}

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

.ck_footer_left_section {
    float: left;
    width: 50%;
    padding-left: 80px;
    padding-bottom: 50px;
}

.ck_footer_right_section {
    float: left;
    width: 50%;
    padding-right: 20px;
    padding-bottom: 50px;
}

.ck_footer_left_section p {
    text-transform: uppercase;
}

.ck_footer_right_section ul {
    float: right;
}

.ck_footer_right_section li {
    float: left;
    margin-left: 30px;
}

.ck_footer_right_section li a {
    color: #818d9a;
}

.ck_footer_right_section li a {
    color: #818d9a;
}

.ck_footer_right_section li a:hover {
    color: #f35564;
}

.shape-overlays__path:nth-of-type(1) {
    fill: rgba(255, 255, 255, 0.45);
}

.shape-overlays__path:nth-of-type(2) {
    fill: #fff8f8;
}

.shape-overlays__path:nth-of-type(3) {
    fill: #fff;
}

/*-- 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: #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;
}

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

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