/*
Theme Name: DucHungTech CSS
Theme URI: https://duchungtech.com/
Description: Gruentech DEV
Version: 1.0
Author: Nguyenhungtk

*/


/* DEFAULT PRIMARY COLOR: #70BF54 */
/* DEFAULT SECOND COLOR: #324452 */
body {
    line-height: 20px;
    font-size: 14px;
}

/* I. HEADER */
.rc-anchor-aria-status {
    display: block;
}
.hidden {
    display: none;
}
a, button {
    cursor: pointer;
}
img { max-width: 100%;}
@media (min-width: 1300px) {
    header.header-dht > nav.navbar.navbar-expand-lg {
        padding: 0;
    }
}

.hide{display:none;}
.ct-topbar-layout1 {
    background-color: #000e39;
    padding: 1px 0;
    font-size: 14px;
    color: #c2cdeb;
}

.ct-topbar-layout1 .ct-topbar-meta {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    flex-grow: 1;
    padding-left: 15px;
    padding-right: 15px;
}

.ct-topbar-layout1 .ct-topbar-meta i {
    color: #007cfb;
    margin-right: 4px;
}
.ct-topbar-layout1 label {
    color: rgb(255 255 255 / 80%);
    font-weight: 500;
    margin: 0;
}
 .ct-topbar-social {
    padding: 0 15px;
    margin-right: 40px;
}
.ct-topbar-item a {
    color: #fff;
}
 .ct-topbar-social a {
    color: #666;
    text-transform: uppercase;
}
img.flag-lang {
    position: relative;
    bottom: 2px;
    margin-right: 3px;
}

 .ct-topbar-social .dropdown-menu a {
    color: #000;
    text-transform: capitalize;
    padding: 8px 15px;
    font-size: 15px;
    font-weight: 600;
}
.ct-topbar-social .dropdown-menu img {
    bottom: 1px;
}
 .ct-topbar-meta .ct-topbar-item+.ct-topbar-item {
    position: relative;
    padding-left: 38px;
    margin-left: 44px;
}
 .ct-topbar-item+.ct-topbar-item:before {
    content: '';
    border-left: 2px dashed #354062;
    position: absolute;
    top: 50%;
    left: -1px;
    height: 22px;
    -webkit-transform: translate(0,-50%);
    -khtml-transform: translate(0,-50%);
    -moz-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    -o-transform: translate(0,-50%);
    transform: translate(0,-50%);
}

@media only screen and (min-width: 1200px) {
    .sticky .header-dht {
        height: 90px;
    }
    .sticky .header-dht .navbar {
        position: fixed;
        left: 0;
        top: 0;
        width: 100vw;
        background: #fff;
        z-index: 9999;
        right: 0;
        -webkit-box-shadow: 0 7px 8px 0 rgb(0 0 0 / 6%);
        box-shadow: 0 7px 8px 0 rgb(0 0 0 / 6%);
    }
    .fadeInDown {
        -webkit-animation-name: fadeInDown;
        animation-name: fadeInDown;
    }
    .animated {
        -webkit-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
    }
    @-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}
    @keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}100%{opacity:1;-webkit-transform:none;transform:none}}
}

header.header-dht {
    position: fixed;
    width: 100%;
    z-index: 99;
}
header.header-dht:hover {
    background: #fff;
}
.sticky header.header-dht {
    background: #fff;
    position: relative;
    z-index: 99;
}
header.header-dht .navbar-header{
}
header.header-dht .navbar-lang {
    padding: 10px;
    height: auto;
}
header.header-dht .navbar-lang .nav-link {
    line-height: 45px;
    width: 70px;
}

header.header-dht #navbarDHT li.nav-item> a {
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 60px;
    padding: 5px 13px;
    position: relative;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
}
.sticky header.header-dht #navbarDHT li.nav-item> a  {
    color: #666;
}
header.header-dht:hover #navbarDHT li.nav-item> a  {
    color: #666;
}
.dropdown-tsc:hover .dropdown-menu {
    display: block;
}
body.common-home header.header-dht #navbarDHT li.nav-item:first-child > a,
body.common-home header.header-dht #navbarDHT li.nav-item:hover > a {
	color: #70BF54;
}
header.header-dht #navbarDHT li.nav-item .dropdown-toggle::after {
    content: '\f107';
    font-family: "Font Awesome 5 Free";
    border: 0;
    vertical-align: unset;
    position: static;
    line-height: 1;
    margin: 0;
    position: relative;
    top: 0px;
    margin-left: 2px;
    width: auto;
    font-size: 14px;
}
header.header-dht #navbarDHT li.nav-item.show .dropdown-toggle::after {
    content: '\f106';
}
header.header-dht #navbarDHT li.nav-item .level_1 {
    font-size: 14px;
    font-weight: normal;
    min-width: 1000px;
    line-height: 36px;
    text-align: left;
    position: absolute;
    padding: 1% 2%;
    left: -100px;
    top: 50px;
    background: #fff;
    z-index: 99999;
    flex-wrap: wrap;
    /* display: none; */
    box-sizing: border-box;
    border-left: 1px solid #e5e9f1;
    border-right: 1px solid #e5e9f1;
    border-bottom: 1px solid #e5e9f1;
    box-shadow: 0 2px 8px #e5e9f1;
}

header.header-dht #navbarDHT li.nav-item .dropdown-menu > a {
    line-height: 22px;
    padding: 7px 22px;
    background: transparent;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    font-size: 16px;
    font-weight: 700;
    white-space: initial;
}
header.header-dht #navbarDHT li.nav-item .dropdown-menu > a span {
    position: relative;
}

header.header-dht #navbarDHT li.nav-item .dropdown-menu > a span::after {
    bottom: 4px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 0;
    transition: all 300ms ease-in-out;
    background: #70BF5454;
    border-radius: 0px;
}
header.header-dht #navbarDHT li.nav-item .dropdown-menu > a:hover span::after {
    width: 100%;
}

header.header-dht #navbarDHT li.nav-item .dropdown-menu .dropdown-item {
    padding: 0.3rem;
    line-height: 20px;
    white-space: break-spaces;
}


header.header-dht #navbarDHT li.nav-item .dropdown-menu .dropdown-submenu {
    position: relative;
}

header.header-dht #navbarDHT li.nav-item .dropdown-menu .dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

header.header-dht #navbarDHT li.nav-item .dropdown-menu .dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

header.header-dht #navbarDHT li.nav-item .dropdown-menu .dropdown-submenu>a {
    color: #324452;
    font-size: 16px;
    line-height: 28px;
    position: relative;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
}
header.header-dht #navbarDHT li.nav-item .dropdown-menu .dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

header.header-dht #navbarDHT li.nav-item .dropdown-menu .dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

header.header-dht #navbarDHT li.nav-item .dropdown-menu .dropdown-submenu.pull-left {
    float: none;
}



.link_user_section_inner a {
    color: #70BF54;
}
header.header-dht .side_panel_sidebar_parent {
    display: inline-block;
    width: 50px;
}
header.header-dht .side_panel_sidebar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    width: 100%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #ffffff;
    background: #70BF54;
    cursor: pointer;
}

header.header-dht span.side_panel_toggle {
    position: relative;
    line-height: 0;
    cursor: pointer;
    text-align: center;
    width: 23px;
    height: 23px;
}

.fixed-sidebar-menu .left-side .social-links a strong {
    text-indent: -9999px;
    display: inline-block;
    white-space: nowrap;
}
.fixed-sidebar-menu .textwidget {
    margin-top: 30px;
}
header.header-dht .side_panel_toggle span {
    display: block;
    position: absolute;
    border: 2px solid;
    border-color: inherit;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    width: 11px;
    height: 11px;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
header.header-dht .side_panel_toggle span:nth-child(1) {
    left: 0;
    top: 0;
}
header.header-dht .side_panel_toggle span:nth-child(2) {
    right: 0;
    top: 0;
    border-right-color: transparent;
}
header.header-dht .side_panel_toggle span:nth-child(3) {
    left: 0;
    bottom: 0;

}
header.header-dht .side_panel_toggle span:nth-child(4) {
    right: 0;
    bottom: 0;

}


header.header-dht .side_panel_sidebar:hover  .side_panel_toggle span:nth-child(1) {
    -webkit-transform: translateX(12px);
    -moz-transform: translateX(12px);
    -ms-transform: translateX(12px);
    -o-transform: translateX(12px);
    transform: translateX(12px);
}
header.header-dht .side_panel_sidebar:hover  .side_panel_toggle span:nth-child(2) {
    -webkit-transform: translateY(12px);
    -moz-transform: translateY(12px);
    -ms-transform: translateY(12px);
    -o-transform: translateY(12px);
    transform: translateY(12px);
}
header.header-dht .side_panel_sidebar:hover  .side_panel_toggle span:nth-child(3) {
    -webkit-transform: translateY(-12px);
    -moz-transform: translateY(-12px);
    -ms-transform: translateY(-12px);
    -o-transform: translateY(-12px);
    transform: translateY(-12px);
}
header.header-dht .side_panel_sidebar:hover  .side_panel_toggle span:nth-child(4) {
    -webkit-transform: translateX(-12px);
    -moz-transform: translateX(-12px);
    -ms-transform: translateX(-12px);
    -o-transform: translateX(-12px);
    transform: translateX(-12px);
}
header.header-dht  .link_user_section {
    display: inline-block;
    font-size: 24px;
    margin: 0 20px;
    line-height: 1;
}
header.header-dht .navbar-buttons-inner {
    padding: 10px 0;
    text-align: right;
}
header.header-dht .navbar {
}
header.header-dht .navbar .container{
    z-index: 2;
}
header.header-dht .navbar .navbar-brand:before{
    border-top: 50px solid transparent;
    border-bottom: 0px solid transparent;
    border-right: 50px solid #fff;
    left: -50px;
}
header.header-dht .navbar .navbar-menu{

}
header.header-dht .navbar .menu_left_bg {
    content: '';
    display: block;
    position: absolute;
    height: 100%;
    width: 50%;
    left: 50%;
    top: 0;
    z-index: 1;
}
header.header-dht .navbar-brand {
    padding: 10px 0;
    outline: 0;
}
header.header-dht img.logo-front {
    max-width: 180px;
    outline: 0;
    max-height: 50px;
}


/* FIXED SIDEBAR */
.fixed-sidebar-menu-overlay {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    cursor: url(../../img/burger-close.png), auto;
}
.fixed-sidebar-menu-overlay.visible {
    opacity: 1 !important;
    visibility: visible !important;
}
.fixed-sidebar-menu {
    background: #ffffff;
    position: fixed;
    width: 400px;
    height: 100%;
    overflow-y: scroll;
    margin: 0;
    z-index: 999999999;
    padding: 0;
    top: 0;
    transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
        border-left: 5px solid #70BF54;
}
.header7 .fixed-sidebar-menu.open {
    right: 0%;
}
.header7 .fixed-sidebar-menu {
    right: -400px;
}
.fixed-sidebar-menu.open {
    padding: 0;
    width: 400px;
}
.fixed-sidebar-menu-holder .close-sidebar {
    position: absolute;
    right: 32px;
    top: 32px;
    width: 32px;
    height: 32px !important;
    cursor: pointer;
    z-index: 2252;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
}
.fixed-sidebar-menu-holder .close-sidebar:before,
.fixed-sidebar-menu-holder .close-sidebar:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 3px;
    background-color: #000;
}
.close-sidebar:before {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.close-sidebar:after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}
.header7 .fixed-sidebar-menu.open .close-sidebar:hover {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
}

.fixed-sidebar-menu > div {
    height: auto;
}
.fixed-sidebar-menu .left-side {
    box-sizing: border-box;
    float: left;
    height: 100%;
    padding: 80px 45px 30px;
    width: 100%;
}
.fixed-sidebar-menu.open .left-side {
    opacity: 1;
    position: relative;
    visibility: visible;
}
.fixed-sidebar-menu .widget-title {
    border-color: transparent;
    margin-bottom: 50px;
    font-weight: 700;
    color: #324452;
    margin: 10px 0 25px;
    padding: 0;
    font-size: 32px;
}
.contact-details p {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    opacity: .8;
    font-weight: 400;
}
.contact-details p i {
    width: 25px;
}
.fixed-sidebar-menu .left-side .social-links {
    margin: 0;
    padding: 0;
    line-height: 1;
    margin-top: 20px;
}
.fixed-sidebar-menu .left-side .social-links li {
    margin-right: 10px;
    color: #000;
    opacity: .8;
    display: inline-block;
    list-style: outside none none;
    transition: all 350ms ease-in-out;
    -webkit-transition: all 350ms ease-in-out;
}
.fixed-sidebar-menu .left-side .social-links a {
    text-align: center;
    font-size: 18px;
    color: #000;
    opacity: .8;
}

/* #Progress
================================================== */

@-webkit-keyframes border-transform{
    0%,100% { border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%; }
    14% { border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%; }
    28% { border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%; }
    42% { border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%; }
    56% { border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%; }
    70% { border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%; }
    84% { border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%; }
}
.paginacontainer {
  height: 3000px;
}

/* #Progress
================================================== */

.progress-wrap {
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px rgb(204 204 204 / 30%);
    z-index: 10000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap.active-progress {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}
.progress-wrap::after {
    position: absolute;
    content: '^';
    text-align: center;
    line-height: 46px;
    font-size: 16px;
    color: #ccc;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 1;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

.progress-wrap::before {
    position: absolute;
    text-align: center;
    line-height: 46px;
    font-size: 24px;
    opacity: 0;
    background: black; /* --- Pijl hover kleur --- */
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    left: 0;
    top: 0;
    height: 46px;
    width: 46px;
    cursor: pointer;
    display: block;
    z-index: 2;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}
.progress-wrap:hover::before {
    opacity: 1;
}
.progress-wrap svg path {
    fill: none;
}
.progress-wrap svg.progress-circle path {
    stroke: #ccc; /* --- Lijn progres kleur --- */
    stroke-width: 4;
    box-sizing:border-box;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
}

/* II. SLIDER */

.slider-inner-dht {
    position: relative;
    padding: 0;
    width: 100%;
}
.slider-image img {
    margin: 0 auto;
}
.slider-content h1 {
    font-size: 38px;
    line-height: 48px;
    letter-spacing: -1.28px;
    font-weight: 700;
    color: #00783E;
    text-transform: uppercase;
}
.slider-content h1 span {
    font-size: 90px;
    letter-spacing: -.02em;
    line-height: 74px;
    color: #70BF547d;
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #70BF547d;
    display: block;
    margin-top: 10px;
}
.slider-content p {
    line-height: 23px;

}
.slider-image {
    min-height: 450px;
}



.slider-dht.owl-carousel:not(.owl-loaded) .slider-image{
    background: url("../../img/ajax-loader.gif") no-repeat center center;
    text-align: center;

}
.slider-dht:not(.owl-loaded) {
    height: 660px;
    display: block;
    overflow: hidden;
}
.slider-dht.owl-carousel, .slider-dht .owl-stage-outer {
}


@-webkit-keyframes fadeInDown{from{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}
@keyframes fadeInDown{from{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}
@-webkit-keyframes fadeInUp{from{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}
@keyframes fadeInUp{from{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}

.slider-dht .active .slider-content h1  {
}
.slider-dht .active img {
}
.slider-dht .active .btn-slider {
}

.slider-content h2 {
    font-size: 90px;
    letter-spacing: -.02em;
    line-height: 74px;
    opacity: .1;
    color: #333;
    -webkit-text-fill-color: #fff;
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #666161;
    position: absolute;
    -webkit-transform: rotate(-90deg) translateX(-20%);
    -ms-transform: rotate(-90deg) translateX(-20%);
    transform: rotate(-90deg) translateX(-20%);
    left: -50%;
    top: 8%;
    font-weight: 600;
}

a.btn-slider {
    transition: all .5s;
    position: relative;
    color: #fff;
    display: inline-block;
    z-index: 2;
    font-size: 18px;
    background: #70BF54;
    height: 50px;
    line-height: 45px;
    padding: 0px 35px;
    border: 0 none;
    text-align: center;
    border-radius: 100px;
    font-weight: 600;
    margin-top: 40px;
}
a.btn-slider::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    background-color: #324452;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: scale(.5,.5);
    transform: scale(.5,.5);
    border-radius: 100px;
}
a.btn-slider:hover::before {
    opacity: 0;
    -webkit-transform: scale(1.2,1.2);
    transform: scale(1.2,1.2);
}
a.btn-slider:hover::after {
    opacity: 1;
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
}
a.btn-slider span.button-text {
    display: inline-block;
    font-weight: 600;
}
a.btn-slider:hover span.button-text {
    color: #fff;
}
.slider-dht-section .owl-nav {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    width: 100%;
}

.slider-dht-section .owl-nav .owl-prev,
.slider-dht-section .owl-nav .owl-next {
    border-radius: 100%;
    border: 1px solid #EDEDED!important;
    color: #70BF547d !important;
    left: 30px;
    position: absolute;
    width: 50px;
    height: 50px;
    font-size: 18px !important;
    line-height: 50px !important;
    outline: 0;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
}
.slider-dht-section .owl-nav .owl-prev:hover,
.slider-dht-section .owl-nav .owl-next:hover {
    border-color: #70BF547d !important;
}
.slider-dht-section .owl-nav .owl-next {
    right: 30px;
    left: auto;
}
.slider-dht-section {
    background-image: url(../../img/pattern-section1.png);
    background-size: inherit;
    background-repeat: no-repeat;
    background-position: top 15px right 15px;
}

/* III. ABOUT  */


.about-section {
    padding-top: 25px;
    position: relative;
}
.about-section .about-content {
    padding: 26px 20px 13px 20px;
    color: #999;
    border-radius: 18px;
}


.about-section .video-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; }

.about-section .video-container iframe, .video-container object, .video-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }


.about-section .about-content h4 {
    font-size: 20px;
}

.about-section .about-content h3 {
    font-size: 25px;
    font-weight: bold;
}

h4.about-heading1-home {
    font-size: 16px;
    color: #ffffff;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 3px;
}

h4.about-heading1-home::before {
    content: '';
    width: 60px;
    height: 1px;
    background: #ffffff;
    display: inline-block;
    position: relative;
    bottom: 5px;
    margin-right: 15px;
}

.about-heading2-home {
    font-size: 35px;
    line-height: 45px;
    letter-spacing: -1.28px;
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 10px;
    text-align: center;
}



.btn.btn-style1 {
    transition: all .5s;
    position: relative;
    color: #fff;
    display: inline-block;
    z-index: 2;
    font-size: 18px;
    background: #70BF54;
    height: 50px;
    line-height: 45px;
    padding: 0px 35px;
    border: 0 none;
    text-align: center;
    border-radius: 100px;
    font-weight: 600;
    margin-top: 20px;
    cursor: pointer !important;
}
.btn.btn-style1::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    background-color: #324452;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: scale(.5,.5);
    transform: scale(.5,.5);
    border-radius: 100px;
}
.btn.btn-style1:hover::before {
    opacity: 0;
    -webkit-transform: scale(1.2,1.2);
    transform: scale(1.2,1.2);
}
.btn.btn-style1:hover::after {
    opacity: 1;
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
}
.btn.btn-style1 span.button-text {
    display: inline-block;
    font-weight: 600;
}
.about-section p {
    font-size: 15px;
    line-height: 30px;
    margin-bottom: 8px;
}
.pictures-row {
    padding-right: 30px;
}
.imgone.big-paral {
    position: relative;
    top: -40px;
}

.exp-about {
    padding-left: 30px;
    margin-top: -20px;
}


h5.nmb-font-about {
    font-size: 70px;
    line-height: 1;
    letter-spacing: -1.28px;
    font-weight: 700;
    color: #324452;
    margin-top: 0;
    margin-bottom: 10px;
}

h6.service_summary-about {
    font-size: 14px;
    color: #696970;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 0px;
    margin-left: -27px;
}
h6.service_summary-about::before {
    content: '';
    width: 20px;
    height: 1px;
    background: #696970;
    display: inline-block;
    position: relative;
    bottom: 5px;
    margin-right: 10px;
}


/* IV. FUN FACTS */
.fun-facts-section {
    padding: 120px 0 80px;
    background: #f6f6f6;
    position: relative;
}
div#fun-facts::before {
    content: '';
    position: absolute;
    z-index: 2;
    top: -50px;
    left: calc(50% - 2.5px);
    width: 5px;
    height: 100px;
    background: #70BF54;
}
h3.fun-facts-heading1 {
    font-size: 50px;
    line-height: 55px;
    letter-spacing: -1.28px;
    font-weight: 700;
    color: #324452;
    margin-top: 0;
    margin-bottom: 15px;
    text-align: center;
}
.fun-facts-section p {
    font-size: 18px;
    line-height: 30px;
    color: #696970;
    max-width: 800px;
    text-align: center;
    margin: 0 auto;
}
.row.fun-facts-timer {
    margin-top: 70px;
}
span.timer {
    font-size: 50px;
    line-height: 55px;
    letter-spacing: -1.28px;
    font-weight: 700;
    color: #70BF54;
    margin-top: 0;
    margin-bottom: 10px;
    text-align: center;
    display: block;
    min-height: 55px;
}
.row.fun-facts-timer h4 {
    color: #324452;
    font-weight: 700;
    text-align: center;
    margin-top: 0;
    font-size: 23px;
}


/* services */
.services-section {
    background: #F6F6F6;
    padding: 80px 0 90px;
}
.services-section .owl-stage-outer {
    cursor: grab;
    cursor: -webkit-grab;
}
.service-box-parent {
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 5px;
    overflow: hidden;
}
.services-section h3 {
    font-size: 50px;
    line-height: 55px;
    letter-spacing: -1.28px;
    font-weight: 700;
    color: #324452;
    margin-top: 0;
    text-align: center;
    max-width: 800px;
    margin-bottom: 60px;
    margin-left: auto;
    margin-right: auto;
}
.service-box {
    padding: 60px 45px;
    position: relative;
    background-size: cover;
}

.service-box i {
    font-size: 34px;
    color: #70BF54;
    margin-bottom: 20px;
}

.service-box h5 {
    font-size: 28px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 15px;
    color: #324452;
}

.service-box p {
    font-size: 18px;
    line-height: 24px;
    color: #696970;
    margin-bottom: 0;
}
.service-box * {
    position: relative;
    z-index: 2;
        transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
}
.service-box::before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    z-index: 1;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
}
.service-box::after {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(96 34 234 / 70%);
    z-index: 1;
    opacity: 0;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
}
.service-box:hover::after {
    opacity: 1;
}
.service-box:hover::before {
    opacity: 0;
}
.service-box:hover * {
    color: #fff;
}

.services-section .owl-dots button.owl-dot {
    width: 12px;
    height: 12px;
    background: #fff;
    border-radius: 100%;
    margin: 0 5px;
    border: 2px solid #70BF54;
    outline: 0;
}
.services-section .owl-dots {
    text-align: center;
    margin-top: 20px;
}
.services-section .owl-dots button.owl-dot.active {
    background: #70BF54;
}

/* OUR PORTFOLIO */
.application-section {
    padding: 90px 0 40px;
}
.application-section h4 {
    font-size: 16px;
    color: #70BF54;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 3px;
}

.application-section h4::before {
    content: '';
    width: 60px;
    height: 1px;
    background: #70BF54;
    display: inline-block;
    position: relative;
    bottom: 5px;
    margin-right: 15px;
}

.application-section h3 {
    font-size: 50px;
    line-height: 55px;
    letter-spacing: -1.28px;
    font-weight: 700;
    color: #324452;
    margin-top: 15px;
    margin-bottom: 60px;
}


.project-popup {
    text-align: center;
}
.col-project-big, .col-project-small {
    border-radius: 5px;
    margin-bottom: 50px;
}
.col-project-big .col-project-inner {
    position: relative;
}
.col-project-inner {
    border-radius: 5px;
    overflow: hidden;
}

.project-popup {
    text-align: center;
    opacity: 1;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    height: 100%;
    width: 100%;
    margin-top: 20px;
    text-align: left;
}
.application-section h6.project-categories {
    color: rgb(0 0 0 / 54%);
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 5px;
}

.application-section h5.project-title {
    color: #000;
    font-weight: 600;
    font-size: 22px;
    position: relative;
    text-decoration: none;
    margin: 0;
}

.application-section h5.project-title a::after {
    bottom: 4px;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    width: 0;
    transition: all 300ms ease-in-out;
    background: #70BF5454;
    border-radius: 0px;
}


/* TESTIMONIAL */
.testimonials .inner-testimonials {
    position: relative;
    width: 100%;
    margin: 0 0 40px;
}
.testimonials h3 {
    position: absolute;
    top: 40px;
    left: 0;
    max-width: 150px;
}
.testimonials .testi-icon {
    position: absolute;
    bottom: 10px;
    left: 0;
    max-width: 150px;
}
.testimonials .custome_slide.owl-carousel .owl-item.active.center .main-reviewimage {
    border: 2px solid #fff;
}
.testimonials .main-reviewimage img {
    opacity: 0.3;
}
#slide-testimonal .owl-stage-outer .owl-item.active {
    display: block;
}
#slide-testimonal .owl-stage-outer .owl-item.center {
    margin-top: 0;
}
#slide-testimonal .owl-stage-outer .owl-item.center .main-reviewimage img {
    opacity: .7;
}
.testimonials  .test_img {
    position: relative;
    opacity: 1;
    -webkit-transition: .4s ease all;
    transition: .4s ease all;
    margin: 0;
    margin-top: 40px;
}
#slide-testimonal .owl-stage-outer .active.center .test_img:before {
    content: none;
    transition: 0.7s ease-in-out;
}
.testimonials .test_img img {
    overflow: hidden;
    margin: 0 auto;
    height: 100%;
    object-fit: cover;
}
.testimonials .custome_slide.owl-carousel .owl-item.active.center {
    transform: scale(1.2);
    margin-top: 0 !important;
    position: relative;
    z-index: 999;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.testimonials custome_slide.owl-carousel .owl-item {
    transform: scale(0.7);
    padding: 10px 0px;
    transition: all 0.5s;
}
.testimonials .active .testimonial_detail {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 15px;
    color: #fff;
}
.testimonials .testimonial_detail {
}
.testimonials .testimonial_detail h4 {
    font-size: 24px;
    line-height: 45px;
    margin: 0;
}
.testimonials .testimonial_detail p {
    font-size: 14px;
    line-height: 20px;
}
.testimonials .custome_slide.owl-carousel .testimonial_detail {
    display: none;
}
.testimonials .custome_slide.owl-carousel .center .testimonial_detail {
    display: block !important;
}
#slide-testimonal .owl-dots{
    position: absolute;
    top: 150px;
    left: 0;
}
#slide-testimonal .owl-dots .owl-dot{
    padding: 5px 10px;
}

@media only screen and (min-width:1200px){
    .testimonials .main-reviewimage {
        width: 240px;
        height: 240px;
        background: #000;
    }
    #slide-testimonal .owl-stage-outer{
        width: 815px;
        margin-left: 290px;
    }
    #slide-testimonal .owl-stage-outer .owl-item {
        bottom: 0;
        margin-top: 300px;
    }
    #slide-testimonal .owl-stage-outer .owl-item.center .main-reviewimage {
        height: 540px;
        width: 540px;
    }
}

@media  (min-width:960px) and (max-width:1200px){
    .testimonials .main-reviewimage {
        width: 200px;
        height: 200px;
        background: #000;
    }
    #slide-testimonal .owl-stage-outer{
        width: 680px;
        margin-left: 190px;
    }
    #slide-testimonal .owl-stage-outer .owl-item {
        bottom: 0;
        margin-top: 240px;
    }
    #slide-testimonal .owl-stage-outer .owl-item.center .main-reviewimage {
        height: 450px;
        width: 450px;
    }
}
@media  (min-width:767px) and (max-width:960px){
    .testimonials .main-reviewimage {
        width: 190px;
        height: 190px;
        background: #000;
    }
    #slide-testimonal .owl-stage-outer{
        width: 540px;
        margin-left: 180px;
    }
    #slide-testimonal .owl-stage-outer .owl-item {
        bottom: 0;
        margin-top: 150px;
    }
    #slide-testimonal .owl-stage-outer .owl-item.center .main-reviewimage {
        height: 340px;
        width: 340px;
    }
}

@media only screen and (max-width:767px){
    .testimonials .main-reviewimage {
        height: 400px;
        width: 425px;
        margin: 0 auto;
        display: block;
    }
    .testimonials .testimonial_detail {
        left: inherit;
        width: 100%;
    }
}


.product-section {
    padding-top: 30px;
    position: relative;
    padding-bottom:50px;
}

.product-section h3{
    margin-top: 0;
    text-align: center;
    margin: 0 auto 30px;
}
.product-section h3 span{
    font-size: 25px;
    line-height: 30px;
    font-weight: 700;
    padding: 10px 0;
    color: #1f1f1f;
    margin-top: 0;
    text-transform: uppercase;
    border-bottom: 1px solid #333;
}

.client-slide {
    margin: 0;
    padding: 0;
}

.client-slide .section_header{
    margin: 0;
}

.product-section:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 3;
    pointer-events: none;
    width: 30%;
}
.product-section:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    width: 30%;
}

.section_header {
    line-height: 1;
    white-space: nowrap;
    letter-spacing: -.025em;
    font-weight: 600;
}

span.client_slider_title {
    font-size: 65px;
    margin: 35px 0 35px;
    display: block;
    line-height: 1;
    font-weight: 700;
    letter-spacing: -.05em;
    max-width: 350px;
    color: #fff;
}

.client_slider_name {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.3;
    letter-spacing: -.025em;
    color: #fff;
}



.client-area h5{
    font-size: 16px;
    text-align: center;
    padding-top: 5px;
}
.client-quotes:before {
    content: "";
    position: absolute;
    background: url("/img/quotes.png") repeat-x top left;
    height: 50px;
    width: 90px;
    left: 0;
    top: 0;
}
.client-quotes {
    padding: 55px 20px;
    position: relative;
}
.client-quotes p {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 0;
}
.client-CEO {
    color: #fff;
    padding: 0 20px;
}
.client-CEO img {
    height: 60px;
    width: 60px!important;
    float: left;
    margin-right: 20px;
}
.client-section .owl-stage-outer {
    cursor: grab;
    cursor: -webkit-grab;
}

.home-cate-item {
    border: 1px solid #ababab;
    margin-bottom: 15px;
}

.home-cate-item .cate-item{
    padding: 10px;
    background: #fff;
}

.home-cate-item .cate-item .post-details{
    text-align: center;
    font-size: 15px;
    color: #aaa;
    padding-top: 10px;
    min-height: 70px;
}
.home-cate-item .cate-item .post-details a{
    color: #969696;
}

/* BLOG */
.blog-section {
    padding-top: 30px;
    padding-bottom: 50px;
    background: #e5e5e5;
}

.blog-section .blog-section-title {
    font-size: 25px;
    line-height: 30px;
    letter-spacing: -1.28px;
    font-weight: 700;
    padding: 10px;
    color: #1f1f1f;
    margin-top: 0;
    text-align: center;
    width: 120px;
    margin: 0 auto 30px;
    border-bottom: 2px solid #fd8e47;
}

h3.blog-section-subtitle {
    font-size: 16px;
    color: #70BF54;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 1px;
    word-spacing: 3px;
    text-align: center;
}
.blog-section .blog-single-post {
    position: relative;
    background: #fff;
    text-align: center;
    padding: 0;
    box-shadow: 0px 0px 30px 5px rgb(0 0 0 / 5%);
    -webkit-box-shadow: 0px 0px 30px 5px rgb(0 0 0 / 5%);
    -moz-box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, .05);
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 15px;
}
.blog-section .blog_custom {
    background: transparent !important;
    height: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    text-align: left;
}
.blog-section .blog_custom .post-thumbnail a {
    display: block;
    overflow: hidden;
}
.blog-section .blog_custom .post-details {
    padding: 15px;
}
.blog-section .featured_image_blog {
    position: relative;
}
.blog-section .featured_image_blog .flex-icon {
    transform: scale(.9);
    background: #70BF54 none repeat scroll 0 0;
    display: flex;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s cubic-bezier(.56,.2,.25,1);
    -moz-transition: all .4s cubic-bezier(.56,.2,.25,1);
    transition: all .4s cubic-bezier(.56,.2,.25,1);
}
.blog-section .featured_image_blog .flex-icon-inside {
    align-self: center;
    opacity: .9;
    transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
    margin: 0 auto;
    color: #fff;
    font-size: 35px;
}
.blog-section .featured_image_blog:hover .flex-icon {
    background: #70BF54 none repeat scroll 0 0;
    opacity: .9 !important;
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
.blog-section .blog_custom .post-categories {
    padding: 8px 16px;
    font-size: 10px;
    line-height: 1;
    color: #fff;
    background: #70BF54;
    display: inline-block;
    position: absolute;
    top: 15px;
    left: 15px;
    margin: 0;
    vertical-align: middle;
    border-radius: 100px;
}
.blog-section .blog_custom .post-categories p {
    display: inline-block;
    font-size: 10px;
    line-height: 10px;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: .5px;
    vertical-align: middle;
    text-decoration: none;
    margin-bottom: 0;
}
.blog-section .blog-slider .post-details {
    padding: 20px;
    width: 50%;
    position: absolute;
    background: #EDF0F2;
    bottom: 0;
    left: 0;
}
.blog-section .blog-slider .owl-nav {
    padding: 0;
    width: 80px;
    position: absolute;
    background: #EDF0F2;
    bottom: 0;
    right: 0;
}
.blog-section .blog-slider .owl-nav button {
    padding: 20px;
    width: 80px;
    float: left;
    border: 1px solid #dde0e2;
}
.blog-section .blog-slider .owl-nav button:hover {
    background: #70BF54;
}
.blog-section .blog-slider .owl-nav button:hover span {
    color: #fff;
}
.blog-section .blog-slider .owl-nav button span {
    color: #000;
    font-size: 35px;
}
.blog-section .post-category-comment-date {
    font-weight: 600;
    text-transform: uppercase;
}
.blog-section h3.post-name {
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    margin-top: 10px;
    margin-bottom: 10px;
}
.blog-section h3.post-name a {
    color: #324452;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.blog-section h3.post-name a:hover {
    color: #70BF54;
    text-decoration: none;
}
.blog-section .post-category-comment-date span,
.blog-section .post-category-comment-date a {
    color: #324452;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 10px;
    text-decoration: none;
}
.blog-section .post-category-comment-date > span {
    text-transform: capitalize;
    display: inline-block;
    margin-right: 10px;
}
.blog-section .post-excerpt p {
    font-size: 16px;
    line-height: 22px;
    color: #696970;
    margin-bottom: 0;
}
.blog-section .post-category-comment-date > span i {
    color: #70BF54;
}

.blog-section .post-excerpt p:not(:last-child) {
    display: none;
}

.blog-section .post-excerpt p:last-child {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}


.blog-section .home-blog-right {
    position: absolute;
    top: 30%;
    left: 0;
    width: 100%;
}


.blog-section .home-blog-right h3{
    font-size: 34px;
    line-height: 55px;
    letter-spacing: -1.28px;
    font-weight: 700;
    color: #324452;
    margin-top: 10px;
    margin-bottom: 20px;
}

.blog-section .home-blog-right form{
    width: 100%;
}

.blog-section .home-blog-right .reg-email{
    font-size: 14px;
    line-height: 35px;
    background: #EDF0F2;
    border: 1px solid #dde0e2;
    width: calc(70% - 4px);
    float: left;
}

.blog-section .home-blog-right .reg-button{
    font-size: 14px;
    line-height: 35px;
    background: #70BF54;
    border: 1px solid #70BF54;
    width: 30%;
    color: #fff;
}


/* TYPED TEXT */
.typed-section {
    border-top: 1px solid rgba(0,0,0,.1);
    padding: 60px 0;
}
.typed-section H4 {
    font-size: 38px;
    line-height: 45px;
    letter-spacing: -1.28px;
    font-weight: 700;
    color: #324452;
    margin-top: 0;
    text-align: LEFT;
    max-width: 800px;
    margin-bottom: 0;
}
.typed-section a.btn.btn-style1 {
    margin-top: 0;
}


/* FOOTER DIV */

.footer-section {
    background: #000000;
    padding-top: 25px;
}
.footer-section .footer-wrapper {
    position: relative;
}
.footer-section  .footer-left {
    padding: 120px;
    position: relative;
    z-index: 2;
    border-top-right-radius: 6px;
    background-image: linear-gradient(145deg,#70BF54 10%,#7c49ed 100%);
}
.footer-section  .inner {
    z-index: 5;
    position: relative;
    text-align: center;
}
.footer-section  .inner > span {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    display: block;
    margin-bottom: 9px;
    letter-spacing: 1px;
    word-spacing: 3px;
    font-weight: 300;
}
.footer-section h5 {
    margin-left: auto;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    border-bottom: #22140c 1px solid;
    padding: 5px 0;
    margin-bottom: 5px;
    color: #fff;
    position: relative;
}
.footer-section h5:before {
    content: "";
    display: block;
    position: absolute;
    width: 35px;
    height: 2px;
    bottom: -1px;
    left: 0;
    background: #f47920;
}

.footer-section .footer-item {
    color: #fff
}

.footer-section .social-share-inner ul a strong {
    text-indent: -9999px;
    display: inline-block;
    white-space: nowrap;
}
.footer-section .footer-left::before {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: url(../../img/pattern-1.png);
    content: "";
    z-index: 1;
    opacity: .5;
    border-top-right-radius: 6px;
}
.footer-section .custom-html-widget {
    position: relative;
    color: #fff;
}
.footer-section .footer-wrapper .col-lg-6 {
    padding: 0;
}
.footer-section .footer-wrapper > .row {
    margin: 0;
}
.footer-section .footer-right::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background-color: #000;
    opacity: .6;
}
.footer-section .copyright-text {
}
.footer-section  h4.title {
    color: #fff;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 15px;
    opacity: .7;
}
.footer-section  .custom-html-widget p{
    padding-top: 7px;
    margin-bottom: 0;
}
span.dht-animate-border {
    position: relative;
    display: block;
    width: 115px;
    height: 3px;
    background: #fff;
    overflow: hidden;
    opacity: .2;
    margin-bottom: 25px;
}

span.dht-animate-border::after {
    position: absolute;
    content: "";
    width: 35px;
    height: 3px;
    left: 15px;
    bottom: 0;
    border-left: 10px solid #000;
    border-right: 10px solid #000;
    -webkit-animation: animborder 2s linear infinite;
    animation: animborder 2s linear infinite;
}
.footer-section .menu-quick-link-container ul {
    padding: 0;
    list-style: none;
    margin: 0;
}
.footer-section .menu-quick-link-container ul li a {
    color: #fff;
    font-size: 18px;
    padding: 10px 0;
    display: block;
    text-decoration: none;
    opacity: .7;
}
.footer-widget .logo{
    padding: 0 20px;
    margin-bottom: 20px;
}
.footer-widget ul.ft-link {
    list-style: none;
    padding: 0;
    margin: 0;
}
.footer-widget ul.ft-link li, .footer-widget ul.ft-link li a {
    color: #333;
    font-size: 18px;
    padding: 10px 0;
    display: block;
    text-decoration: none;
    opacity: .7;
}
.footer-widget .social-share-inner ul {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-top: 15px;
}
.footer-widget .social-share-inner ul li {
    display: inline-block;
    margin-right: 10px;
}
.footer-widget .social-share-inner ul li a {
    color: #333;
    font-size: 18px;
    text-decoration: none;
    opacity: .7;
}
.footer-section .copyright-text{
    width: 100%;
    background: #22140c;
    margin-top: 25px;
}
.footer-section .copyright-text p {
    color: #666;
    margin: 0;
    opacity: .7;
    left: 0;
    font-size: 16px;
    line-height: 24px;
    padding: 15px 0;
}
.footer-section .copyright-text p a {
    color: #796e6e;
    text-decoration: none;
    font-weight: 700;
}
.footer-section .footer-right .col-lg-12 {
    padding: 0;
}



a.btn.btn-style2 {
    transition: all .5s;
    position: relative;
    color: #fff;
    display: inline-block;
    z-index: 2;
    font-size: 20px;
    background: transparent;
    height: 60px;
    line-height: 56px;
    padding: 0px 35px;
    border: 0 none;
    text-align: center;
    border-radius: 0;
    font-weight: 600;
    margin-top: 20px;
    border: 2px solid #fff;
    border-radius: 10px;
    overflow: hidden;
}
a.btn.btn-style2::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0;
    background-color: #324452;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: scale(.5,.5);
    transform: scale(.5,.5);
}
a.btn.btn-style2:hover::before {
    opacity: 0;
    -webkit-transform: scale(1.2,1.2);
    transform: scale(1.2,1.2);
}
a.btn.btn-style2:hover::after {
    opacity: 1;
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
}
a.btn.btn-style2 span.button-text {
    display: inline-block;
    font-weight: 600;
}
a.btn.btn-style2:hover span {
    color: #fff;
}

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


/* ABOUT */

/* BREADCRUMBS */
.breadcrumb-area {
    color: #fff;
    padding: 45px 0;
   padding-top: 150px;
    text-align: center;
    background-image: url(../../img/thienan-pro-bg.jpg);
    background-size: initial;
    background-repeat: no-repeat;
    background-position: center;
}

.breadcrumb-area h1.breadcrumb-title {
    font-size: 31px;
    line-height: 45px;
    letter-spacing: -1.28px;
    font-weight: 700;
    color: #fff;
    margin-top: 0;
    margin-bottom: 10px;
    text-align: center;
}

.breadcrumb-area ul.page-list {
    padding: 0;
    margin: 0;
    list-style: none;
}

.breadcrumb-area ul.page-list li {
    display: inline-block;
    color: #fff;
    position: relative;
    margin: 0;
    font-size: 18px;
    line-height: 1.5;
    font-weight: 600;
}

.breadcrumb-area ul.page-list li a {
    color: #fff;
}

.breadcrumb-area .page-list li.separator:before {
    content: "";
    background: #324452;
    opacity: 1;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    position: relative;
    display: inline-block;
    bottom: 3px;
    margin: 0 5px;
}

.breadcrumb-area ul.page-list li.item-current {
    color: #ffdfc8;
}


/* ABOUT US S1 */
.about-us {
    padding: 30px 0;
}

.about-us .about-item{
    position: relative;
}

.about-us .about-item img{
    max-width: 100%;
    filter: blur(1px);
}

.about-us .about-item .about-item-content{
    position: absolute;
    bottom: 5%;
    left: 0;
    color: #fff;
    padding: 10px;
}

.about-us .about-item .about-item-content a{
    color: #fff;
    padding: 10px;
    font-size: 16px;
    font-weight: bold;
}

.about-us .about-detail{
}
.about-us .about-detail-item{
    display: none;
    padding: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    transition:width 2s;
    -moz-transition:width 2s; /* Firefox 4 */
    -webkit-transition:width 2s; /* Safari and Chrome */
    -o-transition:width 2s; /* Opera */
    color: #fff;
    line-height: 20px;
    font-size: 14px;
}
.about-us .about-detail-item .close-item{
    padding: 30px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.7);
    transition:width 2s;
    -moz-transition:width 2s; /* Firefox 4 */
    -webkit-transition:width 2s; /* Safari and Chrome */
    -o-transition:width 2s; /* Opera */
    color: #fff;
    line-height: 26px;
    font-size: 18px;
}

.about-us .about-detail-item .close-item i{
    margin-right: 20px;
}

.simpleParallax-video {
    margin-right: 30px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
a.popup-vimeo-video {
    color: #fff;
    font-size: 74px;
    line-height: 1;
    opacity: .7;
    position: absolute;
    top: 45%;
    right: 0;
    left: 0;
    text-align: center;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    transform: scale(1);
    -webkit-transform: scale(1);
}
a.popup-vimeo-video:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.about-us .about-des {
    font-size: 18px;
    line-height: 30px;
    color: #696970;
}

.vision-section {
    padding-top: 80px;

}
.vision-section h3.vision-heading1 {
    font-size: 34px;
    line-height: 45px;
    letter-spacing: -1.28px;
    font-weight: 700;
    color: #324452;
    margin-top: 0px;
    margin-bottom: 35px;
}
.vision-section .vision-bg {
    margin-right: -50px;
    width: calc(100% + 50px);
    max-width: 120%;
}
.vision-section .vision-content {
    padding: 25px;
    border: 4px solid #00783E;
    margin-top: 60px;
    line-height: 26px;
}


.value-section {
    padding-top: 0px;
    padding-bottom: 50px;
}
.value-section h3.vision-heading1 {
    font-size: 34px;
    line-height: 45px;
    font-weight: 700;
    color: #324452;
    margin-top: 180px;
    margin-bottom: 50px;
}
.value-section .value-item {
    width: 50%;
    float: left;
}
.value-section .value-item img {
    max-width: 100%;
}
.value-section .value-bg {
    background: #70BF54;
    color: #fff;
    float: left;
    width: 100%;
}
.value-section .value-content {
    padding: 35px; 20px;
    font-size: 22px;
    font-weight: bold;
    line-height: 38px;
}
.value-section .value-space {
    height: 50px;
}
/* MEMBERS */
.members-section {
    padding: 80px 0 60px;
    background: #f6f6f6;
}
.members-section h3.members-heading1 {
    font-size: 34px;
    line-height: 45px;
    letter-spacing: -1.28px;
    font-weight: 700;
    color: #324452;
    margin-top: 0px;
    margin-bottom: 35px;
}

.members-section .about_member_sp {
    width: 100%;
    height: 160px;
}

.members-section .dht-team {
    overflow: hidden;
    border-radius: 10px;
    position: relative;
    margin-bottom: 30px;
}

.members-section .thumbnail {
    display: block;
    position: relative;
    z-index: 1;
}

.members-section .content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 35px 40px;
    z-index: 2;
}

.members-section h5.title {
    color: #fff;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    transition-delay: .25s;
    transform: translateY(10px);
    transition: all .45s cubic-bezier(.23,.88,.34,.99);
    -webkit-transition-delay: .25s;
    -webkit-transform: translateY(10px);
    -webkit-transition: all .45s cubic-bezier(.23,.88,.34,.99);
    font-size: 24px;
    margin-bottom: 10px;
    font-weight: 700;
}

.members-section p.position {
    color: #d6d8e0;
    font-size: 16px;
    line-height: 20px;
    opacity: 0;
    visibility: hidden;
    transition: all .45s cubic-bezier(.23,.88,.34,.99);
    transform: translateY(10px);
    -webkit-transition: all .45s cubic-bezier(.23,.88,.34,.99);
    -webkit-transform: translateY(10px);
    margin-bottom: 0;
}

.members-section ul.social-icon {
    position: absolute;
    top: 25px;
    left: 35px;
    padding: 0;
    z-index: 2;
    list-style: none;
    display: flex;
    margin: 0 -10px;
}

.members-section .dht-team ul.social-icon li {
    margin: 0 10px;
    transform: translateY(8px) scale(.8);
    -webkit-transform: translateY(8px) scale(.8);
    opacity: 0;
    visibility: hidden;
    transition: all .45s cubic-bezier(.23,.88,.34,.99);
    -webkit-transition: all .45s cubic-bezier(.23,.88,.34,.99);
}

.members-section .dht-team ul.social-icon li a {
    color: #fff;
    font-size: 18px;
    transition: .3s;
}

.members-section .dht-team .thumbnail:after {
    background: linear-gradient(to bottom, #70BF549e ,#000 100%);
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 1;
    opacity: 0;
    -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
}

.members-section .dht-team:hover .thumbnail:after {
    opacity: .85;
    top: 0;
}

.members-section .dht-team:hover ul.social-icon li {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.members-section .dht-team:hover ul.social-icon li:nth-child(1) {
    -webkit-transition-delay: .07692s;
    transition-delay: .07692s;
}

.members-section .dht-team:hover ul.social-icon li:nth-child(2) {
    -webkit-transition-delay: .15385s;
    transition-delay: .15385s;
}

.members-section .dht-team:hover ul.social-icon li:nth-child(3) {
    -webkit-transition-delay: .23077s;
    transition-delay: .23077s;
}

.members-section .dht-team:hover .content {
    opacity: 1;
    visibility: visible;
}

.members-section .dht-team:hover .content .title {
    transition-delay: .25s;
    -webkit-transition-delay: .25s;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.members-section .dht-team:hover .content p.position {
    transition-delay: .33s;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    -webkit-transform: translateY(0);
}

.members-section .joint-mb{
    position: relative;
}
.members-section .joint-mb-bg{
    max-width: 100%;
    filter: blur(2px) grayscale(20%);
}
.members-section .joint-mb-text{
    color: #fff;
    position: absolute;
    bottom: 10%;
    left: 0;
    padding: 20px;
}

.members-section .joint-mb-text h3{
    font-weight: bold;
}

.members-section .joint-mb-text a{
    text-transform: uppercase;
}


/* CLIENTS */
.clients-section {
    padding: 50px 0;
}
.clients-section img {
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    opacity: .7;
}
.clients-section img:hover {
    transform: scale(1.1);
    opacity: 1;
}


/* APPLICATION PAGE*/
.application-section-filters {
    padding: 90px 0 40px;
    border-top: 1px solid rgba(0,0,0,.1);
}
.application-section-filters .breadcrumb-title {
    padding-top: 80px;
    padding-bottom: 40px;
    color: #00783E;
    text-transform: uppercase;
    font-weight: bold;
}
.application-section-filters .hide {
    animation: hide .5s ease 0s 1 normal forwards;
    transform-origin: center;
    display: none;
}
.application-section-filters .show {
    animation: show .5s ease 0s 1 normal forwards;
    transform-origin: center;
    display: block;
}
@keyframes hide {
  0%{transform: scale(1);}
  100% {transform: scale(0);width: 0;height: 0; margin: 0;}
}
@keyframes show {
  0%{ transform: scale(0); width: 0; height: 0;  margin: 0; }
  100% { transform: scale(1); }
}

.application-section-filters .filter {
    margin: 15px 0;
    display: block;
    color: #324452;
    font-weight: 600;
}
.application-section-filters .filter:hover {
    cursor: pointer;
}
.application-section-filters .filters h4 {
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -1.28px;
    font-weight: 700;
    color: #324452;
    margin-top: 0;
    margin-bottom: 20px;
}

.application-section-filters h4.entry-details-title a {
    display: block;
    font-size: 22px;
    line-height: 30px;
    letter-spacing: -1.28px;
    font-weight: 700;
    color: #fff;
    margin-top: 15px;
    margin-bottom: 5px;
}

.application-section-filters h5.product-category {
    margin: 0;
    display: block;
    color: #324452;
    font-weight: 600;
    text-transform: capitalize;
    font-size: 16px;
}

.application-section-filters h4.entry-details-title {
    margin: 0;
    bottom: 20px;
    right: 40px;
    position: absolute;
}
.application-section-filters .project.col-md-6 {
    margin-bottom: 50px;
}

.application-section-filters .applicatipn-thumbnail img {
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    transform-origin: center;
    -webkit-transform-origin: center;
    width: 100%;
}
.application-section-filters .project-thumbnail:hover img {
        -webkit-filter: brightness(1.07);
    filter: brightness(1.07);
}
.application-section-filters .project-thumbnail {
    overflow: hidden;
    position: relative;
    border-radius: 5px;
}
.application-section-filters .projects.row {
    min-height: 400px;
}

.application-section-filters .application-right {
    background: url('/img/application-bg.png') top right no-repeat;
    background-size: 45%;
}

.application-section-filters .application-item {
    margin-bottom: 30px;
}

.project-content {
    padding: 90px 0 60px;
    border-top: 1px solid rgba(0,0,0,.1);
}
.project-content .featured-image {
    margin-bottom: 30px;
}
.project-content h2,
.project-content h4 {
    font-size: 32px;
    line-height: 44px;
    letter-spacing: -1.28px;
    font-weight: 700;
    color: #324452;
    margin-top: 0;
    margin-bottom: 10px;
    text-align: left;
}
.project-content p {
    font-size: 18px;
    line-height: 26px;
    color: #696970;
}
.project-content span.dht-animate-border {
    background: #000;
}
.project-content span.dht-animate-border::after {
    border-color: #fff;
}
.project-content .gallery {
    margin-top: 40px;
}

/* BLOG PAGE */
.blog-page-section {
    padding: 45px 0 30px;
    border-top: 1px solid rgba(0,0,0,.1);
}
.project-content .col-md-4 p {
    margin-bottom: 10px;
}
.blog-page-section article.single-post.blogloop-v2 .post-excerpt p:not(:last-child) {
    display: none;
}

..blog-page-section article.single-post.blogloop-v2  .post-excerpt p:last-child {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.project-content .col-md-4 a {
    margin-top: 10px;
}
.blog-page-section .col-md-8 {
    padding-right: 30px;
}
.blog-page-section article.single-post.blogloop-v2 {
    position: relative;
    background: #fff;
    margin-bottom: 20px;
    padding-top: 20px;
    text-align: left;
    overflow: hidden;
    border-top: 1px solid #acacac;
}
.blog-page-section article.single-post.blogloop-v2:first-child {
    padding-top: 0;
    border-top: none ;
}
.blog-page-section span.post-date {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    z-index: 1;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    background: #70BF54;
    padding: 7px 20px;
    text-transform: capitalize;
    border-radius: 0px 0px 500px 500px;
}
.blog-page-section .post-details {
    padding: 0 15px 10px;
    width: 75%;
    float: left;
}
.blog-page-section .post-author-avatar {
    position: relative;
    margin-bottom: 30px;
}
.blog-page-section img.avatar.img-fluid {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    padding: 5px;
    background: #f6f6f6;
    margin-top: -50px !important;
    max-width: 100px;
    border: 0;
    height: 100px;
}
.blog-page-section h4.post-name {
    margin: 15px 0 15px;
    padding-top: 15px;
}
.blog-page-section .post-category-comment-date {
    margin: 7px 0 7px;
    font-size: 14px;
    display: inline-block;
}
.blog-page-section .post-category-comment-date span {
    color: #000;
    font-size: 16px;
    text-transform: capitalize;
    font-weight: 600;
}
.blog-page-section .post-category-comment-date span i {
    margin-right: 8px;
    color: #70BF54;
    opacity: .7;
}
.blog-page-section h4.post-name a,
.blog-page-section h4.post-name {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -1.28px;
    font-weight: 700;
    color: #324452;
    margin-top: 0;
    margin-bottom: 10px;
    text-align: left;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
}
.blog-page-section h2.post-name a:hover {
    color: #70BF54;
}
.blog-page-section .post-excerpt {
    padding: 5px 0 0;
}
.blog-page-section .post-excerpt p {
    font-size: 14px;
    line-height: 22px;
    color: #696970;
    text-align: left;
}
.blog-page-section .post-body p {
    font-size: 14px;
    line-height: 22px;
    color: #696970;
    text-align: left;
}
.post-body img {
    margin: 20px 0;
}
.post-body blockquote {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    margin: 30px 0;
    padding: 30px 30px 30px 90px;
    position: relative;
    border-radius: 0px;
    border: 0;
    font-style: normal;
    background: #70BF54;
}
.post-body blockquote:before {
    content: '\f10d';
    font-family: "Font Awesome 5 Free";
    color: #fff;
    font-size: 28px;
    position: absolute;
    left: 35px;
    top: 48px;
    font-style: normal;
    background: transparent !important;
}
.post-body blockquote p {
    color: #fff !important;
    margin-bottom: 0 !important;
    font-size: 16px !important;
}
.post-body blockquote footer {
    color: #fff !important;
    font-size: 16px !important;
    margin-top: 10px;
    text-align: left;
    font-weight: 600;
}
.post-body blockquote footer::before {
    padding-right: 5px;
}
.post-body blockquote footer:before, blockquote small:before, blockquote .small:before {
    content: '\2014 \00A0';
}
.post-body img.img-fluid.img-ad {
    border: 1px solid rgba(0,0,0,.1);
    box-shadow: 0px 0px 10px 2px rgb(0 0 0 / 5%);
    -webkit-box-shadow: 0px 0px 10px 2px rgb(0 0 0 / 5%);
    -moz-box-shadow: 0px 0px 10px 2px rgb(0 0 0 / 5%);
}
.post-body {
    margin-top: 30px;
    line-height: 23px;
}
.textwidget a img.img-ad {
    border: 1px solid rgba(0,0,0,.1);
    box-shadow: 0px 0px 10px 2px rgb(0 0 0 / 5%);
    -webkit-box-shadow: 0px 0px 10px 2px rgb(0 0 0 / 5%);
    -moz-box-shadow: 0px 0px 10px 2px rgb(0 0 0 / 5%);
    margin: 0 !IMPORTANT;
}
.blog-page-section .widget_element .news_widget{
    margin-bottom: 15px;
    display: flex;
}

.blog-page-section .widget_element .news_widget img{
    float: left;
    margin-right: 15px;
}

.blog-page-section .widget_element {
    margin-bottom: 50px;
    width: 100%;
    font-size: 15px;
    padding: 0px 30px 30px;
    box-shadow: 0px 0px 30px 5px rgb(0 0 0 / 5%);
    -webkit-box-shadow: 0px 0px 30px 5px rgb(0 0 0 / 5%);
    -moz-box-shadow: 0px 0px 30px 5px rgba(0, 0, 0, .05);
    background: #fff;
    border-radius: 0px 0px 10px 10px;
}

.blog-page-section h3.widget-title {
    position: relative;
    margin: 0px -30px 25px;
    padding: 15px;
    font-size: 22px;
    color: #ffffff;
    background: #e1c765;
    border-radius: 10px 10px 0px 0px;
    font-weight: 600;
}

.blog-page-section img.html-widget-image.img-fluid {margin-bottom: 30px;}

.blog-page-section p.html-widget-paragraph {
    font-size: 18px;
    line-height: 24px;
    color: #696970;
    text-align: left;
    margin-bottom: 10px;
}
.blog-page-section .widget_element_posts ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.blog-page-section .post-thumbnail-element {
    margin-right: 15px;
}
.blog-page-section .widget_element_posts ul li {
    clear: both;
    overflow: hidden;
    display: flex;
    margin-bottom: 20px;
}
.blog-page-section .widget_element_posts ul li:last-child {
    margin-bottom: 0px;
}
.blog-page-section .post-thumbnail-element img {
    border-radius: 5px;
    max-width: 100px;
    transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
}
.blog-page-section .post-thumbnail-element img:hover {
    -webkit-filter: brightness(1.07);
    filter: brightness(1.07);
}
.blog-page-section .post-details-element-title a {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0;
    font-weight: 600;
    color: #324452;
    margin-top: 0;
    margin-bottom: 10px;
    text-align: left;
    display: block;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
}
.blog-page-section span.post-date-important {
    font-size: 14px;
    font-weight: 600;
}

.blog-page-section img.blog_post_image.img-fluid {
    transition: all 800ms ease;
    -webkit-transition: all 800ms ease;
}
.blog-page-section .blog_custom .post-thumbnail img {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
}
.blog-page-section .blog_custom .post-thumbnail:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
}
.blog-page-section .blog_custom .post-thumbnail {
    overflow: hidden;
    width: 25%;
    float: left;
    border: 1px solid #acacac;
    padding: 10px;
}
.blog-page-section img.blog_post_image.img-fluid:hover {
    -webkit-filter: brightness(1.07);
    filter: brightness(1.07);
}
.blog-page-section ul#recentcomments {
    list-style: none;
    padding: 0;
    margin: 0;
}
.blog-page-section ul#recentcomments li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 15px;
}
.blog-page-section ul#recentcomments li:last-child {
    margin-bottom: 0px;
}
.blog-page-section ul#recentcomments li span {
    font-weight: 700;
}
.blog-page-section ul#recentcomments li a {
    color: #6022EA;
}
.blog-page-section ul#recentcomments li::before {
    content: '\f075';
    font-family: 'Font Awesome 5 Free';
    position: absolute;
    left: 0;
    color: #6022EA;
}

/* PRODUCT PAGE */

.product-cover .breadcrumb-title{
    padding-top: 30%;
    text-transform: uppercase;
    margin-bottom: 30px;
    color: #00783E;
    font-weight: bold;
}
.product-cover .cover-description {
    text-transform: uppercase;
    font-size: 23px;
    line-height: 40px;
}
.product-cover .cover-description span{
    color: #70BF54;
    width: 100%;
    font-size: 33px;
    font-weight: bold;
}
.product-cover .pro-info-image{
    padding: 50px 0;
}
.product-cover .pro-info{
    background: #00783E;
    color: #fff;
    padding: 50px 0;
}
.product-cover .pro-info-item{
    padding: 10px 30px;
    color: #fff;
}
.product-cover .pro-info-item img{
    height: 55px;
}

.product-cover .pro-info-item span{
    line-height: 55px;
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
}
.cates-elements {
    background: #f1f3f7;
    margin-bottom: 15px;
    padding: 10px 20px;
}
.cates-elements a{
    padding: 5px;
    margin-bottom: 10px;
    background: #fff;
    width: 100%;
    display: block;
    color: #666;
    text-align: center;
    min-height: 50px;
    border: 1px solid #acacac;
    border-radius: 6px;
}
.cates-elements .col-md-3{
    padding: 5px;
}
.product-elements {
    padding: 10px 0;
    position: relative;
    z-index: 3;
    margin-bottom: 25px;
    border-radius: 8px;
}
.product-elements h2 {
    font-size: 28px;
    line-height: 55px;
    letter-spacing: -0.5px;
    font-weight: 700;
    color: #324452;
    margin-top: 0;
    margin-bottom: 5px;
}
.product-elements p {
    font-size: 14px;
    line-height: 22px;
    color: #696970;
    max-width: 700px;
    margin: 0 auto 5px;
}

.product-elements .item-1::before {
     content: '01';
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 7rem;
     font-weight: bold;
     width: 100px;
     height: 100px;
     color: rgba(0, 120, 62, 0.5);
     margin-bottom: -2rem;
    margin-left: 20px;
}

.product-elements .item-2::before {
     content: '02';
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 7rem;
     font-weight: bold;
     width: 100px;
     height: 100px;
     color: rgba(0, 120, 62, 0.5);
     margin-bottom: -2rem;
    margin-left: 20px;
}

.product-elements .item-3::before {
     content: '03';
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 7rem;
     font-weight: bold;
     width: 100px;
     height: 100px;
     color: rgba(0, 120, 62, 0.5);
     margin-bottom: -2rem;
    margin-left: 20px;
}
.cate_element {
    margin-bottom: 30px;
}
.cate_element .cate_title {
    margin-bottom: 15px;
}
.cate_element .category-details {
    margin-bottom: 20px;
}
.dht-product-block .row .col-md-4 {
    margin-bottom: 20px;
}
.parent_cate {
    border-top: 1px solid rgba(0,0,0,.1);
    padding: 30px 0;
}
.parent_cate:first-child {
    border-top: none;
    padding: 0px 0 30px;
}
.parent_cate .parent_detail{
    line-height: 23px;
    border-left: 3px solid #e3d277;
    padding-left: 30px;
}
.dht-product-block {
    margin-bottom: 15px;
}
.dht-product-cate {
    margin-bottom: 20px;
}
.dht-product-cate span {
	color: #333333;
    font: normal 700 22px / 30px "Roboto", Helvetica, Arial, Verdana, sans-serif;
    text-transform: none;
	margin: 15px 0;
	font-size: 20px;
	padding: 10px 0;
    word-wrap: break-word;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    position: relative;
    border-bottom: #22140c4a 2px solid;
}

.dht-product-cate span::before {
    content: "";
    display: block;
    position: absolute;
    width: 125px;
    height: 2px;
    bottom: -2px;
    left: 0;
    background: #f47920;
}


.dht-product-box .pro-thumb {
    padding: 10px;
    display: block;
    width: 35%;
    float: left;
}

.dht-product-box {
    background: #fff;
    margin-bottom: 15px;
    text-align: left;
    position: relative;
    border: 1px solid #acacac;
    float: left;
}

.dht-product-box .dht-product-info{
    width: 65%;
    float: left;
}


.product-elements .item-1 {
    padding-right: 50px;
    padding-top: 30px;
}
.product-elements .item-2 {
    padding: 30px 30px 30px;
    background: #E5F1EB;
    margin: 0 -20px;
}
.product-elements .item-3 {
    padding-top: 30px;
    padding-left: 50px;
}

.dht-product-box h3 {
    padding: 20px 10px;
}

.dht-product-box .pro-title {
    padding: 10px;
    color: #333;
    margin-bottom: 0;
    font-size: 13px;
	text-align: left;
	font-weight: bold;
    line-height: 20px;
    float: left;
    width: 100%;
}

.dht-product-box .pro-quote{
    padding: 10px ;
    font-size: 14px;
}
.dht-product-box .pro-quote li {
    padding: 3px 0px;
	margin-bottom: 3px;
	text-align: left
}
.product-elements .item-2 .pro-title{
    padding: 90px 35px;
}

.dht-product-box h3 strong {
    display: block;
    font-size: 28px;
    line-height: 35px;
    letter-spacing: -1.28px;
    font-weight: 700;
    color: #324452;
    margin-top: 0;
    margin-bottom: 10px;
}

.dht-product-box h3 span {
    font-size: 16px;
    color: #696970;
    line-height: 24px;
    display: block;
}

.product-page-section {
	background: #fff;
    padding-top: 20px;
}
.other_products {
    margin-top: 40px;
}
.other_products h4{
    border-bottom: 1px solid #b2b2b2;
    padding: 5px 0;
    margin-bottom: 20px;
}
.pro_sidebar{
    margin-bottom: 20px;
}
.pro_sidebar h4{
    position: relative;
    padding: 10px 15px;
    font-size: 20px;
    color: #ffffff;
    background: #fd8e47;
    font-weight: 600;

}
.pro_sidebar .pro_box{
    margin: 10px 0;
    width: 100%;
    float: left;
}
.pro_sidebar .pro_box .pro_thumb{
    width: 25%;
    float: left;
}

.pro_sidebar .pro_box .dht-product-info{
    width: 75%;
    float: left;
}

.pro_sidebar .pro_box .pro-title {
    padding-left: 5px;
    color: #333;
    margin-bottom: 0;
    font-size: 15px;
    text-align: left;
    font-weight: bold;
    line-height: 23px;
    float: left;
    width: 100%;
}

.category_content {
    padding: 30px 0;
}
 .pro_cate_sidebar{
    margin-bottom: 20px;
     border: 1px solid #acacac;
}
 .pro_cate_sidebar h4{
     position: relative;
     margin-bottom: 10px;
     padding: 15px;
     font-size: 18px;
     color: #ffffff;
     background: #fd8e47;
     font-weight: 600;

}

 .pro_cate_sidebar .pro_cate_list{
	padding: 0;
}
 .pro_cate_sidebar .pro_cate_sub{
	padding-left: 15px;
}
 .pro_cate_sidebar .pro_cate_item {
     background: rgba(222, 222, 222, 0.8);
     padding: 15px  10px;
 }
 .pro_cate_sidebar li{
	margin-bottom: 15px;
	font-weight: 500;
	list-style: none;
}
 .pro_cate_sidebar .pro_cate_sub li{
	margin-bottom: 15px;
	font-weight: 500;
	list-style: none;
}
 .pro_cate_sidebar .pro_cate_item a{
	color: #000000;
     font-weight: bold;
}
 .pro_cate_sidebar .pro_cate_sub li a{
	color: #947330;
}
.pro_cate_sidebar .pro_cate_item .actived{
     color: #e15d00;
}
 .pro_cate_sidebar .pro_cate_sub li .actived{
	font-weight: bold;
     color: #e7013f;
}

.pro_cate_sidebar .pro_cate_sub_3{
    padding-left: 15px;
}
.pro_cate_sidebar .pro_cate_sub_3 li{
    margin-bottom: 15px;
    font-weight: 500;
    list-style: none;
}
.pro_cate_sidebar .pro_cate_sub_3 li a{
    color: #18770d;
}
.pro_cate_sidebar .pro_cate_sub_3 li .actived{
    font-weight: bold;
    color: #e7013f;
}

.dht-product-quote .pro-thumb {
    width: 100%;

}
.dht-product-quote .pro-quote li {
    padding: 5px 0px;
	margin-bottom: 3px;
	text-align: left
}

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

.plan-features ul li {
    padding: 15px;
    border-bottom: 1px solid rgb(204 204 204 / 50%);
    font-size: 16px;
    color: #000;
}

.plan-features ul li:last-child {
    border: 0;
}


.plan-ribbon {
    background: #70BF54;
    box-shadow: none;
    text-shadow: none;
    color: #fff;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    position: absolute;
    top: -11px;
    right: 0;
    padding: 13px 25px;
    font-size: 13px;
}
.dht-product-box.premium-product {
    background: #70BF54;
}

.dht-product-box.premium-product h3 strong {
    color: #fff;
}

.dht-product-box.premium-product h3 span {
    color: #fff;
}

.dht-product-box.premium-product li {
    color: #fff;
}

.dht-product-box.premium-product a.btn.btn-style1 {
    border: 2px solid #fff;
    line-height: 46px;
}
/* CONTACT PAGE */
.contant-section-page {
    padding: 90px 0;
    border-top: 1px solid rgba(0,0,0,.1);
}


.contant-section-page .contact-element-wrapper {
    box-shadow: 0 25px 70px rgb(0 0 0 / 7%);
    -webkit-box-shadow: 0 25px 70px rgb(0 0 0 / 7%);
    -moz-box-shadow: 0 25px 70px rgb(0 0 0 / 7%);
    background: #fff;
    padding: 40px;
    border-radius: 5px;
    -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);

}
.contant-section-page .contact-element-wrapper:hover {
    background: #70BF54;
    box-shadow: 0 10px 25px 10px rgb(0 0 0 / 10%);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}



.contant-section-page .contact-element {
    display: flex;
}

.contant-section-page .icon {
    display: inline-flex;
    font-size: 34px;
    font-weight: 400;
    margin-bottom: 23px;
    display: inline-flex;
    margin-right: 20px;
    color: #70BF54;
}

.contant-section-page .content h3 {
    font-size: 26px;
    line-height: 36px;
    letter-spacing: -1.28px;
    font-weight: 700;
    color: #324452;
    margin-top: 0;
    margin-bottom: 10px;
}
.content p {
    margin: 0;
}
.content p a {
    margin: 0;
    font-size: 15px;
    line-height: 24px;
    color: #696970;
    display: block;
}


.contant-section-page .contact-element-wrapper h3,
.contant-section-page .contact-element-wrapper .icon,
.contant-section-page .contact-element-wrapper p,
.contant-section-page .contact-element-wrapper a {
    -webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
    transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.contant-section-page .contact-element-wrapper:hover h3,
.contant-section-page .contact-element-wrapper:hover .icon,
.contant-section-page .contact-element-wrapper:hover a {
    color: #fff;
}

.iframe-contact {
    padding: 40px 0;
}
.iframe-contact .container{
    border-top: 2px solid #666;
    padding-top: 40px;
}
.iframe-contact h3 {
    font-size: 34px;
    line-height: 55px;
    letter-spacing: -1.28px;
    font-weight: 700;
    color: #324452;
    margin-top: 0;
    margin-bottom: 30px;
    text-align: left;
}
.iframe-contact .form-group {
    margin-bottom: 25px !important;
}
.iframe-contact .btn-style1{
    float: right;
}
.iframe-contact .form-group input{
    border-width: 0 0 1px 0  !important;
    border-color: #999;
    border-style: solid;
}
.iframe-contact span.text-danger {
    display: block;
    margin-top: 10px;
}
.iframe-contact .g-recaptcha {
    float: left;
}
.iframe-contact .contact-bg {
    max-width: 100%;
}
.page-content {
    padding: 90px 0 70px;
    border-top: 1px solid rgba(0,0,0,.1);
}
.page-content p {
    font-size: 18px;
    line-height: 26px;
    color: #696970;
    margin-bottom: 20px;
}
.page-content li {
    font-size: 18px;
    line-height: 26px;
    color: #696970;
}


/* COOKIE */
.js-cookie-consent {
    position: fixed;
    bottom: 0px;
    padding: 10px;
    text-align: center;
    width: 100%;
    z-index: 9999999999999999;
    background-color: #000;
}
span.cookie-consent__message {
    color: #fff;
    font-size: 14px;
}

button.js-cookie-consent-agree.cookie-consent__agree {
    transition: all .5s;
    position: relative;
    color: #fff;
    display: inline-block;
    z-index: 2;
    font-size: 14px;
    background: #70BF54;
    height: 30px;
    line-height: 30px;
    padding: 0px 15px;
    border: 0 none;
    text-align: center;
    border-radius: 100px;
    font-weight: 700;
    margin-top: 0;
    cursor: pointer !important;
    margin: 0 15px;
    outline: 0;
}
button.js-cookie-consent-agree.cookie-consent__agree:hover {
    background: #324452;
}
span.cookie-consent__message a {
    color: #fff;
    opacity: .8;
    text-decoration: underline;
    display: inline-block;
    margin-left: 5px;
    transition: all 400ms ease;
    -webkit-transition: all 400ms ease;
}
span.cookie-consent__message a:hover {
    opacity: 1;
}
/* RESPONSIVE */
@media (max-width:1024px) and (min-width:767px) {
    header.header-dht .navbar-buttons {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 30.666667%;
        flex: 0 0 30.666667%;
        max-width: 30.666667%;
    }
    header.header-dht .navbar-menu.col-md-8 button.navbar-toggler {
        position: relative;
        top: 20px;
    }

    header.header-dht div#navbarDHT {
        padding-top: 15px;
    }

    header.header-dht #navbarDHT li.nav-item a {
        line-height: 40px;
        text-align: right;
        font-size: 14px;
        padding: 5px 8px;
    }
    header.header-dht .navbar-menu.col-md-8 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 51.666667%;
        flex: 0 0 51.666667%;
        max-width: 51.666667%;
        text-align: right;
    }
    .slider-dht-section .owl-nav {
        display: none;
    }
    .slider-content h1 {
        font-size: 30px;
        line-height: 36px;
    }
    .slider-content h1 span {
        font-size: 60px;
        line-height: 60px;
    }
    .slider-content h2 {
        display: none;
    }
    .row.fun-facts-timer h4 {
        font-size: 18px;
    }
    .about-heading2-home {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 10px;
    }
    h5.nmb-font-about {
        font-size: 50px;
    }
    .services-section h3 {
        font-size: 32px;
        line-height: 40px;
        max-width: 500px;
    }
    .service-box h5 {
        font-size: 24px;
    }
    .application-section h3 {
        font-size: 42px;
        margin-bottom: 40px;
    }
    .blog-section h3.post-name {
        font-size: 18px;
        line-height: 22px;
    }
    .blog-section .blog_custom .post-details {
        padding: 15px;
    }
    .typed-section H4 {
        font-size: 26px;
        line-height: 35px;
        padding: 10px 0;
    }
    .footer-section .inner h4 {
        font-size: 60px;
        line-height: 70px;
    }
    .product-elements .col-md-4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 30px;
    }
    .product-elements .col-md-4 .dht-product-box {
        max-width: 400px;
        margin: 0 auto;
    }
    .contant-section-page .icon {
        font-size: 30px;
        margin-right: 7px;
    }
    .contant-section-page .content h3 {
        font-size: 22px;
    }
    .content p a {
        font-size: 14px;
    }
    .contant-section-page .contact-element-wrapper {
        padding: 15px;
    }
    .iframe-contact h3 {
        font-size: 32px;
    }


}

@media (max-width:767px) {
    .navbar-menu.col-md-8 {
        position: static;
        padding: 0;
    }

    .header.header-dht .navbar-menu.col-md-8 button.navbar-toggler {
        position: absolute;
    }

    header.header-dht .navbar-menu.col-md-8 button.navbar-toggler {
        position: absolute;
        top: 21px;
        right: 5px;
        z-index: 9999;
    }
    header.header-dht .navbar-buttons-inner {
        text-align: center;
    }

    .fixed-sidebar-menu.open {
        width: 320px;
        padding: 0;
    }

    .header7 .fixed-sidebar-menu {
        right: -320px;
        width: 320px;
    }

    .fixed-sidebar-menu.open .left-side {
        padding: 80px 30px 30px;
    }

    header.header-dht nav.navbar.navbar-expand-lg.container .w-100 {
        width: 100%!important;
        display: block !important;
        margin: 0;
    }
    header.header-dht nav.navbar.navbar-expand-lg.container {
        padding: 0;
    }
    header.header-dht #navbarDHT li.nav-item a {
        border-bottom: 1px solid rgb(204 204 204 / 50%);
        line-height: 40px;
        padding: 5px 15px;
    }
    header.header-dht #navbarDHT li.nav-item a {
        border-bottom: 1px solid rgb(204 204 204 / 50%);
        line-height: 40px;
        padding: 5px 15px;
    }

    header.header-dht #navbarDHT li.nav-item .dropdown-menu {
        padding: 0;
    }

    header.header-dht #navbarDHT li.nav-item .dropdown-menu > a {
        line-height: 40px;
        padding: 5px 15px;
    }
    .slider-content h1 {
        font-size: 38px;
        line-height: 44px;
        text-align: center;
    }

    .slider-content h2 {
        display: none;
    }

    .slider-content h1 span {
        font-size: 50px;
        line-height: 60px;
    }

    a.btn-slider {
        margin-top: 10px;
    }

    .slider-dht-section .owl-nav {
        display: none;
    }

    .slider-image img {
        margin-top: 50px;
        padding: 0 20px;
    }


    .radial {
        margin-top: 45px;
    }
    .slider-content {
        text-align: center;
    }
    .about-section .about-content {
        margin-top: calc(100vw * 9 / 16  - 10px);
        margin-left: 0;
    }
    .pictures-row {
        max-width: 300px;
        padding: 0;
        margin: 0 auto;
        text-align: center;
    }
     .exp-about {
        padding-left: 0;
        margin-top: 0;
        margin-bottom: 40px;
    }
    .about-heading2-home {
        font-size: 38px;
        line-height: 48px;
    }
    .about-heading2-home {
        font-size: 38px;
        line-height: 48px;
        margin-bottom: 20px;
    }
    h4.about-heading1-home {
        margin-top: 40px;
    }
    .about-section p {
        font-size: 16px;
        line-height: 27px;
        background: #fff;
    }
    .about-us .about-detail-item {
        overflow: auto;
        height: 70vh;
        z-index: 100;
    }
    .vision-section {
        padding-top: 30px;
    }
    .vision-section .vision-content {
        border: none;
        margin-top: 0;
        padding: 10px 0;
    }
    .vision-section h3.vision-heading1, .value-section h3.vision-heading1 {
        margin-top: 30px;
        font-size: 30px;
        margin-bottom: 25px;
    }
    .value-section .value-item {
        width: 100%;
    }
    .members-section .about_member_sp {
        height: 0;
    }
    .services-section h3 {
        font-size: 32px;
        line-height: 40px;
    }
    .application-section h3 {
        font-size: 36px;
        line-height: 44px;
    }
    .application-section-filters {
        padding: 10px 0;
    }
    .application-section-filters .breadcrumb-title {
        padding: 20px 0;
    }
    .application-section-filters h4.entry-details-title {
        position: relative;
        background: #70BF54;
        right: 0;
        bottom: 0;
        float: left;
        width: 100%;
        padding: 10px;
    }
    .application-section-filters h4.entry-details-title a{
        margin: 0;
        font-size: 18px;
    }
    .col-project-big {
        margin-bottom: 30px;
    }
    .application-section {
        padding: 90px 0 50px;
    }
    .testimonial-slide {
        padding: 100px 30px;
    }
    .blog-page-section {
        padding: 10px 0;
    }
    .blog-section .blog-section-title {
        font-size: 42px;
        line-height: 45px;
    }
    .typed-section H4 {
        font-size: 32px;
        line-height: 42px;
    }
    .typed-section .col-md-4.text-right {
        text-align: left !important;
        margin-top: 30px;
    }
    .footer-section .footer-left {
        padding: 50px 15px;
    }
    .footer-section .inner h4 {
        font-size: 42px;
        line-height: 45px;
        margin-top: 30px;
    }
    .footer-section .footer-right {
        padding: 50px 30px;
    }

    .footer-section .copyright-text {
        position: static;
        margin-top: 30px;
    }

    .footer-widget {
        margin-bottom: 40px;
    }
    .breadcrumb-area h1.breadcrumb-title {
        font-size: 36px;
        line-height: 44px;
        padding: 0 15px;
    }

    .breadcrumb-area {
        padding: 50px 0;
    }

    .members-section h3.members-heading1 {
        font-size: 38px;
        line-height: 44px;
    }
    .application-section-filters .filters {
        margin-bottom: 50px;
    }
    .project-content .col-md-4 {
        margin-top: 30px;
        margin-bottom: 50px;
    }
    .product-elements::before {
        display: none;
    }
    .product-elements h2 {
        font-size: 42px;
        line-height: 45px;
    }
    .product-elements .item-1,.product-elements .item-2,.product-elements .item-3 {
        padding-left: 0;
        padding-right: 0;
    }
    .oxylythe-elements .oxylythe-info-2 {
        margin-left: 0;
        border: 0;
        padding: 20px 0;
    }
    .dht-product-box {
        margin-bottom: 50px;
    }
    .blog-page-section .post-details {
        padding: 0 15px 30px;
    }
    .blog-page-section .post-excerpt p,
    .blog-page-section p.html-widget-paragraph,
    .blog-page-section .post-body p {
        font-size: 16px;
        line-height: 24px;
    }
    .blog-page-section h2.post-name a, .blog-page-section h2.post-name {
        font-size: 28px;
        line-height: 36px;
    }
    .blog-page-section .col-md-8 {
        padding-right: 15px;
    }
    .post-body blockquote {
        padding: 30px;
    }
    .post-body blockquote:before {
        position: static;
    }
    .contant-section-page .contact-element-wrapper {
        margin-bottom: 30px;
    }
    .iframe-contact h3 {
        font-size: 32px;
        line-height: 40px;
        margin-top: 30px;
    }
    button.js-cookie-consent-agree.cookie-consent__agree {
        margin: 10px;
    }
    .slider-image {
        min-height: auto;
    }
    .slider-inner-dht {
        padding: 50px 0;
    }
    header.header-dht .row.w-100 {
        display: flex;
        margin: 0;
    }
    header.header-dht .navbar {
        padding: 0;
    }
    header.header-dht .row.w-100 .navbar-header {
        order: 1;
    }

    header.header-dht .row.w-100 .navbar-menu {
        order: 3;
    }

    header.header-dht .row.w-100 .navbar-buttons {
        order: 2;
        padding-left: 0;
    }
    header.header-dht .link_user_section {
        margin-right: 10px;
    }
    header.header-dht .navbar-buttons-inner {
        text-align: left;
    }
    .slider-dht:not(.owl-loaded) {
        height: auto !important;
    }
    a.btn-slider,
    .btn.btn-style1 {
        font-size: 16px;
        line-height: 45px;
        height: 45px;
        padding: 00 25px;
    }
    .slider-dht-section,
    .breadcrumb-area {
        background-size: contain;
    }
    .ct-topbar-layout1 .ct-topbar-meta {
        display: block;
        text-align: center;
        margin-top: 10px;
    }
    .ct-topbar-item+.ct-topbar-item:before {
        display: none;
    }
    .ct-topbar-layout1 .ct-topbar-meta .ct-topbar-item {
        padding: 5px 0 !important;
        margin: 0 !important;
    }
    .ct-topbar-layout1 .ct-topbar-social {
        margin: 0;
        width: 100%;
        text-align: center;
    }
}

.codeless-add-purchase-button {
    position: fixed;
    bottom: 100px;
    right: 19px;
    height: 70px;
    background: rgba(137, 189, 73, .25);
    border: none;
    -webkit-box-shadow: 0 2px 4px rgb(0 0 0 / 7%);
    box-shadow: 0 2px 4px rgb(0 0 0 / 7%);
    -webkit-border-radius: 100%;
    border-radius: 100%;
    color: #fff;
    padding: 0;
    padding-right: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 99;
    font-size: 0;
    font-weight: bold;
    color: #fff !important;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.codeless-add-purchase-button i.icon {
    height: 50px;
    width: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #33CE33;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 10px 0 10px 10px;
    -webkit-transition: all cubic-bezier(.4, 0, .2, 1) .4s;
    -o-transition: all cubic-bezier(.4, 0, .2, 1) .4s;
    transition: all cubic-bezier(.4, 0, .2, 1) .4s;
}
.codeless-add-purchase-button i.icon svg {
    height: 30px;
    position: relative;
    bottom: 1px;
}
.codeless-add-purchase-button i.icon:after {
    content: "";
    position: fixed;
    display: block;
    height: 70px;
    width: 70px;
    background: rgba(137, 189, 73, .3);
    z-index: -1;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-animation: 3s ease-in-out infinite pulse;
    animation: 3s ease-in-out infinite pulse;
}
.codeless-add-purchase-button i.icon svg path {
    fill: #fff;
}
@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
    25% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 1
    }
    55% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
    25% {
        -webkit-transform: scale(1.4);
        transform: scale(1.4);
        opacity: 1
    }
    55% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

.deleted {
    background: #d45a5a;
}
