/*! HTML5 Boilerplate v6.1.0 | MIT License | https://html5boilerplate.com/ */


/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */


/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */


/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}


/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}


/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}


/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}


/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ==========================================================================
   Author's custom styles
   ========================================================================== */


/*------------------------------------------------------------------
[Master Stylesheet]
Theme Name: 	Menu pack
Version:        1.0.0
Author:         ThemeHunter
URL:            https://themeforest.net/user/themexhunter
-------------------------------------------------------------------*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
#1	 Plagins Reset Style
#2	 Global Elements
#3	 Menu Pack Bundle Plagins
#4	 All 19 Menu Bar Hover Style 
#5	 And 3 Menu Bar Hover Style With JS
#5	 Awasome 7 Footer Style
 





/* ==========================================================================
   Helper classes
   ========================================================================== */


/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}


/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
}

.clearfix:after {
    clear: both;
}


/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
(-webkit-min-device-pixel-ratio: 1.25),
(min-resolution: 1.25dppx),
(min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}


/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   https://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        /* Black prints faster */
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }
    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}


/*---------------------------
	Fonts
----------------------------*/

body {
    font-family: "Poppins", sans-serif;
    font-weight: normal;
    font-style: normal;
    overflow-x: hidden;
}

.img {
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
}

.f-left {
    float: left
}

.f-right {
    float: right
}

.fix {
    overflow: hidden
}

a,
.mp-button {
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -ms-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

a:focus,
.button:focus {
    text-decoration: none;
    outline: none;
    list-style: none
}

a:focus,
a:hover,
.portfolio-cat a:hover,
.footer -menu li a:hover {
    text-decoration: none;
}

a,
button {
    color: ;
    outline: medium none;
}

button {
    cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "montserrat", sans-serif;
    color: #313131;
    margin-top: 0px;
    font-style: normal;
    text-transform: normal;
}

a:hover {
    color: inherit;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    color: inherit;
}

p {
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    line-height: 28px;
}

* {
    box-sizing: border-box;
}

.slicknav_menu {
    display: none;
}

.slicknav_nav a {
    font-weight: 600;
}

img {
    display: inline-block;
    max-width: 100%;
    transition: all 0.3s ease-out 0s;
    vertical-align: middle;
    border-style: none;
}

.form-control:focus {
    box-shadow: none;
}

.btn.focus,
.btn:focus {
    box-shadow: none;
}

.menu-area .mainmenu .scroll-click {
    transition: 0.5sec;
}

.menu-pack {
    padding: 0px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 999;
    top: 0px
}

.menu-area .logo {
    margin: 0px;
}

.menu-btm-bar {
    border-bottom: 1px solid #ddd;
}

.menu-area .mainmenu ul li {
    color: #fff;
    margin-top: 8px;
    padding: 0px;
}

.menu-area .mainmenu ul li a:hover {
    color: black;
    text-decoration: vasiable;
}

.hero-main-img-inner img {
    height: auto;
    max-width: 100%;
    vertical-align: top;
}

.hero-banner {
    position: relative;
    display: table;
    width: 100%;
    min-height: 400px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.hero-banner-main {
    background-color: #283593;
    background-image: url(../img/banner.jpg);
    background-attachment: fixed;
    padding: 100px 0px;
    overflow-x: hidden;
    overflow-y: auto;
}

.hero-banner-main:before {
    content: "";
    background: linear-gradient(to right, #643094f0, #d40044e8);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.hero-banner-inside {
    position: relative;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    color: #fff;
    z-index: 1;
}

.hero-main-img {
    position: relative;
}

.hero-main-img-inner {
    margin-top: 120px;
}

.hero-main-info {
    vertical-align: bottom;
    margin-top: 200px;
}

.banner-subtitle {
    font-family: "Poppins", sans-serif;
    font-size: 33px;
    font-weight: 400;
    margin-bottom: 8px;
    text-transform: uppercase;
    letter-spacing: 5.5px;
}

.banner-title {
    font-family: "Poppins", sans-serif;
    font-size: 50px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 40px;
    line-height: 1.2;
}

.mp-button {
    display: inline;
    margin: 0 6px;
}

.mp-button a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    width: 123px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 12px 20px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.25);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.mp-button a:hover {
    top: -5px;
    -webkit-box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.5);
}

.mp-button.btn-color-1 a {
    background-color: #3aaee7;
}

.hero-banner-main .button.btn-color-1 a {
    background: #202020;
}

.mp-button a {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    width: 123px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 12px 20px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.25);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.mp-button.btn-color-2 a {
    background-color: #e41239;
}

.mp-section {
    position: relative;
    padding: 100px 0;
}

.section-whatsnew {
    position: relative;
    color: #fff;
    background: linear-gradient(180deg, #d60b0b 0%, #4c74b7 100%);
    overflow: hidden;
    padding-bottom: 0;
    padding: 80px 0 0;
}

.section-whatsnew:after {
    left: 12%;
    border-bottom: 43vw solid #80d4f9;
    border-left: 100vw solid transparent;
}

.section-whatsnew:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    border-bottom: 40vw solid #80d4f9;
    border-left: 100vw solid transparent;
    opacity: 0.12;
    z-index: 0;
}

.section-whatsnew>.container {
    position: relative;
    z-index: 1;
}

.whatsnew-title-wrapper {
    position: relative;
    padding: 0 15px;
}

.whatsnew-list,
.whatsnew-title-wrapper {
    padding: 0 30px;
}

.section-whatsnew .section-title {
    font-size: 52px;
    text-align: left;
    letter-spacing: 1px
}

.whatsnew-title .li h2 {
    position: relative;
    z-index: 1;
    padding: 0;
    white-space: nowrap;
}

.section-title.section-title-light {
    color: #fff;
}

.whatsnew-title .divider {
    margin-bottom: 60px;
}

.whatsnew-title .divider {
    margin-bottom: 50px;
}

.whatsnew-title .mp-divider {
    display: none;
}

.mp-divider.divider-dark-color span {
    opacity: 1;
    background: url(../img/divider-style8-white.png) no-repeat;
}

.whatsnew-list {
    padding: 30px 15px;
    margin: 0 0 60px;
}

.whatsnew-list li {
    position: relative;
    padding: 0 30px 0 35px;
    margin-bottom: 30px;
}

.whatsnew-list li {
    padding: 0 30px 0 40px;
    list-style: none;
}

.whatsnew-list-icon {
    position: absolute;
    top: -6px;
    left: 0;
    font-size: 25px;
    color: #2afb2a;
}

.whatsnew-list-icon img {
    width: 23px;
    height: auto;
}

.whatsnew-list-desc {
    color: #e1e1e1;
}

.whatsnew-list-desc p {
    font-size: 16px;
    line-height: 1.6;
    margin: 0 0 1.42857143em;
}

.whatsnew-list h4 {
    color: #fff;
    margin-bottom: .5rem;
    font-weight: 500;
    line-height: 1.2;
    font-size: 1.5rem;
    font-family: "montserrat", sans-serif;
}

.whatsnew-mockup-col {
    position: relative;
}

.whatsnew-mockup {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 960px;
}

.section-features {
    padding: 60px 0 80px;
    background: #f9f9f9;
}

.section-features .single-service-features.box-border {
    background: #fff;
    transition: 0.4s;
    margin-top: 40px;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}

.section-features .single-service-features {
    background: #ddd;
    padding: 25px;
    margin: 0 0 30px;
}

.single-service-features.box-border .service-icon {
    margin-bottom: 25px;
}

.single-service-features.box-border .service-icon i {
    font-size: 35px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    background: transparent;
    color: #324cec;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -ms-transition: 0.4s;
}

.single-service-features .services-content h3 {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 17px;
    letter-spacing: 1px;
    font-weight: 500;
}

.single-service-features.box-border:hover .services-content h3 {
    color: #fff;
}

.single-service-features.box-border:hover {
    background: #324cec;
}

.single-service-features.box-border:hover .service-icon i {
    background: #fff;
    color: #324cec;
}

.section-dash {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
    background-color: #fff;
}

.section-dash h2 {
    font-size: 30px;
}

.btn-custom {
    background-color: #324cec;
    border: 1px solid #324cec;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    width: 158px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 12px 20px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.25);
    transition: all 0.2s ease-in-out;
}

.btn-custom:hover {
    color: #324cec;
    background: #fff;
    border: 1px solid #324cec;
}

.section-dash .ml-40 {
    margin-bottom: 80px;
}

.section-dash .home-page-run .counter-icon i {
    font-size: 35px;
}

.section-dash .home-page-run.counter-up-three .counter-wrapper {
    border: 3px solid #ddd;
    padding: 40px;
}

.section-dash .home-page-run.counter-up-three .counter-wrapper:hover {
    border: 3px solid #324cec;
}

.section-blocks {
    padding-top: 100px;
    padding-bottom: 100px;
    background: #f9f9f9;
}

.mp-box {
    margin-bottom: 70px;
}

.section-title {
    font-size: 28px;
    font-weight: 800;
    color: #212121;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 12px;
    letter-spacing: 3px;
}

.mp-divider {
    position: relative;
    width: 100%;
    height: 5px;
    margin: 30px 0 30px;
}

.section-features .divider {
    margin: 0 0 80px;
}

.mp-divider:before {
    left: 0;
}

.mp-divider:before,
.divider:after {
    position: absolute;
    content: '';
    top: 2px;
    width: calc(50% - 50px);
    height: 1px;
    background-color: #e9e9e9;
}

.mp-divider span {
    display: block;
    width: 86px;
    height: 5px;
    margin: auto;
    opacity: 0.25;
    background: url(../img/divider-style8-black.png) no-repeat;
}

.mp-divider:after {
    right: 0;
}

.mp-divider:before,
.mp-divider:after {
    position: absolute;
    content: '';
    top: 2px;
    width: calc(50% - 50px);
    height: 1px;
    background-color: #e9e9e9;
}

.icon-list-wrapper {
    text-align: inherit;
    padding-bottom: 20px;
}

.icon-list-wrapper .icon-list-icon {
    width: 80px;
    margin: 0;
}

.icon-list-wrapper .icon-list-icon {
    margin-bottom: 42px;
}

.icon-list-wrapper .icon-list-icon,
.icon-list-wrapper .icon-list-details {
    display: table-cell;
    vertical-align: top;
}

.icon-list-wrapper .icon-list-icon span {
    display: block;
    margin: 0 auto;
    text-align: inherit;
    font-size: 45px;
    position: relative;
    top: -14px;
}

.icon-list-wrapper .icon-list-icon img {
    width: 50px;
}

.icon-list-wrapper h4 {
    font-size: 1.3rem;
    font-weight: 500;
    text-transform: uppercase;
    margin: 0 0 8px;
    font-family: "Poppins", sans-serif;
    color: #212121;
}

.icon-list-wrapper p {
    margin: 0 0 1.42857143em;
    color: #969696;
    font-size: 15px;
}

.fade:not(.show) {
    opacity: 1;
}

.th-tbs2 {
    width: 100%;
}

.nav-tabs .nav-link.active {
    color: #000000;
    background: #ffffff;
}

.nav-tabs .nav-link {
    color: #000;
    font-weight: 500;
    font-size: 15px;
    text-transform: uppercase;
    background: #e8e8e8;
    border-top: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
}

.th-tbs2 .nav-tabs {
    text-align: center;
    display: block;
}

.th-tbs2 .tablinks ul li {
    border-bottom: none;
    border-radius: 0;
    margin-bottom: 0;
    display: inline-block;
    float: none;
    margin-right: 11px;
    background: white;
}

.th-tbs2 .tablinks .active a {
    color: #000000;
    background: #ffffff;
}

.nav-tabs .nav-item {
    margin-bottom: -1px;
    margin-right: 15px;
    display: inline-block;
}

.nav-link {
    display: block;
    padding: .5rem 1rem;
    font-size: 16px;
    font-weight: 500;
    font-family: "Rubik" Sans-serif;
    text-align: center;
}

.tab-content {
    padding: 10px 0px 0px 0px;
}


/*****	 demo  *****/

.home-img-box {
    padding: 12px 0 30px 0;
    text-align: center;
}

.home-img-box a {
    display: block;
    -webkit-transition: all 400ms ease-in-out;
    -moz-transition: all 400ms ease-in-out;
    -o-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
    border-radius: 2px;
}

.home-img-box img {
    width: 100%;
    height: auto;
    border: 3px solid #c3c3c3;
    box-shadow: 0 0px 28px 1px rgba(56, 48, 48, 0.09);
    position: relative;
    top: 0;
    border-radius: 2px;
}

.home-img-box:hover img {
    box-shadow: 0 70px 70px rgba(0, 0, 0, 0.2);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
    z-index: 3;
}

.home-img-box h5 {
    font-weight: 700;
    margin-top: 20px;
    font-size: 18px;
    line-height: 30px;
}


/*****	 demo  *****/

.widget-container {
    -webkit-transition: background .3s, border .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s;
    transition: background .3s, border .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s;
    -o-transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, -webkit-border-radius .3s, -webkit-box-shadow .3s;
}

.mini-box {
    width: 20%;
    padding: 15px;
    margin-top: 10px;
}

.minibox1-wrap {
    margin: 0px -11px;
    width: 100%;
}

.minibox1-wrap .mini-box {
    float: left;
    width: 20%;
}

.minibox1-wrap .more-btn {
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
}

.minibox1-wrap .contentbox {
    position: relative;
    top: 0px;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.14);
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.minibox1-wrap .contentbox:hover {
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.2);
}

.minibox1-wrap .contentbox:hover::after {
    width: 100%;
}

.minibox1-wrap .contentbox::after {
    background-color: transparent;
    background-image: linear-gradient(144deg, #1034A6 0%, #ff0505 100%);
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    transition: all 0.4s ease-in-out 0s;
    width: 0;
}

.minibox1-wrap .contentbox {
    text-align: center;
    height: 160px;
    position: relative;
    background-color: #FFFFFF;
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.06);
    -moz-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.06);
    -ms-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.06);
}

.minibox1-wrap .contentbox:hover {
    top: -5px;
}

.minibox1-wrap .tbinr {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.img-wrap {
    font-size: 47px;
}

.mp-title {
    margin: 0px 0px 0px 0px;
    color: #595959;
    font-family: "Poppins", Sans-serif;
    font-size: 15px;
    font-weight: 500;
}

.section-demo {
    padding-top: 100px;
    padding-bottom: 100px;
    background: #f7f7f7;
}

.scroll-header {
    animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
    background: #324ece none repeat scroll 0 0;
    border-bottom: 0px solid #ccc9c7;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
}

.scroll-header {
    position: fixed !important;
}

.bounce {
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}


/* Scroll down indicator (bouncing) */

@-webkit-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -webkit-transform: translateY(0);
        transform: translateX(0);
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

@-moz-keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-30px);
    }
    60% {
        transform: translateY(-15px);
    }
}

@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    40% {
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    60% {
        -ms-transform: translateY(-15px);
        transform: translateY(-15px);
    }
}

.fa-chevron-down {
    color: #d41212 !important;
    bottom: 10px;
    margin-left: 11em;
    margin-top: 10px;
    cursor: pointer;
    opacity: 1;
    -webkit-transition: 1.2s ease;
    text-align: center;
}

#scrollUp {
    background-color: #1034A6;
    bottom: 80px;
    color: #fff;
    font-size: 16px;
    height: 40px;
    line-height: 41px;
    right: 30px;
    text-align: center;
    transition: all 0.3s ease 0s;
    width: 40px;
}

#scrollUp:hover {
    background: #ff0505;
    color: #fff;
}


/* layout */

.wrap_nav {
    width: 100%;
    height: 70px;
}

.bg-1 {
    background-color: #5175C0;
}

.bg-2 {
    border-bottom: 1px solid #ddd;
    padding: 0px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 2;
    width: 100%;
    top: 0px;
}

.bg-3 {
    background-color: #444444bf;
}

.bg-4 {
    border-bottom: 1px solid #ddd;
    padding: 0px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 2;
    width: 100%;
    top: 0px;
}

.bg-5 {
    background-color: #066188;
}

.bg-6 {
    border-bottom: 1px solid #fff;
    padding: 0px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 2;
    width: 100%;
    top: 0px;
}

.bg-7 {
    background-color: #9bb0c5;
}

.bg-8 {
    border-bottom: 1px solid #ddd;
    padding: 0px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 2;
    width: 100%;
    top: 0px;
}

.bg-9 {
    background-color: #1034A6;
}

.bg-10 {
    border-bottom: 1px solid #ddd;
    padding: 0px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 2;
    width: 100%;
    top: 0px;
}

.bg-11 {
    background-color: #119696;
}

.bg-12 {
    border-bottom: 0px solid #ddd;
    padding: 0px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 2;
    width: 100%;
    top: 0px;
}

.bg-12 .mainmenu ul {
    padding-left: 40px;
}

.bg-13 {
    background-color: #ececec;
}

.bg-13 .mainmenu ul li a:hover {
    color: #000000;
}

.bg-13 .slicknav_nav a {
    color: #757575;
}

.bg-14 {
    border-bottom: 0px solid #ddd;
    padding: 0px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 2;
    width: 100%;
    top: 0px;
}

.bg-14 .slicknav_nav a {
    background: #757575;
}

.bg-15 {
    background: linear-gradient(to right, #3264f5 2%, #0080ff 82%);
}

.bg-16 {
    border-bottom: 1px solid #ddd;
    padding: 0px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 2;
    width: 100%;
    top: 0px;
}

.bg-17 {
    background-color: #1ec100;
}

.bg-18 {
    border-bottom: 1px solid #ddd;
    padding: 0px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 2;
    width: 100%;
    top: 0px;
}

.bg-19 {
    background-color: #55bb16;
}

.bg-20 {
    border-bottom: 1px solid #ddd;
    padding: 0px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 2;
    width: 100%;
    top: 0px;
}

.bg-20 .mainmenu ul li #logo-navbar-middle {
    margin-top: -6px;
}

.bg-27 .mainmenu ul li #logo-navbar-middle {
    margin-top: -2px;
}

.bg-21 {
    background-color: #000;
}

.bg-21 .logo {
    border-bottom: 1px solid #b3b3b3;
}

.bg-22 {
    border-bottom: 0px solid #ddd;
    padding: 0px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 2;
    width: 100%;
    top: 65px;
}

.bg-22 {
    border-bottom: 0px solid #ddd;
    padding: 0px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 2;
    width: 100%;
    top: 65px;
}

.bg-23 {
    background-color: #b3af24;
    z-index: 88888888;
    position: relative;
}

.nav-barger-25 .social {
    text-align: left;
}

.bg-27 {
    background-color: #c71111;
}

.logo-area-mp {
    border-bottom: 0px solid #ddd;
    padding: 0px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 2;
    width: 100%;
    top: 0px;
}

.bdt-advanced-icon-box-badge {
    transform: translate(6px, 6px) rotate(0deg);
    position: absolute;
}

.bdt-advanced-icon-box-badge span {
    background-color: #ff0000;
    border-radius: 3px 3px 3px 3px;
    padding: 8px 10px 8px 10px;
    font-size: 10px;
    color: #fff;
    font-weight: 600;
}

.mmp {
    text-align: right;
}

.mmp .sub-menu {
    text-align: left;
}

.mainmenu .sub-menu {
    text-align: left;
}

#nav-21 .sub-menu {
    text-align: left;
}

.logo-area-mp-21 {
    background: #000;
}

.logo-area-mp .mp-nam {
    border-bottom: 1px solid #fff;
}

.mp-nam {
    border-bottom: 1px solid #fff;
}

.form {
    position: relative;
    margin-top: 16px;
}

input {
    height: 30px;
    padding: 6px 35px 6px 15px;
    border: 1px solid #ececec;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form button {
    background: transparent;
    border: 0;
    outline: 0;
    color: #acabab;
    position: absolute;
    right: 18px;
    top: 0;
}

.ftp i {
    color: #fff;
}

.header-button {
    margin-top: 12px;
}

.header-button a {
    border: 1px solid #fff;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    padding: 15px 38px;
    position: relative;
    transform: perspective(1px) translateZ(0px);
    transition: color 0.3s ease 0s;
    vertical-align: middle;
}

.header-button a:hover {
    color: #000;
}

.header-button a::before {
    background: #fff none repeat scroll 0 0;
    border-radius: 30px;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 50% 0 0;
    transition-duration: 0.3s;
    transition-property: transform;
    transition-timing-function: ease-out;
    z-index: -1;
}

.header-button a:hover::before {
    transform: scaleY(1);
}

.logo {
    margin-top: -2px;
}

.social ul {
    padding: 0px;
}

.social {
    text-align: right;
}

.social ul li {
    margin-top: 22px;
    padding-right: 13px;
    display: inline-block;
}

.social ul li a {
    font-size: 14px;
    font-size: 1.06667rem;
    color: #fff;
}

.social ul li a:hover {
    color: #ffe800;
}

.tmp ul {
    padding-left: 90px;
}

.tmp ul li {
    margin-top: 22px;
    display: inline-block;
    position: relative;
    list-style: none;
}

.tmp ul li a {
    color: #fff;
    font-size: 16px;
    padding: 18px 8px 0 10px;
    margin: 0px 10px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.4sec;
    border-right: 2px dotted transparent;
}

.tmp ul li a:hover {
    border-right: 2px dotted #ffffff;
    padding-bottom: 24px;
}

.tmp ul li .sub-menu {
    background: #ffffff none repeat scroll 0 0;
    border-top: 2px solid #ffe800;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    left: -8px;
    opacity: 0;
    position: absolute;
    top: 150%;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 220px;
    z-index: 9;
    padding: 0px;
    margin-top: 20px;
}

.tmp ul li:hover .sub-menu {
    opacity: 1;
    top: 100%;
    visibility: visible
}

.tmp ul li .sub-menu li {
    display: block;
    position: relative;
    margin: 0px;
    padding: 0px;
}

.tmp ul li .sub-menu li a {
    color: #666666;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
    padding: 15px 30px;
    display: block;
}

.tmp ul li:hover>.sub-menu li>a:hover {
    color: #fff;
    background: #525252;
    border-right: none;
}

.pack ul {
    padding: 0px;
    margin-bottom: 0rem;
    padding-left: 90px;
}

.pack ul li {
    margin-top: 22px;
    display: inline-block;
    position: relative;
    list-style: none;
}

.pack ul li a {
    color: #fff;
    font-size: 16px;
    padding: 0px 10px;
    margin: 0px 10px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.4sec;
}

.pack ul li>a:hover {
    background-color: #fff;
    color: #000;
    padding: 26px 10px;
}

.pack ul li .sub-menu {
    background: #ffffff none repeat scroll 0 0;
    border-top: 2px solid #ffe800;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    left: -8px;
    opacity: 0;
    position: absolute;
    top: 150%;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 220px;
    z-index: 9;
    padding: 0px;
    margin-top: 20px;
}

.pack ul li:hover .sub-menu {
    opacity: 1;
    top: 100%;
    visibility: visible
}

.pack ul li .sub-menu li {
    display: block;
    position: relative;
    margin: 0px;
    padding: 0px;
}

.pack ul li .sub-menu li a {
    color: #666666;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
    padding: 15px 30px;
    display: block;
}

.pack ul li:hover>.sub-menu li>a:hover {
    color: #fff;
    background: #525252;
}

.mainmenu ul {
    margin: 0;
    padding-left: 90px;
}

.main ul li {
    overflow: hidden;
}

.mainmenu ul li {
    position: relative;
    line-height: 45px;
    position: relative;
    display: inline-block;
    padding: 0;
    font-size: 0;
    margin-top: 8px;
}

.bg-13 .mainmenu ul li a {
    color: #656565;
}

.bg-13 .social ul li a {
    color: #545454;
}

.bg-20 .mainmenu ul li {
    margin-top: 0px;
}

.bg-27 .mainmenu ul li {
    margin-top: -4px;
}

.mainmenu ul li a {
    margin: 0 auto;
    position: relative;
    padding: 5px 12px;
    color: #fff;
    font-weight: 600;
    font-family: "montserrat", sans-serif;
    display: block;
    font-size: 16px;
    text-decoration: none;
}

.mainmenu a i {
    float: left;
    font-size: 14px;
    margin-right: 6px;
    line-height: 47px !important;
}

.mainmenu ul li a:hover {
    color: #ffe800;
}

.mainmenu ul li .sub-menu {
    background: #ffffff none repeat scroll 0 0;
    border-top: 2px solid #ffe800;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    /* left: -8px; */
    opacity: 0;
    position: absolute;
    top: 150%;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 220px;
    z-index: 9;
    padding: 0px;
    margin-top: 5px;
}

.mainmenu ul li:hover .sub-menu {
    opacity: 1;
    top: 100%;
    visibility: visible
}

.mainmenu ul li .sub-menu li {
    display: block;
    position: relative;
    margin: 0px;
    padding: 0px;
}

.mainmenu ul li .sub-menu li a {
    color: #666666;
    font-size: 13px;
    font-weight: 400;
    margin: 0;
    padding: 3px 22px;
    display: block;
}

.mainmenu ul li:hover>.sub-menu li>a:hover {
    color: #fff;
    background: #525252;
}

.form .form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 13px;
    line-height: 1.5;
    color: #495057 !important;
    background-color: #fff !important;
    background-clip: padding-box;
    border: 0px;
    border-radius: 0rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form button {
    background: transparent;
    border: 0;
    outline: 0;
    color: #acabab;
    position: absolute;
    right: 18px;
    top: 4px;
    font-size: 14px;
}

.logo-nav-25 {
    position: fixed;
    top: 10px;
    right: 40px;
    z-index: 10;
}

.nav-barger-25 .burger span,
.nav-barger-25 .burger span::before,
.nav-barger-25 .burger span::after {
    background-color: #ffffff;
}

.nav-barger-25 .burger {
    left: 20px;
    width: 50px;
    height: 50px;
    position: fixed;
    top: 20px;
    border-radius: 4px;
    z-index: 10;
}

.nav-barger-25 nav {
    background-color: #2a2a2a;
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
    height: 100%;
    max-width: 515px;
    width: 100%;
    padding: 100px 40px 60px 40px;
    overflow-y: auto;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(-100%);
    -webkit-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}


/*  BURGER
========================================== */

.burger {
    width: 50px;
    height: 50px;
    position: fixed;
    top: 20px;
    right: 20px;
    border-radius: 4px;
    z-index: 10;
}

.logo-nav-26 {
    position: fixed;
    top: 10px;
    left: 20px;
    z-index: 10;
}

.burger span {
    position: relative;
    margin-top: 9px;
    margin-bottom: 9px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -15px;
    margin-top: -1.5px;
}

.burger span,
.burger span::before,
.burger span::after {
    display: block;
    width: 30px;
    height: 3px;
    background-color: #fff;
    outline: 1px solid transparent;
    -webkit-transition-property: background-color, -webkit-transform;
    -moz-transition-property: background-color, -moz-transform;
    -o-transition-property: background-color, -o-transform;
    transition-property: background-color, transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

.burger span::before,
.burger span::after {
    position: absolute;
    content: "";
}

.burger span::before {
    top: -9px;
}

.burger span::after {
    top: 9px;
}

.burger.clicked span {
    background-color: transparent;
}

.burger.clicked span::before {
    -webkit-transform: translateY(9px) rotate(45deg);
    -moz-transform: translateY(9px) rotate(45deg);
    -ms-transform: translateY(9px) rotate(45deg);
    -o-transform: translateY(9px) rotate(45deg);
    transform: translateY(9px) rotate(45deg);
}

.burger.clicked span::after {
    -webkit-transform: translateY(-9px) rotate(-45deg);
    -moz-transform: translateY(-9px) rotate(-45deg);
    -ms-transform: translateY(-9px) rotate(-45deg);
    -o-transform: translateY(-9px) rotate(-45deg);
    transform: translateY(-9px) rotate(-45deg);
}

.burger.clicked span:before,
.burger.clicked span:after {
    background-color: #ffffff;
}

.burger:hover {
    cursor: pointer;
}


/*  NAV-26
========================================== */

nav:not(.yoast-breadcrumbs) {
    background-color: #2a2a2a;
    position: fixed;
    z-index: 9;
    top: 0;
    right: 0;
    height: 100%;
    max-width: 515px;
    width: 100%;
    padding: 100px 40px 60px 40px;
    overflow-y: auto;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -moz-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -o-transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

nav.show {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
}

nav.show ul.main li {
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
}

nav.show ul.main li:nth-child(1) {
    transition-delay: 0.15s;
}

nav.show ul.main li:nth-child(2) {
    transition-delay: 0.3s;
}

nav.show ul.main li:nth-child(3) {
    transition-delay: 0.45s;
}

nav.show ul.main li:nth-child(4) {
    transition-delay: 0.6s;
}

nav.show ul.main li:nth-child(5) {
    transition-delay: 0.75s;
}

nav.show ul.main li:nth-child(6) {
    transition-delay: 0.9s;
}

nav.show ul.main li:nth-child(7) {
    transition-delay: 1.05s;
}

nav.show ul.main li:nth-child(8) {
    transition-delay: 1.2s;
}

nav.show ul.main li:nth-child(9) {
    transition-delay: 1.35s;
}

nav.show .about,
nav.show .social,
nav.show ul.sub {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    transition-delay: .85s;
}

@media (min-width: 667px) {
    nav:not(.yoast-breadcrumbs) {
        padding: 120px 90px 70px 90px;
    }
}

nav ul.main {
    list-style-type: none;
}

nav ul.main li {
    margin-bottom: 20px;
    -webkit-transform: translateX(40px);
    -moz-transform: translateX(40px);
    -ms-transform: translateX(40px);
    -o-transform: translateX(40px);
    transform: translateX(40px);
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

nav ul.main li:last-of-type {
    margin-bottom: 0px;
}

nav ul.main li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 1.5rem;
    display: block;
    letter-spacing: 0px;
    font-weight: 600;
    padding: 10px 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

nav .main li .active {
    color: #d41212;
}

nav ul.main li a span {
    color: #b7ac7f;
}

nav ul.main li a:hover {
    color: #b7ac7f;
}

.list-unstyled {
    padding-left: 43px;
}

nav ul li .sub-menu {
    top: 150%;
    transition: all 0.3s ease 0s;
}

nav ul li:hover .sub-menu {
    opacity: 1;
    top: 100%;
    visibility: visible
}

nav ul li .sub-menu li {
    display: block;
    position: relative;
    margin: 0px;
    padding: 0px;
}

nav ul li .sub-menu li a {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    padding: 3px 22px;
    display: block;
}

nav ul li:hover>.sub-menu li>a:hover {
    color: #fff;
    padding-left: 8px;
}

nav .social {
    margin-left: 25px;
    margin-top: 40px;
    position: relative;
    padding-bottom: 30px;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

nav .social a i {
    display: inline-block;
    margin-right: 18px;
    width: 39px;
    height: 39px;
    line-height: 24px;
    border-width: 0px;
    border-style: solid;
    border-radius: 26px;
    color: #0c0c0c;
    padding: 8px 13px;
    background: #eeeeee;
}

nav .social a i:hover {
    color: #fff;
    background: #d41212;
}


/*  OVERLAY
========================================== */

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #b7ac7f;
    opacity: 0;
    visibility: hidden;
}

.overlay.show {
    opacity: 0.8;
    visibility: visible;
}

.main-header-2 {
    padding: 0px;
    left: 0;
    position: absolute;
    right: 0;
    border-bottom: 1px solid #fff;
    z-index: 999;
    top: 0px;
}

.megamenu-area-2 {
    padding: 0px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 999;
    top: 70px;
}

.header-area {
    position: relative;
    background: #b3af24;
    border-bottom: 1px solid #fff;
}

.scroll-header {
    top: 0px !important;
}

.exo-menu p {
    font-size: 14px;
    line-height: 1.6;
    font-family: "Montserrat", sans-serif;
    margin: 0 0 1.42857143em;
}

.exo-menu {
    width: 100%;
    float: left;
    list-style: none;
    position: relative;
    margin-bottom: 0em;
}

.exo-menu>li {
    display: inline-block;
    float: left;
    padding: 8px 0px;
}

.megamenu-area ul {
    margin-bottom: 0rem;
}

.exo-menu>li>a {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    -webkit-transition: color 0.2s linear, background 0.2s linear;
    -moz-transition: color 0.2s linear, background 0.2s linear;
    -o-transition: color 0.2s linear, background 0.2s linear;
    transition: color 0.2s linear, background 0.2s linear;
}

.exo-menu>li:hover .Home {
    display: block;
}

.exo-menu>li>a.active,
.exo-menu>li>a:hover,
li.drop-down ul>li>a:hover {
    color: #fff;
    position: relative;
}

.exo-menu>li>a:hover,
li .drop-icon a {
    background: transparent;
}

.exo-menu>li>.active a:hover {
    background: transparent;
}


/*Home*/

.Home {
    right: 0;
    min-height: 100%;
    left: 0;
    display: none;
    color: #fefefe;
    padding: 15px;
    background: #fff;
}

.Home .Home-title {
    color: #000;
    padding-top: 20px;
    font-size: 18px;
    font-weight: 600;
}

.Home .Home-des {
    margin: 0 0 1.42857143em;
    color: #969696;
}

.Home a.view-more {
    margin-top: 0px;
}

.mp-megamenu {}

.visible-xs-block {
    display: none;
}

.list-style-16 li {
    line-height: 24px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 30px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.list-style-16 li:after {
    color: #86bc42;
}

.whatsnew-list-icon .fa-check:before {
    content: "\f00c";
}

.list-style-16 li:after {
    content: "\f00c";
    font-family: FontAwesome;
    position: absolute;
    left: 0px;
    top: 1px;
    z-index: 1;
    color: #d41212;
}

.exo-menu a i {
    float: left;
    font-size: 14px;
    margin-right: 6px;
    line-height: 27px !important;
}


/*mega menu*/

.mega-menu {
    left: 0;
    right: 0;
    padding: 15px;
    display: none;
    padding-top: 0;
    min-height: 100%;
}

.mega-menu {
    background-color: #fff;
}

.mega-menu .img-responsive {
    margin-top: 10px;
}

h4.row.mega-title {
    color: #0a0a0a;
    margin-top: 0px;
    font-size: 14px;
    font-weight: 600;
    padding-left: 15px;
    padding-bottom: 13px;
    text-transform: uppercase;
    border-bottom: 1px solid #ad160a;
    padding-top: 15px;
}

.mega-menu ul li a {
    line-height: 27px;
    font-size: 13px;
    font-family: "Rubik", sans-serif;
    display: block;
    opacity: 0.7;
    color: #000;
}

.mega-menu ul li a:hover {
    opacity: 1;
}

.mega-menu ul li .view-more {
    color: #fff;
}

.exo-menu ul {
    margin-right: 0px;
    list-style: none;
    padding: 0;
}

ul.stander li a {
    padding: 3px 0px;
}

ul.description li {
    padding-bottom: 12px;
    line-height: 8px;
    color: #000;
}

ul.description li span {
    color: #a8a8a8;
    font-family: "Rubik", sans-serif;
    font-size: 85%;
}

a.view-more {
    font-size: 12px;
    /* padding: 4px 6px; */
    border-radius: 1px;
    margin-top: 15px;
    color: #fff;
    background-color: #d41212;
    padding: 8px 16px !important;
    line-height: 21px !important;
    display: inline-block !important;
}

a.view-more:hover {
    color: #fff;
    background: #d41212;
}

ul.icon-des li a i {
    color: #fff;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    background-color: #d41212;
    line-height: 35px !important;
}

ul.icon-des li {
    width: 100%;
    display: table;
    margin-bottom: 11px;
}


/*pages DropDown*/

.pages {
    display: none;
    color: #fefefe;
    background: #fff;
}

.exo-menu .pages .sub-menu {
    background: #ffffff none repeat scroll 0 0;
    border-top: 2px solid #ffe800;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
    left: -8px;
    opacity: 0;
    position: absolute;
    top: 150%;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    width: 220px;
    z-index: 9;
    padding: 0px;
    margin-top: 0px;
}

.exo-menu .pages .sub-menu {
    opacity: 1;
    top: 100%;
    visibility: visible
}

.exo-menu .pages .sub-menu li {
    display: block;
    position: relative;
    margin: 0px;
    padding: 0px;
}

.exo-menu .pages .sub-menu li a {
    color: #666666;
    font-size: 14px;
    font-weight: 400;
    margin: 0;
    padding: 15px 30px;
    display: block;
}

.exo-menu .pages:hover>.sub-menu li>a:hover {
    color: #fff;
    background: #ffe800;
}


/*service*/

.service {
    left: 0;
    display: none;
    color: #fefefe;
    border-top: 2px solid #red;
    padding: 15px;
    background: #fff;
}

.service h4 {
    color: #545454;
    padding-top: 20px;
    font-size: 18px;
    font-weight: 600;
}

.exo-menu .service p {
    color: #929292;
    font-size: 17px;
    padding: 20px 16px;
    margin: 0px;
    display: inline-block;
}


/*hover*/

.Home:hover,
.pages:hover,
.service:hover,
.mega-menu:hover,
.pages-drop-down>a:hover+.pages,
.Home-drop-down>a:hover+.Home,
.service-drop-down>a:hover+.service,
.mega-drop-down a:hover+.mega-menu {
    display: block;
}


/*responsive*/

@media (min-width:767px) {
    .exo-menu>li>a {
        display: block;
        padding: 15px 18px;
    }
    .Home,
    .mega-menu,
    .service,
    .pages {
        position: absolute;
        margin-top: 0px;
    }
}

@media (max-width:767px) {
    .exo-menu {
        min-height: 60px;
        width: 100%;
    }
    .exo-menu>li>a {
        width: 100%;
        display: none;
    }
    .exo-menu>li {
        width: 100%;
    }
    .display.exo-menu>li>a {
        display: block;
        padding: 20px 22px;
    }
    .Home,
    .mega-menu,
    .service,
    .pages {
        position: relative;
    }
}

a.toggle-menu {
    position: absolute;
    right: 0px;
    padding: 21px 30px;
    font-size: 13px;
    color: #ffffff;
    top: 0px;
    font-weight: 700;
}

.d-flex {
    align-items: center;
    display: flex;
}

.vh {
    height: 100vh;
}

.slider-wrapper:before {
    background: rgba(0, 0, 0, 0.3);
    content: "";
    height: 100%;
    filter: alpha(opacity=80);
    position: absolute;
    width: 100%;
}

.particles-effect {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    z-index: 10;
}

#intro {
    background: url(../img/slider/ripple-bg.jpg) fixed no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    height: 657px;
    color: #fff;
}

#intro-2 {
    background: url(../img/slider/salon.jpg) fixed no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    height: 657px;
    color: #fff;
}

.slider-wrapper {
    background-position: center center;
    background-size: cover;
    position: relative;
}

.slider-wrapper h1 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    padding: 12px 0px;
    font-size: 55px;
    color: #fff;
    margin-bottom: 0;
    text-align: center;
    letter-spacing: 0px;
}

.slider-text-animation h3,
.slider-text-animation h1,
.slider-text-animation p,
.slider-text-animation span,
.header-button.new-btn>a {
    animation-duration: 1s;
    animation-fill-mode: both;
    animation-name: fadeOutDown;
}

.active .slider-text-animation h3,
.active .slider-text-animation h1,
.active .slider-text-animation span,
.active .slider-text-animation p,
.active .header-button.new-btn>a {
    animation-name: fadeInUp;
}

.slider-text-animation h3 {
    animation-delay: 0.2s;
}

.slider-text-animation span {
    animation-delay: 0.4s;
}

.slider-text-animation h1 {
    animation-delay: 0.6s;
}

.slider-text-animation p {
    animation-delay: 1.2s;
}

.header-button.new-btn>a {
    animation-delay: 1.5s;
}

.slider-active-owl .owl-nav div {
    background: #1034A6;
    border-radius: 0%;
    color: #ffffff;
    font-size: 30px;
    height: 60px;
    left: 0;
    line-height: 60px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease 0s;
    width: 60px;
}

.slider-active-owl .owl-nav div.owl-next {
    left: auto;
    right: 0;
}

.slider-active-owl .owl-nav div:hover {
    background: #fff;
    color: #000;
}

.slider-active-owl:hover .owl-nav div {
    left: 40px;
    opacity: 1;
}

.slider-active-owl:hover .owl-nav div.owl-next {
    left: auto;
    right: 60px;
}

.banner-inner .slider-wrapper h1 {
    text-align: left;
}

.banner-inner .slider-wrapper h3 {
    text-align: left;
}

.banner-inner .header-button {
    text-align: left;
}

.banner-inner-right .slider-wrapper h1 {
    text-align: right;
}

.banner-inner-right .slider-wrapper h3 {
    text-align: right;
}

.banner-inner-right .slider-wrapper .slider-btn {
    margin-top: 18px;
    text-align: right;
}

.banner-inner-right .slider-wrapper .slider-btn a {
    text-align: center;
}

.slider-wrapper h3 {
    font-size: 2.2rem;
    margin-top: 0rem;
    text-align: center;
    color: #fff;
    font-weight: 500;
    margin-bottom: 0;
    padding: 4px 0px;
}

.slider-wrapper .slider-btn {
    margin-top: 12px;
    text-align: center;
}

.slider-wrapper .header-button a,
.header-button.nt-btn a {
    border: none;
    background: #1034A6;
}

.banner-inner .slider-wrapper .slider-btn {
    margin-top: 18px;
    text-align: left;
}

.banner-inner .slider-wrapper .slider-btn a {
    text-align: center;
}

.slider-wrapper p {
    font-size: 17px;
    margin-top: 0rem;
    width: 65%;
    text-align: center;
    margin: 5px auto;
    color: #fff
}

.banner-inner .slider-wrapper p {
    text-align: left;
    margin: 0;
    width: 60%;
}

.slider-wrapper h4 {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    margin: 0 auto;
    font-size: 24px;
    color: #c1c1c1;
    text-align: center;
    letter-spacing: 0px;
    display: table;
}

.particles-js-canvas-el {
    position: absolute;
}

.video-background {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
}

.myphoto {
    height: 200px;
    width: 200px;
    margin-left: 28em;
    position: relative;
    border: 5px solid #ffffff;
    display: inline-block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}

.bg-new-13 .slider-wrapper:before {
    height: auto;
}

.mp-margin {
    margin-top: 25px;
}

.hero-img {
    animation-delay: 1s;
    animation: move 4.2s linear infinite;
}

#message_wrapper {
    width: 100%;
    background-color: #fff;
    min-height: 100px;
}

.contentleft {
    float: left;
    line-height: 1.6em;
}

#message_wrapper .contentleft p {
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;
    color: #5f5f5f;
    margin-top: 33px;
    font-weight: 500;
}

.contentright {
    float: right;
    line-height: 1.6em;
}

.button_green_image {
    display: block;
    position: relative;
    margin: 28px 0;
}

.button_green_image a {
    text-decoration: none;
    float: left;
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border: none;
    border-bottom: 3px solid #460006;
    padding: 10px 30px 7px 46px;
    background: url(../img/link.png) no-repeat scroll 19px 13px #d41212;
    transition: all .5s ease-in;
    -o-transition: all .5s ease-in;
    -moz-transition: all .5s ease-in;
    -webkit-transition: all .5s ease-in;
    text-transform: uppercase;
}

.home_btn {
    margin-top: 20px;
}

.home_btn a {
    margin-bottom: 20px;
    margin-right: 20px;
}

.bg-new-13.banner-inner .slider-wrapper p {
    width: 100%;
}

.bg-new-13 .get_btn {
    background: #fff;
    color: #4776e6;
    border-color: #fff
}

.learn_btn {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid #fff;
    border-radius: 0px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    overflow: hidden;
    padding: 12px 45px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.learn_btn:hover {
    background: #fff;
    color: #333;
    border: 2px solid #fff;
}

.get_btn {
    background: #55bb16;
    border: 2px solid #6dc110;
    border-radius: 0px;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    overflow: hidden;
    padding: 12px 45px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
}

.get_btn:hover,
.get_btn:focus {
    background: #fff;
    color: #333;
    border: 2px solid #fff;
}

.video_btn {
    position: relative;
    height: 80px;
    width: 80px;
    background: #3aaee7;
    text-align: center;
    display: inline-block;
    line-height: 80px;
    color: #fff;
    border-radius: 50%;
    transition-duration: 0s;
    -ms-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
}

.video_btn:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 95px;
    width: 95px;
    border: 3px solid #3aaee7;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: .3;
    animation: pulse-border 1500ms ease-out infinite;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}

.video_btn.small {
    width: 50px;
    height: 50px;
    line-height: 50px
}

.video_btn.small:after {
    height: 50px;
    width: 50px
}

.video_btn.small:before {
    height: 65px;
    width: 65px
}

.Home .video_btn i {
    font-size: 18px;
    float: none;
    margin-right: 0px;
    line-height: 26px !important;
}

.video_btn:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 80px;
    width: 80px;
    border: 3px solid #3aaee7;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: .3;
    animation: pulse-border 1500ms ease-out infinite;
}

.banner-inner-wrapper .slider-wrapper:before {
    content: "";
    background: url(../img/slider/green-banner.png) center center/cover no-repeat local;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.banner-inner-wrapper .slider-wrapper .new-tittle {
    position: relative;
    z-index: 999;
    top: 0px;
}

.banner-inner-wrapper .slider-wrapper h1 {
    color: #000;
    text-align: left;
}

.banner-inner-wrapper .slider-wrapper p {
    color: #000;
    width: 100%;
    text-align: left;
}

.banner-inner-wrapper .slider-wrapper .slider-btn {
    text-align: left;
}

.banner-inner-wrapper .slider-wrapper .slider-btn a {
    text-align: center;
}

.new-banner-two {
    overflow: hidden;
}

.new-banner-two .slider-wrapper:before {
    content: "";
    background: url(../img/slider/paint.png) center center/cover no-repeat local;
    width: 761.367px;
    height: 947.004px;
    position: absolute;
    left: 285px;
    top: -140px;
    z-index: 1;
}

.new-banner-two .home_btn {
    text-align: center;
}

.new-banner-two .mp-rool {
    z-index: 999;
}

#particles-js-two.slider-wrapper:before {
    background: rgba(0, 0, 0, 0);
}

.amar-new-btn .home_btn {
    text-align: center;
}

.new-banner-btn .home_btn {
    text-align: center;
}

.new-banner-btn .slider-wrapper h1 {
    color: #6fea3c;
}

.new-look-up {
    margin-top: 50px;
}

.box-warp {
    margin-left: 28em;
}

.new-box-warp {
    z-index: 5;
    min-width: 454px;
    max-width: 454px;
    white-space: nowrap;
    background: transparent;
    border: 4px solid rgb(255, 255, 255);
    visibility: inherit;
    transition: none 0s ease 0s;
    text-align: inherit;
    margin: 0px;
    padding: 62px 10px;
    min-height: 416px;
    max-height: 416px;
    opacity: 1;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: 50% 50% 0px;
}

.tittle-warper-slider.owl-dots .owl-dot {
    width: 15px;
    height: 15px;
}

.tittle-warper-slider .owl-dots {
    text-align: center;
    margin-top: 20px;
}

.banner-inner .tittle-warper-slider .owl-dots {
    text-align: left;
    margin-top: 20px;
}

.mp-top {
    margin-top: 20px;
}

.tittle-warper-slider .owl-dots .owl-dot {
    height: 12px;
    width: 12px;
    margin: 2px 3px;
    position: relative;
    display: inline-block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #ffffff;
    cursor: pointer;
}

.tittle-warper-slider .owl-dots .owl-dot.active::after,
.owl-dots .owl-dot:hover:after {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
}

.tittle-warper-slider .owl-dots .owl-dot::after {
    background-color: #6fea3c;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: hidden;
    width: 100%;
}

.countdown.one>span {
    color: #fff;
    position: relative;
    padding: 0px 10px;
    display: inline-block;
    text-align: center;
}

.countdown span {
    padding: 0px 17px;
    font-size: 55px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.countdown.one span span {
    padding: 0px 17px;
    font-size: 22px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
}

.countdown.two>span {
    color: #fff;
    position: relative;
    padding: 0px 10px;
    display: inline-block;
    text-align: center;
}

.countdown.one>span::before {
    content: ":";
    color: #fff;
    position: relative;
    top: 0px;
    left: -10px
}

.countdown.one>span:first-child:before {
    content: '';
}

.countdown.one span span,
.countdown.two span span {
    clear: both;
    display: block;
    position: relative;
    top: -5px;
}

.slider-area .conutdown-heading h2 {
    font-size: 32px;
    font-weight: 700;
    color: #3aaee7;
    padding: 22px 13px;
    line-height: 1.4em;
    text-shadow: 0px 0px 23px rgba(0, 0, 0, 0.56);
}

.countdown-divider {
    padding: 0px 12px;
    margin-top: 20px;
    display: inline-flex;
}

.countdown-divider-separator {
    border-top-style: solid;
    border-top-width: 2px;
    border-top-color: #3aaee7;
    width: 67px;
}

.new-countdown-2 {
    text-align: center;
}

.text-rr .slider-wrapper.text-rotating-wd h3 {
    margin-left: -180px;
}

.text-rr .slider-wrapper.text-rotating-wd .word {
    position: absolute;
    width: 220px;
    opacity: 0;
    padding-left: 10px;
}

.letter {
    display: inline-block;
    position: relative;
    float: left;
    transform: translateZ(25px);
    transform-origin: 50% 50% 25px;
}

.letter.out {
    transform: rotateX(90deg);
    transition: transform 0.32s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.letter.behind {
    transform: rotateX(-90deg);
}

.letter.in {
    transform: rotateX(0deg);
    transition: transform 0.38s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.wisteria {
    color: #8e44ad;
}

.belize {
    color: #2980b9;
}

.pomegranate {
    color: #c0392b;
}

.green {
    color: #16a085;
}

.midnight {
    color: #2c3e50;
}

#nav-20 {
    padding: 0px;
}

#nav-1 a:after,
#nav-2 a:after,
#nav-3 a:after,
#nav-4 a:before,
#nav-4 a:after,
#nav-5 a:before,
#nav-5 a:after,
#nav-6 a:before,
#nav-7 a:before,
#nav-8 a:before,
#nav-9 a:before,
#nav-9 a:after,
#nav-10 a:before,
#nav-10 a:after,
#nav-10 a span:before,
#nav-10 a span:after,
#nav-12 a:after,
#nav-14 a:after {
    content: "";
    display: block;
}


/* left-right-full */

#nav-1 a:after {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 0%;
    height: 3px;
    background-color: #ffe800;
    -webkit-transition: all .4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: all .4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all .4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

#nav-1 a:hover:after {
    width: 100%;
}

#nav-1 .sub-menu a:after {
    display: none;
}


/* right-left-full */

#nav-2 a:after {
    position: absolute;
    right: 0;
    bottom: 0px;
    width: 0%;
    height: 3px;
    background-color: #ffe800;
    -webkit-transition: all .4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: all .4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all .4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

#nav-2 a:hover:after {
    width: 100%;
}

#nav-2 .sub-menu a:after {
    display: none;
}


/* center-side-full-1 */

#nav-3 a:after {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0%;
    height: 3px;
    background-color: #ffe800;
    transform: translateX( -50%);
    -webkit-transition: all .3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: all .3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all .3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

#nav-3 a:hover:after {
    width: 100%;
}

#nav-3 .sub-menu a:after {
    display: none;
}


/* center-side-full-2 */

#nav-4 a:after {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 0%;
    height: 3px;
    background-color: #ffe800;
    transform: translateX( -50%);
    -webkit-transition: all .3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: all .3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all .3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

#nav-4 a:before {
    position: absolute;
    left: 50%;
    top: 0;
    width: 0%;
    height: 3px;
    background-color: #ffe800;
    transform: translateX( -50%);
    -webkit-transition: all .3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: all .3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all .3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

#nav-4 a:hover:after {
    width: 100%;
}

#nav-4 a:hover:before {
    width: 100%;
}

#nav-4 .sub-menu a:after {
    display: none;
}

#nav-4 .sub-menu a:before {
    display: none;
}


/* side-full */

#nav-5 a:after {
    position: absolute;
    left: 0;
    top: 50%;
    width: 3px;
    height: 0%;
    background-color: #fff;
    transform: translateY( -50%);
    -webkit-transition: all .3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: all .3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all .3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

#nav-5 a:before {
    position: absolute;
    right: 0;
    top: 50%;
    width: 3px;
    height: 0%;
    background-color: #fff;
    transform: translateY( -50%);
    -webkit-transition: all .3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: all .3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all .3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

#nav-5 a:hover:after {
    height: 100%;
}

#nav-5 a:hover:before {
    height: 100%;
}

#nav-5 .sub-menu a:after {
    display: none;
}

#nav-5 .sub-menu a:before {
    display: none;
}


/* left-right-vertical */

#nav-6 a {
    overflow: hidden;
    z-index: 2
}

#nav-6 a:before {
    position: absolute;
    right: 100%;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #a94646;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    border-right: 2px solid #ffe800;
}

#nav-6 a:hover:before {
    opacity: 1;
    right: 0;
}

#nav-6 .sub-menu a:before {
    display: none;
}


/* bottom-top-horizontal */

#nav-7 {}

#nav-7 a {
    z-index: 2;
    position: relative;
    overflow: hidden;
}

#nav-7 a:before {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    height: 100%;
    background-color: #a94646;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    border-top: 2px solid #ffe800;
}

#nav-7 a:hover:before {
    opacity: 1;
    top: 0;
}

#nav-7 .sub-menu a:before {
    display: none;
}


/* btn-8 */

#nav-8 {}

#nav-8 a {
    z-index: 2;
    overflow: hidden;
}

#nav-8 a:before {
    position: absolute;
    left: 0;
    bottom: 100%;
    width: 100%;
    height: 100%;
    background-color: #a94646;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
    border-bottom: 2px solid #ffe800;
}

#nav-8 a:hover:before {
    opacity: 1;
    bottom: 0;
}

#nav-8 .sub-menu a:before {
    display: none;
}


/* btn-9 */

#nav-9 a:after {
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 60%;
    height: 3px;
    background-color: #ffe800;
    transform: translateX( -50%);
    -webkit-transition: all .3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: all .3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all .3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    opacity: 0;
}

#nav-9 a:before {
    position: absolute;
    left: 50%;
    top: 0;
    width: 60%;
    height: 3px;
    background-color: #ffe800;
    transform: translateX( -50%);
    -webkit-transition: all .3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: all .3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all .3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    opacity: 0;
}

#nav-9 a:hover:after {
    opacity: 1;
    bottom: 5px;
}

#nav-9 a:hover:before {
    opacity: 1;
    top: 5px;
}

#nav-9 .sub-menu a:after {
    display: none;
}

#nav-9 .sub-menu a:before {
    display: none;
}


/* btn-10 */

#nav-10 a {
    padding: 0;
    display: block;
}

#nav-10 a span {
    display: block;
    padding: 4px 15px;
}

#nav-10 a:before,
#nav-10 a:after,
#nav-10 a span:before,
#nav-10 a span:after {
    position: absolute;
    background-color: #ffe800;
}

#nav-10 a:before {
    width: 3px;
    height: 0;
    left: 0;
    bottom: 0;
    -webkit-transition: all .1s .3s;
    -o-transition: all .1s .3s;
    transition: all .1s .3s;
}

#nav-10 a:after {
    width: 0;
    height: 3px;
    left: 0;
    top: 0;
    -webkit-transition: all .1s .2s;
    -o-transition: all .1s .2s;
    transition: all .1s .2s;
}

#nav-10 a span:before {
    width: 3px;
    height: 0;
    right: 0;
    top: 0;
    -webkit-transition: all .1s .1s;
    -o-transition: all .1s .1s;
    transition: all .1s .1s;
}

#nav-10 a span:after {
    width: 0;
    height: 3px;
    right: 0;
    bottom: 0;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
}

#nav-10 a:hover:before {
    height: 100%;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    transition: all .1s;
}

#nav-10 a:hover:after {
    width: 100%;
    -webkit-transition: all .1s .1s;
    -o-transition: all .1s .1s;
    transition: all .1s .1s;
}

#nav-10 .sub-menu a {
    padding: 3px 22px;
}

#nav-10 .sub-menu a:before {
    display: none;
}

#nav-10 .sub-menu a:after {
    display: none;
}

#nav-10 a:hover span:before {
    height: 100%;
    -webkit-transition: all .1s .2s;
    -o-transition: all .1s .2s;
    transition: all .1s .2s;
}

#nav-10 a:hover span:after {
    width: 100%;
    -webkit-transition: all .1s .3s;
    -o-transition: all .1s .3s;
    transition: all .1s .3s;
}


/* btn-11 */

#nav-11 {
    position: relative;
}

#nav-11 span.effect {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 3px;
    background-color: #ffe800;
    -webkit-transition: all .3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: all .3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all .3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

#nav-11 .sub-menu a span.effect {
    display: none;
}


/* btn-12 */

#nav-12 a:after {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 0%;
    height: 2px;
    background-color: #ffe800;
    transform: translateX( -50%);
    -webkit-transition: width .4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: width .4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: width .4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

#nav-12 a.off:after {
    width: 90%;
}

#nav-12 .sub-menu a:after {
    display: none;
    overflow: hidden;
}


/* btn-13 */

#nav-13 {
    position: relative;
}

#nav-13 span.dot {
    width: 7px;
    height: 7px;
    position: absolute;
    left: 0;
    bottom: 0;
    transform: translateY( 50%);
    background-color: #000;
    border-radius: 50%;
    -webkit-transition: all .3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: all .3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all .3s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    opacity: 0;
}

#nav-13 .sub-menu li:hover span.dot {
    opacity: 0;
    display: none;
}


/* btn-14 */

#nav-14 a {
    position: relative;
}

#nav-14 a:after {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border: 0px solid #ffe800;
    box-sizing: border-box;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    opacity: 0;
}

#nav-14 a:hover:after {
    border-width: 5px;
    opacity: 1;
}

#nav-14 .sub-menu a:after {
    display: none;
}


/* btn-15 */

#nav-15 {
    overflow: hidden;
}

#nav-15 a {
    position: relative;
    -webkit-transition: all .4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: all .4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all .4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

#nav-15 a:after {
    content: attr( data-menu-name);
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
    -webkit-transform: translateY( -100%);
    -ms-transform: translateY( -100%);
    -o-transform: translateY( -100%);
    transform: translateY( -100%);
}

#nav-15 a:hover {
    -webkit-transform: translateY( 100%);
    -ms-transform: translateY( 100%);
    -o-transform: translateY( 100%);
    transform: translateY( 100%);
}

#nav-15 .sub-menu a:after {
    display: none;
}

.footer {
    text-align: center;
    background: #0a0a0a;
    padding: 80px 0;
}

.footer-info-wrapper:before {
    margin-bottom: 40px;
}

.footer-info-wrapper:before,
.footer-info-wrapper:after {
    display: block;
    content: '';
    width: 1px;
    height: 40px;
    background: #717171;
    margin-left: auto;
    margin-right: auto;
}

.footer-logo {
    margin-bottom: 19px;
}

.footer-desc {
    font-size: 14px;
    font-weight: 500;
    color: #d2cbcb;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.footer-info-wrapper:after {
    margin-top: 35px;
}

.footer-info-wrapper:before,
.footer-info-wrapper:after {
    display: block;
    content: '';
    width: 1px;
    height: 40px;
    background: #717171;
    margin-left: auto;
    margin-right: auto;
}

.copyright-1 {
    text-align: center;
    background: #000;
    font-size: 12px;
    color: #b9b9b9;
    padding: 15px 0;
}

.copyright-1 a {
    color: #b9b9b9;
    text-decoration: none;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}

.copyright-1 a:hover {
    color: #fff;
}

.footer-top-area {
    padding: 100px 0px 45px 0px;
    background-color: transparent;
    background-image: linear-gradient(144deg, #1034A6 0%, #ff057c 100%);
}

.footer-wrapper {}

.footer-text {
    color: #fff;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 32px;
}

.footer-wrapper ul {
    margin: 0px;
    padding: 0px;
}

.footer-link li {
    color: #cccccc;
    list-style: none;
    font-size: 14px;
    font-weight: 400;
    padding-bottom: 11px;
}

.footer-link li:last-child {
    padding-bottom: 0;
}

.footer-icon {
    margin-top: 30px;
}

.footer-icon a {
    color: #fff;
    font-size: 14px;
    margin-right: 14px;
    transition: .3s;
    border: 1px solid white;
    padding: 7px 10px;
    border-style: solid;
}

.footer-icon a:hover {
    color: #000;
    background: #fff;
}

.footer-icon a:last-child {
    margin-right: 0;
}

.footer-menu {
    padding: 0px;
    overflow: hidden;
    padding-right: 19px;
}

.footer-menu li {
    display: block;
    padding-bottom: 10px;
    position: relative;
    width: 50%;
    float: left;
    list-style: none;
    transition: all ease-in-out .5s;
    -webkit-transition: all ease-in-out .5s;
}

.footer-menu li:last-child {
    padding-bottom: 0;
}

.footer-menu li:before {}

.footer-menu li a {
    color: #cccccc;
    display: block;
    font-size: 15px;
    font-weight: 500;
    transition: .3s;
}

.footer-menu li a:hover {
    color: #ffffff;
    padding-left: 15px;
}

.footer-menu li a i {
    font-size: 10px;
    margin-right: 15px;
}

.footers>li {
    margin-bottom: 24px;
    overflow: hidden;
}

.footers>li:last-child {
    margin-bottom: 0;
}

.footer-img {
    float: left;
    margin-right: 20px;
}

.footer-img a {}

.footer-info {
    overflow: hidden;
}

.footer-info h4 {
    color: #fff;
    font-size: 18px;
    position: relative;
    line-height: 1.5em;
    font-weight: 600;
    margin-bottom: 4px;
}

.footer-info h4 a:hover {
    color: #1034A6;
}

.footer-info span {
    color: #a9a9a9;
    display: inline-block;
    font-size: 12px;
}

.footer-bootom-area {
    background-color: transparent;
    background-image: linear-gradient(144deg, #2f1171 0%, #710036 100%);
    padding: 12px 18px;
}

.copyright {}

.copyright>p {
    font-size: 15px;
    color: #fff;
    margin-bottom: 0;
    margin-top: 16px;
    padding-left: 50px;
}

.footer-bottom-link {
    text-align: right;
    padding-right: 25px;
}

.footer-bottom-link li {
    display: inline-block;
    padding-right: 15px;
    margin-top: 14px;
}

.footer-bottom-link li:last-child {
    margin-right: 0;
}

.footer-bottom-link li a {
    color: #fff;
    font-size: 15px;
    transition: .3s;
}

.site-footer .upper-footer {
    background: #f3f5fa;
    padding: 80px 0;
}

.site-footer .upper-footer ul {
    list-style: none;
}

.site-footer .upper-footer ul,
.site-footer .upper-footer li,
.site-footer .upper-footer p,
.site-footer .upper-footer a {
    color: #7a8595;
    margin: 0;
    padding: 0;
}

.site-footer .widget>h3,
.site-footer .widget .footer-logo {
    font-size: 24px;
    color: #1e2331;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0 0 2em;
    position: relative;
}

.site-footer .about-widget .footer-logo:before {
    display: none;
}

.site-footer .about-widget p {
    margin-top: -20px;
    margin-bottom: 2em;
    font-size: 14px;
}

.site-footer .about-widget ul li {
    font-weight: 500;
    color: #7a8595;
    position: relative;
    padding-left: 45px;
    line-height: 1.78em;
    font-size: 15px;
}

.site-footer .about-widget ul li i {
    background-color: #09a223;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    position: absolute;
    left: 0;
    top: 3px;
}

.site-footer .about-widget ul>li+li {
    margin-top: 28px;
}

.site-footer .quick-links-widget {
    overflow: hidden;
    margin-top: 20px;
}

.newsletter-widget {
    margin-top: 20px;
}

.site-footer .quick-links-widget a {
    font-weight: 500;
    color: #7a8595;
    font-size: 15px;
}

.site-footer .quick-links-widget a:hover {
    color: #09a223;
    text-decoration: underline;
}

.site-footer .quick-links-widget ul li+li {
    margin-top: 15px;
}

.site-footer .quick-links-widget ul {
    width: 50%;
    float: left;
}

.site-footer .recent-post-widget {
    padding-right: 65px;
    margin-top: 20px;
}

.site-footer .recent-post-widget ul>li+li {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #e0e6ea;
}

.site-footer .recent-post-widget li {
    position: relative;
}

.site-footer .recent-post-widget .entry-details h4 {
    font-size: 16px;
    font-size: 1.06667rem;
    line-height: 1.5em;
    font-weight: 600;
    margin: 0;
    position: relative;
    top: -5px;
}

.site-footer .recent-post-widget .entry-details h4 a {
    color: #1e2331;
}

.site-footer .recent-post-widget .entry-details h4 a:hover {
    color: #09a223;
}

.site-footer .recent-post-widget .entry-details .date {
    font-size: 12px;
    color: #7a8595;
    font-weight: 500;
}

.site-footer .newsletter-widget p {
    margin-bottom: 1.5em;
    font-size: 15px;
}

.site-footer .newsletter-widget input {
    width: calc(100% - 44px);
    height: 35px;
    font-size: 13px;
    padding: 6px 15px;
    border: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 5px 7px rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 7px rgba(0, 0, 0, 0.05);
}

.site-footer .newsletter-widget form div {
    position: relative;
}

.site-footer .newsletter-widget form div button {
    background-color: #09a223;
    width: 44px;
    height: 35px;
    text-align: center;
    color: #fff;
    border: 0;
    outline: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}

.site-footer .newsletter-widget form div button:hover {
    background-color: #067219;
}

.site-footer .copyright-info {
    background-color: #09a223;
    padding: 30px 0 15px
}

.site-footer .copyright-info p {
    color: #fff;
    margin: 0;
    font-size: 15px;
    float: left;
}

.site-footer .copyright-info ul {
    display: inline-block;
    list-style: none;
    float: right;
    overflow: hidden;
}

.site-footer .copyright-info ul li {
    float: left;
    font-size: 15px;
}

.site-footer .copyright-info ul>li+li {
    margin-left: 25px;
}

.site-footer .copyright-info a {
    color: #fff;
}

.footer-top-area-3 {
    padding: 100px 0px 45px 0px;
    background-color: transparent;
    background-image: linear-gradient(144deg, #cccccc 0%, #ffffff 100%);
}

.footer-top-area-3 .footer-text {
    color: #000;
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 32px;
}

.footer-top-area-3 .footer-link li {
    color: #000;
}

.map-wrapper iframe {
    border: 0;
    width: 290px;
    height: 0%;
}

.footer-top-area-3 .footer-info h4 {
    color: #00000094;
}

.footer-top-area-3 .footer-info h4 a:hover {
    color: #000;
}

.footer-top-area-3 .footer-menu li a {
    color: #666666;
}

.footer-top-area-3 .footer-menu li a:hover {
    color: #000;
    padding-left: 15px;
}

.footer-top-area-3 .footer-icon {
    padding-left: 0px;
    text-align: left;
}

.footer-top-area-3 .footer-icon a {
    width: 40px;
    /* display: inline-block; */
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-width: 0px;
    margin-right: 8px;
    border-style: solid;
    border-radius: 26px;
    color: #0c0c0c;
    padding: 12px 15px;
    background: #eeeeee;
}

.footer-top-area-3 .footer-icon a:hover {
    color: #fff;
    background: #000;
}

.footer-bootom-area-3 {
    background: #858788;
    padding: 12px 18px;
}

.footer-top-area-4 {
    background: #242C33 url(../img/contact-section-bg.jpg) top center no-repeat fixed;
    background-size: cover;
}

.footer-top-area-4 .footer-top {
    background: rgba(15, 21, 26, 0.72);
    padding: 70px 0;
}

.footer-top-area-4 .footer-subscribe {
    border-top: 1px solid rgba(240, 240, 240, 0.2);
    position: relative;
    z-index: 10;
    background: rgba(15, 21, 26, 0.72);
    padding: 40px 0;
}

.footer-top-area-4 .footer-subscribe h3 {
    margin: 0;
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 45px;
    font-weight: 600;
}

.footer-top-area-4 .footer-menu li a:hover {
    color: #F9B522;
    padding-left: 15px;
}

.footer-top-area-4 .footer-info h4 a:hover {
    color: #F9B522;
}

.footer-top-area-4 .footer-icon a:hover {
    color: #F9B522;
}

.footer-top-area-4 .footer-subscribe form.footer-subscribe-form {
    position: relative;
    width: 500px;
    max-width: 100%;
    height: 45px;
}

.footer-top-area-4 .footer-subscribe form.footer-subscribe-form input {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    border-radius: 4px;
    height: 45px;
    border: none;
    outline: none;
    color: #C5C5C5;
    font-size: 15px;
    padding-left: 20px;
    position: absolute;
    top: 0;
    left: 0;
}

.footer-top-area-4 .footer-subscribe form.footer-subscribe-form button {
    background: #F9B522;
    color: #FFFFFF;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    width: 131px;
    height: 45px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    display: inline-block;
    vertical-align: middle;
    border: none;
    outline: none;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.footer-bootom-area-4 {
    background: rgba(15, 21, 26, 0.93);
    padding: 12px 18px;
}

.subscribe-box {
    padding: 40px 0px;
    background-color: #fdc800;
    margin-bottom: -73px;
    position: relative;
    z-index: 8;
}

.subscribe-text h1 {
    margin: 0;
    font-size: 36px;
    font-family: "Poppins", sans-serif;
    font-weight: 800;
    color: #002147;
    line-height: 1;
}

.subscribe-text span {
    font-size: 14px;
    color: #002147;
    line-height: 1;
    margin: 0;
    margin-top: 10px;
    display: block;
}

.email-submit-form {
    margin-top: 7px;
}

.subscribe-form form {
    position: relative;
}

.subscribe-form form input {
    height: 46px;
    background: #fff;
    border: 0;
    border-radius: 30px;
    padding-left: 20px;
    width: 100%;
}

.subscribe-form form i {
    top: 50%;
    position: absolute;
    right: 35px;
    color: #002147;
    font-size: 15px;
    transform: translateY(-50%);
}

.footer-area-5 {
    padding: 0px 0;
}

.pt-150 {
    padding-top: 150px;
}

.primary-bg {
    background: #002147;
}

.footer-top {
    border-bottom: 1px solid rgba(255, 255, 255, .15);
}

.pb-35 {
    padding: 0px 35px;
}

.mb-30 {
    margin-bottom: 30px;
}

.gp-10 {
    margin-top: 23px;
}

.footer-logo {
    margin-bottom: 19px;
}

.footer-area-5 .footer-menu li {
    padding-bottom: 0px;
}

.footer-para p {
    font-size: 13px;
    line-height: 26px;
    color: #fff;
    opacity: .66;
    margin: 0;
}

.footer-socila-icon {
    margin-top: 24px;
}

.footer-socila-icon span {
    font-size: 20px;
    color: #cbcbcb;
    font-weight: 700;
    line-height: 1;
}

.footer-social-icon-list ul li a {
    color: #ffffff;
    opacity: .66;
}

.footer-social-icon-list ul li a:hover {
    color: #fff;
    opacity: 1;
}

.footer-social-icon-list {
    margin-top: 13px;
}

.footer-social-icon-list ul {
    margin: 0px;
    padding: 0px;
}

.footer-social-icon-list ul li {
    display: inline-block;
    margin-right: 19px;
    transition: .3s;
}

.footer-heading h1 {
    font-size: 24px;
    color: #fdc800;
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    line-height: 1;
    margin: 0;
    margin-bottom: 31px;
}

.footer-menu ul {
    margin: 0px;
    padding: 0px;
}

.footer-menu ul li {
    float: left;
    width: 50%;
    line-height: 1;
}

.footer-menu ul li a {
    font-size: 13px;
    color: #fff;
    opacity: .66;
    padding: 0;
    display: block;
    line-height: 1;
    margin-bottom: 14px;
}

.footer-area-5 .footer-menu ul li a:hover {
    color: #fdc800;
    opacity: 1;
    padding-left: 0px;
}

.mb-25 {
    margin-bottom: 25px;
}

.recent-post-text {
    margin-left: 20px;
}

.recent-post-text p {
    font-size: 13px;
    color: #fff;
    opacity: .66;
    line-height: 24px;
    margin-top: -8px;
    margin-bottom: 0;
}

.footer-time {
    margin-top: 5px;
}

.footer-time span {
    font-size: 12px;
    line-height: 1;
    margin: 0;
    color: #fdc800;
}

span.footer-published-time {
    margin-left: 9px;
    color: #fff;
}

.single-footer-contact-info {
    margin-bottom: 5px;
}

.single-footer-contact-info span {
    font-size: 14px;
    color: #fdc800;
}

span.footer-contact-list-text {
    font-size: 13px;
    color: #fff;
    opacity: .66;
    margin-left: 9px;
}

.opening-time {
    margin-top: 15px;
}

.opening-time span {
    display: block;
    color: #fff;
    font-size: 17px;
    font-weight: 500;
    font-family: "Poppins", sans-serif;
}

span.opening-date {
    font-weight: inherit;
    font-size: 14px;
    font-family: "Poppins", sans-serif;
    margin-top: 10px;
}

.pb-25 {
    padding-bottom: 25px;
}

.pt-25 {
    padding-top: 25px;
}

.footer-copyright span {
    font-size: 15px;
    color: #949494;
}

.footer-top-area-6 {
    padding: 20px 0px 40px 0px;
    background: #656565;
}

.footer-top-area-6 .footer-icon a:hover {
    color: #ab0505;
    background: #fff;
}

.footer-top-area-6 .site-footer .newsletter-widget form div button {
    background-color: #fff;
    color: #000;
}

.footer-subscribe-1 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.54);
    margin-bottom: 60px;
}

.footer-top-area-6 .footer-menu li a:hover {
    color: #fff;
    padding-left: 15px;
}

.footer-top-area-6 .gallery-widget {
    position: relative;
}

.footer-top-area-6 .footer-widget {
    position: relative;
    z-index: 1;
}

.footer-top-area-6 .gallery-widget .images-outer {
    position: relative;
    margin: 0px -3px;
}

.footer-top-area-6 .gallery-widget .image-box {
    position: relative;
    float: left;
    width: 32%;
    padding: 0px 3px;
    margin-bottom: 6px;
    cursor: pointer;
}

.footer-top-area-6 .gallery-widget .image-box img {
    position: relative;
    float: left;
    width: 100%;
    padding: 0px 3px;
    margin-bottom: 6px;
    cursor: pointer;
}

.footer-bootom-area-6 {
    background: #1d1d1d;
    padding: 12px 18px;
}

.footer-top-area-7 {}

.footer-top-area-7 .site-footer .upper-footer {
    background: #fff;
    padding: 100px 0;
}

.footer-bootom-area-7 {
    padding: 30px 0px;
}

.footer-top-area-7 .copyright-info-7 p {
    font-size: 16px;
    color: #000;
    margin-bottom: 0;
    padding: 20px 0px;
}

.site-footer .about-widget h3 {
    margin-top: 20px;
}

.footer-top-area-7 .footer-icon {
    text-align: right;
}

.footer-top-area-7 .footer-icon a {
    width: 39px;
    height: 39px;
    line-height: 39px;
    border-width: 0px;
    border-style: solid;
    border-radius: 26px;
    color: #0c0c0c;
    padding: 8px 13px;
    background: #eeeeee;
}

.footer-top-area-7 .footer-icon a:hover {
    color: #fff;
    background: #000;
}

.footer-top-area-7 .footer-socila-icon {
    margin-top: -15px;
}

.footer-top-area-7 .site-footer .newsletter-widget input {
    border: 1px solid #ececec;
}

.footer-top-area-7 .copyright-info-7 {
    border-top: 1px solid #cac6c6;
}

.copyright-info-7 p a {
    color: #09a223;
}

.copyright-info-7 p a:hover {
    color: #067219;
}

.bdt-section-muted {
    background-color: #5571ed;
    padding-top: 80px;
    padding-bottom: 80px;
    background: url(../img/slider/newsletter_bg.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    position: relative;
}

.bdt-grid {
    margin: 0;
    padding: 0;
    list-style: none;
}

.bdt-section-muted h1 {
    font-size: 1.8rem;
    margin-bottom: 0 !important;
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.bdt-breadcrumb {
    display: inline-flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
}

.bdt-breadcrumb>*>* {
    display: inline-block;
    font-size: .875rem;
    color: #fff;
}

.bdt-breadcrumb>:nth-child(n+2):not(.bdt-first-column)::before {
    content: "/";
    display: inline-block;
    margin: 0 12px;
    color: #fff;
    font-size: 12px;
}

.tp-divid {
    padding: 0px 0px;
}

.tp-separator {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-direction: row;
    align-items: center;
    padding: 60px 0px;
}

.tp-separator .tp-sep-hldr {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-width: 11%;
}

.heading {
    padding: 0px 15px;
    font-size: 16px;
    color: #6b6b6b;
    font-weight: 500;
}

.tp-separator .tp-sep-hldr .tp-sep-lne {
    border-top: 1px solid #eeee;
    display: block;
    position: relative;
    width: 100%;
}


/** start google map **/

.google-map-area {
    padding: 80px 0px;
}

.google-map-one .map-wrapper iframe {
    width: 100%;
    height: 481px;
}

.google-map-one .map-info {
    left: 50%;
    margin-left: -29%;
    background: #fff;
    top: 50%;
    box-shadow: 0 5px 40px rgba(0, 0, 0, .07);
    position: absolute;
    width: 100%;
    max-width: 300px;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.google-map-one .map-info {
    max-width: 340px;
    margin-left: -24%;
    padding: 2em 2.5em 2em 2.5em;
}

.google-map-one .title {
    font-family: "Poppins", Sans-serif;
    font-size: 19px;
    margin: 20px 0px 10px 0px;
}

.google-map-one.map-two .title {
    color: #fff;
}

.google-map-one .openhrs {
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    color: #333333;
    font-weight: 300;
    margin: 4px 0px 5px 0px;
}

.google-map-one .open {
    float: right;
}

.google-map-one.map-two .openhrs {
    color: #fff;
}

.google-map-one .iconinfo i {
    margin-right: 10px;
}

.google-map-one .iconinfo {
    font-size: 14px;
    font-weight: 300;
    font-family: "Poppins", Sans-serif;
}

.google-map-one.map-two .iconinfo {
    color: #fff;
}

.google-map-one.map-two .map-info {
    background-color: transparent;
    background-image: linear-gradient(144deg, #3e14a0 30%, #bf0707 100%);
}

.google-map-one.map-four:before {
    background: rgba(0, 0, 0, 0.3);
    content: "";
    height: 481px;
    filter: alpha(opacity=80);
    position: absolute;
    width: 100%;
    z-index: 111;
    cursor: pointer;
}

.google-map-one.map-four .map-info {
    z-index: 333;
}

.mr-30 {
    margin-right: 28px;
}

.google-map-one.map-five .contact-text {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 37px;
    padding-bottom: 27px;
    margin-top: 7px;
}

.google-map-one.map-five .contact-text h4 {
    color: #3f3f3f;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 30px;
}

.google-map-one.map-five .contact-text p {
    color: #595959;
    font-size: 15px;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 0;
}

.google-map-one.map-five .contact-menu {
    padding: 0px;
}

.google-map-one.map-five .contact-menu li {
    list-style: none;
    padding-bottom: 15px;
}

.google-map-one.map-five .address i {
    margin-right: 6px;
}

.google-map-one.map-five .address {
    color: #595959;
    font-size: 14px;
    font-weight: 600;
    font-family: 'poppins', sans-serif;
}

.google-map-one.map-five .contact-link:last-child {
    padding-bottom: 0;
}

.google-map-one.map-five .contact-link {
    color: #595959;
    font-size: 15px;
    font-weight: 400;
    padding-bottom: 16px;
    float: right;
}

.google-map-one.map-five .contact-icon {
    display: block;
    float: right;
}

.google-map-one.map-five .contact-icon a {
    width: 40px;
    display: inline-block;
    text-align: center;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
    border-width: 0px;
    margin-right: 8px;
    border-style: solid;
    border-radius: 26px;
    color: #0c0c0c;
    background: #eeeeee;
}

.google-map-one.map-five .contact-icon a:hover {
    color: #fff;
    background: #324ece;
}

.google-map-one.map-five .contact-icon a:last-child {
    margin-right: 0;
}


/** end google map **/


/** start pricing tab **/

.pricing-tab-one {
    padding: 80px 0px;
    background: #f9f9f9;
}

.tb-pricing3 {
    position: relative;
    padding: 40px;
    background-color: #fff;
}

.tb-pricing3 {
    text-align: center;
}

.tb-pricing3.bxshdw {
    box-shadow: 0px 20px 140px #d6dee49e;
}

.tb-pricing3 .feat {
    width: 74px;
    height: 74px;
    border-radius: 0px;
    background: #324ece;
    color: #ffffff;
    font-family: "poppins", Sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.3em;
}

.tb-pricing3 .title {
    color: #324ece;
    font-family: "Poppins", Sans-serif;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0px 0px 0px 0px;
}

.price {
    margin: 12px 0px 19px 0px;
}

.pricee {
    color: #000000;
    font-family: "Poppins", Sans-serif;
    font-size: 44px;
    font-weight: 600;
}

.tb-pricing3 ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.tb-pricing3 .tooltip-sub {
    text-align: left;
    font-family: "poppins", Sans-serif;
    font-size: 15px;
    color: #ffffff;
    background: #324ece;
}

.tb-pricing3 .tooltip-sub {
    color: #fff;
    width: 300px;
    padding: 20px;
    z-index: 1;
    font-size: 14px;
    margin-top: 0px;
    opacity: 0;
    line-height: 1.7;
    background: #324ece;
    visibility: hidden;
    position: absolute;
    transition: opacity .3s ease-in;
}

.tb-pricing3 .featur {
    position: relative;
}

.tb-pricing3 li:hover .tooltip-sub {
    opacity: 1;
    visibility: visible;
    overflow: visible;
    margin-top: -10px;
}

.tb-pricing3.ml-60 li:hover .tooltip-sub {
    left: -308px;
}

.tb-pricing3.ml-60 li .tooltip-sub {
    text-align: right;
}

.tb-pricing3 .feat {
    height: 80px;
    width: 80px;
    display: block;
    position: absolute;
    top: -20px;
    right: -20px;
    background-color: #324ece;
    text-align: center;
}

.tb-pricing3 .feat span {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.tb-pricing3 .tour-btn,
.tb-pricing3 .dura {
    display: inline-block;
}

.tb-pricing3 .dura {
    padding-left: 14px;
    color: #324ece;
    font-family: "poppins", Sans-serif;
    font-size: 15px;
    line-height: 1em;
    font-weight: 400;
}

.tb-pricing3 li:not(:last-child) {
    margin-bottom: 9px;
}

.tb-pricing3 .featur {
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
}

.tb-pricing3 .tour-btn {
    margin-top: 35px;
    width: 284px;
    padding: 13px 0px 13px 0px;
    font-family: "Poppins", Sans-serif;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    background: #324ece;
    color: #ffffff;
    border-width: 0px;
    border-radius: 0px;
}

.tb-pricing3.mr-60 {
    margin-right: 80px;
}

.tb-pricing3.ml-60 {
    margin-left: 80px;
}

.tb-pricing3 .featur {
    position: relative;
}

.tb-pricing3 .dura {
    text-align: left;
}

@media all and (min-width:0px) and (max-width: 960px) {
    .tb-pricing3 .tooltip-sub {
        display: none;
    }
}

.tb-pricing3 .diskunt {
    padding-right: 14px;
    color: #cecece;
}

.pricing-tab-one.ptab-two .tb-pricing3 .feat {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.pricing-tab-one.ptab-two .tb-pricing3 .tour-btn {
    border-radius: 42px;
}

.ptab-three .tb-pricing3.bxshdw-active {
    box-shadow: 0px 20px 140px #d6dee49e;
    background: #fff;
}

.ptab-three .tb-pricing3 {
    background: rgba(0, 0, 0, 0);
}

.ptab-three .tb-pricing3:hover {
    background: #fff;
    box-shadow: 0px 20px 140px #d6dee49e;
}

.ptab-three .tb-pricing3 .feat {
    background-color: transparent;
    background-image: linear-gradient(144deg, #1034A6 43%, #ff0505 100%);
    border-radius: 50%;
}

.ptab-three .tb-pricing3 .tour-btn {
    background-color: transparent;
    background-image: linear-gradient(144deg, #1034A6 43%, #ff0505 100%);
    border-radius: 42px;
}

.ptab-three .tb-pricing3 .tooltip-sub {
    background-color: transparent;
    background-image: linear-gradient(144deg, #1034A6 43%, #ff0505 100%);
    border-radius: 10px;
}

.ptab-four .tb-pricing3 .tour-btn {
    width: 170px;
    font-size: 13px;
}

.ptab-four .tb-pricing3 {
    padding: 0px 0px 40px 0px;
}

.ptab-four .tb-pricing3 .title {
    padding: 30px 0px;
}

.ptab-five .tb-pricing3 .tour-btn {
    width: 170px;
    font-size: 13px;
}

.ptab-five .tb-pricing3 {
    padding: 0px 0px 40px 0px;
    z-index: 2;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.ptab-five .tb-pricing3 .title {
    padding: 30px 0px;
    border-bottom: 1px solid #f75983;
    position: relative;
}

.ptab-five .tb-pricing3 .title {
    color: #f75983;
}

.ptab-five .tb-pricing3 .dura {
    color: #f75983;
}

.ptab-five.twarp-five .tb-pricing3 i {
    border-color: #f75983 transparent transparent;
    background-color: #ffffff;
    border-radius: 0!important;
    border-style: solid;
    border-width: 84px 84px 0 0;
    content: "";
    height: 0;
    left: 0px;
    position: absolute;
    top: 0;
    width: 0;
    transition: transform ease-out 0.1s, background 0.2s;
}

.ptab-five.twarp-five .tb-pricing3 i:hover:after {
    -webkit-animation: sonarEffect 1.3s ease-out 75ms;
    -moz-animation: sonarEffect 1.3s ease-out 75ms;
    animation: sonarEffect 1.3s ease-out 75ms;
}

.ptab-five.twarp-five .tb-pricing3 i:hover {
    background: rgba(255, 255, 255, 0.05);
    -webkit-transform: scale(0.93);
    -moz-transform: scale(0.93);
    -ms-transform: scale(0.93);
    transform: scale(0.93);
    color: #fff;
}

.ptab-five.twarp-five .tb-pricing3::after {
    color: white;
    content: "";
    font-family: FontAwesome;
    font-size: 1.4rem;
    left: 12px;
    position: absolute;
    text-shadow: rgb(55, 197, 182) 0px 0px 2px;
    top: 8px;
}

.ptab-five .tb-pricing3 .tour-btn {
    color: #545454;
    background: #f75983;
    background: transparent;
    border: 1px solid #f75983;
}

.ptab-five .tb-pricing3.active {
    box-shadow: 0 70px 70px rgba(0, 0, 0, 0.2);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
    z-index: 3;
}

.ptab-five .tb-pricing3:hover .tour-btn {
    color: #fff;
    background: #f75983;
    border: 1px solid #f75983;
}

.ptab-five .tb-pricing3 .tour-btn.active {
    color: #fff;
    background: #f75983;
    border: 1px solid #f75983;
}

.ptab-five .tb-pricing3:hover {
    box-shadow: 0 70px 70px rgba(0, 0, 0, 0.2);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
    z-index: 3;
}

.ptab-six .tb-pricing3 li {
    border-bottom: 1px solid #eee;
}

.ptab-six .tb-pricing3 li:last-child {
    border: none;
}

.ptab-six .tb-pricing3 ul {
    margin: 0;
    padding: 0px 92px;
    list-style-type: none;
    line-height: 29px;
}

.ptab-seven .tb-pricing3 .title {
    color: #fff;
    background: #f75983;
}

.ptab-seven .tb-pricing3 .title {
    border-bottom: 0px solid #324ece;
}

.ptab-five.ptab-seven .tb-pricing3.active {
    box-shadow: 0 70px 70px rgba(0, 0, 0, 0.2);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
    z-index: 3;
}

.ptab-five.ptab-seven .tb-pricing3 .tour-btn {
    color: #fff;
    background: #f75983;
    border: 1px solid #f75983;
}

.ptab-eight .tb-pricing3.bxshdw {
    box-shadow: none;
    border: 3px solid #324ece;
    border-radius: 10px;
}

.ptab-eight .tb-pricing3 {
    background-color: transparent;
}

.ptab-eight .tb-pricing3 .tour-btn {
    background: transparent;
    border: 1px solid #324ece;
    border-radius: 26px;
    color: #000;
}

.ptab-eight .tb-pricing3:hover .tour-btn {
    background: #324ece;
    border: 1px solid #324ece;
    border-radius: 26px;
    color: #fff;
}

.ptab-eight .tb-pricing3 {
    transition: margin-top 0.3s linear 0s;
    -moz-transition: margin-top 0.3s linear 0s;
    -ms-transition: margin-top 0.3s linear 0s;
    -webkit-transition: margin-top 0.3s linear 0s;
}

.ptab-eight .tb-pricing3:hover {
    margin-top: -30px;
    transition: margin-top 0.3s linear 0s;
    -moz-transition: margin-top 0.3s linear 0s;
    -ms-transition: margin-top 0.3s linear 0s;
    -webkit-transition: margin-top 0.3s linear 0s;
}

.ptab-eight .tb-pricing3 .tooltip-sub {
    border-radius: 10px;
}

.ptab-eight .tb-pricing3 i {
    border-color: #324ece transparent transparent;
    background-color: #ffffff;
    border-radius: 0!important;
    border-style: solid;
    border-width: 64px 64px 0 0;
    content: "";
    height: 0;
    left: 0px;
    position: absolute;
    top: 0;
    width: 0;
}

.pricing-tab-one.ptab-eight {
    background: #ffffff;
}

.ptab-eight .tb-pricing3::after {
    color: white;
    content: "";
    font-family: FontAwesome;
    font-size: 1.4rem;
    left: 9px;
    position: absolute;
    text-shadow: rgb(55, 197, 182) 0px 0px 2px;
    top: 6px;
}

.ptab-nine .tb-pricing3 {
    padding: 0px 0px 40px 0px;
}

.ptab-nine .price {
    margin: 0px 0px 0px 0px;
    padding: 12px 0px 19px 0px;
    background: #324ece;
    color: #fff;
}

.ptab-nine .pricee {
    color: #fff;
}

.ptab-nine .tb-pricing3 .dura {
    color: #fff;
}

.ptab-nine .tb-pricing3 .title {
    background: #324ece;
    color: #fff;
    padding-top: 28px;
}

.ptab-nine .tb-pricing3 li:not(:last-child) {
    margin-bottom: 0px;
    padding: 14px 0px;
}

.ptab-nine .tb-pricing3 li {
    margin-bottom: 0px;
    padding: 14px 0px;
}

.ptab-nine .tb-pricing3 li.list-padding {
    margin-bottom: 0px;
    margin-top: 35px;
}

.ptab-nine .tb-pricing3 li.list-bg {
    background: #f5f5f5;
}

.ptab-nine .tb-pricing3 {
    transition: margin-top 0.3s linear 0s;
    -moz-transition: margin-top 0.3s linear 0s;
    -ms-transition: margin-top 0.3s linear 0s;
    -webkit-transition: margin-top 0.3s linear 0s;
}

.ptab-nine .tb-pricing3:hover {
    margin-top: -30px;
    transition: margin-top 0.3s linear 0s;
    -moz-transition: margin-top 0.3s linear 0s;
    -ms-transition: margin-top 0.3s linear 0s;
    -webkit-transition: margin-top 0.3s linear 0s;
}

.ptab-ten .tb-pricing3 .tour-btn {
    width: 160px;
}

.ptab-ten .tb-pricing3 {
    background-color: transparent;
    background-image: linear-gradient(144deg, #3e14a0 30%, #bb4242 100%);
}

.ptab-ten .tb-pricing3 .title {
    color: #fff;
    padding: 30px 0px 20px 0px;
}

.ptab-ten .tb-pricing3 {
    padding: 0px 0px 40px 0px;
}

.ptab-ten .pricee {
    color: #fff;
}

.ptab-ten .tb-pricing3 .dura {
    color: #fff;
}

.ptab-ten .tb-pricing3 .featur {
    color: #fff;
}

.ptab-ten .tb-pricing3 .tour-btn {
    background-color: transparent;
    background-image: linear-gradient(144deg, #3e14a0 30%, #bf0707 100%);
}

.ptab-ten .tb-pricing3:hover .tour-btn {
    padding-left: 15px;
}

.ptab-ten .price {
    margin: 20px 0px 19px 0px;
}

.ptab-eleven .tb-pricing3 {
    -webkit-box-shadow: 0 15px 44px 0px rgba(171, 171, 171, 0.1);
    box-shadow: 0 15px 44px 0px rgba(171, 171, 171, 0.1);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.ptab-eleven .tb-pricing3:hover {
    background: url(../img/tab.jpg) center center/cover no-repeat local;
}

.ptab-eleven .tb-pricing3:before {
    content: "";
    height: 100%;
    filter: alpha(opacity=80);
    width: 100%;
    left: 0;
    top: 0;
}

.ptab-eleven .tb-pricing3 .title {
    margin: 0px 0px 25px 0px;
}

.ptab-eleven .tb-pricing3:hover .title {
    color: #fff;
}

.ptab-eleven .tb-pricing3:hover .pricee {
    color: #fff;
}

.ptab-eleven .tb-pricing3:hover .dura {
    color: #fff;
}

.ptab-eleven .tb-pricing3:hover .featur {
    color: #fff;
}

.ptab-eleven .tb-pricing3:hover .tour-btn {
    padding-left: 15px;
}

.ptab-twelve .tb-pricing3.bxshdw {
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.15);
    border: 0px solid #f75983;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    padding: 0px 0px 40px 0px;
}

.ptab-twelve .tb-pricing3:hover {
    box-shadow: 0 70px 70px rgba(0, 0, 0, 0.2);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
    z-index: 3;
}

.ptab-twelve .tb-pricing3 .title {
    padding: 30px 0px;
    position: relative;
}

.ptab-twelve .tb-pricing3 .title {
    color: #000;
    border-bottom: 1px solid #f75983;
    background: #fff;
}

.ptab-twelve .tb-pricing3:hover .title {
    color: #fff;
    background: #f75983;
}

.ptab-twelve .tb-pricing3.active .title {
    color: #fff;
    background: #f75983;
}

.ptab-twelve .tb-pricing3 .dura {
    color: #f75983;
}

.ptab-twelve .tb-pricing3 .tour-btn {
    background: transparent;
    border: 1px solid #f75983;
    color: #000;
}

.ptab-twelve .tb-pricing3:hover .tour-btn {
    background: #f75983;
    color: #fff;
}

.ptab-twelve .tb-pricing3.active .tour-btn {
    background: #f75983;
    color: #fff;
}

.ptab-twelve .tb-pricing3 .tooltip-sub {
    background: #f75983;
}

.ptab-twelve .tb-pricing3.active {
    box-shadow: 0 70px 70px rgba(0, 0, 0, 0.2);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
    z-index: 3;
}


/** end pricing tab **/


/** start accordion **/

.accordion-area {
    padding: 80px 20px;
}

.accordion-bg {
    background: #f9f9f9;
}

.accordion {
    max-width: 590px;
    margin: 0 auto;
    padding: 0;
}

.accordion li {
    border-top: 1px solid #d9e5e8;
    position: relative;
    list-style: none;
}

.accordion li p {
    display: none;
    padding: 30px 30px 30px;
    color: #777;
    margin-bottom: 0;
}

.accordion a {
    width: 100%;
    display: block;
    cursor: pointer;
    font-weight: 600;
    line-height: 3;
    padding: 6px 12px;
    font-size: 16px;
    background-color: #f7f9fb;
    text-indent: 15px;
    user-select: none;
}

.accordion a:after {
    width: 8px;
    height: 8px;
    border-right: 1px solid #4a6e78;
    border-bottom: 1px solid #4a6e78;
    position: absolute;
    right: 24px;
    content: " ";
    top: 22px;
    transform: rotate(-45deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.accordion p {
    font-size: 14px;
    line-height: 2;
    color: #9a9a9a;
    padding: 10px;
}

.accordion a.active:after {
    transform: rotate(45deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.accordion-two .accordion a {
    background: #324ece;
    color: #fff;
}

.accordion-two .accordion a:after {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.accordion-two .accordion a.active:after {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.accordion-two .accordion a:hover {
    color: #fff !important;
}

.accordion-three .accordion a.active {
    background-color: transparent;
    background-image: linear-gradient(144deg, #1034A6 30%, #ff0505 100%);
    color: #fff;
}

.accordion-three .accordion a.active:after {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.accordion {
    position: relative;
}

.accordion-four .accordion:before {
    width: 1px;
    left: 16px;
    background: rgba(0, 0, 0, 0.38);
}

.accordion-four .accordion li {
    margin-bottom: 15px;
    border-top: none;
}

.accordion-four .accordion a {
    background: #ffffff;
    border: 1px solid #ddd !important;
}

.accordion-four .accordion li:(last-child) {
    margin-bottom: 0px;
}

.accordion-four .accordion p {
    margin-bottom: 0px;
}

.accordion-four .accordion a {
    padding-left: 38px;
}

.accordion-four .accordion li p {
    margin-left: 25px;
}

.accordion-four .accordion li p {
    padding: 30px 30px 15px;
}

.accordion-four .accordion:before {
    position: absolute;
    content: '';
    height: 85%;
    width: 1px;
    background: #eeeeee;
    left: 26px;
    top: 16px;
    z-index: 1;
}

.accordion-four .accordion span.bpack-accordion-icon {
    height: 35px;
    width: 35px;
    line-height: 35px;
    left: 8px;
    position: absolute;
    z-index: 1;
    top: 12px;
    border-radius: 50%;
    border: 1px solid #eee;
    text-align: center;
    color: #000000;
    display: inline-block;
    margin-right: 15px;
    background: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.accordion-four .accordion a.active span.bpack-accordion-icon {
    color: #fff;
    background: #000;
}

.accordion-four .accordion span i {
    position: absolute;
    left: -29px;
    top: 9px;
}

.accordion-four .accordion span.accordion-wrap {
    position: relative;
    left: 0px;
}

.accordion-four .accordion a:after {
    border-right: none;
    border-bottom: none;
}

.accordion-four .accordion a.active:after {
    border-right: none;
    border-bottom: none;
}

.accordion-five .accordion-four .accordion li {
    border-top: 1px solid #fff;
}

.accordion-five .accordion-four .accordion a {
    border: 1px solid #ddd !important;
}

.accordion-five .accordion-four .accordion span.bpack-accordion-icon {
    color: #fff;
    background: #000;
}

.accordion-five .accordion-four .accordion a.active span.bpack-accordion-icon {
    color: #000;
    background: #fff;
}

.accordion-five .accordion-four .accordion a.active {
    background: #324ece;
    color: #fff;
}

.accordion-six .accordion li {
    border-top: none;
}

.accordion-six .accordion a {
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.05);
    background: #fff;
}

.accordion-six .accordion li {
    margin-bottom: 15px;
}

.accordion-six .accordion li:(last-child) {
    margin-bottom: 0px;
}

.accordion-seven .accordion a {
    background: #324ece;
    color: #fff;
}

.accordion-seven .accordion a.active .bp-icon {
    content: "\f067";
    font-family: FontAwesome;
    width: 30px;
    height: 30px;
    line-height: 25px;
    border-radius: 50%;
    background: #fe7725;
    font-size: 12px;
    color: #fff;
    text-align: center;
    border: 3px solid #fff;
    position: absolute;
    top: 12px;
    right: 14px;
}

.accordion-seven .accordion a.active .bp-icon i:before {
    top: 6px;
    text-align: center;
    right: 6px;
    position: absolute;
    content: "\f068";
    font-family: FontAwesome;
}

.accordion-seven .accordion a .bp-icon i:before {
    content: "\f067";
    font-family: FontAwesome;
    position: absolute;
    right: 5px;
    top: 5px;
}

.accordion-seven .accordion a .bp-icon {
    content: "\f067";
    font-family: FontAwesome;
    background: #696969;
    border: 3px solid #fff;
    position: absolute;
    width: 30px;
    font-size: 14px;
    vertical-align: middle;
    height: 30px;
    line-height: 25px;
    border-radius: 50%;
    top: 12px;
    right: 14px;
}

.accordion-seven .accordion li {
    margin-bottom: 15px;
}

.accordion-seven .accordion li:(last-child) {
    margin-bottom: 0px;
}

.accordion-seven .accordion a:after {
    content: "";
    width: 17px;
    height: 7px;
    background: #fff;
    position: absolute;
    top: 24px;
    right: 0;
}

.accordion-seven .accordion a:after {
    border-right: none;
    border-bottom: none;
    transform: rotate(0deg);
    -webkit-transition: ;
    -moz-transition: none;
    transition: none;
}

.accordion-seven .accordion a:hover {
    color: #fff !important;
}

.accordion-eight .accordion li {
    border-top: none;
}

.accordion-eight .accordion a.active {
    background: #f5414a;
    color: #fff;
}

.accordion-eight .accordion a {
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.05);
    border-radius: 50px;
    background: #ffffff;
}

.accordion-eight .accordion a:after {
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
}

.accordion-eight .accordion a.active:after {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}

.accordion-eight .accordion li {
    margin-bottom: 15px;
}

.accordion-eight .accordion li:(last-child) {
    margin-bottom: 0px;
}

.accordion-nine .accordion a {
    border-radius: 50px;
    background: #ffffff;
    border: 1px solid #ddd !important;
    border-top: none;
    padding: 2px 0px;
    padding-left: 50px;
}

.accordion-nine .accordion li {
    border-top: none;
}

.accordion-nine .accordion a:after {
    border-right: none;
    border-bottom: none;
    transform: rotate(0deg);
    -webkit-transition: ;
    -moz-transition: none;
    transition: none;
}

.accordion-nine .accordion a.active:after {
    border-right: none;
    border-bottom: none;
}

.accordion-nine .accordion li {
    margin-bottom: 15px;
}

.accordion-nine .accordion li:(last-child) {
    margin-bottom: 0px;
}

.accordion-nine .accordion a.active .bp-icon {
    content: "\f068";
    font-family: FontAwesome;
    font-weight: 900;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    background: #ebb710;
    font-size: 16px;
    color: #fff;
    vertical-align: middle;
    text-align: center;
    border: 1px solid transparent;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.58);
    position: absolute;
    top: 0px;
    left: 0px;
    transition: all 0.3s ease 0s;
}

.accordion-nine .accordion a.active .bp-icon i:before {
    top: 16px;
    text-align: center;
    left: 4px;
    position: absolute;
    content: "\f068";
    font-family: FontAwesome;
}

.accordion-nine .accordion a .bp-icon i:before {
    content: "\f067";
    font-family: FontAwesome;
    position: absolute;
    left: 4px;
    top: 16px;
}

.accordion-nine .accordion a .bp-icon {
    content: "\f067";
    background: #fff;
    font-family: FontAwesome;
    color: #0d345d;
    border: 1px solid #ddd;
    box-shadow: none;
    text-align: center;
    top: 0px;
    font-size: 16px;
    left: 0px;
    position: absolute;
    vertical-align: middle;
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 50%;
    transition: all 0.3s ease 0s;
}

.accordion-nine .accordion li p {
    padding: 30px 30px 15px;
}

.accordion-ten .accordion p:before {
    content: "";
    border-top: 15px solid #f7f9fb;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    position: absolute;
    top: 57px;
    left: 30px;
}

.accordion-ten .accordion a:after {
    border-right: none;
    border-bottom: none;
    transform: rotate(0deg);
    -webkit-transition: ;
    -moz-transition: none;
    transition: none;
}

.accordion-ten .accordion a.active:after {
    border-right: none;
    border-bottom: none;
}

.accordion-ten .accordion a.active:before {
    font-family: FontAwesome;
    content: "\f176";
    font-weight: 600;
    width: 30px;
    height: 30px;
    line-height: 25px;
    font-size: 14px;
    color: #ddd;
    text-align: center;
    position: absolute;
    top: 15px;
    right: 14px;
}

.accordion-ten .accordion a:before {
    font-family: FontAwesome;
    content: "\f175";
    font-weight: 600;
    width: 30px;
    height: 30px;
    line-height: 25px;
    font-size: 14px;
    color: #ddd;
    text-align: center;
    position: absolute;
    top: 15px;
    right: 14px;
}


/** end accordion **/


/** start tab **/

.tab-area {
    padding: 80px 20px;
}

.tab-bg {
    background: #f9f9f9;
}

.tab-warp {
    max-width: 590px;
    position: relative;
    margin: 0 auto;
}

.tab {
    position: relative;
    overflow: hidden;
    margin: 0 auto;
    line-height: 1.5;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
}

.tabs {
    display: table;
    position: relative;
    margin: 0;
    padding: 0;
    width: 100%;
}

.tabs li {
    list-style: none;
    float: left;
    line-height: 38px;
    padding: 0;
    position: relative;
}

.tabs a {
    background-color: #eff0f2;
    border-bottom: 1px solid #fff;
    color: #888;
    font-weight: 500;
    display: block;
    letter-spacing: 0;
    outline: none;
    padding: 6px 25px;
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-bottom: 2px solid blue;
}

.tabs_item {
    display: none;
    padding: 30px 16px;
}

.tabs_item p {
    padding: 0;
    margin: 0;
    line-height: 2;
    color: #9a9a9a;
    font-size: 14px;
}

.tabs_item h4 {
    font-weight: bold;
    color: blue;
    font-size: 20px;
}

.tabs_item img {
    width: 200px;
    float: left;
    margin-right: 30px;
}

.tabs_item:first-child {
    display: block;
}

.current a {
    color: #fff;
    background: #324ece;
}

.tab-two .tabs a {
    border-bottom: none;
    border: 1px solid #ddd;
    background: #fff;
    position: relative;
}

.tab-two .tabs li {
    padding-right: 10px;
}

.tab-two .tabs .current a {
    color: #fff;
    background: #324ece;
}

.tab-three .tabs .current a {
    color: #fff;
    background: #f75983;
}

.tab-three .tabs a {
    border-bottom: 2px solid #f75983;
}

.tab-three .tabs .current:before {
    content: "";
    border-top: 12px solid #f75983;
    border-left: 12px solid transparent;
    border-right: 12px solid transparent;
    position: absolute;
    top: 52px;
    left: 30px;
}

.tab-four .tabs a {
    border-bottom: none;
    border-top: 2px solid #ddd;
}

.tab-four .current a {
    color: #000;
    background: #ddd;
    border-top: 2px solid #324ece;
}

.tab-five .tabs a {
    border-bottom: none;
}

.tab-five .tabs_item {
    padding: 30px 16px;
    background: #324ece;
    color: #fff;
}

.tab-five .tabs_item p {
    color: #fff;
}

.tab-six .tabs a {
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.05);
    background: #fff;
}

.tab-six .tabs a {
    border-bottom: none;
}

.tab-six .current a {
    color: #324ece;
    background: #fff;
}

.tab-seven .current a {
    color: #fff;
    background-color: transparent;
    background-image: linear-gradient(144deg, #1034A6 30%, #ff0505 100%);
}

.tab-seven .tabs a {
    border-bottom: none;
}

.tab-eight .current a {
    color: #fff;
    background-color: transparent;
    background-image: linear-gradient(to right, #643094, #00bcd4e0);
}

.tab-eight .tabs a {
    border-bottom: none;
}

.tab-eight .tabs_item {
    padding: 30px 16px;
    background: linear-gradient(to right, #643094, #00bcd4e0);
    color: #fff;
}

.tab-eight .tabs_item p {
    color: #fff;
}


/** end tab **/


/** start timeline **/

.timeline_new_one {
    position: relative;
    min-height: 500px;
    width: 80%;
    padding: 60px 0;
    margin: 0 auto;
}

.timeline__bar {
    position: absolute;
    top: 0;
    left: 50%;
    width: 6px;
    height: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-image: linear-gradient(144deg, #ff0505 30%, #1034A6 100%);
}

.timeline__bar:before,
.timeline__bar:after {
    position: absolute;
    left: 50%;
    display: block;
    width: 15px;
    height: 15px;
    content: '';
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 50%;
}

.timeline__bar:before {
    top: -1px;
    background-image: linear-gradient(144deg, #ff0505 30%, #1034A6 100%);
}

.timeline__bar:after {
    bottom: -1px;
    background-image: linear-gradient(144deg, #ff0505 30%, #1034A6 100%);
}

.timeline__date {
    background-image: linear-gradient(144deg, rgb(255, 5, 5) 30%, rgb(50, 21, 117) 100%);
    background-size: 100% 1162px;
    background-position: 0px -144px;
}

.timeline__elem {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-bottom: 30px;
}

.timeline__elem:last-child {
    margin-bottom: 0;
}

@media (min-width: 900px) {
    .timeline__elem {
        flex-direction: row;
    }
}

@media (min-width: 900px) {
    .timeline__elem--right {
        justify-content: flex-end;
    }
}

.timeline__date {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    margin: auto;
    color: #fff;
    background-repeat: no-repeat;
    border-radius: 50%;
    border: 6px solid #fff;
}

@media (min-width: 900px) {
    .timeline__date {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }
}

.timeline__date-day {
    font-size: 1.35rem;
    font-weight: 600;
}

.timeline__date-month {
    font-size: .85rem;
}

.timeline__event {
    position: relative;
    width: 90%;
    margin: 30px auto 0;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.2);
    background-color: #fff;
}

@media (min-width: 900px) {
    .timeline__event {
        width: calc((100% - 70px - 8px * 4) / 2);
        margin: 0;
    }
}

.timeline__event:before {
    position: absolute;
    top: 50%;
    display: none;
    width: 0;
    height: 0;
    content: '';
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
}

.timeline__event:after {
    position: absolute;
    top: 50%;
    display: none;
    width: 16px;
    height: 16px;
    content: '';
    -webkit-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
}

.timeline__event--left:before {
    right: -8px;
    border-left: 8px solid #fff;
}

.timeline__event--left:after {
    right: -7px;
    box-shadow: 2px -1px 1px 0 rgba(0, 0, 0, 0.08);
}

.timeline__event--right:before {
    left: -8px;
    border-right: 8px solid #fff;
}

.timeline__event--right:after {
    left: -7px;
    box-shadow: -2px 2px 1px 0 rgba(0, 0, 0, 0.08);
}

.timeline__event-date-time {
    padding: 20px 15px 0;
    display: flex;
    margin-bottom: 15px;
    font-size: .8rem;
    color: rgba(44, 44, 44, 0.7);
}

.timeline__event-date {
    margin-right: 10px;
}

.timeline__event-title {
    padding: 0 15px;
    margin-bottom: 15px;
    font-size: 1.25rem;
    font-weight: 600;
}

.timeline__event-descr {
    padding: 0 15px 20px;
    font-size: .9rem;
    line-height: 20px;
    color: #909090;
}

.timeline__event-descr p {
    margin-bottom: 10px;
}

.timeline__event-descr p:last-child {
    margin-bottom: 0;
}

.timeline__event-actions {
    padding: 20px 15px;
    border-top: 1px solid rgba(160, 160, 160, 0.2);
}

.timeline__event-action {
    transition-property: all;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    transition-delay: 0s;
    margin-right: 24px;
    font-size: .9rem;
    font-weight: 500;
    color: #324ece;
    text-transform: uppercase;
}

.timeline__event-action.bg {
    color: #ff3939;
}

.timeline__event-action.bg:hover {
    color: #324ece;
}

.timeline-bg {
    background: #f7f7f7;
}

.timeline-area {
    padding: 80px 0px 80px 0px;
}

.roadmap-outer {
    overflow: hidden;
    position: relative;
}

.roadmap-outer .roadmap {
    position: relative;
    margin-top: -63px;
}

.roadmap-outer .roadmap:first-child {
    margin-top: 0px;
}

.roadmap-outer .roadmap:before,
.roadmap-outer .roadmap:after {
    content: "";
    display: block;
    width: 100%;
    clear: both;
}

.roadmap-outer .roadmap:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
}

.roadmap-outer .roadmap-icon {
    width: 210px;
    height: 210px;
    border-radius: 50%;
    border: 25px solid transparent;
    border-top-color: #f75983;
    border-right-color: #f75983;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    transform: rotate(45deg);
}

.roadmap-outer .year {
    display: block;
    width: 110px;
    height: 110px;
    line-height: 110px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 10px 40px rgba(165, 165, 165, 0.2);
    margin: auto;
    font-size: 24px;
    font-weight: 600;
    color: #f75983;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    transform: rotate(-45deg);
}

.roadmap-outer .roadmap-content {
    width: 35%;
    float: right;
    background: #f75983;
    padding: 20px 20px;
    margin: 50px 0 51px;
    z-index: 1;
    position: relative;
    border-radius: 5px;
}

.roadmap-outer .roadmap-content:before {
    content: "";
    width: 20%;
    height: 15px;
    background: #f75983;
    position: absolute;
    top: 50%;
    left: -20%;
    z-index: -1;
    transform: translateY(-50%);
}

.roadmap-outer h3 {
    color: #fff;
    font-size: 20px;
    margin-bottom: 17px;
}

.roadmap-outer p {
    color: rgba(255, 255, 255, 0.7);
    margin: 0;
    font-size: 15px;
}

.roadmap-outer .roadmap:nth-child(2n) .roadmap-icon {
    transform: rotate(-135deg);
}

.roadmap-outer .roadmap:nth-child(2n) .year {
    transform: rotate(135deg);
}

.roadmap-outer .roadmap:nth-child(2n) .roadmap-content {
    float: left;
}

.roadmap-outer .roadmap:nth-child(2n) .roadmap-content:before {
    left: auto;
    right: -20%;
}

.roadmap-outer .roadmap:nth-child(2n) .roadmap-icon {
    border-top-color: #f75983;
    border-right-color: #f75983;
}

.roadmap-outer .roadmap:nth-child(2n) .year {
    color: #f75983;
}

.roadmap-outer .roadmap:nth-child(2n) .roadmap-content,
.roadmap-outer .roadmap:nth-child(2n) .roadmap-content:before {
    background: #f75983;
}

.roadmap-outer .roadmap:nth-child(3n) .roadmap-icon {
    border-top-color: #f75983;
    border-right-color: #f75983;
}

.roadmap-outer .roadmap:nth-child(3n) .year {
    color: #f75983;
}

.roadmap-outer .roadmap:nth-child(3n) .roadmap-content,
.roadmap-outer .roadmap:nth-child(3n) .roadmap-content:before {
    background: #f75983;
}

.roadmap-outer .roadmap:nth-child(4n) .roadmap-icon {
    border-top-color: #f75983;
    border-right-color: #f75983;
}

.roadmap-outer .roadmap:nth-child(4n) .year {
    color: #f75983;
}

.roadmap-outer .roadmap:nth-child(4n) .roadmap-content,
.roadmap-outer .roadmap:nth-child(4n) .roadmap-content:before {
    background: #f75983;
}

.timeline-three {
    position: relative;
}

.timeline-three .roadmap-outer:before {
    position: absolute;
    left: 50%;
    width: 2px;
    height: 100%;
    margin-left: -1px;
    content: "";
    background: rgba(39, 37, 37, 0.07);
}

.timeline-three .roadmap-outer .roadmap-icon {
    border-top-color: transparent;
    border-right-color: transparent;
}

.timeline-three .roadmap-outer .roadmap:nth-child(2n) .roadmap-icon {
    border-top-color: transparent;
    border-right-color: transparent;
}

.timeline-three .roadmap-outer .roadmap:nth-child(3n) .roadmap-icon {
    border-top-color: transparent;
    border-right-color: transparent;
}

.timeline-three .roadmap-outer .roadmap-content {
    background-color: transparent;
    background-image: linear-gradient(144deg, #1034A6 30%, #ff0505 100%);
}

.timeline-three .roadmap-outer .roadmap:nth-child(2n) .roadmap-content {
    background-color: transparent;
    background-image: linear-gradient(144deg, #1034A6 30%, #ff0505 100%);
}

.timeline-three .roadmap-outer .roadmap:nth-child(3n) .roadmap-content {
    background-color: transparent;
    background-image: linear-gradient(144deg, #1034A6 30%, #ff0505 100%);
}

.timeline-three .roadmap-outer .roadmap:nth-child(2n) .roadmap-content,
.timeline-three .roadmap-outer .roadmap:nth-child(2n) .roadmap-content:before {
    background-color: transparent;
    background-image: linear-gradient(144deg, #1034A6 30%, #ff0505 100%);
}

.timeline-three .roadmap-outer .roadmap:nth-child(3n) .roadmap-content,
.timeline-three .roadmap-outer .roadmap:nth-child(3n) .roadmap-content:before {
    background-color: transparent;
    background-image: linear-gradient(144deg, #1034A6 30%, #ff0505 100%);
}

.timeline-three .roadmap-outer .roadmap-content:before {
    background-color: transparent;
    background-image: linear-gradient(144deg, #1034A6 30%, #ff0505 100%);
}

.timeline-area.bp-tl {
    background: #fff;
}

.timeline_six .timeline__event {
    position: relative;
    width: 40%;
    margin: 0;
    box-shadow: none;
    background: linear-gradient(to right, #643094, #00bcd4e0);
    border: 1px solid #ddd;
}

.timeline_six .timeline__date {
    border: 6px solid #ddd;
}

.timeline_six .timeline__event-date-time {
    color: rgba(245, 245, 245, 0.7);
}

.timeline_six .timeline__event-title {
    color: #fff;
}

.timeline_six .timeline__event-descr p {
    color: #eaeaea;
}

.timeline_six .timeline__event-actions {
    border-top: 1px solid #b5b5b5;
}

.timeline_six .timeline__event-action {
    color: #bfbfbf;
}

.timeline_six .timeline__event-action.bg {
    color: #000000d9;
}

.timeline_six .timeline__event-action.bg:hover,
.timeline_six .timeline__event-action:hover {
    color: #fff;
}

.timeline_six .timeline__date {
    background-image: linear-gradient(144deg, rgb(169, 169, 169) 30%, rgb(158, 158, 158) 100%) !important;
    background-size: 100% 1162px !important;
    background-position: 0px -0px !important;
}

.timeline_six .timeline__bar {
    background-image: linear-gradient(144deg, rgb(169, 169, 169) 30%, rgb(158, 158, 158) 100%);
}

.timeline_six .timeline__bar:before {
    top: -1px;
    background-image: linear-gradient(144deg, #d8d8d8 30%, #505050 100%);
}

.timeline_six .timeline__bar:after {
    background-image: linear-gradient(144deg, #d8d8d8 30%, #505050 100%);
}


/** end timeline **/


/** start button **/

.button-bg {
    background: #f9f9f9;
}

.button-area {
    padding: 80px 0px;
}

.button-bp {
    max-width: 700px;
    margin: 0 auto;
    padding: 0;
}

.bpack-btn:hover {
    color: black !important;
}

.bpack-btn {
    border: none;
    background-color: #000;
    color: #fff !important;
    padding: 14px 30px;
    display: inline-block;
    cursor: pointer;
    font-weight: 500;
    margin-left: 75px;
    outline: none;
    position: relative;
    overflow: hidden;
    font-size: 16px;
    -webkit-transform: translateZ(0);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.bpack-btn:before {
    z-index: -1;
    opacity: 0;
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    border-radius: inherit;
    color: #000;
    background-color: #ffffff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.bpack-btn:after {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    border: 2px solid #000;
    content: '';
    border-radius: inherit;
}

.btn-wht:hover:after {
    color: #000 !important;
}

.bpack-btn:hover:before {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
}

.bpack-btn-two {
    border: none;
    background-color: #000;
    color: #ffffff !important;
    cursor: pointer;
    display: inline-block;
    padding: 14px 30px;
    margin-left: 75px;
    font-weight: 500;
    outline: none;
    position: relative;
    overflow: hidden;
    font-size: 16px;
    border-radius: 30px;
    -webkit-transform: translateZ(0);
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.bpack-btn-two:before {
    z-index: -1;
    opacity: 0;
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    color: #000;
    border-radius: inherit;
    background-color: #ffffff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.bpack-btn-two:after {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    border: 2px solid #000;
    content: '';
    border-radius: inherit;
}

.bpack-btn-two:hover {
    color: #000 !important;
}

.bpack-btn-two:hover:before,
.bpack-btn-two.hover:before {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
}

.bpack-btn-three {
    background-color: #c47135;
    border: none;
    color: #ffffff !important;
    cursor: pointer;
    display: inline-block;
    margin-left: 65px;
    font-size: 16px;
    line-height: 1em;
    outline: none;
    padding: 15px 40px 15px;
    position: relative;
    font-weight: 500;
}

.bpack-btn-three:before,
.bpack-btn-three:after {
    border-color: transparent;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    border-style: solid;
    border-width: 0;
    content: "";
    height: 24px;
    position: absolute;
    width: 24px;
}

.bpack-btn-three:before {
    border-color: #c47135;
    border-left-width: 2px;
    border-top-width: 2px;
    left: -5px;
    top: -5px;
}

.bpack-btn-three:after {
    border-bottom-width: 2px;
    border-color: #c47135;
    border-right-width: 2px;
    bottom: -5px;
    right: -5px;
}

.bpack-btn-three:hover,
.bpack-btn-three.hover {
    background-color: #c47135;
}

.bpack-btn-three:hover:before,
.bpack-btn-three.hover:before,
.bpack-btn-three:hover:after,
.bpack-btn-three.hover:after {
    height: 100%;
    width: 100%;
}

.bpack-btn-four {
    background-color: #c47135;
    border: none;
    color: #ffffff !important;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    line-height: 1em;
    margin-left: 65px;
    outline: none;
    padding: 15px 40px 15px;
    position: relative;
    font-weight: 500;
}

.bpack-btn-four:before,
.bpack-btn-four:after {
    border-color: transparent;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    border-style: solid;
    border-width: 0;
    content: "";
    height: 24px;
    position: absolute;
    width: 24px;
}

.bpack-btn-four:before {
    border-color: #c47135;
    border-right-width: 2px;
    border-top-width: 2px;
    right: -5px;
    top: -5px;
}

.bpack-btn-four:after {
    border-bottom-width: 2px;
    border-color: #c47135;
    border-left-width: 2px;
    bottom: -5px;
    left: -5px;
}

.bpack-btn-four:hover,
.bpack-btn-four.hover {
    background-color: #c47135;
}

.bpack-btn-four:hover:before,
.bpack-btn-four.hover:before,
.bpack-btn-four:hover:after,
.bpack-btn-four.hover:after {
    height: 100%;
    width: 100%;
}

.button-five .bpack-btn-five {
    border: none;
    background-color: #000000;
    border-radius: 5px;
    color: #ffffff !important;
    cursor: pointer;
    padding: 14px 30px;
    display: inline-block;
    margin-left: 75px;
    font-weight: 500;
    font-size: 16px;
    outline: none;
    position: relative;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.button-five .bpack-btn-five span {
    display: inline-block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 0.8;
}

.button-five .bpack-btn-five i {
    font-size: 15px;
    left: 20px;
    position: absolute;
    top: 18px;
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.button-five .bpack-btn-five:hover span,
.button-five .bpack-btn-five.hover span {
    -webkit-transform: translate3d(10px, 0px, 0px);
    transform: translate3d(10px, 0px, 0px);
    opacity: 1;
}

.button-five .bpack-btn-five:hover i,
.button-five .bpack-btn-five.hover i {
    opacity: 0.8;
}

.button-five .bpack-btn-five:active span {
    -webkit-transform: translate3d(14px, 0px, 0px);
    transform: translate3d(14px, 0px, 0px);
}

.button-five .bpack-btn-five:active i {
    left: 18px;
}

.button-five .bpack-btn-five.blue {
    background-color: #20638f;
}

.button-five .bpack-btn-five.red {
    background-color: #962d22;
}

.bpack-btn-six {
    color: #ffffff;
    cursor: pointer;
    padding: 14px 40px;
    display: inline-block;
    margin-left: 60px;
    font-weight: 500;
    outline: none;
    position: relative;
    font-size: 16px;
    border: 3px solid #fff;
    background-color: transparent;
    border-radius: 15px 15px 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.bpack-btn-six:before {
    content: "";
    position: absolute;
    left: -3px;
    top: -3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 35px 35px 0 0;
    border-color: #c87f0a transparent transparent transparent;
    z-index: 1;
}

.bpack-btn-six:hover,
.bpack-btn-six.hover {
    border-color: #c87f0a;
}

.bpack-btn-seven {
    text-decoration: none;
    color: #fff !important;
    background-color: #E3872D;
    cursor: pointer;
    margin-left: 70px;
    font-weight: 500;
    font-size: 16px;
    padding: 12px 35px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.bpack-btn-seven:before {
    position: absolute;
    content: "";
    top: 0px;
    height: 100%;
    left: -25%;
    width: 0%;
    background-color: #041230;
    transform: skew(50deg);
    transition-duration: .6s;
    z-index: 1;
}

.bpack-btn-seven span {
    position: relative;
    z-index: 2;
}

.bpack-btn-seven:hover:before {
    width: 180%;
}

.bpack-btn-eight {
    text-decoration: none;
    color: #000 !important;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    background: #fff;
    margin-left: 70px;
    font-weight: 500;
    font-size: 15px;
    cursor: pointer;
    padding: 12px 35px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.bpack-btn-eight:hover {
    background: #324ece;
    color: #fff !important;
}

.bpack-btn-eight.active {
    background: #324ece;
    color: #fff !important;
}

.bpack-btn-nine {
    text-decoration: none;
    color: #fff !important;
    background-color: transparent;
    background-image: linear-gradient(144deg, #1034A6 30%, #ff0505 100%);
    margin-left: 70px;
    font-weight: 500;
    font-size: 15px;
    cursor: pointer;
    padding: 12px 35px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.bpack-btn-nine:hover {
    background-color: transparent;
    background-image: linear-gradient(144deg, #e42020 30%, #1034A6 100%);
}

.bpack-btn-ten {
    text-decoration: none;
    color: #000 !important;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    margin-left: 70px;
    border: 2px solid #324ece;
    font-weight: 500;
    font-size: 15px;
    cursor: pointer;
    padding: 12px 35px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.bpack-btn-ten:hover {
    color: #fff !important;
    background: #324ece;
}


/** end button **/


/** start icon **/

.icon-area {
    padding: 80px 0px;
}

.icon-bg {
    background: #c5c5c5;
}

.icon-bp {
    max-width: 650px;
    margin: 0 auto;
    padding: 0;
}

.bpack-icon-one {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-perspective: 50em;
    perspective: 50em;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background-color: #7e1946;
    border-radius: 5px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-sizing: 0 0 5px rgba(0, 0, 0, 0.5);
    color: #e6e6e6;
    display: inline-block;
    font-size: 35px;
    height: 75px;
    line-height: 75px;
    margin: 40px;
    position: relative;
    text-align: center;
    text-decoration: none;
    width: 75px;
}

.bpack-icon-one:before {
    color: #fff;
    text-shadow: 1px 1px 5px #000000;
    opacity: 0.75;
}

.bpack-icon-one:after {
    -webkit-transition: all 0.45s ease;
    transition: all 0.45s ease;
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 50%;
    bottom: 0;
    content: '';
    background-color: #69153a;
    border-radius: 5px 0 0 5px;
    z-index: -1;
}

.bpack-icon-one:hover,
.bpack-icon-one:active,
.bpack-icon-one.hover {
    color: #fff;
    background-color: #1d5599;
}

.bpack-icon-one:hover:after,
.bpack-icon-one:active:after,
.bpack-icon-one.hover:after {
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    background-color: #2468bb;
}

.bpack-icon-two {
    position: relative;
    font-size: 35px;
    color: #fff;
    width: 75px;
    margin: 40px;
    height: 75px;
    line-height: 75px;
    display: inline-block;
    text-align: center;
    -webkit-perspective: 50em;
    perspective: 50em;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.bpack-icon-two:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 2px solid #fff;
    content: '';
    z-index: -1;
    border-radius: 50%;
}

.bpack-icon-two:before {
    color: #fff;
}

.bpack-icon-two:before,
.bpack-icon-two:after {
    -webkit-transition: all 0.45s ease-in-out;
    transition: all 0.45s ease-in-out;
}

.bpack-icon-two:hover,
.bpack-icon-two:active,
.bpack-icon-two.hover {
    color: #c0392b;
}

.bpack-icon-two:hover:after,
.bpack-icon-two:active:after,
.bpack-icon-two.hover:after {
    border-color: transparent #c0392b;
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.bpack-icon-three {
    position: relative;
    font-size: 35px;
    color: #000;
    width: 75px;
    margin: 40px;
    height: 75px;
    line-height: 75px;
    display: inline-block;
    text-align: center;
    -webkit-perspective: 50em;
    perspective: 50em;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.bpack-icon-three:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 2px solid #e6e6e6;
    content: '';
    z-index: -1;
    border-radius: 50%;
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
}

.bpack-icon-three:before,
.bpack-icon-three:after {
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.bpack-icon-three:hover,
.bpack-icon-three:active,
.bpack-icon-three.hover {
    color: #c0392b;
}

.bpack-icon-three:hover:after,
.bpack-icon-three:active:after,
.bpack-icon-three.hover:after {
    border-color: #c0392b;
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
}

.bpack-icon-four {
    position: relative;
    font-size: 35px;
    color: #fff;
    width: 75px;
    margin: 40px;
    height: 75px;
    line-height: 75px;
    display: inline-block;
    text-align: center;
    -webkit-perspective: 50em;
    perspective: 50em;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.bpack-icon-four:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border: 2px solid #fff;
    content: '';
    z-index: -1;
    border-radius: 50%;
    -webkit-transform: rotateX(360deg);
    transform: rotateX(360deg);
}

.bpack-icon-four:before,
.bpack-icon-four:after {
    -webkit-transition: all 0.8s ease-in-out;
    transition: all 0.8s ease-in-out;
}

.bpack-icon-four:hover,
.bpack-icon-four:active,
.bpack-icon-four.hover {
    color: #324ece;
}

.bpack-icon-four:hover:after,
.bpack-icon-four:active:after,
.bpack-icon-four.hover:after {
    border-color: #324ece;
    -webkit-transform: rotateX(0);
    transform: rotateX(0);
}

.bpack-icon-five {
    position: relative;
    overflow: hidden;
    font-size: 35px;
    color: rgba(255, 255, 255, 0.8);
    margin: 38px;
    padding: 3px;
    display: inline-block;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
    text-decoration: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.bpack-icon-five i::before {
    background-color: #2b2b2b;
    width: 75px;
    height: 75px;
    line-height: 75px;
    display: block;
}

.bpack-icon-five:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #f39c12;
    content: '';
    z-index: -1;
    display: inline-block;
    -webkit-transform: rotate(-45deg) scale(1.5) translate(0%, -100%);
    transform: rotate(-45deg) scale(1.5) translate(0%, -100%);
}

.bpack-icon-five:before,
.bpack-icon-five:after {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.bpack-icon-five:hover,
.bpack-icon-five:active,
.bpack-icon-five.hover {
    color: #ffffff;
}

.bpack-icon-five:hover:after,
.bpack-icon-five:active:after,
.bpack-icon-five.hover:after {
    -webkit-transform: rotate(-45deg) scale(1.5) translate(0%, 0%);
    transform: rotate(-45deg) scale(1.5) translate(0%, 0%);
}

.bpack-icon-six {
    position: relative;
    font-size: 35px;
    background-color: #7b7b7b;
    color: #ffffff;
    width: 75px;
    margin: 40px;
    height: 75px;
    line-height: 75px;
    display: inline-block;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.bpack-icon-six:after {
    position: absolute;
    bottom: 0;
    height: 4px;
    left: 50%;
    right: 50%;
    background: #fff;
    content: '';
}

.bpack-icon-six:before,
.bpack-icon-six:after {
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.bpack-icon-six:hover,
.bpack-icon-six:active,
.bpack-icon-six.hover {
    color: #ffffff;
    text-shadow: 3px 5px 5px rgba(0, 0, 0, 0.8);
}

.bpack-icon-six:hover:after,
.bpack-icon-six:active:after,
.bpack-icon-six.hover:after {
    left: 0;
    right: 0;
}

.bpack-icon-seven {
    position: relative;
    font-size: 35px;
    background-color: rgba(50, 50, 50, 0.3);
    color: #000;
    width: 75px;
    margin: 40px;
    height: 75px;
    line-height: 75px;
    display: inline-block;
    text-align: center;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.bpack-icon-seven:before {
    z-index: 2;
    display: block;
    line-height: 75px;
}

.bpack-icon-seven:after {
    position: absolute;
    bottom: 0;
    top: 100%;
    left: 0;
    right: 0;
    background: #d61313;
    content: '';
    z-index: -1;
}

.bpack-icon-seven:before,
.bpack-icon-seven:after {
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.bpack-icon-seven:hover,
.bpack-icon-seven:active,
.bpack-icon-seven.hover {
    color: #ffffff;
}

.bpack-icon-seven:hover:after,
.bpack-icon-seven:active:after,
.bpack-icon-seven.hover:after {
    top: 0;
}

.bpack-icon-eight {
    position: relative;
    font-size: 35px;
    border: 1px solid #000000;
    color: #ffffff;
    width: 75px;
    margin: 40px;
    height: 75px;
    line-height: 70px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.bpack-icon-eight * {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.bpack-icon-eight:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.bpack-icon-eight:after {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #1a1a1a;
    content: '';
    z-index: -1;
    border-radius: 50%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform: scale(0.98);
    transform: scale(0.98);
}

.bpack-icon-eight:hover,
.bpack-icon-eight .hover {
    color: #000000;
}

.bpack-icon-eight:hover:after,
.bpack-icon-eight .hover:after {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
}

.bpack-icon-eight:hover.blue,
.bpack-icon-eight .hover.blue {
    color: #2980b9;
}

.bpack-icon-eight:hover.yellow,
.bpack-icon-eight .hover.yellow {
    color: #e67e22;
}

.bpack-icon-eight:hover.green,
.bpack-icon-eight .hover.green {
    color: #27ae60;
}

.bpack-icon-eight:hover.red,
.bpack-icon-eight .hover.red {
    color: #c0392b;
}

.bpack-icon-eight.blue {
    border: 2px solid #2980b9;
}

.bpack-icon-eight.blue:after {
    background: #409ad5;
}

.bpack-icon-eight.yellow {
    border: 2px solid #e67e22;
}

.bpack-icon-eight.yellow:after {
    background: #eb9950;
}

.bpack-icon-eight.green {
    border: 2px solid #27ae60;
}

.bpack-icon-eight.green:after {
    background: #36d278;
}

.bpack-icon-eight.red {
    border: 2px solid #c0392b;
}

.bpack-icon-eight.red:after {
    background: #d65548;
}

.bpack-icon-nine {
    position: relative;
    font-size: 35px;
    background-color: #2b2b2b;
    color: #ffffff;
    width: 75px;
    margin: 40px;
    height: 75px;
    line-height: 75px;
    display: inline-block;
    text-align: center;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.bpack-icon-nine:after {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    border: solid;
    border-width: 0 5px 5px 0;
    border-color: transparent #c87f0a #4f3204 transparent;
    content: '';
    z-index: -1;
}

.bpack-icon-nine:before,
.bpack-icon-nine:after {
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.bpack-icon-nine:hover,
.bpack-icon-nine:active,
.bpack-icon-nine.hover {
    color: #ffffff;
    text-shadow: 3px 5px 5px rgba(0, 0, 0, 0.8);
}

.bpack-icon-nine:hover:after,
.bpack-icon-nine:active:after,
.bpack-icon-nine.hover:after {
    -webkit-transform: translate(4px, 4px);
    transform: translate(4px, 4px);
}

.bpack-icon-ten {
    position: relative;
    font-size: 35px;
    background-color: #262626;
    color: #ffffff;
    width: 75px;
    margin: 40px;
    height: 75px;
    line-height: 75px;
    display: inline-block;
    text-align: center;
    border-radius: 4px;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.1) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.1) 100%);
    box-shadow: inset 0px 1px 1px rgba(255, 255, 255, 0.2), inset 0px -1px 1px rgba(0, 0, 0, 0.5), 1px 1px 4px rgba(0, 0, 0, 0.5);
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.6);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    z-index: 1;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

.bpack-icon-ten i:before {
    z-index: 2;
    opacity: 0.75;
    display: block;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.bpack-icon-ten:after {
    position: absolute;
    display: block;
    top: 0;
    height: 100%;
    width: 100%;
    background: #000000;
    content: '';
    border-radius: 4px;
    z-index: -1;
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.2) 100%);
    box-shadow: inset 0px 1px 1px rgba(255, 255, 255, 0.25), inset 0px -1px 1px rgba(0, 0, 0, 0.6);
}

.bpack-icon-ten:before,
.bpack-icon-ten:after {
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
}

.bpack-icon-ten:hover,
.bpack-icon-ten.hover {
    text-shadow: 3px 5px 5px rgba(0, 0, 0, 0.8);
    color: #ffffff;
}

.bpack-icon-ten:hover:after,
.bpack-icon-ten.hover:after {
    opacity: 0;
}

.bpack-icon-ten:hover i:before,
.bpack-icon-ten.hover i:before {
    opacity: 1;
}

.bpack-icon-ten:active {
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.8);
    color: #ffffff;
}

.bpack-icon-ten.blue {
    background-color: #2980b9;
}

.bpack-icon-ten.blue:after {
    background-color: #2980b9;
}

.bpack-icon-ten.yellow {
    background-color: #f39c12;
}

.bpack-icon-ten.yellow:after {
    background-color: #f39c12;
}

.bpack-icon-ten.green {
    background-color: #27ae60;
}

.bpack-icon-ten.green:after {
    background-color: #27ae60;
}

.bpack-icon-ten.red {
    background-color: #c0392b;
}

.bpack-icon-ten.red:after {
    background-color: #c0392b;
}


/** end iocn **/


/** start images **/

.images-bg {
    background: #f7f7f7;
}

.images-area {
    padding: 80px 0px;
}

.images-area figcaption h3 {
    font-family: "montserrat", sans-serif;
}

.bpack-images-one {
    background-color: #000;
    color: #fff;
    display: inline-block;
    font-size: 24px;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.bpack-images-one:before,
.bpack-images-one:after {
    background-color: rgba(0, 0, 0, 0.5);
    border-top: 50px solid rgba(0, 0, 0, 0.5);
    border-bottom: 50px solid rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 1;
    opacity: 0;
}

.bpack-images-one:before {
    -webkit-transform: scaleY(2);
    transform: scaleY(2);
}

.bpack-images-one:after {
    -webkit-transform: scaleY(2);
    transform: scaleY(2);
}

.bpack-images-one img {
    vertical-align: top;
    max-width: 100%;
    backface-visibility: hidden;
}

.bpack-images-one figcaption {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    align-items: center;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.1em;
    opacity: 0;
    z-index: 2;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.bpack-images-one h3 {
    font-size: 1em;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 14px;
    font-family: "montserrat", sans-serif;
    color: #fff;
}

.bpack-images-one h3 span {
    display: block;
    font-weight: 600;
    font-size: 20px;
    padding-top: 4px;
}

.bpack-images-one a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
}

.bpack-images-one:hover>img {
    opacity: 0.7;
}

.bpack-images-one:hover:before,
.bpack-images-one:hover:after {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.bpack-images-one:hover figcaption {
    opacity: 1;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.bpack-images-two {
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin: 10px;
    text-align: left;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.bpack-images-two * {
    -webkit-transition: all 0.35s;
    transition: all 0.35s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.bpack-images-two figcaption {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.75);
}

.bpack-images-two h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    margin: 4px 0;
    color: #fff;
}

.bpack-images-two h5 {
    font-weight: 400;
    margin: 8px 0px;
    color: #bbb;
    letter-spacing: 0px;
    font-size: 13px;
}

.bpack-images-two a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.bpack-images-two:hover figcaption {
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    background-color: #fff;
}

.bpack-images-two:hover h3,
.bpack-images-two:hover h5 {
    color: #333;
}

.bpack-images-three {
    position: relative;
    display: inline-block;
    overflow: hidden;
    color: #fff;
    text-align: left;
    background: #000;
}

.bpack-images-three *,
.bpack-images-three:before,
.bpack-images-three:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.bpack-images-three img {
    max-width: 100%;
    backface-visibility: hidden;
    vertical-align: top;
}

.bpack-images-three:before,
.bpack-images-three:after {
    position: absolute;
    top: 20px;
    right: 20px;
    content: '';
    background-color: #fff;
    z-index: 1;
    opacity: 0;
}

.bpack-images-three:before {
    width: 0;
    height: 1px;
}

.bpack-images-three:after {
    height: 0;
    width: 1px;
}

.bpack-images-three figcaption {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 15px 20px;
}

.bpack-images-three h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    margin: 4px 0;
    color: #fff;
    opacity: 0;
}

.bpack-images-three h4 {
    font-weight: 400;
    margin: 8px 0px;
    color: #bbb;
    letter-spacing: 0px;
    font-size: 14px;
    opacity: 0;
}

.bpack-images-three a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.bpack-images-three:hover img {
    zoom: 1;
    filter: alpha(opacity=20);
    -webkit-opacity: 0.2;
    opacity: 0.2;
}

.bpack-images-three:hover:before,
.bpack-images-three:hover:after {
    opacity: 1;
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
}

.bpack-images-three:hover:before {
    width: 40px;
}

.bpack-images-three:hover:after {
    height: 40px;
}

.bpack-images-three:hover h3,
.bpack-images-three:hover h4 {
    opacity: 1;
}

.bpack-images-four {
    display: inline-block;
    overflow: hidden;
    position: relative;
    text-align: center;
}

.bpack-images-four * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.bpack-images-four:before,
.bpack-images-four:after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    background-color: #000000;
    border-left: 3px solid #fff;
    border-right: 3px solid #fff;
    content: '';
    opacity: 0.9;
    z-index: 1;
}

.bpack-images-four:before {
    -webkit-transform: skew(45deg) translateX(-155%);
    transform: skew(45deg) translateX(-155%);
}

.bpack-images-four:after {
    -webkit-transform: skew(45deg) translateX(155%);
    transform: skew(45deg) translateX(155%);
}

.bpack-images-four img {
    backface-visibility: hidden;
    max-width: 100%;
    vertical-align: top;
}

.bpack-images-four figcaption {
    top: 50%;
    left: 50%;
    position: absolute;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%) scale(0.5);
    transform: translate(-50%, -50%) scale(0.5);
    opacity: 0;
    -webkit-box-shadow: 0 0 10px #000000;
    box-shadow: 0 0 10px #000000;
}

.bpack-images-four h3 {
    background-color: #000000;
    border: 2px solid #fff;
    color: #fff;
    font-size: 1em;
    font-weight: 500;
    margin: 0;
    font-size: 14px;
    padding: 10px 20px;
}

.bpack-images-four a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
}

.bpack-images-four:hover>img {
    opacity: 0.5;
}

.bpack-images-four:hover:before {
    -webkit-transform: skew(45deg) translateX(-55%);
    transform: skew(45deg) translateX(-55%);
}

.bpack-images-four:hover:after {
    -webkit-transform: skew(45deg) translateX(55%);
    transform: skew(45deg) translateX(55%);
}

.bpack-images-four:hover figcaption {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
}

.bpack-images-five {
    position: relative;
    overflow: hidden;
    display: inline-block;
    background: #700877;
    background: -moz-linear-gradient(90deg, #700877 0%, #ff2759 100%, #ff2759 100%);
    background: -webkit-linear-gradient(90deg, #700877 0%, #ff2759 100%, #ff2759 100%);
    background: linear-gradient(90deg, #700877 0%, #ff2759 100%, #ff2759 100%);
}

.bpack-images-five img,
.bpack-images-five:before,
.bpack-images-five:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.snip1561 img {
    max-width: 100%;
    backface-visibility: hidden;
    vertical-align: top;
}

.bpack-images-five:before,
.bpack-images-five:after {
    content: '';
    background-color: #fff;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.bpack-images-five:before {
    width: 60px;
    height: 1px;
    left: 100%;
}

.bpack-images-five:after {
    height: 60px;
    width: 1px;
    top: 0%;
}

.bpack-images-five a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.bpack-images-five:hover img {
    zoom: 1;
    filter: alpha(opacity=50);
    -webkit-opacity: 0.5;
    opacity: 0.5;
}

.bpack-images-five:hover:before,
.bpack-images-five:hover:after {
    opacity: 1;
    top: 50%;
    left: 50%;
}

.bpack-images-six {
    background-color: #222222;
    overflow: hidden;
    display: inline-block;
    position: relative;
    text-align: center;
}

.bpack-images-six * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.45s ease;
    transition: all 0.45s ease;
}

.bpack-images-six:after {
    background-color: #de0000;
    bottom: 0;
    content: '';
    height: 0%;
    right: 0;
    position: absolute;
    width: 10px;
    -webkit-transition: all 0.45s ease;
    transition: all 0.45s ease;
}

.bpack-images-six img {
    vertical-align: top;
    max-width: 100%;
    backface-visibility: hidden;
}

.bpack-images-six figcaption {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    align-items: center;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1em;
    opacity: 0;
}

.bpack-images-six h3 {
    font-size: 1em;
    font-weight: 400;
    letter-spacing: 1px;
    font-size: 13px;
    color: #fff;
}

.bpack-images-six h3 span {
    display: block;
    font-weight: 600;
    font-size: 20px;
    padding-top: 4px;
}

.bpack-images-six a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.bpack-images-six:hover>img {
    opacity: 0.1;
}

.bpack-images-six:hover:after {
    height: 100%;
}

.bpack-images-six:hover figcaption {
    opacity: 1;
}

.bpack-images-seven {
    position: relative;
    overflow: hidden;
    display: inline-block;
    cursor: pointer;
    line-height: 1.2em;
}

.bpack-images-seven *,
.bpack-images-seven *:before,
.bpack-images-seven *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.bpack-images-seven:before {
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 10px;
    right: 10px;
    content: '';
    background-color: #c7c7c7;
    opacity: 0;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.bpack-images-seven img {
    max-width: 100%;
    vertical-align: top;
}

.bpack-images-seven .icons {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bpack-images-seven a {
    margin: 0px 8px;
    opacity: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.bpack-images-seven a i {
    display: block;
    font-size: 18px;
    line-height: 40px;
    width: 40px;
    background-color: #ffffff;
    text-align: center;
    color: #000000;
}

.bpack-images-seven a i:hover {
    background-color: #000000;
    color: #ffffff;
    cursor: pointer;
}

.bpack-images-seven:hover:before {
    opacity: 0.5;
}

.bpack-images-seven:hover a {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.bpack-images-seven:hover a:nth-child(2) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.bpack-images-seven:hover a:nth-child(3) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.bpack-images-eight {
    position: relative;
    display: inline-block;
    overflow: hidden;
    text-align: left;
    background: #505050;
}

.bpack-images-eight *,
.bpack-images-eight:before,
.bpack-images-eight:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.bpack-images-eight img {
    max-width: 100%;
    backface-visibility: hidden;
    vertical-align: top;
}

.bpack-images-eight:before,
.bpack-images-eight:after {
    content: '';
    background-color: #fff;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.bpack-images-eight:before {
    width: 300px;
    height: 2px;
}

.bpack-images-eight:after {
    height: 300px;
    width: 2px;
}

.bpack-images-eight figcaption {
    position: absolute;
    left: 0;
    bottom: 0;
}

.bpack-images-eight h3 {
    font-weight: 500;
    padding: 20px 20px;
    margin: 0;
    font-size: 20px;
    color: #fff;
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.bpack-images-eight a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.bpack-images-eight:hover img {
    zoom: 1;
    filter: alpha(opacity=25);
    -webkit-opacity: 0.25;
    opacity: 0.25;
}

.bpack-images-eight:hover:before,
.bpack-images-eight:hover:after {
    opacity: 1;
}

.bpack-images-eight:hover:before {
    width: 50px;
}

.bpack-images-eight:hover:after {
    height: 50px;
}

.bpack-images-eight:hover h3 {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
}

.bpack-images-nine {
    position: relative;
    overflow: hidden;
    display: inline-block;
    text-align: center;
}

.bpack-images-nine * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.bpack-images-nine img {
    opacity: 1;
    width: 100%;
}

.bpack-images-nine:after,
.bpack-images-nine:before,
.bpack-images-nine figcaption:after,
.bpack-images-nine figcaption:before {
    background: #0a0a0a;
    width: 25%;
    position: absolute;
    content: '';
    opacity: 0;
    -webkit-transition: all 0.3s steps(4);
    transition: all 0.3s steps(4);
    z-index: 1;
    top: 100%;
    bottom: 0;
}

.bpack-images-nine:before {
    left: 0;
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

.bpack-images-nine:after {
    left: 25%;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.bpack-images-nine figcaption:before {
    left: 50%;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    z-index: -1;
}

.bpack-images-nine figcaption:after {
    left: 75%;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    z-index: -1;
}

.bpack-images-nine figcaption {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    padding: 30px;
}

.bpack-images-nine h2,
.bpack-images-nine p,
.bpack-images-nine .icons {
    margin: 0;
    width: 100%;
    opacity: 0;
}

.bpack-images-nine h2 {
    font-weight: 600;
    color: #fff;
    font-size: 20px;
    margin: 15px 0px 25px 0px;
}

.bpack-images-nine p {
    font-weight: 300;
    font-size: 14px;
    color: #fff;
}

.bpack-images-nine .icons {
    position: absolute;
    bottom: 35px;
    left: 0;
    width: 100%;
}

.bpack-images-nine i {
    padding: 0px 10px;
    display: inline-block;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    opacity: 0.8;
}

.bpack-images-nine i:hover {
    opacity: 1;
}

.bpack-images-nine:hover:after,
.bpack-images-nine:hover:before,
.bpack-images-nine:hover figcaption:after,
.bpack-images-nine:hover figcaption:before {
    top: 0;
    opacity: 0.8;
}

.bpack-images-nine:hover figcaption h2,
.bpack-images-nine:hover figcaption p,
.bpack-images-nine:hover figcaption .icons {
    -webkit-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.bpack-images-nine:hover figcaption h2,
.bpack-images-nine:hover figcaption .icons {
    opacity: 1;
}

.bpack-images-nine:hover figcaption p {
    opacity: 0.7;
}

.bpack-images-ten {
    position: relative;
    overflow: hidden;
    color: #ffffff;
    display: inline-block;
    font-size: 16px;
    background-color: #000000;
    border: 3px solid #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.bpack-images-ten *,
.bpack-images-ten *:before,
.bpack-images-ten *:after {
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.bpack-images-ten img {
    max-width: 100%;
    backface-visibility: hidden;
    vertical-align: top;
}

.bpack-images-ten i {
    position: absolute;
    line-height: 50px;
    width: 50px;
    color: #fff;
    text-align: center;
    font-size: 22px;
    z-index: 1;
    bottom: 0;
    left: 0;
    -webkit-transform: translate(-100%, 100%);
    transform: translate(-100%, 100%);
}

.bpack-images-ten i:after {
    position: absolute;
    bottom: 3px;
    left: 3px;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 75px 0 0 75px;
    border-color: transparent transparent transparent #34495e;
    z-index: -1;
}

.bpack-images-ten a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.bpack-images-ten:hover img {
    zoom: 1;
    filter: alpha(opacity=70);
    -webkit-opacity: 0.7;
    opacity: 0.7;
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.bpack-images-ten:hover i {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}


/** end images **/


/** start profile card**/

.profile-area {
    padding: 80px 0px;
}

.profile-card-one {
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin: 10px;
    min-width: 250px;
    max-width: 310px;
    width: 100%;
    background-color: #ffffff;
    color: #2B2B2B;
    text-align: center;
    font-size: 16px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}

.profile-card-one .profile-image {
    padding: 15% 10% 0;
}

.profile-card-one .profile-image img {
    max-width: 100%;
    vertical-align: top;
    position: relative;
    border-radius: 50%;
    max-width: 45%;
}

.profile-card-one figcaption {
    padding: 5% 10% 15%;
}

.profile-card-one h3 {
    font-size: 20px;
    font-weight: 600;
    font-family: "montserrat", sans-serif;
    margin: 5px 0;
    color: #000;
}

.profile-card-one h5 {
    font-weight: 400;
    margin: 10px;
    text-transform: uppercase;
    color: #888;
    font-size: 12px;
}

.profile-card-one p {
    color: #888;
    font-size: 14px;
    margin: 18px 0px 25px 0px;
}

.profile-card-one .icons a {
    width: 35px;
    text-align: center;
    height: 35px;
    line-height: 35px;
    border-width: 0px;
    margin-right: 8px;
    border-style: solid;
    border-radius: 26px;
    color: #0c0c0c;
    padding: 11px 15px;
    background: #eeeeee;
}

.profile-card-one .icons a:hover i {
    color: #ff3939;
}

.profile-card-one .icons i a {
    text-decoration: none;
}

.profile-two .profile-card-one {
    background-color: rgba(255, 22, 55, .7);
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}

.profile-two .profile-card-one.bg-gray {
    background-color: rgba(82, 26, 144, 0.7);
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}

.profile-two .profile-card-one.bg-black {
    background-color: rgba(24, 25, 29, .7);
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}

.profile-two .profile-card-one h3 {
    color: #fff;
    font-family: "montserrat", sans-serif;
}

.profile-two .profile-card-one h5 {
    color: #fff;
}

.profile-two .profile-card-one p {
    color: #fff;
}

.profile-three .profile-card-one {
    background-color: transparent;
    background-image: linear-gradient(170deg, #1034A6 30%, #ff0505 100%);
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}

.profile-three .profile-card-one h3 {
    color: #fff;
}

.profile-three .profile-card-one h5 {
    color: #fff;
}

.profile-three .profile-card-one p {
    color: #fff;
}

.profile-card-four {
    position: relative;
    display: inline-block;
    margin: 10px;
    text-align: left;
    line-height: 1.4em;
    font-size: 14px;
    box-shadow: none !important;
}

.profile-card-four .profile-image img {
    border-radius: 5px;
    max-width: 100%;
    height: 80px;
    vertical-align: top;
    float: left;
}

.profile-card-four figcaption {
    width: 100%;
    background-color: #333333;
    color: #fff;
    padding: 25px;
    display: inline-block;
    margin-bottom: 15px;
    border-radius: 5px;
    position: relative;
}

.profile-card-four figcaption:after {
    content: '';
    position: absolute;
    left: 32px;
    top: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #333333 transparent transparent transparent;
}

.profile-card-four h3,
.profile-card-four h4,
.profile-card-four p {
    margin: 0 0 6px;
}

.profile-card-four h3 {
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    font-family: "montserrat", sans-serif;
}

.profile-card-four h4 {
    color: #8c8c8c;
    font-weight: 400;
    font-size: 14px;
}

.profile-card-four p {
    font-size: 0.9em;
    opacity: 0.9;
}

.profile-card-four .icons {
    padding: 20px 90px;
}

.profile-card-four a {
    padding: 10px 2px;
    display: inline-block;
    font-size: 16px;
    width: 35px;
    height: 35px;
    margin-left: 10px;
    line-height: 16px;
    text-align: center;
    border-radius: 10px;
    background: #eeeeee;
    color: #000;
}

.profile-card-four a:hover {
    background: #000;
    color: #fff;
}

.profile-card-five {
    position: relative;
    margin: 10px;
    color: #000000;
    text-align: center;
    line-height: 1.4em;
    font-size: 14px;
    box-shadow: none !important;
}

.profile-card-five .profile-image {
    display: inline-block;
    width: 80%;
    z-index: 1;
    position: relative;
    padding: 10px;
    border: 2px solid #e8b563;
}

.profile-card-five .profile-image img {
    max-width: 100%;
    vertical-align: top;
}

.profile-card-five figcaption {
    width: 100%;
    background-color: #F2F2F2;
    color: #555;
    padding: 125px 25px 25px;
    margin-top: -100px;
    display: inline-block;
}

.profile-card-five h3,
.profile-card-five h4,
.profile-card-five p {
    margin: 0 0 10px;
}

.profile-card-five h3 {
    font-weight: 600;
    font-size: 20px;
    color: #000;
    font-family: "montserrat", sans-serif;
}

.profile-card-five h5 {
    color: #8c8c8c;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
}

.profile-card-five p {
    font-size: 0.9em;
    letter-spacing: 1px;
    opacity: 0.9;
}

.profile-card-five .icons {
    text-align: center;
    width: 100%;
}

.profile-card-five i {
    padding: 10px 8px;
    display: inline-block;
    font-size: 16px;
    font-weight: normal;
    color: #e8b563;
    opacity: 0.75;
}

.profile-card-five i:hover {
    opacity: 1;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.profile-card-six {
    position: relative;
    overflow: hidden;
    margin: 10px;
    color: #ffffff;
    text-align: left;
    line-height: 1.4em;
    background-color: #141414;
}

.profile-card-six * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.profile-card-six img {
    width: 100%;
    vertical-align: top;
    opacity: 0.85;
}

.profile-card-six figcaption {
    width: 100%;
    background-color: #141414;
    padding: 25px;
    position: relative;
}

.profile-card-six figcaption:before {
    position: absolute;
    content: '';
    bottom: 100%;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 55px 0 0 400px;
    border-color: transparent transparent transparent #141414;
}

.profile-card-six figcaption a {
    padding: 10px 0px;
    border: 1px solid #ffffff;
    color: #ffffff;
    font-size: 0.7em;
    text-transform: uppercase;
    margin: 10px 0;
    display: inline-block;
    opacity: 0.65;
    width: 47%;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    letter-spacing: 1px;
}

.profile-card-six figcaption a:hover {
    opacity: 1;
}

.profile-card-six .profile {
    border-radius: 50%;
    position: absolute;
    bottom: 100%;
    left: 25px;
    z-index: 1;
    max-width: 90px;
    opacity: 1;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}

.profile-card-six .follow {
    margin-right: 4%;
    border-color: #b92929;
    color: #b92929;
    ;
}

.profile-card-six h2 {
    margin: 0 0 5px;
    font-weight: 600;
    font-family: "montserrat", sans-serif;
    font-size: 20px;
    color: #fff;
}

.profile-card-six h2 span {
    display: block;
    font-size: 14px;
    color: #afafaf;
    font-weight: 400;
    padding: 10px 0px;
}

.profile-card-six p {
    margin: 0 0 10px;
    font-size: 0.8em;
    opacity: 0.8;
}

.profile-card-seven {
    position: relative;
    overflow: hidden;
    margin: 10px;
    background: #000000;
    color: #333;
    text-align: left;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.profile-card-seven * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

.profile-card-seven img {
    width: 100%;
    vertical-align: top;
}

.profile-card-seven figcaption {
    position: relative;
    background-color: #ffffff;
    padding: 20px 25px 50px;
}

.profile-card-seven h3 {
    position: absolute;
    font-size: 20px;
    bottom: 100%;
    font-family: "montserrat", sans-serif;
    padding: 10px 25px;
    border-radius: 0 5px 0 0;
    margin: 0;
    left: 0;
    font-weight: 600;
    background-color: #000000;
    color: #ffffff;
}

.profile-card-seven h3 span {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 12px;
    padding-left: 10px;
}

.profile-card-seven p {
    font-size: 14px;
    font-weight: 400;
    color: #737373;
    text-align: left;
    margin: 0;
    line-height: 1.6em;
}

.profile-card-seven .icons {
    position: absolute;
    bottom: 0;
    right: 25px;
}

.profile-card-seven i {
    margin: 0 2px;
    display: inline-block;
    font-size: 16px;
    color: #ffffff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    background: #000000;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
    border-radius: 5px 5px 0 0;
}

.profile-card-seven i:hover {
    background-color: #000000;
    color: white !important;
}

.profile-card-seven a {
    opacity: 0.8;
    display: inline-block;
}

.profile-card-seven a:hover {
    opacity: 1;
}

.profile-card-seven.blue {
    background-color: #2472a4;
}

.profile-card-seven.blue figcaption:after,
.profile-card-seven.blue h3,
.profile-card-seven.blue i {
    background-color: #2472a4;
}

.profile-card-seven.red {
    background-color: #ab3326;
}

.profile-card-seven.red figcaption:after,
.profile-card-seven.red h3,
.profile-card-seven.red i {
    background-color: #ab3326;
}

.profile-card-seven.green {
    background-color: #229955;
}

.profile-card-seven.green figcaption:after,
.profile-card-seven.green h3,
.profile-card-seven.green i {
    background-color: #229955;
}

.profile-card-seven.orange {
    background-color: #d67118;
}

.profile-card-seven.orange figcaption:after,
.profile-card-seven.orange h3,
.profile-card-seven.orange i {
    background-color: #d67118;
}

figure.snip1165.navy {
    background-color: #2b3c4e;
}

.profile-card-seven.navy figcaption:after,
.profile-card-seven.navy h3,
.profile-card-seven.navy i {
    background-color: #2b3c4e;
}

.profile-card-seven:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.profile-card-eight {
    position: relative;
    overflow: hidden;
    margin: 10px;
    background: #ffffff;
    color: #000000;
}

.profile-card-eight * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.profile-card-eight img {
    max-width: 100%;
    position: relative;
    display: block;
}

.profile-card-eight:before {
    position: absolute;
    content: '';
    height: 120%;
    width: 150%;
    z-index: 1;
    top: -60%;
    left: -60%;
    background: rgba(255, 255, 255, 0.7);
    border: 1px solid #fff;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: skewX(-30deg) translateX(-20%);
    transform: skewX(-30deg) translateX(-20%);
    -webkit-box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.5);
}

.profile-card-eight figcaption {
    padding-left: 30px;
    position: absolute;
    left: 0;
    top: 30px;
    width: 60%;
    z-index: 1;
    opacity: 0;
}

.profile-card-eight figcaption h2,
.profile-card-eight figcaption p {
    margin: 0;
    text-align: left;
    padding: 5px 0 0;
    width: 100%;
}

.profile-card-eight figcaption h2 {
    font-size: 20px;
    font-weight: 600;
    font-family: "montserrat", sans-serif;
    text-transform: uppercase;
}

.profile-card-eight figcaption h2 span {
    font-weight: 400;
    font-size: 14px;
}

.profile-card-eight figcaption p {
    font-weight: 400;
    font-size: 0.8em;
    opacity: 0.8;
}

.profile-card-eight figcaption .icons {
    width: 100%;
    padding: 8px 0;
}

.profile-card-eight figcaption .icons i {
    display: inline-block;
    font-size: 16px;
    background: #000000;
    color: #ffffff;
    opacity: 0;
    margin-right: 5px;
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
}

.profile-card-eight figcaption a {
    opacity: 0.7;
}

.profile-card-eight figcaption a:hover {
    opacity: 1;
}

.profile-card-eight .position {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: right;
    padding: 15px 30px;
    font-size: 0.9em;
    opacity: 1;
    font-weight: 500;
    color: #ffffff;
    background: #000000;
}

.profile-card-eight.blue .icons i {
    background: #164666;
}

.profile-card-eight.blue .position {
    background: #20638f;
}

.profile-card-eight.red .icons i {
    background: #6d2018;
}

.profile-card-eight.red .position {
    background: #962d22;
}

.profile-card-eight.yellow .icons i {
    background: #924d10;
}

.profile-card-eight.yellow .position {
    background: #bf6516;
}

.profile-card-eight.green .icons i {
    background: #145b32;
}

.profile-card-eight.green .position {
    background: #1e8449;
}

.profile-card-eight:hover figcaption,
.profile-card-eight.hover figcaption,
.profile-card-eight:hover .icons i,
.profile-card-eight.hover .icons i {
    opacity: 1;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.profile-card-eight:hover:before,
.profile-card-eight.hover:before {
    -webkit-transform: skewX(0deg) translateX(0px);
    transform: skewX(0deg) translateX(0px);
}


/** end profile card **/


/** start product card **/

.product-area {
    padding: 80px 0px;
}

.product-card-one {
    position: relative;
    display: inline-block;
    overflow: hidden;
    margin: 10px;
    font-size: 16px;
    background-color: #fff;
    color: #111;
    line-height: 1.2em;
    text-align: left;
}

.product-card-one *,
.product-card-one *:before,
.product-card-one *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.product-card-one img {
    max-width: 100%;
    vertical-align: top;
}

.product-card-one figcaption {
    padding: 16px 20px;
    background: #f7f7f7;
}

.product-card-one h3 {
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 4px;
}

.product-card-one .price {
    margin: 8px 0;
    font-weight: 400;
    color: #4da3e2;
    font-size: 1.2rem;
}

.product-card-one .icons {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.product-card-one .icons a {
    margin: 2px;
    opacity: 0;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
}

.product-card-one .icons a i {
    display: block;
    font-size: 18px;
    line-height: 40px;
    width: 40px;
    background-color: #ffffff;
    text-align: center;
    color: #000000;
}

.product-card-one .icons a i:hover {
    background-color: #4da3e2;
    color: #ffffff;
    cursor: pointer;
}

.product-card-one:hover a,
.product-card-one.hover a {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.product-card-one:hover a:nth-child(2),
.product-card-one.hover a:nth-child(2) {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}

.product-card-one:hover a:nth-child(3),
.product-card-one.hover a:nth-child(3) {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.product-card-two {
    position: relative;
    margin: 10px;
    background: #ffffff;
    text-align: center;
    display: inline-block;
    color: #000000;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    font-size: 16px;
}

.product-card-two * {
    -webkit-box-sizing: border-box;
    box-sizing: padding-box;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.product-card-two img {
    width: 100%;
    vertical-align: top;
    position: relative;
    background-color: #666666;
    padding-top: 40px;
}

.product-card-two figcaption {
    padding: 20px;
}

.product-card-two h3,
.product-card-two p {
    margin: 0;
}

.product-card-two h3 {
    font-size: 20px;
    margin-top: 14px;
    font-weight: 600;
    margin-bottom: 5px;
}

.product-card-two p {
    font-size: 14px;
    letter-spacing: 0px;
    font-weight: 400;
    color: #9c9c9c;
    margin-top: 10px;
}

.product-card-two .price {
    font-weight: 500;
    font-size: 1.4em;
}

.product-card-two .price s {
    margin-right: 5px;
    opacity: 0.5;
    font-size: 0.9em;
}

.product-card-two i {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
    width: 56px;
    line-height: 56px;
    text-align: center;
    border-radius: 50%;
    background-color: #666666;
    color: #ffffff;
    font-size: 20px;
}

.product-card-two a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.product-card-two:hover i,
.product-card-two:hover img {
    background-color: #324cec;
}

.product-card-two:hover i {
    -webkit-transform: translate(-50%, 5px);
    transform: translate(-50%, 5px);
}

.product-three .product-card-two {
    box-shadow: none;
    border: 1px solid #ddd;
}

.product-three .product-card-two img {
    background: #324cec;
}

.product-three .product-card-two:hover img {
    background: #fff;
}

.product-three .product-card-two i {
    background-color: #fff;
    color: #000;
}

.product-three .product-card-two:hover i {
    background-color: #324cec;
    color: #fff;
}

.product-three .product-card-two:hover i {
    -webkit-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
}

.product-card-four {
    position: relative;
    margin: 10px;
    background: #ffffff;
    text-align: center;
    color: #000000;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    font-size: 16px;
    padding: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.product-card-four * {
    -webkit-box-sizing: padding-box;
    box-sizing: padding-box;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.product-card-four img {
    max-width: 100%;
    vertical-align: top;
    position: relative;
}

.product-card-four figcaption {
    padding: 20px 15px;
}

.product-card-four h3,
.product-card-four p {
    margin: 0;
}

.product-card-four h3 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 18px;
    margin-bottom: 5px;
}

.product-card-four p {
    font-size: 14px;
    letter-spacing: 0px;
    font-weight: 400;
    color: #9c9c9c;
    margin-top: 14px;
}

.product-card-four .price {
    font-weight: 500;
    font-size: 1.4em;
    line-height: 48px;
    letter-spacing: 1px;
}

.product-card-four .price s {
    margin-right: 5px;
    opacity: 0.5;
    font-size: 0.9em;
}

.product-card-four i {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    width: 60px;
    height: 60px;
    line-height: 52px;
    text-align: center;
    border-radius: 50%;
    background-color: #666666;
    color: #ffffff;
    font-size: 20px;
    border: 4px solid #d2d2d2;
}

.product-card-four a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.product-card-four:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}

.product-card-four:hover i {
    background-color: #324ece;
}

.product-card-five {
    position: relative;
    overflow: hidden;
    background: #1a1a1a;
    color: #ffffff;
    text-align: center;
    border-radius: 8px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.product-card-five * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
}

.product-card-five .images-poduct {
    background-color: #000000;
    width: 50%;
    overflow: hidden;
}

.product-card-five img {
    max-width: 100%;
    vertical-align: top;
}

.product-card-five figcaption {
    position: absolute;
    width: 50%;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 10px 35px;
}

.product-card-five h3,
.product-card-five p,
.product-card-five .price {
    margin: 0 0 8px;
}

.product-card-five h3 {
    position: absolute;
    width: 50%;
    top: 10px;
    text-transform: uppercase;
    font-weight: 600;
    color: #ffffff;
    font-size: 18px;
    letter-spacing: 0px;
    z-index: 1;
}

.product-card-five p {
    font-size: 12px;
    color: #9c9c9c;
    font-weight: 400;
}

.product-card-five .rating {
    position: absolute;
    width: 50%;
    line-height: 44px;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
}

.product-card-five .rating a {
    color: #efcc25;
}

.product-card-five .rating a:last-child {
    color: #;
}

.product-card-five .price {
    color: #ffffff;
    font-size: 1.3em;
    opacity: 0.8;
}

.product-card-five .price s {
    display: inline-block;
    padding: 0 8px 0 0;
    font-size: 0.85em;
    color: #f39c12;
}

.product-card-five .add-to-cart {
    text-decoration: none;
    position: absolute;
    bottom: 0;
    right: 0;
    font-weight: 600;
    width: 50%;
    background-color: rgba(0, 0, 0, 0.2);
    line-height: 44px;
    font-size: 0.75em;
    text-transform: uppercase;
    color: #ffffff;
}

.product-card-five:hover img {
    opacity: 0.6;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.product-card-five:hover .add-to-cart {
    background-color: rgba(0, 0, 0, 0.5);
}

.product-card-six {
    position: relative;
    overflow: hidden;
    margin: 10px;
    background: #000000;
    display: inline-block;
    color: #333;
    text-align: left;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}

.product-card-six * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
    transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

.product-card-six img {
    width: 100%;
    vertical-align: top;
}

.product-card-six figcaption {
    position: relative;
    background-color: #ffffff;
    padding: 30px 25px 50px;
}

.product-card-six h3 {
    position: absolute;
    bottom: 100%;
    padding: 0px 25px;
    line-height: 44px;
    margin: 0;
    font-size: 18px;
    left: 0;
    font-weight: 600;
    background-color: #000000;
    color: #ffffff;
}

.product-card-six h3 span {
    font-weight: 500;
}

.product-card-six h3:before {
    position: absolute;
    left: 100%;
    border-style: solid;
    border-width: 44px 0 0 12px;
    border-color: transparent transparent transparent #000000;
    content: '';
    top: 0;
}

.product-card-six p {
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    margin: 0;
    color: #9c9c9c;
    line-height: 26px;
}

.product-card-six .price {
    position: absolute;
    top: -12px;
    right: 0;
    color: #ffffff;
    background-color: #000000;
    padding: 0 10px;
    line-height: 40px;
    font-weight: 500;
}

.product-card-six .price:before {
    position: absolute;
    right: 100%;
    border-style: solid;
    border-width: 0 12px 40px 0;
    border-color: transparent #000000 transparent;
    content: '';
    top: 0;
}

.product-card-six a {
    text-decoration: none;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #000000;
    line-height: 40px;
    padding: 0 10px;
    color: #ffffff;
    font-weight: 500;
    font-size: 14px;
    text-transform: uppercase;
}

.product-card-six a:before {
    position: absolute;
    right: 100%;
    border-style: solid;
    border-width: 0 0 40px 12px;
    border-color: transparent transparent #000000;
    content: '';
    top: 0;
}

.product-card-six.blue {
    background-color: #2472a4;
}

.product-card-six.blue h3,
.product-card-six.blue a,
.product-card-six.blue .price {
    background-color: #2472a4;
}

.product-card-six.blue .price:before {
    border-color: transparent #2472a4 transparent;
}

.product-card-six.blue h3:before {
    border-color: transparent transparent transparent #2472a4;
}

.product-card-six.blue a:before {
    border-color: transparent transparent #2472a4;
}

figure.snip1171.red {
    background-color: #ab3326;
}

.product-card-six.red h3,
.product-card-six.red a,
.product-card-six.red .price {
    background-color: #ab3326;
}

.product-card-six.red .price:before {
    border-color: transparent #ab3326 transparent;
}

.product-card-six.red h3:before {
    border-color: transparent transparent transparent #ab3326;
}

.product-card-six.red a:before {
    border-color: transparent transparent #ab3326;
}

.product-card-six.orange {
    background-color: #d67118;
}

.product-card-six.orange h3,
.product-card-six.orange a,
.product-card-six.orange .price {
    background-color: #d67118;
}

.product-card-six.orange .price:before {
    border-color: transparent #d67118 transparent;
}

.product-card-six.orange h3:before {
    border-color: transparent transparent transparent #d67118;
}

.product-card-six.orange a:before {
    border-color: transparent transparent #d67118;
}

.product-card-six:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.product-card-seven {
    position: relative;
    overflow: hidden;
    margin: 10px;
    color: #333333;
    display: inline-block;
    text-align: center;
    border: 1px solid #ddd;
    line-height: 1.6em;
}

.product-card-seven * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.product-card-seven .image {
    position: relative;
}

.product-card-seven img {
    width: 100%;
    vertical-align: top;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}

.product-card-seven .icons,
.product-card-seven .add-to-cart {
    position: absolute;
    left: 20px;
    right: 20px;
    opacity: 0;
}

.product-card-seven .icons {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    top: 20px;
    display: flex;
    justify-content: space-between;
}

.product-card-seven .icons a {
    width: 32.5%;
    background: #ffffff;
}

.product-card-seven .icons a:hover {
    background: #000000;
}

.product-card-seven .icons a:hover i {
    color: #ffffff;
    opacity: 1;
}

.product-card-seven .icons i {
    line-height: 46px;
    font-size: 20px;
    color: #000000;
    text-align: center;
    opacity: 0.7;
    margin: 0;
}

.product-card-seven .add-to-cart {
    position: absolute;
    bottom: 20px;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    font-size: 0.8em;
    color: #000000;
    line-height: 46px;
    letter-spacing: 1.5px;
    background-color: #ffffff;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}

.product-card-seven .add-to-cart:hover {
    background: #000000;
    color: #ffffff;
}

.product-card-seven figcaption {
    padding: 20px 20px 30px;
}

.product-card-seven h3,
.product-card-seven p {
    margin: 0;
    text-align: left;
}

.product-card-seven h3 {
    margin-bottom: 10px;
    margin-top: 15px;
    font-weight: 600;
    font-size: 20px;
}

.product-card-seven p {
    margin-bottom: 15px;
    font-size: 0.85em;
    color: #9c9c9c;
    font-weight: 400;
}

.product-card-seven .price {
    font-size: 1.3em;
    opacity: 0.5;
    font-weight: 700;
    text-align: right;
}

.product-card-seven:hover img {
    opacity: 0.8;
}

.product-card-seven:hover .icons,
.product-card-seven:hover .add-to-cart {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.product-card-eight {
    position: relative;
    overflow: hidden;
    margin: 10px;
    background: #1a1a1a;
    color: #ffffff;
    text-align: left;
    display: inline-block;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 100%);
}

.product-card-eight * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.product-card-eight .image {
    position: relative;
}

.product-card-eight img {
    width: 100%;
    vertical-align: top;
}

.product-card-eight i {
    position: absolute;
    top: 15px;
    left: 17px;
    color: #fff;
    font-size: 20px;
    opacity: 0;
    z-index: 2;
    -webkit-transition-delay: 0;
    transition-delay: 0;
}

.product-card-eight h3 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px;
}

.product-card-eight:before,
.product-card-eight:after {
    width: 120px;
    height: 120px;
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    -webkit-transition: all 0.35s ease;
    transition: all 0.35s ease;
    z-index: 1;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.product-card-eight:before {
    background-color: #324ece;
    -webkit-transform: skew(-45deg) translateX(-150%);
    transform: skew(-45deg) translateX(-150%);
    border-right: 1px solid #324ece;
}

.product-card-eight:after {
    background-color: #962d22;
    -webkit-transform: skew(-45deg) translateX(-175%);
    transform: skew(-45deg) translateX(-175%);
    border-right: 1px solid #962d22;
}

.product-card-eight figcaption {
    padding: 25px 80px 25px 25px;
    background-color: #ffffff;
    color: #000000;
    position: relative;
    font-size: 0.9em;
}

.product-card-eight figcaption p {
    margin-bottom: 15px;
    font-size: 13px;
    font-weight: 400;
}

.product-card-eight figcaption:before {
    width: 150px;
    height: 150px;
    position: absolute;
    bottom: 0;
    right: 0;
    content: '';
    z-index: 1;
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.35) 100%);
    background-color: #324ece;
    -webkit-transform: skew(-45deg) translateX(50%);
    transform: skew(-45deg) translateX(50%);
    border-right: 1px solid #324ece;
}

.product-card-eight .add-to-cart {
    display: inline-block;
    width: auto;
    border: 1px solid #324ece;
    padding: 10px 15px;
    color: #324ece;
    text-decoration: none;
    font-weight: 500;
    font-size: 13px;
    text-transform: uppercase;
}

.product-card-eight .add-to-cart:hover {
    background-color: #324ece;
    color: #ffffff;
}

.product-card-eight .price {
    position: absolute;
    right: 0;
    bottom: -24px;
    color: #ffffff;
    z-index: 2;
    text-transform: uppercase;
    padding: 20px;
    font-weight: 500;
    font-size: 1.2em;
    text-align: center;
}

.product-card-eight .price s {
    display: block;
    font-size: 0.85em;
    font-weight: 400;
    opacity: 0.8;
}

.product-card-eight:hover i {
    opacity: 0.7;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.product-card-eight:hover h3 {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.product-card-eight:hover:before {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: skew(-45deg) translateX(-50%);
    transform: skew(-45deg) translateX(-50%);
}

.product-card-eight:hover:after {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    -webkit-transform: skew(-45deg) translateX(-75%);
    transform: skew(-45deg) translateX(-75%);
}


/** end product card **/


/** start icon card **/

.icon-card-area {
    padding: 100px 0px;
}

.icon-card-one .wrp {
    text-align: center;
    height: 100%;
    width: 100%;
}

.icon-card-one .wrp::before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.icon-card-one .wrp .icon {
    display: inline-block;
    font-size: 42px;
    line-height: 90px;
    height: 90px;
    width: 90px;
    color: #4099ff;
    border-radius: 100%;
    position: relative;
}

.icon-card-one .wrp .icon::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 100%;
    background: rgba(0, 0, 0, 0.1);
    z-index: -1;
}

.icon-card-one .wrp .icon::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    transform: scale(0);
    background: #1034A6;
    border-radius: 100%;
    z-index: -1;
}

.icon-card-one .grid-wrp:hover .icon {
    animation-name: bubble2;
    animation-duration: 0.5s;
    animation-delay: 0.1s;
    animation-fill-mode: forwards;
}

.icon-card-one .grid-wrp:hover .icon::after {
    animation-name: bubble;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
}

.wrp .icon-twitter {
    color: #1034A6;
}

.icon-card-one .wrp .icon-twitter::after {
    background: #1034A6;
}

@-moz-keyframes bubble {
    100% {
        transform: scale(1);
    }
}

@-webkit-keyframes bubble {
    100% {
        transform: scale(1);
    }
}

@-o-keyframes bubble {
    100% {
        transform: scale(1);
    }
}

@keyframes bubble {
    100% {
        transform: scale(1);
    }
}

@-moz-keyframes bubble2 {
    100% {
        color: #fff;
    }
}

@-webkit-keyframes bubble2 {
    100% {
        color: #fff;
    }
}

@-o-keyframes bubble2 {
    100% {
        color: #fff;
    }
}

@keyframes bubble2 {
    100% {
        color: #fff;
    }
}

.icon-card-one .wrp {
    padding: 10px;
}

.icon-card-one .grid-wrp:hover .wrp h4,
.wrp-icon {
    color: #1034A6;
}

.icon-card-one .wrp h4 {
    font-size: 20px;
    margin: 0px;
    margin-top: 14px;
    padding: 14px;
    display: block;
    font-weight: 600;
}

.icon-card-one .wrp p {
    color: #7a8595;
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 0;
}

.icon-card-two {
    position: relative;
    z-index: 1;
}

.icon-card-two .bpack-wrapper:hover {
    background: #1034A6;
}

.icon-card-two .bpack-wrapper:hover h4,
.icon-card-two .bpack-wrapper:hover p,
.icon-card-two .bpack-wrapper:hover i {
    color: #fff;
}

.bpack-wrapper {
    border-right: 1px solid #1034A6;
    padding: 57px 30px 50px;
    background: #fff;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.icon-card-two {
    background: #fff none repeat scroll 0 0;
    border-radius: 0px;
}

.tp {
    padding: 0px;
}

.icon-card-two .col-xl-4:last-child .bpack-wrapper {
    border-right: 0;
}

.bpack-icon i {
    color: #000;
    font-size: 30px;
}

.bpack-content h4 {
    color: #1034A6;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 18px;
    margin-top: 25px;
}

.bpack-content p {
    color: #7a8595;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 0;
}

.icon-card-three .bpack-grid .grid {
    width: calc(33.33% - 30px);
    float: left;
    margin: 0 15px 30px;
    text-align: center;
    border: 1px solid #e6e6e6;
    padding: 60px 50px;
    -webkit-box-shadow: 0 15px 44px 0px rgba(171, 171, 171, 0.1);
    box-shadow: 0 15px 44px 0px rgba(171, 171, 171, 0.1);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.gf {
    padding: 0px;
}

.icon-card-three .bpack-grid .grid .icon i {
    color: #595959;
    font-size: 30px;
    margin-bottom: 15px;
}

.icon-card-three .grid h3 {
    font-weight: 600;
    color: #1034A6;
    font-size: 20px;
    padding-top: 7px;
}

.icon-card-three .grid p {
    font-size: 14px;
    padding-top: 15px;
    color: #a2a2a2;
    line-height: 27px;
}

.icon-card-three .grid a {
    border: 1px solid #1034A6;
    border-radius: 30px;
    color: #595959;
    display: inline-block;
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    margin-top: 15px;
    padding: 10px 17px;
    position: relative;
    transform: perspective(1px) translateZ(0px);
    transition: color 0.3s ease 0s;
    vertical-align: middle;
}

.icon-card-three .bpack-grid .grid:hover i {
    color: #1034A6;
}

.icon-card-three .grid:hover h3,
.icon-card-three .grid:hover p,
.icon-card-three .grid:hover a {
    color: #fff;
}

.icon-card-three .grid a::before {
    background: #1034A6 none repeat scroll 0 0;
    border-radius: 30px;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 50% 0 0;
    transition-duration: 0.3s;
    transition-property: transform;
    transition-timing-function: ease-out;
    z-index: -1;
}

.icon-card-three .grid a:hover::before {
    transform: scaleY(1);
}

.icon-card-three .grid:hover {
    background-color: rgba(0, 0, 0, 0.95);
    background: url(../img/service-grid-bg.jpg) center center/cover no-repeat local;
}

.icon-card-four .bpack-wrapper {
    border-right: none;
    border: 1px solid #ddd;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.icon-card-four .bpack-wrapper:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.icon-card-four .bpack-wrapper:hover {
    border: 2px solid #1034A6;
}

.icon-card-four .bpack-wrapper a.read-more {
    margin-top: 16px;
    font-size: 14px;
    display: block;
}

.icon-card-five .bpack-wrapper {
    border-right: none;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.icon-card-five .bpack-wrapper a.read-more {
    margin-top: 16px;
    font-size: 14px;
    display: block;
}

.icon-card-five .bg-black {
    background: #000;
}

.icon-card-five .bg-blue {
    background: #324ece;
}

.icon-card-five .bg-orange {
    background: #d67118;
}

.icon-card-five .bpack-content h4,
.icon-card-five .bpack-content i,
.icon-card-five .bpack-content p {
    color: #fff;
}

.icon-card-five .bpack-content a.read-more {
    color: #fff;
    padding: 5px 0px;
}

.icon-card-five .bpack-content:hover a.read-more {
    text-decoration: underline;
}

.icon-card-five .bpack-wrapper:hover {
    box-shadow: 0 70px 70px rgba(0, 0, 0, 0.2);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
    z-index: 3;
}

.icon-card-six .bpack-wrapper {
    border-right: none;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.icon-card-six .bpack-content h4 {
    color: #000;
}

.icon-card-six .bpack-wrapper a.read-more {
    margin-top: 16px;
    font-size: 15px;
    display: block;
    color: #7b7b7b;
    font-weight: 500;
}

.icon-card-six .bpack-wrapper:hover a.read-more {
    color: #000;
}

.icon-card-six .bpack-wrapper:hover {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
}

.icon-card-seven .bpack-wrapper {
    border-right: none;
    background-color: transparent;
    background-image: linear-gradient(144deg, #1034A6 30%, #ff0505 100%);
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.icon-card-seven .bpack-content h4,
.icon-card-seven .bpack-content i,
.icon-card-seven .bpack-content p {
    color: #fff;
}

.icon-card-seven .bpack-wrapper a.read-more {
    margin-top: 16px;
    font-size: 15px;
    display: block;
    color: #fff;
    font-weight: 500;
}

.icon-card-seven .bpack-wrapper:hover a.read-more {
    color: #324ece;
}

.icon-card-eight .bpack-wrapper {
    border-right: none;
    border-radius: 12px;
}

.icon-card-eight .bpack-icon {
    position: relative;
    margin-bottom: 26px;
    width: 80px;
    height: 80px;
    left: 110px;
}

.icon-card-eight .bpack-wrapper:hover {
    -webkit-box-shadow: 0 2px 13px 2px rgba(252, 87, 42, .4);
    -moz-box-shadow: 0 2px 13px 2px rgba(252, 87, 42, .4);
    box-shadow: 0 2px 13px 2px rgba(252, 87, 42, .4);
}

.icon-card-eight .bpack-wrapper.active {
    -webkit-box-shadow: 0 2px 13px 2px rgba(252, 87, 42, .4);
    -moz-box-shadow: 0 2px 13px 2px rgba(252, 87, 42, .4);
    box-shadow: 0 2px 13px 2px rgba(252, 87, 42, .4);
}

.icon-card-eight .bpack-wrapper .bpack-content i {
    color: #dc2626;
}

.icon-card-eight .bpack-content h4 {
    color: #000;
}

.icon-card-eight .bpack-wrapper a.read-more {
    margin-top: 16px;
    font-size: 15px;
    display: block;
    color: #dc2626;
    font-weight: 500;
}

.icon-card-eight .bpack-icon .circle1 {
    position: absolute;
    width: 63px;
    height: 63px;
    border-radius: 50%;
    background-color: #f93069;
    opacity: .1;
}

.icon-card-eight .bpack-icon .circle2 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background-color: #fc572a;
    opacity: .1;
}

.icon-card-eight .bpack-icon .circle3 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 63px;
    height: 63px;
    border-radius: 50%;
    background-color: #f93069;
    opacity: .1;
}

.icon-card-eight .bpack-icon .circle4 {
    position: absolute;
    right: 0;
    top: 0;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background-color: #fc572a;
    opacity: .1;
}

.icon-card-eight .bpack-icon .circle5 {
    position: absolute;
    left: -20px;
    top: 0;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background-color: #fc572a;
    opacity: .1;
}

.icon-card-eight .bpack-icon .circle6 {
    position: absolute;
    right: 20px;
    bottom: 0;
    width: 63px;
    height: 63px;
    border-radius: 50%;
    background-color: #f93069;
    opacity: .1;
}


/** end icon card **/


/** start counter-up **/

.counter-up-area {
    padding: 100px 0px;
}

.counter-bg {
    background: #f7f7f7;
}

.counter-wrapper {}

.counter-img {
    margin-bottom: 13px;
}

.counter-img img {}

.counter-text {}

.counter-text h2 {
    color: #000;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 6px;
}

.counter-text span {
    font-size: 15px;
    color: #808080;
    font-family: "montserrat", sans-serif;
    display: inline-block;
    font-weight: 600;
}

.counter-icon i {
    font-size: 26px;
    color: #8e8e8e;
    margin-bottom: 14px;
}

.counter-up-four .counter-wrapper {
    border-right: 1px solid #ddd;
}

.counter-up-four .cp {
    padding: 0;
}

.counter-up-four .c-bp:last-child .counter-wrapper {
    border-right: none;
}

.counter-up-five .bg-black {
    background: #000;
}

.counter-up-five .bg-blue {
    background: #324ece;
}

.counter-up-five .bg-orange {
    background: #d67118;
}

.counter-up-five .bg-red {
    background: #d61212;
}

.counter-up-five .counter-text h2 {
    color: #fff;
}

.counter-up-five .counter-text span {
    color: #fff;
}

.counter-up-five .counter-icon i {
    color: #fff;
}

.counter-up-five .counter-wrapper {
    padding: 40px;
}

.counter-up-six .counter-wrapper {
    padding: 40px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

.counter-up-seven .counter-wrapper {
    padding: 40px;
    background-color: transparent;
    background-image: linear-gradient(144deg, #1034A6 30%, #ff0505 100%);
}

.counter-up-seven .counter-text h2 {
    color: #fff;
}

.counter-up-seven .counter-text span {
    color: #fff;
}

.counter-up-seven .counter-icon i {
    color: #fff;
}

.counter-up-eight .counter-wrapper {
    padding: 40px;
    border: 1px solid #ddd;
}

.counter-up-nine .counter-wrapper {
    padding: 40px;
}

.counter-up-nine .bg-black {
    background-color: transparent;
    background-image: linear-gradient(180deg, #616161 50%, #080808 100%);
}

.counter-up-nine .bg-blue {
    background-color: transparent;
    background-image: linear-gradient(180deg, #324ece 45%, #091446 100%);
}

.counter-up-nine .bg-orange {
    background-color: transparent;
    background-image: linear-gradient(180deg, #d67118 45%, #734014 100%);
}

.counter-up-nine .bg-red {
    background-color: transparent;
    background-image: linear-gradient(180deg, #d61212 45%, #751414 100%);
}

.counter-up-nine .counter-text h2 {
    color: #fff;
}

.counter-up-nine .counter-text span {
    color: #fff;
}

.counter-up-nine .counter-icon i {
    color: #fff;
}

.counter-up-area.counter-bg-ten {
    padding: 100px 0px;
    background-image: url(../img/slider_03.jpg);
    background-attachment: fixed;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 100% 16px;
    background-repeat: no-repeat;
    position: relative;
    color: #fff;
}

.counter-up-area.counter-bg-ten:after {
    position: absolute;
    height: 100%;
    background-color: rgba(17, 147, 212, 0.9);
    background-repeat: repeat;
    width: 100%;
    content: "";
    top: 0;
    left: 0;
    z-index: 0;
}

.counter-up-area.counter-bg-ten .cp {
    color: #fff;
    z-index: 1;
}

.counter-up-ten .counter-text h2 {
    color: #fff;
}

.counter-up-ten .counter-text span {
    color: #fff;
}

.counter-up-ten .counter-icon i {
    color: #fff;
}


/** end icon card **/


/** start social-icon **/

.social-icon-area {
    padding: 100px 0px;
}

.social-icon {
    width: 385px;
    margin: 0 auto;
}

.social-icon a {
    width: 45px;
    height: 45px;
    text-align: center;
    margin: 0px 7px;
    line-height: 45px;
    display: inline-block;
    border-width: 0px;
    border-style: solid;
    border-radius: 26px;
    color: #0c0c0c;
    background: #eeeeee;
    font-size: 14px;
}

.social-icon a:hover {
    color: #fff;
    background: #000;
}

.social-icon-two .social-icon a {
    border-radius: 0px;
}

.social-icon-three .social-icon a {
    color: #fff;
    background-color: transparent;
    background-image: linear-gradient(180deg, #d61212 45%, #751414 100%);
}

.social-icon-four .social-icon a {
    border: 1px solid #ddd;
    border-radius: 0px;
    background: #fff;
    color: #000;
}

.social-icon-four .social-icon a:hover {
    color: #fff;
    background: #000;
}

.social-icon-five .social-icon a {
    border-radius: 0px;
}

.social-icon-five .social-icon a.bg-blue {
    background: #0921c5;
    color: #fff;
    border: 1px solid #0921c5;
}

.social-icon-five .social-icon a.bg-blue:hover {
    background: #fff;
    color: #0921c5;
}

.social-icon-five .social-icon a.bg-gray {
    background: #1DA1F3;
    color: #fff;
    border: 1px solid #1DA1F3;
}

.social-icon-five .social-icon a.bg-gray:hover {
    background: #fff;
    color: #1DA1F3;
}

.social-icon-five .social-icon a.bg-red {
    background: #e42525;
    color: #fff;
    border: 1px solid #e42525;
}

.social-icon-five .social-icon a.bg-red:hover {
    background: #fff;
    color: #e42525;
}

.social-icon-five .social-icon a.bg-orange {
    background: #BE31A1;
    color: #fff;
    border: 1px solid #BE31A1;
}

.social-icon-five .social-icon a.bg-orange:hover {
    background: #fff;
    color: #BE31A1;
}

.social-icon-five .social-icon a.bg-red2 {
    background: #bd081c;
    color: #fff;
    border: 1px solid #bd081c;
}

.social-icon-five .social-icon a.bg-red2:hover {
    background: #fff;
    color: #bd081c;
}

.social-icon-five .social-icon a.bg-green {
    background: #E74D89;
    color: #fff;
    border: 1px solid #E74D89;
}

.social-icon-five .social-icon a.bg-green:hover {
    background: #fff;
    color: #E74D89;
}

.social-icon-six .social-icon a {
    border-radius: 0px;
    background: #fff;
    font-size: 40px;
}

.social-icon-six .social-icon a.bg-blue {
    color: #0921c5;
}

.social-icon-six .social-icon a.bg-gray {
    color: #1DA1F3;
}

.social-icon-six .social-icon a.bg-red {
    color: #e42525;
}

.social-icon-six .social-icon a.bg-orange {
    color: #BE31A1;
}

.social-icon-six .social-icon a.bg-red2 {
    color: #bd081c;
}

.social-icon-six .social-icon a.bg-green {
    color: #E74D89;
}

.social-icon-seven .social-icon a {
    border-radius: 0px;
}

.social-icon-seven .social-icon a.bg-blue {
    background: #fff;
    color: #0921c5;
    border: 1px solid #0921c5;
}

.social-icon-seven .social-icon a.bg-blue:hover {
    background: #0921c5;
    color: #fff;
}

.social-icon-seven .social-icon a.bg-gray {
    background: #fff;
    color: #1DA1F3;
    border: 1px solid #1DA1F3;
}

.social-icon-seven .social-icon a.bg-gray:hover {
    background: #1DA1F3;
    color: #fff;
}

.social-icon-seven .social-icon a.bg-red {
    background: #fff;
    color: #e42525;
    border: 1px solid #e42525;
}

.social-icon-seven .social-icon a.bg-red:hover {
    background: #e42525;
    color: #fff;
}

.social-icon-seven .social-icon a.bg-orange {
    background: #fff;
    color: #BE31A1;
    border: 1px solid #BE31A1;
}

.social-icon-seven .social-icon a.bg-orange:hover {
    background: #BE31A1;
    color: #fff;
}

.social-icon-seven .social-icon a.bg-red2 {
    background: #fff;
    color: #bd081c;
    border: 1px solid #bd081c;
}

.social-icon-seven .social-icon a.bg-red2:hover {
    background: #bd081c;
    color: #fff;
}

.social-icon-seven .social-icon a.bg-green {
    background: #fff;
    color: #E74D89;
    border: 1px solid #E74D89;
}

.social-icon-seven .social-icon a.bg-green:hover {
    background: #E74D89;
    color: #fff;
}

.social-icon-eight .social-icon a {
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    background: #fff;
    color: #000;
}

.social-icon-eight .social-icon a.bg-blue:hover {
    background: #0921c5;
    color: #fff;
}

.social-icon-eight .social-icon a.bg-gray:hover {
    background: #1DA1F3;
    color: #fff;
}

.social-icon-eight .social-icon a.bg-red:hover {
    background: #e42525;
    color: #fff;
}

.social-icon-eight .social-icon a.bg-orange:hover {
    background: #BE31A1;
    color: #fff;
}

.social-icon-eight .social-icon a.bg-red2:hover {
    background: #bd081c;
    color: #fff;
}

.social-icon-eight .social-icon a.bg-green:hover {
    background: #E74D89;
    color: #fff;
}

.social-icon-nine .social-icon {
    width: 720px;
}

.social-icon-nine .social-icon a {
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    background: #fff;
    border-radius: 0px;
    color: #000;
    width: 100px;
}

.social-icon-nine .social-icon a.bg-blue:hover {
    background: #0921c5;
    color: #fff;
}

.social-icon-nine .social-icon a.bg-gray:hover {
    background: #1DA1F3;
    color: #fff;
}

.social-icon-nine .social-icon a.bg-red:hover {
    background: #e42525;
    color: #fff;
}

.social-icon-nine .social-icon a.bg-orange:hover {
    background: #BE31A1;
    color: #fff;
}

.social-icon-nine .social-icon a.bg-red2:hover {
    background: #bd081c;
    color: #fff;
}

.social-icon-nine .social-icon a.bg-green:hover {
    background: #E74D89;
    color: #fff;
}

.social-icon-ten .social-icon {
    width: 720px;
}

.social-icon-ten .social-icon a {
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    background: #fff;
    border-radius: 0px;
    color: #000;
    width: 100px;
}

.social-icon-ten .social-icon a.bg-blue {
    background: #0921c5;
    color: #fff;
    border: 1px solid #0921c5;
}

.social-icon-ten .social-icon a.bg-blue:hover {
    background: #fff;
    color: #0921c5;
}

.social-icon-ten .social-icon a.bg-gray {
    background: #1DA1F3;
    color: #fff;
    border: 1px solid #1DA1F3;
}

.social-icon-ten .social-icon a.bg-gray:hover {
    background: #fff;
    color: #1DA1F3;
}

.social-icon-ten .social-icon a.bg-red {
    background: #e42525;
    color: #fff;
    border: 1px solid #e42525;
}

.social-icon-ten .social-icon a.bg-red:hover {
    background: #fff;
    color: #e42525;
}

.social-icon-ten .social-icon a.bg-orange {
    background: #BE31A1;
    color: #fff;
    border: 1px solid #BE31A1;
}

.social-icon-ten .social-icon a.bg-orange:hover {
    background: #fff;
    color: #BE31A1;
}

.social-icon-ten .social-icon a.bg-red2 {
    background: #bd081c;
    color: #fff;
    border: 1px solid #bd081c;
}

.social-icon-ten .social-icon a.bg-red2:hover {
    background: #fff;
    color: #bd081c;
}

.social-icon-ten .social-icon a.bg-green {
    background: #E74D89;
    color: #fff;
    border: 1px solid #E74D89;
}

.social-icon-ten .social-icon a.bg-green:hover {
    background: #fff;
    color: #E74D89;
}


/** end social-icon **/


/** start image-accordion **/

.image-accordion-area {
    padding: 80px 0px;
}

.accordion-image {
    width: 100%;
    max-width: 1080px;
    height: 500px;
    overflow: hidden;
    margin: 50px auto;
}

.accordion-image ul {
    width: 100%;
    display: table;
    table-layout: fixed;
    margin: 0;
    padding: 0;
}

.accordion-image ul li {
    display: table-cell;
    vertical-align: bottom;
    position: relative;
    width: 20%;
    height: 500px;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 500ms ease;
}

.accordion-image ul li div {
    display: block;
    overflow: hidden;
    width: 100%;
}

.accordion-image ul li div a {
    display: block;
    height: 500px;
    width: 100%;
    position: relative;
    z-index: 3;
    vertical-align: bottom;
    padding: 15px 20px;
    box-sizing: border-box;
    color: #fff;
    text-decoration: none;
    transition: all 200ms ease;
}

.accordion-image 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-image ul li div a h2 {
    text-overflow: clip;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 6px;
    top: 200px;
    color: #fff;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
    -webkit-transition: opacity 0.7s linear, -webkit-transform 0.5s linear;
    transition: opacity 0.7s linear, -webkit-transform 0.5s linear;
    -o-transition: transform 0.5s linear, opacity 0.7s linear;
    transition: transform 0.5s linear, opacity 0.7s linear;
    transition: transform 0.5s linear, opacity 0.7s linear, -webkit-transform 0.5s linear
}

.accordion-image ul li:hover div a h2 {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.accordion-image ul li div a p {
    top: 200px;
    font-size: 14px;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
    -webkit-transition: opacity 0.7s linear, -webkit-transform 0.5s linear;
    transition: opacity 0.7s linear, -webkit-transform 0.5s linear;
    -o-transition: transform 0.5s linear, opacity 0.7s linear;
    transition: transform 0.5s linear, opacity 0.7s linear;
    transition: transform 0.5s linear, opacity 0.7s linear, -webkit-transform 0.5s linear
}

.accordion-image ul li:hover div a p {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.accordion-image ul li:nth-child(1) {
    background-image: url(../img/gallery/accor1.jpg);
}

.accordion-image ul li:nth-child(2) {
    background-image: url(../img/gallery/accor2.jpg);
}

.accordion-image ul li:nth-child(3) {
    background-image: url(../img/gallery/accor3.jpg);
}

.accordion-image ul li:nth-child(4) {
    background-image: url(../img/gallery/accor4.jpg);
}

.accordion-image ul li:nth-child(5) {
    background-image: url(../img/gallery/accor5.jpg);
}

.accordion-image ul:hover li,
.accordion-image ul:focus-within li {
    width: 8%;
}

.accordion-image ul li:focus {
    outline: none;
}

.accordion-image ul:hover li:hover,
.accordion-image ul li:focus,
.accordion-image ul:focus-within li:focus {
    width: 60%;
}

.accordion-image ul:hover li:hover a,
.accordion-image ul li:focus a,
.accordion-image ul:focus-within li:focus a {
    background: rgba(0, 0, 0, 0.4);
}

.accordion-image ul:hover li:hover a *,
.accordion-image ul li:focus a *,
.accordion-image ul:focus-within li:focus a * {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.accordion-image ul:hover li {
    width: 8% !important;
}

.accordion-image ul:hover li a * {
    opacity: 0 !important;
}

.accordion-image ul:hover li:hover {
    width: 60% !important;
}

.accordion-image ul:hover li:hover a {
    background: rgba(0, 0, 0, 0.4);
}

.accordion-image ul:hover li:hover a * {
    opacity: 1 !important;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

.image-accordion-four .accordion-image ul li a .social-icon {
    top: 50%;
    transform: translateY(-50%);
}

.image-accordion-four .accordion-image ul li a i {
    width: 45px;
    height: 45px;
    text-align: center;
    margin: 0px 6px;
    line-height: 45px;
    display: inline-block;
    border-width: 0px;
    border-style: solid;
    border-radius: 26px;
    color: #0c0c0c;
    background: #eeeeee;
    font-size: 16px;
}

.image-accordion-four .accordion-image ul li a i:hover {
    color: #fff;
    background: #000;
}

.image-accordion-five .accordion-image ul li a .accordion-btn-new {
    top: 50%;
    transform: translateY(-50%);
    padding: 10px 12px;
}

.image-accordion-five .accordion-image ul li a .accordion-btn {
    display: inline;
    color: #fff;
    background: #000;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 12px 20px;
    border-radius: 4px;
    -webkit-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 3px 8px 0px rgba(0, 0, 0, 0.25);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.image-accordion-five .accordion-image ul li a .accordion-btn:hover {
    color: #000;
    background: #fff;
}


/** end image-accordion **/


/** start image-card **/

.bg-img-card {
    background: #f7f7f7;
}

.image-card-area {
    padding: 100px 0px;
}

.image-card-img {
    position: relative;
    overflow: hidden;
}

.image-card-one .image-card-img img {
    -webkit-transform: rotate(15deg) scale(1.4);
    transform: rotate(15deg) scale(1.4);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.image-card-one .image-card-wrapper:hover .image-card-img img {
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
}

.image-card-text {
    padding: 40px 20px;
}

.image-card-text h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 14px;
}

.image-card-text h4 a {
    color: #3f3f3f;
    transition: .3s;
}

.image-card-text>p {
    font-size: 14px;
    line-height: normal;
    font-weight: 300;
    color: #7a8595;
    margin-bottom: 0;
    font-family: "Nunito", sans-serif;
}

.image-card-text>a {
    border: 1px solid #1034A6;
    border-radius: 30px;
    color: #595959;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    margin-top: 20px;
    padding: 13px 28px;
    position: relative;
    transform: perspective(1px) translateZ(0px);
    transition: color 0.3s ease 0s;
    vertical-align: middle;
}

.image-card-text>a::before {
    background: #1034A6 none repeat scroll 0 0;
    border-radius: 30px;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transform: scaleX(0);
    transform-origin: 50% 0 0;
    transition-duration: 0.3s;
    transition-property: transform;
    transition-timing-function: ease-out;
    z-index: -1;
}

.image-card-text>a:hover::before {
    transform: scaleY(1);
}

.image-card-text>a:hover {
    color: #fff;
}

.image-card-two .image-card-text {
    border: 1px solid #ddd;
    text-align: center;
}

.image-card-two .image-card-img img {
    -webkit-transform: rotate(15deg) scale(1.4);
    transform: rotate(15deg) scale(1.4);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.image-card-two .image-card-wrapper:hover .image-card-img img {
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
}

.image-card-three .image-card-img img {
    -webkit-transform: rotate(15deg) scale(1.4);
    transform: rotate(15deg) scale(1.4);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.image-card-three .image-card-wrapper:hover .image-card-img img {
    -webkit-transform: rotate(0) scale(1);
    transform: rotate(0) scale(1);
}

.image-card-three .image-card-text {
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    text-align: right;
}

.image-card-text i {
    border: 1px solid #ddd;
    border-radius: 50%;
    color: #595959;
    display: inline-block;
    font-size: 15px;
    line-height: 1;
    cursor: pointer;
    margin-top: 20px;
    padding: 16px 18px;
    position: relative;
}

.image-card-wrapper:hover .image-card-text i {
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    background: #000;
    color: #fff;
}

.image-card-four .image-card-wrapper.bg-black {
    background: #c30303;
}

.image-card-four .image-card-wrapper.bg-gray {
    background: #324ece;
}

.image-card-four .image-card-wrapper.bg-orange {
    background: #bb5f00;
}

.image-card-four .image-card-text {
    text-align: center;
}

.image-card-four .image-card-text h4 a {
    color: #fff;
}

.image-card-four .image-card-text p {
    color: #ccc;
}

.image-card-four .image-card-text>a {
    border: 1px solid #fff;
    border-radius: 5px;
    color: #1034A6;
    background: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    margin-top: 20px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    padding: 13px 28px;
}

.image-card-four .image-card-text>a::before {
    display: none;
}

.image-card-four .image-card-wrapper:hover .image-card-text>a {
    top: -5px;
    -webkit-box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.5);
}

.image-card-five .image-card-img img {
    margin-left: 30px;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.image-card-five .image-card-wrapper:hover .image-card-img img {
    margin-left: 0;
}

.image-card-six .image-card-img img {
    margin-left: 30px;
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.image-card-six .image-card-wrapper:hover .image-card-img img {
    margin-left: 0;
}

.image-card-six .image-card-text {
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    text-align: center;
}

.image-card-seven .image-card-wrapper {
    background-color: transparent;
    background-image: linear-gradient(224deg, #6338c5 50%, #3adbff 100%);
}

.image-card-seven .image-card-text {
    text-align: right;
}

.image-card-seven .image-card-text h4 a {
    color: #fff;
}

.image-card-seven .image-card-text p {
    color: #ccc;
}

.image-card-seven .image-card-text>a {
    border: 1px solid #fff;
    border-radius: 5px;
    color: #1034A6;
    background: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    margin-top: 20px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    padding: 13px 28px;
}

.image-card-seven .image-card-text>a::before {
    display: none;
}

.image-card-seven .image-card-wrapper:hover .image-card-text>a {
    top: -0px;
    -webkit-box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.5);
}

.image-card-eight .image-card-text {
    border: 1px solid #ddd;
    text-align: center;
    background: #f7f7f7;
}

.image-card-eight .image-card-text i {
    background: #fff;
    color: #595959;
}

.image-card-nine .image-card-img img {
    -webkit-filter: sepia(100%);
    filter: sepia(100%);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.image-card-nine .image-card-wrapper:hover .image-card-img img {
    -webkit-filter: sepia(0);
    filter: sepia(0);
}

.image-card-nine .image-card-text>a {
    border: 1px solid #1034A6;
    border-radius: 5px;
    color: #1034A6;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    margin-top: 20px;
    padding: 13px 28px;
}

.image-card-nine .image-card-text>a::before {
    display: none;
}

.image-card-nine .image-card-wrapper:hover .image-card-text>a {
    color: #fff;
    background: #1034A6;
}

.image-card-ten .image-card-text {
    text-align: right;
    border: 1px solid #ddd;
}

.image-card-ten .image-card-text>a {
    border: 1px solid #1034A6;
    border-radius: 5px;
    color: #1034A6;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    margin-top: 20px;
    padding: 13px 28px;
}

.image-card-ten .image-card-text>a::before {
    display: none;
}

.image-card-ten .image-card-wrapper:hover .image-card-text>a {
    color: #fff;
    background: #1034A6;
}

.image-card-eleven .image-card-text {
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}

.image-card-eleven .image-card-text>a {
    border: 1px solid #1034A6;
    border-radius: 5px;
    color: #1034A6;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    margin-top: 20px;
    padding: 13px 28px;
}

.image-card-eleven .image-card-img::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.image-card-eleven .image-card-wrapper:hover .image-card-img::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.image-card-eleven .image-card-text>a::before {
    display: none;
}

.image-card-eleven .image-card-wrapper:hover .image-card-text>a {
    color: #fff;
    background: #1034A6;
}

.image-card-twelve .image-card-text {
    text-align: center;
    position: relative;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}

.image-card-twelve .image-card-text>a {
    border: 1px solid #1034A6;
    border-radius: 5px;
    color: #1034A6;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    margin-top: 20px;
    padding: 13px 28px;
}

.image-card-twelve .image-card-img::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.image-card-twelve .image-card-wrapper:hover .image-card-img::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}

@keyframes shine {
    100% {
        left: 125%;
    }
}

.image-card-twelve .image-card-text::after {
    background-color: transparent;
    background-image: linear-gradient(144deg, #1034A6 0%, #ff0505 100%);
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    transition: all 0.4s ease-in-out 0s;
    width: 0;
}

.image-card-twelve .image-card-wrapper:hover .image-card-text::after {
    width: 100%;
}

.image-card-twelve .image-card-text>a::before {
    display: none;
}

.image-card-twelve .image-card-wrapper:hover .image-card-text>a {
    color: #fff;
    background: #1034A6;
}


/** end image-card **/


/** start call-out **/

.call-out-area {
    padding: 100px 0px;
}

.call-out-tittle {}

.call-out-tittle h2 {
    font-size: 36px;
    color: #000;
    margin-bottom: 20px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.call-out-tittle h2 span {
    color: #324ece;
}

.call-out-tittle p {
    font-size: 15px;
    color: #929292;
    line-height: 25px;
}

.call-out-btn {
    text-align: center;
    margin-top: 25px;
}

.call-out-btn a {
    border: 1px solid #000;
    border-radius: 5px;
    color: #fff;
    background: #000;
    display: inline-block;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    margin-top: 20px;
    padding: 18px 35px;
}

.call-out-btn a:hover {
    background: #fff;
    color: #000;
}

.call-bg-two {
    background: #324ece;
}

.call-out-two .call-out-btn a {
    border: 1px solid #324ece;
    border-radius: 5px;
    color: #324ece;
    background: #fff;
}

.call-out-two .call-out-btn a:hover {
    color: #fff;
    border: 1px solid #fff;
    background: #324ece;
}

.call-out-two .call-out-tittle h2 {
    color: #fff;
}

.call-out-two .call-out-tittle p {
    color: #e4e4e4;
}

.call-out-three .call-out-tittle h2 {
    width: 60%;
    text-align: center;
    margin: 0 auto;
}

.call-out-three .call-out-tittle h2 span {
    color: #ff2323;
}

.call-out-three .call-out-tittle p {
    width: 50%;
    text-align: center;
    margin: 20px auto;
}

.call-bg-four {
    background: #ff3939;
}

.call-out-four .call-out-tittle h2 {
    width: 60%;
    color: #fff;
    text-align: center;
    margin: 0 auto;
}

.call-out-four .call-out-tittle p {
    width: 50%;
    color: #e4e4e4;
    text-align: center;
    margin: 20px auto;
}

.call-out-four .call-out-btn a {
    color: #ff3939;
    border: 1px solid #fff;
    background: #fff;
    border-radius: 40px;
}

.call-out-four .call-out-btn a:hover {
    color: #fff;
    border: 1px solid #fff;
    background: #ff3939;
}

.call-out-area.call-bg-five {
    background-image: url(../img/slider_03.jpg);
    background-attachment: fixed;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 100% 16px;
    background-repeat: no-repeat;
    position: relative;
    color: #fff;
}

.call-out-area.call-bg-five:after {
    position: absolute;
    height: 100%;
    background-color: rgba(255, 22, 55, .7);
    background-repeat: repeat;
    width: 100%;
    content: "";
    top: 0;
    left: 0;
    z-index: 0;
}

.call-out-five {
    position: relative;
    z-index: 2;
}

.call-out-five .call-out-tittle h2 {
    width: 60%;
    color: #fff;
    text-align: center;
    margin: 0 auto;
}

.call-out-five .call-out-tittle p {
    width: 50%;
    color: #e4e4e4;
    text-align: center;
    margin: 20px auto;
}

.call-out-five .call-out-btn a {
    color: #ff3939;
    border: 1px solid #fff;
    background: #fff;
}

.call-out-five .call-out-btn a:hover {
    color: #fff;
    border: 1px solid #fff;
    background: #ff3939;
}

.call-out-six .call-out-btn {
    text-align: left;
}

.call-out-area.call-bg-seven {
    background-image: url(../img/slider_03.jpg);
    background-attachment: fixed;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: 100% 16px;
    background-repeat: no-repeat;
    position: relative;
    color: #fff;
}

.call-out-area.call-bg-seven:after {
    position: absolute;
    height: 100%;
    background-color: rgba(143, 21, 255, 0.7);
    background-repeat: repeat;
    width: 100%;
    content: "";
    top: 0;
    left: 0;
    z-index: 0;
}

.call-out-seven {
    position: relative;
    z-index: 2;
}

.call-out-seven .call-out-tittle h2 {
    color: #fff;
}

.call-out-seven .call-out-tittle p {
    color: #e4e4e4;
}

.call-out-seven .call-out-btn a {
    color: #8f15ff;
    border: 1px solid #fff;
    background: #fff;
    border-radius: 40px;
}

.call-out-seven .call-out-btn a:hover {
    color: #fff;
    border: 1px solid #fff;
    background: #8f15ff;
}

.call-bg-eight {
    background: #cc5500;
}

.call-out-eight .call-out-btn {
    text-align: left;
}

.call-out-eight .call-out-tittle h2 {
    color: #fff;
}

.call-out-eight .call-out-tittle p {
    color: #e4e4e4;
}

.call-out-eight .call-out-btn a {
    color: #cc5500;
    border: 1px solid #fff;
    background: #fff;
}

.call-out-eight .call-out-btn a:hover {
    color: #fff;
    border: 1px solid #fff;
    background: #cc5500;
}

.call-out-nine {
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    padding: 60px 50px;
}

.call-out-ten {
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    padding: 60px 50px;
    background: #e414ae;
}

.call-out-ten .call-out-btn {
    margin-top: 35px;
}

.call-out-ten .call-out-tittle h2 {
    color: #fff;
}

.call-out-ten .call-out-tittle p {
    color: #e4e4e4;
}

.call-out-ten .call-out-btn a {
    color: #e414ae;
    border: 1px solid #fff;
    background: #fff;
    border-radius: 40px;
}

.call-out-ten .call-out-btn a:hover {
    color: #fff;
    border: 1px solid #fff;
    background: #e414ae;
}


/** end call-out **/


/** start heading-tittle **/

.heading-tittle-area {
    padding: 100px 0px;
}

.heading-tittle-warp {
    text-align: center;
    margin: 0 auto;
}

.heading-tittle h2 {
    font-size: 36px;
    color: #000;
    margin-bottom: 20px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.heading-tittle h2 span {
    color: #324ece;
    font-size: 36px;
}

.heading-tittle .sub-tittle {
    color: #929292;
    margin-bottom: 15px;
    display: block;
    font-size: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.heading-tittle p {
    font-size: 15px;
    color: #929292;
    line-height: 25px;
}

.heading-tittle-two .heading-tittle h2 {
    position: relative;
}

.heading-tittle-two .heading-tittle h2:after {
    position: absolute;
    left: 23%;
    top: 50%;
    height: 5px;
    width: 30px;
    content: '';
    background: #f5414a;
    transform: translateY(-50%);
    animation: hafter 1.5s infinite;
}

.heading-tittle-two .heading-tittle h2:before {
    position: absolute;
    right: 23%;
    top: 50%;
    height: 5px;
    width: 30px;
    content: '';
    background: #f5414a;
    transform: translateY(-50%);
    animation: hafter 1.5s infinite;
}

@keyframes hafter {
    0% {
        width: 30px;
    }
    50% {
        width: 50px;
        background: #324ece;
    }
    100% {
        width: 30px;
    }
}

.tittle-left .heading-tittle-warp {
    text-align: left;
    margin: 0 auto;
}

.heading-tittle-four .heading-tittle h2 span {
    font-style: italic;
}

.gradient-text1 {
    background: #3264f5;
    background: -moz-linear-gradient(left, #643094, #00bcd4);
    background: -webkit-linear-gradient(left, #643094, #00bcd4);
    background: linear-gradient(to right, #643094, #00bcd4);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#643094', endColorstr='#643094', GradientType=1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.tittle-right .heading-tittle-warp {
    text-align: right;
    margin: 0 auto;
}

.heading-tittle-five .heading-tittle {
    margin-right: 60px;
}

.heading-tittle-five .heading-tittle h2 {
    position: relative;
}

.heading-tittle-five .heading-tittle h2:after {
    position: absolute;
    left: 48%;
    top: 50%;
    height: 5px;
    width: 30px;
    content: '';
    background: #f5414a;
    transform: translateY(-50%);
    animation: hafter 1.5s infinite;
}

.heading-tittle-five .heading-tittle h2:before {
    position: absolute;
    right: -5%;
    top: 50%;
    height: 5px;
    width: 30px;
    content: '';
    background: #f5414a;
    transform: translateY(-50%);
    animation: hafter 1.5s infinite;
}

.heading-tittle-six .heading-tittle h2 span {
    font-style: italic;
}

.heading-tittle-six .heading-tittle h2 {
    position: relative;
}

.heading-tittle-six .heading-tittle h2:after {
    position: absolute;
    left: 23%;
    top: 50%;
    height: 5px;
    width: 30px;
    content: '';
    background: #f5414a;
    transform: translateY(-50%);
    animation: hafter 1.5s infinite;
}

.heading-tittle-six .heading-tittle h2:before {
    position: absolute;
    right: 23%;
    top: 50%;
    height: 5px;
    width: 30px;
    content: '';
    background: #f5414a;
    transform: translateY(-50%);
    animation: hafter 1.5s infinite;
}

.heading-tittle-seven .sub-tittle {
    color: red;
    margin-top: 20px;
}

.heading-tittle-seven:before,
.heading-tittle-seven:after {
    display: block;
    content: '';
    width: 1px;
    height: 40px;
    background: #717171;
    margin-left: auto;
    margin-right: auto;
}

.heading-tittle-seven:after {
    display: block;
    content: '';
    width: 1px;
    height: 40px;
    background: #717171;
    margin-left: auto;
    margin-right: auto;
}

.tittle-left .heading-tittle-warp {
    text-align: left;
    margin: 0 auto;
}

.heading-tittle-eight.heading-tittle {
    position: relative;
}

.heading-tittle-eight .heading-tittle:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 80px;
    background-color: #E3872D;
    top: 0px;
    margin-left: -15px;
}

.heading-tittle-eight .heading-tittle h2 {
    margin-bottom: 10px;
}

.heading-tittle-eight .heading-tittle h2 span {
    color: #E3872D;
}

.tittle-right .heading-tittle-warp {
    text-align: right;
    margin: 0 auto;
}

.heading-tittle-nine .heading-tittle {
    margin-right: 20px;
}

.heading-tittle-nine.heading-tittle {
    position: relative;
}

.heading-tittle-nine .heading-tittle:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 80px;
    background-color: #E3872D;
    top: 0px;
    margin-left: 15px;
}

.heading-tittle-nine .heading-tittle h2 {
    margin-bottom: 10px;
}

.heading-tittle-nine .heading-tittle h2 span {
    color: #E3872D;
}

.tittle-left .heading-tittle-warp {
    text-align: left;
    margin: 0 auto;
}

.heading-tittle-ten .heading-tittle h2 {
    position: relative;
}

.heading-tittle-ten .heading-tittle {
    margin-left: 60px;
}

.heading-tittle-ten .heading-tittle h2:after {
    position: absolute;
    left: -5%;
    top: 50%;
    height: 5px;
    width: 30px;
    content: '';
    background: #f5414a;
    transform: translateY(-50%);
    animation: hafter 1.5s infinite;
}

.heading-tittle-ten .heading-tittle h2:before {
    position: absolute;
    right: 48%;
    top: 50%;
    height: 5px;
    width: 30px;
    content: '';
    background: #f5414a;
    transform: translateY(-50%);
    animation: hafter 1.5s infinite;
}


/** end heading-tittle **/


/** start team **/

.team-area {
    padding: 100px 0px;
}

.tp-padding {
    padding: 0px 30px;
}

.team-style-block {
    display: inline-block;
}

.team-style-one .img-box {
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    position: relative;
    display: inline-block;
}

.team-style-one .img-box>img {
    max-width: 100%;
    position: relative;
}

.team-style-one .img-box .img-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #3264f5;
    background: -moz-linear-gradient(left, #643094, #00bcd4);
    background: -webkit-linear-gradient(left, #643094, #00bcd4);
    background: linear-gradient(to right, #643094, #00bcd4);
    z-index: 0;
    padding: 40px;
    opacity: 0;
    -webkit-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}

.team-style-one:hover .img-box .img-overlay {
    opacity: .5;
}

.team-style-one:hover .img-box .social {
    opacity: 1;
}

.team-style-one .img-box .social {
    padding-top: 15px;
    padding-left: 85px;
    position: absolute;
    left: 18px;
    z-index: 1;
    opacity: 0;
    top: 50%;
    transform: translateY(-50%);
}

.team-style-one .img-box .social a:hover {
    color: #fb2525;
}

.team-style-one .img-box .social a {
    color: #fff;
    font-size: 16px;
    padding: 0px 5px;
}

.team-style-one .img-box .social a:nth-child(1) {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}

.team-style-one .img-box .social a:nth-child(2) {
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}

.team-style-one .img-box .social a:nth-child(3) {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}

.team-style-one .text-box {
    background: #0400f3;
    text-align: center;
    position: relative;
    color: #fff;
    z-index: 9;
    padding: 28px;
}

.team-style-one .text-box h3 {
    margin: 0;
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 600;
    line-height: 1em;
    margin-bottom: 5px;
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase
}

.team-style-one .text-box span {
    font-size: 12px;
    color: #fff;
}

.team-style-two {
    position: relative;
    overflow: hidden;
    padding: 20px;
    display: inline-block;
    background: #fff;
}

.team-style-two .team-img-2 {
    position: relative;
}

.team-style-two .overlay-2 {
    background-color: rgba(255, 22, 55, .7);
    border-radius: 50%;
    -webkit-transition: all .5s ease-in .1s;
    -o-transition: all .5s ease-in .1s;
    transition: all .5s ease-in .1s;
}

.team-style-two .overlay-2 {
    background-color: rgba(255, 22, 55, 0.75);
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    position: absolute;
    opacity: 0;
    visibility: hidden;
    z-index: 98;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.team-style-two .center-block-2 {
    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-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.team-style-two ul li:nth-child(1) {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
}

.team-style-two ul li:nth-child(2) {
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s;
}

.team-style-two ul li:nth-child(3) {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
}

.team-style-two .first-color-2 ul {
    padding: 0px;
}

.team-style-two .team-social-2 li {
    display: inline-block;
}

.team-style-two .team-social.white-bg li a {
    background: #ffffff;
}

.team-style-two .team-social-2 li a {
    font-size: 14px;
    color: #18191d;
    height: 38px;
    width: 38px;
    line-height: 40px;
    display: inline-block;
    text-align: center;
    margin: 0;
    border: 1px solid transparent;
    border-radius: 50%;
}

.team-style-two .team-data-img-2 h3 {
    color: #18191d;
    font-weight: 700 !important;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    margin-top: 26px;
    margin-bottom: 6px;
}

.team-style-two .designation-2 {
    font-size: 16px;
}

.team-style-two .color-light-grey-2 {
    color: #717171;
    font-size: 13px;
}

.team-style-two.second-color-2 .overlay-2 {
    background-color: rgba(241, 195, 15, .7);
}

.team-style-two:hover .overlay-2 {
    opacity: 1;
    visibility: visible;
    border-radius: 0;
}

.team-style-two.third-color-2 .overlay-2 {
    background-color: rgba(24, 25, 29, .7);
}

.team-style-two:hover img {
    transform: scale(0.95);
}

.team-style-two .team-social-2.white-bg li a {
    background: #ffffff;
}

.team-style-two .team-social-2 li a {
    font-size: 12px;
    color: #18191d;
    height: 38px;
    width: 38px;
    line-height: 38px;
    display: inline-block;
    text-align: center;
    margin: 0;
    border: 1px solid transparent;
    border-radius: 50%;
}

.team-style-two .facebook-bg-hvr:hover {
    background: #4267B2 !important;
    color: #fff !important;
    border: 1px solid transparent !important;
}

.team-style-two .twitter-bg-hvr:hover {
    background: #1DA1F2 !important;
    color: #fff !important;
    border: 1px solid transparent !important;
}

.team-style-two .google-bg-hvr:hover {
    background: #DB4437 !important;
    color: #fff !important;
    border: 1px solid transparent !important;
}

.team-style-three {
    cursor: pointer;
}

.team-style-three .team-img-3 {
    position: relative;
    z-index: 1;
}

.team-style-three .team-img-3 img {
    max-width: 100%;
}

.team-style-three .team-img-3 .social-icon-3 {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    background: #242639;
    width: 110px;
    height: 110px;
    -webkit-clip-path: polygon(0px 100%, 0px 100%, 100% 0px, 100% 100%);
    clip-path: polygon(0px 100%, 0px 100%, 100% 0px, 100% 100%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-bottom: 20px;
    padding-right: 8px;
    -webkit-transition: background 0.3s linear;
    -o-transition: background 0.3s linear;
    transition: background 0.3s linear;
}

.team-style-three:hover .social-icon-3 {
    background: #3452ff;
}

.social-icon-3 {
    margin-bottom: 0;
}

.team-style-three .team-img-3 .social-icon-3 a {
    font-size: 16px;
    color: #fff;
    margin-right: 8px;
}

.team-style-three .team-img-3 .hover-content-3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(21, 24, 40, 0.7);
    z-index: 0;
    padding: 40px;
    opacity: 0;
    -webkit-transition: opacity 0.3s linear;
    -o-transition: opacity 0.3s linear;
    transition: opacity 0.3s linear;
}

.team-style-three:hover .hover-content-3 {
    opacity: 1;
}

.team-style-three .team-img-3 .hover-content-3 p {
    font-size: 14px;
    color: #fff;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
    -webkit-transition: opacity 0.7s linear, -webkit-transform 0.5s linear;
    transition: opacity 0.7s linear, -webkit-transform 0.5s linear;
    -o-transition: transform 0.5s linear, opacity 0.7s linear;
    transition: transform 0.5s linear, opacity 0.7s linear;
    transition: transform 0.5s linear, opacity 0.7s linear, -webkit-transform 0.5s linear;
}

.team-style-three:hover .hover-content-3 p {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.team-style-three .content-3 {
    padding: 20px 0px 30px 40px;
    background: white;
}

.team-style-three .content-3 h3 {
    font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #1a1d31;
}

.team-style-three .content-3 p {
    font-size: 13px;
    font-weight: 400;
    color: #717171;
    margin-bottom: 0;
    margin-top: 4px;
}

.team-four .team-style-three:hover .team-img-3 .social-icon-3 a {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.team-four .team-style-three .team-img-3 .social-icon-3 a {
    width: 40px;
    height: 40px;
    border: 1px solid transparent;
    display: inline-block;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    margin: 0px;
    -webkit-transition: all 0.3s linear, border 0.5s linear, -webkit-transform 0.6s linear;
    transition: all 0.3s linear, border 0.5s linear, -webkit-transform 0.6s linear;
    -o-transition: all 0.3s linear, transform 0.6s linear, border 0.5s linear;
    transition: all 0.3s linear, transform 0.6s linear, border 0.5s linear;
    transition: all 0.3s linear, transform 0.6s linear, border 0.5s linear, -webkit-transform 0.6s linear;
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
    opacity: 0;
}

.team-four .team-style-three .team-img-3 .social-icon-3 a:hover {
    border-color: #fff;
}

.team-four .team-style-three .team-img-3 .social-icon-3 {
    width: 100%;
    -webkit-clip-path: inherit;
    clip-path: inherit;
    background: rgba(52, 82, 255, 0.9);
    height: auto;
    padding-bottom: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 12px 0px;
    opacity: 0;
    -webkit-transition: opacity 0.7s linear;
    -o-transition: opacity 0.7s linear;
    transition: opacity 0.7s linear;
}

.team-four .team-style-three:hover .team-img-3 .social-icon-3 {
    opacity: 1;
}

.team-style-five .team-items .item {
    -moz-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
    -o-box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
    box-shadow: -1px 3px 10px 0 rgba(0, 0, 0, 0.06);
    padding-top: 0px;
}

.team-style-five .single-item.team-standard .thumb {
    overflow: hidden;
}

.team-style-five .team-items .item .thumb img {
    width: 100%;
}

.team-style-five .team-items .item .thumb {
    position: relative;
    z-index: 1;
}

.team-style-five .single-item.team-standard .thumb .social {
    bottom: -55px;
    left: 0;
    padding: 7px 25px;
    position: absolute;
    text-align: center;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    z-index: 1;
    width: 100%;
    text-align: center;
}

.team-style-five .single-item.team-standard .item:hover .thumb .social {
    bottom: 0;
}

.team-style-five .single-item.team-standard .thumb .social ul {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 30px;
    display: inline-block;
    padding: 10px 30px;
}

.team-style-five .single-item.team-standard .thumb .social ul li {
    display: inline-block;
    margin-top: 0px;
}

.team-style-five .single-item.team-standard .thumb .social ul li a {
    color: #1cb9c8;
    display: inline-block;
    font-size: 14px;
    margin: 5px 4px 0;
}

.team-style-five .team-items .item .info {
    background: #ffffff none repeat scroll 0 0;
    padding: 40px 30px;
}

.team-style-five .team-items .item .info h3 {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 18px;
    font-family: "montserrat", sans-serif;
    text-transform: uppercase;
}

.team-style-five .single-item.team-standard .item .info span {
    display: inline-block;
    font-family: "montserrat", sans-serif;
    margin-bottom: 15px;
    padding-bottom: 10px;
    position: relative;
    font-size: 13px;
    color: #1cb9c8;
}

.team-style-five .single-item.team-standard .item .info span::after {
    background: #1cb9c8 none repeat scroll 0 0;
    bottom: 0;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -20px;
    position: absolute;
    width: 40px;
}

.team-style-five .team-items .item .info p:last-child {
    margin-bottom: 0;
    color: #666666;
    font-size: 14px;
    line-height: 25px;
}

.team-style-six {
    position: relative;
    margin-bottom: 30px;
}

.team-style-six .inner-box {
    position: relative;
}

.team-style-six .inner-box .image-6 img {
    max-width: 100%;
}

.team-style-six .inner-box .image-6 {
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}

.team-style-six .inner-box .overlay-box {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    padding: 30px;
    color: #ffffff;
    text-align: center;
    background: rgba(54, 72, 178, 0.95);
    opacity: 0;
    -webkit-transform: translate(0, -30px);
    -ms-transform: translate(0, -30px);
    transform: translate(0, -30px);
    transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
}

.team-style-six .inner-box:hover .overlay-box {
    opacity: 1;
    -webkit-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    transform: translate(0, 0px);
}

.team-style-six .inner-box .overlay-box .social-links {
    position: relative;
    width: 100%;
}

.team-style-six .overlay-box ul {
    padding: 0;
    margin: 0;
}

.team-style-six .inner-box .overlay-box .social-links li {
    position: relative;
    display: inline-block;
    margin: 0px 4px;
    line-height: 24px;
}

.team-style-six .inner-box .overlay-box .social-links.style-two li a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    font-size: 15px;
}

.team-style-six .inner-box .overlay-box .social-links li a:hover {
    background: #ff4747;
    color: #fff;
}

.team-style-six .inner-box .overlay-box .social-links li a {
    position: relative;
    color: #ff4747;
    background: #fff;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    font-size: 15px;
    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;
}

.team-style-six .inner-box .lower-box {
    position: relative;
    padding-top: 25px;
    text-align: center;
}

.team-style-six .inner-box .lower-box h4 {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    font-family: "montserrat", sans-serif;
    text-transform: uppercase;
}

.team-style-six .inner-box .lower-box .designation {
    position: relative;
    color: #777777;
    font-size: 14px;
}

.team-all-seven {
    padding: 100px 0px;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.team-style-seven {
    position: relative;
    width: 20%;
    float: left;
    overflow: hidden;
}

.team-style-seven .imgBox-7 {
    position: relative;
}

.team-style-seven .imgBox-7 img {
    max-width: 100%;
    transition: 1s;
}

.team-style-seven:hover .imgBox-7 img {
    transform: scale(1.5);
}

.team-style-seven .details-7 {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    background: #fff;
    text-align: center;
    transform: scale(.5);
    visibility: hidden;
    transition: .5s;
}

.team-style-seven:hover .details-7 {
    transform: scale(1);
    visibility: visible;
}

.team-style-seven .details-7 .content-7 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    box-sizing: border-box;
}

.team-style-seven .details-7 .content-7 h3 {
    position: relative;
    margin: 0;
    padding: 0;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
}

.team-style-seven .details-7 .content-7 h3 span {
    margin-top: 9px;
    display: inline-block;
    font-size: 13px;
    color: #999;
    font-weight: 300;
}

.team-style-seven .details-7 .content-7 h3:before {
    content: '';
    position: absolute;
    bottom: -12px;
    width: 50px;
    height: 2px;
    background: #f00;
    left: 50%;
    transform: translateX(-50%);
}

.team-style-seven .details-7 .content-7 ul {
    position: relative;
    display: flex;
    padding: 0;
    width: 70%;
    margin: 30px auto 0;
    opacity: 0;
    transform: translateY(100px);
    transition: .5s;
}

.team-style-seven:hover .details-7 .content-7 ul {
    opacity: 1;
    transform: translateY(0px);
}

.team-style-seven .details-7 .content-7 ul li {
    list-style: none;
    width: 25%;
    text-align: center;
}

.team-style-seven .details-7 .content-7 ul li a {
    display: block;
    color: #262626;
    font-size: 13px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 50%;
    box-sizing: border-box;
    border: 1px solid #b9b8b8;
}

.team-style-seven .details-7 .content-7 ul li a:hover {
    background: #f00;
    color: #fff;
    border: 1px solid #f00;
}

.team-style-eight {
    width: 23%;
    margin: 10px;
    float: left;
    /* border: 10px solid #fff; */
    overflow: hidden;
    position: relative;
    left: 0%;
    text-align: left;
    box-shadow: 1px 1px 2px #e6e6e6;
    cursor: default;
    background: #fff url(../images/) no-repeat center center;
}

.team-style-eight {
    overflow: hidden;
}

.team-style-eight:hover img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.team-style-eight:hover figcaption {
    -moz-transform: translateY(0px) translateY(0px);
    -webkit-transform: translateY(0px) translateY(0px);
    -o-transform: translateY(0px) translateY(0px);
    -ms-transform: translateY(0px) translateY(0px);
    transform: translateY(0px) translateY(0px);
}

.team-style-eight img {
    -webkit-transition: -webkit-transform 0.8s;
    -moz-transition: -moz-transform 0.8s;
    transition: transform 0.8s;
}

.team-style-eight {
    overflow: hidden;
}

.team-style-eight figcaption {
    bottom: 0;
    left: 0;
    right: 0;
    position: absolute;
    padding: 20px;
    color: #fff;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transform: translateY(100%) translateY(-90px);
    -webkit-transform: translateY(100%) translateY(-90px);
    -o-transform: translateY(100%) translateY(-90px);
    -ms-transform: translateY(100%) translateY(-90px);
    transform: translateY(100%) translateY(-90px);
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000', GradientType=0);
}

.team-style-eight .awsm-personal-info {
    position: relative;
    margin-bottom: 15px;
}

.team-style-eight .awsm-personal-info h3 {
    margin: 0 0 3px;
    padding: 0;
    color: #fff;
    text-transform: uppercase;
    font-family: "montserrat", sans-serif;
    font-size: 18px;
    font-weight: 700;
}

.awsm-personal-info span {
    text-transform: uppercase;
    font-size: 0.815em;
    color: #fff;
    font-size: 12px;
}

.team-style-eight .awsm-contact-info {
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform 0.4s;
    -moz-transition: -moz-transform 0.4s;
    transition: transform 0.4s;
}

.team-style-eight:hover .awsm-contact-info {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.team-style-eight .awsm-social-icons {
    list-style: none;
    padding: 0;
    margin: 0;
    margin: 0 -5px;
}

.team-style-eight .awsm-social-icons li {
    display: inline-block;
    padding: 0 5px;
    font-size: 13px;
}

.team-style-eight figcaption a {
    color: #fff;
}

.team-style-eight figcaption a:hover {
    color: #fb2525;
}

.team-style-eight .awsm-social-icons a {
    display: block;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}

.team-section-four {
    position: relative;
}

.team-style-nine {
    position: relative;
    margin-bottom: 30px;
    padding: 0px;
    display: inline-block;
}

.team-style-nine .inner-box {
    position: relative;
    padding: 40px 40px 0;
}

.team-style-nine .inner-box .image-wrapper {
    position: relative;
}

.team-style-nine .image-wrapper:before {
    position: absolute;
    content: '';
    background: #fff;
    border: 7px solid #e8e8eb;
    left: 40px;
    bottom: 40px;
    width: 100%;
    height: 100%;
}

.team-style-nine .inner-box .image {
    position: relative;
    overflow: hidden;
    z-index: 9;
}

.team-style-nine .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
    transition: .5s ease;
}

.team-style-nine .inner-box:hover .image img {
    transform: scale(1.1);
}

.team-style-nine .inner-box:hover .image-wrapper:after {
    width: 100%;
    height: 100%;
    opacity: 1;
}

.team-style-nine .image-wrapper:after {
    position: absolute;
    content: '';
    background: #3648b2;
    left: 40px;
    bottom: 40px;
    width: 70%;
    height: 70%;
    transition: .5s ease;
    opacity: .8;
}

.team-style-nine .inner-box .overlay-box {
    position: absolute;
    left: 55px;
    bottom: 30px;
    right: 55px;
    padding: 25px 0;
    color: #ffffff;
    text-align: center;
    background: rgba(54, 72, 178, 0.95);
    opacity: 0;
    z-index: 9;
    -webkit-transform: translate(0, -30px);
    -ms-transform: translate(0, -30px);
    transform: translate(0, -30px);
    transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
}

.team-style-nine .overlay-box ul {
    padding: 0;
    margin: 0;
}

.team-style-nine .image-wrapper:before {
    position: absolute;
    content: '';
    background: #fff;
    border: 7px solid #e8e8eb;
    left: 40px;
    bottom: 40px;
    width: 100%;
    height: 100%;
}

.team-style-nine .inner-box:hover .overlay-box {
    opacity: 1;
    -webkit-transform: translate(0, 0px);
    -ms-transform: translate(0, 0px);
    transform: translate(0, 0px);
}

.team-style-nine .inner-box .overlay-box {
    position: absolute;
    left: 55px;
    bottom: 30px;
    right: 55px;
    padding: 25px 0;
    color: #ffffff;
    text-align: center;
    background: rgba(54, 72, 178, 0.95);
    opacity: 0;
    z-index: 9;
    -webkit-transform: translate(0, -30px);
    -ms-transform: translate(0, -30px);
    transform: translate(0, -30px);
    transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -webkit-transition: all 0.7s ease;
    -ms-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
}

.team-style-nine .inner-box .overlay-box .social-links {
    position: relative;
    width: 100%;
}

.team-style-nine .inner-box .overlay-box .social-links li {
    position: relative;
    display: inline-block;
    margin: 0px 4px;
    line-height: 24px;
}

.team-style-nine .inner-box .overlay-box .social-links.style-two li a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
    font-size: 15px;
}

.team-style-nine .inner-box .overlay-box .social-links li a {
    position: relative;
    color: #ff4747;
    background: #fff;
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    line-height: 50px;
    font-size: 15px;
    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;
}

.team-style-nine .inner-box .overlay-box .social-links li a span {
    padding: 2px 2px;
}

.team-style-nine .inner-box .overlay-box .social-links li a:hover {
    background: #ff4747;
    color: #fff;
}

.team-style-nine .inner-box .lower-box {
    position: relative;
    padding-top: 25px;
    text-align: center;
}

.team-style-nine .inner-box .lower-box h4 {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    font-family: montserrat, sans-serif;
    margin-bottom: 6px;
}

.team-style-nine .inner-box .lower-box h4 a {
    color: #222;
    -webkit-transition: .5s ease;
    -o-transition: .5s ease;
    transition: .5s ease;
}

.team-style-nine .inner-box .lower-box .designation {
    position: relative;
    color: #999;
    font-size: 14px;
}

.team-style-ten {
    position: relative;
    margin-bottom: 40px;
}

.team-style-ten .inner-box-10 {
    position: relative;
}

.team-style-ten .inner-box-10 .image-10 {
    position: relative;
    text-align: center;
    overflow: hidden;
}

.team-style-ten .inner-box-10 .image-10:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
    opacity: 0;
    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;
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.60));
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.60));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.60));
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.60));
}

.team-style-ten .inner-box-10 .image-10 img {
    position: relative;
    max-width: 100%;
    display: block;
}

.team-style-ten .inner-box-10 .image-10 .social-box-10 {
    position: absolute;
    left: -20px;
    bottom: -40px;
    right: 0px;
    z-index: 1;
    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;
}

.team-style-ten .inner-box-10 .image-10 .social-box-10 li {
    position: relative;
    margin: 0px 8px;
    display: inline-block;
}

.team-style-ten .inner-box-10 .image-10 .social-box-10 li a {
    position: relative;
    color: #ffffff;
    font-size: 16px;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.team-style-ten .inner-box-10:hover .image-10 .social-box-10 {
    bottom: 20px;
}

.team-style-ten .inner-box-10 .lower-content-10 {
    position: relative;
    padding: 25px 0px;
    text-align: center;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.team-style-ten .inner-box-10 .lower-content-10 h3 {
    position: relative;
    z-index: 1;
    font-weight: 700;
    font-family: 'montserrat', sans-serif;
    line-height: 1.3em;
    margin-bottom: 5px;
    font-size: 18px;
    text-transform: uppercase;
}

.team-style-ten .inner-box-10:hover .lower-content-10 h3 a,
.team-style-ten .inner-box-10:hover .lower-content-10 .designation-10,
.team-style-ten .inner-box-10:hover .lower-content-10 .social-box-10 li a {
    color: #ffffff;
}

.team-style-ten:hover .lower-content-10:before,
.team-style-ten .inner-box-10:hover .lower-content-10:after {
    width: 100%;
    opacity: 1;
    visibility: visible;
}

.team-style-ten.team-warp-ten .inner-box-10:hover .lower-content-10:after {
    height: 100%;
}

.team-style-ten .inner-box-10:hover .image-10:before {
    opacity: 1;
}

.team-style-ten .inner-box-10 .lower-content-10 .designation-10 {
    position: relative;
    font-size: 13px;
    font-weight: 300;
    color: #666666;
    z-index: 1;
    line-height: 1.3em;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
}

.team-style-ten.team-warp-ten .inner-box-10 .lower-content-10:after {
    position: absolute;
    content: '';
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 0%;
    display: block;
    background: -ms-linear-gradient(top, #3140FC 0%, #0b1599 100%);
    background: -moz-linear-gradient(top, #3140FC 0%, #0b1599 100%);
    background: -o-linear-gradient(top, #3140FC 0%, #0b1599 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #3140FC), color-stop(100, #0b1599));
    background: -webkit-linear-gradient(top, #3140FC 0%, #0b1599 100%);
    background: linear-gradient(to bottom, #3140FC 0%, #0b1599 100%);
}

.team-style-ten .inner-box-10 .lower-content-10:after {
    position: absolute;
    content: '';
    right: 0px;
    top: 0px;
    width: 0%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    background-color: #ec0203;
    transition: all 600ms ease;
    -webkit-transition: all 600ms ease;
    -ms-transition: all 600ms ease;
    -o-transition: all 600ms ease;
}


/** end team **/


/** start video-btn **/

.video-btn-area {
    padding: 80px 0px;
}

.video-btn-warp {
    overflow: hidden;
    position: relative;
}

.new-video-btn-1 {
    background: url(../img/slider/bg-img9.jpg) center center/cover no-repeat local;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 300px 0px;
}

.no-padding {
    padding: 0px;
}

.video-holder {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.video-holder a:hover {
    color: #ff3939;
}

.video-holder a {
    font-family: 'Nunito', sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}

.video-holder .video-icon i {
    width: 49px;
    height: 49px;
    line-height: 44px;
    text-align: center;
    border: 3px solid #fff;
    display: block;
    margin: 0 auto 12px;
}

.video-btn-two .new-video-btn-1:before {
    content: "";
    background-color: rgba(38, 189, 239, 0.8);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.video-btn-two .new-video-btn-1 {
    background: url(../img/slider/light-image2.jpg) center center/cover no-repeat local;
}

.video-btn-three .new-video-btn-1:before {
    content: "";
    background: linear-gradient(to right, #643094, #00bcd4e0);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.video-btn-three .video-holder a:hover {
    color: #fff;
}

.video-btn-four .new-video-btn-1 {
    background: url(../img/slider/light-image2.jpg) center center/cover no-repeat local;
}

.video-btn-style-four {
    position: relative;
    height: 80px;
    width: 80px;
    background: #d41212;
    text-align: center;
    display: inline-block;
    line-height: 80px;
    color: #fff;
    border-radius: 50%;
    transition-duration: 0s;
    -ms-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
}

.video-btn-style-four:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 95px;
    width: 95px;
    border: 2px solid #d41212;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: .3;
    animation: pulse-border 1500ms ease-out infinite;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}

.video-btn-style-four.small {
    width: 50px;
    height: 50px;
    line-height: 50px
}

.video-btn-style-four.small:after {
    height: 50px;
    width: 50px
}

.video-btn-style-four.small:before {
    height: 65px;
    width: 65px
}

.video-btn-style-four:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 80px;
    width: 80px;
    border: 2px solid #d41212;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: .3;
    animation: pulse-border 1500ms ease-out infinite;
}

.video-btn-five .new-video-btn-1:before {
    content: "";
    background-color: rgba(38, 189, 239, 0.8);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.video-btn-six .new-video-btn-1:before {
    content: "";
    background: linear-gradient(to right, #643094, #00bcd4e0);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.video-btn-seven .new-video-btn-1 {
    padding: 260px 0px;
}

.video-inner {
    padding: 110px 10px;
}

.video-inner h2 {
    font-size: 34px;
    line-height: 1.4em;
    margin: 0 0 0.5em;
    font-weight: 600;
    font-family: "montserrat", sans-serif;
}

.video-inner p {
    margin-bottom: 50px;
    line-height: 25px;
    color: #595959;
    font-size: 16px;
}

.video-inner a {
    background: #ff3939;
    color: #fff;
    font-size: 16px;
    border: 1px solid #ff3939;
    padding: 15px 30px;
    border-radius: 5px;
    font-family: 'Nunito', sans-serif;
}

.video-inner a:hover {
    background: #fff;
    color: #ff3939;
}

.video-btn-eight .new-video-btn-1 {
    padding: 260px 0px;
}

.video-btn-nine .new-video-btn-1 {
    background: url(../img/slider/light-image2.jpg) center center/cover no-repeat local;
}

.video-btn-nine .new-video-btn-1 {
    padding: 260px 0px;
}

.video-btn-nine .new-video-btn-1:before {
    content: "";
    background: linear-gradient(to right, #52118ec4, #00bcd4);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.video-btn-ten .new-video-btn-1 {
    padding: 260px 0px;
}

.video-btn-ten .new-video-btn-1:before {
    content: "";
    background-color: rgba(38, 189, 239, 0.8);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}


/** end video-btn **/


/** start slick-slider **/

.slick-slider-area {
    padding: 80px 0px 100px 0px;
}

.slick-dots {
    bottom: -55px;
}

.slick-prev,
.slick-next {
    color: #fff;
    z-index: 2;
    background-color: #324cec;
    width: 40px;
    height: 40px;
    line-height: 50px;
    border-radius: 20px;
}

.slick-dots li button {
    color: #000;
}

.slick-dots li.slick-active button:before {
    border: 1px solid #fff;
    -webkit-box-shadow: 0 0 0 2px #000;
    box-shadow: 0 0 0 2px #000;
    border-radius: 30px;
}

.slick-dots li.slick-active button:before {
    color: #000;
    font-size: 32px;
}

.slick-pic {
    position: relative;
    overflow: hidden;
}

.slick-pic:before {
    content: "";
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.slick-slider-text,
.swiper-slider-text {
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.slick-slider-text h2,
.swiper-slider-text h2 {
    font-size: 50px;
    font-family: "montserrat", sans-serif;
    color: #fff;
    margin: 0 0 28px;
    font-weight: 700;
}

.slick-slider-text p,
.swiper-slider-text p {
    line-height: 30px;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    margin: 0 0 2.5em;
    width: 70%;
    text-align: center;
    display: inline-block;
}

.slick-slider-text .theme-btn,
.swiper-slider-text .theme-btn {
    background-color: #324cec;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    padding: 12px 30px;
    border: 0;
    border-radius: 2px;
    display: inline-block;
}

.slick-slider-text .theme-btn:hover {
    color: #324cec;
    background: #fff;
}

.slick-prev,
.slick-next {
    color: #fff;
    background: #000;
    width: 40px;
    height: 40px;
    z-index: 2;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    color: #fff;
    background: #000;
}

.slick-slider-four .slick-slider-grids-4 .slick-slider-text {
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    margin: 0px 120px;
    background: #fff;
    padding: 40px 0px;
    margin-top: 160px;
}

.slick-slider-grids-4 .slick-slider-text h2 {
    color: #000;
}

.slick-slider-grids-4 .slick-slider-text p {
    color: #000;
}

.slick-slider-text .theme-btn {
    background-color: #324cec;
    color: #fff;
    border: 1px solid #324cec;
}


/** end slick-slider **/


/** start blog-card **/

.blog-area {
    padding: 100px 0px;
}

.blog-img-1 {
    width: 85%;
    margin-left: 40px;
    position: relative;
    overflow: hidden;
}

.blog-img-1 img {
    border-radius: 5px;
    cursor: pointer;
}

.blog-img-1::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}

.new-post-blog:hover .blog-img-1::before {
    -webkit-animation: shine .75s;
    animation: shine .75s;
}

.new-post-blog {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 40px 0px;
}

.bp-padd {
    padding-right: 10px;
}

.grid-content span {
    font-family: "montserrat", Sans-serif;
    font-size: 14px;
    color: #000000;
}

.grid-content span a {
    font-family: "montserrat", Sans-serif;
    font-size: 14px;
    color: #000000;
}

.grid-content h2 {
    margin: 15px 0px 15px 0px;
    font-family: "montserrat", Sans-serif;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.3em;
}

.grid-content p {
    color: #000;
    margin: 0px 0px 21px 0px;
    font-family: "montserrat", Sans-serif;
    font-weight: 400;
    line-height: 25px;
    font-size: 14px;
}

.blog-btn-more {
    padding: 8px 20px 8px 20px;
    font-family: "Poppins", Sans-serif;
    font-size: 13px;
    font-weight: 500;
    background: #000000;
    color: #ffffff;
    border: 1px solid #000;
}

.blog-btn-more:hover {
    background: #fff;
    color: #ff3939;
    border: 1px solid #ff3939;
}

.grid-content {
    margin-top: 52px;
    padding: 0px 24px 0px 0px;
}

.blog-two .new-post-blog {
    border: 0px solid #ddd;
    box-shadow: 30px 30px 60px 0px rgba(0, 0, 0, 0.3)
}

.blog-three .new-post-blog {
    border: 0px solid #ddd;
    background: #324ece;
}

.blog-three .grid-content {
    margin-top: 52px;
    padding: 0px 0px 0px 40px;
}

.blog-three .grid-content span {
    color: #fff;
}

.blog-three .grid-content span a {
    color: #fff;
}

.blog-three .grid-content h2 {
    color: #fff;
}

.blog-three .grid-content p {
    color: #fff;
}

.blog-three .blog-btn-more {
    background: #fff;
    color: #000;
    border: 1px solid #324ece;
}

.blog-three .blog-btn-more:hover {
    background: #324cec;
    color: #fff;
    border: 1px solid #324ece;
}

.blog-three.blog-four .new-post-blog {
    border: 0px solid #ddd;
    background: linear-gradient(to right, #643094, #00bcd4);
}

.blog-wrapper-image {
    position: relative;
    overflow: hidden;
}

.grid-content.grid-blog {
    margin-top: 0px;
    padding: 38px 38px 45px 38px;
    border: 1px solid #ddd;
    border-radius: 0px 0px 5px 5px;
    position: relative;
}

.blog-wrapper-image {
    position: relative;
    overflow: hidden;
}

.blog-wrapper-image img {
    cursor: pointer;
}

.blog-wrapper-image::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: '';
    width: 0;
    height: 0;
    cursor: pointer;
    background: rgba(255, 255, 255, .2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
}

.new-blog-builder:hover .blog-wrapper-image::before {
    -webkit-animation: circle .75s;
    animation: circle .75s;
}

@-webkit-keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

@keyframes circle {
    0% {
        opacity: 1;
    }
    40% {
        opacity: 1;
    }
    100% {
        width: 200%;
        height: 200%;
        opacity: 0;
    }
}

.blog-six .grid-content.grid-blog {
    margin-top: 0px;
    padding: 38px 38px 45px 38px;
    border: none;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    border-radius: 0px 0px 5px 5px;
}

.blog-eight .grid-content.grid-blog {
    margin-top: 0px;
    padding: 38px 38px 45px 38px;
    border: none;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    border-radius: 0px 0px 5px 5px;
}

.blog-eight .grid-content span a:hover {
    color: #ff3939;
}

.new-blog-builder.blog-style-warp {
    transition: margin-top 0.3s linear 0s;
    -moz-transition: margin-top 0.3s linear 0s;
    -ms-transition: margin-top 0.3s linear 0s;
    -webkit-transition: margin-top 0.3s linear 0s;
}

.new-blog-builder.blog-style-warp:hover {
    margin-top: -18px;
    transition: margin-top 0.3s linear 0s;
    -moz-transition: margin-top 0.3s linear 0s;
    -ms-transition: margin-top 0.3s linear 0s;
    -webkit-transition: margin-top 0.3s linear 0s;
}

.blog-nine .grid-content span a {
    color: #ff3939;
}

.blog-ten .grid-content.grid-blog {
    margin-top: 0px;
    padding: 38px 38px 45px 38px;
    border: none;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    border-radius: 0px 0px 5px 5px;
}

.blog-ten .grid-content span a {
    color: #ff3939;
}

.blog-eleven .grid-content.grid-blog.blog-bg-1 {
    background: #000;
    border-radius: 10px;
}

.blog-eleven .grid-content.grid-blog.blog-bg-2 {
    background: #bb1378;
    border-radius: 10px;
}

.blog-eleven .grid-content.grid-blog.blog-bg-3 {
    background: #324ece;
    border-radius: 10px;
}

.blog-eleven .grid-content span {
    color: #fff;
}

.blog-eleven .grid-content span a {
    color: #fff;
}

.blog-eleven .grid-content h2 {
    color: #fff;
}

.blog-eleven .grid-content p {
    color: #fff;
}

.blog-eleven .blog-btn-more {
    background: #fff;
    color: #000;
    border: 1px solid #324ece;
}

.blog-eleven .blog-btn-more:hover {
    background: #ff3939;
    color: #fff;
    border: 1px solid #ff3939;
}

.grid-content .date {
    background-color: #ff3939;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    height: 60px;
    line-height: 60px;
    width: 60px;
    padding: 16px 0;
    position: absolute;
    right: 15px;
    cursor: pointer;
    text-align: center;
    text-transform: uppercase;
    top: -32px;
}

.grid-content .date span {
    display: block;
    line-height: 14px;
    color: #fff;
}

.grid-content .date .month {
    font-size: 11px;
    color: #fff;
}

.blog-thirten .new-blog-builder .date {
    background-color: #ff3939;
    top: 15px;
    color: #fff;
    right: 30px;
    min-height: 60px;
    min-width: 60px;
    position: absolute;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 50%;
    padding: 16px 0;
}

.blog-thirten .blog-wrapper-image:after {
    position: absolute;
    top: 12px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 0 25px 25px;
    border-color: transparent transparent transparent #ff3939;
    content: '';
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.blog-thirten .grid-content.grid-blog {
    margin-top: 0px;
    padding: 38px 38px 45px 38px;
    border: none;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    border-radius: 0px 0px 5px 5px;
}

.blog-thirten .blog-wrapper-image:hover:after {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}

.blog-thirten .new-blog-builder .date span {
    display: block;
    line-height: 14px;
}

.blog-thirten .new-blog-builder .date .month {
    font-size: 11px;
}

.blog-fourten .new-blog-builder {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.blog-fourten .blog-wrapper-image-14 img {
    max-width: 100%;
    vertical-align: top;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.blog-fourten .blog-wrapper-image-14:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.blog-fourten .new-blog-builder .date,
.blog-fourten .new-blog-builder .year {
    background-color: #ff3939;
    top: 25px;
    color: #fff;
    left: 25px;
    min-height: 60px;
    min-width: 60px;
    position: absolute;
    text-align: center;
}

.blog-fourten .new-blog-builder .date {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.blog-fourten .new-blog-builder .date span {
    display: block;
    line-height: 30px;
}

.blog-fourten .new-blog-builder .date .month {
    font-size: 14px;
    background-color: rgba(0, 0, 0, 0.1);
}

.blog-fourten .new-blog-builder .year {
    line-height: 60px;
    font-weight: 600;
    font-size: 18px;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.blog-fourten .new-blog-builder:hover .date {
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.blog-fourten .new-blog-builder:hover .year {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.blog-fourten .new-blog-builder * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.blog-fiften .new-blog-builder {
    position: relative;
    overflow: hidden;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.blog-fiften .blog-wrapper-image-14 img {
    max-width: 100%;
    vertical-align: top;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.blog-fiften .blog-wrapper-image-14:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.blog-fiften .new-blog-builder .date,
.blog-fiften .new-blog-builder .year {
    background-color: #ff3939;
    top: 25px;
    color: #fff;
    left: 25px;
    min-height: 60px;
    min-width: 60px;
    position: absolute;
    text-align: center;
}

.blog-fiften .new-blog-builder .date {
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}

.blog-fiften .new-blog-builder .date span {
    display: block;
    line-height: 30px;
}

.blog-fiften .new-blog-builder .date .month {
    font-size: 14px;
    background-color: rgba(0, 0, 0, 0.1);
}

.blog-fiften .new-blog-builder .year {
    line-height: 60px;
    font-weight: 600;
    font-size: 18px;
    -webkit-transform: rotateY(-90deg);
    transform: rotateY(-90deg);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.blog-fiften .new-blog-builder:hover .date {
    -webkit-transform: rotateY(90deg);
    transform: rotateY(90deg);
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.blog-fiften .new-blog-builder .grid-content.grid-blog {
    margin-top: 0px;
    padding: 38px 38px 45px 38px;
    border: none;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    border-radius: 0px 0px 5px 5px;
}

.blog-fiften .new-blog-builder:hover .year {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.blog-fiften .new-blog-builder * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}


/** end blog-card **/


/** start progress-pie**/

.progress-pie-area {
    padding: 100px 0px;
}

.progress-pie-warp {
    max-width: 700px;
    margin: 0 auto;
    padding: 0;
}

.skill-bar-content {
    margin-bottom: 7px;
}

.skillbar-group .skill-track {
    background-color: #ff3984;
}

.single-skill-bar {
    padding: 10px 0px;
}

.single-skill-bar .skill-title {
    font-size: 16px;
    font-weight: 600;
    color: #000;
}

.single-skill-bar .skill-title .experience {
    font-size: 14px;
    font-weight: 400;
    color: #666;
}

.barfiller {
    width: 100%;
    height: 3px;
    background-color: #f1f1f1;
    position: relative;
    margin-bottom: 12px;
}

.barfiller .fill {
    display: block;
    position: relative;
    width: 0px;
    height: 100%;
    background: #333 !important;
    z-index: 1;
}

.barfiller .tipWrap {
    display: none;
}

.barfiller .tip {
    margin-top: -30px;
    padding: 2px 4px;
    font-size: 11px;
    color: #fff;
    left: 0px;
    position: absolute;
    z-index: 2;
    background: #333;
}

.barfiller .tip:after {
    border: solid;
    border-color: rgba(0, 0, 0, .8) transparent;
    border-width: 6px 6px 0 6px;
    content: "";
    display: block;
    position: absolute;
    left: 9px;
    top: 100%;
    z-index: 9
}

.progress-bar-two .bar1 .fill.progress-bg1 {
    background: #e7256a !important;
}

.progress-bar-two .bar2 .fill.progress-bg2 {
    background: #945ddd !important;
}

.progress-bar-two .bar3 .fill.progress-bg3 {
    background: #00f337 !important;
}

.progress-bar-two .bar4 .fill.progress-bg4 {
    background: #324cec !important;
}

.progress-bar-two .bar1 .tip:after {
    border-color: #e7256a transparent;
}

.progress-bar-two .bar1 .tip {
    background: #e7256a !important;
}

.progress-bar-two .bar2 .tip:after {
    border-color: #945ddd transparent;
}

.progress-bar-two .bar2 .tip {
    background: #945ddd !important;
}

.progress-bar-two .bar3 .tip:after {
    border-color: #00f337 transparent;
}

.progress-bar-two .bar3 .tip {
    background: #00f337 !important;
}

.progress-bar-two .bar4 .tip:after {
    border-color: #324cec transparent;
}

.progress-bar-two .bar4 .tip {
    background: #324cec !important;
}

.progress-bar-three .barfiller {
    height: 10px;
}

.progress-bar-four .barfiller {
    height: 10px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .2);
    background: #fff;
}

.progress-bar-five .barfiller {
    height: 10px;
    border-radius: 10px;
}

.progress-bar-five .barfiller .fill {
    border-radius: 10px;
}

.progress-bar-five .bar1 .fill.progress-bg1 {
    background: linear-gradient(to right, #e7256a, #f0fd83) !important;
}

.progress-bar-five .bar2 .fill.progress-bg2 {
    background: linear-gradient(to right, #945ddd, #ffadf1) !important;
}

.progress-bar-five .bar3 .fill.progress-bg3 {
    background: linear-gradient(to right, #00f337, #13b311) !important;
}

.progress-bar-five .bar4 .fill.progress-bg4 {
    background: linear-gradient(to right, #324cec, #6aa1dc) !important;
}

.progress-bar-six .barfiller {
    height: 20px;
    border-radius: 30px;
}

.progress-bar-six .barfiller .fill {
    border-radius: 10px;
}

.progress-bar-seven .barfiller {
    height: 40px;
}

.progress-bar-seven .single-skill-bar .skill-title {
    color: #fff;
    position: relative;
    top: 40px;
    left: 20px;
    z-index: 2;
}

.progress-bar-seven .single-skill-bar .skill-title .experience {
    color: #fff;
}

.progress-bar-seven .barfiller .tip:after {
    border-color: transparent;
}

.progress-bar-seven .barfiller .tip {
    margin-top: -30px;
    padding: 0px 0px;
    font-size: 12px;
    color: #000;
    left: 0px;
    position: absolute;
    z-index: 2;
    padding-left: -3px;
    background: transparent !important;
}

.progress-bar-eight .barfiller {
    height: 40px;
    border-radius: 30px;
}

.progress-bar-eight .single-skill-bar .skill-title {
    color: #fff;
    position: relative;
    top: 40px;
    left: 20px;
    z-index: 2;
}

.progress-bar-eight .single-skill-bar .skill-title .experience {
    color: #fff;
}

.progress-bar-eight .barfiller .tip:after {
    border-color: transparent;
}

.progress-bar-eight .barfiller .tip {
    margin-top: -30px;
    padding: 0px 6px !important;
    font-size: 12px;
    color: #000;
    left: 0px;
    position: absolute;
    z-index: 2;
    padding-left: 5px !important;
    background: transparent !important;
}

.progress-bar-eight .barfiller .fill {
    border-radius: 30px;
}

.progress-bar-nine .barfiller {
    height: 40px;
    border-radius: 30px;
}

.progress-bar-nine .single-skill-bar .skill-title {
    color: #fff;
    position: relative;
    top: 40px;
    left: 20px;
    z-index: 2;
}

.progress-bar-nine .single-skill-bar .skill-title .experience {
    color: #fff;
}

.progress-bar-nine .barfiller .tip:after {
    border-color: transparent;
}

.progress-bar-nine .barfiller .tip {
    margin-top: -30px;
    padding: 0px 6px !important;
    font-size: 12px;
    color: #000;
    left: 0px;
    position: absolute;
    z-index: 2;
    padding-left: 5px !important;
    background: transparent !important;
}

.progress-bar-nine .barfiller .fill {
    border-radius: 30px;
}

.progress-bar-nine .bar1 .fill.progress-bg1 {
    background: linear-gradient(to right, #e7256a, #f0fd83) !important;
}

.progress-bar-nine .bar2 .fill.progress-bg2 {
    background: linear-gradient(to right, #945ddd, #ffadf1) !important;
}

.progress-bar-nine .bar3 .fill.progress-bg3 {
    background: linear-gradient(to right, #00f337, #13b311) !important;
}

.progress-bar-nine .bar4 .fill.progress-bg4 {
    background: linear-gradient(to right, #324cec, #6aa1dc) !important;
}

.progress-bar-ten .barfiller {
    height: 10px;
    border-radius: 30px;
}

.progress-bar-ten .barfiller .fill {
    border-radius: 10px;
}

.progress-bar-ten .barfiller .tip {
    color: #000;
    font-family: 600;
    font-size: 14px;
}

.progress-bar-ten .bar1 .tip {
    background: transparent !important;
}

.progress-bar-ten .bar2 .tip {
    background: transparent !important;
}

.progress-bar-ten .bar3 .tip {
    background: transparent !important;
}

.progress-bar-ten .bar4 .tip {
    background: transparent !important;
}

.progress-bar-ten .bar1 .tip:after {
    border-color: transparent;
}

.progress-bar-ten .bar2 .tip:after {
    border-color: transparent;
}

.progress-bar-ten .bar3 .tip:after {
    border-color: transparent;
}

.progress-bar-ten .bar4 .tip:after {
    border-color: transparent;
}

.progress-bar-eleven.progress-bar-ten .barfiller {
    height: 5px;
}


}
.progress-bar-twelve .barfiller {
    background-color: #000 !important;
}
.progress-bar-twelve .bar1 .tip {
    border-radius: 10px;
}
.progress-bar-twelve .bar2 .tip {
    border-radius: 10px;
}
.progress-bar-twelve .bar3 .tip {
    border-radius: 10px;
}
.progress-bar-twelve .bar4 .tip {
    border-radius: 10px;
}

/** end progress-pie**/

/** start contact-form**/
.contact-form-area {
    padding: 100px 0px;
}
.contact-form-warp {
    max-width: 700px;
    margin: 0 auto;
    padding: 20px 20px;
}
.cv {
    margin-bottom: 20px;
}
.contact-form label {
    font-family: 'Nunito', sans-serif;
    font-weight: 500;
    color: #000;
    font-size: 16px;
}
.contact-form input,
.contact-form select {
    height: 45px;
    padding: 6px 25px;
    border: 1px solid #ddd;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}
.contact-form .submit-btn-wrapper button {
    font-family: 'Nunito', sans-serif;
    background-color: #1034A6;
    width: 100%;
    height: 45px;
    font-size: 16px;
    font-size: 1.06667rem;
    font-weight: 600;
    color: #fff;
    border: 0;
    outline: 0;
    margin-top: 30px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
.contact-form .submit-btn-wrapper:hover button {
    background-color: #0f8cb5;
}
.contact-form-bg {
    background: url(../img/contact-section-bg.jpg) center center/cover no-repeat fixed;
    position: relative;
}
.contact-form-bg:before {
    content: "";
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.contact-form-two .contact-form label {
    color: #fff;
}
.contact-form-two .contact-form input,
.contact-form-two .contact-form select {
    background: #fff;
}
.contact-form-three .contact-form input,
.contact-form-three .contact-form select {
    border-width: 0 0 2px 0;
}
.contact-form .cv i {
    position: relative;
}
.contact-form .cv i {
    font-size: 22px;
    position: absolute;
    left: 16px;
    color: #8e8e8e;
    top: 45px;
    padding: 0px 0px;
}
.contact-form-three .contact-form .submit-btn-wrapper button {
    width: 100%;
}
.contact-form-five .contact-form .cv i {
    left: 15px;
    top: 32px;
    border-right: 1px solid #ddd;
    padding: 13px 17px;
    font-size: 18px;
}
.contact-form-five .contact-form input {
    padding: 6px 20px 6px 60px;
}
.contact-form-five .contact-form .submit-btn-wrapper button {
    width: 100%;
}
.contact-form-five.contact-form-six .contact-form .cv i {
    background: #1034A6;
    color: #fff;
}
.contact-form-area.contact-form-7 {
    padding: 40px;
}
.contact-form-seven .contact-form .cv {
    margin: 20px auto;
}
.contact-form-seven .contact-form .submit-btn-wrapper button {
    margin-top: 0px;
}
.contact-form-seven .contact-form .submit-btn-wrapper button {
    width: 100%;
}
.contact-form-seven .contact-form {
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    padding: 40px 0px 80px 0px;
}
.contact-form-area.contact-form-8 {
    background: linear-gradient(to right, #643094, #00bcd4e0);
}
.contact-form-8 .contact-form-seven .contact-form {
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    padding: 40px 0px 80px 0px;
    background: #fff;
}

/** end contact-form**/

/** start brand logo**/
.brand-area {
    margin: 60px 0px;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 30px 0px 30px 0px;
}
.brand-bg {
    background-color: #eaeaea;
}
.brand-active {
    padding: 10px;
    position: relative;
    overflow: hidden;
}
.brand-area-warp .slick-prev,
.brand-area-warp .slick-next {
    color: #fff;
    background: #777;
}
.brand-img img {
    height: auto;
    max-width: 100%;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.brand-img {
    cursor: pointer;
}
.slick-dotted.slick-slider {
    margin-bottom: 0px;
}
.brand-area .slick-prev {
    left: 0px;
}
.brand-area .slick-next {
    right: 0px;
}
.brand-area-two .bg-active {
    padding: 25px 0px;
}
.brand-area-two .owl-theme .owl-nav {
    text-align: right;
    float: right;
    margin-top: 0;
    margin-top: 50px;
}
.brand-area-two .brand-bg {
    background-color: #eaeaea;
    padding: 10px;
}
.brand-area-three .brand-bg {
    padding: 10px;
}
.slick-dots li button:before {
    font-size: 25px;
}
.brand-area-four .bg-active {
    padding: 30px 0px;
}
.brand-area-four .brand-img img {
    border: 3px solid #ddd;
}
.brand-area-four .brand-img img:hover {
    border: 3px solid #324cec;
}
.brand-area-five .brand-img img {
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}
.brand-area-five .bg-active {
    padding: 30px 0px;
}
.brand-area-five .brand-img img:hover {
    background: #fff;
}
.brand-area-six .brand-img img {
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    background: #fff;
}
.brand-area-six .bg-active {
    padding: 30px 0px;
}

/** end brand logo**/

/** start protfolio **/
.portfolio-area {
    padding: 80px 0px;
}
.portfolio-menu button {
    border: medium none;
    border-radius: 30px;
    color: #595959;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    background: none;
    margin-right: 12px;
    padding: 8px 13px;
    transition: all 0.3s ease 0s;
}
.portfolio-menu {
    margin-bottom: 40px;
}
.portfolio-menu button:focus {
    outline: 0 none;
}
.portfolio-menu button:last-child {
    margin-right: 0;
}
.portfolio-menu button:hover {
    color: #1034A6;
}
.portfolio-menu button.active {
    color: #1034A6;
}
.custom {
    margin: 0 -15px;
    ;
}
.portfolio-wrapper {
    position: relative;
}
.portfolio-img {
    position: relative;
    overflow: hidden;
}
.portfolio-img::before {
    background: rgba(0, 0, 0, 0.65);
    bottom: 0px;
    content: "";
    left: 0px;
    opacity: 0;
    position: absolute;
    right: 0px;
    top: 0px;
    transition: all 0.5s ease 0s;
    z-index: 9;
    width: 0%;
}
.portfolio-wrapper:hover .portfolio-img::before {
    opacity: 1;
    width: 100%;
}
.portfolio-img img {
    width: 100%;
    transition: .3s;
}
.portfolio-wrapper:hover .portfolio-img img {
    transform: scale(1.2) rotate(7deg);
}
.portfolio-content {
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.3s ease 0s;
    z-index: 10;
}
.portfolio-wrapper:hover .portfolio-content {
    opacity: 1;
}
.portfolio-content i {
    color: #1034A6;
    display: inline-block;
    font-size: 20px;
    margin-bottom: 10px;
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 15px;
    background: #fff;
    transition: .3s;
    cursor: pointer;
}
.portfolio-content h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 0;
    font-family: "montserrat", sans-serif;
}
.portfolio-content h4>a {
    color: #fff;
    transition: .3s;
}
.portfolio-area-two .portfolio-menu button {
    background: #ddd;
    padding: 10px 20px;
}
.portfolio-area-two .portfolio-menu button.active {
    background: #1034A6;
    color: #fff;
}
.portfolio-area-two .portfolio-img::before {
    background: linear-gradient(to right, #643094d9, #00bcd4e0);
}
.portfolio-area-three .portfolio-menu button {
    position: relative;
    overflow: hidden;
}
.portfolio-area-three .portfolio-menu button::after {
    content: '';
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    height: 4px;
    background: black;
    width: 0;
    opacity: 0;
    -webkit-transition: width 400ms cubic-bezier(0.29, 0.29, 0.42, 1.01), opacity 600ms ease-in-out;
    transition: width 400ms cubic-bezier(0.29, 0.29, 0.42, 1.01), opacity 600ms ease-in-out;
}
.portfolio-area-three .portfolio-menu button.active:hover::after {
    width: 100%;
    opacity: 1;
}
.portfolio-area-three .portfolio-menu button.active {
    color: #fff;
    background: #000;
}
.portfolio-area-four .portfolio-img-4 {
    position: relative;
    overflow: hidden;
}
.portfolio-area-four .portfolio-img-4::before {
    background: rgba(0, 0, 0, 0.65);
    bottom: 0px;
    content: "";
    left: 0px;
    opacity: 0;
    position: absolute;
    right: 0px;
    top: 50%;
    transition: all 0.5s ease 0s;
    z-index: 9;
    width: 100%;
    height: 100%;
}
.portfolio-area-four .portfolio-wrapper:hover .portfolio-img-4::before {
    opacity: 1;
    top: 0;
}
.portfolio-area-four .portfolio-menu button {
    color: #000;
    background: #e8e8e8;
    border-top: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    border-top-left-radius: 0rem;
    border-top-right-radius: 0rem;
    border-radius: 0px;
}
.portfolio-area-four .portfolio-menu button.active {
    color: #000000;
    background: #ffffff;
    border-color: #dee2e6 #dee2e6 #fff;
}
.portfolio-area-four .bg-bottom {
    border-bottom: 1px solid #ddd;
}
.portfolio-content-4 {
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 45%;
    transform: translateY(-50%);
    transition: all 0.3s ease 0s;
    z-index: 10;
}
.portfolio-wrapper:hover .portfolio-content-4 {
    opacity: 1;
}
.portfolio-content-4 i {
    color: #1034A6;
    display: inline-block;
    font-size: 20px;
    margin-bottom: 10px;
    border: 1px solid #fff;
    border-radius: 50%;
    padding: 15px;
    background: #fff;
    transition: .3s;
    cursor: pointer;
}
.portfolio-area-four .portfolio-wrapper h4 {
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    padding: 20px 30px;
    font-size: 20px;
    font-weight: 600;
    font-family: "montserrat", sans-serif;
}
.portfolio-area-five .portfolio-menu button {
    color: #fff;
}
.black-bg-5 {
    background: #000;
}
.portfolio-area-five .portfolio-img {
    border-radius: 12px;
}
.portfolio-area-five .portfolio-menu button {
    border: 1px solid #ddd;
    padding: 12px 20px;
}
.portfolio-area-five .portfolio-menu button.active {
    color: #000;
    background: #fff;
}
.portfolio-area-six .portfolio-menu button {
    border: 5px solid #ddd;
    border-radius: 0px;
    padding: 12px 20px;
}
.portfolio-area-six .portfolio-menu button.active {
    border: 5px solid #000;
    color: #ff3939;
}
.portfolio-area-six .portfolio-img-4 {
    position: relative;
    overflow: hidden;
}
.portfolio-area-six .portfolio-img-4::before {
    background: rgba(0, 0, 0, 0.65);
    bottom: 0px;
    content: "";
    left: 0px;
    opacity: 0;
    position: absolute;
    right: 0px;
    top: 100%;
    transition: all 0.5s ease 0s;
    z-index: 9;
    width: 100%;
    height: 100%;
}
.portfolio-area-six .portfolio-wrapper:hover .portfolio-img-4::before {
    opacity: 1;
    top: 0;
}

/** end protfolio**/

/** start switcher**/
.switcher-area {
    padding: 80px 0px;
}
.switcher-bg {
    background: #f1f1f1;
}
.switcher-area-warp {
    max-width: 220px;
    margin: 0 auto;
    padding: 0;
}
.switcher-contl input[type="checkbox"] {
    display: none;
}
.switcher-contl input[type="checkbox"]+label {
    display: inline-block;
    width: 40px;
    height: 20px;
    position: relative;
    transition: 0.3s;
    margin: 0px 20px;
    box-sizing: border-box;
}
.switcher-contl input[type="checkbox"]+label:after,
.switcher-contl input[type="checkbox"]+label:before {
    content: '';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 20px;
    height: 20px;
    transition: 0.3s;
    cursor: pointer;
}
#simple-1:checked+label.red,
#simple-2:checked+label.red,
#simple-3:checked+label.red {
    background: #ECA9A7;
}
#simple-1:checked+label.red:after,
#simple-2:checked+label.red:after,
#simple-3:checked+label.red:after {
    background: #D9534F;
}
#simple-1:checked+label.green,
#simple-2:checked+label.green,
#simple-3:checked+label.green {
    background: #AEDCAE;
}
#simple-1:checked+label.green:after,
#simple-2:checked+label.green:after,
#simple-3:checked+label.green:after {
    background: #5CB85C;
}
#simple-1:checked+label:after,
#simple-2:checked+label:after,
#simple-3:checked+label:after {
    left: calc(100% - 20px);
}
#simple-1+label,
#simple-2+label,
#simple-3+label {
    background: #bbb;
    border-radius: 20px;
    box-shadow: 1px 1px 3px #aaa;
}
#simple-1+label:after,
#simple-2+label:after,
#simple-3+label:after {
    background: #fff;
    border-radius: 50%;
    box-shadow: 1px 1px 3px #aaa;
}
#md-1:checked+label.red,
#md-2:checked+label.red,
#md-3:checked+label.red {
    background: #ECA9A7;
}
#md-1:checked+label.red:after,
#md-2:checked+label.red:after,
#md-3:checked+label.red:after {
    background: #D9534F;
}
#md-1:checked+label.green,
#md-2:checked+label.green,
#md-3:checked+label.green {
    background: #AEDCAE;
}
#md-1:checked+label.green:after,
#md-2:checked+label.green:after,
#md-3:checked+label.green:after {
    background: #5CB85C;
}
#md-1:checked+label:after,
#md-2:checked+label:after,
#md-3:checked+label:after {
    left: calc(100% - 20px);
}
#md-1+label,
#md-2+label,
#md-3+label {
    background: #bbb;
    border-radius: 20px;
    height: 10px;
}
#md-1+label:after,
#md-2+label:after,
#md-3+label:after {
    background: #fff;
    border-radius: 50%;
    top: -5px;
    box-shadow: 0px 0px 3px #aaa;
}
#mds-1:checked+label.red,
#mds-2:checked+label.red,
#mds-3:checked+label.red {
    background: #ECA9A7;
}
#mds-1:checked+label.red:after,
#mds-2:checked+label.red:after,
#mds-3:checked+label.red:after {
    background: #D9534F;
}
#mds-1:checked+label.green,
#mds-2:checked+label.green,
#mds-3:checked+label.green {
    background: #AEDCAE;
}
#mds-1:checked+label.green:after,
#mds-2:checked+label.green:after,
#mds-3:checked+label.green:after {
    background: #5CB85C;
}
#mds-1:checked+label:after,
#mds-2:checked+label:after,
#mds-3:checked+label:after {
    left: calc(100% - 20px);
}
#mds-1+label,
#mds-2+label,
#mds-3+label {
    background: #bbb;
    height: 3px;
}
#mds-1+label:after,
#mds-2+label:after,
#mds-3+label:after {
    background: #fff;
    border-radius: 50%;
    top: -9px;
    box-shadow: 0px 0px 3px #aaa;
}
#border-1:checked+label.red,
#border-2:checked+label.red,
#border-3:checked+label.red {
    border-color: #ECA9A7;
}
#border-1:checked+label.red:after,
#border-2:checked+label.red:after,
#border-3:checked+label.red:after {
    background: #D9534F;
}
#border-1:checked+label.green,
#border-2:checked+label.green,
#border-3:checked+label.green {
    border-color: #AEDCAE;
}
#border-1:checked+label.green:after,
#border-2:checked+label.green:after,
#border-3:checked+label.green:after {
    background: #5CB85C;
}
#border-1:checked+label:after,
#border-2:checked+label:after,
#border-3:checked+label:after {
    left: calc(100% - 14px);
}
#border-1+label,
#border-2+label,
#border-3+label {
    border: 2px solid #bbb;
    border-radius: 20px;
}
#border-1+label:after,
#border-2+label:after,
#border-3+label:after {
    background: #bbb;
    border-radius: 50%;
    width: 12px;
    height: 12px;
    top: 2px;
    left: 2px;
}
#inset-1:checked+label.red,
#inset-2:checked+label.red,
#inset-3:checked+label.red {
    background: #ECA9A7;
}
#inset-1:checked+label.red:after,
#inset-2:checked+label.red:after,
#inset-3:checked+label.red:after {
    background: #D9534F;
}
#inset-1:checked+label.green,
#inset-2:checked+label.green,
#inset-3:checked+label.green {
    background: #AEDCAE;
}
#inset-1:checked+label.green:after,
#inset-2:checked+label.green:after,
#inset-3:checked+label.green:after {
    background: #5CB85C;
}
#inset-1:checked+label:after,
#inset-2:checked+label:after,
#inset-3:checked+label:after {
    left: calc(100% - 18px);
}
#inset-1+label,
#inset-2+label,
#inset-3+label {
    background: #bbb;
    border-radius: 20px;
}
#inset-1+label:after,
#inset-2+label:after,
#inset-3+label:after {
    background: #fff;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    top: 2px;
    left: 2px;
}
#box-1:checked+label.red,
#box-2:checked+label.red,
#box-3:checked+label.red {
    background: #ECA9A7;
}
#box-1:checked+label.red:after,
#box-2:checked+label.red:after,
#box-3:checked+label.red:after {
    background: #D9534F;
}
#box-1:checked+label.green,
#box-2:checked+label.green,
#box-3:checked+label.green {
    background: #AEDCAE;
}
#box-1:checked+label.green:after,
#box-2:checked+label.green:after,
#box-3:checked+label.green:after {
    background: #5CB85C;
}
#box-1:checked+label:after,
#box-2:checked+label:after,
#box-3:checked+label:after {
    left: calc(100% - 18px);
}
#box-1+label,
#box-2+label,
#box-3+label {
    background: #bbb;
}
#box-1+label:after,
#box-2+label:after,
#box-3+label:after {
    background: #fff;
    width: 16px;
    height: 16px;
    top: 2px;
    left: 2px;
}
#flex-1:checked+label.red,
#flex-2:checked+label.red,
#flex-3:checked+label.red {
    background: #ECA9A7;
}
#flex-1:checked+label.red:after,
#flex-2:checked+label.red:after,
#flex-3:checked+label.red:after {
    background: #D9534F;
}
#flex-1:checked+label.green,
#flex-2:checked+label.green,
#flex-3:checked+label.green {
    background: #AEDCAE;
}
#flex-1:checked+label.green:after,
#flex-2:checked+label.green:after,
#flex-3:checked+label.green:after {
    background: #5CB85C;
}
#flex-1:checked+label:active:after,
#flex-2:checked+label:active:after,
#flex-3:checked+label:active:after {
    left: calc(100% - 28px);
}
#flex-1:checked+label:after,
#flex-2:checked+label:after,
#flex-3:checked+label:after {
    left: calc(100% - 18px);
}
#flex-1+label,
#flex-2+label,
#flex-3+label {
    background: #bbb;
    border-radius: 20px;
}
#flex-1+label:active:after,
#flex-2+label:active:after,
#flex-3+label:active:after {
    width: 26px;
}
#flex-1+label:after,
#flex-2+label:after,
#flex-3+label:after {
    background: #fff;
    border-radius: 10px;
    width: 16px;
    height: 16px;
    top: 2px;
    left: 2px;
}
#fullFlex-1:checked+label.red,
#fullFlex-2:checked+label.red,
#fullFlex-3:checked+label.red {
    background: #D9534F;
}
#fullFlex-1:checked+label.red:after,
#fullFlex-2:checked+label.red:after,
#fullFlex-3:checked+label.red:after {
    background: #ECA9A7;
}
#fullFlex-1:checked+label.green,
#fullFlex-2:checked+label.green,
#fullFlex-3:checked+label.green {
    background: #5CB85C;
}
#fullFlex-1:checked+label.green:after,
#fullFlex-2:checked+label.green:after,
#fullFlex-3:checked+label.green:after {
    background: #AEDCAE;
}
#fullFlex-1:checked+label:after,
#fullFlex-2:checked+label:after,
#fullFlex-3:checked+label:after {
    width: 36px;
}
#fullFlex-1+label,
#fullFlex-2+label,
#fullFlex-3+label {
    background: #bbb;
    border-radius: 20px;
}
#fullFlex-1+label:after,
#fullFlex-2+label:after,
#fullFlex-3+label:after {
    background: #fff;
    border-radius: 10px;
    width: 16px;
    height: 16px;
    top: 2px;
    left: 2px;
}
#bubble-1:checked+label.red,
#bubble-2:checked+label.red,
#bubble-3:checked+label.red {
    background: #ECA9A7;
}
#bubble-1:checked+label.red:after,
#bubble-2:checked+label.red:after,
#bubble-3:checked+label.red:after {
    background: #D9534F;
}
#bubble-1:checked+label.green,
#bubble-2:checked+label.green,
#bubble-3:checked+label.green {
    background: #AEDCAE;
}
#bubble-1:checked+label.green:after,
#bubble-2:checked+label.green:after,
#bubble-3:checked+label.green:after {
    background: #5CB85C;
}
#bubble-1:checked+label.red:before,
#bubble-2:checked+label.red:before,
#bubble-3:checked+label.red:before {
    background: #D9534F;
}
#bubble-1:checked+label.green:before,
#bubble-2:checked+label.green:before,
#bubble-3:checked+label.green:before {
    background: #5CB85C;
}
#bubble-1:checked+label:active:before,
#bubble-2:checked+label:active:before,
#bubble-3:checked+label:active:before {
    left: calc(100% - 30px);
}
#bubble-1:checked+label:after,
#bubble-2:checked+label:after,
#bubble-3:checked+label:after,
#bubble-1:checked+label:before,
#bubble-2:checked+label:before,
#bubble-3:checked+label:before {
    left: calc(100% - 20px);
}
#bubble-1+label,
#bubble-2+label,
#bubble-3+label {
    background: #bbb;
    border-radius: 20px;
    height: 10px;
}
#bubble-1+label:active:before,
#bubble-2+label:active:before,
#bubble-3+label:active:before {
    width: 40px;
    height: 40px;
    left: -10px;
    top: -15px;
}
#bubble-1+label:after,
#bubble-2+label:after,
#bubble-3+label:after {
    background: #fff;
    border-radius: 50%;
    top: -5px;
    box-shadow: 0px 0px 3px #aaa;
}
#bubble-1+label:before,
#bubble-2+label:before,
#bubble-3+label:before {
    top: -5px;
    border-radius: 50%;
    background: #bbb;
    opacity: 0.5;
    transition: width height 0.01s;
}
#teleport-1:checked+label.red,
#teleport-2:checked+label.red,
#teleport-3:checked+label.red {
    border-color: #ECA9A7;
}
#teleport-1:checked+label.red:before,
#teleport-2:checked+label.red:before,
#teleport-3:checked+label.red:before {
    background: #D9534F;
}
#teleport-1:checked+label.green,
#teleport-2:checked+label.green,
#teleport-3:checked+label.green {
    border-color: #AEDCAE;
}
#teleport-1:checked+label.green:before,
#teleport-2:checked+label.green:before,
#teleport-3:checked+label.green:before {
    background: #5CB85C;
}
#teleport-1:checked+label:after,
#teleport-2:checked+label:after,
#teleport-3:checked+label:after {
    left: -13px;
}
#teleport-1:checked+label:before,
#teleport-2:checked+label:before,
#teleport-3:checked+label:before {
    width: 12px;
    height: 12px;
    left: calc(100% - 15px);
}
#teleport-1+label,
#teleport-2+label,
#teleport-3+label {
    border: 2px solid #bbb;
    border-radius: 20px;
    overflow: hidden;
}
#teleport-1+label:after,
#teleport-2+label:after,
#teleport-3+label:after {
    background: #bbb;
    border-radius: 10px;
    width: 12px;
    height: 12px;
    top: 2px;
    left: 2px;
}
#teleport-1+label:before,
#teleport-2+label:before,
#teleport-3+label:before {
    background: #bbb;
    border-radius: 10px;
    left: 100%;
    width: 12px;
    height: 12px;
    top: 2px;
}
#uLine-1:checked+label.red,
#uLine-2:checked+label.red,
#uLine-3:checked+label.red {
    border-color: #ECA9A7;
}
#uLine-1:checked+label.red:after,
#uLine-2:checked+label.red:after,
#uLine-3:checked+label.red:after,
#uLine-1:checked+label.red:before,
#uLine-2:checked+label.red:before,
#uLine-3:checked+label.red:before {
    background: #D9534F;
}
#uLine-1:checked+label.green,
#uLine-2:checked+label.green,
#uLine-3:checked+label.green {
    border-color: #AEDCAE;
}
#uLine-1:checked+label.green:after,
#uLine-2:checked+label.green:after,
#uLine-3:checked+label.green:after,
#uLine-1:checked+label.green:before,
#uLine-2:checked+label.green:before,
#uLine-3:checked+label.green:before {
    background: #5CB85C;
}
#uLine-1:checked+label:before,
#uLine-2:checked+label:before,
#uLine-3:checked+label:before {
    left: calc(100% + 8px);
}
#uLine-1:checked+label:active:before,
#uLine-2:checked+label:active:before,
#uLine-3:checked+label:active:before {
    left: calc(100% - 2px);
}
#uLine-1+label,
#uLine-2+label,
#uLine-3+label {
    background: #bbb;
    border-radius: 20px;
    width: 16px;
    height: 16px;
    cursor: pointer;
}
#uLine-1+label:after,
#uLine-2+label:after,
#uLine-3+label:after {
    background: #bbb;
    border-radius: 10px;
    width: 16px;
    height: 16px;
    left: 26px;
}
#uLine-1+label:active:before,
#uLine-2+label:active:before,
#uLine-3+label:active:before {
    width: 30px;
}
#uLine-1+label:before,
#uLine-2+label:before,
#uLine-3+label:before {
    background: #bbb;
    border-radius: 10px;
    left: -2px;
    width: 20px;
    height: 2px;
    top: auto;
    bottom: -6px;
}
#uLine-box-1:checked+label.red,
#uLine-box-2:checked+label.red,
#uLine-box-3:checked+label.red {
    border-color: #ECA9A7;
}
#uLine-box-1:checked+label.red:after,
#uLine-box-2:checked+label.red:after,
#uLine-box-3:checked+label.red:after,
#uLine-box-1:checked+label.red:before,
#uLine-box-2:checked+label.red:before,
#uLine-box-3:checked+label.red:before {
    background: #D9534F;
}
#uLine-box-1:checked+label.green,
#uLine-box-2:checked+label.green,
#uLine-box-3:checked+label.green {
    border-color: #AEDCAE;
}
#uLine-box-1:checked+label.green:after,
#uLine-box-2:checked+label.green:after,
#uLine-box-3:checked+label.green:after,
#uLine-box-1:checked+label.green:before,
#uLine-box-2:checked+label.green:before,
#uLine-box-3:checked+label.green:before {
    background: #5CB85C;
}
#uLine-box-1:checked+label:before,
#uLine-box-2:checked+label:before,
#uLine-box-3:checked+label:before {
    left: calc(100% + 8px);
}
#uLine-box-1:checked+label:active:before,
#uLine-box-2:checked+label:active:before,
#uLine-box-3:checked+label:active:before {
    left: calc(100% - 2px);
}
#uLine-box-1+label,
#uLine-box-2+label,
#uLine-box-3+label {
    background: #bbb;
    border-radius: 0px;
    width: 16px;
    height: 16px;
    cursor: pointer;
}
#uLine-box-1+label:after,
#uLine-box-2+label:after,
#uLine-box-3+label:after {
    background: #bbb;
    border-radius: 0px;
    width: 16px;
    height: 16px;
    left: 26px;
}
#uLine-box-1+label:active:before,
#uLine-box-2+label:active:before,
#uLine-box-3+label:active:before {
    width: 30px;
}
#uLine-box-1+label:before,
#uLine-box-2+label:before,
#uLine-box-3+label:before {
    background: #bbb;
    border-radius: 0px;
    left: -2px;
    width: 20px;
    height: 2px;
    top: auto;
    bottom: -6px;
}
.bg-warp .switcher-area-warp {
    max-width: 175px;
}

/** end switcher**/

/** end blog deatails**/
.section-padding-bg {
    padding: 100px 0px;
}
.blog-single-section .entry-meta {
    list-style: none;
    overflow: hidden;
    border: 0;
    padding: 0 0 25px;
    border-bottom: 1px solid #e5e5e5;
}
.blog-single-section .entry-meta li {
    font-size: 14px;
    font-size: 0.93333rem;
    float: left;
}
.blog-single-section .entry-meta>li+li {
    margin-left: 25px;
}
.blog-single-section .entry-meta li a {
    color: #999999;
    font-size: 14px;
}
.blog-single-section .entry-meta li a:hover {
    color: #324ece;
}
.blog-single-section .entry-title-meta {
    margin-bottom: 25px;
}
.blog-single-section .entry-title-meta h3 {
    font-size: 22px;
    font-size: 1.46667rem;
    line-height: 1.4em;
    margin: 0 0 0.45em;
    font-weight: 600;
    font-family: "montserrat", sans-serif;
}
.blog-single-section .entry-media {
    margin-bottom: 30px;
}
.blog-single-section .entry-body p {
    line-height: 1.81em;
    color: #86909e;
    margin-bottom: 35px;
    font-size: 15px;
}
.blog-single-section .paga-with-blockquote {
    overflow: hidden;
}
.blog-single-section .paga-with-blockquote p {
    width: 60%;
    float: left;
}
.blog-single-section .paga-with-blockquote blockquote {
    width: 40%;
    font-size: 22px;
    font-style: italic;
    margin: 3px 0px 0px 0px;
    float: right;
    border: 0;
    line-height: 1.5em;
    padding: 0px 25px;
    color: #324ece;
}
.blog-single-section .tag-share {
    text-align: center;
    overflow: hidden;
    margin: 40px 0 68px;
    position: relative;
    /*** share ***/
}
.blog-single-section .tag-share:after {
    content: "";
    background-color: #e7e7e7;
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    top: 40%;
}
.blog-single-section .tag-share ul {
    list-style: none;
}
.blog-single-section .tag-share ul {
    display: inline-block;
    overflow: hidden;
    position: relative;
    right: -13px;
    top: -7px;
}
.blog-single-section .tag-share ul li {
    float: left;
    margin-right: 6px;
}
.blog-single-section .tag-share ul li:last-child {
    margin-right: 0;
}
.blog-single-section .tag-share>div {
    background-color: #fff;
    width: 150px;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}
.blog-single-section .tag-share>div:last-child span {
    font-size: 15px;
    font-size: 0.93333rem;
    font-weight: 600;
    color: #999;
    position: relative;
    top: 18px;
    left: -35px;
    padding-right: 0px;
}
.blog-single-section .tag-share .share {
    padding-bottom: 0;
}
.blog-single-section .tag-share .share a {
    font-size: 16px;
    font-size: 1.06667rem;
    color: #585858;
    display: inline-block;
    padding: 2px 4px
}
.blog-single-section .tag-share .share a:hover {
    color: #324ece;
}
.blog-single-section .related-posts {
    margin-bottom: 50px;
}
.blog-single-section .related-posts h4 {
    font-size: 24px;
    font-size: 1.6rem;
    font-family: "montserrat", sans-serif;
    margin: 0 0 1.2em;
    font-weight: 600;
}
.blog-single-section .related-posts .entry-meta {
    padding: 12px 0 10px;
    border-bottom: 1px solid #e1e2e3;
}
.blog-single-section .related-posts .entry-meta ul {
    overflow: hidden;
}
.blog-single-section .related-posts .entry-meta li {
    float: left;
}
.blog-single-section .related-posts .entry-meta ul>li+li {
    margin-left: 20px;
}
.blog-single-section .related-posts .entry-meta a {
    font-size: 14px;
    font-size: 0.93333rem;
    color: #999ea5;
}
.blog-single-section .related-posts .entry-meta a:hover {
    color: #09a223;
}
.blog-single-section .related-posts .entry-body {
    padding-top: 15px;
}
.blog-single-section .related-posts .entry-body h3 {
    font-size: 18px;
    font-size: 1.2rem;
    line-height: 1.4em;
    margin: 0 0 0.8em;
}
.blog-single-section .related-posts .entry-body h3 a {
    color: #1e2331;
}
.blog-single-section .related-posts .entry-body h3 a:hover {
    color: #09a223;
}
.blog-single-section .about-author {
    margin-bottom: 50px;
}
.blog-single-section .about-author h4 {
    font-size: 24px;
    font-size: 1.6rem;
    margin: 0 0 0.83em;
    font-weight: 600;
    font-family: "montserrat", sans-serif;
}
.related-posts .new-blog-builder .grid-content h4 a:hover {
    color: #324cec;
}
.blog-single-section .about-author .inner {
    background-color: #f8f8fa;
    padding: 33px 50px;
    border: 1px solid #e6e9ec;
    overflow: hidden;
}
.blog-single-section .about-author .author-pic {
    width: 73px;
    float: left;
}
.blog-single-section .about-author .author-details {
    width: calc(100% - 73px);
    float: left;
    padding-left: 25px;
}
.blog-single-section .about-author .author-details h5 {
    font-size: 16px;
    font-size: 1.06667rem;
    font-weight: 600;
    margin: 0;
}
.blog-single-section .about-author .author-job {
    font-size: 14px;
    font-size: 0.93333rem;
    color: #999;
    display: inline-block;
    margin-bottom: 8px;
}
.blog-single-section .about-author p {
    font-size: 14px;
    font-size: 0.93333rem;
    color: #666;
}
.blog-single-section .about-author .social {
    list-style: none;
}
.blog-single-section .about-author .social li {
    float: left;
    margin-left: 10px;
}
.blog-single-section .about-author .social li:first-child {
    margin-left: 0;
}
.blog-single-section .about-author .social li a {
    font-size: 15px;
    font-size: 1rem;
    color: #1e2331;
}
.blog-single-section .about-author .social li a:hover {
    color: #324cec;
}
.blog-single-section .comments {
    /*** .article ***/
}
.blog-single-section .comments h3 {
    font-size: 18px;
    font-size: 1.2rem;
    margin: 0 0 1em;
}
.blog-single-section .comments>ol {
    padding-left: 0;
}
.blog-single-section .comments ol {
    list-style: none;
}
.blog-single-section .comments ol>li {
    margin-bottom: 35px;
}
.blog-single-section .comments ol>li:last-child {
    margin-bottom: 0;
}
.blog-single-section .comments ol>li>ol {
    margin-left: 28px;
    margin-top: 35px;
    padding: 0;
}
.blog-single-section .comments ol>li>ol>li {
    background-color: #fafafa;
    margin-bottom: 35px !important;
}
.blog-single-section .comments ol>li>ol>li:last-child {
    margin-bottom: 0 !important;
}
.blog-single-section .comments .article {
    overflow: hidden;
    border: 1px solid #d3d7d9;
    padding: 25px;
    position: relative;
}
.blog-single-section .comments .article h4 {
    font-size: 16px;
    font-size: 1.06667rem;
    margin: 0;
}
.blog-single-section .comments .article p {
    font-size: 15px;
    font-size: 1rem;
    margin-bottom: 5px;
}
.blog-single-section .comments .article .replay button {
    background-color: transparent;
    font-size: 14px;
    font-size: 0.93333rem;
    font-weight: 600;
    color: #324ece;
    padding: 0;
    border: 0;
    outline: 0;
    position: absolute;
    right: 25px;
    top: 25px;
}
.blog-single-section .comments .article .replay button:hover {
    color: #3f03a0;
}
.blog-single-section .comments .article .author-meta {
    overflow: hidden;
    margin-bottom: 5px;
}
.blog-single-section .comments .article .author-meta h4 {
    font-size: 15px;
    color: #000;
    font-weight: 500;
}
.blog-single-section .comments .article .author-meta>div:last-child {
    font-size: 12px;
    font-size: 0.8rem;
    color: #a3aab2;
}
.blog-single-section .comments .article .author-pic {
    width: 10%;
    float: left;
}
.blog-single-section .comments .article .details {
    width: 90%;
    float: left;
    padding-left: 16px;
}
.blog-single-section .comments .article p {
    font-size: 14px;
    color: #4a4a4a;
    line-height: 22px;
}
.blog-single-section .comment-respond {
    margin-top: 55px;
}
.blog-single-section .comment-respond h4 {
    font-size: 24px;
    font-size: 1.6rem;
    margin: 0 0 1.2em;
    font-weight: 600;
    font-family: "montserrat", sans-serif;
}
.blog-single-section .comment-respond form {
    margin: 0 -15px;
    position: relative;
}
.blog-single-section .comment-respond form input,
.blog-single-section .comment-respond form textarea {
    background-color: #f8f8fa;
    height: 40px;
    border: 1px solid #e6e9ec;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    font-size: 14px;
}
.blog-single-section .comment-respond form textarea {
    height: 195px;
}
.blog-single-section .comment-respond form>div {
    margin-bottom: 20px;
    float: left;
}
.blog-single-section .comment-respond .submit-btn {
    text-align: center;
    margin: 25px 0 0;
}
.blog-single-section .comment-respond .submit-btn button {
    width: 100%;
    background-color: #324ece;
    padding: 10px 30px;
    color: #fff;
    border: 0;
    outline: 0;
}
.blog-single-section .comment-respond .submit-btn button:hover {
    background-color: #324ece;
}
.blog-sidebar .search-widget input,
.blog-sidebar .news-letter-widget input {
    height: 40px;
    border: 1px solid #e5e5e5;
    padding: 6px 80px 6px 15px;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.blog-sidebar .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.blog-sidebar .search-widget button {
    background-color: #324ece;
    width: 50px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    border: 0;
    position: absolute;
    outline: 0;
    right: 0;
    top: 0;
}
.blog-sidebar .search-widget {
    position: relative;
}
.blog-sidebar>.widget+.widget {
    margin-top: 80px;
}
.blog-sidebar .widget>h3 {
    font-size: 20px;
    margin: 0 0 1.3em;
    position: relative;
    font-weight: 600;
    text-transform: uppercase;
    font-family: "montserrat", sans-serif;
}
.blog-sidebar .recent-post-widget .post {
    overflow: hidden;
}
.blog-sidebar .recent-post-widget .entry-media {
    width: 75px;
    float: left;
    margin-bottom: 20px;
}
.blog-sidebar .recent-post-widget .entry-details {
    width: calc(100% - 75px);
    float: left;
    padding-left: 15px;
}
.blog-sidebar .recent-post-widget>.post+.post {
    padding-top: 20px;
    border-top: 1px solid #e8e8e8;
}
.blog-sidebar .recent-post-widget .entry-details h4 {
    font-size: 15px;
    font-weight: 600;
    font-family: "montserrat", sans-serif;
    line-height: 1.4em;
    margin: 0 0 0.3em;
}
.blog-sidebar .recent-post-widget .entry-details h4 a {
    color: #1e2331;
}
.blog-sidebar .recent-post-widget .entry-details h4:hover a {
    color: #324cec;
}
.blog-sidebar .recent-post-widget .date {
    font-size: 13px;
    color: #bebfc0;
}
.blog-single-section .blog-details-content {
    padding-right: 50px;
}
.blog-sidebar ul {
    list-style: none;
    padding: 0;
}
.blog-sidebar .categories-widget ul a {
    display: block;
    color: #86909e;
    padding: 9px 0;
    font-size: 15px;
    position: relative;
}
.blog-sidebar .categories-widget ul a:hover {
    color: #324cec;
}
.blog-sidebar .categories-widget ul a span {
    position: absolute;
    right: 0;
    font-size: 15px;
}
.blog-sidebar .categories-widget ul a span:before {
    content: "(";
    position: relative;
    top: 1px;
}
.blog-sidebar .categories-widget ul a span:after {
    content: ")";
    position: relative;
    top: 1px;
}
.blog-sidebar .recent-comments ul li {
    border-bottom: 1px solid #eff1f3;
    padding-bottom: 10px;
    color: #6a6a6a;
    line-height: 1.6em;
}
.blog-sidebar .recent-comments .post-by {
    color: #3f4e65;
    font-weight: 500;
    font-size: 14px;
}
.blog-sidebar .recent-comments .post-by:hover {
    color: #324cec;
}
.blog-sidebar .recent-comments a {
    color: #3f4e65;
    font-weight: 500;
    font-size: 14px;
}
.blog-sidebar .recent-comments a:hover {
    color: #324cec;
}
.blog-sidebar .news-letter-widget input {
    background-color: #f8f8fa;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 14px;
}
.blog-sidebar .news-letter-widget {
    position: relative;
}
.blog-sidebar .news-letter-widget button {
    background-color: #324cec;
    width: 50px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    border: 0;
    position: absolute;
    outline: 0;
    right: 0;
    top: 53px;
}
.blog-sidebar .instagram-wiget ul {
    overflow: hidden;
    margin: 0 -7.5px;
}
.blog-sidebar .instagram-wiget ul li {
    width: calc(33.33% - 15px);
    float: left;
    margin: 0 7.5px 15px;
}

/** start blog deatails**/

/** start testimonials**/
.testimonials-area {
    padding: 80px 0px;
}
.testimonials-grids {
    overflow: hidden;
    margin: 0 -15px;
}
.testimonials-grids .grid {
    width: calc(50% - 30px);
    float: left;
    margin: 0 15px 30px;
    border: 1px solid #dde2e8;
    padding: 40px 45px;
}
.testimonials-grids .title {
    margin-bottom: 30px;
}
.testimonials-grids .title h3 {
    font-size: 25px;
    font-weight: 600;
    margin: 0 0 5px;
    font-family: "montserrat", sans-serif;
}
.testimonials-grids .title span {
    font-size: 15px;
    font-weight: 400;
    color: #7a8595;
}
.testimonials-grids .details p {
    font-size: 18px;
    color: #7a8595;
    line-height: 1.7em;
    padding-left: 75px;
    font-weight: 300;
    position: relative;
    margin-bottom: 1.7em;
}
.testimonials-grids .details p:before {
    content: "";
    background: url(../img/gallery/quote.png) center center/cover no-repeat local;
    width: 48px;
    height: 34px;
    position: absolute;
    left: 0;
    top: 5px;
}
.testimonials-grids .rating i {
    color: #ffc515;
}
.testimonials-two .testimonials-grids .grid {
    width: calc(100% - 30px);
    margin: 10px 30px 30px;
}
.testimonials-two .testimonials-grids .title h3 {
    font-size: 24px;
}
.testimonials-two .testimonials-grids .details img {
    max-width: 110px;
    margin: 0 auto;
    padding-bottom: 10px;
    display: block;
}
.testimonials-two .testimonials-grids .details p {
    font-size: 15px;
}
.testimonials-two .testimonials-grids .details footer {
    text-align: center;
    padding-top: 12px;
}
.testimonials-two .owl-theme .owl-nav {
    text-align: center;
    margin-top: 0;
    margin-top: 50px;
    padding-left: 45px;
}
.testimonials-two .testimonials-grids .details .testi-name {
    padding-top: 10px;
}
.testimonials-two .testimonials-grids .details h4 {
    font-size: 18px;
    text-align: center;
    font-weight: 600;
}
.testimonials-two .testimonials-grids .details h4 span {
    font-size: 14px;
    padding-left: 8px;
    color: #909090;
    font-weight: 300;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.testimonials-two .owl-theme .owl-nav>div {
    background-color: transparent;
    display: inline-block;
    width: 40px;
    height: 40px;
    color: #324cec;
    text-align: center;
    line-height: 36px;
    font-size: 1.125rem;
    padding: 8px;
    margin: 0 10px 0 0;
    border: 2px solid #324cec;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
}
.testimonials-two .owl-theme .owl-nav i {
    display: block;
}
.testimonials-two .owl-nav .owl-prev:hover,
.testimonials-two .owl-nav .owl-next:hover {
    background: #324cec;
    color: #fff;
}
.test-three-black {
    background: #212121;
}
.grid-testi-three {
    position: relative;
    overflow: hidden;
    margin: 10px;
    width: calc(100% - 18px);
    float: left;
}
.grid-testi-three * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.grid-testi-three img {
    max-width: 100%;
    height: 100px;
    width: 100px!important;
    border-radius: 50%;
    margin: 0 auto;
    display: block !important;
    z-index: 1;
    position: relative;
}
.grid-testi-three p {
    margin: 0;
    display: block;
    border-radius: 8px;
    position: relative;
    background-color: #fafafa;
    padding: 30px 50px 65px 50px;
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 -50px;
    line-height: 25px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
.grid-testi-three p:before,
.grid-testi-three p:after {
    font-family: 'FontAwesome';
    content: "\201C";
    position: absolute;
    font-size: 50px;
    opacity: 0.3;
    font-style: normal;
}
.grid-testi-three p:before {
    top: 35px;
    left: 20px;
}
.grid-testi-three p:after {
    content: "\201D";
    right: 20px;
    bottom: 35px;
}
.grid-testi-three .author {
    margin: 0;
    text-transform: uppercase;
    text-align: center;
    color: #ffffff;
}
.grid-testi-three .author h4 {
    margin-top: 15px;
    color: #fff;
    font-family: "montserrat", sans-serif;
    font-weight: 600;
    font-size: 18px;
}
.grid-testi-three .author h4 span {
    font-weight: 400;
    text-transform: none;
    display: block;
    font-size: 14px;
    margin-top: 8px;
    font-family: 'Nunito', sans-serif;
    color: #ddd;
}
.testimonials-three .owl-theme .owl-dots {
    text-align: center;
    line-height: 35px;
    margin-top: 50px;
    display: block;
    text-align: center;
    width: 100%;
}
.testimonials-three .owl-theme .owl-dot {
    height: 12px;
    width: 12px;
    margin: 2px 3px;
    position: relative;
    display: inline-block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #ffffff;
    cursor: pointer;
}
.testimonials-three .owl-theme .owl-dot.active::after,
.testimonials-three .owl-theme .owl-dot:hover:after {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
}
.testimonials-three .owl-theme .owl-dot::after {
    background-color: #00bcd4;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    content: "";
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: hidden;
    width: 100%;
}
.testimonials-three .owl-theme .owl-dot.active span,
.testimonials-three .owl-theme .owl-dot:hover span {
    background: #ffffff;
    transition: ease-in-out 0.2s;
    -webkit-transition: ease-in-out 0.2s;
}
.grid-testi-four {
    position: relative;
    overflow: hidden;
    margin: 10px;
    height: 340px;
    background-color: #000000;
}
.grid-testi-four * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.grid-testi-four .background {
    max-width: 100%;
    backface-visibility: hidden;
    opacity: 0.5;
    position: relative;
}
.grid-testi-four p {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -30px;
    z-index: 1;
    opacity: 1;
    padding: 30px 30px;
    background-color: #ffffff;
    width: 40%;
    padding-top: 75px;
}
.grid-testi-four p:before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 100%;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 220px 0 220px 220px;
    border-color: transparent transparent transparent #ffffff;
}
.grid-testi-four:after {
    position: absolute;
    bottom: 36%;
    left: 30%;
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 220px 220px 0px 220px;
    border-color: rgba(255, 255, 255, 0.5) transparent transparent transparent;
}
.grid-testi-four h4,
.grid-testi-four p {
    line-height: 1.6em;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
    margin: 0;
}
.grid-testi-four h4 {
    margin: 10px 0;
    line-height: 1.1em;
    font-weight: 600;
    color: #1a1a1a;
    font-size: 20px;
}
.grid-testi-four p {
    font-size: 0.9em;
    font-style: italic;
}
.grid-testi-four .profile {
    position: absolute;
    border-radius: 50%;
    top: 50%;
    right: 25%;
    z-index: 1;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.grid-testi-four img.profile {
    max-width: 100%;
    height: 130px;
    width: 130px!important;
    border-radius: 50%;
    display: block !important;
    z-index: 2;
}
.grid-testi-four h4 {
    position: absolute;
    top: 55%;
    bottom: 0;
    left: -30px;
    z-index: 1;
    opacity: 1;
    padding: 30px 30px;
    background-color: #ffffff;
    width: 40%;
}
.testimonials-four .owl-theme .owl-nav {
    text-align: right;
    margin-top: 0;
    float: right;
    margin-top: 50px;
    padding-left: 45px;
}
.testimonials-four .owl-theme .owl-nav>div {
    background-color: #fff;
    display: inline-block;
    width: 40px;
    height: 40px;
    color: #000;
    text-align: center;
    line-height: 36px;
    font-size: 1.125rem;
    padding: 8px;
    margin: 0 10px 0 0;
    border: 2px solid #fff;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 30px;
}
.testimonials-four .owl-theme .owl-nav i {
    display: block;
}
.testimonials-four .owl-nav .owl-prev:hover,
.testimonials-four .owl-nav .owl-next:hover {
    background: #324cec;
    color: #fff;
}
.testimonials-five {
    left: 50%;
    text-align: center;
    transform: translatex(25%);
}
.testimonials-five .feedback-slider-item img {
    max-width: 100%;
    height: 85px;
    width: 85px!important;
    border-radius: 50%;
    margin: 0 auto;
    display: block !important;
    z-index: 1;
    position: relative;
}
.feedback-slider-item {
    position: relative;
    padding: 60px;
    margin-top: -40px;
}
.customer-name {
    margin-top: 15px;
    margin-bottom: 25px;
    font-size: 20px;
    color: #000;
    font-weight: 600;
}
.feedback-slider-item span.desc {
    font-size: 14px;
    top: -20px;
    position: relative;
    font-weight: 300;
}
.feedback-slider-item p {
    line-height: 1.875;
    font-size: 14px;
}
.customer-rating {
    background-color: #eee;
    border: 3px solid #fff;
    color: #324cec;
    font-weight: 700;
    border-radius: 50%;
    position: absolute;
    width: 47px;
    height: 47px;
    line-height: 44px;
    font-size: 15px;
    right: 0;
    top: 77px;
    text-indent: -3px;
}
.thumb-prev .customer-rating {
    top: -20px;
    left: 0;
    right: auto;
}
.thumb-next .customer-rating {
    top: -20px;
    right: 0;
}
.customer-rating i {
    color: rgb(251, 90, 13);
    position: absolute;
    top: 10px;
    right: 5px;
    font-weight: 600;
    font-size: 12px;
}

/* GREY BACKGROUND COLOR OF THE ACTIVE SLIDER */
.feedback-slider-item:after {
    content: '';
    position: absolute;
    left: 20px;
    right: 20px;
    bottom: 0;
    top: 103px;
    background-color: #f6f6f6;
    border: 1px solid rgba(251, 90, 13, .1);
    border-radius: 10px;
    z-index: -1;
}
.thumb-prev,
.thumb-next {
    position: absolute;
    z-index: 99;
    top: 45%;
    width: 98px;
    height: 98px;
    left: -90px;
    cursor: pointer;
    transition: all .3s;
}
.thumb-next {
    left: auto;
    right: -90px;
}
.feedback-slider-thumb img {
    width: 85px;
    height: 85px;
    border-radius: 50%;
    overflow: hidden;
}
.feedback-slider-thumb:hover {
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}
.customer-feedback .owl-nav [class*="owl-"] {
    position: relative;
    display: inline-block;
    bottom: 45px;
    transition: all .2s ease-in;
}
.customer-feedback .owl-nav i {
    background-color: transparent;
    color: #324cec;
    font-size: 25px;
}
.customer-feedback .owl-prev {
    left: -15px;
}
.customer-feedback .owl-prev:hover {
    left: -20px;
}
.customer-feedback .owl-next {
    right: -15px;
}
.customer-feedback .owl-next:hover {
    right: -20px;
}
.customer-feedback .owl-dots {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 35px;
}
.customer-feedback .owl-dot {
    display: inline-block;
}
.customer-feedback .owl-dots .owl-dot span {
    width: 11px;
    height: 11px;
    margin: 0 5px;
    background: #fff;
    border: 1px solid #324cec;
    display: block;
    -webkit-backface-visibility: visible;
    transition: all 200ms ease;
    border-radius: 50%;
}
.customer-feedback .owl-dots .owl-dot.active span {
    background-color: #324cec;
}
.testimonials-six .grid-testi-three p.bg-red {
    background: #d800a9;
}
.testimonials-six .grid-testi-three p.bg-blue {
    background: #324cec;
}
.testimonials-six .grid-testi-three p.bg-orange {
    background: #fb0d4f;
}
.testimonials-six .grid-testi-three p.bg-green {
    background: #00c747;
}
.testimonials-six .grid-testi-three p.bg-gray {
    background: #f5cf14;
}
.testimonials-six .grid-testi-three p {
    color: #fff;
}
.testimonials-six .grid-testi-three p:before,
.testimonials-six .grid-testi-three p:after {
    color: #fff;
    opacity: 0.5;
}
.testimonials-six .grid-testi-three .author h4 {
    color: #000;
}
.testimonials-six .owl-theme .owl-dots {
    text-align: center;
    line-height: 35px;
    margin-top: 50px;
}
.testimonials-six .owl-theme .owl-dot {
    border: 2px solid #324cec;
    background: #fff;
    border-radius: 100%;
    display: inline-block;
    height: 15px;
    margin: 0 5px;
    width: 15px;
}
.testimonials-six .owl-theme .owl-dot.active {
    background: #324cec;
}
.testimonials-area.bg-testi-sev {
    padding: 110px 0px;
    position: relative;
    background: url(../img/gallery/gradient-bg.png) center center/cover no-repeat fixed;
}
.new-testimonials-7 .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.testimonials-seven .testimonials-grids .client-pic img {
    display: inline-block;
    width: auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.testimonials-seven .testimonials-grids .details-about {
    margin-top: 30px;
}
.testimonials-seven .testimonials-grids .details-about h4 {
    font-size: 1.375rem;
    color: #fff;
    margin: 0;
}
.testimonials-seven .testimonials-grids .details-about .rating {
    color: #f39c12;
    margin-bottom: 6px;
    margin-top: 6px;
}
.testimonials-seven .testimonials-grids .details-about p {
    max-width: 800px;
    padding: 15px;
    margin: 0 auto;
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    margin-bottom: 1em;
}
.testimonials-seven .testimonials-grids .owl-nav {
    text-align: center;
}
.testimonials-seven .testimonials-grids .owl-nav>div {
    background-color: #fff;
    display: inline-block;
    width: 50px;
    height: 50px;
    color: #324cec;
    text-align: center;
    line-height: 46px;
    font-size: 1.125rem;
    padding: 0;
    margin: 0 10px 0 0;
    border: 2px solid #bdbdbd;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.testimonials-seven .testimonials-grids .owl-nav:last-child>div {
    margin: 0px 0px 0px 0px;
}
.testimonials-seven .testimonials-grids .owl-nav .owl-prev:hover,
.testimonials-seven .testimonials-grids .owl-nav .owl-next:hover {
    color: #fff;
    background: #324cec;
    border: 2px solid #fff;
}
.testimonials-area.bg-testi-eight {
    padding: 110px 0px;
    position: relative;
    background: url(../img/contact-section-bg.jpg) center center/cover no-repeat fixed;
}
.testimonials-area.bg-testi-eight:before {
    content: "";
    background: linear-gradient(to right, #643094, #00bcd4e0);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.testimonials-nine .grid-testi-three .author h4 {
    color: #4c4c4c;
}
.testimonials-nine .grid-testi-three .author h4 span {
    color: #717171;
}
.testimonials-nine .grid-testi-three p {
    margin: 0 0 30px;
    background: #f9f9f9;
    border-radius: 0px;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    padding: 30px 50px 80px 50px;
}
.testimonials-nine .grid-testi-three .testimonial-date {
    font-size: 14px;
    z-index: 3;
    position: absolute;
    top: 43%;
    left: 35%;
    z-index: 3;
}

/** end testimonials**/

/** start swiper slider**/
.swiper-slider-area {
    padding: 80px 0px;
}
.blog-slider {
    width: 95%;
    position: relative;
    max-width: 800px;
    margin: auto;
    background: #fff;
    box-shadow: 0px 14px 80px rgba(34, 35, 58, 0.2);
    padding: 25px;
    border-radius: 25px;
    height: 400px;
    transition: all .3s;
}
.blog-slider__item {
    display: flex;
    align-items: center;
}
.blog-slider__item.swiper-slide-active .blog-slider__img img {
    opacity: 1;
    transition-delay: .3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content>* {
    opacity: 1;
    transform: none;
}
.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(1) {
    transition-delay: 0.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(2) {
    transition-delay: 0.4s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(3) {
    transition-delay: 0.5s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(4) {
    transition-delay: 0.6s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(5) {
    transition-delay: 0.7s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(6) {
    transition-delay: 0.8s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(7) {
    transition-delay: 0.9s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(8) {
    transition-delay: 1s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(9) {
    transition-delay: 1.1s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(10) {
    transition-delay: 1.2s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(11) {
    transition-delay: 1.3s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(12) {
    transition-delay: 1.4s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(13) {
    transition-delay: 1.5s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(14) {
    transition-delay: 1.6s;
}
.blog-slider__item.swiper-slide-active .blog-slider__content>*:nth-child(15) {
    transition-delay: 1.7s;
}
.blog-slider__img {
    width: 300px;
    flex-shrink: 0;
    height: 300px;
    background-image: linear-gradient(147deg, #fe8a39 0%, #fd3838 74%);
    box-shadow: 4px 13px 30px 1px rgba(252, 56, 56, 0.2);
    border-radius: 20px;
    transform: translateX(-80px);
    overflow: hidden;
}
.blog-slider__img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(147deg, #fe8a39 0%, #fd3838 74%);
    border-radius: 20px;
    opacity: 0.8;
}
.blog-slider__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    opacity: 0;
    border-radius: 20px;
    transition: all .3s;
}
.blog-slider__content {
    padding-right: 25px;
}
.blog-slider__content>* {
    opacity: 0;
    transform: translateY(25px);
    transition: all .4s;
}
.blog-slider__code {
    color: #7b7992;
    margin-bottom: 15px;
    display: block;
    font-weight: 500;
}
.blog-slider__title {
    font-size: 24px;
    font-weight: 700;
    color: #0d0925;
    margin-bottom: 20px;
}
.blog-slider__text {
    color: #4e4a67;
    margin-bottom: 30px;
    line-height: 1.5em;
    font-size: 14px;
}
.blog-slider__button {
    display: inline-flex;
    background-image: linear-gradient(147deg, #fe8a39 0%, #fd3838 74%);
    padding: 15px 35px;
    border-radius: 50px;
    color: #fff;
    box-shadow: 0px 14px 80px rgba(252, 56, 56, 0.4);
    text-decoration: none;
    font-weight: 500;
    justify-content: center;
    text-align: center;
    letter-spacing: 1px;
}
.blog-slider .swiper-container-horizontal>.swiper-pagination-bullets,
.blog-slider .swiper-pagination-custom,
.blog-slider .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}
.blog-slider__pagination {
    position: absolute;
    z-index: 21;
    right: 20px;
    width: 11px !important;
    text-align: center;
    left: auto !important;
    top: 50%;
    bottom: auto !important;
    transform: translateY(-50%);
}
.blog-slider__pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 8px 0;
}
.blog-slider__pagination .swiper-pagination-bullet {
    width: 11px;
    height: 11px;
    display: block;
    border-radius: 10px;
    background: #062744;
    opacity: 0.2;
    transition: all .3s;
}
.blog-slider__pagination .swiper-pagination-bullet-active {
    opacity: 1;
    background: #fd3838;
    height: 30px;
    box-shadow: 0px 0px 20px rgba(252, 56, 56, 0.3);
}
.swiper-container {
    width: 100%;
    height: 518px;
    margin-left: auto;
    margin-right: auto;
}
.swiper-slide {
    background-size: cover;
    background-position: center;
    position: relative;
}
.swiper-slider-two .swiper-slide.swiper-overlay {
    position: relative;
    overflow: hidden;
}
.swiper-slider-two .swiper-slide.swiper-overlay::before {
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.swiper-slider-two .gallery-thumbs .swiper-slider-text h2 {
    font-size: 20px;
    margin: 0 0 0px;
}
.swiper-slider-two .gallery-thumbs .swiper-slider-text p {
    font-size: 12px;
    text-align: center;
    line-height: 15px;
    margin: 0 0 .5em;
}
.swiper-slider-two .gallery-thumbs .swiper-slider-text {
    text-align: center;
    padding-left: 0px;
}
.slick-slider-text,
.swiper-slider-two .gallery-thumbs .swiper-slider-text {
    text-align: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.swiper-slider-two .gallery-thumbs .swiper-slider-text .theme-btn {
    font-size: 12px;
    padding: 8px 20px;
}
.gallery-thumbs {
    height: 140px;
    box-sizing: border-box;
    padding: 10px 0;
}
.gallery-thumbs.swiper-container {
    padding: 10px;
    margin: 0px;
}
.gallery-thumbs .swiper-slide {
    width: 25%;
    height: 100%;
    opacity: 0.4;
}
.gallery-thumbs .swiper-slide-active {
    opacity: 1;
    border: 2px solid #ffa303;
}
.swiper-slider-three .swiper-slide {
    position: relative;
    overflow: hidden;
    width: 100%;
}
.swiper-slider-three .swiper-slide:before {
    content: "";
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.swiper-slider-text {
    text-align: left;
    padding-left: 100px;
}
.swiper-slider-text p {
    text-align: left;
}
.swiper-slider-text .theme-btn {
    background: #041163;
}
.swiper-slider-text .theme-btn:hover {
    color: #041163;
    background: #fff;
}
.swiper-slider-four .swiper-container {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
}
.swiper-slider-four .swiper-slide:before {
    content: "";
    background: linear-gradient(to right, #6333907a, #00bcd49c);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.swiper-slider-four .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 500px;
    height: 500px;
}
.swiper-slider-four .swiper-slider-text h2 {
    font-size: 30px;
}
.swiper-slider-four .swiper-slider-text p {
    font-size: 14px;
    text-align: center;
}
.swiper-slider-four .swiper-slider-text .theme-btn {
    font-size: 14px;
    padding: 10px 24px;
}
.swiper-slider-four .swiper-slider-text {
    text-align: center;
    padding-left: 0px;
}

/** start swiper slider**/

/** start faq**/
.faq-area {
    padding-top: 80px;
    padding-bottom: 80px;
}
.faq-bg {
    background: #f9f9f9;
}
.faq li {
    position: relative;
    list-style: none;
}
.faq li p {
    padding: 30px 30px 30px;
    color: #777777;
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 400;
}
.faq a {
    border-bottom: 1px solid #d9e5e8;
    width: 100%;
    display: block;
    cursor: pointer;
    background: #f1f1f1;
    font-weight: 600;
    line-height: 3;
    padding: 6px 12px;
    font-size: 16px;
    text-indent: 15px;
    user-select: none;
}
.faq p {
    font-size: 13px;
    font-size: 0.8125rem;
    line-height: 2;
    color: #9a9a9a;
    padding: 10px;
}
.faq-two .faq li {
    border-top: 1px solid transparent;
    padding-bottom: 30px;
}
.faq-two .faq a {
    border: 1px solid #ddd;
    color: #324cec;
}
.faq-two .faq li p {
    border: 1px solid #ddd;
}
.faq-three .faq li {
    border-top: 1px solid transparent;
    padding-bottom: 30px;
}
.faq-three .faq a {
    border: 1px solid #ddd;
    color: #fff;
    background: #324cec;
}
.faq-three .faq a:hover {
    color: #fff;
}
.faq-three .faq li p {
    background: #f1efff;
}
.faq-four .faq li {
    border-top: 1px solid transparent;
    padding-bottom: 30px;
}
.faq-four .faq a {
    border: 1px solid transparent;
    color: #fff;
    background: linear-gradient(to right, #643094, #00bcd4e0);
}
.faq-four .faq a:hover {
    color: #fff;
}
.faq-four .faq li p {
    background: linear-gradient(to right, #b896d8, #61bfcce0);
    color: #fff;
}
.faq-five .faq li {
    border-top: 1px solid transparent;
    padding-bottom: 30px;
}
.faq-five .faq a {
    border: 2px dotted #ddd;
    color: #fff;
    background: #324cec;
}
.faq-five .faq li a:hover {
    color: #ff3939;
}
.faq-five .faq li p {
    color: #777777;
    background: #f1efff;
}
.faq-area.new-faq-bg {
    padding: 110px 0px;
    position: relative;
    background: url(../img/gallery/gradient-bg.png) center center/cover no-repeat fixed;
}
.faq-six .faq li {
    border-top: 1px solid transparent;
    padding-bottom: 30px;
}
.faq-six .faq li p {
    color: #ececec;
    border: 1px solid #ddd;
}
.faq-area.new-faq-bg-seven {
    padding: 110px 0px;
    position: relative;
    background: url(../img/contact-section-bg.jpg) center center/cover no-repeat fixed;
}
.faq-area.new-faq-bg-seven:before {
    content: "";
    background: linear-gradient(to right, #643094, #00bcd4e0);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.faq-seven .faq li {
    border-top: 1px solid transparent;
    padding-bottom: 30px;
}
.faq-seven .faq li p {
    color: #ececec;
    border: 1px solid #ddd;
}

/** end faq**/

/*****************************************************
				START DEMO
******************************************************/

/**    Demo one     **/

/********************************
   preloader
*********************************/
.hola {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 99999;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    z-index: 555;
}
#preloader {
    position: relative;
    width: 80px;
    height: 80px;
    top: 0%;
    right: 0%;
    margin: 0 auto;
}
#preloader span {
    position: absolute;
    border: 8px solid #007bff;
    border-top: 8px solid transparent;
    border-radius: 999px;
}
#preloader span:nth-child(1) {
    width: 80px;
    height: 80px;
    animation: spin-1 2s infinite linear;
}
#preloader span:nth-child(2) {
    top: 20px;
    left: 20px;
    width: 40px;
    height: 40px;
    animation: spin-2 1s infinite linear;
}
@keyframes spin-1 {
    0% {
        transform: rotate(360deg);
        opacity: 1;
    }
    
    50% {
        transform: rotate(180deg);
        opacity: 0.5;
    }
    
    100% {
        transform: rotate(0deg);
        opacity: 1;
    }
}
@keyframes spin-2 {
    0% {
        transform: rotate(0deg);
        opacity: 0.5;
    }
    
    50% {
        transform: rotate(180deg);
        opacity: 1;
    }
    
    100% {
        transform: rotate(360deg);
        opacity: 0.5;
    }
}

/*********************************
	header-section
**********************************/
.porri.bdt-section-muted {
    background-color: #f3f7f9;
    padding-top: 70px;
    padding-bottom: 70px;
}
.porri.small-menu {
    padding: 0px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: 333;
    top: 0px;
}
.porri .bbr-mb {
    border-bottom: 1px solid #ddd;
}
.porri .mainmenu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.porri .mainmenu ul li {
    margin: 10px 15px;
    display: inline-block;
}
.porri .mainmenu ul li a {
    margin: 0 auto;
    position: relative;
    padding: 5px 12px;
    color: #efefef;
    font-weight: 600;
    font-family: "nunito", sans-serif;
    display: block;
    font-size: 16px;
    text-decoration: none;
}
.porri .mainmenu a i {
    float: left;
    font-size: 14px;
    margin-right: 6px;
    line-height: 47px !important;
}
.porri .mainmenu ul li a:hover {
    color: #fff;
}
.porri.scroll-header {
    animation: 800ms ease-in-out 0s normal none 1 running fadeInDown;
    background: #09a223 none repeat scroll 0 0;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 555;
}
.porri .scroll-header .bbr-mb {
    border-bottom: 1px solid transparent;
}
.porri .bottom-menu.small-menu.scroll-header {
    padding: 0px;
    position: fixed;
    z-index: 2;
    width: 100%;
    top: 0;
    right: 0;
    bottom: auto;
    z-index: 555;
}
.porri .scroll-header .menu-background-5 {
    background: #a5a5a5;
}

/**********************************
	banner-section
***********************************/
.porri .new-banner-bg {
    background: url(../img/3.jpg)) fixed no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    height: 657px;
    color: #fff;
}
.porri .banner-wrapper {
    background-position: center center;
    background-size: cover;
    position: relative;
}
.porri .banner-wrapper:before {
    background: rgba(0, 0, 0, 0.7);
    content: "";
    height: 100%;
    filter: alpha(opacity=80);
    position: absolute;
    width: 100%;
}
.porri .vh {
    height: 100vh;
}
.porri .d-flex {
    align-items: center;
    display: flex;
}
.porri .myphoto {
    height: 200px;
    width: 200px;
    margin-left: 0em;
    position: relative;
    border: 5px solid #ffffff;
    display: inline-block;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
}
.porri .banner-wrapper h1 {
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    padding: 12px 0px;
    font-size: 55px;
    color: #fff;
    margin-bottom: 0;
    text-align: center;
    letter-spacing: 0px;
}
.porri .banner-wrapper p {
    color: #fff;
    width: 40%;
    text-align: center;
    font-family: "Nunito", sans-serif;
    margin: 0 auto;
    font-size: 16px;
    line-height: 25px;
    padding: 10px 0px;
}
.porri .banner-wrapper h3 {
    font-size: 2rem;
    margin-top: 0rem;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-family: "Nunito", sans-serif;
    margin-bottom: 0;
    padding: 4px 0px;
}
.porri .arrow {
    text-align: center;
    margin: 0% 0;
    position: absolute;
    bottom: 5px;
    right: 50%;
    z-index: 222;
}
.porri .arrow a {
    color: #fff;
}
.porri .bounce {
    -moz-animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    animation: bounce 2s infinite;
}
@keyframes bounce {
    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }
    
    40% {
        transform: translateY(-30px);
    }
    
    60% {
        transform: translateY(-15px);
    }
}

/**********************************
	about-section
***********************************/
.porri.section {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}
.section-all-2 {
    padding-top: 100px;
    padding-bottom: 70px;
    position: relative;
}
.porri .section-tittle {
    text-align: center;
    position: relative;
    overflow: hidden;
    padding-bottom: 80px;
}
.porri .section-tittle span {
    color: #eee;
    position: absolute;
    top: -20px;
    font-family: "Nunito", sans-serif;
    text-transform: uppercase;
    font-size: 60px;
    font-weight: 900;
    top: -12px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.porri .section-tittle h2 {
    color: #000;
    font-size: 36px;
    font-family: "Nunito", sans-serif;
    font-weight: 700;
    padding-top: 30px;
    position: relative;
}
.porri .section-tittle h2:after {
    content: "";
    position: absolute;
    border: 0;
    width: 50px;
    height: 2px;
    font-family: "Nunito", sans-serif;
    background: #09a223;
    z-index: 1;
    margin-left: 0;
    left: 0;
    right: 0;
    top: 88px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.porri .section-tittle p {
    max-width: 500px;
    text-align: center;
    margin: 0 auto;
    font-family: "Nunito", sans-serif;
    color: #666;
    font-weight: 500;
    margin-top: 42px;
}
.porri .banner-wrapper .arrow a {
    color: #fff;
    font-size: 24px
}
.porri .about-image {
    position: relative;
    overflow: hidden;
}
.porri .about-image:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.porri.section-about figcaption {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.porri .shape-wrapper:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 99%;
    left: 0;
    top: 0;
}
.porri .shape-wrapper.img-shape-two:before {
    background: url(../img/demo/img_shape2.png);
    -webkit-background-size: 100% 101%;
    background-size: 100% 101%;
    background-repeat: no-repeat;
}
.porri .skill-bar-content {
    margin-bottom: 7px;
}
.porri .skillbar-group .skill-track {
    background-color: #ff3984;
}
.porri .single-skill-bar {
    padding: 10px 12px;
}
.porri .single-skill-bar .skill-title {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    font-family: "Nunito", sans-serif;
}
.porri .single-skill-bar .skill-title .experience {
    font-size: 14px;
    font-weight: 400;
    color: #666;
}
.porri .single-skill-bar p {
    font-size: 16px;
    font-family: "Nunito", sans-serif;
    line-height: 28px;
    font-weight: 400;
}
.porri .barfiller {
    width: 100%;
    height: 5px;
    background-color: #f1f1f1;
    position: relative;
    margin-bottom: 0px;
}
.porri .barfiller .fill {
    display: block;
    position: relative;
    width: 0px;
    height: 100%;
    background: #09a223 !important;
    z-index: 1;
}
.porri .barfiller .tipWrap {
    display: none;
}
.porri .barfiller .tip {
    margin-top: -30px;
    padding: 2px 4px;
    font-size: 14px;
    color: #000;
    left: 0px;
    position: absolute;
    z-index: 2;
    font-weight: 700;
    background: transparent;
}
.porri .barfiller .tip:after {
    border: solid;
    border-color: transparent;
    border-width: 6px 6px 0 6px;
    content: "";
    display: block;
    position: absolute;
    left: 9px;
    top: 100%;
    z-index: 9;
}

/**********************************
	video-section
***********************************/
.porri.section-dash {
    background: url(../img/parallax-feature.jpg) center center/cover no-repeat local;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.porri.section-dash:before {
    content: "";
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.porri.section-dash h2 {
    font-size: 35px;
    color: #fff;
    padding-top: 80px;
    font-weight: 700;
    font-family: "Nunito", sans-serif;
    margin-bottom: 20px;
}
.porri.section-dash p {
    color: #fff;
    font-size: 18px;
    font-family: "Nunito", sans-serif;
    margin-bottom: 26px;
}
.porri .section-dash-warp {
    padding-top: 35px;
}
.porri .video-holder {
    text-align: center;
    position: absolute;
    left: 50%;
    top: 10%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.porri .video-holder a:hover {
    color: #09a223;
}
.porri .video-holder a {
    font-family: "Nunito", sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}
.porri .video-holder .video-icon i {
    width: 49px;
    height: 49px;
    line-height: 44px;
    text-align: center;
    border: 3px solid #fff;
    display: block;
    margin: 0 auto 12px;
}
.porri .video-btn-style {
    position: relative;
    height: 80px;
    width: 80px;
    background: #09a223;
    text-align: center;
    display: inline-block;
    line-height: 80px;
    color: #fff;
    border-radius: 50%;
    transition-duration: 0s;
    -ms-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
}
.porri .video-btn-style:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 95px;
    width: 95px;
    border: 2px solid #09a223;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: .3;
    animation: pulse-border 1500ms ease-out infinite;
}
@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }
    
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}
.porri .video-btn-style.small {
    width: 50px;
    height: 50px;
    line-height: 50px
}
.porri .video-btn-style.small:after {
    height: 50px;
    width: 50px
}
.porri .video-btn-style.small:before {
    height: 65px;
    width: 65px
}
.porri .video-btn-style:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    height: 80px;
    width: 80px;
    border: 2px solid #09a223;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: .3;
    animation: pulse-border 1500ms ease-out infinite;
}
@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1
    }
    
    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
        opacity: 0
    }
}
.porri .section-dash-warp .btn:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    border: 1.5px solid #09a223;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
}
.porri .section-dash-warp .btn>span {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
    background: #09a223;
    height: 3em;
    font-weight: 500;
    color: #fff;
    font-family: "Nunito", sans-serif;
    border: 1.5px solid #09a223;
    text-align: center;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
}
.porri .section-dash-warp .btn {
    max-width: 300px;
}
.porri .section-dash-warp .btn>span {
    padding: .75em 2.25em;
}
.porri .section-dash-warp .btn {
    padding: .0rem .0rem;
}
.porri .section-dash-warp .btn,
.section-dash-warp .btn>span {
    position: relative;
}
.porri .section-dash-warp .btn:hover>span {
    -webkit-transform: translate(-4px, -4px);
    transform: translate(-4px, -4px);
}

/**********************************
	service-section
***********************************/
.porri.section-service {
    background: #f9f5ff;
    z-index: 1;
}
.porri.section-service .single-service-features.box-border {
    background: #fff;
    transition: 0.4s;
    margin-top: 0px;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
}
.porri.section-service .single-service-features {
    background: #ddd;
    padding: 25px;
    margin: 0 0 30px;
}
.porri .single-service-features.box-border .service-icon {
    margin-bottom: 28px;
    margin-top: 12px;
}
.porri .single-service-features.box-border .service-icon i {
    font-size: 32px;
    width: 80px;
    height: 80px;
    line-height: 80px;
    border-radius: 50%;
    background: #dcffe2;
    color: #09a223;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -ms-transition: 0.4s;
}
.porri .single-service-features .services-content h3 {
    margin-bottom: 18px;
    font-weight: 700;
    font-family: "Nunito", sans-serif;
    font-size: 24px;
    letter-spacing: 0px;
}
.porri .single-service-features .services-content p {
    font-size: 16px;
    font-family: "Nunito", sans-serif;
}
.porri .single-service-features.box-border:hover .services-content h3,
.porri .single-service-features.box-border:hover .services-content p {
    color: #fff;
}
.porri .single-service-features.box-border:hover {
    background: #09a223;
}
.porri .single-service-features.box-border:hover .service-icon i {
    background: #fff;
    color: #09a223;
}

/**********************************
	protfolio-section
***********************************/
.porri.section-protfolio {
    position: relative;
    overflow: hidden;
}
.porri .protfolio-menu button {
    border: medium none;
    border-radius: 30px;
    color: #000;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    font-family: "Nunito", sans-serif;
    background: none;
    margin-right: 12px;
    padding: 8px 13px;
    transition: all 0.3s ease 0s;
}
.porri .protfolio-menu {
    margin-bottom: 40px;
}
.porri .protfolio-menu button:focus {
    outline: 0 none;
}
.porri .protfolio-menu button:last-child {
    margin-right: 0;
}
.porri .protfolio-menu button:hover,
.protfolio-menu button.active {
    color: #09a223;
}
.porri .mb-30 {
    margin-bottom: 30px;
}
.porri .custom {
    margin: 0 -15px;
    ;
}
.porri .protfolio-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
    text-align: center;
    background: #000;
}
.porri .protfolio-wrapper img {
    opacity: 1;
    width: 100%;
    background: #000;
    position: relative;
}
.porri .protfolio-menu button {
    position: relative;
}
.porri .protfolio-menu button .tooltip-sub {
    color: #000;
    padding: 20px;
    z-index: 1;
    font-size: 14px;
    margin-top: 0px;
    opacity: 1;
    line-height: 1.7;
    visibility: hidden;
    position: absolute;
    transition: opacity .3s ease-in;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
    -webkit-transition: opacity 0.7s linear, -webkit-transform 0.5s linear;
    transition: opacity 0.7s linear, -webkit-transform 0.5s linear;
    -o-transition: transform 0.5s linear, opacity 0.7s linear;
    transition: transform 0.5s linear, opacity 0.7s linear;
    transition: transform 0.5s linear, opacity 0.7s linear, -webkit-transform 0.5s linear;
}
.porri .protfolio-menu button:hover .tooltip-sub {
    opacity: 1;
    visibility: visible;
    overflow: visible;
    margin-top: -10px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.porri .protfolio-menu button:hover .tooltip-sub {
    left: 0px;
    top: -35px;
}
.porri .protfolio-menu button:hover .tooltip-sub.p-ml {
    left: 22px;
    top: -35px;
}
.porri .protfolio-menu button:hover .tooltip-sub.p-mp {
    left: 10px;
    top: -35px;
}
.porri .protfolio-menu button .tooltip-sub {
    text-align: center;
}
.porri .protfolio-wrapper:hover img {
    transform: scale(1.2) rotate(7deg);
}
.porri .protfolio-wrapper:before,
.porri .protfolio-wrapper:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}
.porri .protfolio-wrapper:hover:before,
.porri .protfolio-wrapper:hover:after {
    opacity: 1;
    -webkit-transition-delay: 0.25s;
    transition-delay: 0.25s;
}
.porri .protfolio-wrapper:hover:before {
    width: 40px;
}
.porri .protfolio-wrapper:hover:after {
    height: 40px;
}
.porri .protfolio-wrapper:hover h2 {
    opacity: 1;
}
.porri .protfolio-wrapper:hover h2 {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.porri .protfolio-wrapper:before,
.porri .protfolio-wrapper:after {
    position: absolute;
    top: 20px;
    right: 20px;
    content: '';
    background-color: #fff;
    z-index: 1;
    opacity: 0;
}
.porri .protfolio-wrapper:hover img {
    zoom: 1;
    filter: alpha(opacity=20);
    -webkit-opacity: 0.2;
    opacity: 0.2;
}
.porri .protfolio-wrapper:before {
    width: 0;
    height: 1px;
}
.porri .protfolio-wrapper:after {
    height: 0;
    width: 1px;
}
.porri .protfolio-wrapper figcaption {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 15px 20px;
}
.porri .protfolio-wrapper h2 {
    font-weight: 600;
    color: #fff;
    opacity: 1;
    font-size: 20px;
    font-family: "Nunito", sans-serif;
    margin: 15px 0px 0px 0px;
    top: 57%;
    opacity: 0;
    transform: translateY(-50%);
    position: relative;
    transform: translateY(40px);
    transition: transform 0.3s linear, opacity 0.5s linear, -webkit-transform 0.3s linear;
}
.porri .protfolio-wrapper:hover h2 {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

/**********************************
	ask-question//counter-section
***********************************/
.porri.section-count {
    background: url(../img/demo/1.jpg) center center/cover no-repeat local;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.porri.section-count:before {
    content: "";
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.porri .accordion ul {
    margin: 0;
    padding: 0;
}
.porri .accordion li {
    border-top: 0px solid #d9e5e8;
    position: relative;
    list-style: none;
    padding: 10px 0px;
}
.porri .accordion a {
    width: 100%;
    display: block;
    cursor: pointer;
    font-weight: 700;
    line-height: 3;
    padding: 4px 12px;
    font-family: "Nunito", sans-serif;
    font-size: 18px;
    background-color: #f7f9fb;
    text-indent: 15px;
    user-select: none;
}
.porri .accordion a.active:after {
    transform: rotate(45deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.porri .accordion a:after {
    width: 8px;
    height: 8px;
    border-right: 1.5px solid #4a6e78;
    border-bottom: 1.5px solid #4a6e78;
    position: absolute;
    right: 24px;
    content: " ";
    top: 34px;
    transform: rotate(-45deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.porri .accordion li p {
    display: none;
    padding: 30px 30px 30px;
    color: #ccc;
    font-family: "Nunito", sans-serif;
    margin-bottom: 0;
    font-size: 16px;
}
.porri .ask-question h2 {
    color: #fff;
    font-size: 30px;
    font-family: "Nunito", sans-serif;
    padding-bottom: 20px;
    font-weight: 700;
}
.porri .counter-wrapper {
    padding: 28px;
    border: 1px solid #ddd;
    margin: 9px 0px;
    cursor: pointer;
}
.porri .counter-wrapper:hover {
    border: 1px solid #09a223;
}
.porri .counter-img {
    margin-bottom: 13px;
}
.porri .counter-img img {}
.porri .counter-text {
    padding: 8px 0px 0px 0px;
}
.porri .counter-text h2 {
    color: #fff;
    font-size: 32px;
    font-family: "Nunito", sans-serif;
    font-weight: 700;
    margin-bottom: 6px;
}
.porri .counter-text span {
    font-size: 18px;
    color: #09a223;
    font-family: "Nunito", sans-serif;
    display: inline-block;
    font-weight: 700;
}
.porri .counter-icon i {
    font-size: 40px;
    color: #aaa;
    margin-bottom: 14px;
}

/**********************************
	pricing-section
***********************************/
.pricing-rate {
    position: relative;
    padding: 40px;
    background-color: #fff;
}
.pricing-rate {
    text-align: center;
}
.pricing-rate .feat {
    width: 74px;
    height: 74px;
    border-radius: 0px;
    background: #324ece;
    color: #ffffff;
    font-family: "Nunito", Sans-serif;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.3em;
}
.pricing-rate .title {
    color: #09a223;
    font-family: "Nunito", Sans-serif;
    font-size: 22px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0px 0px 0px 0px;
}
.price {
    margin: 12px 0px 19px 0px;
}
.pricee {
    color: #000000;
    font-family: "Nunito", Sans-serif;
    font-size: 44px;
    font-weight: 700;
}
.pricing-rate ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.pricing-rate .tooltip-sub {
    text-align: left;
    font-family: "Nunito", Sans-serif;
    font-size: 15px;
    color: #ffffff;
    background: #09a223;
}
.pricing-rate .tooltip-sub {
    color: #fff;
    width: 300px;
    padding: 20px;
    z-index: 1;
    font-size: 15px;
    margin-top: 0px;
    opacity: 0;
    line-height: 28px;
    background: #09a223;
    visibility: hidden;
    position: absolute;
    transition: opacity .3s ease-in;
}
.pricing-rate .featur {
    position: relative;
}
.pricing-rate li:hover .tooltip-sub {
    opacity: 1;
    visibility: visible;
    overflow: visible;
    margin-top: -10px;
}
.pricing-rate.ml-60 li:hover .tooltip-sub {
    left: -308px;
}
.pricing-rate.ml-60 li .tooltip-sub {
    text-align: right;
}
.pricing-rate .feat {
    height: 80px;
    width: 80px;
    display: block;
    position: absolute;
    top: -20px;
    right: -20px;
    background-color: #09a223;
    text-align: center;
}
.pricing-rate .feat span {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.pricing-rate .tour-btn,
.pricing-rate .dura {
    display: inline-block;
}
.pricing-rate .dura {
    padding-left: 14px;
    color: #09a223;
    font-family: "Nunito", Sans-serif;
    font-size: 15px;
    line-height: 1em;
    font-weight: 400;
}
.pricing-rate li:not(:last-child) {
    margin-bottom: 9px;
}
.pricing-rate .featur {
    font-family: "Nunito", Sans-serif;
    font-size: 16px;
}
.pricing-rate .tour-btn {
    margin-top: 35px;
    width: 284px;
    padding: 13px 0px 13px 0px;
    font-family: "Nunito", Sans-serif;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    background: #09a223;
    color: #ffffff;
    border-width: 0px;
    border-radius: 0px;
}
.pricing-rate.mr-60 {
    margin-right: 80px;
}
.pricing-rate.ml-60 {
    margin-left: 80px;
}
.pricing-rate .featur {
    position: relative;
}
.pricing-rate .dura {
    text-align: left;
}
.ptab-price .pricing-rate.bxshdw {
    box-shadow: none;
    border: 3px solid #09a223;
    border-radius: 10px;
    background: #fff;
}
.ptab-price .pricing-rate {
    background-color: transparent;
}
.ptab-price .pricing-rate .tour-btn {
    background: transparent;
    border: 1px solid #09a223;
    border-radius: 26px;
    color: #000;
}
.ptab-price .pricing-rate:hover .tour-btn {
    background: #09a223;
    border: 1px solid #09a223;
    border-radius: 26px;
    color: #fff;
}
.ptab-price .pricing-rate {
    transition: margin-top 0.3s linear 0s;
    -moz-transition: margin-top 0.3s linear 0s;
    -ms-transition: margin-top 0.3s linear 0s;
    -webkit-transition: margin-top 0.3s linear 0s;
}
.ptab-price .pricing-rate:hover {
    margin-top: -30px;
    transition: margin-top 0.3s linear 0s;
    -moz-transition: margin-top 0.3s linear 0s;
    -ms-transition: margin-top 0.3s linear 0s;
    -webkit-transition: margin-top 0.3s linear 0s;
}
.ptab-price .pricing-rate .tooltip-sub {
    border-radius: 10px;
}
.ptab-price .pricing-rate i {
    border-color: #09a223 transparent transparent;
    background-color: #ffffff;
    border-radius: 0!important;
    border-style: solid;
    border-width: 64px 64px 0 0;
    content: "";
    height: 0;
    left: 0px;
    position: absolute;
    top: 0;
    width: 0;
}
.pricing-tab-one.ptab-price {
    background: #ffffff;
}
.ptab-price .pricing-rate::after {
    color: white;
    content: "";
    font-family: FontAwesome;
    font-size: 1.4rem;
    left: 9px;
    position: absolute;
    text-shadow: rgb(55, 197, 182) 0px 0px 2px;
    top: 6px;
}

/**********************************
	client-section
***********************************/
.porri.testimonials-area {
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background: url(../img/demo/slider-03.jpg) center center/cover no-repeat local;
}
.porri.section-testimonials {
    z-index: 1;
}
.porri.testimonials-area .section-tittle span {
    color: #585858;
}
.porri.testimonials-area .section-tittle h2,
.porri.testimonials-area .section-tittle p {
    color: #fff;
}
.porri.testimonials-area:before {
    content: "";
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.porri.testimonials-area .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
}
.porri .testimonials-grids .client-pic img {
    display: inline-block;
    width: auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #fff;
}
.porri .testimonials-grids .details-about {
    margin-top: 30px;
}
.porri .testimonials-grids .details-about h4 {
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    margin: 0;
    font-family: "Nunito", sans-serif;
}
.porri .queit-box i {
    color: #09a223;
    font-size: 48px;
}
.porri .queit-box {
    position: relative;
    margin-bottom: 30px;
    display: inline-block;
}
.porri .testimonials-grids .details-about .rating {
    color: #09a223;
    margin-bottom: 6px;
    margin-top: 6px;
}
.porri .testimonials-grids .details-about p {
    max-width: 800px;
    padding: 15px;
    margin: 0 auto;
    font-size: 22px;
    color: #fff;
    line-height: 42px;
    margin-bottom: 1em;
    font-family: "Nunito", sans-serif;
}
.porri .testimonials-grids .owl-nav {
    text-align: center;
}
.porri .testimonials-grids .owl-nav>div {
    background-color: #fff;
    display: inline-block;
    width: 50px;
    height: 50px;
    color: #09a223;
    text-align: center;
    line-height: 46px;
    font-size: 1.125rem;
    padding: 0;
    margin: 0 0 0 10px;
    border: 2px solid #bdbdbd;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.porri .testimonials-grids .owl-nav:last-child>div {
    margin: 0px 0px 0px 0px;
}
.porri .testimonials-grids .owl-nav .owl-prev:hover,
.porri .testimonials-grids .owl-nav .owl-next:hover {
    color: #fff;
    background: #09a223;
    border: 2px solid #fff;
}

/**********************************
	blog-section
***********************************/
.porri .blog-wrapper-image {
    position: relative;
    overflow: hidden;
    border-radius: 5px 5px 0px 0px;
}
.porri .blog-wrapper-image img {
    border-radius: 0px;
    cursor: pointer;
}
.porri .blog-area {
    padding: 0px 0px;
}
.porri .blog-wrapper-image::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .5) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .5) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.porri .new-blog-builder:hover .blog-wrapper-image::before {
    -webkit-animation: shine 2s;
    animation: shine 2s;
}
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}
.porri .bp-padd {
    padding-right: 20px;
}
.porri .grid-content span {
    font-size: 16px;
    color: #00bd20;
    font-family: "Nunito", Sans-serif;
}
.porri .grid-content span a {
    font-size: 16px;
    color: #09a223;
    margin-left: 4px;
    font-family: "Nunito", Sans-serif;
}
.porri .grid-content h2 {
    margin: 18px 0px 14px 0px;
    font-family: "Nunito", Sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4em;
}
.porri .grid-content p {
    color: #000;
    font-family: "Nunito", Sans-serif;
    font-size: 16px;
    line-height: 28px;
}
.porri .grid-content {
    margin-top: 52px;
    padding: 0px 24px 0px 0px;
}
.porri .grid-content .section-dash-warp {
    padding-top: 0px;
}
.porri .grid-content .section-dash-warp .btn>span {
    padding: .4em 2em;
    font-size: 16px;
    font-family: "Nunito", Sans-serif;
}
.porri .grid-content .section-dash-warp .btn>span,
.porri .grid-content .section-dash-warp .btn:before {
    border-radius: 4px;
}
.porri .blog-area .new-blog-builder .date {
    background-color: #09a223;
    top: 15px;
    color: #fff;
    right: 30px;
    min-height: 60px;
    min-width: 60px;
    position: absolute;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 50%;
    padding: 16px 0;
}
.porri .blog-area .blog-wrapper-image:after {
    position: absolute;
    top: 12px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 25px 0 25px 25px;
    border-color: transparent transparent transparent #09a223;
    content: '';
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.porri .blog-area .grid-content {
    margin-top: 0px;
    padding: 35px 25px;
    border: none;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    border-radius: 0px 0px 5px 5px;
}
.porri .blog-area .blog-wrapper-image:hover:after {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}
.porri .blog-area .new-blog-builder .date span {
    display: block;
    line-height: 14px;
}
.porri .blog-area .new-blog-builder .date .month {
    font-size: 11px;
}

/**********************************
	contact-section
***********************************/
.porri.section-contact {
    background: #f9f9f9;
    z-index: 1;
}
.porri.contact-area {
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background: url(../img/map.jpg) center center/cover no-repeat local;
}
.porri.contact-area .section-tittle h2,
.porri.contact-area .section-tittle p {
    color: #fff;
}
.porri.contact-area .section-tittle span {
    color: #2d2d2d;
}
.porri .contact-title {
    margin-top: 28px;
}
.porri.contact-area:before {
    content: "";
    background: rgba(0, 0, 0, 0.9);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.porri .detail-share i {
    font-size: 32px;
    color: #09a223;
}
.porri .detail-share h5 {
    color: #fff;
    font-weight: 600;
    font-size: 22px;
    font-family: "Nunito", sans-serif;
}
.porri .detail-share p {
    font-size: 16px;
    color: #a5a5a5;
    font-family: "Nunito", sans-serif;
}
.porri .form-control:focus {
    border-color: #28a745;
    box-shadow: none;
    background: transparent;
    color: #fff;
}
.porri .comment-respond form {
    margin: 0 -15px;
    position: relative;
}
.porri .comment-respond form>div {
    margin-bottom: 20px;
    float: left;
}
.porri .comment-respond form textarea,
.comment-respond form input {
    background-color: transparent;
    height: 50px;
    border: 1px solid #e6e9ec;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    font-family: "Nunito", sans-serif;
    background-clip: unset;
    font-size: 15px;
}
.porri .my-location {
    margin-bottom: 45px;
    width: 100%;
}
.porri .detail-share {
    width: 46%;
    float: left;
    display: inline-block;
    padding: 30px 20px;
    border: 1px solid #ddd;
    margin: 0px 20px 18px 0px;
    cursor: pointer;
    transition: 0.5sec;
}
.porri .detail-share:hover {
    border: 1px solid #09a223;
}
.porri .comment-respond form textarea {
    height: 195px;
}
.porri .comment-respond .submit-btn {
    text-align: center;
    margin: 22px 0 0;
}
.porri .comment-respond .submit-btn button {
    width: 100%;
    height: 50px;
    background-color: #09a223;
    font-family: "Nunito", sans-serif;
    padding: 10px 30px;
    color: #fff;
    border: 0;
    outline: 0;
}

/**********************************
	footer-section
***********************************/
.demo-footer {
    text-align: center;
    background: #272727;
    padding: 80px 0;
}
.demo-footer-wrapper:before {
    margin-bottom: 40px;
}
.demo-footer-wrapper:after {
    margin-top: 35px;
}
.social-icon {
    margin: 18px auto;
}
.social-icon a {
    width: 45px;
    height: 45px;
    text-align: center;
    margin: 0px 4px;
    line-height: 45px;
    display: inline-block;
    border-width: 0px;
    border-style: solid;
    border-radius: 26px;
    color: #0c0c0c;
    background: #eeeeee;
    font-size: 14px;
}
.social-icon a {
    border-radius: 50%;
}
.social-icon a.bg-blue {
    background: #0921c5;
    color: #fff;
    border: 1px solid #0921c5;
}
.social-icon a.bg-blue:hover {
    background: #fff;
    color: #0921c5;
}
.social-icon a.bg-gray {
    background: #1DA1F3;
    color: #fff;
    border: 1px solid #1DA1F3;
}
.social-icon a.bg-gray:hover {
    background: #fff;
    color: #1DA1F3;
}
.social-icon a.bg-red {
    background: #e42525;
    color: #fff;
    border: 1px solid #e42525;
}
.social-icon a.bg-red:hover {
    background: #fff;
    color: #e42525;
}
.social-icon a.bg-orange {
    background: #BE31A1;
    color: #fff;
    border: 1px solid #BE31A1;
}
.social-icon a.bg-orange:hover {
    background: #fff;
    color: #BE31A1;
}
.social-icon a.bg-red2 {
    background: #bd081c;
    color: #fff;
    border: 1px solid #bd081c;
}
.social-icon a.bg-red2:hover {
    background: #fff;
    color: #bd081c;
}
.social-icon a.bg-green {
    background: #E74D89;
    color: #fff;
    border: 1px solid #E74D89;
}
.social-icon a.bg-green:hover {
    background: #fff;
    color: #E74D89;
}

/**********************************
	copyright-section
***********************************/
.porri.copyright-1 {
    text-align: center;
    font-size: 20px;
    color: #fff;
    font-family: "Nunito", sans-serif;
    padding: 15px 0;
    font-weight: 500;
    background: transparent;
}
.porri.copyright-1 a {
    color: #fff;
    font-family: "Nunito", sans-serif;
    text-decoration: none;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}
.porri.copyright-1 a:hover {
    text-decoration: underline;
}

/**  demo finance  **/

/**********************************
	banner-section
***********************************/
.finance .banner-wrapper {
    background-position: center center;
    background-size: cover;
    position: relative;
}
.finance .banner-wrapper:before {
    background: linear-gradient(to right, #3d3798de, #961313bd);
    content: "";
    height: 100%;
    filter: alpha(opacity=80);
    position: absolute;
    width: 100%;
}
.finance .vh {
    height: 100vh;
}
.finance .d-flex {
    align-items: center;
    display: flex;
}
.finance .banner-text h1 {
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    padding: 12px 0px;
    font-size: 55px;
    color: #fff;
    margin-bottom: 0;
    text-align: center;
    letter-spacing: 0px;
}
.finance .banner-text p {
    color: #fff;
    width: 52%;
    text-align: center;
    margin: 0 auto;
    font-size: 18px;
    font-weight: 400;
    font-family: "Nunito", sans-serif;
    line-height: 30px;
    padding: 10px 0px;
    font-weight: 400;
}
.finance .banner-text .owl-dots .owl-dot>span {
    display: inline-block;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    width: 7px;
    height: 7px;
    margin: 3px;
    border-radius: 4px;
    background-color: rgba(255, 255, 255, 0.5);
}
.finance .banner-text .owl-dots .owl-dot {
    display: inline-block;
}
.finance .banner-text .owl-dots {
    margin-top: 2rem;
    text-align: center;
}
.finance .banner-text .owl-dots .owl-dot.active>span {
    background-color: #fff;
}
.finance .banner-text .btn:hover {
    background: #fff;
    border-color: #fff;
    color: #007bff;
}
.finance .banner-text .btn {
    font-size: 16px;
    border-radius: 30px;
    padding: 10px 30px;
}
.parallax-setting {
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
    width: 100%;
}
.finance .mouse {
    position: absolute;
    bottom: 40px;
    z-index: 5;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    display: block;
}
.finance .mouse .mouse-icon {
    display: block;
    width: 25px;
    height: 45px;
    border: 2px solid white;
    border-radius: 15px;
    cursor: pointer;
    position: relative;
    text-align: center;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
}
.finance .mouse .mouse-wheel {
    height: 4px;
    margin: 2px auto 0;
    display: block;
    width: 4px;
    background-color: white;
    border-radius: 50%;
    -webkit-animation: 1.6s ease infinite wheel-up-down;
    -moz-animation: 1.6s ease infinite wheel-up-down;
    animation: 1.6s ease infinite wheel-up-down;
}
@-webkit-keyframes wheel-up-down {
    0% {
        margin-top: 2px;
        opacity: 0;
    }
    
    30% {
        opacity: 1;
    }
    
    100% {
        margin-top: 20px;
        opacity: 0;
    }
}
@-moz-keyframes wheel-up-down {
    0% {
        margin-top: 2px;
        opacity: 0;
    }
    
    30% {
        opacity: 1;
    }
    
    100% {
        margin-top: 20px;
        opacity: 0;
    }
}
@keyframes wheel-up-down {
    0% {
        margin-top: 2px;
        opacity: 0;
    }
    
    30% {
        opacity: 1;
    }
    
    100% {
        margin-top: 20px;
        opacity: 0;
    }
}

/********************************
   about us
*********************************/
.finance.section {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}
.finance .section-tittle {
    text-align: center;
    position: relative;
    overflow: hidden;
    padding-bottom: 80px;
}
.finance.section-about .about-detail .section-tittle {
    padding-bottom: 0px;
    max-width: 250px;
}
.finance .section-tittle span {
    color: #007bff;
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
    padding-bottom: 30px;
    font-family: "Nunito", sans-serif;
    position: relative;
    display: inline-block;
    animation-delay: 1s;
    animation: move 4.2s linear infinite;
}
.gym .about-text span {
    color: #233EDE;
    font-size: 14px;
    font-weight: 800;
    font-family: "Nunito", sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
}
@-webkit-keyframes move {
    0% {
        transform: translateY(0px);
    }
    
    50% {
        transform: translateY(25px);
    }
    
    100% {
        transform: translateY(0px);
    }
}
@-moz-keyframes move {
    0% {
        transform: translateY(0px);
    }
    
    50% {
        transform: translateY(25px);
    }
    
    100% {
        transform: translateY(0px);
    }
}
@-o-keyframes move {
    0% {
        transform: translateY(0px);
    }
    
    50% {
        transform: translateY(25px);
    }
    
    100% {
        transform: translateY(0px);
    }
}
@keyframes move {
    0% {
        transform: translateY(0px);
    }
    
    50% {
        transform: translateY(25px);
    }
    
    100% {
        transform: translateY(0px);
    }
}
.finance .section-tittle h2 {
    color: #2b313e;
    font-size: 46px;
    font-weight: 700;
    font-family: "Nunito", sans-serif;
    padding-top: 0px;
    position: relative;
}
.finance .section-tittle .line-bg:after {
    content: "";
    position: absolute;
    border: 0;
    width: 50px;
    height: 2px;
    background: #007bff;
    z-index: 1;
    margin-left: 0;
    left: -65px;
    top: 10px;
}
.finance .section-about .about-detail {
    padding-bottom: 0px;
    max-width: 250px;
}
.finance .section-tittle p {
    max-width: 500px;
    text-align: center;
    margin: 0 auto;
    color: #666;
    font-family: "Nunito", sans-serif;
    font-size: 16px;
    line-height: normal;
    margin-top: 18px;
}
.finance .circle-bg {
    position: relative;
}
.finance .circle-bg img {
    border-radius: 5px 5px 30px 5px;
}
.finance .circle-bg:after {
    width: 100px;
    height: 100px;
    content: "";
    z-index: -1;
    border-radius: 50%;
    position: absolute;
    bottom: -90px;
    right: -90px;
    background: #f8f9fa;
}
.finance .circle-bg:before {
    width: 300px;
    height: 300px;
    content: "";
    z-index: -1;
    border-radius: 50%;
    position: absolute;
    top: -110px;
    left: -110px;
    background: #f8f9fa;
}
.finance .about-detail h3 {
    font-size: 32px;
    font-weight: 700;
    color: #463333;
    font-family: "Nunito", sans-serif;
}
.finance .about-detail p {
    font-size: 16px;
    line-height: 30px;
    font-family: "Nunito", sans-serif;
    font-weight: 400;
}
.finance .about-detail {
    padding: 8px 24px;
}
.finance .banner-text .btn:hover {
    background: #fff;
    border-color: #fff;
    color: #007bff;
    font-weight: 400;
}
.finance .banner-text .btn,
.finance .about-btn .btn {
    font-size: 16px;
    border-radius: 30px;
    padding: 12px 40px;
    font-family: "Nunito", sans-serif;
}
.finance .about-btn .btn:hover {
    background: #fff;
    border-color: #007bff;
    color: #007bff;
}
.finance.section-service {
    background: #f9f9f9;
    z-index: 1;
}
.finance.section-service .single-service-features.box-border {
    background: #fff;
    transition: 0.3s;
    margin-top: 0px;
    -webkit-transition: 0.3s;
    -ms-transition: 0.3s;
    border-radius: 5px;
}
.finance.section-service .single-service-features {
    background: #ddd;
    padding: 25px;
    margin: 0 0 30px;
}
.finance .single-service-features.box-border .service-icon {
    margin-bottom: 35px;
    margin-top: 20px;
}
.finance .single-service-features.box-border .service-icon img {
    width: 50px;
    height: 50px;
    line-height: 50px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -ms-transition: 0.4s;
}
.finance .single-service-features .services-content h3 {
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 24px;
    transition: 0.5s;
    font-family: "Nunito", sans-serif;
    letter-spacing: 0px;
    cursor: pointer;
}
.finance .single-service-features .services-content h3:hover {
    color: #007bff;
}
.finance .single-service-features.box-border:hover .services-content h3 {
    color: #007bff;
}
.single-service-features .services-content p {
    font-size: 16px;
    line-height: 30px;
    font-family: "Nunito", sans-serif;
}
.finance .single-service-features.box-border:hover {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    transform: translateY(-.5rem);
}
.finance .single-service-features.box-border:hover .service-icon i {
    background: #007bff;
    color: #fff;
}

/**********************************
	protfolio-section
***********************************/
.section-protfolio {
    position: relative;
    overflow: hidden;
}
.protfolio-menu button {
    border: medium none;
    border-radius: 30px;
    color: #000;
    font-family: "Nunito", sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    background: none;
    margin-right: 12px;
    padding: 8px 13px;
    transition: all 0.3s ease 0s;
}
.protfolio-menu {
    margin-bottom: 40px;
}
.protfolio-menu button:focus {
    outline: 0 none;
}
.protfolio-menu button:last-child {
    margin-right: 0;
}
.protfolio-menu button:hover,
.protfolio-menu button.active {
    color: #007bff;
}
.section-protfolio .container-fluid {
    padding-right: 0px;
    padding-left: 0px;
}
.Protfolio-grid-item {
    float: left;
    width: 33.33%;
    padding: 0px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    text-align: center;
}
.protfolio-wrapper {}
.protfolio-wrapper img {
    opacity: 1;
    width: 100%;
}
.protfolio-menu button {
    position: relative;
}
.protfolio-menu button .tooltip-sub {
    color: #000;
    padding: 20px;
    z-index: 1;
    font-size: 14px;
    margin-top: 0px;
    opacity: 1;
    line-height: 1.7;
    visibility: hidden;
    position: absolute;
    transition: opacity .3s ease-in;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
    opacity: 0;
    -webkit-transition: opacity 0.7s linear, -webkit-transform 0.5s linear;
    transition: opacity 0.7s linear, -webkit-transform 0.5s linear;
    -o-transition: transform 0.5s linear, opacity 0.7s linear;
    transition: transform 0.5s linear, opacity 0.7s linear;
    transition: transform 0.5s linear, opacity 0.7s linear, -webkit-transform 0.5s linear;
}
.protfolio-menu button:hover .tooltip-sub {
    opacity: 1;
    visibility: visible;
    overflow: visible;
    margin-top: -10px;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.protfolio-menu button:hover .tooltip-sub {
    left: 0px;
    top: -35px;
}
.protfolio-menu button:hover .tooltip-sub.p-ml {
    left: 22px;
    top: -35px;
}
.protfolio-menu button:hover .tooltip-sub.p-mp {
    left: 10px;
    top: -35px;
}
.protfolio-menu button .tooltip-sub {
    text-align: center;
}
.protfolio-img {
    position: relative;
    overflow: hidden;
}
.protfolio-img::before {
    background: rgba(97, 92, 253, 0.6);
    bottom: 0px;
    content: "";
    left: 0px;
    opacity: 0;
    position: absolute;
    right: 0px;
    top: 0px;
    transition: all 0.5s ease 0s;
    z-index: 9;
    width: 0%;
}
.protfolio-wrapper:hover .protfolio-img::before {
    opacity: 1;
    width: 100%;
}
.protfolio-content {
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    text-align: center;
    top: 46%;
    transform: translateY(-50%);
    transition: all 0.3s ease 0s;
    z-index: 10;
}
.protfolio-wrapper .protfolio-content {
    transform: translateY(100px);
    transition: transform 0.4s linear, opacity 0.5s linear, -webkit-transform 0.4s linear;
}
.protfolio-wrapper:hover .protfolio-content {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}
.protfolio-wrapper:hover .protfolio-content {
    opacity: 1;
}
.protfolio-content h4 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 0;
    transition: .5s;
    font-family: "Nunito", sans-serif;
    color: #fff;
}
.protfolio-content h4 a:hover {
    color: #fff;
}

/**********************************
	counter up
***********************************/
.finance.section-count {
    padding-bottom: 100px;
}
.finance.section-count {
    background: url(../img/demo/1.jpg) center center/cover no-repeat local;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.finance.section-count:before {
    content: "";
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.finance .counter-wrapper {
    padding: 28px;
    border: 1px solid #ddd;
    background: #f9f9f9;
    margin: 9px 0px;
    cursor: pointer;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -ms-transition: 0.4s;
}
.finance .counter-wrapper:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .09);
    transform: translateY(-.5rem);
}
.finance .counter-icon {
    margin-bottom: 35px;
    margin-top: 14px;
    position: relative;
}
.finance .counter-icon img {
    width: 45px;
    height: 45px;
    line-height: 45px;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -ms-transition: 0.4s;
}
.finance .counter-icon:after {
    content: "";
    position: absolute;
    border: 0;
    width: 50px;
    height: 2px;
    background: #007bff;
    z-index: 1;
    margin-left: 0;
    left: 72px;
    top: 70px;
}
.finance .counter-text {
    padding: 8px 0px 0px 0px;
}
.finance .counter-text h2 {
    color: #000;
    font-size: 35px;
    font-weight: 800;
    margin-bottom: 6px;
}
.finance .counter-text span {
    font-size: 18px;
    color: #007bff;
    font-family: "Nunito", sans-serif;
    display: inline-block;
    font-weight: 700;
}
.finance .counter-icon i {
    font-size: 40px;
}

/**********************************
	team area
***********************************/
.finance.section-team {
    background: #f9f9f9;
}
.finance .team-member figure {
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}
.finance .team-member .social-finan {
    position: absolute;
    margin: 0;
    top: 0;
    padding: 0;
    bottom: 0;
    padding: 12px;
    -webkit-transform: translateX(-101%);
    -ms-transform: translateX(-101%);
    transform: translateX(-101%);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    background: #007bff;
}
.finance .team-member:hover .social-finan {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
}
.finance .team-member .social-finan li {
    list-style: none;
}
.finance .team-member .social-finan li a {
    display: inline-block;
    padding: 8px 5px;
    color: #fff;
}
.finance .team-detail-finan h3 {
    color: #2c3038;
    font-size: 24px;
    font-family: "Nunito", sans-serif;
    font-weight: 700;
    margin-top: 30px;
    transition: 0.4s;
}
.finance .team-detail-finan h3:hover {
    color: #007bff;
}
.finance .team-detail-finan span {
    font-size: 16px;
    color: #383838;
    font-family: "Nunito", sans-serif;
}

/**********************************
	client area
***********************************/
.finance .queit-box {
    position: relative;
    margin-bottom: 30px;
    display: inline-block;
}
.finance .queit-box i {
    color: #007bff;
    font-size: 48px;
}
.finance .testimonials-grids .client-pic img {
    display: inline-block;
    width: auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #fff;
}
.finance .testimonials-grids .details-about h4 {
    font-size: 26px;
    font-weight: 700;
    color: #000;
    font-family: "Nunito", sans-serif;
    margin: 16px 0px 30px 0px;
}
.finance .testimonials-grids .details-about p {
    max-width: 810px;
    padding: 15px;
    margin: 0 auto;
    font-size: 1.5rem;
    font-style: italic;
    font-family: "Nunito", sans-serif;
    color: #808080;
    line-height: 42px;
    margin-bottom: 1em;
}
.finance .testimonials-grids .owl-dots {
    text-align: center;
}
.testimonials-grids .owl-dots .owl-dot span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #dee2e6;
}
.finance .testimonials-grids .owl-dots .owl-dot {
    display: inline-block;
    margin: 4px;
}
.finance .testimonials-grids .owl-dots .owl-dot.active span {
    background: #007bff;
}

/**********************************
	blog-section
***********************************/
.finance.section-blog {
    background: #f9f9f9;
}
.finance .blog-area {
    padding: 0px 0px;
}
.finance .blog-wrapper-image {
    position: relative;
    overflow: hidden;
    border-radius: 5px 5px 0px 0px;
}
.finance .blog-wrapper-image img {
    border-radius: 0px;
    cursor: pointer;
}
.finance .blog-wrapper-image::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .5) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .5) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.finance .new-blog-builder:hover .blog-wrapper-image::before {
    -webkit-animation: shine 2s;
    animation: shine 2s;
}
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}
.finance .bp-padd {
    padding-right: 20px;
}
.finance .grid-content .meta-wrap span {
    font-size: 16px;
    color: #7aa1ca;
    font-family: "Nunito,"sans-serif;
}
.finance .grid-content h2 {
    margin: 18px 0px 14px 0px;
    font-family: "Nunito", Sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4em;
}
.finance .grid-content p {
    color: #000;
    font-size: 16px;
    font-family: "Nunito,"sans-serif;
    line-height: 28px;
}
.finance .grid-content span a {
    font-family: "Nunito", Sans-serif;
}
.finance .section-dash-warp a {
    font-family: "Nunito", Sans-serif;
}
.finance .grid-content {
    margin-top: 52px;
    padding: 0px 24px 0px 0px;
}
.finance .grid-content .section-dash-warp {
    padding-top: 0px;
}
.finance .section-dash-warp .btn {
    padding: 10px 24px;
    border: 1px solid #007bff;
    background: #007bff;
    font-family: "Nunito,"sans-serif;
    color: #fff;
    font-size: 15px;
    border-radius: 25px;
}
.finance .blog-area .new-blog-builder .date {
    background-color: #007bff;
    top: 15px;
    color: #fff;
    font-family: "Nunito,"sans-serif;
    right: 30px;
    min-height: 60px;
    min-width: 60px;
    position: absolute;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 50%;
    padding: 16px 0;
}
.finance .blog-area .grid-content {
    margin-top: 0px;
    padding: 35px 25px 45px 25px;
    border: none;
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    border-radius: 0px 0px 5px 5px;
}
.finance .blog-area .blog-wrapper-image:hover:after {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
}
.finance .blog-area .new-blog-builder .date span {
    display: block;
    font-family: "Nunito", sans-serif;
    line-height: 14px;
}
.finance .blog-area .new-blog-builder .date .month {
    font-size: 11px;
    font-family: "Nunito", sans-serif;
}

/**********************************
	contact-section
***********************************/
.finance .contact-title {
    margin-top: 28px;
}
.finance .detail-share i {
    font-size: 32px;
    color: #007bff;
}
.finance .detail-share h5 {
    color: #000;
    font-weight: 600;
    font-size: 22px;
    font-family: "Nunito", sans-serif;
}
.finance .detail-share p {
    font-size: 16px;
    color: #444;
    font-family: "Nunito", sans-serif;
}
.finance .form-control:focus {
    border-color: #007bff;
    box-shadow: none;
    background: transparent;
    color: #000;
}
.finance .comment-respond form {
    margin: 0 -15px;
    position: relative;
}
.finance .comment-respond form>div {
    margin-bottom: 20px;
    float: left;
}
.finance .comment-respond form textarea,
.finance .comment-respond form input {
    background-color: transparent;
    height: 50px;
    border: 1.5px solid #e6e9ec;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-family: "Nunito", sans-serif;
    border-radius: 5px;
    background-clip: unset;
    font-size: 15px;
    color: #000000;
}
.finance .my-location {
    margin-bottom: 45px;
    width: 100%;
}
.finance .detail-share {
    width: 32%;
    float: left;
    display: inline-block;
    padding: 30px 20px;
    margin: 0px 12px 30px 0px;
    cursor: pointer;
    transition: 0.5sec;
}
.finance .comment-respond {
    background: #f9f9f9;
    padding: 60px;
}
.finance .comment-respond form textarea {
    height: 195px;
}
.finance .comment-respond .submit-btn {
    text-align: center;
    margin: 22px 0 0;
}
.finance .comment-respond .submit-btn button {
    width: 100%;
    height: 50px;
    border-radius: 5px;
    background-color: #007bff;
    padding: 10px 30px;
    color: #fff;
    border: 0;
    outline: 0;
}

/**********************
		GYM
***********************/
.porri.gym {
    background: #1034A6;
}

/*---------------------
  Top Social
-----------------------*/
.top-social {
    position: absolute;
    z-index: 2;
    right: 0;
}
.top-social .top-social-links {
    width: 121px;
    background: #000;
    text-align: center;
    padding-top: 32px;
    padding-bottom: 19px;
}
.top-social .top-social-links ul li {
    list-style: none;
    margin-bottom: 22px;
}
.top-social .top-social-links ul li a {
    display: inline-block;
    width: 48px;
    height: 48px;
    background: #081624;
    border-radius: 50%;
    color: #fff;
    line-height: 48px;
}
.top-social .top-social-links ul li:last-child {
    margin-bottom: 0;
}
.gym .slider-wrapper h1,
.gym .slider-wrapper p {
    font-family: "Nunito", sans-serif;
}
.gym .slider-wrapper p {
    line-height: 36px;
    font-weight: 500;
}
.gym-section-title span {
    color: #233EDE;
    font-size: 14px;
    font-weight: 800;
    font-family: "Nunito", sans-serif;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
}
.gym-section-title h2 {
    color: #353535;
    font-size: 46px;
    font-weight: 700;
    font-family: "Nunito", sans-serif;
    margin-bottom: 0;
}
.gym .about-text p {
    color: #7b7b7b;
    font-size: 15px;
    font-weight: 400;
    font-family: "Nunito", sans-serif;
    line-height: 30px;
    margin-bottom: 20px;
}
.gym .gym-section-title {
    text-align: center;
    position: relative;
    overflow: hidden;
    padding-bottom: 60px;
}
.gym.about-us-area {
    position: relative;
    overflow: hidden;
}
.gym.about-us-area:before {
    position: absolute;
    content: '';
    background: url(../img/demo/gym/bg-image-7.jpg);
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}
.gym .about-text h3 {
    font-size: 34px;
    font-weight: 700;
    color: #463333;
    font-family: "Nunito", sans-serif;
    margin-bottom: 15px;
}
.about-features-item {
    position: relative;
}
.about-feature-icon {
    position: absolute;
    top: -6px;
    left: 0;
    font-size: 22px;
    color: #1034A6;
}
.gym .about-text .about-features .about-features-item .about-feature-text h4 {
    color: #442727;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 22px;
    margin-left: 30px;
    font-family: "Nunito", sans-serif;
}
.gym .about-features {
    margin-top: 40px;
}
.gym .about-btn a {
    background: #1034A6;
}

/*---------------------
  Fiteness Feature
-----------------------*/
.fitness-section {
    position: relative;
    overflow: hidden;
}
.inside-bg {
    position: relative;
    z-index: 1;
}
.inside-bg:after {
    background-image: url(../img/demo/gym/women-fitness.png);
    position: absolute;
    left: 50%;
    top: 230px;
    width: 401px;
    height: 722px;
    content: "";
    margin-left: -268px;
    z-index: -1;
}
.single-fitness-feature {
    margin-bottom: 50px;
    overflow: hidden;
}
.single-fitness-feature .fitness-number {
    margin-right: 24px;
    float: left;
}
.single-fitness-feature .fitness-number span {
    color: #fff;
    background: #1034A6;
    width: 67px;
    height: 67px;
    font-family: "Nunito", sans-serif;
    display: inline-block;
    line-height: 67px;
    border-radius: 50%;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
}
.single-fitness-feature .fitness-number.left-number {
    margin-right: 0;
    margin-left: 24px;
    float: right;
}
.single-fitness-feature .fitness-text.left-text p {
    padding-right: 0;
    padding-left: 35px;
    font-family: "Nunito", sans-serif;
}
.single-fitness-feature .fitness-text {
    overflow: hidden;
}
.single-fitness-feature .fitness-text h4 {
    color: #353535;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 8px;
    font-family: "Nunito", sans-serif;
}
.single-fitness-feature .fitness-text p {
    color: #7b7b7b;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    padding-right: 35px;
    font-family: "Nunito", sans-serif;
}
.rtin-item {
    background: #fff;
    border-radius: 4px;
    text-align: center;
    margin: 15px;
    padding: 60px 30px;
    -webkit-box-shadow: 0 1px 15px 0px rgba(164, 172, 187, 0.51);
    box-shadow: 0 1px 15px 0px rgba(164, 172, 187, 0.51);
    -webkit-transition: all .45s ease-out;
    -moz-transition: all .45s ease-out;
    -ms-transition: all .45s ease-out;
    -o-transition: all .45s ease-out;
    transition: all .45s ease-out;
}
.rtin-item h3 {
    font-size: 22px;
    margin-bottom: 28px;
    font-weight: 700;
    font-family: "Nunito", sans-serif;
}
.rtin-icon {
    width: 30%;
    margin: 0 auto;
}
.rtin-icon img {
    display: inline-block;
    width: 100%;
    height: 100%;
    line-height: 125px;
    text-align: center;
    -webkit-transition: all .45s ease-out;
    -moz-transition: all .45s ease-out;
    -ms-transition: all .45s ease-out;
    -o-transition: all .45s ease-out;
    transition: all .45s ease-out;
}
.rtin-content p {
    margin-top: 26px;
    margin-bottom: 25px;
    font-size: 16px;
    color: #7b7b7b;
    line-height: 28px;
    font-family: "Nunito", sans-serif;
}
.rtin-content .rtin-read a {
    color: #8e8e8e;
    font-size: 15px;
    font-weight: 700;
    font-family: "Nunito", sans-serif;
}
.rtin-content .rtin-read a:hover {
    color: #1034A6;
}
.rtin-content .rtin-read a i {
    color: #1034A6;
    margin-right: 8px;
    font-size: 20px;
    position: relative;
    top: 2px;
    -webkit-transition: all .45s ease-out;
    -moz-transition: all .45s ease-out;
    -ms-transition: all .45s ease-out;
    -o-transition: all .45s ease-out;
    transition: all .45s ease-out;
}
.gym-slider-owl .owl-dots {
    margin-top: 3rem;
    text-align: center;
    display: block;
}
.gym-slider-owl .owl-dots .owl-dot {
    display: inline-block;
}
.gym-slider-owl .owl-dots .owl-dot>span {
    display: inline-block;
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out;
    width: 18px;
    height: 8px;
    margin: 4px;
    border-radius: 4px;
    background: #cfd6e4;
}
.gym-slider-owl .owl-dots .owl-dot.active>span {
    background-color: #1034A6;
}
.gym.section-dash {
    background: url(../img/demo/gym/breadcrumb-bg.jpg) center center/cover no-repeat local;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.gym.section-dash:before {
    content: "";
    background: #1034A6;
    opacity: 0.4;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.gym.section-dash h2 {
    font-size: 35px;
    color: #fff;
    padding-top: 20px;
    font-weight: 700;
    font-family: "Nunito", sans-serif;
    margin-bottom: 20px;
}
.gym.section-dash .about-btn .gym-btn:hover {
    color: #1034A6;
    background: #fff;
}
.gym.section-dash .about-btn .gym-btn {
    padding: 14px 48px;
    border-radius: 26px;
    color: #fff;
    display: inline-block;
    margin-top: 20px;
    font-weight: 600;
    font-family: "Nunito", sans-serif;
    border: 1px solid #1034A6;
}
.gym .custom {
    margin: 0 -16px !important;
}
.gym .protfolio-img {
    position: relative;
    overflow: hidden;
    border: 5px solid #fff;
}
.gym.testimonials-area {
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background: url(../img/demo/gym/trainer-bg.jpg) center center/cover no-repeat local;
}
.gym.testimonials-area .gym-section-title span,
.gym.testimonials-area .gym-section-title h2 {
    color: #fff;
}
.gym .new-testimonials-7 {
    position: relative;
    display: block;
    margin: 20px;
    padding: 40px 40px;
    background: #ffffff;
}
.gym .testimonials-grids .client-pic img {
    display: inline-block;
    width: auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #fff;
}
.gym .queit-box {
    position: absolute;
    right: 50px;
    top: 40px;
    line-height: 1em;
    font-size: 60px;
    color: #1034A6;
    font-weight: 400;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.gym .testimonials-grids .details-about {
    margin-top: 20px;
}
.gym .testimonials-grids .details-about h4 {
    font-size: 26px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
    font-family: "Nunito", sans-serif;
}
.gym .testimonials-grids .details-about p {
    font-size: 16px;
    color: #7b7b7b;
    margin-top: 10px;
    line-height: 28px;
    font-family: "Nunito", sans-serif;
    font-weight: 600;
}
.gym .testimonials-grids .owl-nav {
    text-align: center;
}
.gym .testimonials-grids .owl-dots {
    text-align: center;
    padding-top: 20px;
}
.gym .testimonials-grids .owl-dots .owl-dot {
    display: inline-block;
    padding: 0px 5px;
    margin: 0 auto;
}
.gym.finance .detail-share {
    width: 100%;
    background: #f9f9f9;
}
.gym.finance .detail-share i {
    font-size: 32px;
    color: #007bff;
    float: left;
    padding: 12px 10px;
    background: #fff;
}
.gym.finance .contact-title {
    margin-top: 0px;
    margin-left: 28px;
    float: left;
}
.gym.finance .detail-share p {
    margin-bottom: 0px;
}
.gym.finance .detail-share {
    padding: 26px 20px;
}
.saas .mainmenu ul li a:hover {
    color: #f95111;
}
.saas .mainmenu ul li a {
    color: #fff;
}
.slider-wrapper-saas {
    background-position: center center;
    background-size: cover;
    position: relative;
}
.saas .slider-wrapper-saas h1 span {
    color: #f95111;
}
.slider-wrapper-saas h1 {
    font-family: 'Nunito', sans-serif;
    font-weight: 700;
    padding: 12px 0px;
    font-size: 55px;
    color: #fff;
    margin-bottom: 0;
    letter-spacing: 0px;
}
.slider-wrapper-saas p {
    font-size: 18px;
    margin-top: 0rem;
    width: 100%;
    font-weight: 400;
    font-family: 'Nunito', sans-serif;
    margin: 15px auto;
    color: #fff;
    line-height: 30px;
}
.saas-button a,
.saas-button-2 a {
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-family: 'Nunito', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    background: #f95111;
    padding: 16px 40px;
    position: relative;
    transform: perspective(1px) translateZ(0px);
    transition: color 0.3s ease 0s;
    vertical-align: middle;
}
.saas-button a:hover {
    color: #f95111;
    background: #fff;
}
.saas-button-2 a:hover {
    color: #fff;
    background: #1034A6;
}
.saas .brand-wrapper .brand-img {
    width: auto;
    height: 100%;
    display: inline-block;
    text-align: center;
    padding: 0px 30px;
}
.section-brnd {
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
}
.section {
    padding-top: 100px;
    padding-bottom: 100px;
    position: relative;
}
.saas.gym.about-us-area:before {
    position: absolute;
    content: '';
    background: url(../img/demo/saas/shap-3.png);
    width: 100%;
    height: 100%;
    top: 15px;
    background-repeat: no-repeat;
}
.saas.gym-section-title span {
    color: #f95111;
    letter-spacing: .6px;
}
.about-text span {
    color: #f95111;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .6px;
    margin-bottom: 10px;
    display: block;
    font-family: 'Nunito', sans-serif;
}
.saas .rtin-item {
    margin: 18px 0px;
}
.saas .rtin-icon {
    margin-bottom: 30px;
}
.saas .rtin-content .rtin-read a i,
.rtin-content .rtin-read a:hover {
    color: #f95111;
}
.saas .rtin-item {
    -webkit-transition: 0.2s;
    transition: 0.2s;
}
.saas .rtin-item:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transform: translate(0, -10px);
    transform: translate(0, -10px);
}
.dash-call-action {
    background: #1034A6;
}
.heading-action h2 {
    padding-bottom: 12px;
    color: #fff;
    font-size: 46px;
    font-weight: 700;
    font-family: "Nunito", sans-serif;
}
.heading-action p {
    font-size: 18px;
    color: #fff;
    width: 55%;
    margin: 0 auto;
    line-height: 30px;
    font-family: "Nunito", sans-serif;
}
.protfolio-content-saas {
    padding: 15px 6px;
}
.protfolio-content-saas h4 {
    font-size: 24px;
    color: #2f2f2f;
    margin-top: 7px 0px 0px 0px;
    font-family: "Nunito", sans-serif;
    font-weight: 700;
}
.protfolio-content-saas span {
    color: #7b8491;
    font-size: 15px;
    font-family: "Nunito", sans-serif;
}
.saas .protfolio-img::before {
    background: rgba(249, 81, 17, 0.85);
}
.saas.gym.testimonials-area {
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background: url(../img/demo/saas/world-map.jpg) center center/cover no-repeat local;
}
.saas.gym .testimonials-grids .owl-dots .owl-dot.active>span {
    background-color: #f95111;
}
.saas.gym.testimonials-area:before {
    content: "";
    background: linear-gradient(to right, #1034A6, #f95111e0);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.saas.gym .queit-box {
    color: #f95111;
}
.saas .gym-section-title span {
    color: #f95111;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: .6px;
    margin-bottom: 10px;
    display: block;
    font-family: 'Nunito', sans-serif;
}
.section-price {
    background: #fff;
}
.pricing {
    -webkit-box-shadow: 0 1px 15px 0px rgba(164, 172, 187, 0.51);
    box-shadow: 0 1px 15px 0px rgba(164, 172, 187, 0.51);
    padding: 40px 30px;
    border-radius: 20px;
}
.pricing h3 {
    font-size: 28px;
    font-weight: 600;
    color: #000;
    font-family: "Nunito", sans-serif;
    margin-bottom: 12px;
}
.pricing .price-btn a {
    padding: 10px 28px;
    background: #1034A6;
    color: #fff;
    font-family: "Nunito", sans-serif;
    margin-bottom: 14px;
    display: inline-block;
    border-radius: 26px;
    border: 1px solid #1034A6;
}
.pricing .price-btn a:hover {
    color: #fff;
    background: #f95111;
    border: 1px solid #f95111;
}
.pricing .price>span {
    color: #9a9a9a;
    font-family: "Nunito", sans-serif;
}
.pricing .price>span>span {
    font-size: 3rem;
    color: #1034A6;
    font-family: "Nunito", sans-serif;
    font-weight: 600;
}
.pricing ul li {
    margin-bottom: 20px;
}
.ul-check li {
    position: relative;
    padding-left: 35px;
    margin-bottom: 15px;
    line-height: 1.5;
    font-family: "Nunito", sans-serif;
}
.ul-check.success li:before {
    color: #f95111;
}
.pricing {
    transition: 0.4s;
    margin-top: 0px;
    -webkit-transition: 0.5s;
    -ms-transition: 0.5s;
}
.pricing:hover,
.pricing.active {
    -webkit-box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.3);
}
.ul-check li:before {
    left: 0;
    font-size: 20px;
    top: -.3rem;
    font-family: "FontAwesome";
    content: "\f00c";
    position: absolute;
}
.ul-check li.remove {
    text-decoration: line-through;
    color: #9a9a9a;
}
.ul-check li.remove:before {
    color: #9a9a9a;
}
.saas.finance .blog-area .grid-content {
    margin-top: 0px;
    padding: 35px 25px 45px 25px;
    border: none;
    box-shadow: none;
    border-radius: 0px 0px 5px 5px;
    position: absolute;
    top: 68%;
    bottom: 0;
}
.saas.finance .grid-content .meta-wrap span {
    font-size: 16px;
    color: #fff;
}
.saas .grid-content span a {
    color: #fff;
}
.saas.finance .grid-content h2 {
    color: #fff;
}
.blog-wrapper-saas {
    position: relative;
    overflow: hidden;
    border-radius: 5px 5px 0px 0px;
}
.saas.finance .blog-wrapper-saas::before {
    position: absolute;
    content: "";
    background: rgba(249, 81, 17, 0.73);
    height: 0%;
    width: 100%;
    left: 0;
    bottom: 0;
    visibility: hidden;
    transition: .3s;
    opacity: 0;
}
.saas.finance .blog-area .new-blog-builder .date {
    background-color: #1034A6;
}
.saas.finance .new-blog-builder:hover .blog-wrapper-saas::before {
    opacity: 1;
    height: 100%;
    visibility: visible;
}
.saas .side-bar-cont {
    background: #1034A6;
}
.saas.finance .detail-share {
    margin: 0px 12px 22px 0px;
}
.saas.gym.finance .detail-share {
    background: transparent;
}
.saas.gym.finance .detail-share i {
    color: #f95111;
}
.saas.finance .detail-share h5,
.saas.finance .detail-share p {
    color: #fff;
}
.saas.finance .comment-respond .submit-btn button {
    background: #1034A6;
    font-family: "Nunito", sans-serif;
}

/*******************************************
	seo theme
*******************************************/
.no-padding {
    padding: 12px 0px;
}
.topbar-block ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
#topbar ul li:first-child {
    margin: 0px;
    padding-left: 4px;
}
#topbar ul li,
#topbar ul li a {
    color: #bdbdbd;
    font-size: 15px;
    font-family: "Nunito", sans-serif;
    line-height: 15px;
}
#topbar ul li {
    border-right: 1px solid #ec1111;
    display: inline-block;
    padding: 0 10px;
}
#topbar .topbar-block.left ul li i {
    color: #ec1111;
    font-size: 16px;
    margin-right: 6px;
    margin-top: -1px;
    float: left;
}
#topbar .topbar-block.left ul li:nth-child(2) a {
    font-size: 13px;
}
#topbar ul li:last-child {
    border: medium none;
}
#topbar .topbar-block:last-child {
    padding-right: 10px;
}
#topbar .topbar-block ul.social a {
    font-size: 15px;
}
#topbar .topbar-block ul.social a:hover {
    color: #ec1111;
}
#topbar ul.social li {
    height: 17px;
    margin: 0 -1px;
    padding: 1px 9px;
    width: auto;
}
#topbar .topbar-block {
    float: left;
}
.seo.saas .mainmenu ul li a:hover {
    color: #000000;
}
.seo.porri.gym {
    background: transparent;
    position: absolute;
    z-index: 22;
    left: 0;
    width: 100%;
}
.seo-bg {
    background: #ec1111;
}
.seo .slider-wrapper-saas h1,
.seo .slider-wrapper-saas p {
    color: #000;
}
.seo .saas-button a {
    color: #fff;
    background: #ec1111;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.case-bg-1 {
    background-image: url(../img/demo/seo/study_banner.png);
    background-size: 100% 100%;
    padding: 120px 0px 160px 0px;
}
.case-study-area {
    position: relative;
}
.case-study-area.white-case-study {
    padding: 0px 0 200px 0;
}
.case-study-area.white-case-study.study-page {
    padding-top: 93px;
    padding-bottom: 140px;
}
.case-study-area.white-case-study.study-page .details-title h3 {
    font-size: 40px;
    font-weight: 400;
    line-height: 52px;
    color: #001D38;
    margin-bottom: 40px;
}
.case-study-area .patrn-1 {
    position: absolute;
    left: 0;
    top: 0;
}
.case-study-area .patrn-2 {
    position: absolute;
    right: 0;
    bottom: 0;
}
.seo.finance .section-tittle h2,
.seo.finance .section-tittle p {
    color: #fff;
}
.case-active .subheading {
    background: rgba(255, 255, 255, 0.75);
    padding: 24px 60px;
    position: absolute;
    left: 32px;
    bottom: 0px;
}
.subheading h4 {
    font-size: 22px;
    margin-bottom: 0;
    font-weight: 600;
    font-family: "Nunito", sans-serif;
}
.subheading p {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0;
    font-family: "Nunito", sans-serif;
}
.case-study-area .single-study {
    position: relative;
    overflow: hidden;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
.case-study-area .single-study .thumb img {
    width: 100%;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.case-study-area .single-study:hover .thumb img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.case-study-area .owl-dots {
    position: absolute;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    bottom: -25%;
}
.case-study-area .owl-dots div {
    width: 10px;
    height: 10px;
    background: #334A60;
    display: inline-block;
    margin: 0 2px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.case-study-area .owl-dots div.active {
    width: 24px;
    background: #808E9C;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.case-study-area .load-more {
    margin-top: 40px;
}
.case-study-area .load_more .load-more-btn {
    display: inline-block;
    color: #FF008C;
    background: #FFF5FB;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    padding: 13px 35px;
    font-size: 15px;
    font-weight: 500;
}
.case-study-area .load-more .load-more-btn:hover {
    background: #FF008C;
    color: #fff;
}
.seo .saas-button.bttn-2 a {
    border: 1px solid #ec1111;
}
.seo .saas-button.bttn-2 a:hover {
    color: #ec1111;
    background: #fff;
    border: 1px solid #ec1111;
}
.seo .about-text h3 {
    font-size: 34px;
    font-weight: 700;
    color: #463333;
    font-family: "Nunito", sans-serif;
    margin-bottom: 15px;
}
.seo.saas.gym.about-us-area:before {
    background: url(../img/demo/seo/icon_2.png);
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 15px;
    left: -54px;
    background-repeat: no-repeat;
}
.work-process .single-fitness-feature {
    margin-bottom: 8px;
}
.work-process {
    margin-top: 35px;
}
.seo .single-fitness-feature .fitness-number span {
    background: #ec1111;
    border: 1px solid #ec1111;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.seo .single-fitness-feature:hover .fitness-number span {
    background: #fff;
    color: #ec1111;
    border: 1px solid #ec1111;
}
.single-feature {
    margin-bottom: 30px;
    padding-right: 50px;
}
.single-feature h4 {
    font-size: 22px;
    margin-top: 32px;
    font-family: "Nunito", sans-serif;
    margin-bottom: 13px;
    font-weight: 700;
}
.single-feature p {
    font-size: 15px;
    font-family: "Nunito", sans-serif;
    margin-bottom: 0;
    font-weight: 400;
}
.seo.dash-call-action {
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background: url(../img/demo/seo/slide-2.png) center center/cover no-repeat local;
}
.hero-form {
    position: relative;
    margin-top: 35px;
}
.hero-form input {
    background: #fff;
    width: 60%;
    height: 60px;
    border: 0;
    padding: 0 20px;
    font-weight: 300;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 5px;
}
.hero-form button {
    position: absolute;
    right: 228px;
    border: 0;
    color: #fff;
    background-image: -moz-linear-gradient( 0deg, rgb(0, 0, 184) 0%, rgb(115, 0, 233) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(184, 0, 0) 0%, rgb(233, 32, 0) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(0, 0, 184) 0%, rgb(115, 0, 233) 100%);
    padding: 15px 30px;
    text-transform: uppercase;
    font-size: 13px;
    letter-spacing: 1px;
    top: 6px;
    font-weight: 500;
}
.seo-tm.finance .team-member .social-finan {
    background: #ec1111;
}
.seo-tm.finance .team-detail-finan:hover h3 {
    color: #ec1111;
}
.seo-tm .pricing .price>span>span {
    color: #ec1111;
}
.seo-tm .pricing .price-btn a {
    background: #ec1111;
    border: 1px solid #ec1111;
}
.seo-tm.saas.finance .blog-area .new-blog-builder .date {
    background-color: #ec1111;
}
.saas.finance .blog-wrapper-saas::before {
    position: absolute;
    content: "";
    background: rgba(0, 0, 0, 0.73);
}
.seo-tm.saas.finance .grid-content h2 a:hover {
    color: #ec1111;
}
.seo.gym .testimonials-grids .details-about p {
    padding: 0;
}
.seo.finance .queit-box i {
    color: #ec1111;
}
.seo-tm.saas.finance .comment-respond .submit-btn button {
    background: #ec1111;
    font-family: "Nunito", sans-serif;
}

/*******************************************
	corporate theme
*******************************************/
.topper .text {
    color: rgba(0, 0, 0, 0.7);
    padding-left: 15px;
}
.topper .text span:first-child {
    font-weight: 300;
    color: #000000;
    font-family: "Nunito", sans-serif;
}
.topper .text span {
    width: 100%;
    display: block;
    line-height: 1.4;
    font-weight: 600;
    font-family: "Nunito", sans-serif;
}
.topper .icon span {
    color: #1034a6de;
    font-size: 36px;
}
.corpo .form .form-control {
    font-family: "Nunito", sans-serif;
}
.corpo.seo-bg {
    background: #25be5a;
}
.corpo.saas .mainmenu ul li a:hover {
    color: #fff;
}
.corpo .slider-wrapper {
    background-position: center top;
}
.corpo .slider-wrapper .overlay-bg {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    opacity: 0.6;
    background: rgb(0, 0, 0);
}
.corpo.corpo .slider-active-owl .owl-nav div {
    background: #25be5a;
}
.corpo .slider-active-owl .owl-nav div:hover {
    background: #fff;
    color: #25be5a;
}
.corpo .slider-wrapper .header-button a {
    border: 1px solid #ffffff;
    background: #25be5a;
}
.corpo.gym .slider-wrapper h3 {
    font-size: 14px;
    font-weight: 600;
    font-family: "Nunito", sans-serif;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 2px;
}
.corpo.gym .slider-wrapper h1 {
    font-family: "Nunito", sans-serif;
    font-weight: 800;
}
.services-cop {
    display: block;
    width: 100%;
    position: relative;
    padding: 0;
    margin-bottom: 30px;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.corporate-wrap h2 {
    font-size: 30px;
    font-weight: 800;
    font-family: "Nunito", sans-serif;
    line-height: 42px;
}
.services-cop .icon {
    line-height: 1.3;
    position: relative;
}
.services-cop .icon span {
    font-size: 50px;
    color: #00bdaa;
}
.services-cop .icon span:before {
    display: inline-block;
    color: #25be5a;
    font-size: 50px;
    line-height: 55px;
    padding-right: 10px;
    margin-left: 0;
}
.consult-wrap {
    margin-top: -60px;
    -webkit-box-shadow: 0px -15px 39px -13px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px -15px 39px -13px rgba(0, 0, 0, 0.35);
    box-shadow: 0px -15px 39px -13px rgba(0, 0, 0, 0.35);
    position: relative;
    z-index: 1;
}
.no-gutters {
    margin-right: 0;
    margin-left: 0;
}
.corporate-service .bg-primary-img img {
    height: 578px;
    width: 100%;
}
.align-items-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
    padding: 0;
}
.services-cop .media-body h3 {
    font-weight: 600;
    font-size: 20px;
    color: #233e62;
}
.services-cop .icon span {
    font-size: 50px;
    color: #00bdaa;
}
.services-cop .media-body h3 {
    font-weight: 600;
    font-size: 22px;
    color: #233e62;
    font-weight: 700;
    font-family: "Nunito", sans-serif;
}
.services-cop .media-body p {
    font-weight: 400;
    font-size: 16px;
    font-family: "Nunito", sans-serif;
    color: #999;
}
.corpo .heading-action p {
    width: 100%;
}
.corpo.about-vido:before {
    background: rgba(0, 0, 0, 0.3);
    content: "";
    height: 100%;
    filter: alpha(opacity=80);
    position: absolute;
    width: 100%;
}
.corpo .video-background {
    right: -80px;
    bottom: -100%;
}
.corpo .section-tittle:after {
    position: absolute;
    left: 48%;
    content: '';
    width: 50px;
    height: 3px;
    background: #25be5a;
    top: 70%;
}
.corpo.dash-call-action {
    background: url(../img/slider/bg-img9.jpg) center center/cover no-repeat local;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.corpo.dash-call-action .heading-action {
    position: relative;
}
.corpo.dash-call-action:before {
    position: absolute;
    height: 100%;
    background-color: rgba(37, 190, 90, 0.66);
    background-repeat: repeat;
    width: 100%;
    content: "";
    top: 0;
    left: 0;
    z-index: 0;
}
.project .img {
    width: 100%;
    height: 230px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.project .cat {
    color: #fff;
    display: inline-block;
    background: #25be5a;
    border-radius: 30px;
    padding: 3px 20px;
    font-family: "Nunito", sans-serif;
    margin-bottom: 10px;
    margin-top: -38px;
    position: absolute;
    left: 50%;
    transition: 0.5sec;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.project {
    width: 100%;
}
.project h3 {
    font-size: 22px;
    font-weight: 600;
    padding: 12px 0px;
    font-family: "Nunito", sans-serif;
}
.project p {
    text-align: center;
    margin: 0 auto;
    color: #666;
    font-family: "Nunito", sans-serif;
    font-size: 16px;
    line-height: 30px;
    margin-top: 2px;
}
.project:hover .cat {
    color: #fff;
    background: #f95111;
}
.wrap-about .img {
    width: 100%;
    margin-bottom: 20px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}
.corpo-abut .tabs .current a {
    color: #fff;
    background: #25be5a;
    border: 1px solid #25be5a;
}
.corpo-abut .tabs li {
    padding-right: 10px;
}
.corpo-abut .tabs a {
    background-color: #eff0f2;
    border-bottom: 1px solid #fff;
    color: #888;
    font-weight: 600;
    display: block;
    font-family: "Nunito", sans-serif;
    letter-spacing: 0;
    outline: none;
    padding: 2px 28px;
    border-radius: 28px;
}
.corpo-abut .tab .tabs_item {
    background: #fafafa;
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, 0.05);
}
.corpo-abut .tabs {
    padding-bottom: 16px;
}
.corpo-abut .tabs_item p {
    font-family: "Nunito", sans-serif;
    font-size: 15px;
}
.corpo-abut .tabs_item {
    padding: 18px 16px;
}
.corpo-abut.finance .section-tittle {
    padding-bottom: 0px;
}
.corpo-abut .section-tittle h5 {
    font-family: "Nunito", sans-serif;
}
.wrap-about .about-cuntr .text h2 {
    font-weight: 700;
    font-size: 50px;
    color: #25be5a;
    display: block;
    font-family: "Nunito", sans-serif;
    position: relative;
    line-height: 1;
}
.wrap-about .about-cuntr .text span {
    display: block;
    font-size: 16px;
    font-family: "Nunito", sans-serif;
    color: rgba(0, 0, 0, 0.8);
    margin-top: 10px;
    font-weight: 700;
}
.team-img-cp {
    position: relative;
}
.team-member-warp .overlay-box {
    position: absolute;
    text-align: center;
    left: 0;
    height: 100%;
    width: 100%;
    top: 0;
}
.team-member-warp .overlay-box::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #25be5aab;
    left: 0;
    top: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    transform-origin: left;
    transition: .2s ease-in;
}
.team-member-warp:hover .overlay-box::before {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.team-member-warp .overlay-box::after {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    background: #f95111ab;
    left: 0;
    top: 0;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: left;
    transform-origin: left;
    transition: .2s ease-in;
}
.team-member-warp:hover .overlay-box::after {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    transition-delay: .3s;
}
.team-member-warp .overlay-box .overlay-inner {
    position: absolute;
    left: 0;
    right: 0;
    top: 45%;
    z-index: 1;
}
.team-member-warp .social-iconn li {
    list-style: none;
    display: inline-block;
}
.team-member-warp .social-iconn li a {
    display: inline-block;
    padding: 8px 5px;
    color: #fff;
}
.team-member-warp ul {
    padding-left: 0;
    margin-bottom: 0;
}
.team-member-warp .overlay-inner {
    -webkit-transform: translateX(-16px);
    transform: translateX(-16px);
    opacity: 0;
    transition: .2s ease;
    transition-delay: .0s;
}
.team-member-warp:hover .overlay-inner {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
    transition-delay: .5s;
}
.corpo.seo-tm.finance .team-detail-finan:hover h3 {
    color: #25be5a;
}
.padd-left {
    padding-left: 3rem;
    padding-right: 3rem;
}
.testimony-wrap .client-pic {
    border-radius: 50%;
    top: -40px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.testimony-wrap {
    display: block;
    position: relative;
    background: rgba(255, 255, 255, 0.1);
    color: rgba(0, 0, 0, 0.8);
    padding: 20px;
    background: #fafafa;
}
.testimony-wrap .quote {
    position: absolute;
    bottom: 18px;
    left: 75%;
    opacity: 1;
}
.testimony-wrap .quote i {
    color: #25be5a;
    font-size: 48px;
}
.testimony-wrap .text p {
    color: #666;
    font-family: "Nunito", sans-serif;
    font-size: 16px;
    line-height: 30px;
}
.testimony-wrap .position {
    font-size: 14px;
    color: #25be5a;
    font-family: "Nunito", sans-serif;
}
.testimony-wrap p.name {
    font-weight: 600;
    font-size: 20px;
    font-family: "Nunito", sans-serif;
    margin-bottom: 0;
    color: #000000;
}
.corpo.finance .testimonials-grids .owl-dots {
    text-align: center;
    margin-top: 30px;
}
.corpo.finance .testimonials-grids .owl-dots .owl-dot.active span {
    background: #25be5a;
}
.corpo-pric-bg {
    position: relative;
}
.corpo-pric-bg:before {
    background: url(../img/demo/corporate/shap-3.png);
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: -25px;
    left: -54px;
    background-repeat: no-repeat;
}
.corpo .pricing h3:after {
    position: absolute;
    left: 43%;
    content: '';
    width: 50px;
    height: 6px;
    background: #25be5a;
    top: 14%;
}
.corpo.seo-tm .pricing .price>span>span {
    color: #25be5a;
}
.corpo.seo-tm .pricing .price-btn a {
    background: #25be5a;
    border: 1px solid #25be5a;
}
.corpo .ul-check.success li:before {
    color: #25be5a;
}
.corpo.saas.finance .blog-area .grid-content {
    position: relative;
    background: black;
    background: #eef2f6;
}
.corpo.finance .blog-area .new-blog-builder .date {
    background-color: #25be5a;
    font-family: "Nunito", sans-serif;
    border-radius: 0%;
}
.corpo.finance .grid-content .meta-wrap span {
    color: #25be5a;
}
.corpo .new-blog-builder .blog-wrapper-saas img {
    transition: all 0.24s ease-in-out;
    transform: translateY(10);
}
.corpo .new-blog-builder:hover .blog-wrapper-saas img {
    transform: translateY(0);
}
.btn-wraper a:hover {
    color: #25be5a;
}
.btn-wraper a {
    color: #576277;
}
.btn-wraper {
    padding: 0 0 0 0;
    font-family: "Nunito", Sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0 0 0 0;
}

/*******************************************
	StartUP theme
*******************************************/
.logo-middle-6 {
    position: absolute;
    left: 44%;
    top: 0px;
    margin-left: -42.5px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.startup #nav-13 {
    position: relative;
}
.startup .menu-background-6 .mainmenu ul {
    text-align: right;
}
.startup .menu-background-6 .mainmenu ul li:nth-child(1) {
    float: left;
}
.startup .menu-background-6 .mainmenu ul li:nth-child(2) {
    float: left;
}
.startup .menu-background-6 .mainmenu ul li:nth-child(3) {
    float: left;
}
.startup .menu-background-6 .mainmenu ul li:nth-child(4) {
    float: left;
}
.startup.scroll-header .slicknav-bg-6 {
    background: #a5a5a5;
}
.startup.corpo.seo-bg {
    background: #122e98;
}
.startup-bg .overlay-bg {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    opacity: 0.6;
    background: rgb(0, 0, 0, 0.5);
}
.startup-bg {
    position: relative;
}
.startup-bg:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 55%;
    background: #122e98;
    border-bottom-right-radius: 0;
}
.startup .slider-wrapper-saas h1 span {
    color: #122e98;
}
.startup .slider-wrapper-saas h3 {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    font-family: "Nunito", Sans-serif;
}
.startup.finance .section-tittle .small-title {
    color: #f95111;
    font-size: 16px;
    animation: none;
    padding-bottom: 14px;
    font-family: "Nunito", Sans-serif;
}
.startup .section-tittle h2 span {
    color: #122e98;
    font-size: 46px;
    animation: none;
}
.startup.finance .section-tittle h2 {
    line-height: 24px;
    padding-top: 8px;
}
.service-bordr {
    border-left: 1px solid rgba(0, 0, 0, .05);
    border-bottom: 1px solid rgba(0, 0, 0, .05);
    width: 100%;
    padding: 30px;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    transition: all .3s ease;
}
.service-bordr:hover {
    background: rgba(18, 46, 152, 0.82);
    -webkit-box-shadow: 0 0 27px -16px rgba(0, 0, 0, .75);
    -moz-box-shadow: 0 0 27px -16px rgba(0, 0, 0, .75);
    box-shadow: 0 0 27px -16px rgba(0, 0, 0, .75);
    border: none;
}
.startup .service-bordr:hover .media-body p,
.startup .service-bordr:hover .media-body h3 {
    color: #fff;
}
.startup .services-cop .icon span:before {
    color: #f95111;
}
.service-bordr.noborder-left {
    border-left: none;
}
.service-bordr.noborder-bottom {
    border-bottom: none;
}
.startup .services-cop {
    margin-bottom: 0px;
}
.startup .services-cop .icon,
.startup .services-cop .media-body h3 {
    margin-bottom: 16px;
}
.startup-abut.corpo-abut .section-tittle h5 {
    color: #f95111;
    font-size: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 700;
}
.startup-abut.finance .wrap-about h2 {
    line-height: 24px;
    padding-top: 8px;
}
.startup-abut .section-tittle h2 span {
    color: #122e98;
    font-size: 46px;
    animation: none;
}
.wrap-about p {
    color: #666;
    font-family: "Nunito", sans-serif;
    font-size: 16px;
    line-height: 30px;
    margin-top: 18px;
}
.hiw-list-text h4 {
    font-size: 20px;
    font-weight: 600;
    font-family: "Nunito", sans-serif;
    margin-bottom: 10px;
    line-height: 1.1;
}
.hiw-list-text p {
    font-size: 15px;
    font-weight: 400;
    line-height: 28px;
    color: #7b8491;
    width: 62%;
    font-family: "Nunito", sans-serif;
    margin-bottom: 15px;
    transition: .3s;
}
.hiw-icon span:before {
    display: inline-block;
    color: #f95111;
    font-size: 40px;
    line-height: 55px;
    padding-right: 10px;
    margin-left: 0;
}
.hiw-icon {
    padding-right: 10px;
}
.startup.corpo.dash-call-action {
    background: url(../img/demo/startup/bg-img2.jpg) center center/cover no-repeat local;
}
.startup.corpo.dash-call-action:before {
    background-color: rgba(0, 123, 255, 0.45);
}
.startup .video-btn-style-four,
.startup .video-btn-style-four:before,
.startup .video-btn-style-four:after {
    background: #f95111;
    color: #fff;
    border: 2px solid #f95111;
}
.startup .video-holder {
    left: 75%;
}
.startup-gallery .single-gallery {
    overflow: hidden;
    position: relative;
}
.startup-gallery .single-gallery img {
    width: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.startup-gallery .single-gallery .gallery-hover {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: table;
    text-align: center;
    background: rgba(18, 46, 152, 0.82);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    visibility: hidden;
}
.startup-gallery .single-gallery:hover .gallery-hover {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    visibility: visible;
    opacity: 1;
}
.startup-gallery .single-gallery .gallery-hover .hover-inner {
    display: table-cell;
    vertical-align: middle;
}
.startup-gallery .single-gallery .gallery-hover .hover-inner h3:hover {
    color: #f95111;
}
.startup-gallery .single-gallery .gallery-hover .hover-inner h3 {
    font-size: 24px;
    color: #fff;
    font-family: "Nunito", sans-serif;
    font-weight: 600;
}
.startup-gallery .single-gallery .gallery-hover .hover-inner span {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    font-family: "Nunito", sans-serif;
}
.startup-gallery .mb-20 {
    margin-bottom: 20px;
}
.startup .team-member-warp .overlay-box::before {
    background: rgba(18, 46, 152, 0.82);
}
.startup .team-member-warp .overlay-box::after {
    background: #f95111d1;
}
.startup .counter-text h2 {
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px;
    font-family: "Nunito", sans-serif;
}
.startup .counter-text span {
    color: #fff;
    font-size: 18px;
    font-family: "Nunito", sans-serif;
}
.startup .counter-text h2:after {
    position: absolute;
    left: 40%;
    content: '';
    width: 50px;
    height: 3px;
    background: #f95111;
    top: 56%;
}
.startup.testimonials-area .item {
    border: 1px solid #ddd;
    padding: 6px;
}
.startup .testimony-wrap .quote i {
    color: #122e98;
}
.startup .testimony-wrap .position {
    font-size: 15px;
    color: #f95111;
}
.startup.finance .testimonials-grids .owl-dots {
    margin-top: 40px;
}
.startup.finance .testimonials-grids .owl-dots .owl-dot.active span {
    background: #f95111;
}
.news-boxx {
    padding: 0 30px;
    margin-top: -85px;
}
.startup.finance .blog-area .grid-content {
    margin-top: 0px;
    padding: 35px 25px 45px 25px;
    border: none;
    box-shadow: 0px 10px 40px 0px rgba(0, 36, 107, 0.15);
    border-radius: 0px 0px 5px 5px;
    background: #fff;
    position: relative;
}
.startup .btn-wraper a:hover {
    color: #f95111;
}
.startup.finance .grid-content .meta-wrap span {
    font-size: 16px;
    color: #f95111;
}
.startup.finance .blog-area .new-blog-builder .date,
.startup.finance .comment-respond .submit-btn button {
    background-color: #122e98;
}
.startup.gym.finance .detail-share i {
    color: #122e98;
}
.photograph-nav-toggle {
    position: fixed;
    left: -12px;
    top: 0;
    z-index: 9999;
    cursor: pointer;
    opacity: 1;
    visibility: vasiable;
    padding: 20px;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}
.photograph-nav-toggle i {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 2px;
    color: #000;
    font: bold 14px/.4 Helvetica;
    text-transform: uppercase;
    text-indent: -55px;
    background: #000;
    -webkit-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.photograph-nav-toggle i::before {
    top: -7px;
}
.photograph-nav-toggle i::before,
.photograph-nav-toggle i::after {
    content: '';
    width: 30px;
    height: 2px;
    background: #000;
    position: absolute;
    left: 0;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -webkit-transition: all .2s ease;
    -ms-transition: all .2s ease;
    transition: all .2s ease;
}
.photograph-nav-toggle.display i {
    background: transparent;
}
.photograph-nav-toggle.display i::before {
    top: 0;
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    transform: rotateZ(45deg);
}
.photograph-nav-toggle.display i::after {
    bottom: 0;
    -webkit-transform: rotateZ(-45deg);
    -moz-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg);
}
.photograph-nav-toggle.display i::before,
.photograph-nav-toggle.display i::after {
    background: #f95111;
}
.main-content.display,
.photograph-nav-toggle.display {
    top: 0;
    -moz-transform: translateX(270px);
    -webkit-transform: translateX(270px);
    -ms-transform: translateX(270px);
    -o-transform: translateX(270px);
    transform: translateX(270px);
}
.photograph-nav-toggle.display {
    top: 17px;
    left: -48px;
}
.photograph-nav-toggle {
    display: none;
}
@media screen and (max-width: 768px) {
    .mobile-menu-new {
        width: 300px;
        -moz-transform: translateX(-300px);
        -webkit-transform: translateX(-300px);
        -ms-transform: translateX(-300px);
        -o-transform: translateX(-300px);
        transform: translateX(-300px);
        padding-top: 4em;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
    }
    
    .mobile-menu-new.display {
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        width: 300px;
        background: #f2f3f7;
        z-index: 999;
        position: fixed;
    }
    
    .main-content {
        width: 100% !important;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
    }
}
.header-bar {
    float: right;
    width: 250px;
    height: 100vh;
    min-height: 400px;
    overflow: auto;
    background: #fff;
    box-shadow: 0 10px 4px rgba(0, 0, 0, 0.2);
    padding: 30px;
    text-align: left;
    position: fixed;
    left: 0;
    top: 0;
}
.header-bar ul {
    text-align: left;
    padding: 0;
    margin: 0 0 30px;
}
.header-bar ul li {
    list-style: none;
    margin-bottom: 5px;
}
.header-bar ul li.active a {
    color: #f95111;
}
.header-bar ul li a:hover {
    color: #f95111;
}
.main-menu-warp {
    margin-top: 40px;
}
.header-bar ul li a {
    display: block;
    padding: 4px 0;
    color: #000;
    font-family: "Nunito", sans-serif;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
}
.main-content {
    float: right;
    width: calc(100% - 250px);
}
.main-content .photos .photo-item {
    position: relative;
    margin-bottom: 20px;
}
.main-content .container-fluid {
    padding-right: 0;
}
.main-content .photos .photo-item img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 300px;
}
.main-content .photos .photo-item .photo-text-more {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: 30px;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden;
    text-align: center;
}
.main-content .photos .photo-item .photo-text-more .heading {
    font-size: 18px;
    color: #fff;
    font-family: "Nunito", sans-serif;
    margin-bottom: 0;
    font-weight: 600;
}
.main-content .photos .photo-item .photo-text-more i {
    color: #f95111;
    font-size: 24px;
    margin-top: 12px;
}
.main-content .photos .photo-item:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 1;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden;
}
.main-content .photos .photo-item:hover:after {
    opacity: 1;
    visibility: visible;
}
.main-content .photos .photo-item:hover .photo-text-more {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
}
.photography.porri.copyright-1 {
    color: #000;
}
.photography.porri.copyright-1 a {
    color: #f95111;
}
.photograph.corpo-abut .tabs .current a {
    color: #fff;
    background: #f95111;
    border: 1px solid #f95111;
}
.photograph .wrap-about .about-cuntr .text h2 {
    color: #f95111;
}
.photograph.finance .blog-area .new-blog-builder .date {
    background-color: #f95111;
}
.photograph.finance .comment-respond .submit-btn button {
    background-color: #f95111;
}
.photograph.gym.finance .detail-share i {
    color: #f95111;
}
.photograph.finance .form-control:focus {
    border-color: #f95111;
}
.black-photograph .header-bar,
.black-photograph-cont {
    background: #000;
}
.black-photograph .header-bar ul li a {
    color: #fff;
}
.black-photograph .header-bar ul li.active a,
.black-photograph .header-bar ul li a:hover {
    color: #f95111;
}
.black-photograph .photography.porri.copyright-1 {
    color: #fff;
}
.black-photograph .header-bar {
    float: left;
    width: 250px;
    height: 100vh;
    min-height: 400px;
    overflow: auto;
    box-shadow: 0 10px 4px rgba(0, 0, 0, 0.2);
    padding: 30px;
    text-align: right;
    position: fixed;
    right: 0 !important;
    top: 0;
    left: auto;
}
.black-photograph-cont.main-content {
    float: left;
    width: calc(100% - 250px);
}
.black-photograph .header-bar ul {
    text-align: right;
}
.black-photograph-cont.main-content.display,
.black-photograph .photograph-nav-toggle.display {
    top: 0;
    -moz-transform: translateX(-270px);
    -webkit-transform: translateX(-270px);
    -ms-transform: translateX(-270px);
    -o-transform: translateX(-270px);
    transform: translateX(-270px);
}
.black-photograph .photograph-nav-toggle i::before,
.black-photograph .photograph-nav-toggle i::after {
    content: '';
    width: 30px;
    height: 2px;
    background: #f95111;
}
.black-photograph .photograph-nav-toggle {
    right: -12px;
    left: auto;
    top: 0;
}
.black-photograph .photograph-nav-toggle.display {
    top: 17px;
    right: 0;
}
.photograph-nav-toggle {
    display: none;
}
@media screen and (max-width: 768px) {
    .black-photograph .mobile-menu-new {
        width: 300px;
        -moz-transform: translateX(300px);
        -webkit-transform: translateX(300px);
        -ms-transform: translateX(300px);
        -o-transform: translateX(300px);
        transform: translateX(300px);
        padding-top: 4em;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
    }
    
    .black-photograph .mobile-menu-new.display {
        -moz-transform: translateX(0);
        -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        width: 300px;
        background: #000;
        z-index: 999;
        position: fixed;
    }
    
    .black-photograph-cont.main-content {
        width: 100% !important;
        -webkit-transition: .5s;
        -o-transition: .5s;
        transition: .5s;
    }
}
.black-photograph-cont .corpo-abut .section-tittle h5 {
    color: #fff;
}
.black-photograph-cont .finance .section-tittle h2 {
    color: #fff;
}
.black-photograph-cont .wrap-about .about-cuntr .text span {
    color: rgb(255, 255, 255);
}
.black-photograph-cont .finance.section-blog {
    background: #000;
}
.black-photograph-cont .finance .comment-respond,
.black-photograph-cont .gym.finance .detail-share {
    background: #464646;
}
.black-photograph-cont .finance .detail-share h5,
.black-photograph-cont .finance .detail-share p {
    color: #fff;
}
.photograph-main .blog-wrapper-saas {
    position: relative;
}
.photograph-main .new-blog-builder:hover .blog-wrapper-saas img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.photograph-main .blog-wrapper-saas img {
    -webkit-transition-duration: 600ms;
    transition-duration: 600ms;
}
.pp-blog.seo-bg {
    background: #fff;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.15);
    border-bottom: 2px solid #e20378;
}
.pp-blog.saas .mainmenu ul li a {
    color: #000;
}
.pp-blog.saas .mainmenu ul li a:hover,
.pp-blog .social ul li a:hover {
    color: #e20378;
}
.pp-blog .social ul li a {
    color: #000;
}
.pp-blog .social {
    text-align: right;
    margin-top: 6px;
}
.pp-blog .mainmenu ul li:hover .sub-menu {
    top: 136%;
}
.pp-blog .mainmenu ul li:hover>.sub-menu li>a:hover {
    color: #fff;
    background: #e20378;
}
.pp-blog .mainmenu ul li .sub-menu {
    border-top: 2px solid #e20378;
}
.welcome-post .post-content {
    position: absolute;
    width: 80%;
    bottom: 10%;
    left: 10%;
    z-index: 5;
}
.welcome-post:before {
    background: rgba(0, 0, 0, 0.58);
    content: "";
    height: 100%;
    filter: alpha(opacity=80);
    position: absolute;
    width: 100%;
}
.pp-blog .welcome-post {
    position: relative;
    z-index: 1;
    overflow: hidden;
}
.welcome-post .post-content .post-title {
    padding: 5 0px;
    font-size: 30px;
    font-family: "Nunito", sans-serif;
    font-weight: 600;
    color: #fff;
    display: inline-block;
}
.welcome-post.style-2 .post-title {
    padding: 10 0px;
    font-size: 18px;
    font-family: "Nunito", sans-serif;
}
.welcome-post .post-content .tag.tag-2 {
    background-color: #6bc045;
}
.welcome-post .post-content .tag.tag-3 {
    background-color: #ee9202;
}
.welcome-post .post-content .post-title:hover {
    color: #e20378;
}
.welcome-post .post-content p {
    font-size: 12px;
    color: #fff;
    font-family: "Nunito", sans-serif;
    margin-bottom: 0;
    font-weight: 600;
}
.welcome-post .post-content .tag {
    background-color: #e20378;
    width: 88px;
    height: 25px;
    color: #fff;
    font-family: "Nunito", sans-serif;
    display: block;
    text-transform: uppercase;
    font-size: 12px;
    line-height: 25px;
    text-align: center;
    margin-bottom: 15px;
}
.post-category {
    display: inline-block;
    padding: 2px 10px;
    border-radius: 4px;
    letter-spacing: .2em;
    font-weight: 700;
    font-size: .6rem;
    text-transform: uppercase;
}
.post-sm-entry h2 {
    font-size: 1rem;
    line-height: 1.4;
    font-family: "Nunito", sans-serif;
    color: #000;
}
.post-sm-entry figure {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 110px;
    flex: 0 0 110px;
}
.personal-blog-warp .blog-sidebar .widget>h3,
.personal-blog-warp .blog-sidebar .recent-post-widget .entry-details h4,
.personal-blog-warp .blog-sidebar .recent-post-widget .date,
.personal-blog-warp .blog-sidebar .categories-widget ul a,
.personal-blog-warp .blog-sidebar .recent-comments .post-by,
.personal-blog-warp .blog-sidebar .recent-comments a {
    font-family: "Nunito", sans-serif;
}
.personal-blog-warp .blog-sidebar .news-letter-widget button {
    top: 50px;
}
.personal-blog-warp .blog-sidebar .widget>h3 {
    font-weight: 700;
}
.personal-blog-warp .blog-sidebar .recent-comments .post-by {
    font-weight: 600;
}
.personal-blog-warp .blog-sidebar .recent-post-widget .entry-details h4:hover a {
    color: #e20378;
}
.personal-blog-warp.finance .blog-area .new-blog-builder .date,
.personal-blog-warp .blog-sidebar .search-widget button,
.personal-blog-warp .blog-sidebar .news-letter-widget button {
    background-color: #e20378;
}
.personal-blog-warp.finance .form-control:focus {
    border-color: #e20378;
}
.personal-blog-warp.startup.finance .grid-content .meta-wrap span {
    color: #e20378;
}
.blog-sidebar .categories-Tag .tags {
    padding: 0;
    margin: 0;
    font-weight: 400;
}
.blog-sidebar .categories-Tag .tags li {
    padding: 0;
    margin: 0 4px 4px 0;
    float: left;
    display: inline-block;
}
.blog-sidebar .categories-Tag .tags li a {
    float: left;
    display: block;
    border-radius: 4px;
    padding: 6px 6px;
    color: gray;
    font-size: 14px;
    font-family: "Nunito", sans-serif;
    background: #f2f2f2;
}
.blog-sidebar .categories-Tag .tags li a:hover {
    color: #fff;
    background: #e20378;
}
.personal-blog-warp .blog-wrapper-saas img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 300px;
}
.minimal .seo-bg {
    background: #25be5a;
}
.minimal.seo.porri.gym {
    top: 30px;
}
.minimal-prot.finance .banner-wrapper:before {
    background: linear-gradient(to bottom, #251675ad, #2b073c);
    content: "";
    height: 100%;
    filter: alpha(opacity=80);
    position: absolute;
    width: 100%;
}
.minimal-prot .about-cuntr {
    position: absolute;
    left: 20%;
    top: 100%;
    padding: 0px 0px;
}
.minimal-prot .about-cuntr .block-18 {
    padding: 0 24px;
}
.minimal-prot .wrap-about .about-cuntr .text span {
    color: #fff;
}
.minimal-prot .protfolio-menu button:hover,
.minimal-prot .protfolio-menu button.active {
    color: #25be5a;
}
.minimal-dash.corpo.dash-call-action {
    background: url(../img/demo/minimal/02.jpg) center center/cover no-repeat local;
}
.minimal-serv .single-feature h4 span {
    margin-right: 15px;
    font-weight: 400;
}
.minimal-serv .single-feature h4 span:before {
    margin-left: 0px;
    font-size: 35px;
    color: #25be5a;
}
.minimal-about .hiw-icon span:before {
    display: inline-block;
    color: #25be5a;
}
.minimal-blog.finance .blog-area .new-blog-builder .date {
    background-color: #25be5a;
}
.minimal-blog.startup.finance .grid-content .meta-wrap span {
    color: #25be5a;
}
.minimal-subr .subscribe-box {
    background-color: #25be5a;
}
.minimal-subr .subscribe-text h1,
.minimal-subr .subscribe-text span,
.minimal-subr .subscribe-form form input {
    font-family: "Nunito", sans-serif;
}
.minimal-subr.subscribe-area {
    margin-bottom: 100px;
}
.minimal-cnt-bg {
    background: #f9f9f9;
}
.minimal-contact.gym.finance .detail-share {
    background: #fff;
}
.minimal-contact.finance .comment-respond {
    background: #fff;
}
.minimal-contact.gym.finance .detail-share i {
    font-size: 32px;
    color: #25be5a;
}
.minimal-contact.finance .comment-respond .submit-btn button {
    background-color: #25be5a;
}
.minimal-contact.finance .form-control:focus {
    border-color: #25be5a;
}
.app.saas .mainmenu ul li a {
    color: #000;
}
.app .ftp i {
    color: #ec1111;
}
.app.porri.scroll-header {
    background: #fff none repeat scroll 0 0;
}
.app .seo-bg {
    background: linear-gradient(to right, #1345e6 0%, #ed239f 51%, #1345e6 100%);
}
.home_banner_area {
    background: url(../img/banner/home-banner.png) no-repeat top center;
    background-position: center;
    background-size: cover;
    min-height: 890px;
}
.app-banner .slider-wrapper-saas {
    background-position: center center;
    background-size: cover;
    position: relative;
    min-height: 890px;
}
.home-right-img .img-fluid {
    max-width: 100%;
    height: 600px;
}
.buttons-wrp {
    padding: 20px 24px 16px;
    max-width: 225px;
    margin-right: 10px;
    border: 1px solid #dddddd;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background-color: #fff;
    color: #fff !important;
}
.buttons-wrp.whit a h4 {
    color: #fff !important;
}
.buttons-wrp.whit {
    background: linear-gradient(to right, #1345e6 0%, #ed239f 70%);
}
.buttons-wrp:hover {
    cursor: pointer;
    box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.1);
    background: linear-gradient(to right, #1345e6 0%, #ed239f 70%);
    color: #fff !important;
    border: 1px solid #fff;
}
.buttons-wrp i {
    font-size: 44px;
    padding-right: 20px;
    color: #eeeeee;
    margin-top: -8px;
}
.buttons-wrp h4 {
    margin-bottom: 8px !important;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
}
.buttons-wrp h4 span {
    font-size: 24px;
    font-weight: 600;
    font-family: "Nunito", sans-serif;
}
.buttons-wrp.dark {
    background-color: #000;
    color: #fff !important;
    border: 1px solid #000;
}
.buttons-wrp.dark a h4 {
    color: #fff;
}
.hero-app-8 {
    position: absolute;
    left: 45%;
    top: 80%;
}
.custom-animation {
    backface-visibility: hidden;
    animation: jumping 9s ease-in-out 2s infinite alternate;
    animation-delay: 1s;
    transition: all .9s ease 5s;
    user-select: none;
}
.hero-app-7 {
    position: absolute;
    top: 13%;
    left: 51%;
}
.custom-animation2 {
    backface-visibility: hidden;
    animation: move 4.2s linear infinite;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-delay: 1s;
    transition: all 1s ease 3s;
    user-select: none;
}
@keyframes jumping {
    0% {
        transform: translateY(0px) translateX(0) rotate(0) scale(1);
        opacity: .8
    }
    
    25% {
        transform: translateY(-10px) translateX(-10px) rotate(20deg) scale(.8);
        opacity: .9
    }
    
    50% {
        transform: translateY(-15px) translateX(-15px) rotate(10deg) scale(.9);
        opacity: .8
    }
    
    75% {
        transform: translateY(-20px) translateX(-20px) rotate(20deg) scale(.75);
        opacity: .6
    }
    
    85% {
        transform: translateY(-25px) translateX(-25px) rotate(20deg) scale(.9);
        opacity: .7
    }
    
    100% {
        transform: translateY(-15px) translateX(-15px) rotate(0) scale(.95);
        opacity: .85
    }
}
.hero-app-1 {
    position: absolute;
    left: 4%;
    top: 10%;
}
.custom-animation {
    backface-visibility: hidden;
    animation: jumping 9s ease-in-out 2s infinite alternate;
    animation-delay: 1s;
    transition: all .9s ease 5s;
    user-select: none;
}
.abut-app.seo .saas-button a {
    color: #fff;
    background: linear-gradient(to right, #1345e6 0%, #ed239f 70%);
    border: 1px solid #122e98;
}
.about-picc .about-img {
    max-width: 100%;
    height: 600px;
}
.app-abut-2.seo .single-fitness-feature .fitness-number span {
    background: linear-gradient(to right, #1345e6 0%, #ed239f 70%);
    border: 1px solid #ec1111;
}
.app-abut-2.seo .single-fitness-feature:hover .fitness-number span {
    background: #fff;
    color: linear-gradient(to right, #1345e6 0%, #ed239f 70%);
    border: 1px solid #ec1111;
}
.testimonials-grids-warp::after {
    background: url(../img/demo/app/testimonial-bg.webp) left center no-repeat;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: -130px;
    width: 665px;
    height: 550px;
    transform: scale(0.8);
    background-size: cover;
    z-index: -1;
    display: none;
}
.testimonials-grids-warp::after {
    width: 665px;
    height: 550px;
    transform: scale(1);
}
.testimonials-grids-warp::after {
    display: block;
}
.testimonials-grids-warp .testimonial-item {
    margin-top: 150px;
}
.testimonials-grids-warp .owl-item img {
    width: 200px;
    height: 225px;
    margin-right: auto;
    margin-left: auto;
    border-radius: 0 40px 0 40px;
    box-shadow: -1px 7px 20px 0px rgba(5, 54, 77, 0.2);
}
.testimonials-grids-warp .details-about h4 {
    font-size: 26px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
    font-family: "Nunito", sans-serif;
}
.testimonials-grids-warp .rating i {
    color: #ffc515;
}
.testimonials-grids-warp .details-about p {
    font-size: 16px;
    color: #7b7b7b;
    margin-top: 10px;
    line-height: 28px;
    font-family: "Nunito", sans-serif;
    font-weight: 600;
}
.testimonials-grids-warp .owl-dots .owl-dot.active span {
    background: #5f30ff;
}
.testimonials-grids-warp .owl-theme .owl-dots .owl-dot.active span,
.testimonials-grids-warp .owl-theme .owl-dots .owl-dot:hover span {
    background: #869791;
}
.testimonials-grids-warp .owl-dots .owl-dot span {
    background: #c8cfda;
}
.testimonials-grids-warp .owl-dots .owl-dot {
    display: inline-block;
}
.testimonials-grids-warp .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.testimonials-grids-warp .owl-dots {
    position: absolute;
    left: 70%;
    padding-top: 20px;
    transform: translateX(-50%);
}
.mm-top {
    margin-bottom: 170px;
}
.app-service .icon-card-one .wrp .icon-twitter::after {
    background: #1345e6;
}
.app-service .icon-card-one .wrp .icon {
    color: #1345e6;
}
.app-service .icon-card-one .grid-wrp:hover .wrp h4,
.wrp-icon {
    color: #1345e6;
}
.app-service .icon-card-one .wrp h4,
.app-service .icon-card-one .wrp p {
    font-family: "Nunito", sans-serif;
}
.app-service .icon-card-one .wrp h4 {
    font-size: 22px;
    font-weight: 700;
}
.app-service .icon-card-one .wrp p {
    font-size: 15px;
}
.app-desh .hero-form button {
    background-image: -moz-linear-gradient( 0deg, rgb(53, 36, 187) 0%, rgb(204, 28, 0) 100%);
    background-image: -webkit-linear-gradient( 0deg, rgb(53, 36, 187) 0%, rgb(204, 28, 0) 100%);
    background-image: -ms-linear-gradient( 0deg, rgb(53, 36, 187) 0%, rgb(204, 28, 0) 100%);
}
.app-team .team-style-six .inner-box .lower-box h4 {
    font-family: "Nunito", sans-serif;
}
.team-style-six .inner-box .lower-box .designation {
    font-family: "Nunito", sans-serif;
    font-size: 15px;
}
#topbar.constru-top .topbar-block.left ul li i {
    color: #fdbe34;
}
#topbar.constru-top ul li {
    border-right: 1px solid #fdbe34;
}
#topbar.constru-top .topbar-block ul.social a:hover {
    color: #fdbe34;
}

/* .constru-bg {
    background: #1034A6;
} */
.mb-cons {
    margin-bottom: 38px;
}
.constru-header.seo.porri.gym {
    /* top: 52px; */
    
    z-index: 333;
}
.constru-header.saas .mainmenu ul li a:hover,
.constru-header.saas .mainmenu ul li.current-menu-item>a,
.constru-header.saas .mainmenu ul li.current-menu-parent>a {
    background: #fdbe34;
    color: #1034A6;
}
.constru-header.porri .mainmenu ul li {
    /* margin: 10px 2px;
    margin-top: 0; */
    /* line-height: 44px; */
}
.constru-header.porri .mainmenu ul li a {
    margin: 0 auto;
    position: relative;
    padding: 12px 15px;
    line-height: normal;
}
.constru-banner .saas-button a {
    background: #fdbe34;
}
.constru-banner .saas-button a:hover {
    color: #fdbe34;
    background: #1034A6;
}
.mp-topp {
    margin-top: -100px;
}
.short-about:nth-child(1) {
    background: #fff;
    box-shadow: 0 10px 30px 0 rgba(133, 66, 189, .1);
}
.short-about:nth-child(2) {
    background: #fdbe34;
    color: #000;
}
.short-about:nth-child(3) {
    background: #1034A6;
}
.short-about .icon span {
    font-size: 70px;
    color: #000;
}
.short-about .icon span:before {
    display: inline-block;
    color: #25be5a;
    font-size: 50px;
    line-height: 55px;
    padding-right: 10px;
    margin-left: 0;
}
.short-about h3 {
    font-size: 24px;
    font-weight: 700;
    font-family: "Nunito", sans-serif;
}
.short-about p {
    font-size: 16px;
    font-family: "Nunito", sans-serif;
}
.short-about:nth-child(3) .text h3,
.short-about:nth-child(3) .text p {
    color: #fff;
}
.constru .about-text-iner {
    margin-top: 72px;
    display: flex;
    align-items: center;
}
.constru.about-us-area {
    position: relative;
    background-image: url(../img/demo/construction/about_overlay.png);
    background-repeat: no-repeat;
    background-position: left;
    margin-top: 130px;
}
.constru .about-text-iner .about-text-counter {
    background-image: url(../img/demo/construction/theme-icon-2.png);
    background-size: contain;
    background-position: left;
    background-repeat: no-repeat;
}
.constru .about-text h3 {
    font-size: 34px;
    font-weight: 700;
    color: #463333;
    font-family: "Nunito", sans-serif;
    margin-bottom: 15px;
}
.constru .about-text p {
    color: #7b7b7b;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    padding-right: 40px;
    font-family: "Nunito", sans-serif;
}
.constru .about-text-iner .about-text-counter h2 {
    font-size: 150px;
    line-height: 120px;
    display: inline-block;
    color: #fdbe34;
    padding-right: 35px;
    font-family: "Nunito", sans-serif;
    border-right: 1px solid #83868c;
    font-weight: 800;
    margin-bottom: 0px;
}
.constru .about-text-iner .about-text-counter {
    margin-right: 35px;
}
.constru .about-text span {
    color: #1034A6;
    margin-top: 6px;
}
.about-top .mp-topp {
    position: relative;
    z-index: 1;
}
.about-top .text {
    padding: 0 12px;
}
.const-ser.finance.section-service {
    background: #dedffe;
    z-index: 1;
}
.const-ser .single-generating {
    border: 1px solid #f2f2f2;
    background: #fff;
    padding: 36px 54px 25px 56px;
    border-radius: 10px;
    -webkit-transition: all .4s ease-out 0s;
    -moz-transition: all .4s ease-out 0s;
    -ms-transition: all .4s ease-out 0s;
    -o-transition: all .4s ease-out 0s;
    transition: all .4s ease-out 0s;
}
.const-ser .single-generating:hover {
    background-color: #1034A6;
    -webkit-box-shadow: 0 5px 50px 0 rgba(46, 49, 146, 0.1);
    box-shadow: 0 5px 50px 0 rgba(46, 49, 146, 0.1);
}
.const-ser .single-generating:hover .generating-cap h4,
.const-ser .single-generating:hover .generating-cap p {
    color: #fff;
}
.const-ser .single-generating:hover .generating-cap h4:after {
    background-color: #fdbe34;
}
.const-ser .generating-cap {
    padding-left: 28px;
}
.const-ser .generating-img {
    width: 125px;
    margin-bottom: 86px;
}
.const-ser .generating-cap h4 {
    color: #000;
    font-size: 22px;
    position: relative;
    font-weight: 700;
    font-family: "Nunito", sans-serif;
    line-height: 1.3;
    margin-bottom: 29px;
}
.const-ser .generating-cap h4:after {
    content: "";
    position: absolute;
    bottom: -17px;
    left: 0px;
    width: 45%;
    background-color: #efefef;
    height: 4px;
}
.const-ser .generating-cap p {
    font-family: "Nunito", sans-serif;
    color: #707b8e;
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 15px;
    font-weight: 400;
}
.const-call.seo.dash-call-action {
    background: url(../img/demo/construction/ff.jpg) center center/cover no-repeat local;
}
.const-call.seo.dash-call-action:before {
    background: linear-gradient(to bottom, #251675ad, #2b073c);
    content: "";
    height: 100%;
    filter: alpha(opacity=80);
    position: absolute;
    width: 100%;
    top: 0;
}
.const-call .heading-action h2,
.const-call .heading-action p {
    position: relative;
}
.const-case.minimal-prot .protfolio-menu button:hover,
.const-case.minimal-prot .protfolio-menu button.active {
    color: #fdbe34;
}
.const-case.porri .protfolio-wrapper img {
    opacity: 1;
    width: 100%;
    background: #1034A6;
}
.const-case.porri .protfolio-wrapper {
    background: #1034A6;
}
.const-case.porri .protfolio-wrapper h2:hover {
    color: #fdbe34;
}
.const-case.porri .protfolio-wrapper:hover img {
    zoom: 1;
    filter: alpha(opacity=20);
    -webkit-opacity: 0.2;
    opacity: 0.2;
}
.review-part-text .details-about h4 {
    font-size: 26px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
    font-family: "Nunito", sans-serif;
}
.review-part-text .rating i {
    color: #ffc515;
}
.const-test.finance .queit-box i {
    color: #1034A6;
}
.review-part-text .details-about p {
    font-size: 16px;
    color: #7b7b7b;
    margin-top: 10px;
    line-height: 28px;
    font-family: "Nunito", sans-serif;
    font-weight: 600;
}
.review-part .owl-nav {
    text-align: right;
    margin-top: 40px;
}
.review-part .owl-nav>div {
    background-color: #fff;
    display: inline-block;
    width: 50px;
    height: 50px;
    color: #1034A6;
    text-align: center;
    line-height: 46px;
    font-size: 1.125rem;
    padding: 0;
    margin: 0 0 0 10px;
    border: 2px solid #bdbdbd;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}
.review-part .owl-nav .owl-prev:hover,
.review-part .owl-nav .owl-next:hover {
    color: #fff;
    background: #1034A6;
    border: 2px solid #fff;
}
.const-blogs.finance .grid-content h2 {
    margin: 10px 0px 14px 0px;
}
.const-blogs.corpo.finance .blog-area .new-blog-builder .date {
    background-color: #1034A6;
}
.const-blogs.corpo.finance .grid-content .meta-wrap span {
    color: #ffc515;
}
.const-forum.finance .comment-respond {
    background: #1034A6;
    padding: 60px;
}
.const-forum.seo-tm.saas.finance .comment-respond .submit-btn button {
    background: #ffc515;
}

/* .const-forum.finance .my-location img {
    margin-top: -116px;
} */
.shop-banner.constru-banner .saas-button a {
    background: #DB1134;
    color: #fff;
}
.shop-banner.constru-banner .saas-button a:hover {
    background: #fff;
    color: #DB1134;
}
.shop-banner .slider-wrapper-saas h1,
.shop-banner .slider-wrapper-saas p {
    color: #000;
}
.shop-banner .slider-wrapper-saas h1 span {
    color: #DB1134;
}
.shop-banner .shop-banner-pic {
    position: relative;
    bottom: -19px;
    left: -114px;
    height: 500px;
}
.shop-nav.seo.porri.gym {
    background: #fff;
    position: relative;
    z-index: 22;
}
.shop-nav.saas .mainmenu ul li a {
    color: #000;
}
.shop-nav button.ftp {
    display: inline-block;
    position: relative;
}
.shop-nav .ftp i {
    color: #000;
}
.shop-about-icons .single-icons {
    text-align: center;
    border: 2px solid #e8e8e8;
    padding: 40px 0;
    background: #fff;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: 93% 5.9%;
    transition: .3s;
    position: relative;
}
.shop-about-icons .single-icons:hover {
    -webkit-box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.3);
}
.shop-about-icons .single-icons::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 20px 20px 0;
    border-color: transparent #DB1134 transparent transparent;
    content: "";
    position: absolute;
    right: 10px;
    top: 9px;
}
.shop-about-icons .single-icons span {
    display: block;
    font-weight: 700;
    font-size: 16px;
    font-family: "Nunito", sans-serif;
    line-height: 30px;
    margin-top: 20px;
    line-height: 1;
}
.shop-pro-slide .product-card-one .icons a i:hover {
    background-color: #DB1134;
    color: #ffffff;
    cursor: pointer;
}
.shop-pro-slide .product-card-one h3,
.shop-pro-slide .product-card-one .price {
    font-family: "Nunito", sans-serif;
}
.shop-pro-slide .product-card-one .price {
    color: #DB1134;
    font-weight: 700;
}
.shop-pro-slide.finance .section-tittle {
    text-align: right;
}
.shop-pro-slide.finance .section-tittle p {
    text-align: left;
}
.shop .product-card-one figcaption {
    background: #e2e2e2;
}
.new-product-bg {
    background: #c7c7c7;
}
.filter-control {
    text-align: center;
    margin-bottom: 45px;
    padding-top: 32px;
}
.product-large {
    height: 620px;
    margin-left: -15px;
    margin-right: -15px;
    text-align: center;
    padding-top: 285px;
}
.side-tittle h2 {
    font-size: 30px;
    position: relative;
    font-weight: 700;
    font-family: "Nunito", sans-serif;
    padding: 25px 0px;
}
.side-tittle h2:before {
    position: absolute;
    left: 0;
    top: 10px;
    width: 40%;
    height: 2px;
    background: #DB1134;
    content: "";
    opacity: 1;
}
.side-tittle h2 span {
    color: #DB1134;
}
.about-tittle-det {
    background: #f3f3f3;
    padding: 10px 20px;
}
.about-tittle-det h4 {
    font-size: 22px;
    font-weight: 700;
    position: relative;
    margin: 20px 0px 4px;
    font-family: "Nunito", sans-serif;
}
.about-tittle-det h4:before {
    position: absolute;
    left: 0;
    top: -12px;
    width: 8%;
    height: 2px;
    background: #DB1134;
    content: "";
    opacity: 1;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.about-hover-warp:hover .about-tittle-det h4:before {
    width: 20%;
}
.about-tittle-det p {
    color: #7b7b7b;
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    padding-right: 40px;
    font-family: "Nunito", sans-serif;
}
.shop-ser .shop-ser-bgs {
    background-color: #f7f7f7;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 0px 40px;
}
.shop-ser .single-fitness-feature .fitness-number span {
    background: #DB1134;
}
.shop-blogs.finance .blog-area .new-blog-builder .date {
    background-color: #DB1134;
}
.shop-blogs.finance .grid-content .meta-wrap span {
    color: #DB1134;
}
.shop-blogs .btn-wraper a:hover {
    color: #DB1134;
}
.para-setting {
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center center;
    overflow: hidden;
    position: relative;
    width: 100%;
}
.para-button a {
    border: 1px solid #ec1111;
    border-radius: 30px;
    color: #fff;
    display: inline-block;
    font-family: 'poppins', sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    position: relative;
    overflow: hidden;
    background-color: #ec1111;
    padding: 15px 38px;
    position: relative;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transform: translateZ(0);
}
.para-button a:before {
    opacity: 0;
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    border-radius: inherit;
    background-color: #ffffff;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.para-button a:after {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    border: 5px solid #ec1111;
    content: '';
    border-radius: inherit;
}
.para-button a:hover {
    background-color: #ec1111;
    color: #ffffff;
}
.para-button a:hover:before {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
    opacity: 0.25;
}
.welcome-right {
    padding: 40px 50px;
    background: #f6f6f6 none repeat scroll 0 0;
    border-radius: 5px;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
}
.welcome-right h3 {
    color: #111;
    font-weight: 500;
    font-size: 28px;
    font-family: "Nunito", sans-serif;
    text-align: center;
}
.welcome-right form {
    margin-top: 30px;
}
.welcome-right form p {
    margin-top: 13px;
}
.welcome-right form p {
    font-size: 16px;
    color: #63688e;
    line-height: 26px;
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
}
.welcome-right form p input {
    width: 100%;
    padding: 5px 15px;
    height: 47px;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    font-size: 15px;
    background: #fff;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.welcome-right form p:last-child {
    text-align: center;
}
.welcome-right form p textarea {
    width: 100%;
    padding: 5px 15px;
    height: 120px;
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    font-size: 15px;
    background: #fff;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.welcome-right form p button {
    border: medium none;
    cursor: pointer;
    display: block;
    width: 100%;
}
.welcome-right form input:focus,
.welcome-right form textarea:focus,
.welcome-right form button:focus {
    outline: none;
}
.welcome-right form p input:focus,
.welcome-right form p textarea:focus {
    border: 1px solid #1034A6;
}
.aubna-btn {
    background-color: #1034A6 !important;
    border-radius: 40px;
    display: inline-block;
    padding: 10px 35px;
    color: #fff !important;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0;
    overflow: hidden;
    position: relative;
    z-index: 1;
    font-size: 14px;
    letter-spacing: 1px;
}
.video-holder-2 {
    text-align: center;
    position: absolute;
    left: 55%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.video-holder-2 a {
    font-family: "Nunito", sans-serif;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
}
@-webkit-keyframes border_animation {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
    
    20% {
        -webkit-transform: scale(1.24);
        transform: scale(1.24);
        opacity: 1;
    }
    
    100% {
        -webkit-transform: scale(2.1);
        transform: scale(2.1);
        opacity: 0;
    }
}
@keyframes border_animation {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0;
    }
    
    20% {
        -webkit-transform: scale(1.24);
        transform: scale(1.24);
        opacity: 1;
    }
    
    100% {
        -webkit-transform: scale(2.1);
        transform: scale(2.1);
        opacity: 0;
    }
}
.video_btn_border {
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    border-radius: 60px;
    position: absolute;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    border: 2px solid #ec1111;
    -webkit-animation: border_animation 3.9s linear 0s infinite;
    animation: border_animation 3.9s linear 0s infinite;
}
.video_btn_border.border_wrap-2 {
    -webkit-animation-delay: 1.3s;
    animation-delay: 1.3s;
}
.video_btn_border.border_wrap-3 {
    -webkit-animation-delay: 2.6s;
    animation-delay: 2.6s;
}
.video_btn_border {
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    border-radius: 60px;
    position: absolute;
    -webkit-animation-play-state: running;
    animation-play-state: running;
    border: 2px solid rgba(38, 24, 243, 0.45);
    -webkit-animation: border_animation 3.9s linear 0s infinite;
    animation: border_animation 3.9s linear 0s infinite;
}
.video-btn-style {
    position: relative;
    height: 80px;
    width: 80px;
    background: #1034A6;
    text-align: center;
    display: inline-block;
    line-height: 80px;
    color: #fff;
    border-radius: 50%;
    transition-duration: 0s;
    -ms-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
}
.card-feature {
    padding: 40px 35px;
    border: 0;
    border-radius: 0;
    background: #fff;
    transition: all 300ms linear 0s;
}
.card-feature__title {
    font-size: 22px;
    font-weight: 700;
    font-family: 'Nunito', sans-serif;
    color: #020a21;
}
.card-feature__subtitle {
    margin-bottom: 0;
    color: #797979;
    font-family: 'Nunito', sans-serif;
}
.card-feature__icon {
    margin-bottom: 10px;
    display: inline-block;
    transform: translateY(4px);
}
.card-feature__icon i {
    color: #1034A6;
    font-size: 30px;
    margin-right: 15px;
}
.medi.constru.about-us-area {
    position: relative;
    background: #f7f7f7;
    background-image: url(../img/demo/medical/bg-1.png);
    background-repeat: no-repeat;
    background-position: left;
    margin-top: 0px;
}
.medi.constru.about-us-area:after {
    content: '';
    position: absolute;
    left: 0;
    width: 50%;
    top: 0;
    background: url(../img/demo/medical/about1.png);
    backgroundsize: auto;
    z-index: 11;
    height: 100%;
    background-repeat: no-repeat;
    background-position: right bottom;
}
.medi.constru .about-text-iner .about-text-counter h2 {
    color: #1034A6;
}
.medi.corpo.dash-call-action:before {
    background-color: rgba(38, 24, 243, 0.7);
}
.medi.minimal-dash.corpo.dash-call-action {
    background: url(../img/demo/medical/e1.jpg) center center/cover no-repeat local;
}
.medi .heading-action p {
    font-size: 26px;
}
.medi .saas-button a,
.medi .saas-button-2 a {
    background: #1034A6;
}
.medi .saas-button a:hover {
    color: #1034A6;
    background: #fff;
}
.quality-area .single-quality {
    border: 2px solid #ececec;
    border-radius: 10px;
    background: #fff;
    padding: 70px 45px 63px 45px;
    margin-bottom: 30px;
    text-align: center;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
}
.quality-area .single-quality:hover {
    border: 2px solid #1034A6;
}
.quality-area .single-quality .icon {
    background-image: -moz-linear-gradient(90deg, #24c0f1 0%, #1034A6 100%);
    background-image: -webkit-linear-gradient(90deg, #24c0f1 0%, #1034A6 100%);
    background-image: -ms-linear-gradient(90deg, #24c0f1 0%, #1034A6 100%);
    width: 90px;
    height: 90px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    color: #fff;
    display: inline-block;
    font-size: 40px;
    text-align: center;
    line-height: 90px;
}
.quality-area .single-quality .icon i {
    line-height: 90px;
}
.quality-area .single-quality h3 {
    font-size: 22px;
    font-weight: 700;
    color: #222222;
    font-family: 'Nunito', sans-serif;
    margin-top: 32px;
    margin-bottom: 24px;
}
.quality-area .single-quality p {
    color: #6b6a6a;
    margin-bottom: 0;
    font-family: 'Nunito', sans-serif;
}
.medi.gym .gym-section-title {
    text-align: left;
}
.medi.gym .gym-section-title p {
    color: #6b6a6a;
    margin-bottom: 0;
    font-family: 'Nunito', sans-serif;
}
.medi .protfolio-menu button:hover,
.medi .protfolio-menu button.active {
    color: #1034A6;
}
.medi .protfolio-img::before {
    background: rgba(38, 24, 243, 0.6588235294117647);
}
.protfolio-content .icon i {
    color: #fff;
    font-size: 20px;
}
.medi .team-style-three .content-3 {
    padding: 20px 0px 30px 0px;
    text-align: center;
}
.team-style-three .content-3 h3 {
    font-size: 22px;
    font-family: "Nunito", sans-serif;
}
.team-style-three img.bg-team-pic {
    background: #eee;
}
.white-shadow.scroll-header {
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, .05);
    z-index: 999;
}
.medi.gym.testimonials-area .gym-section-title p {
    color: #fff;
}
.medi.gym .queit-box {
    color: #1034A6;
}
.medi.gym .new-testimonials-7 {
    border-radius: 5px;
}
.medi.saas.finance .blog-area .grid-content {
    position: relative;
    background: #fff;
}
.medi.finance .grid-content h2 {
    margin: 10px 0px 10px 0px;
}
.edu-top {
    background: transparent;
    position: absolute;
    z-index: 22;
    left: 0;
    width: 100%;
}
.edu-top .mb-cons {
    margin-bottom: 0px;
    padding: 8px 0px;
}
#topbar.constru-top ul li:last-child,
#topbar.edu-top.constru-top ul li:last-child {
    border: medium none;
}
#topbar.edu-top.constru-top .topbar-block.left ul li i {
    color: #25be5a;
}
#topbar.edu-top.constru-top ul li {
    border-right: 1px solid #25be5a;
}
.edu-menu.minimal.seo.porri.gym {
    top: 60px;
}
.edu-banner.minimal-prot.finance .banner-wrapper:before {
    background: rgba(0, 0, 0, 0.5);
    content: "";
    height: 100%;
    filter: alpha(opacity=80);
    position: absolute;
    width: 100%;
}
.edu-banner .banner-wrapper p {
    font-size: 18px;
    margin-top: 0rem;
    width: 100%;
    max-width: 620px;
    font-weight: 400;
    font-family: 'Nunito', sans-serif;
    margin: 15px auto;
    color: #fff;
    line-height: 30px;
}
.edu-banner .saas-button a {
    background: #25be5a;
}
#topbar.edu-top ul li,
#topbar.edu-top ul li a {
    color: #f5f5f5;
}
.edu-banner .saas-button a:hover {
    background: #fff;
    color: #25be5a;
}
.edu-about .video-holder-2 {
    left: 43%;
    z-index: 3;
}
.edu-about .video-btn-style {
    background: #25be5a;
}
.edu-about .video_btn_border {
    border: 2px solid rgba(37, 190, 90, 0.83);
}
.popular-courses .single-courses {
    margin-bottom: 30px;
    background: #fff;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}
.popular-courses .single-courses .thumb {
    overflow: hidden;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.popular-courses .single-courses .thumb img {
    width: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.popular-courses .single-courses:hover .thumb img {
    width: 100%;
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.popular-courses .single-courses .courses-info {
    padding: 30px 30px 15px 30px;
}
.popular-courses .single-courses .courses-info span {
    font-size: 14px;
    color: #4D4D4D;
    font-family: "Nunito", sans-serif;
}
.popular-courses .single-courses .courses-info h3 {
    font-size: 20px;
    color: #1F1F1F;
    font-family: "Nunito", sans-serif;
    font-weight: 600;
    line-height: 28px;
    margin-top: 11px;
    margin-bottom: 30px;
}
.popula-courses .single-courses .courses-info h3 a:hover {
    color: #25be5a;
}
.popular-courses .single-courses .courses-info .star-prise {
    border-top: 1px solid #E8E8E8;
    padding-top: 16px;
}
.popular-courses .single-courses .courses-info .star-prise .star i {
    font-size: 16px;
    color: #FD8E5E;
}
.popular-courses .single-courses .courses-info .star-prise .star span {
    font-weight: 400;
    font-size: 14px;
    color: #919191;
}
.popular-courses .single-courses .courses-info .star-prise .prise span.offer {
    color: #C7C7C7;
    text-decoration: line-through;
    margin-right: 14px;
}
.popular-courses .single-courses .courses-info .star-prise .prise span {
    font-size: 16px;
}
.popular-courses .single-courses .courses-info .star-prise .prise span.active-prise {
    color: #1F1F1F;
}
.edu-banner.minimal-dash.corpo.dash-call-action {
    background: url(../img/demo/education/bg.jpg) center center/cover no-repeat local;
}
.edu-team.team-style-five .single-item.team-standard .thumb .social ul li a {
    color: #25be5a;
}
.edu-team.team-style-five .single-item.team-standard .item .info span {
    font-family: "Nunito", sans-serif;
    color: #25be5a;
    font-weight: 500;
}
.edu-team.team-style-five .single-item.team-standard .item .info span::after {
    background: #25be5a none repeat scroll 0 0;
}
.edu-team.team-style-five .team-items .item .info h3 {
    font-family: "Nunito", sans-serif;
    font-size: 22px;
}
.edu-team.team-style-five .team-items .item .info p {
    font-family: "Nunito", sans-serif;
    font-size: 16px;
}
.edu-blogs.popular-courses .single-courses .courses-info span.blog-span-bg {
    background: #25be5a;
    padding: 4px 6px;
    color: #fff;
}
.edu-blogs.popular-courses .single-courses .courses-info h3 {
    margin-top: 20px;
}
.job-bg {
    background: url(../img/demo/job/1.jpg);
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    min-height: 600px;
    overflow: hidden;
}
.job-bg .showcase-overlay {
    position: absolute;
    height: 100%;
    width: 100%;
    background-image: url(../img/demo/job/overly-bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.job-bg.shop-banner .slider-wrapper-saas h1,
.job-bg.shop-banner .slider-wrapper-saas p {
    color: #fff;
}
.job-das.edu-banner.minimal-dash.corpo.dash-call-action {
    background: url(../img/demo/job/shape-4.png) center center/cover no-repeat local;
}
.job-das.corpo.dash-call-action:before {
    background-color: none;
    position: relative;
}
.job.finance .section-tittle,
.job.finance .section-tittle p {
    text-align: left;
}
.job.finance .about-wapp-tittle span {
    color: #DB1134;
    font-family: "Nunito", sans-serif;
    animation: none;
}
.section-tittle2-job {
    margin-bottom: 30px;
}
.about-wapp-tittle p.pera-top {
    font-weight: 600;
    font-size: 18px;
    color: #000;
    font-family: "Nunito", sans-serif;
}
.about-wapp-tittle h2 {
    color: #2b313e;
    font-size: 46px;
    font-weight: 700;
    font-family: "Nunito", sans-serif;
    padding-top: 0px;
    position: relative;
}
.about-wapp-tittle p {
    text-align: left;
    margin: 0 auto;
    color: #666;
    font-family: "Nunito", sans-serif;
    font-size: 16px;
    line-height: 30px;
    margin-top: 18px;
}
.about-wapp-tittle .saas-button a {
    color: #fff;
    border: 1px solid #ddd;
    font-family: 'Nunito', sans-serif;
    background: #DB1134;
}
.about-wapp-tittle .saas-button a:hover {
    color: #DB1134;
    border: 1px solid #DB1134;
    background: #fff;
}
.support-location-img .support-img-cap {
    position: absolute;
    bottom: 0px;
    background: #DB1134;
    padding: 45px 25px;
    border-radius: 5px;
    left: 15px;
}
.support-location-img .support-img-cap P {
    color: #fff;
    line-height: 1;
    margin: 0;
    font-family: "Nunito", sans-serif;
    font-size: 20px;
}
.support-location-img .support-img-cap span {
    font-size: 60px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-family: "Nunito", sans-serif;
    line-height: 1.2;
}
.contact-form-job label {
    font-family: "Nunito", sans-serif;
    font-weight: 600;
    color: #000;
    font-size: 20px;
}
.contact-form-job input,
.contact-form-job select {
    height: 45px;
    padding: 6px 25px;
    border: 1px solid #000;
    background: #f7f7f7;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
}
.contact-form-job select.form-control {
    font-family: "Nunito", sans-serif;
    font-size: 14px;
}
.job-das .form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #DB1134;
    outline: 0;
}
.contact-form-job .submit-btn-wrapper button {
    font-family: "Nunito", sans-serif;
    background-color: #DB1134;
    width: 100%;
    height: 45px;
    font-size: 16px;
    font-size: 1.06667rem;
    font-weight: 600;
    color: #fff;
    border: 0;
    outline: 0;
    margin-top: 38px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
}
.contact-form-job select option {
    font-weight: normal;
    display: block;
    white-space: pre;
    min-height: 1.2em;
    padding: 0px 2px 1px;
    font-family: "Nunito", sans-serif;
    font-size: 14px;
}
.job-das .heading-action h2,
.job-das .heading-action p {
    color: #000;
}
.job-das.corpo.dash-call-action .heading-action {
    position: relative;
    margin: 0 auto;
    padding-top: 20px;
}
.job.gym .gym-section-title p {
    text-align: left;
    margin: 0 auto;
    color: #666;
    font-family: "Nunito", sans-serif;
    font-size: 16px;
    line-height: 30px;
}
.single-jobs .single-icons-detail {
    border: 2px solid #ddd;
    padding: 40px 0;
    background: #fff;
    margin-bottom: 20px;
    -webkit-transition: .4s;
    -moz-transition: .4s;
    -o-transition: .4s;
    transition: .4s;
    overflow: hidden;
    position: relative;
}
.single-jobs .single-icons-detail:hover {
    -webkit-box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.3);
    box-shadow: 0 10px 40px -10px rgba(0, 0, 0, 0.3);
}
.single-jobs .single-icons-detail h4 {
    font-size: 20px;
    font-weight: 600;
    margin-top: 10px;
    font-family: "Nunito", sans-serif;
}
.single-jobs .single-icons-detail span:before {
    font-size: 44px;
    margin-bottom: 13px;
    margin-left: 0px;
    color: #DB1134;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.single-jobs .single-icons-detail::after {
    background-color: #DB1134;
    bottom: 0;
    content: "";
    height: 2px;
    left: 0;
    position: absolute;
    transition: all 0.4s ease-in-out 0s;
    width: 0;
}
.single-jobs .single-icons-detail:hover::after {
    width: 100%;
}
.job.gym .gym-section-title {
    text-align: left;
}
.job-single-item {
    padding: 30px;
    margin-bottom: 12px;
    border: 1px solid transparent;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-bottom: 1px solid #ddd;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.job-single-item:hover {
    box-shadow: 0px 22px 57px 0px rgba(34, 41, 72, 0.05);
}
.job-single-item:hover h2 a {
    color: #DB1134;
}
.job-single-item h2 {
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 600;
    font-family: "Nunito", sans-serif;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.job-single-item p {
    padding-right: 6px;
    display: inline-block;
    font-size: 15px;
    color: #808080;
    font-family: "Nunito", sans-serif;
    line-height: 1.8;
}
.job-single-item span {
    font-size: 12px;
    font-family: "Nunito", sans-serif;
}
.job-single-item p i {
    padding-right: 8px;
}
.single-process-1 {
    padding: 44px 28px;
    background: #fff;
}
.single-process-1 .process-ion span {
    width: 67px;
    height: 67px;
    color: #DB1134;
    font-size: 24px;
    font-weight: 700;
    background: #f7f7f7;
    line-height: 67px;
    text-align: center;
    border-radius: 50px;
    display: inline-block;
    position: relative;
    margin-bottom: 30px;
    display: inline-block;
    font-family: "Nunito", sans-serif;
}
.single-process-1 .process-ion span::before {
    content: "";
    position: absolute;
    top: -12px;
    left: -12px;
    width: 90px;
    height: 90px;
    background: transparent;
    border-radius: 50%;
    transition: .5s;
    border: 2px dashed #DB1134;
    box-sizing: border-box;
    animation: animate 15s linear infinite;
}
@keyframes animate {
    0% {
        transform: scale(1) rotate(0deg)
    }
    
    100% {
        transform: scale(1) rotate(360deg)
    }
}
.single-process-1 .process-cap h5 {
    font-weight: 700;
    font-size: 24px;
    color: #000;
    line-height: 1.4;
    font-family: "Nunito", sans-serif;
    margin-bottom: 20px;
}
.single-process-1 .process-cap p {
    display: inline-block;
    font-size: 16px;
    color: #808080;
    font-family: "Nunito", sans-serif;
    line-height: 1.8;
}
.job .new-blog-builder:hover .blog-wrapper-saas img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.job .blog-wrapper-saas img {
    width: 100%;
    -webkit-transform: scale 1;
    -ms-transform: scale 1;
    transform: scale 1;
    transition: all 0.5s ease-out 0s;
}
.job .grid-content p {
    color: #000;
    font-family: "Nunito", Sans-serif;
}