/************************************************************************
    Template Name    : Anagha | Responsive Bootstrap 4.1.3 Business Template
    Author           : BercesTheme
    Version          : 1.0.0
    Created          : 2019
    File Description : Main css file of the template
**************************************************************************/

/**************************************
    CONTENT
    1. Basic
    2. Preloader
    3. ScrollUp
    5. Overlay
    6. Buttons & Links
    7. Typography
    8. Header
    9. Banner
        9.1 Banner (Index Slider)
    10. Feature
    11. About Us
    12. Counter Area
    13. Services
    14. Team
    15. Testimonials
    16. Price
    17. Blog
    18. Cta
    19. Our Video
    20. 404 Page
    21. Coming Soon
    22. Our Skills
    23. Our Mission
    24. Contact
    25. Subscribe
    26. Footer
        26.1 Footer Area Style 2
****************************************/

/******************
   1. Basic
 ******************/
@import url('https://fonts.googleapis.com/css?family=Hind:300,400,500,600,700&display=swap');

body {
    font-family: 'Hind', sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.5;
    color: #656565;
    background-color: #ffffff;
}

/******************
   2. Preloader
*******************/
.loader {
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    display: flex;
    justify-content: center;
    align-items: center;
}

.loader>img {
    width: 100px;
}

.loader.hidden {
    animation: fadeOut 1s;
    animation-fill-mode: forwards;
}

@keyframes fadeOut {
    100% {
        opacity: 1;
        visibility: hidden;
    }
}

/******************
   3. ScrollUp
*******************/
.back-to-top:hover {
    color: #f93069;
    text-decoration: none;
}

.v1-back-to-top:hover {
    color: #b64ee7;
}

.back-to-top.v2:hover {
    color: #00e878;
}

.back-to-top.v2-back-to-top:hover {
    color: #ff6039;
}


.back-to-top {
    display: none;
    position: fixed;
    bottom: 1rem;
    right: 1rem;
    width: 3.2rem;
    height: 3.2rem;
    line-height: 3.2rem;
    font-size: 1.4rem;
    color: #f93069;
    background: rgba(255, 255, 255, 1);
    text-decoration: none;
    border-radius: 3.2rem;
    text-align: center;
    cursor: pointer;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.34);
    z-index: 9999999;
}


/******************
   4. Helper
 ******************/
*:focus {
    outline: none !important;
}

.form-control:focus {
    border-color: inherit;
    -webkit-box-shadow: none;
    box-shadow: none;
}

a {
    text-decoration: none !important;
}

.form-control::-webkit-input-placeholder {
    color: #a8b2ba;
}

.form-control::placeholder {
    color: #a8b2ba;
}

.form-control:-ms-input-placeholder {
    color: #a8b2ba;
}

.subscribe-input::-webkit-input-placeholder {
    color: #a8b2ba;
}

.subscribe-input::placeholder {
    color: #a8b2ba;
}

.subscribe-input:-ms-input-placeholder {
    color: #a8b2ba;
}

.launch-input::-webkit-input-placeholder {
    color: #a8b2ba;
}

.launch-input::placeholder {
    color: #a8b2ba;
}

.launch-input:-ms-input-placeholder {
    color: #a8b2ba;
}

.padding-section {
    padding: 100px 0;
}

.padding-top-section {
    padding-top: 100px;
}

.padding-bottom-section {
    margin-bottom: 100px;
}

.mix-padding-bottom-section {
    margin-bottom: 73px;
}

.mix-padding-section {
    padding-top: 95px;
    padding-bottom: 73px;
}

.minus-30 {
    padding-bottom: 70px !important;
}

.minus-padding-30 {
    padding-top: 70px !important;
    padding-bottom: 70px !important;
}

.custom-spacing {
    margin-bottom: 30px;
}

.add-140 {
    padding-top: 140px !important;
}

.padding-top-40 {
    padding-top: 40px !important;
}

.margin-top-5 {
    margin-top: 5px;
}

.margin-top-7 {
    margin-top: 7px;
}

.margin-top-18 {
    margin-top: 18px;
}

.margin-top-32 {
    margin-top: 32px;
}

.margin-top-35 {
    margin-top: 35px;
}

.margin-bottom-25 {
    margin-bottom: 25px;
}

.margin-top-26 {
    margin-top: 26px;
}

.margin-top-40 {
    margin-top: 40px;
}

.margin-top-48 {
    margin-top: 48px;
}

.margin-top-space {
    margin-top: 100px;
}

.custom-shadow {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.custom-shadow-2 {
    box-shadow: 0 0 20px 0 rgba(252, 87, 42, 0.5);
}

.custom-shadow-3 {
    box-shadow: 0 0 20px 0 rgba(73, 1, 254, 0.5);
}

.custom-shadow-4 {
    box-shadow: 0 0 20px 0 rgba(73, 1, 254, 0.5) !important;
}

.text-purple {
    color: #b64ee7 !important;
}

.text-dark-purple {
    color: #ae20f2;
}

.text-green {
    color: #00e878;
}


.text-green-important {
    color: #00e878 !important;
}

.text-yellow {
    color: #fed045;
}

.text-red {
    color: #ff5b5a;
}

.text-dark-blue {
    color: #4901fe !important;
}

.text-light-blue {
    color: #21cefc;
}

.text-melon {
    color: #f93ea1;
}

.text-black-important {
    color: #1b1b1b !important;
}

.text-orange {
    color: #ff6039 !important;
}

.bg-purple {
    background-color: #b64ee7 !important;
}

.bg-light-purple {
    background-color: #f7edfc !important;
}

.bg-light-yellow {
    background-color: #fef8e2 !important;
}

.bg-light-green {
    background-color: #ddfced !important;
}

.bg-grey {
    background-color: #f9f7fa !important;
}

.bg-gradient-light-orange {
    background: linear-gradient(90deg, rgba(255, 96, 57, 1), rgba(255, 157, 92, 1));
}

.bg-gradient-orange {
    background: linear-gradient(90deg, rgba(249, 48, 105, 1), rgba(253, 55, 90, 1), rgba(255, 75, 60, 1), rgba(252, 87, 42, 1));
}

.bg-gradient-blue {
    background: linear-gradient(90deg, rgba(182, 78, 231, 1), rgba(154, 57, 237, 1), rgba(118, 32, 245, 1), rgba(73, 1, 254, 1));
}


/******************
   5. Overlay
 ******************/
/*.bg-overlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(249,48, 105, 1), rgba(253, 55, 90, .8)  40%, rgba(255, 64, 75, .6) 62%, rgba(255, 75, 60, .1) 80%, rgba(255, 75, 60, .45), rgba(252, 87, 42, .7));
}*/
.bg-overlay {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
        background: linear-gradient(90deg, rgba(249, 48, 105, 0.3), rgba(253, 55, 90, .2) 40%, rgba(255, 64, 75, .1) 62%, rgba(255, 75, 60, .2) 80%, rgba(255, 75, 60, .45), rgba(252, 87, 42, .7));
}

.bg-overlay-2 {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(182, 78, 231, 1), rgba(154, 57, 237, .8) 40%, rgba(118, 32, 245, .6) 62%, rgba(118, 43, 230, .1) 80%, rgba(118, 43, 230, .45), rgba(73, 1, 254, .7));
}

.bg-overlay-3 {
    background: rgba(255, 255, 255, .84);
}

.bg-overlay-4 {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(249, 48, 105, .1), rgba(253, 55, 90, 0.1), rgba(255, 64, 75, .1), rgba(255, 75, 60, .1), rgba(255, 75, 60, .1), rgba(252, 87, 42, .5));
}

.bg-overlay-5 {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, rgba(182, 78, 231, 1), rgba(154, 57, 237, .85), rgba(118, 32, 245, .85), rgba(118, 43, 230, .85), rgba(118, 43, 230, .85), rgba(73, 1, 254, .85));
}

.bg-overlay-6 {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, .8);
}

.bg-overlay-7 {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .56);
}

/**************************
   6. Buttons & Links
 *************************/
.left-btn {
    font-weight: 600;
    font-size: 15px;
    letter-spacing: .6px;
    text-align: center;
    padding: 14px 30px !important;
    -webkit-border-radius: 9px 27px 9px 27px;
    border-radius: 9px 27px 9px 27px;
    display: inline-block;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.right-btn {
    font-weight: 600;
    font-size: 15px;
    letter-spacing: .6px;
    text-align: center;
    padding: 14px 30px !important;
    -webkit-border-radius: 27px 9px 27px 9px;
    border-radius: 27px 9px 27px 9px;
    display: inline-block;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.simple-btn {
    font-weight: 600;
    font-size: 15px;
    letter-spacing: .6px;
    text-align: center;
    padding: 14px 30px !important;
    -webkit-border-radius: 9px;
    border-radius: 9px;
    display: inline-block;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.left-btn-white {
    color: #f93069;
    background-color: #ffffff;
    border: 1px solid #ffffff;
}

.right-btn-transparent {
    color: #ffffff;
    background-color: transparent;
    border: 1px solid #ffffff;
}

.left-btn-gradient {
    border: 1px solid #f93069;
    color: #ffffff;
    background: linear-gradient(90deg, rgba(249, 48, 105, 1), rgba(253, 55, 90, 1), rgba(255, 64, 75, 1), rgba(252, 87, 42, 1));
}

.v1-left-btn-gradient {
    border: 1px solid #b64ee7;
    color: #ffffff;
    background: linear-gradient(90deg, rgba(182, 78, 231, 1), rgba(154, 57, 237, 1), rgba(118, 32, 245, 1), rgba(73, 1, 254, 1));
}

.simple-btn-green {
    color: #ffffff;
    background-color: #00e878;
    border: 1px solid #00e878;
}

.simple-btn-gradient {
    border: 1px solid #ff8f54;
    color: #ffffff;
    background: linear-gradient(90deg, rgba(255, 96, 57, 1), rgba(255, 157, 92, 1));
}

.left-btn-white:hover {
    color: #ffffff !important;
    background-color: #f93069;
    border: 1px solid #f93069;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.v1-left-btn-white:hover {
    border: 1px solid #b64ee7;
    background-color: #b64ee7;
}

.right-btn-transparent:hover {
    color: #f93069;
    background-color: #ffffff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.right-btn-transparent-2:hover {
    color: #b64ee7;
}

.left-btn-gradient:hover {
    color: #f93069;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
    border: 1px solid #f93069;
    box-shadow: none;
}

.v1-left-btn-gradient:hover {
    color: #b64ee7;
    background-color: #ffffff;
    border: 1px solid #b64ee7;
    box-shadow: none;
}

.simple-btn-green:hover {
    color: #00e878;
    background-color: #ffffff;
    border: 1px solid #00e878;
    box-shadow: none;
}

.simple-btn-gradient:hover {
    border: 1px solid #ff6039;
    color: #ff6039;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
    box-shadow: none;
}

/**************************
   7. Typography
 *************************/
.section-title h2 {
    color: #37434d;
    font-size: 35px;
    letter-spacing: .6px;
    font-weight: 600;
    line-height: 1.2;
}

.section-title p {
    font-size: 15px;
    letter-spacing: .3px;
    line-height: 1.8;
    color: #5f6e7b;
}

.section-title h3 {
    font-size: 20px;
    letter-spacing: .6px;
    font-weight: 600;
    color: #37434d;
    line-height: 1.2;
}

.section-title h4 {
    font-size: 18px;
    letter-spacing: .6px;
    font-weight: 600;
    color: #37434d;
    line-height: 1.2;
}

.section-title h5 {
    color: #3A3A3A;
    font-size: 16px;
    letter-spacing: .6px;
    font-weight: 600;
    line-height: 1.2;
}

.section-title h6 {
    color: #3A3A3A;
    font-size: 14px;
    letter-spacing: .6px;
    font-weight: 600;
    line-height: 1.3;
}

.section-title-v2 h2 {
    color: #1b1b1b;
    font-size: 35px;
    letter-spacing: .6px;
    font-weight: 600;
    line-height: 1.2;
}

.section-title-v2 p {
    font-size: 15px;
    letter-spacing: .3px;
    line-height: 1.8;
    color: #5f6e7b;
}

.section-title-v2 h3 {
    font-size: 20px;
    letter-spacing: .6px;
    font-weight: 600;
    color: #1b1b1b;
    line-height: 1.2;
}

.section-title-v2 h4 {
    font-size: 18px;
    letter-spacing: .6px;
    font-weight: 600;
    color: #1b1b1b;
    line-height: 1.2;
}

.section-title-v2 h5 {
    color: #1b1b1b;
    letter-spacing: .6px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
}

.section-title-v2 h6 {
    color: #1b1b1b;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
}

.wrapper span {
    font-size: 20px;
    letter-spacing: .3px;
    color: #fff;
    background-color: #efa2ac;
    padding: 10px 35px 5px 35px;
    border-radius: 30px;
    text-align: center;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 16px;
}

.wrapper h2 {
        margin-bottom: 35px;
    border-left: 8px solid #fe4742;
    padding-left: 10px;
}

.wrapper a {
    margin-top: 16px;
}

.wrapper-2 span {
    font-size: 20px;
    letter-spacing: .3px;
    color: #fff;
    /*background: linear-gradient(90deg, rgba(249, 48, 105, 1), rgba(253, 55, 90, 1), rgba(255, 64, 75, 1), rgba(252, 87, 42, 1));*/
    background: #efa2ac;
    background-size: 100% 100%;
    padding: 10px 35px 5px 35px;
    border-radius: 30px;
    text-align: center;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 16px;
}

.wrapper-2 h2 {
    margin-bottom: 11px;
}

.wrapper-3 span {
    font-size: 15px;
    letter-spacing: .3px;
    color: #f93069;
    background-color: #fee9ef;
    padding: 10px 35px;
    border-radius: 30px;
    text-align: center;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 16px;
}

.wrapper-3 h2 {
    margin-bottom: 18px;
}

.wrapper.v2 h4 {
    font-size: 16px;
    letter-spacing: .3px;
    color: #a1a1a1;
    font-weight: 600;
    margin-bottom: 10px;
}

.wrapper.v2 h5 {
    font-size: 20px;
    color: #30363b;
    font-weight: 500;
    margin-bottom: 20px;
}

.wrapper.v2 h2 .line {
    content: '';
    position: relative;
    width: 100px !important;
    background-color: #1b1b1b;
    top: 5px;
    left: 0;
    height: 2px !important;
    display: inline-block;
    margin-left: 10px;
    padding: 0;
}

/******************
   8. Header
 ******************/
.custom-nav {
    background-color: transparent !important;
}

.custom-nav-bg {
    background-color: #ffffff !important;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.custom-nav a.nav-link {
    color: #ffffff !important;
}

.v2-custom-nav a.nav-link {
    color: #1b1b1b !important;
}

.custom-nav .navbar-nav li a.nav-link {
    padding-right: 0;
    padding-left: 0;
    padding-top: 40px;
    padding-bottom: 40px;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: .6px;
}

.custom-nav .navbar-nav li.nav-item {
    margin-left: 45px;
}

.custom-nav .navbar-nav li a:hover,
.custom-nav .navbar-nav li a:active,
.custom-nav .navbar-nav li.active a {
    cursor: pointer;
}

.navbar-nav a.nav-link.active {
    color: #ffffff !important;
}

.navbarNav .left-btn-white {
    /*margin-left: 45px;*/
    margin-right: 0;
}

.navbarNav .left-btn-white:hover {
    box-shadow: none;
}

.navbarNav .simple-btn-green {
    margin-left: 45px;
    margin-right: 0;
}

.navbarNav .simple-btn-green:hover {
    box-shadow: none;
}

.navbarNav .simple-btn-gradient {
    margin-left: 45px;
    margin-right: 0;
}

.navbarNav .simple-btn-gradient:hover {
    box-shadow: none;
}

.v2-fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.navbarNav li.dropdown .dropdown-menu {
    top: 100px;
    min-width: 200px;
    box-shadow: 0 0 28px 0 rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
    border: none;
    padding-top: 0;
    padding-bottom: 0;
}

.navbarNav li.dropdown .dropdown-menu a {
    background: #fff;
    color: #656565;
    padding-left: 24px;
    height: 50px;
    line-height: 45px;
    position: relative;
    font-size: 15px;
    letter-spacing: 1px;
    border-bottom: 1px solid #f1f1f1;
}

.navbarNav li.dropdown .dropdown-menu a:hover {
    border-left: 2px solid #f93069;
    color: #f93069;
}

.navbarNav.v1 li.dropdown .dropdown-menu a:hover {
    border-left: 2px solid #b64ee7;
    color: #b64ee7;
}

.navbarNav.v2 li.dropdown .dropdown-menu a:hover {
    border-left: 2px solid #00e878;
    color: #00e878;
}

.navbarNav.v2-link-color li.dropdown .dropdown-menu a:hover {
    border-left: 2px solid #ff6039;
    color: #ff6039;
}

.navbarNav li.dropdown .dropdown-toggle::after {
    display: none;
}

.navbarNav li.dropdown .dropdown-toggle i {
    position: relative;
    font-size: 10px;
    top: -2px;
}

/*start below when scroll move change navbar background-color etc*/
.fixed-top.scrolled {
    background-color: #ffffff !important;
    transition: background-color 200ms linear;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.fixed-top.scrolled .nav-link {
    color: #656565 !important;
}

.fixed-top.scrolled .nav-link:hover {
    color: #f93069 !important;
}

.fixed-top.scrolled .v1 .nav-link:hover {
    color: #b64ee7 !important;
}

.fixed-top.scrolled .v2 .nav-link:hover {
    color: #00e878 !important;
}

.fixed-top.scrolled .v2-link-color .nav-link:hover {
    color: #ff6039 !important;
}

.fixed-top.scrolled .navbar-brand .d-logo {
    display: none;
}

.fixed-top.scrolled .navbar-brand .d-none {
    display: inline-block !important;
}

.fixed-top.scrolled .scrolled-btn-orange {
    border: 1px solid #f93069;
    color: #ffffff;
    background: linear-gradient(90deg, rgba(249, 48, 105, 1), rgba(253, 55, 90, 1), rgba(255, 64, 75, 1), rgba(252, 87, 42, 1));
    box-shadow: 0 0 20px 0 rgba(252, 87, 42, 0.5);
}

.fixed-top.scrolled .scrolled-btn-orange:hover {
    color: #f93069 !important;
    background: rgba(255, 255, 255, 1);
    border: 1px solid #f93069;
    box-shadow: none;
}

.fixed-top.scrolled .scrolled-btn-blue {
    border: 1px solid #b64ee7;
    color: #ffffff !important;
    background: linear-gradient(90deg, rgba(182, 78, 231, 1), rgba(154, 57, 237, 1), rgba(118, 32, 245, 1), rgba(73, 1, 254, 1));
    box-shadow: 0 0 20px 0 rgba(73, 1, 254, 0.5);
}

.fixed-top.scrolled .scrolled-btn-blue:hover {
    color: #b64ee7 !important;
    background: rgba(255, 255, 255, 1);
    border: 1px solid #b64ee7;
    box-shadow: none;
}

/*end*/

/******************
   9. Banner
 ******************/
.home-area {
    background-image: url(../../assets/images/bg/bg_404_error.jpg);
    position: relative;
    min-height: 657px;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 100;
}

.bg-item {
    background-image: url(../../assets/images/bg/bg_aboutus.jpg);
    min-height: 427px;
}

.bg-item-2 {
    background-image: url(../../assets/images/bg/bg_services.jpg);
    min-height: 427px;
}

.bg-item-3 {
    background-image: url(../../assets/images/bg/bg_expertise.jpg);
    min-height: 427px;
}

.bg-item-4 {
    background-image: url(../../assets/images/bg/bg_pricing.jpg);
    min-height: 427px;
}

.bg-item-5 {
    background-image: url(../../assets/images/bg/bg_coming_soon.jpg);
    height: 100vh;
    overflow: hidden;
}

.bg-item-6 {
    background-image: url(../../assets/images/bg/bg_404_error.jpg);
    min-height: 100vh;
    overflow: hidden;
}

.bg-item-7 {
    background-image: url(../../assets/images/bg/bg_blog.jpg);
    min-height: 427px;
}

.bg-item-8 {
    background-image: url(../../assets/images/bg/bg_blog_details.jpg);
    min-height: 427px;
}

.bg-item-9 {
    background-image: url(../../assets/images/bg/bg_contact.jpg);
    min-height: 427px;
}

.bg-item-10 {
    background-image: url(../../assets/images/bg/bg_aboutus_3.jpg);
    background-position: center center;
    min-height: 400px;
}

.bg-item-11 {
    background-image: url(../../assets/images/bg/bg_expertise_2.jpg);
    background-position: center center;
    min-height: 400px;
}

.bg-item-12 {
    background-image: url(../../assets/images/bg/bg_pricing_2.jpg);
    background-position: center center;
    min-height: 400px;
}

.bg-item-13 {
    background-image: url(../../assets/images/bg/bg_services_2.jpg);
    background-position: center center;
    min-height: 400px;
}

.bg-item-14 {
    background-image: url(../../assets/images/bg/bg_coming_soon_2.jpg);
    background-size: cover;
    background-position: center top;
    height: 100vh;
    overflow: hidden;
}

.bg-item-15 {
    background-image: url(../images/bg/bg_404_error_2.jpg);
    min-height: 100vh;
    overflow: hidden;
}

.bg-item-16 {
    background-image: url(../../assets/images/bg/bg_blog_2.jpg);
    min-height: 427px;
}


.bg-item-17 {
    background-image: url(../../assets/images/bg/bg_contact_2.jpg);
    background-position: center center;
    min-height: 400px;
}

.home-area .container {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    transform: translateY(-50%);
    bottom: initial;
    z-index: 4;
}

.banner-content {
    color: #ffffff;
}

.banner-content h1 {
    font-size: 50px;
    letter-spacing: .6px;
    font-weight: 800;
    line-height: 1.2;
}

.banner-content p {
    font-size: 15px;
    letter-spacing: .3px;
    line-height: 1.8;
    margin-top: 17px;
    margin-bottom: 35px;
}

.v2-banner-content.v2 h1 {
    font-size: 75px;
    letter-spacing: .6px;
    font-weight: 800;
    line-height: 1.1;
}

.v2-banner-content.v2 h3 {
    font-size: 35px;
    font-weight: 500;
    margin-bottom: 20px;
}

.v2-banner-content.v2 p {
    font-size: 15px;
    letter-spacing: .3px;
    line-height: 1.8;
    margin-top: 12px;
    margin-bottom: 32px;
}

.v2-banner-content {
    color: #1b1b1b;
}


.btn-box .left-btn {
    margin-right: 16.5px;
}

.bottom-shape {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    bottom: -1px;
    z-index: 3;
}

.banner-content .breadcrumb-item+.breadcrumb-item::before {
    content: none;
}

.banner-content .breadcrumb-item+.breadcrumb-item {
    padding-left: 0;
}

.banner-content .breadcrumb {
    background-color: transparent;
    display: block;
    text-align: center;
    padding-top: 0;
    font-size: 16px;
    letter-spacing: .3px;
    font-weight: 500;
}

.banner-content .breadcrumb .breadcrumb-item.active {
    color: #ffffff;
    margin-left: 7px;
}

.banner-content .breadcrumb.v2 .breadcrumb-item.active {
    color: #1b1b1b;
    margin-left: 7px;
}

.banner-content .breadcrumb .breadcrumb-item a {
    margin-right: 10px;
}

.banner-content .breadcrumb-item {
    text-align: center;
    display: inline;
}

.banner-content ol.breadcrumb li.float-left {
    float: none !important;
    display: inline-block;
}

.banner-content ol li a {
    text-decoration: none;
    color: #ffffff;
}

.banner-content .breadcrumb.v2 {
    display: inline-block;
    padding-left: 0;
}

.banner-content ol.v2 li a {
    text-decoration: none;
    color: #1b1b1b;
}

.banner-content ol.v2 li {
    text-decoration: none;
    color: #1b1b1b;
}

/*********************************
    9.1 Banner (Index Slider)
*********************************/
.carousel-bg-overlay {
    background-color: rgba(255, 255, 255, 0.4);
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 2;

}

.carousel-wrapper .carousel-inner img {
    background-position: top right;
    background-size: cover;
    width: 100%;
    height: 100%;
}

.carousel-wrapper .carousel-intro {
    position: absolute;
    top: 50%;
    left: 50% !important;
    transform: translate(-50%, -50%);
    bottom: initial;
    z-index: 3;
}

/**
 * Change animation duration
 */
.animated {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100px, 0, 0);
        transform: translate3d(100px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100px, 0, 0);
        transform: translate3d(100px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}


.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}


@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}


@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

.carousel-control-prev-icon {
    background-image: none;
    width: auto;
    height: auto;
}

.carousel-control-next-icon {
    background-image: none;
    width: auto;
    height: auto;
}

.carousel-control-next {
    position: absolute;
    top: auto !important;
    bottom: 30px;
    left: 60px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 30px;
    color: #fff;
    text-align: center;
    opacity: 1;
}

.carousel-control-prev {
    position: absolute;
    top: auto !important;
    bottom: 39px;
    left: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 30px;
    color: #fff;
    text-align: center;
    opacity: 1;
}

.arrow-box {
    position: relative;
    width: 100%;
    height: 60px;
    margin-top: -60px;
}

.arrow-box .carousel-control-prev:hover .display-arr {
    display: none !important;
}

.arrow-box .carousel-control-prev:hover .d-none {
    display: inline-block !important;
}

.arrow-box .carousel-control-next:hover .display-arr {
    display: none !important;
}

.arrow-box .carousel-control-next:hover .d-none {
    display: inline-block !important;
}

/******************
   10. Feature
*******************/
.feature-col {
    cursor: pointer;
    text-align: center;
    background-color: #ffffff;
    padding: 35px 30px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.feature-col .feature-icon {
    position: relative;
    margin-bottom: 26px;
    width: 80px;
    height: 80px;
}

.feature-col .feature-icon i {
    font-size: 40px;
    line-height: 80px;
    color: #fc572a;
}

.feature-icon .circle1 {
    position: absolute;
    width: 63px;
    height: 63px;
    border-radius: 50%;
    background-color: #f93069;
    opacity: .1;
}

.feature-icon .circle2 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background-color: #fc572a;
    opacity: .1;
}

.feature-icon .circle3 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 63px;
    height: 63px;
    border-radius: 50%;
    background-color: #f93069;
    opacity: .1;
}

.feature-icon .circle4 {
    position: absolute;
    right: 0;
    top: 0;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background-color: #fc572a;
    opacity: .1;
}

.feature-icon .circle5 {
    position: absolute;
    left: 0;
    top: 0;
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background-color: #fc572a;
    opacity: .1;
}

.feature-icon .circle6 {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 63px;
    height: 63px;
    border-radius: 50%;
    background-color: #f93069;
    opacity: .1;
}

.feature-col h3 {
    margin-bottom: 15px;
}

.feature-col p {
    margin-bottom: 0;
}

.feature-col: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);
}

.feature-col.v1-hover:hover {
    -webkit-box-shadow: 0 2px 13px 2px rgba(73, 1, 254, .4);
    -moz-box-shadow: 0 2px 13px 2px rgba(73, 1, 254, .4);
    box-shadow: 0 2px 13px 2px rgba(73, 1, 254, .4);
    ;
}

.feature-col.v2 .circle7 {
    width: 80px;
    height: 80px;
    border-radius: 28px;
    text-align: center;
    margin-bottom: 28px;
}

.feature-col.v2 .circle7 i {
    font-size: 40px;
    line-height: 80px;
}

.feature-col.v2:hover {
    -webkit-box-shadow: 0 2px 13px 2px rgba(0, 232, 120, .4);
    -moz-box-shadow: 0 2px 13px 2px rgba(0, 232, 120, .4);
    box-shadow: 0 2px 13px 2px rgba(0, 232, 120, .4);
}

.feature-col.v2-hover:hover {
    -webkit-box-shadow: 0 2px 13px 2px rgba(2255, 96, 57, .4);
    -moz-box-shadow: 0 2px 13px 2px rgba(2255, 96, 57, .4);
    box-shadow: 0 2px 13px 2px rgba(2255, 96, 57, .4);
}

/******************
   11. About Us
*******************/
.wrapper-img {
    position: relative;
    top: 0;
    left: 0;
    height: 522px;
}

.wrapper-img .background-border {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 370px;
    height: 425px;
    background: linear-gradient(to right, rgba(232, 60, 110, 1), rgba(248, 89, 45, 1));
    border-radius: 9px;
}

.wrapper-img .v1-bg-border {
    background: linear-gradient(to right, rgba(182, 78, 231, 1), rgba(73, 1, 254, 1));
}

.wrapper-img img {
    position: absolute;
    top: 32px;
    left: 0;
    right: 0;
    margin: 0 auto;
    border-radius: 20px;
}

.v2-wrapper-image img {
    position: absolute;
    top: 0;
    left: 0;
}

.v2-wrapper-image {
    position: relative;
    top: 0;
    left: 0;
    height: 393px;
}

.v2-wrapper-image .rectangle {
    position: absolute;
    top: -60px;
    right: 0;
    width: 120px;
    height: 120px;
    background-color: #00e878;
    border-radius: 9px;
    z-index: 2;
}

.v2-wrapper-image.v2 .rectangle {
    left: 0;
}

.v2-wrapper-image.v2 img {
    display: block !important;
    right: 0px;
    left: auto;
}

.v2-wrapper-image.v2-bg-color .rectangle {
    background: linear-gradient(90deg, rgba(255, 96, 57, 1), rgba(255, 157, 92, 1));
}


/*********************
   12. Counter Area
*********************/
.counter-area {
    background-image: url(../../assets/images/bg/bg_counter.jpg);
    padding: 60px 0 30px 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.counter-area .bg-overlay {
    background: linear-gradient(to bottom, rgba(249, 48, 105, .84), rgba(252, 87, 42, .84));
}

.counter-area .bg-overlay-2 {
    background: linear-gradient(to right, rgba(182, 78, 231, .84), rgba(73, 1, 254, .84));
}

.counter-area-wrapper {
    background-color: rgba(255, 255, 255, .25);
    padding: 63px 30px;
    margin-bottom: 30px;
    width: 220px;
    height: 220px;
    text-align: center;
    color: #ffffff;
}

.counter-area-wrapper img {
    width: 54px;
    height: 54px;
}

.counter-area-wrapper h3 {
    font-size: 30px;
    letter-spacing: .6px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 2px;
}

.counter-area-wrapper p {
    font-size: 17px;
    letter-spacing: .3px;
    font-weight: 500;
    margin-bottom: 0;
}

.counter-area.v2 {
    background-image: url(../../assets/images/bg/bg_counter_2.jpg);
    padding: 60px 0 30px 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.counter-area-wrapper.v2 {
    background-color: #ffffff;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #5f6e7b;
    width: 100%;
    height: auto;
}


.counter-area-wrapper.v2 .icon {
    display: table-cell;
    vertical-align: middle;
}

.counter-area-wrapper.v2 .cont {
    overflow: hidden;
    padding-left: 20px;
    text-align: left;
    display: table-cell;
    vertical-align: middle;
}

.counter-area-wrapper.v2 .icon img {
    width: 54px;
    height: 54px;
}

.counter-area-wrapper.v2 .cont h3 {
    font-size: 30px !important;
    letter-spacing: .6px;
    font-weight: 700;
    margin-top: 0;
    color: #00e878;
}

/******************
   13. Services
*******************/
.services-box {
    cursor: pointer;
    background-color: #fff;
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 9px;
    box-shadow: 0 2px 13px 2px rgba(0, 0, 0, 0.06);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.services-box:hover {
    background: linear-gradient(to right, #f93069, #fd375a, #ff404b, #fe4b3c, #fc572a);
    box-shadow: 0 2px 13px 2px rgba(254, 75, 60, 0.6);
}

.v1-services-box-hover:hover {
    background: linear-gradient(to right, #b64ee7, #9a39ed, #7620f5, #5b0dfb, #4901fe);
    box-shadow: 3px 4px 20px 0px rgba(91, 13, 251, 0.65);
}

.services-box .icon {
    float: left;
    width: 64px;
    height: 64px;
    background: rgb(252, 87, 42);
    background: -moz-linear-gradient(top, rgb(252, 87, 42) 0%, rgb(249, 48, 105) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgb(252, 87, 42) 0%, rgb(249, 48, 105) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgb(252, 87, 42) 0%, rgb(249, 48, 105) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    transition: all .5s;
    border-radius: 50%;
    padding: 18px;
    text-align: center;
    margin-right: 20px;
    -webkit-box-shadow: 0 0 20px 0 rgba(252, 87, 42, 0.3);
    -moz-box-shadow: 0 0 20px 0 rgba(252, 87, 42, 0.3);
    box-shadow: 0 0 20px 0 rgba(252, 87, 42, 0.3);
}

.services-box .v1-icon {
    background: -moz-linear-gradient(top, rgb(73, 1, 254) 0%, rgb(182, 78, 231) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgb(73, 1, 254) 0%, rgb(182, 78, 231) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgb(73, 1, 254) 0%, rgb(182, 78, 231) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    -webkit-box-shadow: 0 0 20px 0 rgba(73, 1, 254, 0.3);
    -moz-box-shadow: 0 0 20px 0 rgba(73, 1, 254, 0.3);
    box-shadow: 0 0 20px 0 rgba(73, 1, 254, 0.3);
}

.services-box .content {
    overflow: hidden;
}

.services-box .content p {
    margin-bottom: 0;
    margin-top: 14px;
}

.services-box:hover .icon {
    background: #fff;
    transition: all .5s;
}

.services-box:hover .content h3 {
    color: #fff;
    transition: all .5s;
}

.services-box:hover .content p {
    color: #fff;
    transition: all .5s;
    opacity: 0.8;
}

.services-box:hover .icon-start {
    display: none;
}

.icon-hover {
    display: none;
}

.services-box:hover .icon-hover {
    display: block;
    margin: auto;
}

.service-card .feature-col {
    position: relative;
    overflow: hidden;
    box-shadow: 0 2px 13px 2px rgba(0, 0, 0, 0.1);
}

.service-card .feature-col span {
    position: absolute;
    right: -20px;
    bottom: 50px;
    opacity: .3;
}

.service-card .feature-col span i {
    font-size: 126px;
    color: #ffffff;
}

.service-card .feature-col {
    margin-bottom: 30px;
}

.service-card i {
    font-size: 42px;
    margin-bottom: 22px;
}

.service-card .feature-col a {
    margin-top: 15px;
    display: inline-block;
}

.service-card .service-mt {
    margin-top: 30px;
}

.service-card .service-mt-none {
    margin-top: -30px;
}

.service-card .feature-col:hover {
    color: #ffffff !important;
    background-color: #00e878;
}

.service-card .feature-col.v2-hover:hover {
    color: #ffffff !important;
    background: linear-gradient(-45deg, rgba(255, 96, 57, 1), rgba(255, 157, 92, 1));
}

.service-card .feature-col:hover i {
    color: #ffffff;
}

.service-card .feature-col:hover h3 {
    color: #ffffff;
}

.service-card .feature-col:hover p {
    color: #ffffff;
}

.service-card .feature-col:hover .display-arr {
    display: none;
}

.service-card .feature-col:hover .d-none {
    display: inline-block !important;
}

/******************
   14. Team
*******************/
.team-wrapper .slider {
    margin-bottom: 42px;
}

.team-wrapper .slider div {
    border-radius: 12px;
}

.team-wrapper .slider .slick-slide {
    margin: 0 15px;
}

.team-wrapper .slider .slick-list {
    margin: 0 -15px;
}

.team-info {
    transition: all ease 0.5s 0s;
    text-align: center;
    cursor: pointer;
}

.team-img {
    position: relative;
    transition: all ease 0.5s 0s;
    background-color: #fff;
    border-radius: 12px;
}

.team-img img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 12px;
}

.overlay-right {
    position: absolute;
    left: 100%;
    right: 0;
    bottom: 0;
    border-radius: 12px;
    background: linear-gradient(to bottom, rgba(252, 87, 42, 0.55) 0%, rgba(249, 48, 105, 0.55) 100%);
    overflow: hidden;
    width: 0;
    height: 100%;
    transition: .5s ease;
}

.v1-overlay-right {
    background: linear-gradient(to bottom, rgba(73, 1, 254, 0.55) 0%, rgba(182, 78, 231, 0.55) 100%);
}

.team-info:hover .overlay-right,
.team-info:hover .v1-overlay-right {
    width: 100%;
    left: 0;
    transition: all ease 0.5s 0s;
}

.team-info:hover .team-img {
    border-radius: 12px;
    box-shadow: 3px 4px 16px 0px rgba(250, 65, 78, 0.45);
    transition: all ease 0.5s 0s;
}


.team-info:hover .v1-team-img {
    box-shadow: 3px 4px 16px 0px rgba(73, 1, 254, 0.45);
}

.icon-link {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    white-space: nowrap;
}

.icon-link a {
    color: #fff;
    font-size: 32px;
    margin-top: 20px;
}

.icon-link a:hover {
    color: #37434d;
}

.v1-icon-link a:hover {
    color: #37434d;
}

.team-content {
    margin-top: 25px;
}

.team-content span {
    font-size: 24px;
    letter-spacing: .6px;
    font-weight: 600;
    color: #37434d;
    line-height: 1.2;
    display: inline-block;
    margin-bottom: 3px;
}

.team-content p {
    color: #c1b9c5;
    letter-spacing: .3px;
    margin-bottom: 14px;
    transition: all ease 0.5s 0s;
    line-height: 1.8;
}

.team-info:hover .team-content p {
    color: #fc572a;
    transition: all ease 0.5s 0s;
}

.team-info:hover .v1-team-content p {
    color: #4901fe;
}

.team-wrapper .slider .slick-dots {
    bottom: -50px;
}

.team-wrapper .slider .slick-dots li button:before {
    font-size: 8px;
}

.team-wrapper .slider .slick-dots li.slick-active button:before {
    opacity: .75;
    color: #f93069 !important;
}

.team-wrapper .v1 .slick-dots li.slick-active button:before {
    color: #4901fe !important;
}

.social-media .btn {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 36px;
    margin: 0 5px;
    background-color: #fee9ef;
    border-radius: 50%;
    color: #f93069;
    overflow: hidden;
    border: none;
    position: relative;
}

.social-media .btn i {
    font-size: 15px;
    -webkit-transition: 0.2s linear;
    -moz-transition: 0.2s linear;
    -ms-transition: 0.2s linear;
    -o-transition: 0.2s linear;
    transition: 0.2s linear;
}

.social-media .btn:hover {
    background-color: transparent !important;
    box-shadow: none !important;
}

.social-media .btn:hover i {
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
    transform: scale(1.3);
    color: #ffffff;
}

.social-media .btn::before {
    content: '';
    position: absolute;
    width: 120%;
    height: 120%;
    transition: all ease 0.5s 0s;
    background: -webkit-linear-gradient(top, rgba(249, 48, 105, 1), rgba(252, 87, 42, 1));
    color: #ffffff;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    left: -110%;
    top: 90%;
}

.social-media.v1 .btn::before {
    background: -webkit-linear-gradient(top, rgba(182, 78, 231, 1), rgba(73, 1, 254, 1));
}

.social-media .btn:hover::before {
    animation: zoom-effect 0.7s 1;
    top: -10%;
    left: -10%;
}

@keyframes zoom-effect {
    0% {
        left: -110%;
        top: 90%;
    }

    50% {
        left: 10%;
        top: -30%;
    }

    100% {
        top: -10%;
        left: -10%;
    }
}

.team-wrapper.v2 .slider {
    margin-top: 7px;
    margin-bottom: 42px;
}

.team-info.v2 {
    border-radius: 0 !important;
    border: 1px solid #e7e7e7;
    padding: 35px;
}

.team-info.v2:hover .team-img {
    box-shadow: none;
}

.v2 img {
    display: inline-block;
    text-align: center;
    width: auto;
    height: auto;
}

.social-media.v2 .btn {
    background-color: #ddfced;
    color: #00e878;
}

.social-media.v2-social-media .btn {
    background-color: #ffe7dc;
    color: #ff6039;
}

.social-media.v2 .btn::before {
    background: -webkit-linear-gradient(top, rgba(0, 232, 120, 1), rgba(0, 232, 120, 1));
}

.social-media.v2-social-media .btn::before {
    background: -webkit-linear-gradient(top, rgba(255, 96, 57, 1), rgba(255, 157, 92, 1));
}

.team-info.v2:hover .team-content p {
    color: #00e878;
    transition: all ease 0.5s 0s;
}

.team-info.v2-team-info:hover .team-content p {
    color: #ff6039;
    transition: all ease 0.5s 0s;
}

.team-wrapper .v2 .slick-dots li.slick-active button:before {
    color: #00e878 !important;
}

.team-wrapper .v2-dots .slick-dots li.slick-active button:before {
    color: #ff6039 !important;
}

.team-info.v2:hover {
    border: 1px solid #00e878;
}

.team-info.v2-team-info:hover {
    border: 1px solid #ff6039;
}

/******************
   15. Testimonials
*******************/
.testimonials-area {
    position: relative;
}

.bg-testimonial {
    background-image: url(../../assets/images/bg/bg_testimonials.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.testimonials-area .bg-overlay {
    background: linear-gradient(to bottom, rgba(249, 48, 105, .84), rgba(252, 87, 42, .8));
}

.testimonials-area .bg-overlay-2 {
    background: linear-gradient(to right, rgba(182, 78, 231, .84), rgba(73, 1, 254, .8));
}


.testimonials-area .slider .slick-dots {
    display: none !important;
}

.testimonials-area .slick-prev:before,
.testimonials-area .slick-next:before {
    color: white;
}

.testimonial-responsive.slider div {
    border-radius: 12px;
}

.testimonial-responsive.slider .slick-slide {
    margin: 0 15px;
}

.testimonial-responsive.slider .slick-list {
    margin: 0 -15px;
}

.testimonial-responsive.slider .slick-next {
    right: -50px;
}

.testimonial-responsive.slider .slick-prev {
    left: -50px;
}

.testimonial-wrapper {
    position: relative;
    background: #ffffff;
    padding: 25px 30px 30px 30px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    cursor: pointer;
}

.testimonial-wrapper:hover {
    box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.5);
}

.feedback-responsive .testimonial-wrapper:hover {
    box-shadow: none;
}

.testimonial-responsive .slick-list {
    padding-top: 30px;
    padding-bottom: 30px;
}

.testimonial-wrapper span i {
    position: absolute;
    right: 30px;
    bottom: 40px;
    font-size: 52px;
    color: #f93069;
    opacity: .1;
}

.testimonial-wrapper.v1 span i {
    color: #b64ee7;
}

.total-ratings {
    margin-top: 15px;
}

.total-ratings i {
    color: #fcc100;
}
.total-ratings img{
    width: 20px;
    height: 20px;
    display: inline-block;
    /*margin-right: 2px;*/
}

.testimonial-wrapper .content p {
    font-size: 13px;
    letter-spacing: .3px;
    color: #c1b9c5;
}

.thumb-box {
    margin-bottom: 20px;
}

.thumb-box .image {
    width: 50px;
    height: 50px;
    background: rgb(252, 87, 42);
    background: -moz-linear-gradient(top, rgb(252, 87, 42) 0%, rgb(249, 48, 105) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgb(252, 87, 42) 0%, rgb(249, 48, 105) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgb(252, 87, 42) 0%, rgb(249, 48, 105) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    transition: all .5s;
    border-radius: 50% !important;
    padding: 4px;
    text-align: center;
    -webkit-box-shadow: 0 2px 13px 2px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 2px 13px 2px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 13px 2px rgba(0, 0, 0, 0.25);
    display: table-cell;
    vertical-align: middle;
}

.thumb-box .content {
    overflow: hidden;
    padding-left: 20px;
    text-align: left;
    display: table-cell;
    vertical-align: middle;
}

.thumb-box .v1-image {
    background: rgb(73, 1, 254);
    background: -moz-linear-gradient(top, rgb(73, 1, 254) 0%, rgb(182, 78, 231) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgb(73, 1, 254) 0%, rgb(182, 78, 231) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgb(73, 1, 254) 0%, rgb(182, 78, 231) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.thumb-box .image img {
    border-radius: 50%;
}

.thumb-box .content {
    overflow: hidden;
}

.thumb-box .content p {
    margin-bottom: 0;
}

.thumb-box .content h4 {
    margin-bottom: 4px !important;
}

.feedback span {
    width: 80px;
    height: 80px;
    background-color: #00e878;
    color: #ffffff;
    font-size: 36px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 23px;
    margin-bottom: 35px;
    box-shadow: 0 0 14px 3px rgba(0, 232, 120, 0.4);
}

.feedback.v2 span {
    background-color: #ff6039;
    box-shadow: 0 0 14px 3px rgba(255, 96, 57, 0.4);
}

.feedback-responsive .testimonial-wrapper {
    text-align: center;
    position: relative;
}

.feedback-responsive .testimonial-wrapper .testimonials-quote {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 108px;
    color: #cccccc;
    opacity: .15;
}

.feedback-responsive .testimonial-wrapper .thumb-box .content {
    text-align: center;
    padding-left: 0;
    display: block;
    margin-top: 40px;
    margin-bottom: 24px;
}

.feedback-responsive .testimonial-wrapper .thumb-box .image {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5px;
    background: rgb(255, 255, 255);
    box-shadow: none;
    border: 1px dashed #00e878;
    padding: 8px;
    width: 80px;
    height: 80px;
}

.feedback-responsive .testimonial-wrapper .thumb-box .image.v2 {
    border: 1px dashed #ff6039;
}

.feedback-responsive .slick-prev {
    top: auto;
    bottom: 0 !important;
    text-align: center;
    display: block;
    background: green;
    z-index: 1;
}

.feedback-responsive .slick-next {
    top: auto;
    bottom: 0 !important;
    text-align: center;
    background: green;
    z-index: 1;
}

.feedback-arrow-box {
    text-align: center;
    cursor: pointer;
    color: #a6abb0;
    height: 40px;
}

.feedback-arrow-box .left-arrow {
    display: inline-block;
    margin-right: 12px;

    line-height: 16px;
    font-size: 32px;
    transition: all ease 0.5s 0s;
}

.feedback-arrow-box .right-arrow {
    display: inline-block;
    margin-left: 12px;
    line-height: 16px;
    font-size: 32px;
    transition: all ease 0.5s 0s;
}

.feedback-arrow-box .left-arrow:hover {
    color: #00e878;
}

.feedback-arrow-box .right-arrow:hover {
    color: #00e878;
}


.feedback-arrow-box .left-arrow.v2:hover {
    color: #ff6039;
}

.feedback-arrow-box .right-arrow.v2:hover {
    color: #ff6039;
}

/*******************
    16. Price
********************/
.price-wrapper {
    border-radius: 12px;
    text-align: center;
    background-color: white;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    box-shadow: 0 2px 13px 2px rgba(0, 0, 0, 0.08);
    padding: 35px 35px 40px 35px;
}

.price-wrapper:hover {
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
}

.price i {
    font-size: 32px;
}

.title i {
    color: #00e878;
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 36px;
}


.price-wrapper .v1-title i {
    background: linear-gradient(to bottom, rgb(73, 1, 254), rgb(182, 78, 231));
}

.border-line {
    color: #d8dfe4;
    width: 70%;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block;
    margin-bottom: 29px;
}

.border-line.v2 {
    color: #d8dfe4;
    width: 70%;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block;
    margin-top: 22px;
    margin-bottom: 24px;
}

.title h3 {
    font-weight: 600;
    color: #37434d;
    letter-spacing: .6px;
    line-height: 1.2;
    font-size: 30px;
    padding: 0;
}

.title.v2 h3 {
    font-weight: 600;
    color: #1b1b1b;
    letter-spacing: .6px;
    line-height: 1.2;
    font-size: 30px;
    padding: 0;
}

.price h4 {
    margin: 0;
    padding-top: 18px;
    padding-bottom: 15px;
    font-size: 50px;
    letter-spacing: .6px;
    font-weight: 600;
    color: #fc572a;
    line-height: 1.2;
}

.price.v2 h4 {
    color: #00e878;
}

.price.v2 h4 sub {
    font-size: 14px;
    color: #bcbcbc;
}

.option {
    margin-bottom: 10px;
}

.option ul {
    margin: 0;
    padding: 0;
}

.option ul li {
    margin: 0 0 22px;
    padding: 0;
    list-style: none;
    color: #5f6e7b;
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0.3px;
}

.price-wrapper .left-btn-gradient {
    margin-top: 2px;
}

.price-wrapper .simple-btn-green,
.price-wrapper .simple-btn-gradient {
    margin-top: 8px;
}

.price-wrapper:hover {
    background: linear-gradient(to bottom, #f93069, #fd375a, #ff404b, #fe4b3c, #fc572a);
    box-shadow: 3px 4px 20px 0px rgba(254, 75, 60, 0.65);
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.v1-price-wrapper:hover {
    background: linear-gradient(to top, #b64ee7, #9a39ed, #7620f5, #5b0dfb, #4901fe);
    box-shadow: 3px 4px 20px 0px rgba(91, 13, 251, 0.65);
}


.price-wrapper.v2:hover {
    background: #00e878;
    box-shadow: 3px 4px 20px 0px rgba(0, 232, 120, 0.65);
}

.price-wrapper.v2-hover:hover {
    background: -webkit-linear-gradient(-45deg, rgba(255, 96, 57, 1), rgba(255, 157, 92, 1));
    box-shadow: 3px 4px 20px 0px rgba(255, 96, 57, 0.65);
}

.price-wrapper:hover .title h3 {
    color: #ffffff;
}

.price-wrapper:hover .price h4 {
    color: #ffffff !important;
}

.price-wrapper:hover .border-line {
    border-color: #ffffff;
}

.price-wrapper:hover .option ul li {
    color: #ffffff;
}

.price-wrapper .btn:hover {
    box-shadow: none !important;
}

.price-wrapper:hover .left-btn-gradient {
    color: #fc572a;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
    border: 1px solid #ffffff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.v1-price-wrapper:hover .left-btn-gradient {
    color: #4901fe;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
    border: 1px solid #ffffff;
}

.v1-price-wrapper:hover .price h4 {
    color: #ffffff !important;
}

.price-wrapper:hover .title .fa {
    color: #ffffff !important;
}

.price-wrapper:hover .title.v2 h3 {
    color: #ffffff;
}

.price-wrapper:hover .price.v2 h4 {
    color: #ffffff;
}

.price-wrapper:hover .border-line.v2 {
    border-color: #ffffff;
}

.price-wrapper:hover p {
    color: #ffffff;
}

.price-wrapper:hover .price.v2 h4 sub {
    color: #ffffff;
}

.price-wrapper:hover .simple-btn-green {
    color: #00e878;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
    border: 1px solid #ffffff;
}

.price-wrapper:hover .simple-btn-gradient {
    color: #ff6039;
    background: linear-gradient(90deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
    border: 1px solid #ffffff;
}

/*******************
    17. Blog
********************/
.post-wrapper .post-img {
    overflow: hidden;
    border-radius: 12px;
    cursor: pointer;
}

.post-wrapper .post-img .img {
    -webkit-transition: all .5s;
    transition: all .5s;
}

.post-wrapper .post-img .img:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2)
}

.post-wrapper .cont {
    position: relative;
    margin: -2.5rem 1.5rem 0 1.5rem;
    z-index: 2;
    padding: 25px 30px 23px 30px;
    background: #fff;
    box-shadow: 0 2px 13px 2px rgba(0, 0, 0, 0.08);
    text-align: center;
    border-radius: 12px;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.post-wrapper .customize-cont {
    margin: -8.5rem 1.5rem 0 1.5rem;
}

.post-wrapper .customize-cont h3 {
    font-size: 25px;
}

.post-wrapper .info {
    margin-bottom: 8px;
}

.post-wrapper .info a {
    color: #fc572a;
    font-size: 14px;
    letter-spacing: .3px;
    font-weight: 500;
}

.post-wrapper .cont h3 {
    margin-bottom: 16px;
    -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;
}

.post-wrapper .cont p {
    margin-bottom: 20px;
}

.post-wrapper .more {
    color: #f93069;
    font-size: 15px;
    letter-spacing: .6px;
    font-weight: 600;
    text-transform: uppercase;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.post-wrapper .more:hover {
    margin-left: 10px;
}

.post-wrapper .cont h3:hover {
    color: #f93069;
    cursor: pointer;
}

.post-wrapper .cont.v1-color h3:hover {
    color: #4901fe;
    cursor: pointer;
}

.post-wrapper .cont.v2 h3:hover {
    color: #00e878;
    cursor: pointer;
}

.post-wrapper .cont.v2-color h3:hover {
    color: #ff6039;
    cursor: pointer;
}

.post-wrapper .more span i {
    font-size: 14px;
}

.post-holding {
    position: relative;
}

.post-holding .more {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

.post-holding .more:hover {
    margin-left: 10px;
}

.post-holding .post-img {
    overflow: hidden;
    border-radius: 12px;
    cursor: pointer;
}

.post-holding .post-img .img {
    -webkit-transition: all .5s;
    transition: all .5s;
}

.post-holding .post-img .img:hover {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2)
}

.post-holding .post-img .info {
    position: absolute;
    left: 10px;
    top: 10px;
    width: 67px;
    height: 67px;
    background-color: #00e878;
    color: #ffffff;
    opacity: .8;
    border-radius: 12px;
    padding: 15px 8px;
    font-size: 14px;
    text-align: center;
}

.post-holding .more span i {
    font-size: 14px;
}

.post-holding .post-img .info.v2 {
    background-color: #ff6039;
}

.post-holding .cont {
    margin-top: 25px;
}

.post-holding .cont h3 {
    cursor: pointer;
    color: #1b1b1b;
    margin-bottom: 18px;
    -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;
}

.post-holding .cont h3:hover {
    color: #00e878;
}

.post-holding .cont.v2 h3:hover {
    color: #ff6039;
}

.post-holding .cont a {
    color: #00e878;
    letter-spacing: .6px;
    margin-top: 3px;
    display: inline-block;
}

.post-holding .cont.v2 a {
    color: #ff6039;
}

.aside-wrapper .categories {
    margin-top: 45px;
    cursor: pointer;
}

.aside-wrapper .categories h3 {
    font-size: 30px;
    letter-spacing: .6px;
    color: #37434d;
    text-transform: capitalize;
    padding-left: 15px;
    position: relative;
    font-weight: 600;
}

.aside-wrapper .categories h3:before {
    top: -2px;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 5px;
    height: 36px;
    background: linear-gradient(to bottom, rgb(252, 87, 42), rgb(249, 48, 105));
    border-radius: 20px;
}

.aside-wrapper .categories h3.v1-line-color:before {
    background: linear-gradient(to bottom, rgb(73, 1, 254), rgb(182, 78, 231));
}

.aside-wrapper .categories h3.v2:before {
    background: rgb(0, 232, 120);
}

.aside-wrapper .categories h3.v2-line-color:before {
    background: linear-gradient(90deg, rgba(255, 96, 57, 1), rgba(255, 157, 92, 1));
}

.aside-wrapper .categories h3.v2,
.aside-wrapper .recent-posts h3.v2,
.aside-wrapper .archives h3.v2,
.aside-wrapper .tags h3.v2,
.aside-wrapper .categories h3.v2-line-color,
.aside-wrapper .recent-posts h3.v2-line-color,
.aside-wrapper .archives h3.v2-line-color,
.aside-wrapper .tags h3.v2-line-color {
    color: #1b1b1b;
}

.aside-wrapper .recent-posts .v2 .single-post .cont h4,
.aside-wrapper .recent-posts .v2-color .single-post .cont h4 {
    color: #1b1b1b;
}

.aside-wrapper .categories .list-group-item {
    background-color: transparent;
    border: none;
    padding: 8px 16px;
    color: #8e8e8f;
    font-size: 15px;
    letter-spacing: .3px;
    margin-bottom: 5px;
}

.aside-wrapper .categories ul {
    margin-top: 25px;
    margin-bottom: 42px;
}

.aside-wrapper .categories ul li:hover .badge {
    background: linear-gradient(90deg, rgb(252, 87, 42), rgb(249, 48, 105));
    color: #ffffff !important;
}

.aside-wrapper .categories ul li:hover .v1-badge {
    background: linear-gradient(90deg, rgb(73, 1, 254), rgb(182, 78, 231));
    color: #ffffff !important;
}

.aside-wrapper .categories ul li:hover .badge.v2 {
    background: rgb(0, 232, 120);
    color: #ffffff !important;
}

.aside-wrapper .categories ul li:hover .badge.v2-badge {
    background: linear-gradient(90deg, rgba(255, 96, 57, 1), rgba(255, 157, 92, 1));
    color: #ffffff !important;
}

.aside-wrapper .categories .list-group-item:hover {
    box-shadow: 0 2px 13px 2px rgba(252, 87, 42, 0.2);
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}

.aside-wrapper .categories .list-group-item.v1-hover:hover {
    box-shadow: 0 2px 13px 2px rgba(73, 1, 254, 0.2);
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}

.aside-wrapper .categories .list-group-item.v2:hover {
    box-shadow: 0 2px 13px 2px rgba(0, 232, 120, 0.3);
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}

.aside-wrapper .categories .list-group-item.v2-hover:hover {
    box-shadow: 0 2px 13px 2px rgba(255, 96, 57, 0.3);
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}

.aside-wrapper .categories .list-group-item .badge {
    padding: 9px 18px;
    font-size: 15px;
    letter-spacing: .3px;
    font-weight: 500;
    color: #8e8e8f !important;
    background-color: #e1e1e1;
}

.aside-wrapper .recent-posts h3 {
    font-size: 30px;
    letter-spacing: .6px;
    color: #37434d;
    text-transform: capitalize;
    padding-left: 15px;
    position: relative;
    font-weight: 600;
}

.aside-wrapper .recent-posts h3:before {
    top: -2px;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 5px;
    height: 36px;
    background: linear-gradient(to bottom, rgb(252, 87, 42), rgb(249, 48, 105));
    border-radius: 20px;
}


.aside-wrapper .recent-posts h3.v1-line-color:before {
    background: linear-gradient(to bottom, rgb(73, 1, 254), rgb(182, 78, 231));
}

.aside-wrapper .recent-posts h3.v2:before {
    background: rgb(0, 232, 120);
}

.aside-wrapper .recent-posts h3.v2-line-color:before {
    background: linear-gradient(90deg, rgba(255, 96, 57, 1), rgba(255, 157, 92, 1));
}

.aside-wrapper .recent-posts a {
    color: #fc572a;
    font-size: 14px;
    font-weight: 500;
}

.aside-wrapper .recent-posts ul {
    margin-top: 25px;
    margin-bottom: 42px;
    padding: 0;
    list-style-type: none;
}


.aside-wrapper .recent-posts ul li {
    padding: 10px;
    margin-bottom: 10px;
}

.aside-wrapper .recent-posts ul li:hover {
    box-shadow: 0 2px 13px 2px rgba(252, 87, 42, 0.2);
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}

.aside-wrapper .recent-posts ul li.v1-post-hover:hover {
    box-shadow: 0 2px 13px 2px rgba(73, 1, 254, 0.2);
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}

.aside-wrapper .recent-posts ul li.v2:hover {
    box-shadow: 0 2px 13px 2px rgba(0, 232, 120, 0.3);
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}

.aside-wrapper .recent-posts ul li.v2-post-hover:hover {
    box-shadow: 0 2px 13px 2px rgba(255, 96, 57, 0.3);
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}

.single-post .thum {
    display: table-cell;
    vertical-align: middle;
}

.single-post .cont {
    padding-left: 20px;
    display: table-cell;
    vertical-align: middle;
}

.single-post .thum img {
    border-radius: 9px;
}

.single-post .cont h4 {
    font-size: 18px;
    letter-spacing: .6px;
    font-weight: 500;
    color: #37434d;
    line-height: 1.2;
    margin-bottom: 12px;
}

.aside-wrapper .archives {
    cursor: pointer;
}

.aside-wrapper .archives h3 {
    font-size: 30px;
    letter-spacing: .6px;
    color: #37434d;
    text-transform: capitalize;
    padding-left: 15px;
    position: relative;
    font-weight: 600;
}

.aside-wrapper .archives h3:before {
    top: -2px;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 5px;
    height: 36px;
    background: linear-gradient(to bottom, rgb(252, 87, 42), rgb(249, 48, 105));
    border-radius: 20px;
}

.aside-wrapper .archives h3.v1-line-color:before {
    background: linear-gradient(to bottom, rgb(73, 1, 254), rgb(182, 78, 231));
}

.aside-wrapper .archives h3.v2:before {
    background: rgb(0, 232, 120);
}

.aside-wrapper .archives h3.v2-line-color:before {
    background: linear-gradient(90deg, rgba(255, 96, 57, 1), rgba(255, 157, 92, 1));
}

.aside-wrapper .archives .list-group-item {
    background-color: transparent;
    border: none;
    padding: 8px 16px;
    color: #8e8e8f;
    font-size: 15px;
    letter-spacing: .3px;
    margin-bottom: 5px;
}

.aside-wrapper .archives ul {
    margin-top: 25px;
    margin-bottom: 42px;
}

.aside-wrapper .archives .list-group-item:hover {
    box-shadow: 0 2px 13px 2px rgba(252, 87, 42, 0.2);
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}

.aside-wrapper .archives .list-group-item.v1-hover:hover {
    box-shadow: 0 2px 13px 2px rgba(73, 1, 254, 0.2);
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}

.aside-wrapper .archives .list-group-item.v2:hover {
    box-shadow: 0 2px 13px 2px rgba(0, 232, 120, 0.3);
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}

.aside-wrapper .archives .list-group-item.v2-hover:hover {
    box-shadow: 0 2px 13px 2px rgba(255, 96, 57, 0.3);
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}

.aside-wrapper .archives .list-group-item .badge {
    padding: 9px 18px;
    font-size: 15px;
    letter-spacing: .3px;
    font-weight: 500;
    color: #8e8e8f !important;
    background-color: #e1e1e1;
}

.aside-wrapper .archives ul li:hover .badge {
    background: linear-gradient(90deg, rgb(252, 87, 42), rgb(249, 48, 105));
    color: #ffffff !important;
}

.aside-wrapper .archives ul li:hover .v1-badge {
    background: linear-gradient(90deg, rgb(73, 1, 254), rgb(182, 78, 231));
    color: #ffffff !important;
}

.aside-wrapper .archives ul li:hover .v2 {
    background: rgb(0, 232, 120);
    color: #ffffff !important;
}

.aside-wrapper .archives ul li:hover .v2-badge {
    background: linear-gradient(90deg, rgba(255, 96, 57, 1), rgba(255, 157, 92, 1));
    color: #ffffff !important;
}

.aside-wrapper .tags h3 {
    font-size: 30px;
    letter-spacing: .6px;
    color: #37434d;
    text-transform: capitalize;
    padding-left: 15px;
    position: relative;
    font-weight: 600;
}

.aside-wrapper .tags h3:before {
    top: -2px;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 5px;
    height: 36px;
    background: linear-gradient(to bottom, rgb(252, 87, 42), rgb(249, 48, 105));
    border-radius: 20px;
}

.aside-wrapper .tags h3.v1-line-color:before {
    background: linear-gradient(to bottom, rgb(73, 1, 254), rgb(182, 78, 231));
}

.aside-wrapper .tags h3.v2:before {
    background: rgb(0, 232, 120);
}

.aside-wrapper .tags h3.v2-line-color:before {
    background: linear-gradient(90deg, rgba(255, 96, 57, 1), rgba(255, 157, 92, 1));
}

.tags-wrapper {
    margin-top: 25px;
}

.tag-box {
    border: 1px solid #cccccc;
    border-radius: 10rem;
    padding: 2px 15px 2px 2px;
    display: inline-block;
    margin-right: 7px;
    margin-bottom: 8px;
    cursor: pointer;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.tag-box .circle {
    background-color: #cccccc;
    color: #cccccc;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
}

.tag-box .circle i {
    font-size: 12px;
    line-height: 24px;
}

.tag-box .text {
    padding-left: 10px;
    display: table-cell;
    vertical-align: middle;
}

.tag-box .text a {
    color: #8e8e8f;
    font-size: 15px;
}

.tag-box:hover .circle {
    background: linear-gradient(90deg, rgb(252, 87, 42), rgb(249, 48, 105));
}

.tag-box:hover .v1-hover {
    background: linear-gradient(90deg, rgb(73, 1, 254), rgb(182, 78, 231));
}

.tag-box:hover .v2 {
    background: rgb(0, 232, 120);
}

.tag-box:hover .v2-hover {
    background: linear-gradient(90deg, rgba(255, 96, 57, 1), rgba(255, 157, 92, 1));
}

.tag-box:hover .circle i {
    color: #fff;
}

.blog-details-wrapper .post-img img {
    border-radius: 12px;
}

.blog-details-wrapper .content h3 {
    margin-top: 32px;
    font-size: 25px;
}

.blog-details-wrapper .content .info a {
    color: #fc572a;
    font-size: 14px;
    letter-spacing: .3px;
    font-weight: 500;
}

.vr {
    display: inline-block;
    position: relative;
    border-right: 1px solid #cccccc;
    height: 14px;
    margin-left: 17px;
    margin-right: 17px;
    top: 2px;
}

.blog-details-wrapper .content .info {
    margin-bottom: 15px;
}

blockquote {
    position: relative;
    margin: 30px auto;
}

blockquote .quote-left {
    font-size: 40px;
    color: #f93069;
    display: table-cell;
    vertical-align: middle;
}

blockquote .quote-text {
    font-size: 20px;
    line-height: 1.8;
    font-weight: 500;
    color: #37434d;
    display: table-cell;
    vertical-align: middle;
    padding-left: 15px;
}

blockquote .quote-text span {
    padding-left: 17px;
    display: inline-block;
}

blockquote .quote-text:before {
    position: absolute;
    width: 3px;
    height: 100%;
    background: #e1e1e1;
    content: "";
    top: 0;
}

.sub-content {
    margin-top: 32px;
}

.sub-content img {
    margin-right: 30px;
    margin-bottom: 10px;
}

.blog-details-wrapper .content .post-footer {
    overflow: hidden;
    border-top: 1px solid #d7d7d7;
    padding-top: 15px;
    margin-top: 25px;
}

.blog-details-wrapper .content .post-footer span {
    float: left;
    line-height: 1.8;
    font-weight: 300;
    font-size: 14px;
    letter-spacing: .3px;
    color: #a1a1a1;
}

.blog-details-wrapper .post-footer ul li {
    margin-left: 15px;
    float: left;
    list-style: none;
}

.blog-details-wrapper .post-footer ul li a {
    color: #a1a1a1;
    font-size: 14px !important;
}

.blog-details-wrapper .post-footer ul li a:hover {
    color: #f93069;
}

.blog-details-wrapper .post-footer ul.v1-hover li a:hover {
    color: #b64ee7;
}

.blog-details-wrapper .post-footer ul.v2 li a:hover {
    color: #00e878;
}

.blog-details-wrapper .post-footer ul.v2-hover li a:hover {
    color: #ff6039;
}

.blog-details-wrapper .post-footer ul.share {
    float: right;
    margin-top: 2px;
    margin-right: 1px;
}

.blog-comments {
    margin-top: 35px;
}

.blog-comments h3 {
    margin-bottom: 28px;
    font-size: 25px;
}

.blog-comments ul {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.blog-comments ul li {
    overflow: hidden;
}

.blog-comments ul li .avatar {
    width: 70px;
    height: 70px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    float: left;
    margin-right: 20px;
}

.blog-comments ul li .comment-content {
    float: left;
    width: calc(100% - 90px);
    width: -webkit-calc(100% - 90px);
}

.blog-comments ul li .comment-content .comment-by {
    position: relative;
    margin-bottom: 8px;
}

.blog-comments ul li .comment-content .comment-by span {
    display: block;
    color: #37434d;
    font-size: 18px;
    letter-spacing: .6px;
    line-height: 1.2;
    font-weight: 500;
}

.blog-comments ul li .comment-content p {
    font-size: 15px;
    line-height: 1.8;
    color: #5f6e7b;
}

.blog-comments .comment-content .btn-reply {
    display: block;
    font-size: 15px;
    letter-spacing: .6px;
    font-weight: 500;
    color: #f93069;
    margin-top: -7px;
}

.blog-comments ul li ul {
    padding-left: 60px;
}

.blog-comments ul {
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.blog-comments ul li {
    overflow: hidden;
}

.comment-bottom-border {
    border-bottom: 1px solid #d7d7d7;
}

.leave-comment {
    margin-top: 50px;
}

.leave-comment h3 {
    margin-bottom: 32px;
    font-size: 25px;
}

.leave-comment .custom-form input {
    height: 47px;
    border-radius: 30px;
    font-size: 14px;
    background-color: transparent;
    border: 1px solid #c1c1c1;
    padding-left: 30px;
}

.leave-comment .custom-form textarea {
    border-radius: 30px;
    font-size: 14px;
    background-color: transparent;
    border: 1px solid #c1c1c1;
    padding-top: 20px;
    padding-left: 30px;
}


.leave-comment .custom-form input:active {
    border: 1px solid #f93069;
}

.leave-comment .custom-form textarea:active {
    border: 1px solid #f93069;
}

.leave-comment.v1 .custom-form input:active {
    border: 1px solid #b64ee7;
}

.leave-comment.v1 .custom-form textarea:active {
    border: 1px solid #b64ee7;
}

.leave-comment.v2 .custom-form input:active {
    border: 1px solid #00e878;
}

.leave-comment.v2 .custom-form textarea:active {
    border: 1px solid #00e878;
}

.leave-comment.v2-color .custom-form input:active {
    border: 1px solid #ff6039;
}

.leave-comment.v2-color .custom-form textarea:active {
    border: 1px solid #ff6039;
}

.leave-comment .form-control {
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    background-clip: padding-box;
}

.leave-comment .form-group {
    margin-bottom: 30px;
}

.aside-wrapper .blog-author {
    margin-top: 45px;
}

.aside-wrapper .blog-author h3 {
    font-size: 30px;
    letter-spacing: .6px;
    color: #37434d;
    text-transform: capitalize;
    padding-left: 15px;
    position: relative;
}

.aside-wrapper .blog-author h3:before {
    top: -2px;
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 5px;
    height: 36px;
    background: linear-gradient(to bottom, rgb(252, 87, 42), rgb(249, 48, 105));
    border-radius: 20px;
}

.aside-wrapper .blog-author h3.v1-line-color:before {
    background: linear-gradient(to bottom, rgb(73, 1, 254), rgb(182, 78, 231));
}

.aside-wrapper .blog-author h3.v2:before {
    background: rgb(0, 232, 120);
}

.aside-wrapper .blog-author h3.v2-line-color:before {
    background: linear-gradient(90deg, rgba(255, 96, 57, 1), rgba(255, 157, 92, 1));
}


.aside-wrapper .blog-author h3 {
    margin-bottom: 25px;
}

.aside-wrapper .blog-author .text-center p {
    margin-top: 25px;
}


.aside-wrapper form {
    position: relative;
    width: 100%;
}

.aside-wrapper .subscribe-input {
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    border: 1px solid #fff;
    -webkit-border-radius: 0px;
    border-radius: 30px !important;
    color: #5f6e7b;
    outline: none;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: .3px;
    padding: 14px 20px;
    display: inline-block;
    box-shadow: 0 2px 13px 2px rgba(0, 0, 0, 0.08);
}

.aside-wrapper .subscribe-btn {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 18px;
    background: linear-gradient(90deg, rgba(252, 87, 42, 1), rgba(249, 48, 105, 1));
    line-height: 45px;
    border-radius: 50%;
    width: 52px;
    height: 52px;
    padding: 0px;
    color: #fff;
}

.aside-wrapper .v1-subscribe-btn {
    background: linear-gradient(to bottom, rgba(73, 1, 254, 1), rgba(182, 78, 231, 1));
}

.aside-wrapper .subscribe-btn.v2 {
    background: rgba(0, 232, 120, 1);
}

.aside-wrapper .v2-subscribe-btn {
    background: linear-gradient(90deg, rgba(255, 96, 57, 1), rgba(255, 157, 92, 1));
}





/*******************
    18. CTA
********************/
.cta-area {
    background-image: url(../../assets/images/bg/bg_cta.jpg);
    padding: 60px 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.cta-area .bg-overlay {
    background: rgba(0, 0, 0, .56);
}

.cta-wrapper {
    text-align: center;
    color: #ffffff;
}

.cta-wrapper h2 {
    font-size: 42px;
    font-weight: 600;
    line-height: 1.2;
}

.cta-wrapper a {
    margin-top: 20px;
}

/***************************
    19. Our Video
***************************/
.our-video {
    position: relative;
}

.our-video span i {
    line-height: 67px;
    color: #ffffff;
    border: none;
    background-color: transparent !important;
}

.our-video .pulse {
    display: block;
    width: 67px;
    height: 67px;
    border-radius: 50%;
    background: linear-gradient(to bottom, rgba(249, 48, 105, 1), rgba(252, 87, 42, 1));
    cursor: pointer;
    position: absolute;
    top: 50%;
    left: 5px;
    transform: translateY(-50%);
    z-index: 2;
    animation: pulse 2.5s infinite;
}

.our-video .v1-pulse {
    background: linear-gradient(to bottom, rgba(73, 1, 254, 1), rgba(182, 78, 231, 1));
    animation: v1-pulse 2.5s infinite;
}

.our-video .v2-pulse {
    top: 50%;
    left: 50% !important;
    transform: translate(-50%, -50%);
    background: rgba(0, 232, 120, 1);
    animation: v2-pulse 2.5s infinite;
}


.our-video .v2-pulse.v2 {
    background: linear-gradient(to bottom, rgba(255, 96, 57, 1), rgba(255, 157, 92, 1));
    animation: v2-pulse-orange 2.5s infinite;
}

.our-video .pulse:hover {
    animation: none;
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(249, 48, 105, 0.4);
        box-shadow: 0 0 0 0 rgba(249, 48, 105, 0.4);
    }

    70% {
        -moz-box-shadow: 0 0 0 30px rgba(249, 48, 105, 0);
        box-shadow: 0 0 0 30px rgba(249, 48, 105, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(249, 48, 105, 0);
        box-shadow: 0 0 0 0 rgba(249, 48, 105, 0);
    }
}

@keyframes v1-pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(73, 1, 254, 0.4);
        box-shadow: 0 0 0 0 rgba(73, 1, 254, 0.4);
    }

    70% {
        -moz-box-shadow: 0 0 0 30px rgba(73, 1, 254, 0);
        box-shadow: 0 0 0 30px rgba(73, 1, 254, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(73, 1, 254, 0);
        box-shadow: 0 0 0 0 rgba(73, 1, 254, 0);
    }
}

@keyframes v2-pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(0, 232, 120, 0.4);
        box-shadow: 0 0 0 0 rgba(0, 232, 120, 0.4);
    }

    70% {
        -moz-box-shadow: 0 0 0 30px rgba(0, 232, 120, 0);
        box-shadow: 0 0 0 30px rgba(0, 232, 120, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(0, 232, 120, 0);
        box-shadow: 0 0 0 0 rgba(0, 232, 120, 0);
    }
}


@keyframes v2-pulse-orange {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 96, 57, 0.4);
        box-shadow: 0 0 0 0 rgba(255, 96, 57, 0.4);
    }

    70% {
        -moz-box-shadow: 0 0 0 30px rgba(255, 96, 57, 0);
        box-shadow: 0 0 0 30px rgba(255, 96, 57, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(255, 96, 57, 0);
        box-shadow: 0 0 0 0 rgba(255, 96, 57, 0);
    }
}

#videoModal .modal-content {
    background-color: transparent !important;
    border: none;
}

/***************************
    20. 404 Page
***************************/
.banner-content.error-page h1 {
    font-size: 260px;
    letter-spacing: .6px;
    font-weight: 800;
    line-height: .87;

}

.banner-content.error-page h4 {
    font-size: 40px;
    letter-spacing: .6px;
    font-weight: 600;
    line-height: 1.2;
}

.error-page-footer {
    position: absolute;
    bottom: 0;
}

/***************************
    21. Coming Soon
***************************/
.coming-soon-header {
    padding-top: 25px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    background-color: rgba(255, 255, 255, 0);
    z-index: 200;
}

.coming-soon-header .logo {
    padding-top: 12px;
}

.coming-soon h1 {
    font-size: 50px;
    letter-spacing: .6px;
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: 45px;
}

.coming-soon.v2 h1 {
    color: #1b1b1b;
}

.coming-soon p {
    margin-top: -2px;
}

.how-countdown {
    background: rgba(255, 255, 255, .15);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.1);
    border-radius: 9px;
    margin: 0px 18px 36px 18px;
    color: #fff;
    padding: 30px;
}

.v2 .how-countdown {
    background: rgba(255, 255, 255, 1);
}

.how-countdown .txt1 {
    font-size: 60px;
    letter-spacing: .6px;
    font-weight: 600;
    line-height: 1.2;
}

.v2 .how-countdown .txt1 {
    color: #00e878;
}

.v2-color .how-countdown .txt1 {
    color: #ff6039;
}

.how-countdown .txt2 {
    font-size: 20px;
    letter-spacing: .3px;
    line-height: 1.2;
}

.v2 .how-countdown .txt2 {
    color: #989898;
}

.coming-soon.v2 p {
    font-size: 15px;
    letter-spacing: .3px;
    line-height: 1.8;
    color: #5f6e7b;
}

.flex-c,
.flex-col-c-m {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.flex-col-c-m {
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
}

.size2 {
    width: 110px;
    height: 120px;
}

.flex-w {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-c {
    justify-content: center;
}

.flex-col-c-m {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
}

.launch-wrapper h3 {
    font-size: 36px;
    letter-spacing: .6px;
    font-weight: 500;
    color: #ffffff;
    line-height: 1.2;
}

.coming-soon.v2 .launch-wrapper h3 {
    color: #1b1b1b;
}

.launch-wrapper form {
    position: relative;
    margin-top: 30px;
    margin-bottom: 16px;
    width: 46%;
}

.launch-wrapper .launch-input {
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    border: 1px solid #fff;
    -webkit-border-radius: 9px 27px 9px 27px;
    border-radius: 9px 27px 9px 27px;
    color: #5f6e7b;
    outline: none;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: .3px;
    padding: 14px 20px;
    display: inline-block;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}

.coming-soon.v2 .launch-wrapper .launch-input {
    border-radius: 30px;
}

.launch-wrapper .launch-btn {
    position: absolute;
    top: 0px;
    right: 0px;
    font-weight: 600;
    font-size: 15px;
    letter-spacing: .6px;
    text-align: center;
    margin: 5px;
    padding: 10px 20px !important;
    -webkit-border-radius: 8px 24px 8px 24px;
    border-radius: 8px 24px 8px 24px;
    display: inline-block;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    color: #fff;
    border: 0;
    background: linear-gradient(90deg, rgba(249, 48, 105, 1), rgba(253, 55, 90, 1), rgba(255, 64, 75, 1), rgba(252, 87, 42, 1));
}

.launch-wrapper .v1-launch-btn {
    background: linear-gradient(90deg, rgba(182, 78, 231, 1), rgba(154, 57, 237, 1), rgba(118, 43, 230, 1), rgba(73, 1, 254, 1));
}

.coming-soon.v2 .launch-wrapper .launch-btn {
    padding: 0 !important;
    border-radius: 50%;
    width: 52px;
    height: 52px;
    top: -5px;
    right: -5px;
    font-size: 18px;
    background: rgba(0, 232, 120, 1);
}

.coming-soon.v2-color .launch-wrapper .launch-btn {
    background: rgba(252, 87, 42, 1);
}

.launch-wrapper.fa {
    display: inline-block;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/***************************
    22. Our Skills
***************************/
.progress-content {
    margin-top: 22px;
}

.rating-bar label,
.rating-bar .rating-count {
    font-weight: 500;
}

.progress-content label {
    display: inline-block;
    margin-bottom: .5rem;
    font-size: 20px;
    letter-spacing: .6px;
    font-weight: 500;
    color: #37434d;
    line-height: 1.2;
}

.progress-content.v2 label {
    color: #1b1b1b;
}

.rating-bar .rating-count {
    float: right;
    color: #ff6039;
    font-size: 20px;
    initial-letter: .6px;
    font-weight: 500;
}

.progress-content.v2 .rating-bar .rating-count {
    color: #00e878;
}

.progress-content.v2-color .rating-bar .rating-count {
    color: #ff6039;
}

.skill-progress {
    margin-bottom: 27px;
}

.skill-progress .progress {
    height: 10px;
    border-radius: 20px;
}

.progress-content.v2 .skill-progress .progress {
    height: 20px;
    border-radius: 0;
}

.progress {
    display: -ms-flexbox;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #ffffff;
    border-radius: .25rem;
}

.progress-content.v2 .progress {
    background-color: #f2f2f2;
}

.skill-progress .progress-bar {
    background: linear-gradient(90deg, rgba(249, 48, 105, 1), rgba(253, 55, 90, 1), rgba(255, 64, 75, 1), rgba(252, 87, 42, 1));
    border-radius: 20px;
}

.skill-progress .v1-progress-bar {
    background: linear-gradient(90deg, rgba(182, 78, 231, 1), rgba(154, 57, 237, 1), rgba(118, 43, 230, 1), rgba(73, 1, 254, 1));
}

.progress-content.v2 .skill-progress .progress-bar {
    background: rgba(0, 232, 120, 1);
    border-radius: 0;
}

.progress-content.v2-color .skill-progress .progress-bar {
    background: rgba(252, 87, 42, 1);
}

/***************************
    23. Our Mission
***************************/
.mission-box {
    text-align: left;
    margin-top: 5px;
    margin-bottom: 15px;
}

.mission-box .icon {
    float: left;
}

.mission-box .content {
    overflow: hidden;
    padding-left: 20px;
}

.mission-box p {
    margin-bottom: 0;
}

.mission-box-left {
    margin-bottom: 73px;
}

.mission-box-left .content {
    overflow: hidden;
    padding-right: 20px;
}

.mission-box-left .icon {
    float: right;
    width: 80px;
    height: 80px;
    padding-top: 26px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
}

.mission-box-left .content p {
    margin-top: 14px;
    margin-bottom: 0 !important;
}

.mission-box-right {
    margin-bottom: 73px;
}

.mission-box-right .content {
    overflow: hidden;
    padding-left: 20px;
    text-align: left;
}

.mission-box-right .icon {
    float: left;
    width: 80px;
    height: 80px;
    padding-top: 26px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
}

.mission-box-right .content p {
    margin-top: 14px;
    margin-bottom: 0 !important;
}

/***************************
    24. Contact
***************************/
.contact-info {
    border-radius: 9px;
    box-shadow: 0 2px 13px 2px rgba(0, 0, 0, 0.06);
    text-align: center;
    position: relative;
    padding: 64px 30px 26px 30px;
}

.contact-info .box-icon {
    position: absolute;
    top: -40px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.contact-info .box-icon i {
    background: linear-gradient(-45deg, rgba(249, 48, 105, 1), rgba(253, 55, 90, 1), rgba(255, 64, 75, 1), rgba(252, 87, 42, 1));
}

.contact-info .v1-box-icon i {
    background: linear-gradient(-45deg, rgba(182, 78, 231, 1), rgba(154, 57, 237, 1), rgba(118, 43, 230, 1), rgba(73, 1, 254, 1));
}

.contact-info .box-icon i {
    color: #ffffff;
    font-size: 36px;
    width: 80px;
    height: 80px;
    border-radius: 28px;
    text-align: center;
    line-height: 80px;
    box-shadow: 0 0 20px 0 rgba(252, 87, 42, 0.5);
}

.contact-info h3 {
    margin-bottom: 10px;
}

.contact-info span {
    display: block;
    font-size: 15px;
    color: #5f6e7b;
}

.get-in-touch {
    margin-top: 23px;
}

.get-in-touch .custom-form input {
    height: 47px;
    border-radius: 30px;
    font-size: 14px;
    background-color: transparent;
    border: 1px solid #c1c1c1;
    padding-left: 30px;
}

.get-in-touch .custom-form textarea {
    border-radius: 30px;
    font-size: 14px;
    background-color: transparent;
    border: 1px solid #c1c1c1;
    padding-top: 20px;
    padding-left: 30px;
}

.get-in-touch .custom-form input:active {
    border: 1px solid #f93069;
}

.get-in-touch .custom-form textarea:active {
    border: 1px solid #f93069;
}

.get-in-touch .v1-custom-form input:active {
    border: 1px solid #4901fe;
}

.get-in-touch .v1-custom-form textarea:active {
    border: 1px solid #4901fe;
}

.get-in-touch .form-control {
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    background-clip: padding-box;
}

.get-in-touch .form-group {
    margin-bottom: 30px;
}

.google_map_section {
    position: relative;
    margin-bottom: -102px;
}

.mapHome1 {
    width: 100%;
    height: 700px;
}

.gm-style {
    font: 400 11px Roboto, Arial, sans-serif;
    text-decoration: none;
}

.contact-wrapper {
    margin-bottom: 30px;
}

.contact-wrapper .icon {
    display: table-cell;
    vertical-align: middle;
}

.contact-wrapper .icon i {
    color: #ffffff;
    font-size: 54px;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    text-align: center;
    line-height: 130px;
    background-color: #00e878;
}

.contact-wrapper .content {
    overflow: hidden;
    padding-left: 20px;
    text-align: left;
    display: table-cell;
    vertical-align: middle;
}

.contact-wrapper .content h3 {
    font-size: 25px;
    margin-bottom: 16px;
}

.contact-wrapper .content span {
    display: block;
    font-size: 20px;
    letter-spacing: .3px;
    color: #5f6e7b !important;
}

.get-in-touch.v2,
.get-in-touch.v2-color {
    margin-top: 0;
}

.get-in-touch.v2 .custom-form input:active {
    border: 1px solid #00e878;
}

.get-in-touch.v2 .custom-form textarea:active {
    border: 1px solid #00e878;
}

.get-in-touch.v2-color .custom-form input:active {
    border: 1px solid #ff6039;
}

.get-in-touch.v2-color .custom-form textarea:active {
    border: 1px solid #ff6039;
}


/*******************
    25. Subscribe
********************/
.subscribe {
    position: relative;
    background-color: #f9f7fa;
    z-index: 100;
}

.subscribe-wrapper {
    position: relative;
    margin-bottom: -175px;
    background-color: #ffffff;
    padding: 50px 30px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 2px 13px 2px rgba(0, 0, 0, 0.08);
}

.subscribe-wrapper h3 {
    font-size: 30px;
    letter-spacing: .6px;
    font-weight: 600;
    color: #37434d;
    line-height: 1.2;
}

.double-line-box {
    width: 175px;
    margin-top: 13px;
}

.double-line-box .line1 {
    border: 1.2px solid #f93069;
    width: 100px;
    margin-top: 0;
    margin-left: 0;
}

.double-line-box .line2 {
    border: 1.2px solid #ff6039;
    width: 100px;
    margin-left: 70px;
    margin-bottom: 0;
}

.double-line-box .line3 {
    border: 1.2px solid #4901fe;
    width: 100px;
    margin-top: 0;
    margin-left: 0;
}

.double-line-box .line4 {
    border: 1.2px solid #b64ee7;
    width: 100px;
    margin-left: 70px;
    margin-bottom: 0;
}

.subscribe-wrapper form {
    position: relative;
    margin-top: 50px;
    width: 50%;
}

.subscribe-wrapper .subscribe-input {
    width: 100%;
    appearance: none;
    -webkit-appearance: none;
    border: 1px solid #fff;
    -webkit-border-radius: 0px;
    border-radius: 30px !important;
    color: #5f6e7b;
    outline: none;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: .3px;
    padding: 14px 20px;
    display: inline-block;
    box-shadow: 0 2px 13px 2px rgba(0, 0, 0, 0.08);
}

.subscribe-wrapper .subscribe-btn {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 18px;
    background: linear-gradient(to bottom, rgba(252, 87, 42, 1), rgba(249, 48, 105, 1));
    line-height: 45px;
    border-radius: 50%;
    width: 52px;
    height: 52px;
    padding: 0px;
    color: #fff;
}

.subscribe-wrapper .v1-subscribe-btn {
    background: linear-gradient(to bottom, rgba(73, 1, 254, 1), rgba(182, 78, 231, 1));
}

.newsletter .custom-form input {
    padding-left: 0;
    height: 53px;
    font-size: 14px;
    background-color: transparent;
    border: 1px solid #c1c1c1;
    border-radius: 0;
    border-top: none;
    border-right: none;
    border-left: none;
}

.newsletter .custom-form input:active {
    border: 1px solid #00e878;
    border-top: none;
    border-right: none;
    border-left: none;
}

.newsletter .custom-form.v2 input:active {
    border: 1px solid #ff6039;
    border-top: none;
    border-right: none;
    border-left: none;
}

.newsletter .form-control {
    padding: .375rem .75rem;
    line-height: 1.5;
    color: #495057;
    background-clip: padding-box;
}

/*******************
    26. Footer
********************/
.footer-area {
    background-image: url(../../assets/images/bg/bg_footer.jpg);
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 2;
}

.footer-area .bg-overlay {
    background: linear-gradient(to bottom, rgba(249, 48, 105, 1), rgba(253, 55, 90, .9), rgba(255, 64, 75, .9), rgba(255, 75, 60, .9), rgba(252, 87, 42, .9));
}

.footer-area .bg-overlay-2 {
    background: linear-gradient(to bottom, rgba(182, 78, 231, 1), rgba(154, 57, 237, .9), rgba(118, 32, 245, .9), rgba(118, 43, 230, .9), rgba(73, 1, 254, .9));
}

#footer-2 {
    padding: 0px 0 10px 0;
    background-image: linear-gradient(to right, rgba(62, 67, 233, 1), rgba(117, 167, 255, 1));
}

.padding-footer {
    padding-top: 260px;
}

.footer-shape {
    background-color: white;
    border-radius: 80px 20px 80px 20px;
    padding: 50px 0;
}

.helpfull-links h5 {
    color: #ffffff;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.2;
}

.pages h5 {
    color: #ffffff;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.2;
}

.recent-posts h5 {
    color: #ffffff;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.2;
}

.recent-posts a {
    color: #ffffff;
    text-decoration: none;
}

.recent-posts ul {
    list-style-type: none;
}

.recent-posts ul li {
    display: list-item;
    text-align: -webkit-match-parent;
}

.helpfull-links,
.pages,
.recent-posts {
    margin-top: 8px;
}

.pages.custom-pl {
    padding-left: 30px;
}

.helpfull-links h5::after {
    content: "";
    display: block;
    height: 2px;
    width: 40px;
    background: #fff;
    margin-top: 5px;
}

.pages h5::after {
    content: "";
    display: block;
    height: 2px;
    width: 40px;
    background: #fff;
    margin-top: 5px;
}

.recent-posts h5::after {
    content: "";
    display: block;
    height: 2px;
    width: 40px;
    background: #fff;
    margin-top: 5px;
}

.footer-nav {
    margin-top: 27px;
    padding: 0;
    margin-bottom: 0;
}

.footer-nav li {
    padding: 0;
    margin: 0 0 16px 0;
    list-style: none;
    width: 100%;
}

.footer-nav li a {
    display: block;
    overflow: hidden;
    font-size: 14px;
    letter-spacing: .3px;
    text-decoration: none !important;
    color: #ffffff !important;
}

.anim-link:after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #fff;
    transition: all .5s ease;
}

.anim-link:hover:after {
    width: 16px;
}

.footer-widget {
    color: #ffffff;
    font-size: 14px;
    letter-spacing: .3px;
    line-height: 1.8;
}

.footer-widget p {
    margin-top: 20px;
}

.contact-box {
    margin-bottom: 15px;
    height: auto;
}

.contact-box.footer-nav {
    margin-top: 30px;
}

.contact-box .box-icon {
    background: rgba(255, 255, 255, .5);
    width: 36px !important;
    height: 36px !important;
    border-radius: 50% !important;
    text-align: center;
    line-height: 40px;
    float: left;
}

.contact-box .box-content {
    padding-left: 10px;
    overflow: hidden;
    color: #ffffff;
    font-size: 14px;
    letter-spacing: .3px;
}

.contact-box .box-icon i {
    color: #ffffff !important;
    opacity: 1;
}

.instafeed {
    display: flex;
    flex-wrap: revert;
}

.instafeed.footer-nav {
    margin-top: 30px;
}

.instafeed a {
    margin-right: 0;
    padding-right: 0;
}

.instafeed a img {
    display: block;
    width: 80px;
    height: auto;
    object-fit: cover;
    margin-right: 10px;
    margin-bottom: 10px;
}

.instafeed a img:hover {
    border: 2px solid #ffffff;
}

.footer-line {
    position: relative;
    border-color: #ffffff;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 0;
    z-index: 4;
}

.copyright {
    padding: 15px 0;
}

.copyright .section-title p {
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 14px;
    letter-spacing: .3px;
}

.copyright .section-title-v2 p {
    margin-bottom: -3px;
    font-size: 14px;
}

.copyright .social-media .btn {
    margin: 3px 0 3px 10px !important;
}

.copyright .social-media .btn::before {
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
}

.copyright .social-media.v2 .btn::before {
    background: -webkit-linear-gradient(top, rgba(240, 240, 240, 1), rgba(222, 240, 240, 1));
}

.copyright .v2-social-media .btn::before {
    background: -webkit-linear-gradient(top, rgba(240, 240, 240, 1), rgba(222, 240, 240, 1));
}

.copyright .social-media .btn:hover i {
    color: #f93069;
}

.copyright .v1-social-media .btn:hover i {
    color: #4901fe;
}

.copyright .social-media.v2 .btn:hover i {
    color: #00e878;
}

.copyright .v2-social-media .btn:hover i {
    color: #ff6039;
}

.bottom-footer-shape {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    top: -1px;
    z-index: 0;
}

/*******************************
    26.1 Footer Area Style 2
*******************************/
.footer-area-v2 {
    background-image: url(../../assets/images/bg/bg_map.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.footer-widget.v2 {
    color: #5f6e7b;
    font-size: 14px;
    letter-spacing: .3px;
    line-height: 1.8;
}

.footer-area-v2 .helpfull-links h5,
.footer-area-v2 .pages h5,
.footer-area-v2 .recent-posts h5 {
    color: #1b1b1b;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.2;
}

.footer-area-v2 .helpfull-links h5::after,
.footer-area-v2 .pages h5::after,
.footer-area-v2 .recent-posts h5::after {
    content: "";
    display: block;
    height: 2px;
    width: 40px;
    background: #00e878;
    margin-top: 5px;
}

.footer-area-v2 .helpfull-links.v2 h5::after,
.footer-area-v2 .pages.v2 h5::after,
.footer-area-v2 .recent-posts.v2 h5::after {
    content: "";
    display: block;
    height: 2px;
    width: 40px;
    background: #ff6039;
    margin-top: 5px;
}

.v2 .anim-link:after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background: #5f6e7b;
    transition: all .5s ease;
}

.v2 .anim-link:hover:after {
    width: 16px;
}

.footer-area-v2 .footer-nav li a {
    color: #5f6e7b !important;
}

.footer-area-v2 .contact-box .box-content {
    color: #5f6e7b !important;
}

.footer-area-v2 .contact-box .box-icon {
    background: rgba(0, 232, 120, .15);
}

.footer-area-v2 .contact-box .box-icon i {
    color: #00e878 !important;
}

.footer-area-v2 .contact-box .box-icon.v2 {
    background: rgba(252, 87, 42, .15);
}

.footer-area-v2 .contact-box .box-icon.v2 i {
    color: #ff6039 !important;
}

.footer-line-2 {
    position: relative;
    border-color: #cccccc;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 0;
    z-index: 4;
}

.footer-post-wrapper.footer-nav {
    margin-top: 31px;
}

.footer-post {
    margin-bottom: 12px;
}

.footer-post .thum {
    display: table-cell;
    vertical-align: middle;
}

.footer-post .cont {
    padding-left: 20px;
    display: table-cell;
    vertical-align: middle;
}

.footer-post .cont h4 {
    font-size: 18px;
    letter-spacing: .6px;
    font-weight: 500;
    color: #1b1b1b;
    line-height: 1.2;
    margin-bottom: 11px;
    -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;
}

.footer-post .cont h4:hover {
    color: #00e878;
}

.footer-post .cont.v2 h4:hover {
    color: #ff6039;
}

.footer-post .cont span {
    color: #00e878;
    display: inline-block;
}




.lang_ai_center {
    -webkit-display: flex;
    -webkit-align-items: center;
    display: flex;
    align-items: center;
}
.navbar-nav .isOn{
    margin-top: 20px;
}
