@import url(/skin/css/bootstrap.min.css);
@import url(/skin/css/animate.css);
@import url(/skin/css/animated-text.css);
@import url(/skin/css/all.min.css);
@import url(/skin/css/theme-default.css);
@import url(/skin/css/meanmenu.min.css);
@import url(/skin/css/bootstrap-icons.css);
@import url(/skin/css/flaticon.css);
@import url(/skin/css/responsive.css);
@import url(/skin/css/coustom-animation.css);
@import url(/skin/css/odometer-theme-default.css);
@import url(/skin/css/scroll-up.css);
@import url(/skin/css/swiper.css);
@import url(//at.alicdn.com/t/c/font_5136977_wzpuzu1vwl.css);

.clamp_one {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.clamp_two {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.clamp_three {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
/*---=====================================================
   <!--printmax Header Area Css-->
=========================================================---*/
.printmax-header-area {
    position: relative;
    margin-bottom: -125px;
    border-bottom: 1px solid #1a1a1a1f;
    padding: 16px 78px 16px 60px;
    z-index: 2;
}
a.logo_two {
    display: none;
}
.sticky a.logo_two {
    display: block;
}
.sticky a.active_logo {
    display: none;
}
.header-menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.printmax-header-area ul {
    display: inline-block;
    margin-left: 112px;
}
.header-menu ul li {
    display: inline-block;
    margin: 0 18px 0;
    position: relative;
    z-index: 1;
}
.header-menu ul li a {
    display: inline-block;
    padding: 20px 0 20px;
    font-size: 18px;
    color: #1a1a1a;
    font-weight: 500;
    font-family: "Microsoft YaHei", sans-serif;
    position: relative;
}
.header-menu > ul > li > a:before {
    position: absolute;
    content: "";
    top: 29px;
    left: -12px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #3dc595;
    opacity: 0;
    transition: 0.5s;
}
.header-menu > ul > li > a:hover:before {
    opacity: 1;
}
.header-menu > ul > li.active > a{
    color: #3dc595;
}
.header-menu > ul > li.active > a:before {
    opacity: 1;
}
.sticky .header-menu > ul > li > a:before {
    background: #fff;
}
.header-menu ul li span {
    font-size: 15px;
    color: #131414;
    margin-left: 5px;
    position: relative;
    top: -1px;
    display: inline-block;
    transform: rotate(88deg);
}

/*** Sub Menu Style ***/
.header-menu ul .sub_menu {
    position: absolute;
    left: 0;
    top: 130%;
    width: 225px;
    text-align: left;
    background: #fff;
    margin: 0;
    z-index: 1;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
    transition: 0.5s;
    visibility: hidden;
    border-top: 2px solid #3dc595;
    opacity: 0;
}

.header-menu ul li:hover > .sub_menu {
    visibility: visible;
    top: 100%;
    opacity: 1;
}

.header-menu ul .sub_menu li {
    position: relative;
    margin: 0;
    display: block;
}
.header-menu ul .sub_menu li a {
    display: block;
    padding: 12px 25px;
    margin: 0;
    line-height: 1.3;
    letter-spacing: normal;
    transition: 0.5s;
    visibility: inherit !important;
    color: #1a1a1a !important;
    font-size: 16px;
    font-weight: 500;
    position: relative;
    z-index: 1;
}
.header-menu ul .sub_menu li:hover > a {
    color: #3dc595 !important;
    margin-left: 10px;
}
.header-menu ul .sub_menu li a:before {
    position: absolute;
    content: "";
    left: 12px;
    top: 18px;
    height: 8px;
    width: 8px;
    background: #3dc595;
    z-index: -1;
    border-radius: 50%;
    opacity: 0;
    transition: 0.5s;
}
.header-menu ul .sub_menu li a:hover:before {
    opacity: 1;
}
.sticky .header-menu ul .sub_menu li a:hover:before {
    left: 8px;
}
.sticky .header-menu ul .sub_menu li a:hover {
    margin-left: 15px;
}
.sticky .sub_menu li a {
    padding: 12px 20px !important;
}
/* header right */

.header_right {
    display: flex;
    align-items: center;
}
.header_right .nav-btn.navSidebar-button {
    margin-top: -8px;
}
button.cart_btn.headers-button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    background: #fff;
    line-height: 40px;
    transition: 0.5s;
    outline: 0;
    border: 1px solid rgba(26, 26, 26, 0.2);
    margin-right: 11px;
}
button.cart_btn.headers-button:hover {
    background: #3dc595;
}
button.cart_btn.headers-button i {
    font-size: 20px;
    color: #1a1a1a;
    transition: 0.5s;
}
button.cart_btn.headers-button:hover i {
    color: #fff;
}
small.cart_counter {
    position: absolute;
    top: -3px;
    width: 16px;
    height: 16px;
    border-radius: 10px;
    background-color: #1a1a1a;
    line-height: 16px;
    font-size: 11px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Microsoft YaHei", sans-serif;
    right: -6px;
}
.sticky button.cart_btn.headers-button {
}
.header-button {
    display: inline-block;
    margin: 0 15px 0;
}
.header-button a {
    display: inline-block;
    border-radius: 8px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
}
.header-button a i {
    transform: rotate(0deg) !important;
}
/* header button */

/* sticky */
.sticky {
    left: 0;
    margin: auto;
    position: fixed !important;
    top: 0;
    width: 100%;
    -webkit-box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 5px -2px rgba(0, 0, 0, 0.1);
    background: #3dc595 !important;
    transition: 0.5s;
    z-index: 999999;
}
.sticky .header-menu ul li a {
    color: #fff;
}
.sticky .header-menu ul li a i {
    color: #fff;
}

.sticky .header-button a {
    border: 1px solid #ffff !important;
}

/* cart sidebar - start */
/* =============================== */
.sidebar-menu-wrapper {
    display: block;
}
.cart_sidebar {
    top: 0;
    width: 400px;
    right: -400px;
    height: 100vh;
    z-index: 9999;
    position: fixed;
    padding: 50px 20px;
    overflow-y: scroll;
    background-color: #ffffff;
    transition: 0.6s cubic-bezier(1, 0, 0, 1);
}
.cart_sidebar .mCustomScrollBox {
    overflow: visible !important;
}
.cart_sidebar.active {
    right: 0px;
}
.cart_sidebar .close_btn {
    top: 15px;
    right: 20px;
    line-height: 1;
    font-size: 24px;
    position: absolute;
}
.cart_sidebar .close_btn:hover {
    color: #3dc595;
}
.cart_sidebar .heading_title {
    line-height: 1;
    font-size: 18px;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f6f6f6;
}
.cart_sidebar .heading_title span {
    color: #3dc595;
}
.cart_sidebar .total_price {
    display: flex;
    font-size: 16px;
    font-weight: 500;
    margin-top: 20px;
    padding: 10px 0px;
    margin-bottom: 15px;
    align-items: center;
    color: #131313;
    border-top: 1px solid #f6f6f6;
    border-bottom: 1px solid #f6f6f6;
    justify-content: space-between;
}
.cart_sidebar .total_price span:last-child {
    color: #3dc595;
}
.cart_sidebar .btns_group {
    margin: -5px;
}
.cart_sidebar .btns_group li {
    width: 48%;
    padding: 5px;
    display: inline-block;
}
.cart_sidebar .btn {
    display: block;
    font-size: 12px;
    padding: 17px 20px;
}
ul.btns_group.ul_li {
    margin-top: 16px;
}
ul.btns_group.ul_li a {
    position: relative;
    z-index: 1;
    transition: 0.5s;
    background: #fff;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.15);
    border: 1px solid #3dc595;
}
ul.btns_group a:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transition: 0.5s;
    z-index: -1;
    border-radius: 4px;
}
ul.btns_group li:last-child a:hover {
    color: #fff;
}
ul.btns_group li:first-child a {
    background: #3dc595;
    color: #fff;
}
ul.btns_group li:first-child a:hover {
    color: #062e61;
}
ul.btns_group li:first-child a:before {
    background: #fff;
}
ul.btns_group li:last-child a:before {
    background: #3dc595;
}
ul.btns_group li:first-child a:hover:before,
ul.btns_group li:last-child a:hover:before {
    transform: scale(1);
}
.cart_sidebar .btn.btn_border {
    padding: 15px 20px;
}
.cart_sidebar::-webkit-scrollbar {
    width: 0px;
}
.cart_sidebar_overlay {
    left: 100%;
    top: 0;
    position: fixed;
    z-index: 101;
    height: 100%;
    opacity: 0;
    width: 100%;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in 0.4s;
    -o-transition: all 0.4s ease-in 0.4s;
    transition: all 0.4s ease-in 0.4s;
    background: #3dc595;
}
.cart_sidebar_overlay.active {
    opacity: 0.5;
    visibility: visible;
    -webkit-transition: all 0.4s ease-out 0s;
    -o-transition: all 0.4s ease-out 0s;
    transition: all 0.4s ease-out 0s;
    left: 0;
}
.cart_item {
    display: flex;
    position: relative;
    align-items: center;
    padding-right: 25px;
    transition: 0.5s;
}
.cart_item.remove {
    display: none;
}
.cart_item:not(:last-child) {
    margin-bottom: 20px;
}
.cart_item .item_image {
    display: block;
    min-width: 70px;
    overflow: hidden;
    border-radius: 3px;
    position: relative;
    margin-right: 10px;
}
.cart_item .item_image img {
    width: 100px;
    height: 100px;
}

.cart_item .item_title {
    font-weight: 500;
    margin-bottom: 10px;
    font-size: 14px;
    margin-top: 0;
}
.cart_item .item_price {
    line-height: 1;
    display: block;
    font-weight: 600;
    color: #3dc595;
}
.cart_item button.remove_btn {
    border: 0;
    outline: 0;
    background: #3dc595;
    color: #fff;
    padding: 1px 12px;
    margin-top: 7px;
}
.cart_item .remove_btn:hover {
    color: #ffffff;
    background-color: #131313;
}

/*===========================================
<-- Sater Css Hero Area -->
==============================================*/

section.hero_area {
    background: url(../image/banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 900px;
    position: relative;
    z-index: 1;
}
.hero_content {
    margin-top: 75px;
}
.hero_content h4 {
    font-size: 18px;
    text-transform: uppercase;
    color: #3dc595;
    font-weight: 500;
    margin-bottom: 22px;
}
.hero_content h1 {
    font-size: 63px;
    line-height: 76px;
    text-transform: uppercase;
    color: #1a1a1a;
    font-weight: 700;
}

/* hero btn */
.slider_button {
    display: flex;
    align-items: center;
    margin-top: 35px;
}
.banner_btn a {
    background: #1a1a1a !important;
    padding: 14px 45px !important;
    border-radius: 28px !important;
}
.banner_btn a:hover {
    color: #fff !important;
}

.banner_btn span {
    background-color: #3dc595 !important;
    border-radius: 28px !important;
}
.slider_info {
    margin-left: 30px;
}
.slider_info a {
    display: inline-block;
    margin-left: 10px;
    font-size: 18px;
    color: #1a1a1a;
    font-weight: 500;
}
.slider_info span {
    color: #fff;
}

/* hero thumb */

.hero-thumb {
    position: relative;
    z-index: 1;
    margin-left: 128px;
    margin-top: 77px;
}
.hero_container_shape {
    position: absolute;
    bottom: 6%;
    left: -32%;
}
.hero_container_shape2 {
    position: absolute;
    top: 0%;
    right: 4%;
    z-index: -1;
}
.hero_container_shape3 {
    position: absolute;
    bottom: 45%;
    left: -14%;
    z-index: -1;
}
.hero_container_shape4 {
    position: absolute;
    bottom: 4%;
    right: -16%;
    z-index: -1;
}

/* hero counter  */
.banner_counter {
    position: absolute;
    background: #fff;
    width: 229px;
    border-radius: 10px;
    filter: drop-shadow(0px 30px 50px rgba(151, 160, 157, 0.3));
    background-color: #ffffff;
    text-align: center;
    padding: 35px 38px 28px;
    top: 36%;
    right: -17%;
}
.banner_counter-_number {
    display: inline-block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 1px solid #1a1a1a52;
    line-height: 100px;
    margin-bottom: 25px;
    position: relative;
}
.banner_counter-_number:before {
    position: absolute;
    content: "";
    width: 82px;
    height: 82px;
    border-radius: 50%;
    background-color: #1a1a1a;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    top: 8px;
}
.banner_counter-_number h1 {
    font-size: 26px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    display: inline-block;
}
.banner_counter-_number span {
    font-size: 26px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
}
.counter_text {
    position: relative;
    margin-left: 20px;
}
.counter_text p {
    font-size: 15px;
    line-height: 22px;
    text-transform: uppercase;
    color: #1a1a1a;
    font-weight: 500;
    font-family: "Microsoft YaHei", sans-serif;
	margin-bottom: 0;
}
.counter_text p i {
    position: absolute;
    font-weight: 700;
    font-size: 20px;
    transform: rotate(-54deg);
    left: -20px;
}
/* hero contaner social */
.hero_container {
    position: absolute;
    top: 11%;
    transform: translateY(50%);
    left: 4%;
}
.hero_cotaner_social {
    position: relative;
    z-index: 1;
}
.hero_cotaner_social:before {
    position: absolute;
    left: 6px;
    content: "";
    bottom: -63px;
    background: url(../image/arrwo.png);
    height: 98%;
    width: 40px;
    background-repeat: no-repeat;
    z-index: -1;
}
.hero_follow h3 {
    transform: rotate(90deg);
    margin-bottom: 215px;
    position: relative;
    left: -25px;
    font-size: 16px;
    color: #1a1a1a;
    font-weight: 500;
    text-transform: uppercase;
}
.hero_social a {
    display: block;
    width: 46px;
    height: 46px;
    border-radius: 23px;
    background-color: #ffffff;
    border: 1px solid rgba(19, 20, 20, 0.1);
    line-height: 46px;
    text-align: center;
    font-size: 14px;
    color: #1a1a1a;
    margin-bottom: 14px;
}
.hero_social a:hover {
    background-color: #3dc595;
    border: 1px solid #3dc595;
    color: #ffff;
}
.hero_rotate {
    position: absolute;
    left: 0;
    right: 13%;
    margin: auto;
    text-align: center;
    top: 18%;
}

/*===========================================
<-- Sater Printmax Button Css Css  -->
==============================================*/
.printmax_btn a {
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    border-radius: 25px;
    display: inline-block;
    background: #3dc595;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border: none;
    padding: 11px 33px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Microsoft YaHei", sans-serif;
}
.printmax_btn span {
    position: absolute;
    z-index: -1;
    width: 0;
    height: 0;
    display: block;
    border-radius: 30px;
    background-color: #1a1a1a;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
    transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
}
.printmax_btn a:hover,
.printmax_btn a:focus {
    color: #3dc595;
}
.printmax_btn a:hover span,
.printmax_btn a:focus span {
    width: 200%;
    height: 500px;
}
.printmax_btn a i {
    font-size: 14px;
    font-weight: 600;
    transform: rotate(-45deg);
    display: inline-block;
    margin-left: 8px;
}

/*===========================================
<-- Sater Printmax Feature Area Css  -->
==============================================*/

section.feature_area {
    padding: 100px 0 20px;
}
.feature_title h2 {
    font-size: 32px;
    line-height: 38px;
    color: #1a1a1a;
    font-weight: 600;
    position: relative;
}
.feature_title h2:before {
    position: absolute;
    content: "";
    left: -37px;
    top: -22px;
    width: 92px;
    height: 92px;
    border-radius: 46px;
    background-color: #edf5f6;
    z-index: -1;
}
.feature_item {
    border-radius: 10px;
    background-color: #edf5f6;
    display: flex;
    align-items: center;
    padding: 35px 0 35px 30px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
    margin-bottom: 30px;
}
.feature_item:hover .feature_icon i {
    background-color: #f8b097;
    color: #1a1a1a;
}
.feature_item:before {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transform: scale(0);
    background: #f7f1ee;
    color: #1a1a1a;
    height: 80%;
    width: 80%;
    border-radius: 10px;
    transition: 0.5s;
    content: "";
    z-index: -1;
}
.feature_item:hover:before {
    transform: scale(1);
    height: 100%;
    width: 100%;
}
.feature_icon i {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background-color: #3dc595;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    font-size: 31px;
    color: #fff;
    margin-right: 20px;
    transition: 0.5s;
}
.feature_content h3 {
    font-size: 25px;
    color: #1a1a1a;
    font-weight: 500;
    margin: 0;
}

/*===========================================
<-- Sater Printmax About Area Css  -->
==============================================*/

section.about_area {
    background: url(../image/about_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 120px 0 120px;
    position: relative;
}
.about_thumb {
    position: relative;
    z-index: 1;
    margin-left: 30px;
}
.about_thumb_inner {
    margin-bottom: 30px;
}
.about_counter {
    background: #d7e6e8;
    text-align: center;
    padding: 34px 26px 34px;
    border-radius: 15px;
}
.about_counter-_number {
    display: inline-block;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    border: 1px solid #1a1a1a52;
    line-height: 120px;
    margin-bottom: 25px;
    position: relative;
    z-index: 1;
}
.about_counter-_number:before {
    position: absolute;
    content: "";
    width: 94px;
    height: 94px;
    border-radius: 50%;
    background-color: #1a1a1a;
    left: 0;
    right: 0;
    margin: auto;
    z-index: -1;
    top: 11px;
}
.about_counter p {
    font-size: 18px;
    text-transform: uppercase;
    color: #131414;
    font-weight: 500;
}
.about_counter-_number h1 {
    font-size: 26px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
    display: inline-block;
}
.about_counter-_number span {
    font-size: 26px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 700;
}

/* about Shape */
.about_shap {
    position: absolute;
    top: -6%;
    left: -11%;
    z-index: -1;
}
.about_shap1 {
    position: absolute;
    left: -5%;
    bottom: 25%;
}
.about_shap2 {
    position: absolute;
    right: 0;
    left: 0%;
    margin: auto;
    text-align: center;
    top: 37%;
    z-index: -1;
}

/* about content */

.about_content p {
    margin: 10px 0;
    width: 80%;
}
.about_content.list p{
    width: 100%;
}
.about_content p:nth-child(2){
    margin-top: 25px;
}
.about_content p:nth-child(4){
    margin-bottom: 25px;
}
.about_list ul li {
    font-size: 18px;
    color: #1a1a1a;
    font-weight: 500;
    margin-bottom: 13px;
}
.about_list ul li img {
    margin-right: 10px;
}
.about_btn {
    margin-top: 45px;
}
.about_btn a {
    display: inline-block;
    padding: 14px 43px;
    background: #1a1a1a;
    border-radius: 28px;
}
.about_btn a:hover {
    color: #fff;
}
.about_btn span {
    background: #3dc595;
}
.about_shaps {
    position: absolute;
    right: 20%;
    bottom: 18%;
}

/*===========================================
<-- Sater Printmax Collection Area Style Two  Css  -->
==============================================*/

section.collection_area.style_two {
    padding: 105px 0 120px;
}
.collection_img {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.collection_img img {
    width: 100%;
}
.collection_img:before {
    position: absolute;
    /* content: ""; */
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(0deg, rgb(25 25 25 / 75%) 0%, rgb(25 25 25 / 69%) 6%, rgba(25, 25, 25, 0) 70%, rgba(25, 25, 25, 0) 100%);
    border-radius: 10px;
    transition: 0.5s;
	z-index: 2;
}
.collection_img:after {
    background: linear-gradient(120deg, #b9fee7, #eaece3);
    background-size: 200% 200%;
    animation: gradientAnimation 5s ease infinite;
	position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
	z-index: 1;
}
@keyframes gradientAnimation {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
.collection_contents {
    position: absolute;
    bottom: 10%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    transition: 0.5s;
	z-index: 2;
}
.collection_icon_btn a {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #3dc595;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 25px;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 5px;
}
.collection_icon_btn a:hover {
    color: #fff;
}
.collection_icon_btn a:before {
    position: absolute;
    content: "";
    left: 0;
    width: 0%;
    height: 100%;
    top: 0;
    background: #1a1a1a;
    transition: 0.5s;
    border-radius: 50%;
    z-index: -1;
}
.collection_icon_btn a:hover:before {
    width: 100%;
}
.collection_contents .icon{
	display: flex;
	margin: 0 auto 100px;
	width: 150px;
	height: 150px;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	border-radius: 50%;
}
.collection_contents .icon i{
	font-size: 65px;
	color: #006666;
}
.collection_contents.second .icon{
	margin: 0 auto 50px;
	width: 100px;
	height: 100px;
}
.collection_contents.second .icon i{
	font-size: 45px;
	color: #006666;
}
.collection_contents h3 a {
    font-size: 34px;
    color: #3dc595;
    font-weight: 600;
    font-family: "Microsoft YaHei", sans-serif;
    display: inline-block;
}
.collection_contents h3 a:hover {
    color: #3dc595;
}
.collection_contents p {
    font-size: 20px;
    color: #3dc595;
    font-weight: 500;
    font-family: "Microsoft YaHei", sans-serif;
    margin-top: 10px;
	margin: 15px auto 0;
	max-width: 80%;
}

.collection_area.list .box{
    padding: 40px 35px;
    border-radius: 8px;
    background: linear-gradient(120deg, #b9fee7, #eaece3);
    background-size: 200% 200%;
    animation: gradientAnimation 5s ease infinite;
    display: flex;
    justify-content: left;
    gap: 50px;
    margin-bottom: 25px;
}
.collection_area.list .box .icon{
	display: flex;
	width: 130px;
	height: 130px;
	justify-content: center;
	align-items: center;
	background-color: #fff;
	border-radius: 50%;
    min-width: 130px;
}
.collection_area.list .box .icon i{
	font-size: 65px;
	color: #006666;
}
.collection_area.list .box .content h4{
    margin: 0 0 10px;
    color: #3dc595;
}
.collection_area.list .box .content h6{
    margin-bottom: 5px;
    font-size: 16px;
}
.collection_area.list .box .content p{
    margin-bottom: 0;
    font-size: 16px;
    line-height: 1.8;
}

/* collection content second */

.collection_single_box.upper {
    margin-bottom: 22px;
}
.collection_contents.second h3 a {
    font-size: 22px;
    color: #3dc595;
    font-weight: 600;
}
.collection_contents.style_third h3 a {
    font-size: 28px;
}
.collection_img:hover .collection_contents.style_third {
    bottom: 10%;
}

/*===========================================
<-- Sater Css Section Title  -->
==============================================*/
.section_title.text-center {
    margin-bottom: 60px;
}
.section_title h4 {
    margin-bottom: 14px;
    font-size: 22px;
    color: #3dc595;
    font-weight: bold;
    text-transform: capitalize;
}
.section_title h1 {
    font-size: 42px;
    line-height: 50px;
    color: #1a1a1a;
    font-weight: 700;
}
.section_title.style_left {
    padding-left: 208px;
    margin-bottom: 65px;
}

/*===========================================
<-- Sater Printmax Countdown Area  Css  -->
==============================================*/

section.countdown_area {
    background: url(../image/countdown_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 130px 0;
}
.countdown_thumbs {
    margin-left: -150px;
    margin-top: -67px;
}
.countdown_thumb {
    margin-left: -41px;
    top: -39px;
    position: relative;
}
.Countdown_content {
    position: relative;
}
.Countdown_content h2 {
    font-size: 36px;
    color: #1a1a1a;
    font-weight: 700;
	margin-bottom: 30px;
}
/* Start Count Down css*/
.countdown_item {
    border-radius: 40px;
    background-color: #ffffff;
    border: 2px solid rgba(3, 24, 18, 0.1);
    display: inline-block;
    padding: 21px 25px 21px;
    margin: 30px 0 40px;
}

#clockdiv div > span {
    display: inline-block;
    font-size: 38px;
    color: #1a1a1a;
    font-weight: 600;
    font-family: "Microsoft YaHei", sans-serif;
}
.countdown_number {
    display: inline-block;
}
.countdown_number strong {
    font-size: 38px;
    color: #1a1a1a;
    font-weight: 600;
    font-family: "Microsoft YaHei", sans-serif;
    margin: 0 20px;
}
.countdown_shape {
    position: absolute;
    top: 50%;
    right: 0;
    left: -50%;

}
.countdown_btn a {
    background: #1a1a1a;
    padding: 14px 45px;
    border-radius: 28px;
}

/*===========================================
<-- Sater Printmax Product Section  Css  -->
==============================================*/

section.product-section {
    padding: 105px 70px 97px;
}
.product-box-thumb {
    position: relative;
    overflow: hidden;
}
.product-icon {
    position: absolute;
    top: 0;
    right: 0;
    transition: 0.5s;
    visibility: hidden;
    opacity: 0;
}
.product_single_item.active .product-icon,
.product_single_item:hover .product-icon {
    top: 30px;
    visibility: visible;
    opacity: 1;
    right: 30px;
}
.product-icon ul li {
    display: block;
    margin: 10px 0;
}
.product-icon button {
    font-size: 16px;
    color: #1a1a1a;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background-color: #ffffff;
    line-height: 42px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
    border: none;
}
.product-icon button::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f7b098;
    border-radius: 50%;
    transform: scale(0);
    z-index: -1;
    transition: 0.5s;
}
.product-icon button:hover::after {
    transform: scale(1);
    filter: hue-rotate(360deg);
}
.product_contnet {
    text-align: center;
    margin: 30px 0 0;
}
.product_contnet h6 {
    font-size: 24px;
    color: #1a1a1a;
    font-weight: 600;
    font-family: "Microsoft YaHei", sans-serif;
    margin: 0 0 6px;
}
.product_contnet p {
    font-size: 16px;
    color: #40c596;
    font-weight: 500;
    font-family: "Microsoft YaHei", sans-serif;
}

.product_list .owl-nav {
    position: absolute;
    top: -26%;
    right: 12%;
    display: flex;
}
.product_list .owl-prev i {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    background-color: #ffffff;
    border: 1px solid #1a1a1a;
    line-height: 60px;
    text-align: center;
    font-weight: 600;
    display: inline-block;
    color: #1a1a1a;
    position: relative;
    z-index: 1;
    transition: 0.5s;
    margin-right: 15px;
}
.product_list .owl-next i {
    width: 60px;
    height: 60px;
    border-radius: 30px;
    background-color: #ffffff;
    border: 1px solid #1a1a1a;
    line-height: 60px;
    text-align: center;
    font-weight: 600;
    display: inline-block;
    color: #1a1a1a;
    position: relative;
    z-index: 1;
    transition: 0.5s;
}
.product_list .owl-prev i:hover,
.owl-next i:hover {
    background: #40c596;
    border: 1px solid #40c596;
}

/*===========================================
<-- Sater Css Printmax Feature Area Style Two -->
==============================================*/

section.feature_area.style_two {
    background: #edf5f6;
    padding: 105px 0 107px;
    position: relative;
    z-index: 1;
}
.feature_item.style_two {
    background: #fff;
    display: block;
    padding: 40px 0 40px 30px;
    transition: 0.5s;
}
.feature_item.style_two:hover {
    filter: drop-shadow(0px 10px 27px rgba(177, 177, 177, 0.3));
}
.feature_item.style_two:before {
    display: none;
}
.feature_item.style_two .feature_icon {
    float: left;
    margin-right: 25px;
    font-size: 50px;
    font-weight: bold;
    color: #05b775;
    display: block;
    line-height: 1.3;
}
.feature_item.style_two .feature_content {
    overflow: hidden;
}

.feature_item.style_two .feature_content h3 {
    font-size: 22px;
    color: #1a1a1a;
    font-weight: 600;
    margin: 0 0 10px;
}
.feature_item.style_two .feature_content p {
    margin-bottom: 0;
}
.feature_shape {
    position: absolute;
    top: 15%;
    right: 11%;
}
.feature_shape2 {
    position: absolute;
    left: 5%;
    top: 19%;
    z-index: -1;
}
/*===========================================
<-- Sater Css Printmax Marqee Area -->
==============================================*/

.marquee_area {
    position: relative;
    background: #1a1a1a;
    z-index: 100;
}
.marquee_bg {
    background: #3dc595;
    padding: 35px 0 36px;
    transform: rotate(-1deg);
}
.marquee {
    position: relative;
    --duration: 40s;
    --gap: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    gap: 0;
}
.marquee-block {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    gap: 0px;
    min-width: 100%;
    -webkit-animation: scroll 30s linear infinite;
    animation: scroll 30s linear infinite;
}

@-webkit-keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(calc(-100% - var(--gap)));
        transform: translateX(calc(-100% - var(--gap)));
    }
}
@keyframes scroll {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    100% {
        -webkit-transform: translateX(calc(-100% - var(--gap)));
        transform: translateX(calc(-100% - var(--gap)));
    }
}
.marquee-block h3 {
    margin: 0 40px 0 0;
    font-size: 30px;
    color: #ffffff;
    font-weight: 600;
    padding-left: 0;
    display: flex;
    align-items: center;
}
.marquee-block span {
    margin-right: 40px;
}



/*===========================================
<-- Sater Css Blog Area -->
==============================================*/

section.blog_area {
    padding: 50px 0 65px;
}
.single-blog-box {
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
    padding: 30px 20px;
    border-radius: 8px;
    box-shadow: 0 10px 20px 0 rgb(0 0 0 / 5%);
}
.single-blog-thumb {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.single-blog-thumb:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5);
    content: "";
    -webkit-transition: all 0.1s;
    transition: all 0.6s;
    z-index: 2;
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -150%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, -150%, 0);
}

.single-blog-box:hover .single-blog-thumb::before {
    -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, 150%, 0);
    transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, -45deg) translate3d(0, 150%, 0);
}

.blog-title h3 a {
    font-size: 24px;
    line-height: 34px;
    color: #1a1a1a;
    font-weight: 600;
    transition: 0.5s;
}
.blog-title h3 a:hover {
    color: #3dc595;
}
.meta-blog p {
    font-size: 16px;
    color: #5d5f62;
    font-weight: 400;
    border-bottom: 1px solid rgba(26, 26, 26, 0.10196078431372549);
    margin: 15px 0;
    padding-bottom: 18px;
    position: relative;
    padding-left: 18px;
}
.meta-blog p:before {
    position: absolute;
    content: "";
    left: 0;
    top: 10px;
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background-color: #40c596;
}
.single-blog-box .text{
    margin-bottom: 0;
}

/* Start Blog Area Style Two  */
section.blog_area.style_two {
    background: #edf5f6;
    padding: 105px 0 27px;
}

/*===========================================
<-- Sater Css Footer Area -->
==============================================*/

.footer_area {
    background: url(../image/footer_bg.jpg);
    padding: 120px 0 30px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.footer_area .footer-text {
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer_area .footer-text .foot-ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
.footer_area .footer-text .foot-ul li {
    margin-left: 10px;
}
.footer_area .footer-text .foot-ul li a{
    font-size: 13px;
}
.footer_area .footer-text p a {
    margin-left: 5px;
}
p.footer_desc {
    font-weight: 400;
    margin: 29px 0 27px;
    width: 90%;
}
.footer_info p {
    font-size: 16px;
    color: #1a1a1a;
    font-weight: 500;
    margin-bottom: 0;
}
.footer_info p i {
    margin-right: 8px;
    position: relative;
    top: 2px;
    font-size: 14px;
    color: #40c596;
}
.footer_info h6 {
    font-size: 24px;
    color: #1a1a1a;
    font-weight: 600;
}

.footer-widget-title h4 {
    margin-bottom: 34px;
    font-size: 22px;
    color: #1a1a1a;
    font-weight: 600;
}
.footer-widget-menu ul li a {
    display: inline-block;
    margin-bottom: 14px;
    font-size: 17px;
    font-weight: 500;
    font-family: "Microsoft YaHei", sans-serif;
    margin-left: -10px;
    color: #5d5f62;
}
.footer-widget-menu ul li a:hover {
    margin-left: 0;
    color: #40c596;
}

.footer-widget-menu ul li a i {
    font-size: 12px;
    opacity: 0;
    transition: 0.5s;
    padding-right: 5px;
}
.footer-widget-menu ul li a:hover i {
    opacity: 1;
}
.subscribe_form {
    position: relative;
}
p.subscribe_text {
    width: 87%;
    margin-bottom: 23px;
}
.subscribe_form input {
    background: #fff;
    width: 100%;
    outline: 0;
    color: #1a1a1a !important;
    height: 60px;
    background-color: #ffffff;
    border: 1px solid rgba(26, 26, 26, 0.1);
    border-radius: 0 30px 30px 0;
    padding: 0 24px;
}
.subscribe_form input::placeholder {
    font-size: 17px;
    color: #1a1a1a;
    font-weight: 500;
}
.subscribe_form input:focus {
    outline: 0;
    background: transparent;
    box-shadow: none;
}
button.btn i {
    border-radius: 18px;
    font-size: 18px;
    color: #40c596;
    position: absolute;
    top: 15px;
    font-weight: 600;
    right: 38px;
}
button.btn i:hover {
    color: #1a1a1a;
}
.footer_social_icon {
    margin-top: 5px;
}
.footer_social_icon a {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background-color: #ffffff;
    border: 1px solid rgba(26, 26, 26, 0.1);
    display: inline-block;
    text-align: center;
    line-height: 40px;
    font-size: 15px;
    margin-right: 4px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.footer_social_icon a:hover {
    color: #fff;
}
.footer_social_icon a:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 0%;
    background: #40c596;
    transition: 0.5s;
    content: "";
    z-index: -1;
}
.footer_social_icon a:hover:before {
    width: 100%;
}

.footer_area .footer-widget-content.full {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.footer_area .footer-widget-content.full .swiper_foot {
    flex: 1 1 auto;
    margin: 0;
    min-height: 150px;
}
.footer_area .footer-widget-content.full .swiper_foot ul {
    min-height: 150px;
    padding-left: 0;
}

/* footer bottom */

.row.add-border {
    position: relative;
    padding-top: 22px;
    margin-top: 110px;
}
.row.add-border:before {
    position: absolute;
    top: 0;
    left: 12px;
    height: 1px;
    width: 98%;
    background: rgb(87 54 54 / 15%);
    content: "";
}
.footer-bottom-content-copy p {
    margin: 0;
    font-size: 15px;
    color: #1a1a1a;
    font-weight: 400;
    text-align: center;
}
.payments {
    text-align: right;
}


/* ================================================ */
/* Start Css Feature Area Style Three */
/* ================================================ */
section.feature_area.style_three {
    padding: 120px 0 90px;
}

.feature_item.style_three {
    display: block;
    overflow: hidden;
    padding: 45px 11px 32px 40px;
}
.style_three .feature_content h3 {
    font-size: 28px;
    color: #1a1a1a;
    font-weight: 600;
    margin: 0 0 13px;
}
.feature_btn a {
    height: 45px;
    width: 45px;
    line-height: 45px;
    background: #3dc595;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.feature_btn a:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #f8b097;
    transition: 0.5s;
    z-index: -1;
}
.feature_btn a:hover:before {
    width: 100%;
}
.feature_btn {
    margin-top: 108px;
}
.feature_img {
    position: absolute;
    bottom: -50px;
    right: -50px;
    z-index: -1;
    background: #fff;
    border-radius: 50%;
    width: 230px;
    height: 230px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.feature_img i{
		font-size: 80px;
		display: block;
		margin-left: -15px;
		margin-top: -20px;
}


/* ================================================ */
/* Start Css service Area */
/* ================================================ */

section.service_area {
    padding: 105px 0 150px;
}
.service_single_item {
    background: #f7f1ee;
    padding: 50px 35px 42px;
    border-radius: 20px;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}
.service_single_item:before {
    position: absolute;
    content: "";
    left: 50%;
    top: 0;
    height: 100%;
    width: 0;
    background: #edf5f5;
    transition: 0.5s;
    z-index: -1;
    border-radius: 20px;
}
.service_single_item:hover:before {
    width: 100%;
    left: 0;
}
.service_content h3 {
    font-size: 26px;
    color: #031812;
    font-weight: 600;
    margin: 35px 0 28px;
}
.service_button {
    display: flex;
    align-items: center;
}
.service_btn a {
    padding: 13px 110px 13px 35px;
    background: #fff;
    color: #031812;
}
.service_btn a:hover {
    color: #fff;
}
.service_btn span {
    background: #3dc595;
}
.service_button .popular_btn_arrow a {
    width: 54px;
    height: 54px;
    background-color: #fff;
    line-height: 52px;
}
.service_button .popular_btn_arrow a i {
    color: #000 !important;
}
.popular_btn_arrow a:hover i {
    color: #ffff;
}

.service_area.list .service_icon i{
    font-size: 65px;
}
/* ================================================ */
/* Start Css Printing Area */
/* ================================================ */

section.printing_area {
    background: #edf5f6;
    padding: 120px 0 120px;
}
.printing_thumb {
    position: relative;
    margin-left: -83px;
}
.printing_shape {
    position: absolute;
    left: 0%;
    bottom: 3%;
}
.printing_content p {
    margin: 20px 0 28px;
    width: 84%;
}
.printing_icon_box {
    display: flex;
    align-items: center;
    padding: 0 40px 0 0;
}

.printing_icon {
    width: 60px;
    height: 60px;
    border-radius: 10px;
    background-color: #3dc595;
    line-height: 60px;
    text-align: center;
    flex-shrink: 0;
    margin-right: 20px;
}
.printing_icon_box.style_two .printing_icon {
    background-color: #f8b097;
}
.printing_content h3 {
    font-size: 18px;
    color: #1a1a1a;
    font-weight: 500;
    margin: 0;
}
.printing_list.printing_werpper {
    border-top: 1px solid #5d5f6257;
    padding-top: 22px;
    margin-top: 30px;
}
.printing_list ul li {
    font-size: 18px;
    color: #1a1a1a;
    font-weight: 500;
    margin-bottom: 13px;
}
.printing_list ul li img {
    margin-right: 10px;
}

.printing-thumb {
    position: relative;
}

.print_counter {
    position: absolute;
    top: 8%;
    right: 19%;
}
.print_counter-_number {
    background: #ffff;
    padding: 45px 58px;
    border-radius: 50%;
    text-align: center;
    position: relative;
    z-index: 1;
    width: 199px;
}
.print_counter-_number:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 11%;
    width: 157px;
    height: 157px;
    border-radius: 78px;
    background-color: #dcebed;
    z-index: -1;
    margin: auto;
    text-align: center;
}
.print_counter-_number p {
    color: #031812;
    font-weight: 500;
}
.print_counter-_number h1 {
    font-size: 46px;
    color: #3dc595;
    font-weight: 700;
    font-family: "Microsoft YaHei", sans-serif;
    display: inline-block;
}
.print_counter-_number span {
    font-size: 46px;
    color: #3dc595;
    font-weight: 700;
}

/* ================================================= */
/* Start Printmax Package Area  */
/* ================================================= */

section.package_area {
    padding: 120px 0 120px;
}

.package_shape {
    position: absolute;
    top: 20%;
    left: 11%;
}
.package_shaps1 {
    position: absolute;
    top: 9%;
    left: 17%;
}
.package_shaps2 {
    position: absolute;
    bottom: 36%;
    left: 9%;
}
.printing_btn {
    left: -8%;
    margin: auto;
    right: 0;
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 8%;
    text-align: center;
    justify-content: center;
}
.printing_btn .service_btn a {
    padding: 15px 138px;
    background: #fff;
    color: #031812;
    border: 1px solid black;
    border-radius: 30px;
}
.printing_btn .popular_btn_arrow a i {
    color: #fff;
}

.package_content {
    text-align: center;
    margin-top: 26px;
}
.package_content h3 {
    font-size: 20px;
    color: #031812;
    font-weight: 500;
    margin-bottom: 8px;
    cursor: pointer;
}
.package_content p {
    font-size: 18px;
}
.Package_list .owl-dots {
    position: relative;
    right: 0;
    left: 0;
    margin: auto;
    text-align: center;
    bottom: -16%;
}
.Package_list .owl-dot {
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background-color: rgba(243, 51, 80, 0);
    border: 1px solid rgba(3, 24, 18, 0.3);
    margin-right: 10px;
    display: inline-block;
}
.Package_list .owl-dot.active {
    background: #3dc595;
    border: 1px solid #3dc595;
}


/* ================================================= */
/* Start Printmax Download Area  */
/* ================================================= */

section.download_app_area {
    background: url(../image/app_bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    padding: 42px 0 0;
    background-size: cover;
}
.app_content {
    position: relative;
}
.apps_shape {
    position: absolute;
    right: 18%;
    bottom: -2%;
}
.app_content h2 {
    font-size: 46px;
    line-height: 56px;
    color: #031812;
    font-weight: 700;
}
ul.app_btn li {
    display: inline-block;
    margin-right: 13px;
    margin-top: 38px;
}
.app_thumb {
    position: relative;
    z-index: 1;
    margin-bottom: -37px;
}
img.app_rotate {
    position: absolute;
    top: 9%;
    z-index: -1;
    left: 4%;
}

/*=====================================
<-- Printmax pop up Css -->
=======================================*/

.confirm-box {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

.message-box {
    background: #fff;
    text-align: center;
    font-family: "Outfit", sans-serif;
    font-size: 22px;
    line-height: 1.5;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    color: #062e5f;
    font-weight: 500;
}

.button-box {
    margin-top: 30px;
}

.yes-button,
.no-button {
    padding: 8px 20px;
    font-size: 16px;
    margin: 0 20px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    color: #fff;
    transition: 0.5s;
}

.yes-button:hover,
.no-button:hover {
    filter: hue-rotate(360deg);
}

.yes-button {
    background: #ff7a1f;
}

.no-button {
    background: #062e5f;
}

/* ============================================= */
/* Start Home Three */
/* ============================================= */

section.hero_area.style_three {
    background: url(../image/banner2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 900px;
    position: relative;
}
.hero_content.style_three {
    margin-top: 102px;
}
.hero_content.style_three h4 {
    font-size: 18px;
    color: #1a1a1a;
    font-weight: 500;
    font-family: "Microsoft YaHei", sans-serif;
    text-transform: capitalize;
}
.hero_content.style_three h1 {
    font-size: 64px;
    text-transform: capitalize;
}
.hero_right {
    margin-top: 80px;
}
.hero-thumbs img {
    width: 100%;
}
.banner_icon_box {
    display: flex;
    align-items: center;
    background: url(../image/banner_icon_bg.png);
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 52px 30px 52px;
    margin-top: 25px;
    border-radius: 20px;
}
.banner_icon {
    width: 76px;
    height: 76px;
    border-radius: 38px;
    background-color: #ffffff;
    flex-shrink: 0;
    line-height: 76px;
    text-align: center;
    margin-right: 20px;
}
.banner_icon img {
    width: initial;
}
h3.banner_title {
    font-size: 22px;
    line-height: 28px;
    color: #1a1a1a;
    font-weight: 600;
    margin: 0;
}
.video-icon a {
    width: 56px;
    height: 56px;
    border-radius: 28px;
    background-color: #f8b097;
    display: inline-block;
    text-align: center;
    line-height: 56px;
    font-size: 22px;
    margin: 0 10px 0 20px;
}
.video-icon span {
    font-size: 18px;
    color: #1a1a1a;
    font-weight: 500;
    font-family: "Microsoft YaHei", sans-serif;
}
.hero_container.style_two {
    left: initial;
    right: 2%;
}

/* ============================================= */
/* Start Printmax About Area Style Three */
/* ============================================= */

section.about_area.style_three {
    background: #edf5f6;
    z-index: 1;
}
section.about_area.style_three .about_counter {
    background: #f8b097;
}
.about_shaps.two {
    right: 5%;
    bottom: 8%;
    z-index: -1;
}
.printing_icon_box.style_three .printing_icon {
    background: #fff;
}
.about_btn.style_three a {
    background: #3dc595;
}
.about_btn.style_three span {
    background: #1a1a1a;
}

/* ============================================= */
/* Start Printmax Testimonial Area Style Two */
/* ============================================= */

/* === testimonial item style two === */
.testi_warpper_left {
    margin-top: -67px;
}
.testimonial_item.style_two {
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    padding: 20px 20px 20px;
    margin-left: 115px;
    position: relative;
}
.testi_sps {
    position: absolute;
    bottom: 13%;
    right: 9%;
}
.testimonial_item.style_two .testi-author-thumb {
    flex-shrink: 0;
}
.testimonial_item.style_two .testimonal-content {
    padding: 0 0 0 40px;
}
.testimonial_item.style_two .testimonal-content p {
    font-size: 18px;
    line-height: 28px;
    color: #5d5f62;
}
.testimonial_item.style_two .tesit-auothor .bio h4.name {
    margin: 0;
    font-size: 22px;
    color: #031812;
    font-weight: 600;
}
.testimonial_item.style_two .tesit-auothor .bio h5.designation {
    font-size: 17px;
    color: #5d5f62;
    font-weight: 400;
    font-family: "Microsoft YaHei", sans-serif;
}
.testimonial_item.style_two .testi-star i {
    font-size: 15px;
    color: #ffb608;
    margin: 7px 4px 0 0;
}
.testimonial_item.style_two .tesit-auothor {
    margin-top: 25px;
    text-align: left;
}
.testimonial_item.style_two .testi_icon {
    text-align: center;
    display: inline-block;
    margin-bottom: 16px;
}
.testi_shapes {
    position: absolute;
    right: 0%;
    top: -36%;
}

.testi_list2 .owl-nav {
    position: absolute;
    bottom: 0%;
    left: -52%;
    display: flex;
}
.testi_list2 .owl-prev i {
    width: 50px;
    height: 50px;
    border-radius: 30px;
    background-color: #ffffff;
    border: aliceblue;
    line-height: 50px;
    text-align: center;
    font-weight: 600;
    display: inline-block;
    color: #1a1a1a;
    position: relative;
    z-index: 1;
    transition: 0.5s;
    margin-right: 15px;
    border: 1px solid rgba(26, 26, 26, 0.1);
}
.testi_list2 .owl-next i {
    width: 50px;
    height: 50px;
    border-radius: 30px;
    background-color: #ffffff;
    border: aliceblue;
    line-height: 50px;
    text-align: center;
    font-weight: 600;
    display: inline-block;
    color: #1a1a1a;
    position: relative;
    z-index: 1;
    transition: 0.5s;
    border: 1px solid rgba(26, 26, 26, 0.1);
}
.testi_list2 .owl-prev i:hover,
.owl-next i:hover {
    background: #40c596;
}

/* ============================================= */
/* Start Printmax Galary */
/* ============================================= */

.galary_img {
    position: relative;
    z-index: 1;
}

.galary_img img {
    width: 100%;
}
.galary_social {
    position: absolute;
    top: 69%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    opacity: 0;
    transition: 0.5s;
}
.galary_img:hover .galary_social {
    top: 50%;
    opacity: 1;
}
.galary_social a {
    display: inline-block;
    width: 80px;
    height: 80px;
    border-radius: 40px;
    background-color: #ffffff;
    font-size: 20px;
    line-height: 80px;
    color: #40c596;
}
section.blog_area.style_three {
    padding: 105px 0 65px;
}

.breadcumb-area {
    padding: 182px 0 202px;
    position: relative;
    background: url(../image/breatcome-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}
.breadcumb-content {
    text-align: center;
}
.breadcumb-title h4 {
    padding-bottom: 20px;
    font-size: 48px;
    color: #1a1a1a;
    font-weight: 600;
    position: relative;
    z-index: 1;
    display: inline-block;
}
.breadcumb-content ul li {
    text-transform: uppercase;
    display: inline-block;
    font-size: 16px;
    color: #1a1a1a;
    font-weight: 400;
    margin-right: 6px;
}

.breadcumb-content ul li a {
    text-transform: uppercase;
    padding-right: 30px;
    position: relative;
    z-index: 1;
    font-size: 16px;
    color: #1a1a1a;
    font-weight: 500;
}
.breadcumb-content ul li a:hover {
    color: #3dc595;
}
.breadcumb-content ul li a:hover i {
    color: #3dc595;
}
.breadcumb-content ul li a:before {
    position: absolute;
    content: "";
    right: 8px;
    top: 3px;
    background: #1a1a1a;
    width: 2px;
    height: 12px;
    transition: 0.5s;
    transform: rotate(17deg);
}

/*======= Shop Section ========= */

.shops-section {
    padding: 115px 0 60px;
}

.shops-section {
    padding: 115px 0 60px;
}

.single-products-box2 {
    display: flex;
    margin-bottom: 35px;
    align-items: center;
}

.single-products-box2 .products-thumb img {
    width: inherit;
    transition: 0.5s;
    border-radius: 4px;
    margin-right: 30px;
}

.single-products-box2 .product-content2 {
    text-align: left;
}

.single-products-box2 .product-title h2 {
    font-size: 24px;
    line-height: 15px;
}

.single-products-box2 .product-price p {
    margin-bottom: 5px;
}

p.description {
    padding: 12px 0 4px;
}

.product-thumb-icon2 a {
    font-size: 14px;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border-radius: 30px;
    background-color: #1a1a1a;
    color: #ffff;
    transition: 0.5s;
    margin-right: 6px;
    position: relative;
    z-index: 1;
    display: inline-block;
}

.product-thumb-icon2 a:after {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    background: #3dc595;
    transform: scale(0);
    transition: 0.5s;
}

.product-thumb-icon2 a:hover:after {
    transform: scale(1);
}


/*================================
 <--Start Gardenic  Cart Section  Css-->
=================================*/
.cart-section {
    padding: 100px 0 100px;
}

.cart-empty p {
    padding: 18px 25px;
    position: relative;
    background-color: #fbfaf6;
    border-bottom: 2px solid #3dc595;
    display: inline-block;
    width: 100%;
    color: #3dc595;
}

.cart-empty p i {
    color: #3dc595;
    padding-right: 10px;
}

.Advisor-button a {
    font-size: 15px;
    padding: 15px 30px;
    background: #0a480f;
    color: #fff;
    font-weight: 500;
    display: inline-block;
    position: relative;
    z-index: 1;
    transition: 0.5s;
}

.Advisor-button a:before {
    position: absolute;
    content: "";
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: #3dc595;
    transform: scale(0);
    transition: 0.5s;
}

.Advisor-button a i {
    font-size: 18px;
    position: relative;
    top: 3px;
    padding-left: 3px;
    color: #3dc595;
    transition: 0.5s;
}

.Advisor-button a:hover::before {
    transform: scale(1);
}

.Advisor-button a:hover i {
    color: #fff;
}

/*
<!-- ============================================================== -->
<!--  Shop Details  Css -->
<!-- ============================================================== -->*/

.shop-detials {
    padding: 120px 0 90px;
}
.style-three.tab {
    position: relative;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
    border: 1px solid rgba(6, 36, 98, 0.1);
    padding: 15px 44px 15px;
    border-radius: 10px;
    margin-right: 15px;
}
.style-three .tabs li a {
    background: inherit;
    color: #fff;
    font-weight: 600;
    display: inline-block;
    outline: none;
    padding: 5px;
    transition: all 0.5s ease-in-out;
    margin-right: 20px;
    border-radius: 5px;
}

.style-three .tabs li.current:before {
    background: transparent;
}

.style-three li.current a {
    border: 1px solid #3dc595;
}

/*Shop dtls Right
============================*/

.shop-dtls-info {
    padding-left: 30px;
}

.category-title h2 {
    font-size: 31px;
    font-weight: 700;
    line-height: 26px;
    padding: 0px 0 23px;
}

.category-icon-list ul li {
    list-style: none;
    display: inline-block;
    color: #3dc595;
    letter-spacing: 0.4em;
    font-size: 16px;
}

li.category-text {
    letter-spacing: 0 !important;
    color: #67686c !important;
    padding-left: 6px;
}

.category-price h1 {
    font-weight: 500;
    font-size: 18px;
    line-height: 26px;
    color: #3dc595;
    padding: 6px 0 19px;
}

.category-price span {
    color: #616161;
    padding-left: 14px;
    text-decoration: line-through;
}

.category-color p {
    line-height: 26px;
    font-weight: 500;
    font-size: 16px;
    padding: 18px 0 6px;
}

.category-color span {
    color: #67686c;
    padding-left: 20px;
    position: relative;
}

.category-color span:before {
    position: absolute;
    content: ":";
    left: 4px;
    top: -3px;
}

/* --- Quantity button 
================================*/

.category-count-button {
    display: inline-flex;
    padding: 8px 0 30px;
}

.quantity-with_btn {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    vertical-align: middle;
}

.quantity .cart-plus-minus {
    position: relative;
    width: 170px;
    text-align: left;
    height: 54px;
    overflow: hidden;
    border-radius: 5px;
}

.quantity .cart-plus-minus > .ctnbutton {
    cursor: pointer;
    position: absolute;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    width: 38px;
    -webkit-box-align: center;
    align-items: center;
    vertical-align: middle;
    color: #fff;
    -webkit-transition: 0.5s;
    background: #3dc595;
}

.quantity .cart-plus-minus > .cart-plus-minus-box {
    border: 0;
    height: 54px;
    text-align: center;
    width: 170px;
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
    background-color: #fff !important;
    background: linear-gradient(90deg, #3dc595 50%, transparent 0) repeat-x, linear-gradient(90deg, #3dc595 50%, transparent 0) repeat-x, linear-gradient(0deg, #3dc595 50%, transparent 0) repeat-y, linear-gradient(0deg, #3dc595 50%, transparent 0) repeat-y;
    background-size: 6px 2px, 6px 2px, 2px 6px, 2px 7px;
    background-position: 0 0, 0 100%, 0 0, 100% 0;
    -webkit-animation: linearGradientMove 0.3s infinite linear;
    animation: linearGradientMove 0.3s infinite linear;
}

.quantity .cart-plus-minus > .ctnbutton.dec {
    top: 50%;
    left: 0%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: flex;
    -webkit-justify-content: center;
    height: 100%;
    border-radius: 0 30px 30px 0;
}

.quantity .cart-plus-minus > .ctnbutton.inc {
    top: 50%;
    right: 0%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    height: 100%;
    border-radius: 30px 0 0 30px;
}

/*categories button
=========================*/

.category-button {
    display: inline-block;
    padding-left: 20px;
}

.category-button a {
    padding: 13px 25px;
    font-size: 15px;
    font-weight: 500;
    background: #3dc595;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.category-button a:before {
    position: absolute;
    z-index: -1;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: #1a1a1a;
    border-radius: 4px;
    transition: 0.5s;
}

.category-button a i {
    padding-left: 10px;
    font-size: 16px;
}

.category-button a:hover:before {
    left: 0;
    width: 100%;
}
/*Tab Items
=======================*/

.tab {
    position: relative;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
    background: #fff;
    padding: 50px 0 50px 60px;
}

.tabs {
    display: table;
    position: relative;
    overflow: hidden;
    margin-bottom: 4px;
    width: 100%;
}

.tabs li {
    line-height: 38px;
    margin-bottom: 30px;
    position: relative;
    display: inline-block;
}
.tabs li a {
    display: inline-block;
    outline: none;
    padding: 10px 30px;
    transition: all 0.5s ease-in-out;
    margin-right: 30px;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    font-family: "Nunito";
    border: 1px dashed #3dc595;
    color: #1b1b1b;
}
.tabs_item {
    display: none;
    padding: 30px 0;
}
.tabs_item img {
    width: 100%;
}
.tabs_item:first-child {
    display: block;
}
.tab-thumb {
    right: -80px;
    position: relative;
}
li.current a {
    background: #3dc595;
    color: #fff;
}
li.current a span {
    color: #fff;
}
.tabs_item .Gardenic-section-title p {
    padding: 17px 0 5px;
}

.tabs_item .Gardenic-section-title h4 {
    margin-top: 0;
}

.tabs_item .Gardenic-button a {
    margin-top: 30px;
}

.tab-thumb:hover:before {
    transform: scale(1);
}

/* table
================*/

table.category-table {
    padding: 2px 0 0;
    display: inline-block;
}

table.category-table td.table-title {
    font-size: 16px;
    color: #1a1a1a;
    font-weight: 500;
}

table.category-table tr td {
    padding-right: 25px;
    padding-bottom: 12px;
}

table.category-table td.table-title {
    font-size: 16px;
    color: #0d0e14;
    font-weight: 500;
}

table.category-table td.table-text {
    color: #616161;
    position: relative;
    z-index: 1;
    font-size: 16px;
    font-weight: 400;
    font-family: "Microsoft YaHei", sans-serif;
}

table.category-table td.table-text:before {
    position: absolute;
    content: ":";
    left: -15px;
    top: 0;
    font-size: 20px;
    color: #0d0e14;
}

/*shop tab style
=====================*/

.appoinment-tab .tabs li a {
    font-size: 22px;
    background: #fff;
    border: 1px solid rgba(13, 14, 20, 0.1);
    font-weight: 500;
    display: inline-block;
    outline: none;
    padding: 9px 29px;
    transition: all 0.5s ease-in-out;
    margin-right: 20px;
    border-radius: 5px;
}
.appoinment-tab li.current a {
    background: #3dc595;
    color: #fff;
}

/*tabs items table
=======================*/

table.tab-items-table {
    border-bottom: 1px solid #e7e7e7;
    border-top: 1px solid #e7e7e7;
}

table.tab-items-table tr {
    background: #fff;
    height: 66px;
    border-radius: 4px;
    width: 100%;
    display: inline-block;
    padding: 20px 0 0 30px;
}

tr.tabs-bg {
    background: #f5f5f5 !important;
}

table.tab-items-table tr td {
    padding-right: 100px;
}

table.tab-items-table td.table-title {
    font-size: 16px;
    color: #131313;
    font-weight: 500;
}

table.tab-items-table td.table-text {
    font-weight: 400;
}

table.tab-items-table td.table-text i {
    color: #3dc595 !important;
    margin-left: 10px !important;
}

/*post comment box
===================*/

.post-comment-thumb {
    float: left;
    margin-right: 20px;
}

.post-content {
    overflow: hidden;
}

/*comment icon list*/

ul.comment-icon-list li {
    list-style: none;
    display: inline-block;
    color: #3dc595;
    letter-spacing: 0.2em;
    font-size: 14px;
}

/*post title*/

h4.post-title {
    font-size: 17px;
    font-weight: 500;
    line-height: 26px;
    margin-top: 0;
    padding: 2px 0 9px;
}

h4.post-title span {
    padding-left: 31px;
    font-size: 15px;
    color: #616161;
    font-weight: 400;
    position: relative;
}

.post-title span:before {
    position: absolute;
    content: "";
    left: 6px;
    top: 9px;
    height: 1px;
    width: 15px;
    background: #0d0e14;
}

/*right reply*/

span.rights-reply {
    font-weight: 500;
    cursor: pointer;
}

.posts-reply span i {
    display: inline-block;
    margin-right: 5px;
}

/*sidebar title*/

.product-details-respond {
    padding: 35px 0 0;
}

.sidebar-title h2 {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
}

/*sidebar desc*/

.sidebar-description p {
    font-size: 15px;
    margin: 6px 0 25px;
}

/*sidebar rating list*/

p.sidebar-text {
    display: inline-block;
}

.sidebar-rating-list ul {
    display: inline-block;
    padding-left: 15px;
}

.sidebar-rating-list ul li {
    list-style: none;
    display: inline-block;
    color: #3dc595;
    letter-spacing: 0.4em;
    font-size: 15px;
}

/*from box*/

.contact-form-box2 {
    padding: 25px 0 0;
}

p.form_text {
    color: #000;
    margin-bottom: 10px;
    padding: 10px 0 0;
}

h6.form-title {
    font-size: 15px;
    font-weight: 500;
    padding: 0 0 13px;
    margin: 0;
}

.contact-form-box2 .form-box input {
    height: 54px;
    background-color: #fff;
    border: 1px solid rgba(13, 14, 20, 0.1);
    transition: 0.5s;
    padding: 0px 25px;
    display: block;
    width: 100%;
    color: #616161;
    margin-bottom: 30px;
    border-radius: 4px;
}

.contact-form-box2 .from-box input::placeholder {
    color: #616161;
    opacity: 0.6;
}

.contact-form-box2 .form-box textarea {
    height: 155px;
    background-color: #fff;
    border: 1px solid rgba(13, 14, 20, 0.1);
    transition: 0.5s;
    padding: 15px 25px;
    display: block;
    width: 100%;
    border-radius: 4px;
}

.contact-form-box2 .from-box textarea::placeholder {
    color: #616161;
    opacity: 0.6;
}

.product-item-title h2 {
    font-size: 30px;
    font-weight: 700;
    line-height: 42px;
    padding: 20px 0 30px;
}

/*contact form button*/

.style-Two.contact-form button {
    padding: 11px 53px;
    color: #fff;
    display: inline-block;
    margin-top: 40px;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    border: 2px solid transparent;
    background: #3dc595;
    transition: 0.5s;
    font-weight: 500;
}

.style-Two.contact-form button i {
    padding-left: 6px;
    position: relative;
    top: 2px;
}

.style-Two.contact-form button:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    background: #fff;
    z-index: -1;
    transition: 0.5s;
    transform: scale(0, 1);
    opacity: 0;
}

.style-Two.contact-form button:hover:before {
    transform: scale(1);
    opacity: 1;
}

.style-Two.contact-form button:hover {
    color: #1a1a1a;
}

/*--==============================================->
  <!--Start Service Details css-->
 ==================================================-*/
section.service_details {
    background: #edf5f6;
    padding: 120px 0 92px;
}
.service_details_img img {
    border-radius: 30px;
    margin-bottom: 50px;
    width: 100%;
}
.service_details_content {
    padding: 0 63px 0 0;
}
.service_details_content h2 {
    font-size: 42px;
    color: #063232;
    font-weight: 600;
}
p.details_decs1 {
    margin: 18px 23px 25px 0;
}
p.details_decs2 {
    margin: 0 17px 25px 0;
}
.service_details_item {
    padding: 30px 25px 20px;
    margin-bottom: 30px;
    background: #fff;
    border-radius: 10px;
    display: flex;
    align-items: center;
}
.service_detls_icon {
    float: left;
    margin-right: 20px;
}
.service_dtls_content h3 {
    font-size: 20px;
    color: #002c2a;
    font-weight: 500;
    margin-bottom: 15px;
}
/* sidebar box */
.sidebar_box {
    background: #fff;
    padding: 45px 50px 50px;
    border-radius: 20px;
}
h2.sidebar_title {
    font-size: 26px;
    color: #063232;
    font-weight: 500;
    margin-bottom: 12px;
}
.sidebar_box p {
    margin-bottom: 12px;
}
.sidebar-list ul li {
    font-size: 16px;
    line-height: 38px;
    color: #063232;
    font-weight: 400;
}
.sidebar-list ul li i {
    color: #0c6e6d;
    font-size: 15px;
    margin-right: 15px;
}
.consalt_btn.sidebar_style {
    text-align: left;
}

/* =================================
   Start Inner Page Faq Area
==================================== */
section.faq_area {
    background: #fff;
    padding: 105px 0 100px;
}

.tab_container {
    margin: 0 219px 0;
}
/*accordion*/
.accordion li {
    list-style: none;
    padding: 2px 0px 15px;
}
.accordion li a {
    position: relative;
    width: 100%;
    display: block;
    cursor: pointer;
    background: #f4f8f9;
    border: 0;
    padding: 25px 40px 25px;
    border-radius: 5px;
    z-index: 1;
    font-size: 22px;
    line-height: 24px;
    font-weight: 500;
    display: flex;
    justify-content: space-between;
    color: #1a1a1a !important;
}
.accordion li a:before {
    position: absolute;
    content: "";
    left: 4%;
    bottom: 0;
    height: 2px;
    width: 0%;
    background-color: rgba(12, 110, 109, 0.10196078431372549);
    transition: 0.5s;
}
.accordion li a.active:before {
    width: 91%;
}
.accordion li p {
    display: none;
    font-size: 16px;
    color: #6b7a7a;
    padding: 24px 42px 33px 40px;
    margin: 0;
    filter: drop-shadow(0px 10px 40px rgba(12, 110, 109, 0.1)) !important;
    background: #fff;
}
a.active {
    color: #063232 !important;
    background: #fff !important;
    filter: drop-shadow(0px 10px 100px rgba(12, 110, 109, 0.1)) !important;
}
.accordion li a span {
    position: relative;
    z-index: 1;
}
.accordion li a i {
    font-size: 15px;
    color: #063232;
    transform: rotate(0deg);
}
.accordion li a.active i {
    transform: rotate(90deg);
}
.accordion li.ctive {
    background: #0c6e6d !important;
}

/* ==== Start Porfolio  Details Csss ====*/

section.portfolio_details {
    padding: 120px 0 120px;
}

.port_dtls_thumb img {
    width: 100%;
}
.porfolio_dtls_container {
    overflow: hidden;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    padding: 65px 50px 50px;
    width: 100%;
}
.portfolio_info {
    padding-left: 50px;
}
.portfolio_info h2 {
    font-size: 25px;
    padding-bottom: 17px;
}
.portfolio-details-box li strong {
    margin-right: 5px;
}
.pr-title {
    padding: 24px 0 18px;
}
.port_dtl_social span {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    display: block;
}
.port_dtl_social a {
    display: inline-block;
    width: 35px;
    height: 35px;
    background: #3dc595;
    color: #fff;
    border-radius: 5px;
    font-size: 18px;
    text-align: center;
    margin-right: 2px;
    line-height: 35px;
    margin-left: 10px;
}
.port_dtl_social a:hover {
    color: #1e1e1e;
}
.portfolio_details .col-md-6 {
    float: left;
}
.portfolio_info ul {
    list-style: none;
}
.portfolio_info h3 {
    margin: 0 0 21px;
}
.portfolio_info ul li {
    padding: 12px 0;
    margin-bottom: 0px;
    border-bottom: 1px solid#F9F4EE;
}

.port_dtl_social {
    margin-top: 20px;
}
.pr-title h2 {
    font-size: 25px;
}

/* === Start Team Area ==== */

section.team_area {
    padding: 105px 0 90px;
}
.team_single_box {
    text-align: center;
    background: #edf5f6;
    padding: 50px 0 50px;
    border-radius: 20px 100px 20px 20px;
    margin-bottom: 30px;
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.team_single_box:before {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background: #f7f1ee;
    width: 100%;
    height: 0;
    transition: 0.5s;
    border-radius: 20px 100px 20px 20px;
    z-index: -1;
}
.team_single_box:hover:before {
    height: 100%;
}
.team_conent h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    margin-top: 25px;
}
.team_social {
    display: inline-block;
    padding: 9px 28px;
    background: #3dc595;
    border-radius: 5px;
    margin-top: 9px;
}
.team_social a {
    display: inline-block;
    font-size: 15px;
    color: #fff;
    margin: 0 6px;
}
.team_social a:hover {
    color: #0a480f;
}

/*================================
 <--Gardenic   Blgo Details  Area Css-->
==================================*/
.blog-detials-area {
    padding: 120px 0 120px;
}

.blog-grid-area {
    padding: 120px 0 90px;
}

.blog-details-main {
    background: #fff;
    padding: 30px;
    box-shadow: 0px 0px 70px rgba(0, 0, 0, 0.05);
}
.blog-details-meta {
    background: #3dc595;
    padding: 16px 30px;
}

.blog-details-meta span {
    margin-right: 30px;
    color: #fff;
}
.blog-details-meta span a{
    color: #fff;
}

.blog-details-meta span i {
    color: #fff;
    padding-right: 5px;
}

.blog-details-content {
    padding: 20px 0 18px;
}

.blog-details-content h2 {
    font-size: 30px;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px dashed #999;
}
.blog-detials-area .next a:hover{
    color: #00A79B;
}

.blog-details-thumb img {
    width: 100%;
}

.blog-details-des {
    padding: 30px 0 10px;
}
.blog-details-blockquote {
    background: #edf5f6;
    padding: 40px 38px 26px;
    position: relative;
    margin-bottom: 10px;
}
.blog-details-blockquote blockquote {
    font-size: 18px;
}
.blog-details-video-thumb {
    margin-top: 30px;
    position: relative;
}

.blog-details-video-thumb img {
    width: 100%;
}

.blog-details-video-thumb-inner img {
    width: 100%;
}

.blog-details-content h3 {
    font-size: 24px;
    margin-bottom: 15px;
}

.blog-details-content-list p i {
    font-size: 14px;
    height: 32px;
    width: 32px;
    border: 1px solid #ddd;
    text-align: center;
    line-height: 31px;
    border-radius: 100%;
    margin-right: 15px;
    color: #3dc595;
}

.blog-detials-area .blog-content {
    padding: 20px 30px 38px;
}

.blog-details-button a {
    display: inline-block;
    border: 2px solid #3dc595;
    padding: 3px 20px;
    position: relative;
    z-index: 1;
    color: #fff;
    border-radius: 3px;
    margin-bottom: 10px;
}

.blog-details-button a:before {
    position: absolute;
    content: "";
    left: -2px;
    top: -1px;
    height: 104%;
    width: 104%;
    background: #3dc595;
    z-index: -1;
    border-radius: 3px;
    transition: 0.5s;
}

.blog-details-button a.active {
    background: transparent;
    transition: 0.5s;
    margin-left: 10px;
    color: #3dc595;
}
.blog-details-button a.active:before {
    background: transparent;
}

.blog-details-button a.active:hover:before {
    background: #3dc595;
}

.blog-details-button a.active:hover {
    color: #fff;
    border-color: #3dc595;
}

.blog-details-social {
    text-align: right;
}

.blog-details-social a {
    display: inline-block;
    border: 2px solid #3dc595;
    height: 40px;
    width: 40px;
    line-height: 38px;
    text-align: center;
    border-radius: 100%;
    font-size: 14px;
    transition: 0.5s;
    margin-left: 5px;
    color: #3dc595;
}

.blog-details-social a:hover {
    background: #3dc595;
    border-color: #3dc595;
    color: #fff;
}

/* Blog Details Author */

.blog-details-author {
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    padding-top: 40px;
    margin-top: 32px;
}

.blog-details-author-inner {
    background: #3dc595;
    padding: 30px 30px 19px;
}

.blog-details-author-thumb {
    float: left;
    margin-right: 30px;
}

.blog-details-author-content h2 {
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 12px;
    color: #ffff;
}
.blog-details-author-content p {
    color: #ffffffbd;
}

/* Comment CSS */

.blog-details-comment {
    margin-bottom: 10px;
    position: relative;
}

.blog-details-comment-thumb {
    float: left;
    margin-right: 30px;
}

.blog-details-comment-content {
    overflow: hidden;
}

.blog-details-comment-content h2 {
    font-size: 18px;
    margin-top: 0;
}

.blog-details-comment-content span {
    font-size: 14px;
    margin-bottom: 6px;
    display: block;
}

.blog-details-comment-reply {
    position: absolute;
    right: 25px;
}

.blog-details-comment-reply a {
    background: #3dc595;
    padding: 3px 20px;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    border-radius: 2px;
    display: inline-block;
}

.blog-details-comment.reply {
    margin-left: 70px;
    padding-top: 35px;
    border-top: 2px solid rgba(255, 255, 255, 0.2);
}

/* Blog Details Contact */

.blog-details-contact {
    border-top: 2px solid rgba(255, 255, 255, 0.2);
    margin: 12px 10px 10px;
    padding-top: 8px;
}
/*input-box*/
.input-box input {
    width: 100%;
    height: 50px;
    border: 1px solid #0202021a;
    margin-bottom: 30px;
    padding: 0 20px;
    outline: 0;
    border-radius: 3px;
}

.input-box textarea {
    width: 100%;
    height: 207px;
    outline: 0;
    border: 1px solid #0202021a;
    padding: 22px 20px 0;
    border-radius: 3px;
}

/*input button*/
.input-button {
    margin-top: 27px;
}
.input-button button {
    display: inline-block;
    padding: 13px 39px;
    outline: 0;
    border: 0;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 500;
    background: #3dc595;
    border: 1px solid #3dc595;
    transition: 0.5s;
}
.input-button button:hover {
    border: 1px solid #3dc595;
    color: #3dc595;
    background: none;
}
.input-button button i {
    margin-left: 10px;
}

.widget_search {
    padding: 30px 30px 30px;
    border-radius: 4px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 70px rgb(0 0 0 / 5%);
    background: #edf5f6;
    border: 1px solid #e2e5e7;
}
.widget_search form {
    position: relative;
}
.widget_search input {
    border-radius: 4px;
    padding-left: 20px;
    height: 60px;
    width: 100%;
    position: relative;
    color: #fff;
    border: 0;
    outline: 0;
    background: rgb(32 88 38 / 50%);
}
.widget_search input::placeholder {
    color: #fff;
}
button.icons {
    border: 0;
    font-size: 18px;
    color: #fff;
    padding: 1px 15px;
    position: absolute;
    right: 0;
    top: 0;
    height: 60px;
    width: 60px;
    background: #3dc595;
    border-radius: 0 4px 4px 0;
}

/*widget categories box*/

.widget-categories-box {
    padding: 42px 40px 25px;
    border-radius: 5px;
    margin-bottom: 30px;
    box-shadow: 0px 0px 70px rgb(0 0 0 / 5%);
    border: 1px solid #e2e5e7;
    background: #edf5f6;
}

/*categories menu*/

.widget-categories-menu ul {
    display: block;
}
.widget-categories-menu ul li {
    display: block;
    list-style: none;
    margin-bottom: 15px;
    background: transparent;
    padding: 16px 20px 16px;
    border-radius: 4px;
    transition: 0.5s;
    border: 2px solid #eaeaea;
    position: relative;
    z-index: 1;
}
.widget-categories-menu ul li:hover {
    border: 2px solid #3dc595;
}
.widget-categories-menu ul li:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: #3dc595;
    transition: 0.5s;
    z-index: -1;
}
.widget-categories-menu ul li:hover:before {
    width: 100%;
}
.widget-categories-menu ul li a {
    display: block;
    color: #3dc595;
    transition: 0.5s;
}
.widget-categories-menu ul li a span {
    display: inline-block;
    float: right;
    background: #3dc595;
    height: 22px;
    width: 22px;
    font-size: 12px;
    text-align: center;
    margin-top: 6px;
    color: #fff;
    line-height: 22px;
    transition: 0.5s;
}
.widget-categories-menu ul li:hover a span {
    background: #fff;
    color: #0e1317;
}
.widget-categories-menu ul li:hover a {
    color: #fff;
}
.pdf-button a {
    display: block;
    background: #3dc595;
    padding: 15px 30px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}
.pdf-button a i {
    float: right;
    font-size: 20px;
    margin-top: 2px;
}
/* Sidber Recent Post */

.sidber-widget-recent-post {
    margin-bottom: 20px;
    overflow: hidden;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 22px;
}
.recent-widget-content a {
    color: #1b1b1b !important;
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    display: block;
    line-height: 26px;
    transition: 0.5s;
    margin-bottom: 7px;
}
.recent-widget-thumb {
    float: left;
    margin-right: 25px;
}
.sidber-widget-recent-post .recent-widget-content a {
    color: #3dc595;
    font-size: 18px;
}

/* Sidber Achivement CSS */

.widget-achivement ul li {
    list-style: none;
    margin-bottom: 6px;
}
.widget-achivement ul li a i {
    font-size: 17px;
    margin-right: 3px;
}
.widget-achivement ul li a {
    font-weight: 600;
    transition: 0.5s;
    color: #1b1b1b;
}
.widget-achivement ul li a span {
    float: right;
}
.widget-achivement ul li a:hover {
    color: #3dc595;
}

/* Sidber Widget Gallery CSS */

.widget-gallery {
    overflow: hidden;
}
.widget-gallery-thumb {
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

/* Sidber Widget Tags CSS */

.widget-tags a {
    display: inline-block;
    border: 2px solid #eaeaea;
    padding: 3px 20px;
    margin: 4px 3px;
    border-radius: 2px;
    color: #1b1b1b;
    font-weight: 500;
    position: relative;
    transition: 0.5s;
    z-index: 1;
}
.widget-tags a:before {
    position: absolute;
    content: "";
    left: -2px;
    top: 0px;
    height: 102%;
    width: 0%;
    background: #3dc595;
    z-index: -1;
    border-radius: 3px;
    transition: 0.5s;
}
.widget-tags a:hover {
    color: #fff;
    border-color: #3dc595;
}
.widget-tags a:hover:before {
    width: 102%;
}

/* =================================
   Start Printmax Page Conatct Area
==================================== */
section.contact_area.inner_section {
    padding: 118px 0 120px;
}
#mapDiv{
    min-height: 550px !important;
    border-radius: 10px;
}
.cotact_info_item {
    text-align: center;
    background-color: #ffffff;
    padding: 51px 80px 21px;
    border-radius: 5px;
    transition: 0.5s;
    border: 2px solid#F7F3ED;
    margin-bottom: 30px;
}
.cotact_info_item:hover {
    filter: drop-shadow(0px 10px 27px rgba(177, 177, 177, 0.3));
    border-color: #fff;
}
.icontact_warpper_icon i {
    display: inline-block;
    font-size: 45px;
    color: #3dc595;
}
.contact_warpper_content h3 {
    font-size: 22px;
    margin: 24px 0 10px;
}
.contact_warpper {
    background: #edf5f6;
    padding: 60px 60px 60px;
}
.form-box input {
    border-radius: 0;
    transition: 0.5s;
    background: transparent !important;
    border: 1px solid #acacac4f;
    color: #1e1e1e;
    outline: 0;
    width: 100%;
    height: 60px;
    position: relative;
    margin-bottom: 20px;
    padding: 0 21px;
}
.form-box.message textarea {
    color: #232323;
    transition: 0.5s;
    background: transparent !important;
    border: 1px solid #acacac4f;
    outline: 0;
    width: 100%;
    height: 120px;
    position: relative;
    padding: 9px 19px;
    border-radius: 0;
}
.contact-form button {
    display: block;
    border-radius: 0;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 500;
    font-family: "Microsoft YaHei", sans-serif;
    width: 100%;
    border: transparent;
    padding: 16px 0;
    margin-top: 13px;
    position: relative;
    z-index: 1;
    transition: 0.5s;
    background: #3dc595;
}
.contact-form button:hover {
    background-color: #000;
}

/*<!-- ============================================================== -->
 <!-- Start Printmax Cart Area -->
<!-- ============================================================== -->*/

.cart-section {
    padding: 112px 0 90px;
    background-color: #fff;
}
img.cart-thumb {
    border-radius: 10px;
    margin: 10px 0 10px;
}
h2.cart-title.mb-4 {
    font-size: 40px;
    font-weight: 600;
}
button.remove-btn:hover i {
    color: #3dc595;
}

/* Cart Product Mobile */
.cart-product-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.cart-product-mobile-thumb {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 135px;
    flex: 1 0 135px;
    max-width: 135px;
    border: 1px solid #e5e5e5;
}
.col-auto button {
    outline: 0;
    position: relative;
    z-index: 1;
    overflow: hidden;
    text-align: center;
    border-radius: 25px;
    display: inline-block;
    background: #3dc595;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border: none;
    padding: 11px 33px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 500;
    font-family: "Microsoft YaHei", sans-serif;
    transition: 0.5s;
}
.col-auto button:hover {
    background: #1a1a1a;
    color: #fff;
}

/* Cart Totals */
.cart-totals {
    max-width: 800px;
    padding: 33px;
    background-color: #f8f9fa;
    margin: 30px auto;
    border-radius: 20px;
}
.table > :not(caption) > * > * {
    padding: 0.5rem 0.5rem;
    background-color: #f8f9fa;
    border-bottom-width: var(--bs-border-width);
}
.cart-totals .title {
    margin-bottom: 15px;
}
.cart-totals .table {
    margin-bottom: 20px;
}

.cart-totals .table th:first-child,
.cart-totals .table td:first-child {
    padding-left: 0;
}

.cart-totals .table th:last-child,
.cart-totals .table td:last-child {
    padding-right: 0;
}
button.show-alert {
    outline: 0;
    text-align: center;
    border-radius: 25px;
    display: inline-block;
    background: #3dc595 !important;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border: none;
    padding: 11px 33px;
    font-size: 16px;
    color: #ffffff;
    transition: 0.5s;
}
button.show-alert.btn:hover {
    background: #1a1a1a !important;
    color: #fff;
}

/* Start Printmax Shp-product Checuot Css */

.shop-product-section {
    padding: 100px 0 90px;
}
h4.check_title {
    font-size: 30px;
    font-weight: 600;
}
input.form-field {
    font-size: 14px;
    width: 100%;
    height: 54px;
    padding: 10px 24px;
    border: 1px solid #e5e5e5;
    background-color: #fff;
    outline: 0;
}
label.lebel_name {
    color: #1a1a1a;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 20px;
}
label.form-check-label {
    color: #000000d6;
}
/* check box */
.checkout-box {
    background: #f8f9fa;
    padding: 25px 40px 22px;
    margin-bottom: 30px;
    border-radius: 10px;
}
.form-check-input:checked {
    background-color: #3dc595;
    border-color: #3dc595;
}
h4.check_title.two {
    margin-bottom: 25px;
}
button.btn.two {
    outline: 0;
    text-align: center;
    border-radius: 25px;
    display: inline-block;
    background: #3dc595 !important;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    border: none;
    padding: 11px 33px;
    font-size: 16px;
    color: #ffffff;
    transition: 0.5s;
    margin-bottom: 20px;
}
button.btn.two:hover {
    color: #fff;
    background: #000 !important;
}

/* ================ All Animation CSS ===================*/

.rotate {
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 20s;
    animation-duration: 20s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    background-position: center center;
}
@keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.rotates {
    -webkit-animation-name: rotateme;
    animation-name: rotateme;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    background-position: center center;
}
@keyframes rotateme {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.bounce-animate {
    animation-name: float-bob;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob;
    -moz-animation-duration: 2s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob;
    -ms-animation-duration: 2s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob;
    -o-animation-duration: 2s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
.bounce-animate2 {
    animation-name: float-bob2;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob2;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob2;
    -ms-animation-duration: 3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob2;
    -o-animation-duration: 3s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
.bounce-animate3 {
    animation-name: float-bob3;
    animation-duration: 3s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob3;
    -moz-animation-duration: 3s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob3;
    -ms-animation-duration: 3s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob3;
    -o-animation-duration: 3s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}

.bounce-animate4 {
    animation-name: float-bob4;
    animation-duration: 5s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob4;
    -moz-animation-duration: 5s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob4;
    -ms-animation-duration: 5s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob4;
    -o-animation-duration: 5s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
.bounce-animate5 {
    animation-name: float-bob5;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob5;
    -moz-animation-duration: 6s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob5;
    -ms-animation-duration: 6s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob5;
    -o-animation-duration: 6s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
.bounce-animate-slow {
    animation-name: float-bob5;
    animation-duration: 15s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob5;
    -moz-animation-duration: 15s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob5;
    -ms-animation-duration: 15s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob5;
    -o-animation-duration: 15s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
.bounce-animate-3 {
    animation-name: float-bob6;
    animation-duration: 6s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    -moz-animation-name: float-bob6;
    -moz-animation-duration: 6s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: float-bob6;
    -ms-animation-duration: 6s;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    -o-animation-name: float-bob6;
    -o-animation-duration: 6s;
    -o-animation-iteration-count: infinite;
    -o-animation-timing-function: linear;
}
@keyframes float-bob {
    0% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    50% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }

    100% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
}
@keyframes float-bob2 {
    0% {
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px);
    }

    50% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }

    100% {
        -webkit-transform: translateY(-60px);
        transform: translateY(-60px);
    }
}
@keyframes float-bob3 {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }

    50% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
}
@keyframes float-bob4 {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }

    50% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }

    100% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
}
@keyframes float-bob5 {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }

    50% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    100% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
    }
}
@keyframes float-bob6 {
    0% {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }

    50% {
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px);
    }

    100% {
        -webkit-transform: translateY(-40px);
        transform: translateY(-40px);
    }
}
@keyframes movebounce {
    0% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }

    50% {
        -webkit-transform: translateY(20px);
        transform: translateY(20px);
    }

    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}
@keyframes moveleftbounce {
    0% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }

    50% {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }

    100% {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

/*--==============================================->
  <!-- Consen Animation Dance -->
 ==================================================-*/
.dance3 {
    -webkit-animation: dance3 8s alternate infinite;
    animation: dance3 8s alternate infinite;
}

@keyframes dance3 {
    0% {
        -webkit-transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1);
    }
}

.dance {
    -webkit-animation: dance 2s alternate infinite;
    animation: dance 2s alternate infinite;
}

@keyframes dance {
    0% {
        -webkit-transform: scale(0.5);
    }

    100% {
        -webkit-transform: scale(1.2);
    }
}

.dance2 {
    -webkit-animation: dance2 4s alternate infinite;
    animation: dance2 4s alternate infinite;
}

@keyframes dance2 {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
    }

    50% {
        -webkit-transform: translate3d(25px, -25px, 0);
    }

    100% {
        -webkit-transform: translate3d(0, -25px, 25px);
    }
}

.watermark-animate {
    -webkit-animation: watermark-animate 8s infinite;
    animation: watermark-animate 8s infinite;
    animation-direction: alternate-reverse;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}

@keyframes watermark-animate {
    0% {
        left: 0;
    }

    100% {
        left: 100%;
    }
}

/*=====================================
<-- Constre Search Box Css -->
=======================================*/
/*nav button*/
.search-box-btn.search-box-outer {
    display: inline-block;
}
.nav-btn.navSidebar-button {
    display: inline-block;
    position: relative;
    cursor: pointer;
    float: left;
    margin-top: 20px;
}
.nav-btn.navSidebar-button span {
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background-color: #f8b097;
    display: inline-block;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    color: #1a1a1a;
}
.nav-btn.navSidebar-button a i {
    font-size: 17px;
    display: inline-block;
    color: #232323;
    position: relative;
    z-index: 1;
    transition: 0.5s;
    cursor: pointer;
    margin-right: 5px;
}

.nav-btn.navSidebar-button a i:hover {
    color: #fff;
}

.xs-sidebar-group .xs-overlay {
    left: 100%;
    top: 0;
    position: fixed;
    z-index: 101;
    height: 100%;
    opacity: 0;
    width: 100%;
    visibility: hidden;
    -webkit-transition: all 0.4s ease-in 0.8s;
    -o-transition: all 0.4s ease-in 0.8s;
    transition: all 0.4s ease-in 0.8s;
}

.xs-sidebar-group .widget-heading {
    position: absolute;
    top: 23px;
    right: 0;
    padding: 25px;
}

.xs-sidebar-widget {
    position: fixed;
    right: -100%;
    top: 0;
    bottom: 0;
    width: 100%;
    max-width: 360px;
    z-index: 999999;
    overflow: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #272727;
    -webkit-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    -o-transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    transition: all 0.5s cubic-bezier(0.9, 0.03, 0, 0.96) 0.6s;
    visibility: hidden;
    opacity: 0;
}

.xs-sidebar-group.isActive .xs-overlay {
    opacity: 0.7;
    visibility: visible;
    -webkit-transition: all 0.8s ease-out 0s;
    -o-transition: all 0.8s ease-out 0s;
    transition: all 0.8s ease-out 0s;
    left: 0;
}
.xs-sidebar-group.isActive .xs-sidebar-widget {
    opacity: 1;
    visibility: visible;
    right: 0;
    -webkit-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
    -o-transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
    transition: all 0.7s cubic-bezier(0.9, 0.03, 0, 0.96) 0.4s;
}
.sidebar-textwidget {
    padding: 40px 32px;
}
.close-side-widget i {
    color: #006666;
    font-size: 28px;
    display: block;
}
.sidebar-widget-container {
    position: relative;
    top: 150px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in 0.3s;
    -o-transition: all 0.3s ease-in 0.3s;
    transition: all 0.3s ease-in 0.3s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.xs-sidebar-group.isActive .sidebar-widget-container {
    top: 0px;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 1s ease-out 1.2s;
    -o-transition: all 1s ease-out 1.2s;
    transition: all 1s ease-out 1.2s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.xs-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.5;
    z-index: 0;
}
.xs-bg-black {
    background-color: #006666;
}
.xs-sidebar-widget.style_two {
    background: #fff;
    left: 0;
}
/*html css*/
.nav-btn.navSidebar-button a {
    color: #1a1a1a;
}
.sidebar-info-contents .widget-search {
    padding: 0 0 15px;
}
.sidebar-info-contents .widget {
    display: block;
}
.sidebar-info-contents h3.widget-title {
    font-size: 25px;
    padding: 8px 0 20px;
    margin-bottom: 10px;
    border-bottom: 1px solid #e9e9e9;
    font-style: italic;
}
.sidebar-info-contents h3.widget-title {
    font-size: 25px;
    padding: 15px 0 15px;
}
.widget form {
    position: relative;
}
.widget input {
    border-radius: 4px;
    padding-left: 20px;
    height: 56px;
    width: 100%;
    color: #fff;
    border: 1px solid #e9e9e9;
}
button.icon {
    border: 0;
    font-size: 18px;
    color: #fff;
    padding: 1px 15px;
    position: absolute;
    right: 0;
    top: 0;
    height: 56px;
    width: 60px;
    background: #3dc595;
    border-radius: 0 4px 4px 0;
}
ul.list-style-one li {
    display: block;
    list-style: none;
    color: #fff;
    padding: 16px 0 0;
    overflow: hidden;
}
ul.list-style-one li span {
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
    float: right;
    display: inline-block;
    padding: 0 5px;
}
ul.list-style-one li a {
    transition: 0.5s;
    color: #1a1a1a;
}
ul.list-style-one li a i {
    background: #3dc595;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    display: inline-block;
    border-radius: 30px;
    color: #fff;
    margin-right: 5px;
}
a.white-bg i {
    background: #e9e9e9 !important;
}
a.yellow-bg i {
    background: #eeee22 !important;
}
a.green-bg i {
    background: #9bc45c !important;
}

/*Tag
=======*/

.sidebar-tag-menu {
    padding: 12px 0 0;
}
.sidebar-tag-menu ul li {
    display: inline-block;
    list-style: none;
    margin-right: 6px;
    color: #1a1a1a;
    padding: 0 0 12px;
}

/*social icon*/

ul.social-icon {
    padding: 20px 0 0;
}
ul.social-icon li {
    display: inline-block;
    list-style: none;
    margin: 0 10px 0 0;
}
ul.social-icon li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 36px;
    text-align: center;
    background: #fff;
    color: #1a1a1a;
    transition: 0.5s;
    font-size: 18px;
    border-radius: 3px;
}
ul.social-icon li a:hover {
    background: #3dc595;
    color: #fff;
}
ul.list-style-one li a:hover span {
    background: #3dc595;
    border-radius: 30px;
    color: #fff;
}
ul.list-style-one li a:hover {
    color: #3dc595;
}

/*Tab style
======================*/

.shops-section .tab {
    position: relative;
    overflow: hidden;
    -webkit-font-smoothing: subpixel-antialiased;
    text-align: right;
    padding: 5px 0 0;
}
.shops-section .tabs {
    display: inline;
}
.shops-section .tabs li.current:before {
    position: inherit;
}

.shops-section .tabs li a {
    font-size: 35px;
    width: 52px;
    height: 52px;
    line-height: 52px;
    text-align: center;
    color: #fff;
    background: #0b3510 !important;
    display: inline-block;
    margin-right: 0;
    margin-left: 10px;
    padding: 0;
}

.shops-section li.current a {
    color: #fff !important;
    background: #3dc595 !important;
}

/*widget
==============*/

.widget {
    display: inline-block;
}

.widget select {
    padding: 15px 13px;
    width: 85%;
    display: inline-block;
    position: relative;
    top: -6px;
    color: #6a6e49;
}

/*html css*/
.nav-logo {
    margin: 0 0 50px;
}
.content-thumb-box {
    margin-bottom: 20px;
}
.content-thumb-box img {
    width: 100%;
    border-radius: 10px;
}

.content-box h2 {
    color: #fff;
    font-size: 26px;
    font-weight: 600;
}

.content-box p {
    display: inline-block;
    color: #fff;
    padding: 15px 0 0;
}

a.theme-btn.btn-style-two span {
    color: #fff;
    font-size: 20px;
}

a.theme-btn.btn-style-two i {
    color: #006666;
}

.contact-info h2 {
    color: #fff;
    font-size: 26px;
    margin-bottom: 15px;
    font-weight: 600;
}

ul.list-style-one li {
    display: block;
    list-style: none;
    color: #fff;
    padding: 16px 0 0;
    overflow: hidden;
}

ul.list-style-one li i {
    margin-right: 10px;
}

ul.list-style-one li span {
    font-size: 20px;
    font-weight: 600;
    color: #006666;
    margin: 0 10px 0 0px;
}

ul.social-box {
    margin: 30px 0 0;
}

ul.social-box li {
    display: inline-block;
    list-style: none;
    margin: 0 6px 0 0;
}

ul.social-box li a {
    display: inline-block;
    width: 35px;
    height: 35px;
    line-height: 36px;
    text-align: center;
    background: #fff;
    color: #006666;
    transition: 0.5s;
    font-size: 18px;
    border-radius: 3px;
}

ul.social-box li a:hover {
    background: #006666;
    color: #fff;
}

/*** 
====================================================================
    Search Popup
====================================================================
***/
.search-popup {
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    margin-top: -540px;
    transform: translateY(-100%);
    background-color: rgba(0, 0, 0, 0.9);
    -webkit-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
    transition: all 1500ms cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
    -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
    transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1); /* easeInOutQuint */
}

.search-popup {
    width: 100%;
}

.search-active .search-popup {
    transform: translateY(0%);
    margin-top: 0;
}

.search-popup .close-search {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: -200px;
    border-radius: 50%;
    text-align: center;
    background-color: #006666;
    width: 70px;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    border-bottom: 3px solid #fff;
    border-top: 3px solid #fff;
    border-right: 3px solid #1a1a1a;
    border-left: 3px solid #1a1a1a;
    -webkit-transition: all 500ms ease;
    height: 70px;
    line-height: 70px;
    text-align: center;
}

.search-active .search-popup .close-search {
    visibility: visible;
    opacity: 1;
    top: 50%;
    -webkit-transition-delay: 1500ms;
    -moz-transition-delay: 1500ms;
    -ms-transition-delay: 1500ms;
    -o-transition-delay: 1500ms;
    transition-delay: 1500ms;
}

.search-popup form {
    position: absolute;
    max-width: 700px;
    top: 50%;
    left: 15px;
    right: 15px;
    margin: -35px auto 0;
    transform: scaleX(0);
    transform-origin: center;
    background-color: #111111;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.search-active .search-popup form {
    transform: scaleX(1);
    -webkit-transition-delay: 1200ms;
    -moz-transition-delay: 1200ms;
    -ms-transition-delay: 1200ms;
    -o-transition-delay: 1200ms;
    transition-delay: 1200ms;
}

.search-popup .form-group {
    position: relative;
    margin: 0px;

    overflow: hidden;
}
.search-popup .form-group input[type="text"],
.search-popup .form-group input[type="search"] {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 50px;
    color: #000000;
    height: 70px;
    width: 100%;
    padding: 10px 30px;
    background-color: #ffffff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    font-weight: 500;
    text-transform: capitalize;
}

.search-popup .form-group input[type="submit"],
.search-popup .form-group button {
    position: absolute;
    right: 30px;
    top: 0px;
    height: 70px;
    line-height: 70px;
    background: transparent;
    text-align: center;
    font-size: 24px;
    color: #006666;
    padding: 0;
    cursor: pointer;
    -webkit-transition: all 500ms ease;
    border: none;
}

.search-popup .form-group input[type="submit"]:hover,
.search-popup .form-group button:hover {
    color: #000000;
}

.search-popup input::placeholder,
.search-popup textarea::placeholder {
    color: #000000;
}

.search-popup .close-search.style-two {
    position: absolute;
    right: 25px;
    left: auto;
    color: #ffffff;
    width: auto;
    height: auto;
    top: 25px;
    margin: 0px;
    border: none;
    background: none !important;
    box-shadow: none !important;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.search-box-btn {
    display: inline-block;
    padding-left: 22px;
}

.search-box-btn i {
    display: inline-block;
    color: #fff;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    cursor: pointer;
    transition: 0.5s;
}

.upp.search-box-btn i {
    color: #9e9fa1;
}

.search-box-btn.search-box-outer span i {
    font-size: 20px;
    display: inline-block;
    color: #fff;
    padding-left: 17px;
    position: relative;
    z-index: 1;
}

.upp.search-box-btn.search-box-outer span i {
    color: #9e9fa1;
}

.search-box-btn.search-box-outer span i:after {
    position: absolute;
    content: "0";
    right: -10px;
    top: -4px;
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    background: #006666;
    color: #fff;
    border-radius: 50%;
    display: inline-block;
    font-size: 12px;
}

.flaticon-multiply:before {
    content: inherit;
}

button.close-search i {
    font-size: 25px;
    color: #fff;
    display: inline-block;
}

/*===========================
<-- Loader Css -->
=============================*/
/* PRELOADER CSS */
.loading-screen {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: default;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #3dc595;
    z-index: 100000;
}

.loading-screen .bar {
    position: absolute;
    height: 100%;
    width: 50%;
    background-color: #f4f1ee;
}

.loading-screen .top-bar {
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
}

.loading-screen .down-bar {
    bottom: 0;
    top: auto;
    right: 0;
    left: auto;
}

.loading-screen .animation-preloader {
    z-index: 1000;
}

.loading-screen .animation-preloader .spinner {
    -webkit-animation: spinner 1s infinite linear;
    animation: spinner 1s infinite linear;
    border-radius: 50%;
    border: 4px solid #e2dfdd;
    border-top-color: #1a1a1a;
    width: 150px;
    height: 150px;
    margin: 0 auto 3.5em auto;
}

.loading-screen .animation-preloader .txt-loading {
    font: bold 5em "", sans-serif;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.loading-screen .animation-preloader .txt-loading .letters-loading {
    color: #e2dfdd;
    position: relative;
}

.loading-screen .animation-preloader .txt-loading .letters-loading:before {
    -webkit-animation: letters-loading 4s infinite;
    animation: letters-loading 4s infinite;
    color: #010103;
    content: attr(data-text-preloader);
    left: 0;
    opacity: 0;
    position: absolute;
    top: -3px;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
}

.loading-screen .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}

.loading-screen .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
}

.loading-screen .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

.loading-screen .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
}

.loading-screen .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.loading-screen .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}

.loading-screen .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
}

.list-guide{
    padding: 100px 0 150px;
}
.list-guide .box::before{
    content: '';
    height: 100%;
    width: 2px;
    border: 2px dashed #000;
    transform: translateX(-50%);
    position: absolute;
    left: 50%;
    top: 30px;
}
.list-guide .box .cover{
    width: 50%;
    padding: 100px 70px 0 25px;
    margin: 0 50px 0 0;
    float: left;
    position: relative;
}
.list-guide .box .cover .cover-list{
    padding: 15px 15px 15px 40px;
    border: 2px solid #00A79B;
    border-radius: 15px 0 15px 15px;
    display: block;
    position: relative;
}
.list-guide .box .cover .cover-list .year{
    color: #fff;
    background-color: #00A79B;
    font-size: 32px;
    font-weight: 900;
    text-align: center;
    line-height: 98px;
    height: 100px;
    width: 100px;
    border-radius: 50%;
    position: absolute;
    right: -120px;
    top: -85px;
}
.list-guide .box .cover .cover-list .year::after{
    content: '';
    height: 130px;
    width: 130px;
    border: 8px solid #00A79B;
    border-left-color: transparent;
    border-radius: 50%;
    transform: translateX(-50%) translateY(-50%) rotate(-20deg);
    position: absolute;
    left: 50%;
    top: 50%;
}
.list-guide .box .cover .cover-list .icon{
    color: #fff;
    background-color: #00A79B;
    font-size: 35px;
    text-align: center;
    line-height: 50px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: -25px;
    transition: all 0.3s;
    display: flex;
    justify-content: center;
    align-items: center;
}
.list-guide .box .cover .cover-list .icon i{
    font-size: 28px;
}
.list-guide .box .cover .cover-list h4{
    color: #222;
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 7px 0;
}
.list-guide .box .cover .cover-list p{
    color: #222;
    font-size: 15px;
    letter-spacing: 1px;
    text-align: justify;
    margin: 0 0 5px;
}
.list-guide .box .cover .cover-list::after{
    content: '';
    background-color: #00A79B;
    height: 18px;
    width: 15px;
    position: absolute;
    right: -15px;
    top: -1px;
    clip-path: polygon(100% 0, 0 0, 0 100%);
}
.list-guide .box .cover:nth-child(even) {
    padding: 100px 25px 0 70px;
    margin: 0 0 0 50px;
    float: right;
}
.list-guide .box .cover:nth-child(even) .cover-list {
    padding: 15px 40px 15px 15px;
    border-radius: 0 15px 15px 15px;
}
.list-guide .box .cover:nth-child(even) .year {
    right: auto;
    left: -120px;
}
.list-guide .box .cover:nth-child(even) .year:after {
    transform: translateX(-50%) translateY(-50%) rotate(200deg);
}
.list-guide .box .cover:nth-child(even) .cover-list .icon {
    left: auto;
    right: -25px;
}
.list-guide .box .cover:nth-child(even) .cover-list:after {
    transform: rotateY(180deg);
    right: auto;
    left: -15px;
}
.list-guide .box .cover:nth-child(4n+2) .cover-list .year::after{
    border-color: #9E005D;
    border-left-color: transparent;
}
.list-guide .box .cover:nth-child(4n+3) .cover-list .year::after{
    border-color: #f24f0e;
    border-left-color: transparent;
}
.list-guide .box .cover:nth-child(4n+4) .cover-list .year::after{
    border-color: #0870C5;
    border-left-color: transparent;
}
.list-guide .box .cover:nth-child(4n+2) .cover-list{
    border: 2px solid #9E005D;
}
.list-guide .box .cover:nth-child(4n+3) .cover-list{
    border: 2px solid #f24f0e;
}
.list-guide .box .cover:nth-child(4n+4) .cover-list{
    border: 2px solid #0870C5;
}
.list-guide .box .cover:nth-child(4n+2) .cover-list .icon,
.list-guide .box .cover:nth-child(4n+2) .cover-list::after,
.list-guide .box .cover:nth-child(4n+2) .cover-list .year{
    background-color: #9E005D;
}
.list-guide .box .cover:nth-child(4n+3) .cover-list .icon,
.list-guide .box .cover:nth-child(4n+3) .cover-list::after,
.list-guide .box .cover:nth-child(4n+3) .cover-list .year{
    background-color: #f24f0e;
}
.list-guide .box .cover:nth-child(4n+4) .cover-list .icon,
.list-guide .box .cover:nth-child(4n+4) .cover-list::after,
.list-guide .box .cover:nth-child(4n+4) .cover-list .year{
    background-color: #0870C5;
}



@-webkit-keyframes spinner {
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

@keyframes spinner {
    to {
        -webkit-transform: rotateZ(360deg);
        transform: rotateZ(360deg);
    }
}

@-webkit-keyframes letters-loading {
    0%,
    75%,
    100% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg);
    }

    25%,
    50% {
        opacity: 1;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}

@keyframes letters-loading {
    0%,
    75%,
    100% {
        opacity: 0;
        -webkit-transform: rotateY(-90deg);
        transform: rotateY(-90deg);
    }

    25%,
    50% {
        opacity: 1;
        -webkit-transform: rotateY(0deg);
        transform: rotateY(0deg);
    }
}

.small-phone{
    display: none;
}
.pagination{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 35px;
}
.pagination li a{
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E5E5E5;
    color: #0E0C0A;
    font-size: 18px;
    font-weight: bold;
}
.pagination li a:hover{
    border: 1px solid #3dc595 ;
    background-color: #3dc595 ;
    color: #fff;
}
.pagination li a.active{
    border: 1px solid #3dc595 ;
    background-color: #3dc595  !important;
    color: #fff !important;
}

@media screen and (max-width: 992px) {
    .collection_area.list .box{
        display: block;
    }
    .collection_area.list .box .icon{
        margin-bottom: 15px;
    }
    section.service_area,
    section.collection_area.style_two{
        padding: 80px 0 40px;
    }
    .footer_area{
        display: none;
    }
    .small-phone{
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .small-phone a{
        background: linear-gradient(-45deg, #74fbce, #3dc595, #188f64);
        color: #fff;
        font-size: 24px;
        width: 100%;
        height: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-weight: bold;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background-size: 400% 400%;
        animation: gradient 8s ease infinite;
        z-index: 99999;
    }
    .list-guide .box .cover{
        width: 100%;
        padding-top: 80px;
        padding-right: 12px;
        margin-bottom: 20px;
    }
    .list-guide .box::before{
        content: none;
    }
    .list-guide .box .cover .cover-list .year {
        font-size: 24px;
        line-height: 70px;
        height: 70px;
        width: 70px;
        right: 0;
        top: -65px;
    }
    .list-guide .box .cover .cover-list .year::after,
    .list-guide .box .cover .cover-list:after{
        content: none;
    }
    .list-guide .box .cover:nth-child(even) {
        padding-left: 10px;
        padding-top: 80px;
        margin-bottom: 20px;
    }
    .list-guide .box .cover:nth-child(even) .year {
        left: 3px;
    }
    .blog-details-meta{
        text-align: center;
        padding: 15px 10px;
    }
    .blog-detials-area{
        padding: 60px 0;
    }
    .blog-details-content h2{
        line-height: 1.5;
        font-size: 22px;
    }
    .breadcumb-area{
        padding: 180px 0 120px;
    }
}

@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}
@media screen and (max-width: 767px) {
    .loading-screen .animation-preloader .spinner {
        height: 8em;
        width: 8em;
    }
    .loading-screen{
        display: none;
    }
    .header-menu{
        opacity: 0;
    }

    .loading-screen .animation-preloader .txt-loading {
        font: bold 3.5em "Inter", sans-serif;
    }
    .banner_btn{
        display: none;
    } 
    .slider_info{
        margin-left: 0;
    }
    .slider_button{
        margin-top: 20px;
    }
    .hero_content h1{
        font-size: 36px;
        line-height: 50px;
        max-width: 280px;
    }
    .hero_content h1 span{
        display: none;
    }
    .hero_content h4{
        margin-bottom: 15px;
    }
    .sticky a.logo_two img{
        max-width: 300px;
    }
    section.hero_area{
        height: 850px;
    }
    .hero-thumb{
        margin-left: 0;
        margin-top: 0;
    }
    section.hero_area .hero-thumb{
        margin-top: 70px;
    }
    .hero_content{
        margin-top: 115px;
    }
    section.feature_area.style_three{
        padding: 30px 0 60px;
    }
    .collection_contents h3 a{
        font-size: 22px;
    }
    .collection_contents .collection_icon_btn{
        display: none;
    }
    .collection_contents p{
        display: none;
    }
    .collection_contents .icon {
        margin: 0 auto 50px;
        width: 100px;
        height: 100px;
    }
    .collection_contents{
        bottom: 20%;
    }
    .Countdown_content h2{
        font-size: 22px;
    }
    section.countdown_area{
        padding: 60px 0;
    }
    .section_title h1{
        font-size: 23px;
        line-height: 30px;
    }
    .feature_item.style_two .feature_content{
        text-align: left;
    }
    .feature_item.style_two{
        padding-left: 20px;
    }
    .feature_item.style_two .feature_icon{
        margin-right: 15px;
    }
    .feature_item.style_two .feature_content p{
        padding-right: 10px;
    }
    .about_content p:nth-child(2){
        margin-top: 15px;
    }
    .section_title h4{
        font-size: 18px;
        margin-bottom: 8px;
    }
    section.about_area{
        padding: 120px 0 60px;
    }
}

@media screen and (max-width: 500px) {
    .loading-screen .animation-preloader .spinner {
        height: 7em;
        width: 7em;
    }

    .loading-screen .animation-preloader .txt-loading {
        font: bold 2em "Inter", sans-serif;
    }
}

/* taps */
.product-thumb2 {
    padding: 15px 6px 0;
}

.product-thumb2 .item img {
    height: 100px;
    width: 150px;
}

/*Owl Carousel*/

.product-thumb2 .owl-nav {
    text-align: center;
    margin-top: 0;
    position: relative;
    z-index: 1;
}

.product-thumb2 .owl-prev,
.product-thumb2 .owl-next {
    border: 1px solid #fff;
}

.product-thumb2 .owl-prev i,
.product-thumb2 .owl-next i {
    color: #fff;
}

.product-thumb2 .owl-prev {
    margin-left: 10px;
    position: absolute;
    left: 15px;
    top: -94px;
}

.product-thumb2 .owl-next {
    margin-left: 10px;
    position: absolute;
    right: 15px;
    top: -94px;
}

/*owl carousel*/

.product-thumb2 .owl-nav {
    text-align: center;
    margin-top: 30px;
}

.product-thumb2 .owl-prev,
.product-thumb2 .owl-next {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border-radius: 15px;
    display: inline-block;
    border: 1px solid #3dc595;
    transition: 0.5s;
}

.product-thumb2 .owl-prev i,
.product-thumb2 .owl-next i {
    color: #3dc595;
    font-size: 15px;
    transition: 0.5s;
}

.product-thumb2 .owl-next {
    margin-left: 10px;
}

.product-thumb2 .owl-prev:hover i,
.product-thumb2 .owl-next:hover i {
    color: #fff;
}
