/* =======================================================================
KeySoft - Software Landing Page 
======================================================================= */
/*
1. GLOBAL STYLES
2. TYPOGRAPHY
     2.1 FONTS
     2.2 HEADINGS
3. LAYOUT     
     3.1 GENERAL
     3.2 PRELOADER
     3.3 LOGO
     3.4 CAROUSELS
4. MENU
5. HEADER
6. SECTIONS
     6.1 ABOUT
     6.2 FEATURES
     6.3 VIDEO
     6.4 SOLUTIONS
     6.5 PRICING
     6.6 TESTIMONIALS
     6.7 TEAM
     6.8 CLIENTS
     6.9 SUBSCRIBE
     6.10 CONTACT
7.FOOTER
8.ICONS
8.LIVE PREVIEW

*/
/* --------------------------------------
1. GLOBAL STYLES
-----------------------------------------*/
html {
    scroll-behavior: smooth;
}

label.error-msg {
    color: red;
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 0;
}

body {
    overflow-x: hidden;
    font-weight: normal;
    padding: 0;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
    text-decoration: none;
}

a {
    color: #1080f2
}

a:hover,
a:focus,
a:active,
a.active {
    color: #1080f2
}

.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
    outline: 0;
}

p {
    color: #666;
    font-size: 16px;
    line-height: 25px;
    margin-bottom: 0;
}

::-moz-selection {
    text-shadow: none;
    background: #1080f2;
    color: #fff;
}

::selection {
    text-shadow: none;
    background: #1080f2;
    color: #fff;
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

/* --------------------------------------
2. TYPOGRAPHY
-----------------------------------------*/

/* 2.2 HEADINGS */

h1,
h2,
h3 {
    font-family: 'DM Sans';
}

body {
    font-family: 'DM Sans';
}

section h2.section-heading {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 36px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: -0.15rem;
    color: #1f1f1f;
}

section h2.section-heading span {
    color: #ff2782;
}

section h3.section-heading {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 28px;
    line-height: 30px;
    color: #101928;
    font-weight: 600;
    letter-spacing: -.05rem;
}

section .section-subheading {
    margin-bottom: 30px;
    font-size: 22px;
    font-style: normal;
    line-height: 1;
    margin-top: 15px;
    color: #101928;
    font-weight: 400;
    letter-spacing: -0.05rem;
}

.separator {
    width: 15px;
    height: 15px;
    display: block;
    margin: auto;
    background-color: #ff2782;
    border-radius: 50%;
    position: relative;
}

.separator:before,
.separator:after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    display: block;
    margin: auto;
    background-color: #ff2782;
    border-radius: 50%;
    top: 2px;
}

.separator:before {
    left: -20px;
}

.separator:after {
    right: -20px;
}

/* --------------------------------------
3. LAYOUT
-----------------------------------------*/
/* 3.1 GENERAL*/

section {
    padding: 60px 0;
}

.row {
    margin: 0;
}

.row2 {
    margin-left: -15px;
    margin-right: -15px;
}

/*.container {
    padding: 0;
}*/

.outer-margin {
    margin: 0 -15px;
}

.bg-light-gray {
    background-color: #f7f7f7;
}

.btn {
    padding: 10px 15px;
    text-transform: uppercase;
    font-weight: 700;
    border-width: 2px;
}

.btn.btn-sm {
    padding: 8px 15px;
}

.btn-primary {
    color: #fff;
    background-color: #ff2782;
    border-color: #ff2782;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    border-color: #f01265;
    color: #fff;
    background-color: #f01265;
}

.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-default {
    color: #ff2782;
    background-color: #fff;
    border-color: #fff;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open .dropdown-toggle.btn-default {
    border-color: #fff;
    color: #fff;
    background-color: transparent;
}

.btn-success {
    color: #000;
    background-color: #32c788;
    border-color: #32c788;
}

.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success:active,
.btn-success.active,
.open>.dropdown-toggle.btn-success {
    color: #000;
    background-color: #27b478;
    border-color: #27b478;
}

.btn-warning {
    color: #ff2782;
    background-color: #fff;
    border-color: #fff;
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:active,
.btn-warning.active,
.open>.dropdown-toggle.btn-warning {
    color: #fff;
    background-color: #1f1f1f;
    border-color: #1f1f1f;
}

.btn-xl {
    height: 50px;
    background-color: #1080f2;
    border-radius: 2px;
    color: white;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    width: 100%;
    transition: 0.3s;
}

.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active {
    background-color: #273140;
    color: #fff;
}

.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    background-image: none;
}

body.modal-open {
    overflow: hidden;
}

.parallax {
    background: #1080f2;
}

.parallax .separator {
    background: #fff;
}

.gray-bg {
    background: #fef5fe;
}

.header-buttons {
    margin: 30px auto 100px auto;
}

.primary-button {
    min-width: 150px;
    padding: 0 20px;
    background-color: white;
    border-radius: 2px;
    color: #1080f2;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 36px;
    margin: 0 10px;
    border: 2px solid white;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.primary-button.button-inverse {
    color: #fff;
    background: #1080f2;
    border: 2px solid #1080f2;
    margin: 0;
}

.primary-button.button-inverse:hover {
    color: #1080f2;
    background: transparent;
    border: 2px solid #1080f2;
}

.secondary-button {
    min-width: 150px;
    text-align: center;
    line-height: 36px;
    background: #1080f2;
    display: inline-block;
    line-height: 36px;
    color: white;
    font-size: 14px;
    margin: 0 10px;
    font-weight: 700;
    text-transform: uppercase;
    border: 2px solid white;
    border-radius: 2px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.secondary-button-inverse {
    /*color: #1080f2;
    border-color: #1080f2;*/
    color: #dd1063;
    border-color: #dd1063;
    background: #fff
}

.secondary-button.secondary-button-inverse:hover {
    color: #fff;
    /*background: #1080f2;*/
    background: #dd1063;
}

.primary-button:hover {
    background: none;
    color: #fff;
    text-decoration: none;
}

.secondary-button:hover {
    background: #fff;
    color: #273140;
    text-decoration: none;
}

/*3.2 LOGO*/

.logo img {
    height: 50px;
    width: auto;
}

.logo .lc {
    display: none;
}

.navbar-shrink .logo .lc,
.white-nav .logo .lc {
    display: block;
}

.navbar-shrink .logo .lw,
.white-nav .logo .lw {
    display: none;
}

/*3.3 PRELOADER*/

#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #1080f2
}


.spinner {
    opacity: 0.9;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.spinner:after,
.spinner:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 30px;
    height: 30px;
    border: 5px solid transparent;
    border-bottom: 5px solid #fff;
    border-radius: 100%;
    -webkit-animation: rotate 1s linear infinite;
    animation: rotate 1s linear infinite;
}

.spinner:before {
    width: 40px;
    height: 40px;
    -webkit-animation-direction: reverse;
    animation-direction: reverse;
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

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

@keyframes rotate {
    from {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

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

/*3.4 CAROUSELS*/

.owl-theme .owl-controls .owl-buttons {
    display: none;
}

.owl-theme .owl-controls .owl-buttons div {
    background: url(../img/arrow.png);
    display: inline-block;
    zoom: 1;
    margin: 0;
    width: 10px;
    text-indent: -9999px;
    height: 18px;
    font-size: 0;
    position: absolute;
    right: 0;
    margin-top: 25px;
    margin-right: 0;
    top: 50%;
    padding: 0;
    filter: Alpha(Opacity=30);
    opacity: 0.3;
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.owl-theme .owl-controls .owl-buttons div.owl-prev {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    right: auto;
    left: 0;
    margin-left: 0;
}

.owl-theme .owl-controls.clickable .owl-buttons div:hover {
    filter: Alpha(Opacity=100);
    opacity: 1;
    text-decoration: none;
}

.owl-theme .owl-controls .owl-page {
    display: inline-block;
    zoom: 1;
    /* *display: inline; */
}

.owl-theme .owl-controls .owl-page span {
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 10px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    opacity: 0.22;
    background-color: #248df8;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
    filter: Alpha(Opacity=100);
    /*IE7 fix*/

    opacity: 1;
}

.owl-theme .owl-controls .owl-page span.owl-numbers {
    height: auto;
    width: auto;
    color: #FFF;
    padding: 2px 10px;
    font-size: 12px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.owl-item.loading {
    min-height: 150px;
}

.owl-carousel .owl-wrapper:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

/* display none until init */

.owl-carousel {
    display: none;
    position: relative;
    width: 100%;
    touch-action: pan-y;
    -ms-touch-action: pan-y;
}

.owl-carousel .owl-wrapper {
    display: none;
    position: relative;
    transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper-outer {
    overflow: hidden;
    position: relative;
    z-index: 2;
    width: 100%;
}

.owl-carousel .owl-wrapper-outer.autoHeight {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item {
    float: left;
}

.owl-controls .owl-page,
.owl-controls .owl-buttons div {
    cursor: pointer;
}

.owl-controls {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.grabbing {
    cursor: url(../img/grabbing.png) 8 8, move;
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}

/* --------------------------------------
4. MENU
-----------------------------------------*/

.navbar-default {
    border-color: transparent;
    /*background-color: #273140;*/
    background-color: transparent;
    width: inherit;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
    color: #fec503;
}

.navbar-default .navbar-collapse {
    border: none;
    box-shadow: none;
}

.navbar-default .navbar-toggle {
    border: none;
    margin-right: -10px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #ff2782;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background: none;
}

.navbar-default .nav li a {
    color: white;
    font-size: 16px;
    font-weight: 500;
    padding: 18px 15px 20px 15px;
    line-height: 1;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
}

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    outline: 0;
    color: #fff;
    opacity: 1;
}


.navbar-default.navbar-shrink .nav .active a {
    opacity: 1
}

.navbar-default.navbar-shrink .nav li a:hover,
.navbar-default.navbar-shrink .nav li a:focus {
    outline: 0;
    color: #e20864;
    opacity: 1;
    background: none;
}

.navbar-default.navbar-shrink .navbar-nav>.active>a:focus,
.navbar-default.navbar-shrink .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a {
    border-radius: 0;
    background: none;
    opacity: 1;
    color: #000;
    filter: brightness(1.2);
    -webkit-filter: brightness(1.2);
}

@media(min-width:960px) {
    .navbar-default {
        padding: 8px 0 5px 0;
        border: 0;
        background-color: transparent;
        -webkit-transition: all 0.25s ease-in-out;
        -moz-transition: all 0.25s ease-in-out;
        -o-transition: all 0.25s ease-in-out;
        -ms-transition: all 0.25s ease-in-out;
        transition: all 0.25s ease-in-out;
    }

    .navbar-default.navbar-shrink {
        padding: 8px 0 5px 0;
        background-color: #fff;
        box-shadow: 0px 5px 10px 0px rgb(47 47 47 / 20%);
    }

    .navbar-default.white-nav {
        padding: 8px 0 5px 0;
        background: #fff !important;
    }
}

/* --------------------------------------
5. HEADER
-----------------------------------------*/


.navinner {
    position: relative;
}

.navinner .top-btn {
    position: absolute;
    right: 0;
    top: 5px;
}

.navbar-right {
    margin-right: 170px;
}

.navbar-default.navbar-shrink .nav li a {
    color: #e20864;
}

.navbar-default.white-nav .nav li a {
    color: #e20864;
}

/*.navbar-default.navbar-shrink .btn-primary {
    background-color: #fff;
    border-color: #fff;
    color: #ff2782;
}*/
/*.navbar-default.navbar-shrink .btn-primary:hover, 
.navbar-default.navbar-shrink .btn-primary:focus, 
.navbar-default.navbar-shrink .btn-primary:active, 
.navbar-default.navbar-shrink .btn-primary.active, 
.navbar-default.navbar-shrink .open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: transparent;
}*/
.navbar-nav>li.dropdown>.dropdown-content {
    background: #ff2782;
    position: absolute;
    padding: 15px;
    min-width: 500px;
    border-radius: 5px;
}

.navbar-nav>li.dropdown.full {
    position: static;
}

.navbar-nav>li.dropdown.full>.dropdown-content {
    min-width: 100%;
    left: 0;
}

.navbar-default .nav li.dropdown .dropdown-content ul li a {
    padding: 0;
}

header {
    position: relative;
    text-align: center;
    overflow: hidden;
    color: #fff;
    /*background-color: rgba(30, 38, 49, 0.75)!important;*/
    background-color: rgba(30, 38, 49, 0.5) !important;
    background-image: -webkit-linear-gradient(270deg, rgba(51, 51, 51, 0.04) 0%, rgba(255, 255, 255, 0.04) 100%);
    background-image: linear-gradient(180deg, rgba(51, 51, 51, 0.04) 0%, rgba(255, 255, 255, 0.04) 100%);
}


#video_background {
    position: absolute !important;
    transform: scale(1.2);
    top: 0 !important;
}

header .intro-text {
    padding-top: 100px;
    padding-bottom: 50px;
}

header .intro-text .intro-heading {
    font-size: 18px;
    font-weight: 300;
    line-height: 10px;
    display: block;
}

header .intro-text {
    padding-top: 150px;
    padding-bottom: 0;
}

header .intro-text .intro-lead-in {
    font-size: 60px;
    font-weight: 200;
    letter-spacing: -.1rem;
    margin: 0;
    line-height: 100px;
}

header .intro-text .intro-lead-in strong {
    color: #ff2782;
    font-weight: 700;
}

header .header-dashboard {
    display: block;
    margin: auto;
    background: url(../img/header-shadow.png);
    margin-top: -60px;
}

header .header-dashboard .dashboard {
    margin-top: 0px;
    border-radius: 10px 10px 0 0;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: -10px;
}

header .container {
    position: relative;
    z-index: 10;
}

#particles-js {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

/* --------------------------------------
6. SECTIONS
-----------------------------------------*/
/*     6.1 ABOUT*/

#services h3 {
    text-align: center;
    margin: -15px 0 70px 0;
    font-size: 17px;
    padding: 0 5%;
    line-height: 1.5;
    color: #666;
    letter-spacing: -0.02rem;
    font-weight: 400;
}

#services .col-md-3 {
    text-align: center;
}

#services .col-md-3.last {
    padding-right: 0;
}

#services .nc-icon-outline {
    color: #fff;
    font-size: 40px;
    line-height: 90px;
}

.service-heading {
    color: #101928;
    font-size: 20px;
    margin-top: 0;
    line-height: 22px;
    margin-bottom: 10px;
    text-transform: capitalize;
    font-weight: 500;
    letter-spacing: -.05rem;
}

.about-sec .inner {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    padding: 30px 20px 25px 20px;
    border-radius: 15px;
}

.about-sec .alternate {
    margin-top: 30px;
}

.about-sec .inner .icon {
    background: url(../img/ellipse01.png);
    width: 80px;
    height: 80px;
    margin: -70px auto 20px auto;
    background-size: 100%;
    background: #1080f2;
    border-radius: 10px;
    padding: 15px;
}

.about-sec .inner p {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: -0.02rem;
    font-weight: 400;
}

/*6.2 FEATURES*/


#features {
    overflow: hidden;
}

#features .posrel {
    position: relative;
    margin-top: 40px;
}

#features .container {
    position: relative;
}

#features img {
    position: absolute;
    top: 5%;
    right: 0;
    width: 800px;
}

#features .posrel .section-subheading {
    margin-bottom: 15px;
    margin-top: 0;
    max-width: 500px;
    float: left;
    line-height: 30px;
    font-size: 18px;
}

.features-tabs .tabs {
    margin: 0;
    padding: 0;
    width: 1170px;
    /*height: 60px;*/
    /*background-color: white;
    border: 1px solid #d1d1d1;*/
    margin-top: 0;
}

.features-tabs .tab {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    padding: 0;
    display: inline-block;
    zoom: 1;
    background: none;
    border: none;
    border-bottom: none;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    /* height: 58px; */
    line-height: 40px;
    /* background: #fafafa; */
    letter-spacing: -.04rem;
}

.features-tabs .tab a {
    /*color: #bbb;*/
    color: #19274d;
    text-transform: capitalize;
    display: block;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.features-tabs .tab a.active .icon {
    color: #fff;
    background-color: #ff2782;
    border: 1px solid #ff2782;
}

.features-tabs .tab:hover a .icon {
    color: #fff;
    background-color: #ff2782;
    border: 1px solid #ff2782;
}

.features-tabs .panel-container {
    background: #fff;
    border: solid #666 1px;
    padding: 10px;
    border-radius: 0 4px 4px 4px;
    -moz-border-radius: 0 4px 4px 4px;
    -webkit-border-radius: 0 4px 4px 4px;
}

.features-tabs .tab a .triangle {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.features-tabs .tab a.active .triangle {
    border-bottom: 0;
    visibility: visible;
    width: 0;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #1080f2;
    opacity: 1;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    bottom: -10px;
}

.features-tabs .tab .triangle .inner-triangle {
    display: block;
    -webkit-transition: 0s;
    -o-transition: 0s;
    transition: 0s;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #1080f2;
    top: -10px;
    position: absolute;
    left: -8px;
}

#features-tab1 img {
    margin-right: -160px;
}

#features-tab2 img {
    margin-right: -160px;
}

#features-tab3 img {
    margin-right: -160px;
}

#features-tab4 img {
    margin-right: -160px;
}

#features-tab5 img {
    margin-right: -160px;
}

#features-tab6 img {
    margin-right: -160px;
}

.features-tabs ul {
    padding-left: 0px;
    margin-bottom: 20px;
}

.features-tabs li {
    background: url(../img/checked.png) no-repeat left 7px;
    padding-left: 30px;
    list-style: none;
    margin: 0;
    color: #666;
    font-size: 17px;
    font-weight: 400;
    line-height: 35px;
    position: relative;
    letter-spacing: -0.05rem;
    background-size: 20px;
}

.features-tabs .tabs li:before {
    position: absolute;
    content: '';
    left: 50%;
    bottom: -60px;
    width: 149px;
    height: 67px;
    opacity: 0;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
    background: url(../img/line-1.png) no-repeat;
}

.features-tabs .tabs li.active:before {
    opacity: 1;
}

.features-tabs li:nth-child(4):before,
.features-tabs li:nth-child(5):before,
.features-tabs li:nth-child(6):before {
    left: auto;
    right: 50%;
    transform: rotateY(180deg);
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

.features-tabs .tab a .icon {
    position: relative;
    width: 70px;
    height: 70px;
    color: #fff;
    font-size: 30px;
    line-height: 70px;
    text-align: center;
    margin: 0 auto;
    border-radius: 50%;
    display: block;
    background-color: #333;
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

.white-bg {
    background: #fff;
}

.features-tabs .white-bg {
    padding: 44px;
}

/*6.3 VIDEO*/

#video .section-subheading {
    margin-bottom: 20px;
    margin-top: 15px;
}

.video-container {
    position: relative;
}

.video-container a {
    display: block;
    cursor: pointer;
    width: 630px;
    margin: auto;
}

.video-container img {
    margin: auto;
    display: block;
}

.play-video {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -38px;
    margin-top: -48px;
    width: 76px;
    height: 76px;
    background-color: rgba(39, 49, 64, 0.6);
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
    border-radius: 50%;
    cursor: pointer;
}

.video-container a:hover .play-video {
    background-color: rgba(39, 49, 64, 1);
}

.play-video .fa-play {
    width: 22px;
    height: 26px;
    color: white;
    font-size: 28px;
    font-weight: 400;
    position: absolute;
    top: 25px;
    left: 30px;
}

#video {
    background: #fff;
    /*background: url(../img/beauty-parlour-management-script.jpg);
    position: relative;
    background-size: 100%;
    background-attachment: fixed;*/
    overflow-x: hidden;
}

#video .overlay {
    width: 100%;
    height: 100%;
    opacity: 0.9;
    position: absolute;
    top: 0;
    background: url(../img/bapl.png) no-repeat;
    background-size: 300px;
    background-attachment: fixed;
    background-position: left 38% top 50%;
}

.video-socials {
    position: relative;
    margin: auto;
    width: auto;
    text-align: center;
    margin-top: 45px;
}

.video-socials a:hover .fa {
    color: #273140
}

.video-socials .fa {
    color: white;
    margin: 0 17px;
    font-family: FontAwesome;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-size: 22px;
    font-weight: 400;
    line-height: 25px;
    height: 25px;
    text-transform: uppercase;
}

.video-modal {
    padding: 0 !important;
    background: rgba(39, 49, 64, 0.5);
}

.video-modal iframe {
    border: 5px solid rgba(255, 255, 255, 0.25);
    border-radius: 3px;
    box-sizing: content-box;
    box-shadow: 0 0px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.video-modal .modal-content {
    padding: 0;
    border: 0;
    position: fixed;
    width: 712px;
    left: 50%;
    margin-top: -200px;
    top: 50%;
    margin-left: -356px;
    border-radius: 0;
    text-align: center;
    background-clip: border-box;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
}

.parallax .separator.left {
    margin-left: 20px;
}

#video p {
    color: #101928;
    margin-bottom: 10px;
    line-height: 28px;
    font-size: 18px;
    letter-spacing: -0.05rem;
}

#video p.two {
    line-height: 28px;
    font-size: 17px;
}

#video ul {
    padding-left: 0px;
    margin-bottom: 20px;
}

#video ul li {
    background: url(../img/checked.png) no-repeat left 7px;
    padding-left: 30px;
    list-style: none;
    margin: 0;
    color: #666;
    font-size: 17px;
    font-weight: 400;
    line-height: 35px;
    position: relative;
    letter-spacing: -0.05rem;
}

#video .right {
    padding-left: 0;
}

#video .image {
    margin-top: 0;
    position: relative;
}

#video .image .arrow-svg {
    position: absolute;
    top: 0px;
    right: 10%;
    list-style: none;
}

#video .image img.round {
    border-radius: 5px;
}

#video .image .calender {
    position: absolute;
    top: 36px;
    left: -38px;
    width: 207px;
    box-shadow: 0px 41.777610778808594px 33.422088623046875px 0px rgba(0, 0, 0, 0.05), 0px 100px 80px 0px rgba(0, 0, 0, 0.07);
    overflow: hidden;
    background: #fff;
    border-radius: 10px;
    padding: 15px;
}

#video .image .calender .calender-title {
    color: #1D2B36;
    font-weight: 500;
    letter-spacing: -.02rem;
    margin-bottom: 5px;
}

#video .image .calender .calender-title-2 {
    display: flex;
    align-items: center;
    gap: 15px;
}

#video .image .calender .calender-title-2 .calender-title-num {
    font-size: 25px;
    font-weight: 700;
    color: #131126
}

#video .image .calender .calender-title-2 .calender-title-per {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #08670B;
    font-size: 12px;
}

#video .image .appointments {
    width: 232px;
    position: absolute;
    bottom: 36px;
    left: -50px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 41.777610778808594px 33.422088623046875px 0px rgba(0, 0, 0, 0.05), 0px 100px 80px 0px rgba(0, 0, 0, 0.07);
    padding: 15px;
}

#video .image .appointments .appointments-title {
    color: #1D2B36;
    font-weight: 500;
    letter-spacing: -.02rem;
    margin-bottom: 5px;
}

#video .image .appointments .a1 {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    margin: 10px 0 0 0;
}

#video .image .appointments .a1 .a1-left {
    display: flex;
    align-items: flex-start;
}

#video .image .appointments .a1 .a1-left .a1-left-img {
    margin: 0 10px 0 0;
}

#video .image .appointments .a1 .a1-left .a1-left-ser .sername {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 3px;
}

#video .image .appointments .a1 .a1-left .a1-left-ser .sertime {
    font-size: 10px;
    color: #545454
}

#video .image .appointments .a1 .a1-left .a1-left-ser .serdot {
    width: 4px;
    height: 4px;
    display: inline-block;
    border-radius: 100px;
    background: #545454;
    margin: 0 4px;
    line-height: 4px;
    position: relative;
    top: -1px;
}

#video .image .appointments .a1 .a1-right {
    font-size: 10px;
    margin-bottom: 2px;
}

#video .image .employee {
    width: 216px;
    height: 76px;
    position: absolute;
    top: 238px;
    right: 0;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 41.777610778808594px 33.422088623046875px 0px rgba(0, 0, 0, 0.05), 0px 100px 80px 0px rgba(0, 0, 0, 0.07);
    padding: 15px;
}

#video .image .employee .employee-inner {
    display: flex;
    align-items: center;
}

#video .image .employee .employee-inner .employee-right {
    margin: 0 0 0 10px;
}

#video .image .employee .employee-inner .employee-right .employee-title {
    color: #1D2B36;
    font-weight: 500;
    letter-spacing: -.02rem;
    margin-bottom: 3px;
}

#video .image .employee .employee-inner .employee-right .employee-txt {
    display: flex;
    font-size: 12px;
    color: #006644;
}

#video .image .employee .employee-inner .employee-right .employee-txt span {
    margin-left: 10px;
}

#video h3 {
    font-weight: 700;
    margin-bottom: 10px;
}

/*#video .ata {
    font-size: 20px;
    margin-left: 27%;
    margin-bottom: 15px;
}*/
#video .ata {
    font-size: 28px;
    margin-left: 0;
    margin-bottom: 10px;
}

/*6.4 SOLUTIONS*/

.chart {
    position: relative;
    display: block;
    margin: 0 auto 40px auto;
    width: 230px;
    height: 230px;
    line-height: 230px;
    letter-spacing: -1px;
    font-family: WorkSans;
    text-align: center;
    font-weight: 300;
    font-size: 48px;
    color: #1080f2;
    background: #fff;
    border-radius: 50%;
}

.chart .percent {
    font-size: 28px;
    position: relative;
    margin-left: 3px;
}

.chart canvas {
    position: absolute;
    top: 0;
    left: 0;
}

.chart-content {
    text-align: center;
    height: 30px;
    line-height: 30px;
}

.chart-content h4 {
    color: #666;

    font-size: 18px;
    margin: 0;
    font-weight: 400;
    display: inline-block;
    line-height: 30px;
    margin-left: 10px;
    position: relative;
    top: -6px;
}

.chart-content .nc-icon-outline {
    color: #1080f2;
    display: inline-block;
    font-size: 30px;
}

#solutions {
    overflow-x: hidden;
}

#solutions .image {
    /* width: 210px; */
    margin: 0 auto 10px auto;
    /* background: url(../img/solutions-bg.png); */
    /* padding: 25px; */
    background-size: 100%;
    border-radius: 10px;
    overflow: hidden;
}

#solutions .image img {
    transition: all .3s ease;
}

#solutions .image:hover img {
    transform: scale(1.1);
}

#solutions .cn {
    margin-left: 12.5%;
}

#solutions .col-7 {
    width: 14.2857%;
    float: left;
    padding: 0 10px;
}

#solutions .service-heading {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0;
}

/*6.5 PRICING*/

.pricing {
    overflow: hidden;
    position: relative;
    border: 2px solid #e6e6e6;
    border-top: none;
    -webkit-border-bottom-right-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    -moz-border-radius-bottomleft: 2px;
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
    width: 100%;
    margin: 0;
}

.pricing.active {
    /*background-color: #1080f2;
    border: 2px solid #1080f2;*/
    background-color: #dd1063;
    border: 2px solid #dd1063;
    opacity: 0.85;
    border-top: 0;
}

.pricing-title {
    /*background-color: #1080f2;*/
    background-color: #dd1063;
    border-radius: 2px 2px 0 0;
    text-align: center;
    color: white;

    font-size: 16px;
    font-weight: 700;
    line-height: 62px;
    height: 60px;
}

.pricing .pricing-row {
    padding-top: 23px;
    float: left;
    padding-left: 0;
    text-align: center;
    padding-right: 0;
    width: 100%;
}

.pricing .pricing-row.selected {
    background-color: whitesmoke;
    font-weight: bold;
    color: #666;
    font-size: 14px;
    padding-top: 13px;
    margin-top: 10px;
    margin-bottom: -13px;
    padding-bottom: 13px;
}

.pricing.active .pricing-row.selected {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.pricing .col-lg-3 {
    padding: 50px 0 20px 0;
    font-family: WorkSans;
    font-weight: 300;
    line-height: 25px;
    /*color: #1080f2;*/
    color: #dd1063;
    width: 100%;
    text-align: center;
}

.pricing.active .col-lg-3 {
    color: #fff;
}

.pricing .button-container {
    text-align: center;
    position: relative;
    padding: 42px 0 45px 0;
    width: 100%;
    margin: 0;
    height: auto;
    background: none;
}

.pricing .pricing-price {
    font-size: 60px;
    letter-spacing: -2px;
    line-height: 42px;
    display: inline-block;
}

.pricing .pricing-time {
    font-weight: 300;
    letter-spacing: -1px;
    margin-top: 5px;
    font-size: 30px;
}

.pricing .iconita {
    line-height: 52px;
    font-size: 48px;
    height: 52px;
}

.pricing .pricing-title {
    font-weight: 700;
    font-size: 32px;
    margin-top: 25px;
    margin-bottom: 15px;
    line-height: 32px;
}

.pricing .pricing-option {
    text-transform: capitalize;
    text-align: center;
    line-height: 1;
    color: #666;

    font-size: 16px;
}

.pricing .pricing-row.selected .pricing-option {
    font-size: 14px;
}

.pricing .pricing-option.selected {
    background: #3595f8;
}

.pricing.active .pricing-option {
    color: #fff;
}

.pricing .pricing-row.selected .fa {
    font-size: 13px;
    top: 0;
}

.pricing .fa {
    /*color: #1080f2;*/
    color: #dd1063;
    font-size: 11px;
    margin-right: 10px;
    position: relative;
    top: -1px;
}

.pricing.active .fa {
    color: #fff;
}

.pricing .currency {
    font-size: 34px;
    margin-right: 5px;
    position: relative;
    /*top: -20px;*/
    top: -15px;
}

.pricing .billing-time {
    color: #b3b3b3;
    font-size: 14px;
    line-height: 14px;
    margin-top: 8px;
}

.pricing.active .billing-time {
    color: #fff;
}

.pricing .secondary-button {
    background: transparent;
}

.pricing .secondary-button:hover {
    background: #fff;
}

.pricing .secondary-button.secondary-button-inverse:hover {
    background: #1080f2;
    background: #dd1063;
}

#pricing {
    overflow-x: hidden;
}

#pricing .inner {
    padding: 30px 25px;
    border-radius: 10px;
}

#pricing .inpd p {
    font-size: 16px;
}

#pricing .price1 h1 {
    color: #101928;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 10px;
    font-size: 26px;
    letter-spacing: -.07rem;
}

#pricing .price1 h1 span {
    color: #ff257f;
    font-weight: 400;
}

#pricing .price1 p {
    padding-right: 0;
    line-height: 1.5;
}

#pricing .testimonialbox {
    background: #162133;
    padding: 27px 30px;
    border-radius: 10px;
    border: 5px solid #fff;
    margin-top: 15px;
    color: #fff;
}

#pricing .testimonialbox p {
    color: #fff;
    font-size: 18px;
    line-height: 1.4;
}

#pricing .testimonialbox .user-info {
    margin-top: 15px;
    color: #fff;
}

#pricing .testimonialbox .user-info .image-icon,
#pricing .testimonialbox .user-info .image-text {
    display: inline-block;
    vertical-align: middle;
}

#pricing .testimonialbox .user-info .image-text {
    padding-left: 10px;
}

#pricing .testimonialbox .user-info .image-text .name {
    font-weight: 500;
}

#pricing .testimonialbox .user-info .image-text .dsg {
    font-weight: 300;
    font-size: 12px;
}

#pricing .price2 h2 {
    font-family: 'Montserrat', sans-serif;
    color: #101928;
    font-weight: 600;
    margin-top: 80px;
    font-size: 28px;
}

#pricing .rtb {
    margin-top: 40px;
}

#pricing .price2 .ttl1 {
    font-family: 'Montserrat', sans-serif;
    color: #101928;
    font-weight: 600;
    font-size: 20px;
}

#pricing .ttl1 img {
    margin-right: 0;
    display: inline-block;
    vertical-align: middle;
    width: 50px;
}

#pricing .price2 .amount {
    margin-top: 15px;
    font-family: 'Montserrat', sans-serif;
    color: #101928;
    font-weight: 600;
    font-size: 36px;
    letter-spacing: -1px;
}

#pricing .price2 .amount span {
    display: inline-block;
    vertical-align: middle;
}

#pricing .price2 .amount span.cur {
    color: #a0a6ac;
}

#pricing .price2 .amount span.value {
    margin-left: -3px;
}

#pricing .price2 .amount span.dur {
    color: #a0a6ac;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0px;
    vertical-align: baseline;
    margin-left: -3px;
}

#pricing .price2 ul {
    margin: 30px 0;
    padding: 0;
}

#pricing .price2 ul li {
    background: url(../img/checked4.png) no-repeat left 0px;
    background-size: 24px;
    padding-left: 35px;
    list-style: none;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    color: #777c82;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 10px;
    line-height: 25px;
}

.btn-blue {
    background: #3e62ee;
    display: inline-block;
    padding: 15px 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    border-width: 2px;
    color: #fff;
    border-radius: 10px;
    font-size: 16px;
}

.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active {
    color: #fff;
}

.btn-blue img {
    margin-left: 5px;
}

.text-white {
    color: #fff !important;
}

#pricing .price2 .inverse .amount span.cur {
    color: #7b96f7;
}

#pricing .price2 .inverse .amount span.dur {
    color: #9eb7ff;
}

#pricing .price2 .inverse ul li {
    background: url(../img/checked5.png) no-repeat left 0px;
    color: #fff;
    background-size: 24px;
}

.btn-white {
    background: #fff;
    display: inline-block;
    padding: 15px 30px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    border-width: 2px;
    color: #3e62ee;
    border-radius: 10px;
    font-size: 16px;
}

.btn-white:hover,
.btn-white:focus,
.btn-white:active {
    color: #3e62ee;
}

#pricing .posrel {
    position: relative;
}

#pricing .trbls {
    position: absolute;
    top: -35%;
    background: #f2f7fd;
    border: 10px solid #fff;
    padding: 30px;
    box-shadow: 0px 0px 30px 0px rgb(47 47 47 / 20%);
    border-radius: 15px;
    right: -20%;
    width: 400px;
}

#pricing .trbls h3 {
    margin-top: 0;
    font-family: 'Montserrat', sans-serif;
    color: #101928;
    font-weight: 700;
}

#pricing .trbls .btn-blue {
    transform: scale(.8);
    margin: 15px 0 0 -20px;
}

#pricing .inpd {
    /*box-shadow: 0px 0px 30px 0px rgb(47 47 47 / 20%);
    padding: 15px 0;
    border-radius: 15px;*/
}

#pricing .msc {
    position: absolute;
    top: 15%;
    background: #fff;
    border: 10px solid #fff;
    padding: 0px;
    box-shadow: 0px 0px 30px 0px rgb(47 47 47 / 20%);
    border-radius: 20px;
    right: -15%;
    width: 300px;
}

#pricing .msc .icon {
    display: inline-block;
    vertical-align: middle;
    width: 100px;
}

#pricing .msc .icon-text {
    display: inline-block;
    vertical-align: middle;
    padding-left: 15px;
}

#pricing .msc .icon-text h4 {
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    color: #101928;
    font-weight: normal;
    font-size: 14px;
    line-height: 1.5;
}

#pricing .msc .icon-text h4 strong {
    font-weight: 700;
    font-size: 22px;
    text-transform: uppercase;
}

/*6.6 TESTIMONIALS*/
.navbar-default.navbar-shrink {
    background: #fff;
    box-shadow: rgba(47, 47, 47, 0.2) 0px 5px 10px 0px;
}

#testimonials {
    padding-bottom: 0px;
    margin-bottom: 52px;
}

#testimonials .section-subheading {
    margin-bottom: 20px;
}

.tt-content h3 {
    font-size: 26px;
    font-weight: 300;
    letter-spacing: -1px;
    line-height: 1.3;
    text-align: center;
    color: #101928;
    margin: auto;
    max-width: 950px;
}

.tt-content h4 {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    margin-bottom: 0;
    padding-top: 10px;
}

.tt-content .content {
    font-size: 16px;
    font-weight: 400;
}

.tt-content .tt-container {
    margin-top: 15px;
    text-align: center;
}

.tt-images {
    text-align: center;
    margin-bottom: -35px;
    font-size: 0;
}

.tt-image {
    display: inline-block;
    margin: 0;
    /*   border: 2px solid #D1D1D1;*/

    border-radius: 90px;
    margin: 0 10px;
}

.tt-image img {
    display: inline-block;
    width: 70px;
    height: 70px;
    border-radius: 90px;
}

.tt-quote {
    font-size: 75px;
    font-weight: 700;
    line-height: 70px;
    margin-right: 20px;
    float: left;
    color: #D1D1D1;
    display: block;
    margin-bottom: 0px;
    margin-left: 2px;
}

.tt-quote-right {
    float: right;
    margin-right: 0;
    position: relative;
    margin-left: 20px;
    bottom: 0;
    margin-bottom: 0;
}

#testimonials .owl-pagination {
    position: absolute;
    width: 100%;
}

#testimonials .owl-controls span {
    width: 70px;
    height: 70px;
    opacity: 0.65;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: #fff;
    border-radius: 90px;
    margin: 0 10px;
}

#testimonials .owl-controls .owl-page:hover span,
#testimonials .owl-controls .owl-page.active span {
    opacity: 0;
}

/*6.7 TEAM*/

.team-member {
    text-align: center;
    overflow: hidden;
    position: relative;
}

.team-member img {
    margin: 0 auto;
    border: none;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}

.team-content {
    padding: 50px;
    background: #1080f2;
    color: #fff;
    position: relative;
    z-index: 100;
    margin-top: -50px;
}

.team-member-down .team-content {
    margin-top: 0;
    margin-bottom: -50px;
}

.team-content h5 {

    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    margin: 0;
    margin-bottom: 15px;
}

.team-content .team-subtitle {
    font-size: 14px;
    font-style: italic;
    margin-bottom: 30px;
    display: block;
    line-height: 1.2;
}

.team-content p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
}

.team-content .triangle {
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    border-bottom: 10px solid #1080f2;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    top: -10px;
}

.team-member-down .triangle {
    border-bottom: 0;
    border-top: 10px solid #1080f2;
    top: auto;
    bottom: -10px;
}

.team-member:hover .triangle {
    border-bottom: 700px solid;
    border-color: #1080f2;
    opacity: 0.85;
    border-left: 700px solid transparent;
    border-right: 700px solid transparent;
    margin-left: -700px;
    top: -650px;
}

.team-member-down:hover .triangle {
    border-bottom: 0;
    top: auto;
    border-top: 700px solid;
    border-color: #1080f2;
    opacity: 0.85;
    border-left: 700px solid transparent;
    border-right: 700px solid transparent;
    margin-left: -700px;
    bottom: -650px;
}

.team-member:hover img {
    -webkit-transform: translateY(-50px);
    -moz-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
}

.team-member-down:hover img {
    -webkit-transform: translateY(50px);
    -moz-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
}

.team-socials {
    position: absolute;
    top: 215px;
    width: 100%;
    z-index: 101;
    margin: auto;
    text-align: center;
    margin-top: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.team-member-down .team-socials {
    top: auto;
    bottom: 215px;
}

.team-socials a:hover .fa {
    color: #273140
}

.team-socials .fa {
    color: white;
    margin: 0 15px;
    font-family: FontAwesome;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-size: 22px;
    font-weight: 400;
    line-height: 25px;
    height: 25px;
    text-transform: uppercase;
}

.team-member:hover .team-socials {
    opacity: 1;
    visibility: visible;
}

/*6.8 CLIENTS*/

#clients {
    overflow-x: hidden;
}

#clients .owl-controls .owl-buttons {
    display: block;
}

#testimonials .owl-controls {
    text-align: center;
    margin-top: 30px;
}

#clients .owl-theme .owl-controls {
    margin-top: 0;
    text-align: center;
    position: absolute;
    display: block;
    width: 100%;
    top: 0;
    z-index: 1;
}

#clients .slider {
    max-width: 100%;
    margin: 30px 0 0 0;
}

#clients .slider img {
    display: block;
    margin: auto;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    /*opacity: 0.30;*/
}

#clients .slider img:hover {
    opacity: 1;
}

/*6.9 SUBSCRIBE*/

#subscribe {
    padding: 0;
    overflow-x: hidden;
}

#subscribe .inner {
    background-color: #ff2782;
    padding: 25px 15px;
    border-radius: 15px;
}

#subscribe h3 {
    color: white;
    font-size: 30px;
    font-weight: 300;
    margin: 0;
    line-height: 1.2;
    letter-spacing: -.5px;
}

#subscribe .btn {
    margin-top: 15px;
}

#subscribe .subscribe-form {
    float: right;
    position: relative;
}

#subscribe-success {
    position: absolute;
    top: 0;
    width: 100%;
}

#subscribe-success .alert-success {
    margin: 0;
    width: 100%;
    border-radius: 2px;
    background: #fff;
    text-align: center;
    color: #273140;
}

#subscribe #subscribe-success .close {
    outline: none;
}

#subscribe #subscribe-success .close:hover {
    color: #273140;
}



#subscribe .subscribe-form input {
    width: 400px;
    border-radius: 2px;
    height: 50px;
    color: #fff;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: none;
    padding: 0 20px;
}

#subscribe .subscribe-form button[type="submit"] {
    width: 150px;
    border: 2px solid white;
    height: 50px;
    color: inherit;

    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    outline: none;
    background-color: white;
    border-radius: 2px;
    float: right;
    margin-left: 20px;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}


#subscribe .subscribe-form input::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}

#subscribe .subscribe-form input:-moz-placeholder {
    color: rgba(255, 255, 255, 0.7);
}

#subscribe .subscribe-form input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.7);
}

#subscribe .subscribe-form input:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.7);
}

#subscribe .subscribe-form button:hover {
    color: #fff;
    background: none;
}

#subscribe .subscribe-form input:focus {
    box-shadow: none;
    border: 1px solid #fff;
    outline: none;
}

/*6.10 CONTACT*/

#contact {
    background-color: #fff;
    position: relative;
    overflow-x: hidden;
}

section#contact h2.section-heading {
    line-height: 1.2;
}

#contact .contact-form-container {
    float: right;
    width: 570px;
}

#contact .form-group {
    margin-bottom: 15px;
    float: left;
    width: 260px;
    position: relative;
}

#contact .form-textarea {
    width: 100%;
}

#contact .form-group input,
#contact .form-group textarea {
    padding: 15px;
    float: left;
    border-radius: 2px;
    resize: none;
}

#contact .section-subheading {
    margin-bottom: 15px;
    margin-top: 15px;
    line-height: 30px;
}

#contact .form-group input.form-control {
    border-radius: 10px;
    width: 100%;
    height: 45px;
    background-color: white;
    padding: 0 15px;
    line-height: 45px;
    border: 1px solid #ccc;
}

#contact .form-group textarea.form-control {
    width: 100%;
    border: 1px solid #ccc;
    border-radius: 10px;
    min-height: 90px;
}

#contact .form-group textarea.form-control:focus,
#contact .form-group input.form-control:focus {
    border-color: #1080f2;
    box-shadow: none;
    outline: none;
}

#contact .text-danger ul {
    margin: 0;
    padding: 0;
    float: right;
    list-style-type: none;
    text-align: right;
    font-size: 14px;
    line-height: 1;
    top: 0;
    max-width: 130px;
    padding-top: 11px;
    right: 20px;
    position: absolute;
}

#contact .text-danger {
    color: #a94442;
    margin: 0;
}

.contact-map-container {
    position: absolute;
    top: 0;
    height: 100%;
    width: 50%;
    margin-left: -85px;
}

.contact-map-container #map {
    width: 100%;
    height: 100%;
}

#contactForm .alert-success {
    color: #1080f2;
    background-color: #fff;
    border-color: #1080f2;
    padding: 14px;
    border-radius: 2px;
}

#contact .image {
    margin: 0 15% 0 auto;
    position: relative;
}

#contact .image img {
    position: relative;
    z-index: 1;
}

#contact .rev {
    top: 45px;
    right: -82px;
    border-radius: 15px;
    box-shadow: 0px 4.740804195404053px 3.7926430702209473px 0px rgba(0, 0, 0, 0.02), 0px 11.39281177520752px 9.114249229431152px 0px rgba(0, 0, 0, 0.03), 0px 21.451650619506836px 17.16132164001465px 0px rgba(0, 0, 0, 0.04), 0px 38.26607894897461px 30.612865447998047px 0px rgba(0, 0, 0, 0.04), 0px 71.57250213623047px 57.25799560546875px 0px rgba(0, 0, 0, 0.05), 0px 171.31784057617188px 137.0542755126953px 0px rgba(0, 0, 0, 0.07);
    position: absolute;
    width: 224px;
}

#contact .feedback {
    bottom: 25px;
    left: 0;
    border-radius: 15px;
    box-shadow: 0px 4.740804195404053px 3.7926430702209473px 0px rgba(0, 0, 0, 0.02), 0px 11.39281177520752px 9.114249229431152px 0px rgba(0, 0, 0, 0.03), 0px 21.451650619506836px 17.16132164001465px 0px rgba(0, 0, 0, 0.04), 0px 38.26607894897461px 30.612865447998047px 0px rgba(0, 0, 0, 0.04), 0px 71.57250213623047px 57.25799560546875px 0px rgba(0, 0, 0, 0.05), 0px 171.31784057617188px 137.0542755126953px 0px rgba(0, 0, 0, 0.07);
    position: absolute;
    width: 224px;
}

#contact .image .circle {
    width: 500px;
    height: 500px;
    background: #eee;
    border-radius: 50%;
    position: absolute;
    top: 0;
}

/* --------------------------------------
7.FOOTER
-----------------------------------------*/

footer {
    padding: 60px 0 15px 0;
    text-align: center;
    background-color: #fef5fe;
    overflow-x: hidden;
}

.lower-footer span,
.lower-footer a {
    /*opacity: 0.5;*/
    color: #666;
    font-size: 14px;
    font-weight: 400;
    line-height: 40px;
    margin: 0 5px;
}

.lower-footer span.sep {
    width: 1px;
    height: 10px;
    background: #999;
    display: inline-block;
}

.lower-footer a {
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.lower-footer a:hover {
    opacity: 1;
    text-decoration: none;
}

.lower-footer .social {
    margin: 0px 0 10px 0;
}

.lower-footer .social a {
    margin: 0 1px;
    display: inline-block;
    width: 40px;
    line-height: 35px;
    background: #323b49;
    text-align: center;
    border-radius: 50%;
}

.lower-footer .fa {
    margin: 0;
    opacity: 1;
    font-family: FontAwesome;
    font-size: 20px;
    font-weight: 400;
    margin-right: 0;
    color: #fff;
}

.lower-footer {
    margin-top: 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    padding-top: 40px;
    width: 100%;
    float: left;
}

.upper-footer {
    width: 100%
}

.upper-footer .pull-right {
    width: 800px;
}

.upper-footer p {
    opacity: 0.5;
    max-width: 250px;
    margin-top: 30px;
    color: white;

    font-size: 14px;
    font-weight: 400;
    text-align: left;
    line-height: 25px;
}

.footer-nav {
    /*float: left;
    max-width: 250px;*/
    padding: 0;
    margin: 0;
    margin-top: 5px;
    list-style: none;
    text-align: left;
}

.footer-nav li {
    /*width: 120px;
    display: inline-block;
    float: left;*/
    margin-bottom: 15px;
    text-align: left;
    display: inline-block;
    width: 49%;
}

.footer-nav a {
    color: #666;
    font-size: 15px;
    padding: 0;
    display: inline-block;
    text-align: left;
    line-height: 1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    /*opacity: 0.5;*/
}

.footer-nav a:hover {
    text-decoration: none;
    opacity: 1;
}

.fb-wrap {
    position: relative;
    padding-bottom: 100%;
    height: 0;
    overflow: hidden;
}

.fb-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

.footer-secondary-nav {
    /* float: left; */
    padding: 0;
    width: auto;
    margin-top: 20px;
    margin-bottom: 0;
    /* padding-left: 50px; */
    /* max-width: 275px; */
}

.footer-secondary-nav .adinfo {
    display: inline-block;
    vertical-align: top;
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
}

.footer-secondary-nav li {
    display: inline-block;
    /* float: left; */
    margin-bottom: 10px;
    width: 100%;
}

.footer-secondary-nav a {
    font-size: 15px;
    font-weight: 400;
    color: #666;
    float: left;
    line-height: 24px;
    text-align: left;
    display: block;
    width: 100%;
    letter-spacing: -.02rem;
}

.footer-secondary-nav a span.bi {
    background: #ff2782;
    color: #fff;
    width: 30px;
    line-height: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    margin-top: -3px;
}

.upper-footer .ftheading {
    color: #101928;
    font-size: 18px;
    font-weight: 600;
    padding: 0;
    text-align: left;
    line-height: 1;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    margin-bottom: 20px;
    letter-spacing: -.03rem;
}

.upper-footer .addresswrp {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
}

.footer-secondary-nav .bi {
    display: inline-block;
    margin-right: 5px;
    font-size: 15px;
    height: 14px;
    line-height: 13px;
}

.footer-secondary-nav .fa.fa-envelope {
    font-size: 14px;
}

/*-----------------------------------------------------------------*/
/* 8. ICONS
/*-----------------------------------------------------------------*/

.iconspage header {
    text-align: center;
    padding: 120px 0 0;
}

.iconspage header h1 {
    font-size: 2rem;
}

.iconspage header p {
    font-size: 1.4rem;
    margin-top: .6em;
}

.iconspage header a:hover {
    text-decoration: underline;
}

.iconspage section {
    width: 90%;
    max-width: 1200px;
    margin: 50px auto;
}

.iconspage section h2 {
    border-bottom: 1px solid #e2e2e2;
    padding: 0 0 1em .2em;
    margin-bottom: 1em;
}

.iconspage ul::after {
    clear: both;
    content: "";
    display: table;
}

.iconspage ul li {
    width: 25%;
    float: left;
    padding: 16px 0;
    text-align: center;
    border-radius: .25em;
    cursor: pointer;
    -webkit-transition: background 0.2s;
    -moz-transition: background 0.2s;
    transition: background 0.2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
}

.iconspage ul li:hover {
    background: #dbdbdb;
}

.iconspage ul p {
    display: inline-block;
    font-size: 1rem;
    margin-top: 10px;
    color: #999999;
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto;
    white-space: nowrap;
    width: 100%;
    padding: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nc-icon-outline {
    display: inline-block;
    font: 100 32px/1 'Nucleo Outline';
    /* speak: none; */
    text-transform: none;
    /* Better Font Rendering */

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.nc-icon-outline.air-baloon:before {
    content: "\e600";
}

.nc-icon-outline.album:before {
    content: "\e601";
}

.nc-icon-outline.banana:before {
    content: "\e602";
}

.nc-icon-outline.bear:before {
    content: "\e603";
}

.nc-icon-outline.beer:before {
    content: "\e604";
}

.nc-icon-outline.board:before {
    content: "\e605";
}

.nc-icon-outline.bookmark-add:before {
    content: "\e606";
}

.nc-icon-outline.bookmark-remove:before {
    content: "\e607";
}

.nc-icon-outline.bookmark:before {
    content: "\e608";
}

.nc-icon-outline.cake:before {
    content: "\e609";
}

.nc-icon-outline.cart-add:before {
    content: "\e60a";
}

.nc-icon-outline.cart:before {
    content: "\e60b";
}

.nc-icon-outline.chat:before {
    content: "\e60c";
}

.nc-icon-outline.cloud:before {
    content: "\e60d";
}

.nc-icon-outline.coffee:before {
    content: "\e60e";
}

.nc-icon-outline.controller:before {
    content: "\e60f";
}

.nc-icon-outline.diamond:before {
    content: "\e610";
}

.nc-icon-outline.dislike:before {
    content: "\e611";
}

.nc-icon-outline.evil:before {
    content: "\e612";
}

.nc-icon-outline.eye-ban:before {
    content: "\e613";
}

.nc-icon-outline.eye:before {
    content: "\e614";
}

.nc-icon-outline.flight:before {
    content: "\e615";
}

.nc-icon-outline.headphones:before {
    content: "\e616";
}

.nc-icon-outline.heart:before {
    content: "\e617";
}

.nc-icon-outline.home:before {
    content: "\e618";
}

.nc-icon-outline.image:before {
    content: "\e619";
}

.nc-icon-outline.keyboard:before {
    content: "\e61a";
}

.nc-icon-outline.laptop:before {
    content: "\e61b";
}

.nc-icon-outline.like:before {
    content: "\e61c";
}

.nc-icon-outline.money:before {
    content: "\e61d";
}

.nc-icon-outline.moon-storm:before {
    content: "\e61e";
}

.nc-icon-outline.moon:before {
    content: "\e61f";
}

.nc-icon-outline.moto:before {
    content: "\e620";
}

.nc-icon-outline.mouse:before {
    content: "\e621";
}

.nc-icon-outline.pc:before {
    content: "\e622";
}

.nc-icon-outline.pizza:before {
    content: "\e623";
}

.nc-icon-outline.player:before {
    content: "\e624";
}

.nc-icon-outline.print:before {
    content: "\e625";
}

.nc-icon-outline.reflex:before {
    content: "\e626";
}

.nc-icon-outline.robot:before {
    content: "\e627";
}

.nc-icon-outline.shirt:before {
    content: "\e628";
}

.nc-icon-outline.sign:before {
    content: "\e629";
}

.nc-icon-outline.skull:before {
    content: "\e62a";
}

.nc-icon-outline.suitcase:before {
    content: "\e62b";
}

.nc-icon-outline.sun-cloud:before {
    content: "\e62c";
}

.nc-icon-outline.sushi:before {
    content: "\e62d";
}

.nc-icon-outline.taxi:before {
    content: "\e62e";
}

.nc-icon-outline.vespa:before {
    content: "\e62f";
}

.nc-icon-outline.wallet:before {
    content: "\e630";
}

.nc-icon-outline.world:before {
    content: "\e631";
}

/*-----------------------------------------------------------------*/
/* 9 LIVE PREVIEW
/*-----------------------------------------------------------------*/

#customizer {
    position: fixed;
    top: 100px;
    padding: 20px;
    background: #fff;
    width: 190px;
    left: -190px;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    z-index: 999;
    font-weight: 300;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-radius-bottomright: 2px;
    border-bottom-right-radius: 2px;
}

#customizer.active {
    left: 0;
}

#customizer li {
    list-style-type: none;
}

.options {
    background: #fff;
    width: 44px;
    height: 44px;
    position: absolute;
    top: 30px;
    top: 0;
    right: -44px;
    cursor: pointer;
    border-left: none;
    -webkit-border-top-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-radius-topright: 2px;
    -moz-border-radius-bottomright: 2px;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.options .pc {
    color: #273140;
    font-size: 25px;
    margin-left: 9px;
    margin-right: 9px;
    margin-top: 11px;
}

#colors li a {
    display: block;
    width: 35px;
    float: left;
    height: 35px;
    margin-right: 8px;
    margin-bottom: 8px;
    margin-top: 0px;
    border: none;
    border-radius: 2px;
    font-size: 0;
    text-indent: -9999;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
}

#colors li a:hover {
    opacity: 0.75;
}

#customizer span {
    text-transform: uppercase;
    text-decoration: none;
    margin-bottom: 0px;
    margin-top: 5px;
    display: block;
    float: left;
    font-weight: 900;
    font-style: normal;
    color: #273140;
    text-align: left;
    margin-bottom: 20px;
    line-height: 1;
    font-size: 14px;
    width: 100%;

}

#headerbg {
    padding-left: 0;
    float: left;
    margin-bottom: 15px;
}

#headerbg li a {
    color: #888;
    font-size: 13px;
    display: block;
    margin-bottom: 2px;
    font-weight: bold;
    font-family: WorkSans;
    float: left;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

#headerbg li a.active,
#headerbg li a.active:hover {
    color: #1080f2
}

#headerbg li a:hover {
    color: #000;
}

#customizer #colors {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 0;
    padding: 0;
}

#colors li #blue {
    background: #1080f2;
}

#colors li #green {
    background: #8BC34A;
}

#colors li #teal {
    background: #009688;
}

#colors li #indigo {
    background: #3f51b5;
}

#colors li #magenta {
    background: #c2185b;
}

#colors li #orange {
    background: #ff9800;
}

#supportbg {
    padding-left: 0;
    float: left;
    margin-top: 20px;
}

#supportbg li a {
    color: #888;
    font-size: 13px;
    display: block;
    margin-bottom: 2px;
    font-weight: bold;
    font-family: WorkSans;
    float: left;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

#supportbg li a.active,
#supportbg li a.active:hover {
    color: #1080f2
}

#supportbg li a:hover {
    color: #000;
}

.pricing-card-style-01 {
    background: #fff;
    box-shadow: #64646f33 0px 7px 29px 0px;
    margin-bottom: 20px;
    padding: 25px;
    border-radius: 6px;
    position: relative;

    .pricing-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .pricing-type {
        background: #ff2782;
        color: #fff;
        padding: 5px 15px;
        border-radius: 4px;
        width: fit-content;
        margin-bottom: 15px;
        font-weight: 400;
        position: relative;
    }

    .pricing-val {
        font-weight: 600;
        color: #152132;
        font-size: 24px;
        margin-bottom: 15px;
        position: relative;
        letter-spacing: -.05rem;
    }

    p {
        margin-bottom: 10px;
        font-size: 15px !important;
        line-height: 1.5;
        position: relative;
    }

    .pricing-card-btn {
        position: relative;
        border: 1px solid #f1337c;
        border-radius: 50px;
        padding: 10px 20px;
        margin-top: 6px;
        display: inline-block;
        color: #f1337c;
        font-weight: 600;
    }

    .pricing-card-btn.active {
        color: #fff;
        background: #f1377c;
    }

    .pricing-card-btn.active:hover {
        color: #fff;
        background: #162133;
        border: 1px solid #162133;
    }

    .pricing-card-btn:hover {
        color: #fff;
        background: #f1377c;
    }
}

.pricing-card-style-01:before {
    content: '';
    position: absolute;
    top: 5%;
    left: 3%;
    background: transparent;
    width: 94%;
    height: 90%;
    border: 1px solid rgb(255 47 127 / 41%);
    border-radius: 5px;
}

.pricing-card-style-02 {
    background: linear-gradient(45deg, #c10553, #fff3ee, #ff67a2);
    box-shadow: #64646f33 0px 7px 29px 0px;
    margin-bottom: 20px;
    padding: 25px;
    border-radius: 6px;
    position: relative;
    background: #ffe6ee;

    .pricing-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

    .pricing-type {
        background: #f1377c;
        color: #fff;
        padding: 5px 15px;
        border-radius: 4px;
        width: fit-content;
        margin-bottom: 15px;
        font-weight: 500;
        position: relative;
        z-index: 1;
    }

    .pricing-val {
        font-weight: 600;
        color: #152132;
        font-size: 24px;
        margin-bottom: 15px;
        position: relative;
        letter-spacing: -.05rem;
    }

    p {
        margin-bottom: 15px;
        font-size: 15px !important;
        line-height: 1.25;
        position: relative;
        z-index: 1;
    }

    h3 {
        font-weight: 600;
        font-size: 18px;
        color: #162133;
    }

    ul {
        background: rgb(255 255 255 / 48%);
        border-radius: 5px;
        padding: 15px 15px;
        margin: 15px 0;
        background: #162133;
    }

    ul li {
        margin-bottom: 6px;
        color: #fff;
    }

    .pricing-card-btn {
        position: relative;
        border: 1px solid #ff2782;
        border-radius: 50px;
        padding: 10px 20px;
        margin-top: 6px;
        display: inline-block;
        color: #ff2782;
        font-weight: 600;
        z-index: 1;
    }

    .pricing-card-btn.active,
    .pricing-card-btn:hover {
        color: #fff;
        background: #f1377c;
    }
}

.pricing-card-style-02:before {
    content: '';
    position: absolute;
    top: 3%;
    left: 3%;
    background: transparent;
    width: 94%;
    height: 94%;
    border: 1px solid rgb(255 47 127 / 41%);
    border-radius: 5px;
}

.single-btn {
    font-size: 17px;
    background-color: #32c788;
    border-color: #32c788;
    padding: 12px 15px;
    border-radius: 5px;
    margin-top: 15px;
    display: block;
    text-align: center;
    font-weight: 600;
    color: #fff;
}

.navinner .navbar-right {
    flex-direction: row;
    margin-right: 150px;
    width: auto;
    display: flex !important;
    align-items: center;
}

.d-xs-inline-flex {
    display: inline-flex !important;
}

.header-btn.header-btn-l1 .zubuz-default-btn.zubuz-header-btn.pill {
    height: fit-content;
    padding: 10px 15px;
}

.zubuz-default-btn {
    font-size: 15px;
    line-height: 24px;
    padding: 10px 30px;
    border-radius: 50px;
    font-weight: 500;
    color: #fff;
    width: fit-content;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
    text-align: center;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    overflow: hidden;
    background-color: #ff257f;
    position: relative;
    z-index: 0;
    transform-style: preserve-3d;
}

.navinner .my_profile_img img {
    width: 40px;
    border-radius: 50%;
    height: 40px;
    object-fit: cover;
    object-position: center;
}

.my_profile_img {
    margin: 0 0 0 15px;
}

.captcha-view {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 5px;
    flex-wrap: wrap;
}

#contact .form-group .captcha-view input.form-control {
    width: calc(100% - 161px);
}

.captcha-view .error-msg {
    width: 100%;
}

.policy-page {
    padding: 50px 0;
}

.policy-page h6 {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 10px;
}

.policy-page h5 {
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 10px;
}

.policy-page p {
    margin-bottom: 15px;
    font-size: 16px;
}

.policy-page ul {
    margin-bottom: 15px;
    padding-left: 30px;
}

.policy-page ul li {
    font-size: 16px;
    list-style: disc;
    color: #666;
    line-height: 25px;
}

.error-section {
    padding: 150px 0 40px 0;
}

.error-data {
    position: relative;
    text-align: center;
}

.error-data h1 {
    position: relative;
    font-size: 15em;
    font-weight: 800;
    color: #ff257f;
    text-shadow: -6px 0px #6c6c6c;
}

.error-data h3 {
    font-size: 35px;
}

.error-data p {
    font-size: 24px;
    margin: 15px 0;
}

.error-data a {
    line-height: 1.25;
}

.navbar-default.white-nav {
    background: #fff !important;
}

button:focus {
    outline: none !important;
}

.modal-header,
.modal-footer {
    padding: 10px 15px;
}

.modal-title {
    font-size: 18px;
    font-weight: 500;
}

.modal-header .close {
    margin-top: -23px;
    opacity: 0.5;
}

.pink-link {
    color: #ff2782;
    font-weight: 500;
    text-decoration: underline;
}

.pink-link:hover {
    color: #ff2782;
    text-decoration: underline;
}

.dashboard-btn {
    background: #ffeef4;
    color: #ff2782 !important;
    padding: 8px 10px;
    border-radius: 5px;
    font-weight: 600;
}

@media (max-width: 1024px) {
    .btn {
        font-size: 12px;
    }
}

.badge {
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 11px;
    font-weight: 500;
}

.bg-success {
    background-color: #27ae60 !important;
}