<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
  Enova Toolkit Styles
*/

/*  ==========================================================================
    Table of Content
    ==========================================================================

    1.0 Section Heading
    2.0 Columns
    3.0 Callout
    4.0 PieChart
    5.0 Team
    6.0 Projects
        6.1 Project Filter
        6.2 Project Carousel Control
    7.0 Gallery
    8.0 Counter
    9.0 Sponsor
    10.0 Icon List
    11.0 Contact Form
    12.0 Branding
    13.0 Buttons
    14.0 Videos
    15.0 Spacing
    16.0 Notice Box
    17.0 Accordion
    18.0 Social Share
    19.0 Subscribe Form
    20.0 Pricing List
    21.0 Blog
    22.0 Testimonial
        22.1 Owl Carousel Dots
        22.2 Testimonial Nav
        22.3 Ratings
    23.0 Widgets
        23.1 About
        23.2 Address
        24.3 MailChimp

    ==========================================================================
    Enova Toolkit
    ========================================================================== */

/* ==========================================================================
   1.0 Section Heading
   ========================================================================== */
.section-heading h2{
    font-size: 40px;
    font-weight: 500;
    line-height: 44px;
    color: #222;
}
.section-heading p{
    margin-bottom: 0;
}
/* Global Transition */
a,
a:hover{
    transition: all 0.2s ease-in-out;
}
.elementor-text-editor p{ margin: 0; }
/* This class can be replaced using options */
.hover-in{
	transition: .3s ease-out;
}
.hover-out{
	transition: .3s ease-in;
}

/* Button Style */
.wt-btn{
    font-family: "Work Sans",sans-serif;
    letter-spacing: 1px;
    background-color: #5e2ced;
    color: #fff;
    line-height: 60px;
    display: inline-block;
    padding: 0 50px;
    border-radius: 0;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
     -o-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.wt-align-justify .wt-btn{ display: block; }
.wt-btn:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(255,255,255,0.2);
    -webkit-transform-origin: right center;
       -moz-transform-origin: right center;
        -ms-transform-origin: right center;
            transform-origin: right center;
    -webkit-transform: scale(0, 1);
       -moz-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
         -o-transform: scale(0, 1);
            transform: scale(0, 1);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
       -moz-transition: -moz-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        -ms-transition: -ms-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
         -o-transition: -o-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: -1;
}
.wt-btn:hover{
    color: #fff;
}
.wt-btn:hover:before{
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
        transform-origin: left center;
    -webkit-transform: scale(1, 1);
       -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
         -o-transform: scale(1, 1);
            transform: scale(1, 1);
}

/* ==========================================================================
   2.0 Columns
   ========================================================================== */
.wt-row{
    display: block;
    margin: 0 -10px;
}
.wt-row .wt-col{
   float: left;
   display: block;
   padding: 0 10px;
}
.wt-row.wt-column-desktop-1 .wt-col{ width: 100%; }
.wt-row.wt-column-desktop-2 .wt-col{ width: 50%; }
.wt-row.wt-column-desktop-3 .wt-col{ width: 33.33%; }
.wt-row.wt-column-desktop-4 .wt-col{ width: 25%; }
.wt-row.wt-column-desktop-5 .wt-col{ width: 20%; }
.wt-row.wt-column-desktop-6 .wt-col{ width: 16.66%; }

@media (max-width: 992px) {
    .wt-row.wt-column-tablet-1 .wt-col{ width: 100%; }
    .wt-row.wt-column-tablet-2 .wt-col{ width: 50%; }
    .wt-row.wt-column-tablet-3 .wt-col{ width: 33.33%; }
    .wt-row.wt-column-tablet-4 .wt-col{ width: 25%; }
    .wt-row.wt-column-tablet-5 .wt-col{ width: 20%; }
    .wt-row.wt-column-tablet-6 .wt-col{ width: 16.66%; }
    .dl-project-items{
        margin-right: 0!important;
        margin-left: 0!important;
    }
}
@media (max-width: 480px) {
    .wt-row.wt-column-mobile-1 .wt-col{ width: 100%; }
    .wt-row.wt-column-mobile-2 .wt-col{ width: 50%; }
    .wt-row.wt-column-mobile-3 .wt-col{ width: 33.33%; }
    .wt-row.wt-column-mobile-4 .wt-col{ width: 25%; }
    .wt-row.wt-column-mobile-5 .wt-col{ width: 20%; }
    .wt-row.wt-column-mobile-6 .wt-col{ width: 16.66%; }
}

/* ==========================================================================
   3.0 Callout
   ========================================================================== */
.wt-callout{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.wt-callout h2{
    margin-bottom: 10px;
}
.wt-callout.wt-callout-align-center{
    flex-direction: column;
}
.wt-callout.wt-callout-align-center .wt-callout-left{
    margin-bottom: 20px;
}
.wt-callout.wt-callout-align-center .wt-callout-right,
.wt-callout.wt-callout-align-center .wt-callout-left{
    text-align: center;
    padding: 0;
}
.wt-callout.box_center{
    justify-content: center;
}
.wt-callout.box_center .wt-callout-left{
    flex: inherit;
}
.wt-callout .wt-callout-left{
    flex: 1;
}
.wt-callout .wt-callout-right{
    width: auto;
    padding-left: 60px;
}
.wt-callout.box_center .wt-callout-right{
    padding-left: 30px;
}
.wt-callout.wt-callout-align-left .wt-callout-right{
    order: -1;
    padding-right: 60px;
    padding-left: 0
}
.wt-callout-desc{
    font-weight: normal;
    margin: 0;
}
.wt-callout-btn{
    background-color: #5e2ced;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #fff;
    padding: 15px 30px;
    border-radius: 2px;
    font-weight: 600;
    font-family: 'Work Sans', serif;
}
.wt-callout-btn:hover{
    color: #fff;
    opacity: 0.8;
}
.wt-callout-btn .wt-callout-icon-align-left{
    order: -1;
}

@media (max-width: 750px) {
    .wt-callout{
        display: block;
    }
    .wt-callout.box_center{
        text-align: center;
    }
    .wt-callout .wt-callout-right{
        padding-left: 0;
        margin-top: 20px;
    }
    .wt-callout.wt-callout-align-left .wt-callout-right{
        padding: 0;
    }
    .wt-callout-btn{
        display: inline-block;
    }
    .section-heading p br,
    .section-heading h2 br{
        display: none!important;
    }
}

/* ==========================================================================
   4.0 PieChart
   ========================================================================== */
.wt-piechart-container{
    display: block;
    overflow: hidden;
}
.wt-chart-item{
    float: left;
    display: block;
}
.wt-column-desktop-1 .wt-chart-item{ width: 100%; }
.wt-column-desktop-2 .wt-chart-item{ width: 50%; }
.wt-column-desktop-3 .wt-chart-item{ width: 33.33%; }
.wt-column-desktop-4 .wt-chart-item{ width: 25%; }
.wt-column-desktop-5 .wt-chart-item{ width: 20%; }
.wt-column-desktop-6 .wt-chart-item{ width: 16.66%; }
@media (max-width: 992px) {
    .wt-column-tablet-1 .wt-chart-item{ width: 100%; }
    .wt-column-tablet-2 .wt-chart-item{ width: 50%; }
    .wt-column-tablet-3 .wt-chart-item{ width: 33.33%; }
    .wt-column-tablet-4 .wt-chart-item{ width: 25%; }
    .wt-column-tablet-5 .wt-chart-item{ width: 20%; }
    .wt-column-tablet-6 .wt-chart-item{ width: 16.66%; }
}
@media (max-width: 480px) {
    .wt-column-mobile-1 .wt-chart-item{ width: 100%; }
    .wt-column-mobile-2 .wt-chart-item{ width: 50%; }
    .wt-column-desktop-3 .wt-chart-item{ width: 33.33%; }
    .wt-column-mobile-4 .wt-chart-item{ width: 25%; }
    .wt-column-mobile-5 .wt-chart-item{ width: 20%; }
    .wt-column-mobile-6 .wt-chart-item{ width: 16.66%; }
}
.wt-chart-item .wt-percentage{
    position: relative;
    display: block;
    text-align: center;
}
.wt-chart-item .wt-percentage canvas{
    max-width: 100%;
    margin: 0 auto;
}
.wt-chart-item .wt-percentage .wt-circle-inner{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wt-chart-item .wt-percentage .wt-circle-inner span{
    font-size: 70px;
    line-height: 50px;
    font-weight: 700;
    color: #222;
    position: relative;
    padding-right: 20px;
}
.wt-chart-item .wt-percentage .wt-circle-inner span sub{
    position: absolute;
    right: 0;
    top: 45px;
    font-size: 20px;
    font-weight: 400;
    bottom: inherit;
}
.wt-chart-item .wt-percentage .wt-circle-inner h3{
    color: #222;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
    line-height: 24px;
}

/* ==========================================================================
   5.0 Team
   ========================================================================== */
.wt-team-members{}
.dl-team-box{}
.dl-team-box .team-thumb{
    position: relative;
    overflow: hidden;
    transition: all 0.2s ease-in-out;
}
.dl-team-box .team-thumb img{
    width: 100%;
    transition: all 0.2s ease-in-out;
}
.dl-team-box .team-content{
    background-color: #fff;
    padding: 25px 15px;
    text-align: center;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 1;
}
.dl-team-box .team-content:before{
    background-color: #5e2ced;
    position: absolute;
    content: "";
    width: 100%;
    height: 3px;
    left: 0;
    bottom: 0;
    z-index: -1;
}
.dl-team-box .team-content h3{
    font-size: 20px;
    color: #222;
    font-weight: 600;
    line-height: 25px;
    
}
.dl-team-box .team-content span{
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
    color: #555;
    letter-spacing: 1px;
}
.dl-team-box .team-social{
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    list-style: none;
    align-self: stretch!important;
    opacity: 0;
    visibility: hidden;
    transform: translateY(40px);
}
.dl-team-box:hover .team-social{
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
    transition: all 0.2s ease-in-out;
}
.dl-team-box:hover .team-thumb img{
    transform: scale(1.1);
}
.dl-team-box .team-social li{
    text-align: center;
    width: 25%;
}
.dl-team-box .team-social li a{
    font-size: 15px;
    background-color: #fff;
    height: 40px;
    line-height: 40px;
    display: block;
    color: #fff;
}
.dl-team-box .team-social li a:hover{
    opacity: 0.8;
}
.dl-team-box .team-social li a.fb{
    background-color: #4267b2;
}
.dl-team-box .team-social li a.tt{
    background-color: #55acee;
}
.dl-team-box .team-social li a.insta{
    background-color: #e1306c;
}
.dl-team-box .team-social li a.pt{
    background-color: #bd081c; 
}
.dl-team-box .team-social li a.ld{
    background-color: #0077b5; 
}

/* ==========================================================================
   6.0 Projects
   ========================================================================== */
.dl-project-items{}
.dl-project-box{
    overflow: hidden;
    position: relative;
    transition: all 0.2s ease-in-out;
}
.dl-project-box .project-thumb{
    position: relative;
    transition: all 0.2s ease-in-out;
}
.dl-project-box .project-thumb img{
    width: 100%;
}
.dl-project-box .project-content{
    position: absolute;
    width: 100%;
    height: auto;
    left: 0;
    bottom: 0;
    padding: 35px;
    transition: all 0.2s ease-in-out;
}
.dl-project-box .project-thumb:before{
    display: block;
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to right top, #1b1b1b, #1b1b1bad, #55555500, #b9b9b900, #ffffff00);
    transition: all 0.9s ease-in-out;
}
.dl-project-box:hover .project-thumb{
    transform: scale(1.05);
}
.dl-project-box:hover .project-thumb:before{
    background-image: linear-gradient(to right top, #000000, #111111ad, #1d1d1d50, #21212100, #25252500);
    transition: all 0.9s ease-in-out;
}
.dl-project-box .project-content h3{
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
}
.dl-project-box .project-content h3 a{
    color: #fff;
}
.dl-project-box .project-content h3 a:hover{
    color: #5e2ced;
}
.dl-project-box .project-content span{
    background-color: #5e2ced;
    padding: 5px 10px;
    text-transform: uppercase;
    font-size: 10px;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 10px;
    display: inline-block;
}

/* 6.1 Project Filter */
.dl-filter-wrap{
    margin: 0 0 40px;
    display: block;
}
.dl-filter-wrap .dl-project-filter{
    list-style: none;
    display: inline-block;
    padding: 0;
}
.dl-filter-wrap .dl-project-filter li{
    display: inline-block;
    margin-right: 10px;
    font-size: 13px;
    font-family: "Work Sans", sans-serif;
    color: #333;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.dl-filter-wrap.center .dl-project-filter li{
    margin: 0 5px;
}
.dl-filter-wrap.left .dl-project-filter li{
    margin-left: 10px;
}
.dl-filter-wrap .dl-project-filter li:hover,
.dl-filter-wrap .dl-project-filter li.active{
    color: #5e2ced;
    transition: all 0.3s ease-in-out;
}

/* 6.2 Project Carousel Control */
.dl-project-carousel{ overflow: hidden; }
.dl-project-nav{}
.dl-project-nav .owl-nav{}
.dl-project-nav .owl-nav div{
    background-color: rgba(255,255,255,0.1);
    display: block;
    text-align: center;
    color: #fff;
    line-height: calc(45px - 2px);
    border: 1px solid transparent;
    font-size: 12px;
    width: 45px;
    height: 45px;
    position: absolute;
    left: -100px;
    top: calc(50% - 20px);
    transition: all 0.5s linear;
}
.dl-project-nav .owl-nav div.owl-next{
    left: auto;
    right: -100px;
}
.dl-project-nav .owl-nav div:hover{
    background-color: rgba(255,255,255,0.3);
    color: #fff;
    transition: all 0.3s ease-in-out;
}
.dl-project-nav:hover .owl-nav div{
    left: 20px;
    transition: all 0.5s linear;
}
.dl-project-nav:hover .owl-nav div.owl-next{
    left: auto;
    right: 20px;
}
.dl-project-nav .owl-dots{
    width: 100%;
    display: block;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: -60px;
}
.dl-project-nav .owl-dots div{
    background-color: #999;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 3px;
    border-radius: 50%;
}
.dl-project-nav .owl-dots div.active{
    background-color: rgba(61, 100, 244,1);
}

/* 6.3 Project Style 2 */
.dl-project-style-2{
    position: relative;
}
.dl-project-style-2 .dl-project-thumb{}
.dl-project-style-2 .dl-project-overlay{
    position: absolute;
    display: block;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    top: 20px;
    left: 20px;
    padding: 10px;
    background-color: #fff;
    opacity: 0;
    box-sizing: border-box;
    -webkit-transition: opacity .2s;
    -moz-transition: opacity .2s;
    transition: opacity .2s;
}
.dl-project-style-2:hover .dl-project-overlay{
    opacity: 1;
}
.dl-project-style-2 .dl-project-overlay .dl-overlay-text-wrap{
    position: relative;
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
}
.dl-project-style-2 .dl-project-overlay .dl-overlay-text-wrap .dl-overlay-text{
    position: relative;
    display: table-cell;
    height: 100%;
    width: 100%;
    vertical-align: bottom;
    text-align: left;
    padding: 20px;
    
}
.dl-project-style-2 .dl-project-overlay .dl-overlay-text h3{
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
    margin: 0;
    color: #0A0C19;
}
.dl-project-style-2 .dl-project-overlay .dl-overlay-text span{
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1;
    font-weight: 600;
    color: #555;
    display: inline-block;
    font-family: "Work Sans", sans-serif;
    margin-top: 10px;
    
}
.dl-project-style-2 .dl-project-overlay .dl-overlay-text h3,
.dl-project-style-2 .dl-project-overlay .dl-overlay-text span{
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    transform: translateY(5px);
    transition: 0.2s linear;
    backface-visibility: hidden;
    opacity: 0;
}

.dl-project-style-2:hover .dl-project-overlay .dl-overlay-text-wrap .dl-overlay-text h3,
.dl-project-style-2:hover .dl-project-overlay .dl-overlay-text-wrap .dl-overlay-text span{
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}
.dl-project-style-2:hover .dl-project-overlay .dl-overlay-text-wrap .dl-overlay-text span{
    transition-delay: 0.1s;
}

/* ==========================================================================
   7.0 Gallery
   ========================================================================== */
.grid-gallery {
	max-width: 100%;
	list-style: none;
	padding: 0;
    margin: 0;
}
.grid-gallery li {
	display: block;
	float: left;
	padding: 5px;
	width: 33.33%;
	opacity: 0;
}
.grid-gallery li a{
    transition: all 0.2s ease-in-out;
}
.grid-gallery li a:hover{
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    transition: all 0.2s ease-in-out;
}
.grid-gallery.column-2 li{
    width: 50%;
}
.grid-gallery.column-4 li{
    width: 25%;
}
.grid-gallery.column-1 li{
    width: 100%;
}
.grid-gallery li.shown,
.no-js .grid-gallery li,
.no-cssanimations .grid-gallery li {
	opacity: 1;
}
.grid-gallery li a,
.grid-gallery li img {
	outline: none;
	border: none;
	display: block;
	width: 100%;
}

/* Effect 1: opacity */
.grid-gallery.effect-1 li.animate {
	-webkit-animation: fadeIn 0.65s ease forwards;
	animation: fadeIn 0.65s ease forwards;
}

@-webkit-keyframes fadeIn {
	0% { }
	100% { opacity: 1; }
}

@keyframes fadeIn {
	0% { }
	100% { opacity: 1; }
}

/* Effect 2: Move Up */
.grid-gallery.effect-2 li.animate {
	-webkit-transform: translateY(200px);
	transform: translateY(200px);
	-webkit-animation: moveUp 0.65s ease forwards;
	animation: moveUp 0.65s ease forwards;
}

@-webkit-keyframes moveUp {
	0% { }
	100% { -webkit-transform: translateY(0); opacity: 1; }
}

@keyframes moveUp {
	0% { }
	100% { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; }
}

/* Effect 3: Scale up */
.grid-gallery.effect-3 li.animate {
	-webkit-transform: scale(0.6);
	transform: scale(0.6);
	-webkit-animation: scaleUp 0.65s ease-in-out forwards;
	animation: scaleUp 0.65s ease-in-out forwards;
}

@-webkit-keyframes scaleUp {
	0% { }
	100% { -webkit-transform: scale(1); opacity: 1; }
}

@keyframes scaleUp {
	0% { }
	100% { -webkit-transform: scale(1); transform: scale(1); opacity: 1; }
}

/* Effect 4: fall perspective */
.grid-gallery.effect-4 {
	-webkit-perspective: 1300px;
	perspective: 1300px;
}

.grid-gallery.effect-4 li.animate {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translateZ(400px) translateY(300px) rotateX(-90deg);
	transform: translateZ(400px) translateY(300px) rotateX(-90deg);
	-webkit-animation: fallPerspective .8s ease-in-out forwards;
	animation: fallPerspective .8s ease-in-out forwards;
}

@-webkit-keyframes fallPerspective {
	0% { }
	100% { -webkit-transform: translateZ(0px) translateY(0px) rotateX(0deg); opacity: 1; }
}

@keyframes fallPerspective {
	0% { }
	100% { -webkit-transform: translateZ(0px) translateY(0px) rotateX(0deg); transform: translateZ(0px) translateY(0px) rotateX(0deg); opacity: 1; }
}

/* Effect 5: fly (based on http://lab.hakim.se/scroll-effects/ by @hakimel) */
.grid-gallery.effect-5 {
	-webkit-perspective: 1300px;
	perspective: 1300px;
}

.grid-gallery.effect-5 li.animate {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform-origin: 50% 50% -300px;
	transform-origin: 50% 50% -300px;
	-webkit-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
	-webkit-animation: fly .8s ease-in-out forwards;
	animation: fly .8s ease-in-out forwards;
}

@-webkit-keyframes fly {
	0% { }
	100% { -webkit-transform: rotateX(0deg); opacity: 1; }
}

@keyframes fly {
	0% { }
	100% { -webkit-transform: rotateX(0deg); transform: rotateX(0deg); opacity: 1; }
}

/* Effect 6: flip (based on http://lab.hakim.se/scroll-effects/ by @hakimel) */
.grid-gallery.effect-6 {
	-webkit-perspective: 1300px;
	perspective: 1300px;
}

.grid-gallery.effect-6 li.animate {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform-origin: 0% 0%;
	transform-origin: 0% 0%;
	-webkit-transform: rotateX(-80deg);
	transform: rotateX(-80deg);
	-webkit-animation: flip .8s ease-in-out forwards;
	animation: flip .8s ease-in-out forwards;
}

@-webkit-keyframes flip {
	0% { }
	100% { -webkit-transform: rotateX(0deg); opacity: 1; }
}

@keyframes flip {
	0% { }
	100% { -webkit-transform: rotateX(0deg); transform: rotateX(0deg); opacity: 1; }
}

/* Effect 7: helix (based on http://lab.hakim.se/scroll-effects/ by @hakimel) */
.grid-gallery.effect-7 {
	-webkit-perspective: 1300px;
	perspective: 1300px;
}

.grid-gallery.effect-7 li.animate {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	-webkit-animation: helix .8s ease-in-out forwards;
	animation: helix .8s ease-in-out forwards;
}

@-webkit-keyframes helix {
	0% { }
	100% { -webkit-transform: rotateY(0deg); opacity: 1; }
}

@keyframes helix {
	0% { }
	100% { -webkit-transform: rotateY(0deg); transform: rotateY(0deg); opacity: 1; }
}

/* Effect 8:  */
.grid-gallery.effect-8 {
	-webkit-perspective: 1300px;
	perspective: 1300px;
}

.grid-gallery.effect-8 li.animate {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: scale(0.4);
	transform: scale(0.4);
	-webkit-animation: popUp .8s ease-in forwards;
	animation: popUp .8s ease-in forwards;
}

@-webkit-keyframes popUp {
	0% { }
	70% { -webkit-transform: scale(1.1); opacity: .8; -webkit-animation-timing-function: ease-out; }
	100% { -webkit-transform: scale(1); opacity: 1; }
}

@keyframes popUp {
	0% { }
	70% { -webkit-transform: scale(1.1); transform: scale(1.1); opacity: .8; -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; }
	100% { -webkit-transform: scale(1); transform: scale(1); opacity: 1; }
}

@media screen and (max-width: 900px) {
	.grid-gallery li {
		width: 50%;
	}
}

@media screen and (max-width: 400px) {
	.grid-gallery li {
		width: 100%;
	}
}

/* ==========================================================================
   8.0 Counter
   ========================================================================== */
.counter-box h3{
    font-weight: 800;
    font-size: 32px;
    margin-bottom: 5px;
}
.counter-box h4{
    font-size: 16px;
    text-transform: uppercase;
}
.counter-box i{
    color: #fff;
    font-size: 35px;
    margin-bottom: 10px;
}

/* ==========================================================================
   9.0 Sponsor
   ========================================================================== */
.sponsor-list{}
.sponsor-list .sponsor-box{
    padding: 5px;
    cursor: pointer;
}
.sponsor-box img{
    opacity: 0.6;
    transition: all 0.2s ease-in-out;
    width: 100%;
}
.sponsor-box:hover img{
    opacity: 1;
}
/* Carousel Settings */
.sponsor-carousel.nav-center .owl-nav div{
    background-color: transparent;
    border: none;
    color: #555;
    font-size: 16px;
}

/* ==========================================================================
   10.0 Icon List
   ========================================================================== */
.wt-list{
    list-style: none;
    padding: 0;
    margin: 0;
}
.wt-list .list-item{
    position: relative;
    padding-left: 75px;
}
.wt-list .list-item .list-icon{
    border-style: solid;
    width: 60px;
    height: 60px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 0;
    transition: all 0.2s ease-in-out;
}
.wt-list .list-item .list-icon i,
.wt-list .list-item .list-icon span{
    width: 100%;
    display: block;
    text-align: center;
}
.wt-list .list-item h4{
    margin-bottom: 0;
}
.wt-list .list-item p{
    margin: 0;
    font-weight: normal;
}

/* ==========================================================================
   11.0 Contact Form
   ========================================================================== */
.wpcf7{
    max-width: 100%!important;
}
.wt-cf7-form{}
.wt-cf7-form .wpcf7 .wpcf7-response-output{
    margin-top: 20px;
}
.wt-cf7-form form p{
    margin: 0!important;
    text-align: center;
}
.cf7-col-row{
    margin: 0 -10px;
    display: block;
    overflow: hidden;
    margin-bottom: 0;
}
.cf7-col-row .cf7-col{
	float: left;
	width: 50%;
	padding: 0 10px;
}
.wt-cf7-form .wpcf7-form label{
    color: #555;
    font-size: 12px;
}
.wt-cf7-form .wpcf7-form .wpcf7-form-control-wrap input{
    border: 1px solid #ddd;
    padding: 12px .75rem;
}
.wt-cf7-form .wpcf7-form .wpcf7-form-control-wrap input:focus{
    outline: none;
    box-shadow: none;
    border: 1px solid #5e2ced;
}
.wt-cf7-form .wpcf7-form .wpcf7-form-control-wrap .wpcf7-textarea{}
.wt-cf7-form .wpcf7-form .wpcf7-form-control-wrap .wpcf7-textarea:focus{
    outline: none;
    box-shadow: none;
    border: 1px solid #5e2ced;
}
.wt-cf7-form .wpcf7-form-control{
	margin-top: 0;
}

.wpcf7 select:not([size]):not([multiple]), select.form-control:not([size]):not([multiple]) {
    height: 50px!important;
}
.wpcf7 select:not([size]):not([multiple]):focus, select.form-control:not([size]):not([multiple]):focus{
    outline: none;
    box-shadow: none;
}
.wt-cf7-form span.wpcf7-list-item {
	display: inline-block;
    margin: 5px 15px 0 0;
}
.wt-cf7-form .wpcf7 input[type="submit"]{
	color: #fff;
	background-color: #9e8a78;
    font-family: 'Playfair Display', serif;
    display: inline-block;
    width: auto;
    border: none;
    padding: 15px 20px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 12px;
}
.wt-cf7-form .wpcf7 input[type="submit"]:focus,
.wt-cf7-form .wpcf7 input[type="submit"]:hover{
    background-color: #897666;
    color: #fff;
}
.wt-cf7-form .wpcf7 input[type="submit"]:focus{
    border: none;
    outline: 0;
    box-shadow: none;
}
.wt-cf7-form .wpcf7-form-control.wpcf7-submit{
	margin-bottom: 0!important;
}
@media all and (max-width: 767px) {
    .cf7-col-row{
	    margin: 0;
	}
	.cf7-col-row .cf7-col{
		float: none;
		width: 100%;
		padding: 0;
		margin-bottom: 15px;
	}
}

/* ==========================================================================
   13.0 Buttons
   ========================================================================== */
.btn-align-left a{
    margin-right: 10px;
}
.btn-align-center a{
    margin: 0 5px;
}
.btn-align-right a{
    margin-left: 10px;
}
.enova-btn{
    background-color: #5e2ced;
    display: inline-block;
    padding: 15px 25px;
    font-weight: 700;
    border-radius: 3px;
    font-size: 12px;
    color: #fff;
    transition: all 0.3s ease-in-out;
}
.enova-btn:hover{
    color: #fff;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    opacity: 0.8;
}

/* ==========================================================================
   14.0 Videos
   ========================================================================== */
.enova-video.embed-responsive{
    border: 1px solid #ddd;
    padding: 5px;
}
/* Video Box */
.dl-video-box-wrap{
    position: relative;
}
.dl-video-box-wrap img{
    width: 100%;
}
.dl-video-box-wrap .dl-video-box-overlay{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.dl-video-box-wrap .dl-video-box-overlay .overlay{
    background-color: #000;
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.4;
    z-index: -1;
}
/* Play button 1 */
.dl-vb-1 {
    display: inline-block;
    -webkit-transition: all 0.5s ease;
}
.dl-vb-1 svg{
    width: 110px;
    height: 110px;
}
.dl-vb-1 .circle {
  stroke: #ffffff;
  stroke-dasharray: 650;
  stroke-dashoffset: 650;
  -webkit-transition: all 0.5s ease-in-out;
  opacity: 0.3;
}
.dl-vb-1 .triangle {
  -webkit-transition: all 0.7s ease-in-out;
  stroke-dasharray: 240;
  stroke-dashoffset: 480;
  stroke: #ffffff;
  transform: translateY(0);
}
.dl-vb-1:hover .triangle {
  stroke-dashoffset: 0;
  opacity: 1;
  stroke: #ffffff;
  animation: nudge 0.7s ease-in-out;
}
@keyframes nudge {
  0% {
    transform: translateX(0);
  }
  30% {
    transform: translateX(-5px);
  }
  50% {
    transform: translateX(5px);
  }
  70% {
    transform: translateX(-2px);
  }
  100% {
    transform: translateX(0);
  }
}
.dl-vb-1:hover .circle {
  stroke-dashoffset: 0;
  opacity: 1;
}

/* Play button 2 */
.dl-vb-2{
    background-color: #fff;
	position: relative;
	width: 100px;
	height: 100px;
    line-height: 100px;
    font-size: 24px;
    color: #333;
	text-align: center;
	display: block;
    border-radius: 50%;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}
.dl-vb-2:hover{
    background-color: #333;
    color: #fff;
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.dl-vb-2 .ripple,
.dl-vb-2 .ripple:before,
.dl-vb-2 .ripple:after {
    position: absolute;
	left: 50%;
    top: 50%;
	width:98px;
	height:98px;
    transform: translateX(-50%) translateY(-50%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 0 rgba(255,255,255,0.50);
    -moz-box-shadow: 0 0 0 0 rgba(255,255,255,0.50);
    -ms-box-shadow: 0 0 0 0 rgba(255,255,255,0.50);
    -o-box-shadow: 0 0 0 0 rgba(255,255,255,0.50);
    box-shadow: 0 0 0 0 rgba(255,255,255,0.50);
    -webkit-animation: rippleOne 3s infinite;
    -moz-animation: rippleOne 3s infinite;
    -ms-animation: rippleOne 3s infinite;
    -o-animation: rippleOne 3s infinite;
    animation: rippleOne 3s infinite;
}
.dl-vb-2 .ripple:before {
    -webkit-animation-delay: .9s;
    -moz-animation-delay: .9s;
    -ms-animation-delay: .9s;
    -o-animation-delay: .9s;
    animation-delay: .9s;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
}
.dl-vb-2 .ripple:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -ms-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s;
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
}
@-webkit-keyframes rippleOne {
    70% {box-shadow: 0 0 0 70px rgba(244,68,56,.0);}
    100% {box-shadow: 0 0 0 0 rgba(244,68,56,.0);}
}

@keyframes rippleOne {
    70% {box-shadow: 0 0 0 70px rgba(244,68,56,.0);}
    100% {box-shadow: 0 0 0 0 rgba(244,68,56,.0);}
}

/* Play Button 3 */
.dl-vb-3 {
    background-color: #fff;
    cursor: pointer;
    font-size: 24px;
    fill: #333;
    z-index: 2;
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    border-radius: 50%;
    -webkit-animation: btn-anim 1s linear infinite;
    animation: btn-anim 1s linear infinite;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
}
.dl-vb-3 svg{
    width: 30px;
    margin-left: 5px;
    margin-bottom: 5px;
    vertical-align: middle;
}
.dl-vb-3:hover{
    background-color: #333;
    fill: #fff;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
}
@keyframes btn-anim {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1);
        box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1), 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1);
    }

    100% {
        -webkit-box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0);
        box-shadow: 0 0 0 20px rgba(255, 255, 255, 0.1), 0 0 0 40px rgba(255, 255, 255, 0.1), 0 0 0 60px rgba(255, 255, 255, 0);
    }
}

/* ==========================================================================
   15.0 Spacing
   ========================================================================== */
.enova-spacing {
    display: block;
    height: auto;
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
    border: none !important;
    outline: none !important;
}

/* ==========================================================================
   16.0 Notice Box
   ========================================================================== */
.enova-notice {
    padding: 15px;
    background-color: #fafafa;
    border-left: 6px solid #7f7f84;
    margin-bottom: 10px;
    -webkit-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
       -moz-box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
            box-shadow: 0 5px 8px -6px rgba(0,0,0,.2);
}
.enova-notice.notice-sm {
    padding: 10px;
    font-size: 80%;
}
.enova-notice.notice-lg {
    padding: 35px;
    font-size: large;
}
.enova-notice.notice-success {
    border-color: #80D651;
}
.enova-notice.notice-success &gt; strong {
    color: #80D651;
}
.enova-notice.notice-info {
    border-color: #45ABCD;
}
.enova-notice.notice-info &gt; strong {
    color: #45ABCD;
}
.enova-notice.notice-warning {
    border-color: #FEAF20;
}
.enova-notice.notice-warning &gt; strong {
    color: #FEAF20;
}
.enova-notice.notice-danger {
    border-color: #d73814;
}
.enova-notice.notice-danger &gt; strong {
    color: #d73814;
}

/* ==========================================================================
   17.0 Accordion
   ========================================================================== */
.accordion {
  width: 100%;
  max-width: 1080px;
  height: 250px;
  overflow: hidden;
}
.accordion ul {
  width: 100%;
  display: table;
  table-layout: fixed;
  margin: 0;
  padding: 0;
}
.accordion ul li {
  display: table-cell;
  vertical-align: bottom;
  position: relative;
  width: 16.666%;
  height: 250px;
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 500ms ease;
}
.accordion ul li div {
  display: block;
  overflow: hidden;
  width: 100%;
}
.accordion ul li div a {
  display: block;
  height: 250px;
  width: 100%;
  position: relative;
  z-index: 3;
  vertical-align: bottom;
  padding: 15px 20px;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  font-family: 'Work Sans', sans-serif;
  transition: all 200ms ease;
}
.accordion ul li div a * {
  opacity: 0;
  margin: 0;
  width: 100%;
  text-overflow: ellipsis;
  position: relative;
  z-index: 5;
  white-space: nowrap;
  overflow: hidden;
  -webkit-transform: translateX(-20px);
  transform: translateX(-20px);
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
}
.accordion ul li div a h2 {
  font-family: Work Sans,sans-serif;
  text-overflow: clip;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 2px;
  top: 160px;
}
.accordion ul li div a p {
  top: 160px;
  font-size: 13.5px;
}
.accordion ul:hover li {
  width: 8%;
}
.accordion ul:hover li:hover {
  width: 60%;
}
.accordion ul:hover li:hover a {
  background: rgba(0, 0, 0, 0.4);
}
.accordion ul:hover li:hover a * {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

@media screen and (max-width: 600px) {
  body {
    margin: 0;
  }
  .accordion {
    height: auto;
  }
  .accordion ul li, .accordion ul li:hover, .accordion ul:hover li, .accordion ul:hover li:hover {
    position: relative;
    display: table;
    table-layout: fixed;
    width: 100%;
    -webkit-transition: none;
    transition: none;
  }
}

/* Half Background Color */
.elementor-section.half-bg{
    position: relative;
    z-index: 1;
}
.elementor-section.half-bg:before {
    width: 50%;
    height: 100%;
    background-color: #fff;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.elementor-section.half-bg.bg-right:before{ left: auto; right: 0; }
.elementor-section.half-bg.dark:before{ background-color: #111; }
.elementor-section.half-bg.grey:before{ background-color: #ddd; }
@media (max-width: 992px) {
    .elementor-section.half-bg:before{ display: none; }
    .wt-list .list-item p br{
        display: none;
    }
}
@media (max-width: 591px) {
    .sponsor-list .col-sm-3{
        flex: 0 0 50%;
        max-width: 50%;
    }
}

/* ==========================================================================
   18.0 Social Share
   ========================================================================== */
.social-share-wrap{
    display: inline-block;
    margin-right: 10px;
}
.social-share {
    display: block;
    margin: 0;
}
.social-share span{
    margin-right: 10px;
}
.social-share a{
    color: #555;
    font-size: 11px;
    margin-right: 10px;
}
.social-share a:hover{
    color: #444;
}

/* Social Icons */
.wt-social-icons{
    display: block;
    margin: 0!important;
}
.wt-social-icons.left{
    text-align: left;
}
.wt-social-icons.left li:not(:last-of-type){
    margin-right: 20px;
}
.wt-social-icons.center{
    text-align: center;
}
.wt-social-icons.center li{
    margin: 0 10px;
}
.wt-social-icons.right{
    text-align: right;
}
.wt-social-icons.right li:not(:first-of-type){
    margin-left: 20px;
}
.wt-social-icons li{
    display: inline-block;
}
.wt-social-icons li a{
    color: #ddd;
    font-size: 12px;
}
.wt-social-icons li a:hover{
    color: #fff;
    opacity: 0.7;
}
.widget ul.wt-social-icons li a{
    color: #999;
}
.widget ul.wt-social-icons li a:hover{
    color: #313335;
    opacity: 1;
}

/* ==========================================================================
   19.0 Subscribe Form
   ========================================================================== */
.subscribe_form {
    display: block;
    text-align: center;
    padding: 5px 0;
}
.subscribe_form input.input{
    display: block;
    background-color: #333;
    color: #fff;
    border: none;
    font-size: 12px;
    line-height: 50px;
    padding: 0 10px;
    float: left;
    border-radius: 0;
    width: 70%;
    transition: all 0.5s ease-in-out;
}
.subscribe_form input.input:focus{
    color: #fff;
}
.subscribe_form .submit{
    background-color: #9e8a78;
    color: #fff;
    font-family: "Work Sans", serif;
    font-size: 10px;
    font-weight: 600;
    line-height: 50px;
    display: inline-block;
    padding: 0 10px;
    float: left;
    width: 30%;
    border-radius: 0;
    letter-spacing: 1;
    transition: all 0.5s ease-in-out;
}
.subscribe_form .submit:hover{
    background-color: #897666;
    transition: all 0.5s ease-in-out;
}
.subscribe_form input::-webkit-input-placeholder{
   color: #ddd !important;
}
.subscribe_form input:-moz-placeholder{ /* Firefox 18- */
   color: #ddd !important;
}
.subscribe_form input::-moz-placeholder{  /* Firefox 19+ */
   color: #ddd !important;
}
.subscribe_form input:-ms-input-placeholder{
   color: #ddd !important;
}
.mc4wp-form-submitted .mc4wp-error{
    margin-top: 50px;
}
.mc4wp-form-submitted .mc4wp-error p{
    color: #ddd;
}
.mc4wp-form-submitted .mc4wp-error p a{
    color: #ddd;
}

/*Widget About*/
.widget-about{}
.widget-about .widget-brand{
    display: block;
    margin-bottom: 20px;
}
.widget-about-info{
    display: block;
    color: #999;
    font-size: 15px;
    font-family: "Work Sans", serif;
    line-height: 1.73;
    letter-spacing: .2px;
}
.widget-about-info span{
    font-family: 'Work Sans', serif;
    font-size: 13px;
    color: #fff;
    letter-spacing: 2px;
    font-weight: 500;
    text-transform: uppercase;
    display: block;
}
.widget .widget-about-info span{
    color: #313335;
}
.widget-about .wt-social-icons{
    margin-top: 20px!important;
}
.widget-about .wt-social-icons li{
    padding: 0;
}
.widget-about .wt-social-icons li:before{
    display: none;
}
@media (max-width: 520px){
    .widget-about .widget-brand img{ max-width: 150px; }
}

/* Custom Venobox */
.vbox-content {
    height: 100vh;
}
.vbox-container img {
    height: 100%;
}

/* ==========================================================================
   21.0 Blog
   ========================================================================== */
.el-blog-posts.wt-column-desktop-1 .grid-sizer{ width: 100%; }
.el-blog-posts.wt-column-desktop-2 .grid-sizer{ width: 50%; }
.el-blog-posts.wt-column-desktop-3 .grid-sizer{ width: 33.33%; }
.el-blog-posts.wt-column-desktop-4 .grid-sizer{ width: 25%; }
.el-blog-posts.wt-column-desktop-5 .grid-sizer{ width: 20%; }

@media (max-width: 992px) {
    .el-blog-posts.wt-column-tablet-1 .grid-sizer{ width: 100%; }
    .el-blog-posts.wt-column-tablet-2 .grid-sizer{ width: 50%; }
    .el-blog-posts.wt-column-tablet-3 .grid-sizer{ width: 33.33%; }
    .el-blog-posts.wt-column-tablet-4 .grid-sizer{ width: 25%; }
    .el-blog-posts.wt-column-tablet-5 .grid-sizer{ width: 20%; }
}
@media (max-width: 580px) {
    .el-blog-posts.wt-column-mobile-1 .grid-sizer{ width: 100%; }
    .el-blog-posts.wt-column-mobile-2 .grid-sizer{ width: 50%; }
    .el-blog-posts.wt-column-mobile-3 .grid-sizer{ width: 33.33%; }
    .el-blog-posts.wt-column-mobile-4 .grid-sizer{ width: 25%; }
    .el-blog-posts.wt-column-mobile-5 .grid-sizer{ width: 20%; }
}
.el-blog-posts{
    margin: -15px;
}
.el-blog-posts .blog-post{
    padding: 15px;
}
.el-blog-posts .blog-post .blog-post-inner{
    box-shadow: 0px 5px 15px 0px rgba(130,136,147,0.13);
}
.el-blog-posts .entry_thumb {
    position: relative;
    overflow: hidden;
}
.el-blog-posts .entry_thumb .post-cat{
    position: absolute;
    width: auto;
    height: auto;
    left: 30px;
    bottom: 20px;
    z-index: 1;
    display: inline-block;
    padding: 0 15px;
    background-color: #5e2ced;
    text-decoration: none;
    color: #fff;
    transition: all 0.3s ease-in-out;
    font-family: 'Work Sans', sans-serif;
    font-size: 12px;
    letter-spacing: 0.5px;
    line-height: 30px;
    text-transform: capitalize;
    border-radius: 2px;
}
.el-blog-posts .entry_thumb .post-cat:hover{
    transition: all 0.3s ease-in-out;
    color: #fff;
}
.el-blog-posts .entry_thumb-link img {
    width: 100%;
    vertical-align: bottom;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.el-blog-posts .entry_text {
    padding: 50px 30px;
    background-color: #fff;
}
.el-blog-posts .entry_title {
    font-size: 28px;
    line-height: 32px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 15px;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}
.el-blog-posts .entry_title a {
    color: #222;
    text-decoration: none;
    letter-spacing: -1px;
}
.el-blog-posts .entry_title a:hover,
.el-blog-posts .entry_title a:focus {
    color: #025fcc;
}
.el-blog-posts .entry-excerpt .page-links{
    padding-bottom: 0;
}
.el-blog-posts .entry_header .post-date{
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    letter-spacing: 0px;
    font-weight: 600;
    margin: 0 0 5px;
    display: block;
    color: #555;
}
.el-blog-posts .entry-excerpt .page-links{
    padding-bottom: 0;
}
.el-blog-posts .entry_meta-links a::after {
    content: ", ";
}
.el-blog-posts .entry_meta-links a:last-child::after {
    display: none;
}
.el-blog-posts .blog-post-inner .readmore{
    position: relative;
    text-decoration: none;
    font-family: 'Work Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
    letter-spacing: 0.5px;
    color: #222;
    display: inline-block;
    margin-top: 16px;
    transition: all 0.3s ease-in-out;
    vertical-align: middle;
}
.el-blog-posts .blog-post-inner .readmore:hover{ color: #222; }
.el-blog-posts .blog-post-inner .readmore .dl-arrow{
    width: 24px;
    height: 1px;
    top: 0;
    display: inline-block;
    background-color: #222;
    -webkit-transition: width .3s ease,transform .3s ease;
    -moz-transition: width .3s ease,transform .3s ease;
    transition: width .3s ease,transform .3s ease;
    vertical-align: middle;
}
.el-blog-posts .blog-post-inner .readmore .dl-arrow.left{
    position: absolute;
    top: 50%;
    left: 0;
    width: 0;
}
.el-blog-posts .blog-post-inner .readmore .dl-text{
    display: inline-block;
    vertical-align: middle;
    /* font-weight: inherit; */
    margin: 0 10px 0 0;
    -webkit-transition: transform .3s ease;
    -moz-transition: transform .3s ease;
    transition: transform .3s ease;
}
.el-blog-posts .blog-post-inner .readmore .dl-arrow.right{
    -webkit-transform-origin: right;
    -moz-transform-origin: right;
    transform-origin: right;
}
.el-blog-posts .blog-post-inner .readmore:hover .dl-text {
    -webkit-transform: translateX(34px);
    -moz-transform: translateX(34px);
    transform: translateX(34px);
    font-weight: inherit;
}
.el-blog-posts .blog-post-inner .readmore:hover .dl-arrow.left {
    width: 24px
}
.el-blog-posts .blog-post-inner .readmore:hover .dl-arrow.right {
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: right;
    -moz-transform-origin: right;
    transform-origin: right
}

/* ==========================================================================
   22.0 Testimonial
   ========================================================================== */
.testimonial-item{
    background-color: #fff;
    padding: 30px;
    border-radius: 5px;
    margin-bottom: 20px;
}
.testimonial-item img{
    max-width: 80px!important;
    height: 80px!important;
    text-align: center;
    border-radius: 50%!important;
    margin: 0 auto;
    margin-bottom: 20px;
}
.testimonial-item h4{}
.testimonial-item h4 span{
    display: block;
    font-family: "Work Sans", sans-serif;
    font-size: 12px;
    font-weight: 400;
}
.testimonial-carousel.owl-carousel .owl-stage{
    padding: 20px 0;
}
.testimonial-carousel .owl-item.center{
    box-shadow: 0px 0px 15px 5px rgba(34,34,34,0.09);
    transition: all 0.3s linear;
}


/* 22.1 Owl Carousel Dots */
.testimonial-carousel .owl-dots{
    display: block;
    text-align: center;
    padding-top: 30px;
}
.testimonial-carousel .owl-dots .owl-dot{
    background-color: #ddd;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    margin: 0 3px;
    transition: all 0.5s ease-in-out;
}
.testimonial-carousel .owl-dots .owl-dot.active{
    background-color: #56a2ff;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    transition: all 0.5s ease-in-out;
}

/* 22.2 Testimonial Nav */
.testimonial-carousel .owl-nav{}
.testimonial-carousel .owl-nav div{
    width: 40px;
    height: 40px;
    display: block;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    color: #1b1b1f;
    position: absolute;
    left: -30px;
    top: calc(50% - 20px);
    opacity: 0;
    transition: all 0.3s linear;
}
.testimonial-carousel .owl-nav div:hover{
    color: #025fcc;
}
.testimonial-carousel .owl-nav div.owl-next{
    left: auto;
    right: -30px;
}
.testimonial-carousel:hover .owl-nav div{
    opacity: 0.7;
    left: -20px;
}
.testimonial-carousel:hover .owl-nav div.owl-next{
    left: auto;
    right: -20px;
}

/* 22.3 Ratings */
.ratings{
    display: block;
    margin: 0 -3px 0!important;
    padding: 0;
}
.ratings li{
    display: inline-block;
    color: #999;
    font-size: 12px;
}
.ratings.star-5 li{
    color: #FED701;
}
.ratings.star-4 li:nth-child(-n+4){
    color: #FED701;
}
.ratings.star-3 li:nth-child(-n+3){
    color: #FED701;
}
.ratings.star-2 li:nth-child(-n+2){
    color: #FED701;
}
.ratings.star-1 li:nth-child(-n+1){
    color: #FED701;
}
@media (max-width: 992px) {
    .testimonial-carousel .testimonial-item p br{ display: none; }
}
@media (max-width: 767px){
    .testimonial-carousel .owl-item.center{
        box-shadow: none;
    }
}

/* ==========================================================================
   23.0 Widgets
   ========================================================================== */
/* 23.1 About */
.widget-about .wt-social-icons{}
.widget-about .wt-social-icons li{ display: inline-block; }
.widget-about .wt-social-icons li:not(:last-of-type) { margin-right: 5px; }
.widget-about .wt-social-icons li &gt; a {
    color: #999;
    font-size: 13px;
    text-decoration: none;
    background-color: #34383c;
    width: 40px;
    display: inline-block;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
}
.widget-about .wt-social-icons li &gt; a:hover{
    color: #fff!important;
    opacity: 0.9!important;
}
.widget-about .wt-social-icons li.facebook a{
    background-color: #3b5998;
    color: #fff;
}
.widget-about .wt-social-icons li.twitter a{
    background-color: #1da1f2;
    color: #fff;
}
.widget-about .wt-social-icons li.instagram a{
    background-color: #e1306c;
    color: #fff;
}
.widget-about .wt-social-icons li.linkedin a{
    background-color: #0e76a8;
    color: #fff;
}
.widget-about .wt-social-icons li.gplus a{
    background-color: #ea4335;
    color: #fff;
}
.widget-about .wt-social-icons li.pinterest a{
    background-color: #bd081c;
    color: #fff;
}

/* 23.2 Address */
.widget-address{}
.widget-address .widget-addr-item{
    color: #ddd;
    display: block;
    font-size: 14px;
    line-height: 26px;
    font-family: 'Work Sans', sans-serif;
}
.widget-address .widget-addr-item:not(:last-of-type){
    margin-bottom: 15px;
}
.widget-address.dark .widget-addr-item{
    color: #555;
}
.widget-address .widget-addr-item span{
    color: #ddd;
    margin-right: 4px;
    font-family: "Work Sans",sans-serif;
    font-weight: 600;
    letter-spacing: -1px;
}
.widget-address.dark .widget-addr-item span{
    color: #222;

}
.widget-address .widget-addr-item a{
    text-decoration: none;
    color: #ddd;
}
.widget-address .widget-addr-item a:hover{
    color: #ddd;
}

/* 24.3 MailChimp */
.widget-mailchimp{}
.widget-mailchimp .wt-subscribe-wrap{}
.widget-mailchimp .wt-subscribe-wrap form{
    position: relative;
    margin: 15px 0;
}
.widget-mailchimp .wt-subscribe-wrap form input{
    display: block;
    background-color: transparent;
    border: 2px solid #333;
    color: #ddd;
    border-radius: 2px;
    padding: 15px 13px;
    padding-right: 83px;
}
.widget-mailchimp.dark .wt-subscribe-wrap form input{
    border: 2px solid #ddd;
    color: #555;
}
.widget-mailchimp .wt-subscribe-wrap form input::-webkit-input-placeholder{
   color: #888 !important;
}

.widget-mailchimp .wt-subscribe-wrap form input:-moz-placeholder{ /* Firefox 18- */
   color: #888 !important;
}

.widget-mailchimp .wt-subscribe-wrap form input::-moz-placeholderr{  /* Firefox 19+ */
   color: #888 !important;
}

.widget-mailchimp .wt-subscribe-wrap form input:-ms-input-placeholder{
   color: #888 !important;
}
.widget-mailchimp .wt-subscribe-wrap form button{
    background-color: #5e2ced;
    color: #fff;
    display: inline-block;
    text-align: center;
    width: 70px;
    height: 45px;
    position: absolute;
    right: 5px;
    top: 5px;
    border-radius: 2px;
    transition: all 0.3s ease-in-out;
}
.widget-mailchimp .wt-subscribe-wrap form button:hover{
    opacity: 0.9;
    color: #fff;
    transition: all 0.3s ease-in-out;
}
.widget-mailchimp p.muted{
    color: #ddd;
    margin-bottom: 0;
}
.widget-mailchimp #subscribe-result p{
    margin: 15px 0 0;
    padding: 15px;
    display: none;
}
.widget-mailchimp #subscribe-result.subs-success p.subscription-success{
    display: block;
}
.widget-mailchimp #subscribe-result.subs-error p.subscription-error{
    display: block;
}
.widget-mailchimp #subscribe-result p.subscription-success{ border: 1px solid #5ecc62; }
.widget-mailchimp #subscribe-result p.subscription-error{ border: 1px solid #ff4c4c; }

/* ==========================================================================
   24.0 Service Box
   ========================================================================== */
.wt-service-box{
    background-color: #fff;
    display: flex;
    padding: 40px 20px;
    box-shadow: 0px 5px 15px 0px rgba(130,136,147,0.13);
    border-radius: 3px;
    transition: all 0.3s ease-in-out;
}
.wt-service-box:hover{
    transition: all 0.3s ease-in-out;
}
.wt-service-box .wt-service-box-inner{
    display: block;
    z-index: 10;
}
.wt-service-box.center-content{
    text-align: center;
}
.wt-service-box.right-content{
    text-align: right;
}
.wt-service-box .icon-box{
    max-width: 70px;
    font-size: 28px;
    margin-bottom: 25px;
    z-index: 2;
}
.wt-service-box.center-content .icon-box{
    margin: 0 auto 25px;
}
.wt-service-box.right-content .icon-box{
    margin-right: 0;
    margin-left: auto;
    display: block;
}
.wt-service-box .icon-box img{
    max-width: 100%;
}
.icon-left-align.wt-service-box .wt-service-box-inner{
    padding-left: 10px;
    display: flex;
    justify-content: flex-start;
}
.icon-left-align.wt-service-box .icon-box{
    margin-right: 20px;
    display: block;
    text-align: center;
    font-size: 28px;
}
.icon-left-align.wt-service-box .icon-box .icon-inner{
    width: 60px;
    height: 60px;
    margin-bottom: 0;
}
.wt-service-box .service-content{ z-index: 2; }
.wt-service-box .service-content h4{
    font-size: 17px;
    line-height: 17px;
    font-weight: 700;
    color: #2b2b2b;
    letter-spacing: -1px;
    margin-bottom: 10px;
}
.wt-service-box .service-content p{
    font-size: 14px;
    line-height: 28px;
    color: #7b7b7b;
    margin-bottom: 10px;
}
.wt-service-box a{
    font-family: "Work Sans", sans-serif;
    font-size: 11px;
    font-weight: 700;
    line-height: 1;
    color: #025fcc;
    text-transform: uppercase;
    letter-spacing: .8px;
    display: block;
    margin-top: 20px;
}
/* Read More */
.wt-service-box .service-read-more .icon-wrap{
    position: relative;
    display: inline-block;
    overflow: hidden;
    line-height: 1;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.wt-service-box.center-content .service-read-more .icon-wrap{
    -webkit-transform: translateX(50%);
    -moz-transform: translateX(50%);
    -o-transform: translateX(50%);
    transform: translateX(50%);
    margin-left: -10px;
}
.wt-service-box.right-content .service-read-more .icon-wrap{
    -webkit-transform: translateX(90%);
    -moz-transform: translateX(90%);
    -o-transform: translateX(90%);
    transform: translateX(90%);
    margin-left: -10px;
}
.wt-service-box .service-read-more .icon-wrap .hover-anim{
    display: flex;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: transform .3s ease;
    -moz-transition: transform .3s ease;
    transition: transform .3s ease;
    background: transparent;
    top: auto;
    opacity: 1;
    visibility: visible;
    padding: 0;
    line-height: 1;
    border-width: 0;
    align-items: center;
}
.wt-service-box .service-read-more .icon-wrap .hover-anim .text-wrap{
    padding-right: 5px;
    margin-top: 2px;
}
.wt-service-box .service-read-more .icon-wrap .hover-anim i{
    display: inline-block;
    position: relative;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: transform .3s ease;
    -moz-transition: transform .3s ease;
    transition: transform .3s ease;
    font-size: 16px;
}
.wt-service-box.center-content .service-read-more:hover .icon-wrap,
.wt-service-box .service-read-more:hover .icon-wrap,
.wt-service-box .service-read-more:hover .icon-wrap .hover-anim i,
.wt-service-box .service-read-more:hover .icon-wrap .hover-anim{
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}

/* Box Border Animation */
.wt-service-box::before,
.wt-service-box::after {
    display: block;
    box-sizing: inherit;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -webkit-transform-origin: center;
    transform-origin: center;
    z-index: 1;
}
.wt-service-box::before {
  border-top: 4px solid #025fcc;
  border-bottom: 4px solid #025fcc;
  -webkit-transform: scale3d(0, 1, 1);
          transform: scale3d(0, 1, 1);
}
.wt-service-box::after {
  border-left: 4px solid #025fcc;
  border-right: 4px solid #025fcc;
  -webkit-transform: scale3d(1, 0, 1);
          transform: scale3d(1, 0, 1);
}
.wt-service-box:hover::before,
.wt-service-box:hover::after {
  -webkit-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

/* ==========================================================================
   25.0 Promo Box
   ========================================================================== */
.dl-promo-item{
    text-align: center;
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 5px 2px rgba(222,219,219,0.5);
    -moz-box-shadow: 0px 2px 5px 2px rgba(222,219,219,0.5);
    box-shadow: 0px 2px 5px 2px rgba(222,219,219,0.5);
    padding: 40px;
}
.dl-promo-item .promo-icon{
    width: 60px;
    height: 60px;
    font-size: 20px;
    line-height: 60px;
    color: #222;
}
.dl-align-center .dl-promo-item .promo-icon{
    margin: 0 auto;
}
.dl-align-right .dl-promo-item .promo-icon{
    margin-left: auto;
}
.dl-promo-item h3{
    font-size: 24px;
    font-weight: 500;
    color: #222;
}
.dl-promo-item P{
    color: #555;
    font-size: 14px;
}
.dl-promo-item .read-more{
    display: inline-block;
    font-size: 12px;
    color: #222;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 600;
}

/* ==========================================================================
   26.0 Slider
   ========================================================================== */
.swiper-slide {
    overflow: hidden;
}
.slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
}
.dl-fullscreen-slider{
    position: relative;
    height: 100vh;
}
.dl-fullscreen-slider .swiper-slide{}
.dl-fullscreen-slider .dl-slider-caption{
    color: #fff;
    width: auto;
    height: auto;
    position: absolute;
    font-family: "Work Sans", sans-serif;
}
.dl-fullscreen-slider .dl-slider-caption.left-bottom{
    left: 10%;
    bottom: 10%;
}
.dl-fullscreen-slider .dl-slider-caption.left-top{
    left: 10%;
    top: 10%;
}
.dl-fullscreen-slider .dl-slider-caption.left-center{
    left: 10%;
    top: 50%;
    transform: translateY(-50%);
}
.dl-fullscreen-slider .dl-slider-caption.center{
    width: 90%;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%);
    text-align: center;
}
.dl-fullscreen-slider .dl-slider-caption.right-bottom{
    right: 10%;
    bottom: 10%;
    text-align: right;
}
.dl-fullscreen-slider .dl-slider-caption.right-top{
    right: 10%;
    top: 10%;
    text-align: right;
}
.dl-fullscreen-slider .dl-slider-caption.right-center{
    right: 10%;
    top: 50%;
    transform: translateY(-50%);
    text-align: right;
}
.dl-fullscreen-slider .dl-slider-caption .big-caption{
    display: block;
    font-size: 60px;
    font-weight: 600;
    line-height: 60px;
    margin: 0 0 10px;
}
.dl-fullscreen-slider .dl-slider-caption .sub-caption{
    display: block;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.dl-fullscreen-slider .dl-slider-caption .desc{
    font-size: 14px;
    line-height: 26px;
    margin: 0 0 10px;
}
.dl-fullscreen-slider .dl-slider-caption .slider-btn{
    font-family: "Work Sans",sans-serif;
    letter-spacing: 1px;
    background-color: #5e2ced;
    color: #fff;
    line-height: 50px;
    display: inline-block;
    padding: 0 40px;
    border-radius: 0;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    position: relative;
    overflow: hidden;
    z-index: 1;
    -webkit-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        transition: color 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    margin: 15px 0 0;
}
.dl-fullscreen-slider .dl-slider-caption .slider-btn:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(255,255,255,0.2);
    -webkit-transform-origin: right center;
    -moz-transform-origin: right center;
    -ms-transform-origin: right center;
        transform-origin: right center;
    -webkit-transform: scale(0, 1);
    -moz-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -o-transform: scale(0, 1);
        transform: scale(0, 1);
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -moz-transition: -moz-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -ms-transition: -ms-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    -o-transition: -o-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
        transition: transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: -1;
}
.dl-fullscreen-slider .dl-slider-caption .slider-btn:hover{
    color: #fff;
}
.dl-fullscreen-slider .dl-slider-caption .slider-btn:hover:before{
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -ms-transform-origin: left center;
        transform-origin: left center;
    -webkit-transform: scale(1, 1);
       -moz-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
         -o-transform: scale(1, 1);
            transform: scale(1, 1);
}

/* Corner Navigation */
.dl-navigation-corner{
    position: relative;
}
.dl-navigation-corner .corner-nav{
    width: auto;
    height: auto;
    position: absolute;
    color: #fff;
    z-index: 9;
}
.dl-navigation-corner .corner-nav.left{
    left: 10%;
    bottom: 10%;
}
.dl-navigation-corner .corner-nav.center{
    left: 50%;
    bottom: 10%;
    transform: translateX(-50%);
}
.dl-navigation-corner .corner-nav.right{
    right: 10%;
    bottom: 10%;
}
.dl-navigation-corner .corner-nav.side-center{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: auto;
}
.dl-navigation-corner .corner-nav.side-center div{
    float: left;
    margin-left: 20px;
    visibility: hidden;
    opacity: 0;
    transform: translateX(20px);
    transition: all 0.2s ease-in-out;
}
.dl-navigation-corner .corner-nav.side-center div.button-next{
    float: right;
    margin-right: 20px;
    transform: translateX(-20px);
}
.dl-navigation-corner:hover .corner-nav.side-center div{
    visibility: visible;
    opacity: 1;
    transform: translateX(0);
}
.dl-navigation-corner:hover .corner-nav.side-center div.button-next{
    transform: translateX(0);
}
.dl-navigation-corner .corner-nav div{
    display: inline-block;
    color: #fff;
    font-size: 30px;
    margin: -0 10px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}
.dl-navigation-corner .corner-nav div:hover{
    transform: scale(1.2);
    transition: all 0.2s ease-in-out;
}

/* Side Bullets */
.dl-side-bullets .swiper-pagination-bullets{
    width: auto!important;
    height: auto;
    position: absolute;
    z-index: 9;
}
.dl-side-bullets .swiper-pagination-bullets.left{
    bottom: auto!important;
    left: 40px;
    top: 50%;
    transform: translateY(-50%);
}
.dl-side-bullets .swiper-pagination-bullets.right{
    left: auto!important;
    bottom: auto!important;
    right: 40px;
    top: 50%;
    transform: translateY(-50%);
}
.dl-side-bullets .swiper-pagination-bullets.bottom{
    left: 50%;
    bottom: 5%;
    transform: translateX(-50%);
}
.dl-side-bullets .swiper-pagination-bullets span{
    display: block;
    background-color: #222;
    opacity: 0.5;
    transition: all 0.3s linear;
    margin: 10px 0!important;
}
.dl-side-bullets .swiper-pagination-bullets.bottom span{
    display: inline-block;
    margin: 0 8px!important;
}
.dl-side-bullets .swiper-pagination-bullets span.swiper-pagination-bullet-active{
    background-color: #fff;
    opacity: 1;
    transition: all 0.3s linear;
}

@media all and (max-width: 767px) {
    .dl-fullscreen-slider .dl-slider-caption .big-caption{
        font-size: 30px;
        line-height: 30px;
        margin-bottom: 5px;
    }
    .dl-fullscreen-slider .dl-slider-caption .cat{ font-size: 16px; }
    .dl-navigation-corner .corner-nav{
        right: 5%;
        bottom: 5%;
    }
}

/* ==========================================================================
   27.0 Mailchimp for WP
   ========================================================================== */
.newsletter-style-one p {
    color: #798294;
    font-size: 14px;
    line-height: 28px;
    max-width: 605px;
    margin: 0 auto !important;
    width: 100%;
    margin-bottom: 58px;
    margin-top: 16px;
}
.dl-mailchimp-style-1 .dl-input-box {
    position: relative;
    max-width: 530px;
    margin: 0 auto;
}
.dl-input-box input[type="text"],.dl-input-box input[type="email"] {
  width: 100%;
}
.dl-mailchimp-style-1 .dl-input-box input[type="submit"] {
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    outline: none;
    border: 0 none;
    transition: 0.4s;
}

/* Newsletter Style Two */
.dl-mailchimp-style-2 .dl-input-box input[type="text"],
.dl-mailchimp-style-2 .dl-input-box input[type="email"] {
  width: calc(100% - 170px);
}

/* Newsletter Style Three */
.dl-input-box form{
  width: 100%;
}
.dl-mailchimp-style-3 .dl-input-box {
    position: relative;
    max-width: 580px;
    width: 100%;
    margin: 0 auto;
    display: flex;
}
.dl-mailchimp-style-3 .dl-input-box input {
    text-align: center;
    float: left;
    overflow: hidden;
    max-width: 405px;
}

.dl-mailchimp-style-3 .dl-input-box input[type="submit"] {
    float: right;
    overflow: hidden;
    transition: 0.4s;
}

/* Newsletter Style Four */
.dl-mailchimp-style-4 .dl-input-box {
    position: relative;
}

.dl-mailchimp-style-4 .dl-input-box input[type="submit"] {
    position: absolute;
    right: 5px;
    top: 50%;
    width: 40px;
    transform: translateY(-50%);
    transition: 0.4s;
    text-indent: -99999px;
}
.dl-mailchimp-style-4 .dl-input-box::before {
  color: #ffffff;
  content: "ï‡™";
  cursor: pointer;
  display: block;
  font-family: fontawesome;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

/* Newsletter Style Five */
.dl-mailchimp-style-5 .dl-input-box input[type="submit"] {
    width: 100%;
    transition: 0.5s;
}
@media ( max-width: 767px ){
    .dl-mailchimp-style-3 .dl-input-box input {
        max-width: inherit;
        width: auto;
    }
}

/* ==========================================================================
   27.0 Flip Box
   ========================================================================== */
.dl-flip-box-container:after {
    display: block;
    visibility: hidden;
    clear: both;
    height: 0;
    content: " ";
    font-size: 0
}
.dl-flip-box-container .dl-flip-box-inner {
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
.dl-flip-box-container .dl-flip-box-inner:hover .dl-flip-box-back {
    z-index: 1
}
.dl-flip-box-container .dl-flip-box-inner:hover .dl-flip-box-front {
    z-index: -1
}
.dl-flip-box-container .dl-flip-box-inner .dl-flip-box-inner-wrapper {
    position: relative;
    -webkit-transform: translateZ(0);
    -webkit-perspective: 1000px;
    perspective: 1000px
}
.dl-flip-box-container .dl-flip-box-inner .dl-flip-box-back,
.dl-flip-box-container .dl-flip-box-inner .dl-flip-box-front {
    top: 0;
    right: 0;
    left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-align: center;
    height: 250px;
    background-position: center;
    background-clip: padding-box;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px
}
.dl-flip-box-container .dl-flip-box-inner .dl-flip-box-front {
    background-color: transparent;
    position: relative;
    bottom: 0;
    z-index: 10;
    padding: 30px;
    border: 1px solid #ddd;
    border-radius: .3rem
}
.dl-flip-box-container .dl-flip-box-inner .dl-flip-box-back:before,
.dl-flip-box-container .dl-flip-box-inner .dl-flip-box-front:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -9;
    width: 100%;
    height: 100%;
    background-color: transparent;
    content: ""
}
.dl-flip-box-container .dl-flip-box-inner .dl-flip-box-back {
    position: absolute;
    z-index: -1;
    padding: 46px;
    border-radius: .3rem;
    background-color: #562dd4;
    color: #fff
}
.dl-flip-box-container .dl-flip-box-inner .dl-flip-box-back-inner,
.dl-flip-box-container .dl-flip-box-inner .dl-flip-box-front-inner {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%
}
.dl-flip-box-container .dl-flip-box-inner .dl-flip-box-back-inner .dl-text,
.dl-flip-box-container .dl-flip-box-inner .dl-flip-box-front-inner .dl-text {
    text-align: center
}
.dl-flip-box-container .dl-flip-box-inner .dl-flip-box-back-inner .dl-text p,
.dl-flip-box-container .dl-flip-box-inner .dl-flip-box-front-inner .dl-text p {
    margin-top: 10px;
    margin-bottom: 0
}
.dl-flip-box-container .dl-flip-box-inner .dl-flip-box-front-inner .dl-flip-icon.icon {
    border-radius: 50%;
    background-color: #f1f4f8;
    color: #222;
}
.dl-flip-box-container .dl-flip-box-inner .dl-flip-box-front-inner .dl-flip-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    margin-bottom: 20px;
    text-align: center
}
.dl-flip-box-container .dl-flip-box-inner .dl-flip-box-front-inner .dl-flip-icon i {}
.dl-flip-box-container .dl-flip-box-inner .dl-flip-box-back-inner .dl-flip-icon i:before,
.dl-flip-box-container .dl-flip-box-inner .dl-flip-box-front-inner .dl-flip-icon i:before {
    /* position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%) */
}
.dl-flip-box-container .dl-flip-box-inner .dl-flip-box-back-inner .dl-flip-icon img,
.dl-flip-box-container .dl-flip-box-inner .dl-flip-box-front-inner .dl-flip-icon img {
    vertical-align: middle
}
.dl-flip-box-container .dl-flip-box-inner .dl-flip-box-front-inner .dl-flip-box-heading {
    margin: 0;
    font-weight: 700;
    font-size: 20px
}
.dl-flip-box-container .dl-flip-box-inner .dl-flip-box-front-inner p {
    margin-bottom: 0;
    font-size: 16px
}
.dl-flip-box-container .dl-flip-box-inner .dl-flip-box-back-inner .dl-flip-box-heading-back {
    margin: 0;
    color: #fff;
    font-size: 18px
}
.dl-flip-box-container .dl-flip-box-inner .dl-flip-box-back-inner .dl-flip-icon {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 20px;
    text-align: center
}
.dl-flip-box-container .dl-flip-box-inner .dl-flip-box-back-inner .dl-flip-icon i {
    position: relative;
    display: block;
    width: 1em;
    height: 1em;
    color: #fff;
    font-size: 20px
}
.dl-flip-box-container .dl-flip-box-back-inner .button-wrap {
    margin-top: 12px
}
.dl-flip-box-container .dl-flip-box-back-inner .dl-flip-btn {
    display: inline-block;
    padding: .8rem 2.5rem;
    border-radius: 4px;
    background-color: #fff;
    color: #562dd4;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    -webkit-transition: all .3s;
    transition: all .3s
}
.dl-flip-box-container .dl-flip-box-back-inner .dl-flip-btn:hover {
    background-color: #fff;
    color: #562dd4
}
.dl-flip-box-container .dl-flip-box-inner.dl-flip-right .dl-flip-box-front,
.dl-flip-box-container .dl-flip-box-inner.dl-flip-right:hover .dl-flip-box-back {
    -webkit-transform: rotateY(0);
    transform: rotateY(0)
}
.dl-flip-box-container .dl-flip-box-inner.dl-flip-right .dl-flip-box-back {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg)
}
.dl-flip-box-container .dl-flip-box-inner.dl-flip-right:hover .dl-flip-box-front {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}
.dl-flip-box-container .dl-flip-box-inner.dl-flip-left .dl-flip-box-front,
.dl-flip-box-container .dl-flip-box-inner.dl-flip-left:hover .dl-flip-box-back {
    -webkit-transform: rotateY(0);
    transform: rotateY(0)
}
.dl-flip-box-container .dl-flip-box-inner.dl-flip-left .dl-flip-box-back {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg)
}
.dl-flip-box-container .dl-flip-box.dl-flip-left:hover .dl-flip-box-front {
    -webkit-transform: rotateY(-180deg);
    transform: rotateY(-180deg)
}
.dl-flip-box-container .dl-flip-box-inner.dl-flip-up .dl-flip-box-front,
.dl-flip-box-container .dl-flip-box-inner.dl-flip-up:hover .dl-flip-box-back {
    -webkit-transform: rotateX(0);
    transform: rotateX(0)
}
.dl-flip-box-container .dl-flip-box-inner.dl-flip-up .dl-flip-box-back {
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg)
}
.dl-flip-box-container .dl-flip-box-inner.dl-flip-up:hover .dl-flip-box-front {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg)
}
.dl-flip-box-container .dl-flip-box-inner.dl-flip-down .dl-flip-box-front,
.dl-flip-box-container .dl-flip-box-inner.dl-flip-down:hover .dl-flip-box-back {
    -webkit-transform: rotateX(0);
    transform: rotateX(0)
}
.dl-flip-box-container .dl-flip-box-inner.dl-flip-down .dl-flip-box-back {
    -webkit-transform: rotateX(180deg);
    transform: rotateX(180deg)
}
.dl-flip-box-container .dl-flip-box-inner.dl-flip-down:hover .dl-flip-box-front {
    -webkit-transform: rotateX(-180deg);
    transform: rotateX(-180deg)
}
.dl-flip-box-container.dl-flip-effect-classic .dl-flip-box-back,
.dl-flip-box-container.dl-flip-effect-classic .dl-flip-box-front {
    -webkit-transition: -webkit-transform .6s cubic-bezier(.2, .85, .4, 1.275);
    transition: transform .6s cubic-bezier(.2, .85, .4, 1.275);
    transition: transform .6s cubic-bezier(.2, .85, .4, 1.275), -webkit-transform .6s cubic-bezier(.2, .85, .4, 1.275)
}

/* ==========================================================================
   28.0 Working Process
   ========================================================================== */
.working-process-box{
    padding: 0 30px;
}
.working-process-box .icon-box{
    background-color: #fff;
    width: 110px;
    height: 110px;
    line-height: 110px;
    text-align: center;
    border-radius: 50%;
    position: relative;
    border: 5px solid rgba(0, 0, 0, 0.2);
    display: block;
    font-size: 24px;
    color: #222;
    box-sizing: content-box;
}
.dl-align-left .working-process-box .icon-box{
    margin-right: auto;
}
.dl-align-center .working-process-box .icon-box{
    margin: 0 auto;
}
.dl-align-right .working-process-box .icon-box{
    margin-left: auto;
}
.working-process-box .icon-box img{
    width: 50%;
    margin: 0 auto;
}
.working-process-box .icon-box span{
    background-color: #FE5A0E;
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-weight: 600;
    border: 5px solid rgba(0, 0, 0,0.1);
    box-sizing: content-box;
    position: absolute;
    top: 0;
    right: -15px;
}
.working-process-box .content-box h3{
    color: #222;
    font-size: 22px;
    margin-top: 20px;
}
.working-process-box .content-box p{
    color: #ddd;
}
.working-process-box{
    position: relative;
}
.working-process-box .arrow{
    background-image: url(../img/arrow.png);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 100%;
    content: "";
    position: absolute;
    width: 236px;
    height: 40px;
    left: 245px;
    top: 40px;
}
@media (max-width: 992px) {
    .working-process-box .arrow{ display: none; }
}</pre></body></html>