
.loader {
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1111;
    overflow-x: hidden;
    background: #fff;
}

.dropdown-menu{
    background: red;
    position: fixed;
}

.pages_header{
    color: orange;
}

.pages_header h1{
    color: orange;
}

.loader-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.cssload-loader {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin: 2em;
    display: inline-block;
    position: relative;
    vertical-align: middle;
}

    .cssload-loader,
    .cssload-loader:before,
    .cssload-loader:after {
        animation: 1.15s infinite ease-in-out;
        -o-animation: 1.15s infinite ease-in-out;
        -webkit-animation: 1.15s infinite ease-in-out;
        -moz-animation: 1.15s infinite ease-in-out;
    }

        .cssload-loader:before,
        .cssload-loader:after {
            content: "";
            width: 100%;
            height: 100%;
            border-radius: 50%;
            position: absolute;
            top: 0;
            left: 0;
            background-color: rgb(36, 204, 213);
            transform: scale(0);
            -o-transform: scale(0);
            -ms-transform: scale(0);
            -webkit-transform: scale(0);
            -moz-transform: scale(0);
            animation: cssload-animation 1.73s infinite ease-in-out;
            -o-animation: cssload-animation 1.73s infinite ease-in-out;
            -webkit-animation: cssload-animation 1.73s infinite ease-in-out;
            -moz-animation: cssload-animation 1.73s infinite ease-in-out;
        }

        .cssload-loader:after {
            animation-delay: 0.86s;
            -o-animation-delay: 0.86s;
            -webkit-animation-delay: 0.86s;
            -moz-animation-delay: 0.86s;
        }

@keyframes cssload-animation {
    0% {
        transform: translateX(-100%) scale(0);
    }

    50% {
        transform: translateX(0%) scale(1);
    }

    100% {
        transform: translateX(100%) scale(0);
    }
}

@-o-keyframes cssload-animation {
    0% {
        -o-transform: translateX(-100%) scale(0);
    }

    50% {
        -o-transform: translateX(0%) scale(1);
    }

    100% {
        -o-transform: translateX(100%) scale(0);
    }
}

@-ms-keyframes cssload-animation {
    0% {
        -ms-transform: translateX(-100%) scale(0);
    }

    50% {
        -ms-transform: translateX(0%) scale(1);
    }

    100% {
        -ms-transform: translateX(100%) scale(0);
    }
}

@-webkit-keyframes cssload-animation {
    0% {
        -webkit-transform: translateX(-100%) scale(0);
    }

    50% {
        -webkit-transform: translateX(0%) scale(1);
    }

    100% {
        -webkit-transform: translateX(100%) scale(0);
    }
}

@-moz-keyframes cssload-animation {
    0% {
        -moz-transform: translateX(-100%) scale(0);
    }

    50% {
        -moz-transform: translateX(0%) scale(1);
    }

    100% {
        -moz-transform: translateX(100%) scale(0);
    }
}


/* ---- Loader ends ---- */


/* ---- gray index ---- */

.gray {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}


/* ---- gray index ends ---- */


.sidemenu_btn {
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    width: 36px;
    padding: 6px;
    margin-right: 1rem;
    margin-top: 1px;
    right: 20px;
}

.sidemenu_btn,
.side-menu .btn-close,
.side-menu .btn-close::before,
.side-menu .btn-close::after {
    position: absolute;
}

#close_side_menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    display: none;
    z-index: 1031;
    opacity: 0.5;
    cursor: pointer;
}

.sidemenu_btn > span {
    height: 2px;
    width: 100%;
    display: block;
}

.transparent-bg .sidemenu_btn > span {
    background: #fff;
}

.fixedmenu .sidemenu_btn > span:not(.gradient-bg) {
    background: #26313c !important;
}

.sidemenu_btn > span:nth-child(2) {
    margin: 4px 0 4px auto;
    width: 75%;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}

.sidemenu_btn > span:nth-child(3) {
    margin-left: auto;
    width: 45%;
    -webkit-transition: 0.6s all;
    -moz-transition: 0.6s all;
    -o-transition: 0.6s all;
    transition: 0.6s all;
}

.sidemenu_btn:hover > span:nth-child(2),
.sidemenu_btn:hover > span:nth-child(3) {
    width: 100%;
}


/*side clode btn*/

.side-menu .btn-close {
    height: 33px;
    width: 33px;
    -webkit-box-shadow: 0 4px 4px -4px rgba(0, 0, 0, 0.15);
    box-shadow: 0 4px 4px -4px rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    position: absolute;
    margin-right: 1.5rem;
    margin-top: 0;
    right: 20px;
    top: 24px;
    z-index: 12;
    cursor: pointer;
}

    .side-menu .btn-close.btn-close-no-padding {
        top: 24px;
    }

    .side-menu .btn-close::before,
    .side-menu .btn-close::after {
        left: 16px;
        height: 24px;
        width: 2px;
        background: #fff;
        top: 5px;
    }

    .side-menu .btn-close:before {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .side-menu .btn-close:after {
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

.side-menu {
    width: 23%;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1610;
    height: 100vh;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out, -o-transform .5s ease-in-out;
    -o-transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out, -o-transform .5s ease-in-out;
    -moz-transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out, -o-transform .5s ease-in-out;
    transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out, -o-transform .5s ease-in-out;
    overflow: hidden;
    background: #333 !important;
}

    .side-menu:not(.gradient-bg) {
        background: #24cdd5;
    }

    .side-menu.side-menu-active {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    .side-menu .navbar-brand {
        margin: 0 0 2.5rem 0;
    }

    .side-menu .inner-wrapper {
        padding: 4.5rem 4rem;
        height: 100%;
        position: relative;
        overflow-y: auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: left;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .side-menu .side-nav {
        margin-bottom: 30px;
        display: block;
    }

.side-nav .navbar-nav .nav-item {
    display: block;
    margin: 8px 0;
    padding: 0 !important;
    opacity: 0;
    -webkit-transition: all 0.8s ease 500ms;
    -o-transition: all 0.8s ease 500ms;
    transition: all 0.8s ease 500ms;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
}

    .side-nav .navbar-nav .nav-item:first-child {
        -webkit-transition-delay: .1s;
        -o-transition-delay: .1s;
        transition-delay: .1s;
        margin-top: 0;
    }

    .side-nav .navbar-nav .nav-item:nth-child(2) {
        -webkit-transition-delay: .2s;
        -o-transition-delay: .2s;
        transition-delay: .2s;
    }

    .side-nav .navbar-nav .nav-item:nth-child(3) {
        -webkit-transition-delay: .3s;
        -o-transition-delay: .3s;
        transition-delay: .3s;
    }

    .side-nav .navbar-nav .nav-item:nth-child(4) {
        -webkit-transition-delay: .4s;
        -o-transition-delay: .4s;
        transition-delay: .4s;
    }

    .side-nav .navbar-nav .nav-item:nth-child(5) {
        -webkit-transition-delay: .5s;
        -o-transition-delay: .5s;
        transition-delay: .5s;
    }

    .side-nav .navbar-nav .nav-item:nth-child(6) {
        -webkit-transition-delay: .6s;
        -o-transition-delay: .6s;
        transition-delay: .6s;
    }

    .side-nav .navbar-nav .nav-item:nth-child(7) {
        -webkit-transition-delay: .7s;
        -o-transition-delay: .7s;
        transition-delay: .7s;
    }

    .side-nav .navbar-nav .nav-item:nth-child(8) {
        -webkit-transition-delay: .8s;
        -o-transition-delay: .8s;
        transition-delay: .8s;
    }

    .side-nav .navbar-nav .nav-item:nth-child(9) {
        -webkit-transition-delay: .9s;
        -o-transition-delay: .9s;
        transition-delay: .9s;
    }

    .side-nav .navbar-nav .nav-item:last-child {
        margin-bottom: 0;
    }

.side-menu.side-menu-active .side-nav .navbar-nav .nav-item {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.side-nav .navbar-nav .nav-link {
    display: inline-table;
    color: #fff !important;
    padding: 5px 0;
    margin: 0;
    font-size: 1.0rem !important;
    font-weight: 300;
}

    .side-nav .navbar-nav .nav-link::before,
    .breadcrumb .breadcrumb-item a::before {
        content: '';
        position: absolute;
        background: #fff;
        display: inline-block;
        width: 0;
        height: 3px;
        bottom: 0;
        left: 0;
        overflow: hidden;
        -webkit-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
        -o-transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
        transition: all 0.5s cubic-bezier(0, 0, 0.2, 1);
    }

.breadcrumb .breadcrumb-item a::before {
    bottom: -5px;
}

.side-nav .navbar-nav .nav-link:hover::before,
.breadcrumb .breadcrumb-item a:hover::before {
    width: 100%;
}

.side-nav .navbar-nav .nav-link.collapsePagesSideMenu:hover::before {
    width: 0;
}

.transparent-sidemenu .side-nav .navbar-nav .nav-link::before {
    display: none;
}

.side-nav .navbar-nav .nav-link.active::before {
    width: 100%;
}

.transparent-sidemenu .side-nav .navbar-nav .nav-link:hover {
    margin-left: 5px;
}

.side-menu p {
    font-size: 13px;
    margin-top: .5rem;
    margin-bottom: 0;
}


/*Header Social Icons*/

.navbar .social-icons li a {
    height: 26px;
    width: 26px;
    line-height: 26px;
    font-size: 14px;
}

.sidebar-nav .social-icons {
    position: absolute;
    bottom: 30px;
}

.navbar.fixedmenu .social-icons.white li a {
    color: #26313c;
}

    .navbar.fixedmenu .social-icons.white li a:hover,
    .side-menu .social-icons-simple li a:hover {
        color: #fff;
    }

@media (max-width: 1200px) {
    .side-menu .inner-wrapper {
        padding: 4rem 3.25rem;
    }

    .process-wrapp li::before,
    .process-wrapp li::after {
        width: 26% !important;
    }

    .video-content-col {
        margin-right: 15px;
    }

    #app-slider, .app-slider-lock {
        left: 25px !important;
    }
}

@media (max-width: 1055px) {
    .navbar .social-icons {
        margin-right: 30px;
    }
}

@media (max-width: 1024px) {
    .side-menu .inner-wrapper {
        padding: 4rem 2.7rem;
    }

    .side-nav .navbar-nav .nav-link {
        font-size: 1.25rem;
    }

    .sideNavPages .nav-link {
        font-size: 1.125rem !important;
    }

    .sideNavPagesInner .nav-link {
        font-size: 1rem !important;
    }

    .contactus-wrapp.position-absolute {
        width: 96% !important;
    }
}

@media (max-width: 992px) {
    .transparent-bg:not(.fixedmenu) {
        background: rgba(38, 49, 60, 0.55);
        padding: 0;
    }

    .side-menu {
        width: 50%;
    }

        .side-menu .inner-wrapper {
            padding: 2rem 2.5rem;
        }

    .side-nav .navbar-nav .nav-link {
        font-size: 1.125rem;
    }

    .sideNavPages .nav-link {
        font-size: 1rem !important;
    }

    .side-menu .btn-close {
        top: 33px;
        margin-right: 1.2rem;
        right: 15px;
    }

    nav.side-nav {
        margin-top: 35px;
    }

    .process-wrapp li::before {
        width: 0 !important;
    }

    .process-wrapp li::after {
        width: 70% !important;
        left: 195px;
    }

    .process-wrapp li:nth-child(even)::after,
    .process-wrapp li:last-child::after {
        width: 0 !important;
    }

    .video-content-col {
        max-width: 350px;
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .side-menu .btn-close {
        top: 26px;
    }

    .side-menu {
        width: 80% !important;
    }

    .dropdown-menu .dropdown-title {
        display: none;
    }

    .bottom15 .icon {
        float: left;
    }

    .process-wrapp li::after,
    .process-wrapp li::before {
        width: 0 !important;
    }

    .carousel-shop-detail .owl-nav button:focus {
        background: #ffffff;
        color: #5192e1;
    }

    .coming-soon-heading {
        font-size: 70px;
    }

    ul.count_down li {
        padding: 0 20px !important;
    }

        ul.count_down li p:nth-child(1) {
            font-size: 50px !important;
        }

    .video-content-col {
        max-width: 450px;
        margin-right: auto;
        margin-left: auto;
    }

    #blog .news_item {
        margin-bottom: 30px;
    }

    .contactus-wrapp.position-absolute {
        width: 94% !important;
        top: -220px !important;
    }
}

@media (max-width: 576px) {
    .side-menu .inner-wrapper {
        padding: 2rem 5rem;
    }

    .side-menu {
        width: 100% !important;
    }

    .navbar-nav {
        margin-top: 1.5rem;
    }

    .contactus-wrapp.position-absolute {
        top: -300px !important;
    }

    .full-map {
        height: 540px !important;
    }
}


/*---- Navigation Ends ----*/

.part-header {
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
    height: 100vh;
    background-image: url(images/btc1.jpg);
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -2;
}

#particles-js {
    height: 100vh;
}

#particles-text-morph {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    user-select: none;
    /*pointer-events: none;*/
    text-align: center;
}


/*---- OWl / Revolution ----*/


/*Dots*/

.owl-dots {
    margin-top: 2rem;
    text-align: center;
}

    .owl-dots .owl-dot {
        height: 3px;
        width: 20px;
        background: #26313c;
        margin: 2px 3px;
        border: 1px solid #26313c;
        display: inline-block;
        cursor: pointer;
        padding: 0;
    }

.no-dots .owl-dots {
    display: none;
}

.owl-dots .owl-dot,
.numbered .tp-bullet,
.numbered .tp-bullet-number,
.numbered .tp-bullet .tp-count {
    position: relative;
}

.numbered .tp-bullet {
    width: auto;
    height: 15px;
    background: transparent;
    cursor: pointer;
    color: #18191d;
    transition: 3s height;
}

.numbered .tp-bullet-number {
    text-align: left;
}

.numbered .tp-bullet-number,
.numbered .tp-bullet .tp-count {
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.numbered .tp-bullet.selected:nth-child(4) {
    padding-bottom: 4px;
    border-bottom: 2px solid;
}

.numbered,
.tp-tabs,
.tp-thumbs {
    top: 47% !important;
}

    .numbered .tp-bullet .tp-count {
        font-size: 14px;
        bottom: 5px;
    }

    .numbered .tp-count:before {
        height: 3px;
        width: 40px;
        transform: scaleX(0);
        display: block;
        background: #24cdd5;
        top: 100%;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }

    .numbered .tp-count:before,
    .revicon {
        position: absolute;
    }

    .numbered .tp-bullet.selected .tp-count {
        color: #24cdd5;
    }

.white .numbered .tp-bullet .tp-count,
.white .numbered .tp-count:before,
.white .numbered .tp-bullet.selected .tp-count {
    color: #fff;
}

.white .numbered .tp-count:before {
    background: #fff;
}

.numbered .tp-bullet.selected .tp-count:before {
    transform: scaleX(1);
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.animate-out {
    -webkit-animation-delay: 0ms;
    -o-animation-delay: 0ms;
    animation-delay: 0ms;
}

.revicon {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 40px;
    z-index: 11;
}

    .revicon li a {
        height: 40px;
    }


/*Buttons*/

.owl-prev,
.owl-next {
    background: transparent;
    border: none;
    color: #26313c;
    height: 30px;
    width: 30px;
    font-size: 16px;
    line-height: 29px;
}

.gray-body .owl-nav button,
.gray-body .back-top {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.owl-prev,
.owl-prev::before,
.owl-next,
.owl-next::before {
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
}

    .owl-prev::before,
    .owl-next::before {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: -1;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: scale(.5);
        -moz-transform: scale(.5);
        -o-transform: scale(.5);
        transform: scale(.5);
        -webkit-background-size: 200% auto;
        background-size: 200% auto;
        background-image: -webkit-gradient(linear, left top, right top, from(#5192e1), color-stop(51%, #23ced5), to(#5192e1));
        background-image: -webkit-linear-gradient(left, #5192e1 0%, #23ced5 51%, #5192e1 100%);
        background-image: -moz-linear-gradient(left, #5192e1 0%, #23ced5 51%, #5192e1 100%);
        background-image: -o-linear-gradient(left, #5192e1 0%, #23ced5 51%, #5192e1 100%);
        background-image: linear-gradient(to right, #5192e1 0%, #23ced5 51%, #5192e1 100%);
    }

    .owl-prev:hover,
    .owl-next:hover {
        color: #fff;
    }

        .owl-prev:hover::before,
        .owl-next:hover::before {
            opacity: 1;
            visibility: visible;
            -webkit-transform: scale(1);
            -moz-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1);
        }

.owl-prev {
    left: 0;
}

.owl-next {
    right: 0;
}


/*----- OWl / Revolution ends-----*/


/*-----Page Headers----- */

.page-header {
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    background-attachment: fixed;
    width: 100%;
}

.single-items {
    -webkit-background-size: cover !important;
    background-size: cover !important;
}

#para-menu li a.active,
#para-menu li a:hover {
    color: #fff !important;
}

#para-menu li a {
    position: relative;
}

    #para-menu li a:before {
        content: '';
        position: absolute;
        background: #fff;
        display: inline-block;
        width: 0;
        height: 3px;
        bottom: 0;
        left: 0;
        overflow: hidden;
    }

    #para-menu li a.current:before {
        width: 100%;
    }

#pp-nav {
    display: none;
    visibility: hidden;
    opacity: 0;
}

.para-btn.disabled {
    opacity: 0.5;
    cursor: default;
}

.para-btn {
    font-size: 2.5rem;
    color: #fff;
    cursor: pointer;
}

.fixed-para-btn {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 20;
    width: 50px;
}

    .fixed-para-btn .para-btn {
        line-height: 1;
        transition: 0.3s all;
    }

        .fixed-para-btn .para-btn svg {
            transition: 0.3s all;
        }

        .fixed-para-btn .para-btn.disabled svg:hover {
            fill: #fff;
        }

        .fixed-para-btn .para-btn svg:hover {
            fill: #24cdd5;
        }

.dark-gradient {
    background: rgba(0, 0, 0, 0.4);
}

.bg-parallax-1 {
    background: url(images/btc3.jpg) no-repeat;
}

.bg-parallax-2 {
    background: url(images/btc3.jpg) no-repeat;
}

.bg-parallax-3 {
    background: url(../images/btc3.jpg no-repeat;
}

.bg-parallax-4 {
    background: url(images/bg-single-4.html) no-repeat;
}

.bg-parallax-5 {
    background: url(images/bg-single-5.html) no-repeat;
}

.bg-parallax-6 {
    background: url(images/bg-single-6.html) no-repeat;
}

.bg-parallax-7 {
    background: url(images/bg-single-7.html) no-repeat;
}

.about-header {
    background: url(images/bg-about-header.html) no-repeat;
}

.startup-header {
    background: url(images/banner9.html) no-repeat;
}

.parallax-header {
    background: url(images/bg-parallax-header.html) no-repeat;
    background-size: cover !important;
}

.blog-header {
    background: url(images/bg-blog-header.html) no-repeat;
}

.blog2-header {
    background: url(images/bg-blog2-header.html) no-repeat;
}

.blog-detail-header {
    background: url(images/bg-blog-detail-header.html) no-repeat;
}

.service-header {
    background: url(images/bg-service-header.html) no-repeat;
}

.service-detail-header {
    background: url(images/bg-service-detail-header.html) no-repeat;
}

.contact-header {
    background: url(images/bg-contact-header.html) no-repeat;
}

.gallery-header {
    background: url(images/bg-gallery-header.html) no-repeat;
}

.gallery-detail-header {
    background: url(images/bg-gallery-detail-header.html) no-repeat;
}

.shop-detail-header {
    background: url(images/bg-shop-detail-header.html) no-repeat;
}

.shop-header {
    background: url(images/bg-shop-header.html) no-repeat;
}

.cart-header {
    background: url(images/bg-cart-header.html) no-repeat;
}

.team-header {
    background: url(images/bg-team-header.html) no-repeat;
}

.pricing-header {
    background: url(images/bg-pricing-header.html) no-repeat;
}

.testimonial-header {
    background: url(images/bg-testimonial-header.html) no-repeat;
}

.faq-header {
    background: url(images/bg-faq-header.html) no-repeat;
}

.error404-header {
    background: url(images/bg-404-header.html) no-repeat;
}

.coming-soon-header {
    background: url(images/bg-coming-soon-header.html) no-repeat;
}

.sign-in-header {
    background: url(images/bg-sign-in-header.html) no-repeat;
}

.sign-up-header {
    background: url(images/bg-sign-up-header.html) no-repeat;
}

.reset-header {
    background: url(images/bg-reset-header.html) no-repeat;
}

.testimonial-bg {
    background: url(images/testimonial-bg.html) no-repeat;
}

.contact-banner::before,
.contact-banner iframe {
    position: absolute;
}

.contact-banner::before {
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .7);
    z-index: 1;
}

.page-header .page-titles,
.page-header .title-wrap {
    position: relative;
}

.page-header .page-titles {
    z-index: 5;
    padding-top: 15rem;
}

.title-wrap h3 {
    margin-top: 3px;
}

.page-header .title-wrap {
    padding: 1.125rem 1.5rem;
    -webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    -o-transform: translateY(50%);
    transform: translateY(50%);
    line-height: 1;
    z-index: 2;
    background: #FF2A44;
    margin-bottom: -24px;
}

.breadcrumb {
    background: transparent;
    padding: 0;
}

    .breadcrumb .breadcrumb-item {
        font-size: 14px;
        position: relative;
    }

.breadcrumb-item + .breadcrumb-item::before {
    color: inherit;
}

.contact-banner iframe {
    height: 100%;
    width: 100%;
}

iframe {
    border: none;
}


/*-----Page Headers -----*/


/*-----Aboutus----- */

.aboutus h2 {
    font-size: 2.25rem;
}

#services-slider,
#services-slider .service-box,
.services-main .services-content,
.process-wrapp,
.process-wrapp li,
.process-wrapp li > .pro-step,
.feature-item .icon,
.feature-item .text h3,
.half-section-alt,
.bg-counters,
.progress-bars .progress,
.progress-bars .progress p {
    position: relative;
}

    .half-section-alt::before,
    .progress-bars .progress .progress-bar,
    .progress-bars .progress .progress-bar span,
    .progress-bars .progress .progress-bar span::after,
    .process-wrapp li > .pro-step::before,
    .process-wrapp li::before,
    .process-wrapp li::after {
        position: absolute;
    }

        #services-slider .service-box > span,
        .process-wrapp li > .pro-step,
        .progress-bars .progress p,
        .progress-bars .progress .progress-bar span::after {
            display: inline-block;
        }


/*Service Slider*/

#services-slider {
    margin: -140px 0 0;
    min-height: 345px;
    z-index: 21;
}

    #services-slider.half-margin {
        margin: -110px 0 0;
    }

    #services-slider.owl-carousel .owl-stage-outer {
        padding-top: 25px;
        padding-bottom: 25px;
    }

    #services-slider .service-box {
        padding: 3rem 1.5rem;
        background: #26313c;
        color: #fff;
        text-align: center;
        -webkit-transition: all .5s ease .1s;
        -o-transition: all .5s ease .1s;
        transition: all .5s ease .1s;
        z-index: 2;
    }

    #services-slider.services-slider-light .service-box {
        background: #556772;
    }

.bg-light-dark {
    background: #556772;
}

#services-slider .service-box,
#services-slider .service-box > span {
    overflow: hidden;
}

    #services-slider .service-box > span {
        font-size: 40px;
        height: 50px;
        width: 50px;
        line-height: 50px;
    }

    #services-slider .service-box h4 {
        font-weight: bold;
    }

    #services-slider .service-box i {
        -webkit-transform: scale(0.85);
        -moz-transform: scale(0.85);
        -ms-transform: scale(0.85);
        -o-transform: scale(0.85);
        transform: scale(0.85);
        -webkit-transition: all .18s linear;
        -o-transition: all .18s linear;
        transition: all .18s linear;
    }

    #services-slider .service-box:hover i {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

#services-slider .owl-item.center .service-box {
    -webkit-background-size: 200% auto;
    background-size: 200% auto;
    background-image: -webkit-gradient(linear, left top, right top, from(#5192e1), color-stop(51%, #23ced5), to(#5192e1));
    background-image: -webkit-linear-gradient(left, #5192e1 0%, #23ced5 51%, #5192e1 100%);
    background-image: -moz-linear-gradient(left, #5192e1 0%, #23ced5 51%, #5192e1 100%);
    background-image: -o-linear-gradient(left, #5192e1 0%, #23ced5 51%, #5192e1 100%);
    background-image: linear-gradient(to right, #5192e1 0%, #23ced5 51%, #5192e1 100%);
    padding: 4.5rem 1.5rem;
    margin-top: -25px;
}

.gradient-bg {
    -webkit-background-size: 200% auto;
    background-size: 200% auto;
    background-image: -webkit-gradient(linear, left top, right top, from(#5192e1), color-stop(51%, #23ced5), to(#5192e1));
    background-image: -webkit-linear-gradient(left, #5192e1 0%, #23ced5 51%, #5192e1 100%);
    background-image: -moz-linear-gradient(left, #5192e1 0%, #23ced5 51%, #5192e1 100%);
    background-image: -o-linear-gradient(left, #5192e1 0%, #23ced5 51%, #5192e1 100%);
    background-image: linear-gradient(to right, #5192e1 0%, #23ced5 51%, #5192e1 100%);
}

#services-slider .owl-item.center .service-box:hover {
    background-position: right center;
}


/*Services main*/

.services-main .services-content {
    margin-left: 10px;
    margin-right: 10px;
    padding: 2rem 1rem;
    margin-top: -30px;
    background: #ffffff;
    z-index: 5;
}


/*Services ends*/


/* Work Process */

.process-wrapp {
    overflow: hidden;
    display: table;
    table-layout: fixed;
    margin: 0 15px;
}

    .process-wrapp,
    .process-wrapp li,
    .process-wrapp li > .pro-step {
        z-index: 1;
    }

        .process-wrapp li,
        .process-wrapp li > .pro-step {
            text-align: center;
        }

        .process-wrapp li {
            padding: 70px 15px 0 15px;
            display: table-cell;
        }

            .process-wrapp li:hover {
                cursor: pointer;
            }

            .process-wrapp li > .pro-step {
                height: 90px;
                width: 90px;
                line-height: 90px;
                border: 1px solid #fff;
                font-size: 28px;
                font-weight: 600;
                color: #fff;
            }

                .process-wrapp li > .pro-step,
                .process-wrapp li > .pro-step::before {
                    -webkit-border-radius: 50%;
                    border-radius: 50%;
                }

        .process-wrapp.no-rounded li > .pro-step,
        .process-wrapp.no-rounded li > .pro-step::before {
            -webkit-border-radius: 0 !important;
            border-radius: 0 !important;
        }

        .process-wrapp li > .pro-step::before {
            background: -webkit-gradient(linear, left top, right top, from(#5192e1), to(#23ced5));
            background: -webkit-linear-gradient(left, #5192e1, #23ced5);
            background: -o-linear-gradient(left, #5192e1, #23ced5);
            background: linear-gradient(90deg, #5192e1, #23ced5);
            opacity: 0;
            visibility: hidden;
            left: 0;
            right: 0;
            top: 0;
            bottom: 0;
            z-index: -1;
        }

        .process-wrapp li p:first-child {
            font-size: 15px;
        }

        .process-wrapp li p:last-child {
            font-size: 13px;
            margin-bottom: 4px;
        }

        .process-wrapp li:hover > .pro-step {
            border-color: transparent;
            color: #fff;
        }

        .process-wrapp li.active > .pro-step {
            border-color: transparent;
            color: #fff;
        }

        .process-wrapp li.active:hover > .pro-step {
            border-color: transparent !important;
        }

        .process-wrapp li:hover > .pro-step::before {
            opacity: 1;
            visibility: visible;
            border-radius: 50%;
        }

        .process-wrapp li.active > .pro-step::before {
            opacity: 1;
            visibility: visible;
            border-radius: 50%;
        }

        .process-wrapp li.active:hover > .pro-step::before {
            opacity: 1 !important;
            visibility: visible !important;
            border-radius: 50%;
        }

        .process-wrapp:hover li.active > .pro-step::before {
            opacity: 0;
            visibility: hidden;
        }

        .process-wrapp:hover li.active > .pro-step {
            border-color: #fff;
        }

        .process-wrapp li::before,
        .process-wrapp li::after {
            height: 1px;
            top: 115px;
            background: rgba(255, 255, 255, .5);
            width: 30%;
            z-index: -1;
            margin: 0;
        }

        .process-wrapp li:first-child::before,
        .process-wrapp li:last-child::after {
            opacity: 0;
            visibility: hidden;
        }

        .process-wrapp li::before {
            left: 0;
        }

        .process-wrapp li::after {
            right: 0;
        }

.rotate-180 {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.collapsePagesSideMenu i {
    transition: all .3s linear;
}


/*Work Process ends */


/*App Features*/

#app-feature .feature-item:hover,
.feature-item.image {
    cursor: pointer;
}

.feature-item.innovative-border {
    border: 1px solid #24cdd5;
    padding: 15px 10px 0 10px;
    position: relative;
}

    .feature-item.innovative-border.arr-left::before {
        content: '';
        position: absolute;
        width: 14px;
        height: 14px;
        border-right: 1px solid #24cdd5;
        border-bottom: 1px solid #24cdd5;
        background: #fff;
        top: calc(50% - 7px);
        right: -8px;
        transform: rotate(-45deg);
    }

    .feature-item.innovative-border.arr-right::before {
        content: '';
        position: absolute;
        width: 14px;
        height: 14px;
        border-left: 1px solid #24cdd5;
        border-top: 1px solid #24cdd5;
        background: #fff;
        top: calc(50% - 7px);
        left: -8px;
        transform: rotate(-45deg);
    }

.feature-item img,
.feature-item .icon {
    display: inline-flex;
}

.feature-item.image {
    max-width: 250px;
    margin-top: 35px;
}

.feature-item h4 {
    font-size: 1.5rem;
}

.feature-item .icon {
    z-index: 1;
    font-size: 38px;
    margin-bottom: 20px;
    color: #24cdd5;
    vertical-align: top;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.feature-item .text h3 {
    width: 100%;
}

.feature-item:hover .text h3 span {
    background-image: -webkit-gradient(linear, left top, right top, from(#5192e1), color-stop(51%, #23ced5), to(#5192e1));
    background-clip: border-box;
    background-size: 200%, 100%;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@colorPrimary', endColorstr='@colorSecondary', GradientType=1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.feature-item:hover .icon {
    transform: translateY(-6px);
}

.feature-item.innovative-border:hover .icon {
    transform: scale(1.1);
}

.feature-item.active {
    background: #f7f7f7;
}

.image.mobile-apps > img {
    opacity: 0;
}

.image.mobile-apps.active > img {
    opacity: 1;
}

.app-image {
    text-align: center;
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

    .app-image > img {
        max-width: 280px;
        margin: 0 auto;
        display: inline-block;
        pointer-events: none;
        position: inherit;
        z-index: 100;
    }

#app-slider, .app-slider-lock {
    position: absolute;
    top: 14px;
    width: 235px;
    left: 58px;
    height: 475px;
    z-index: 1;
}

#app-slider {
    cursor: w-resize;
}

.app-slider-lock {
    z-index: 2;
    display: block;
}

    .app-slider-lock img {
        width: 100%;
    }

.app-slider-lock-btn {
    position: absolute;
    bottom: 0;
    opacity: 0;
    width: 40px;
    height: 40px;
    border: 3px solid #0b0b0b;
    cursor: pointer !important;
    border-radius: 50%;
    background-color: transparent;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.app-image:hover .app-slider-lock-btn {
    bottom: 30px;
    opacity: 1;
}

.app-slider-lock-btn:hover {
    transform: translateX(-50%) scale(1.1);
}

/*half sections*/

.half-section-alt::before {
    height: 60%;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #f6f7f8;
}


/*App Features ends*/


/* Counters */

.bg-counters {
    background: url(images/btc3.jpg) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}

.counters .count_nums {
    font-size: 6.25rem;
    line-height: 5rem;
}

.counters .count_nums,
.counters i {
    vertical-align: middle;
}


/*Counters ends */


/* Progress Bars */

.progress-bars .progress .progress-bar:not(.gradient-bg),
.progress-bars .progress .progress-bar span:not(.gradient-bg) {
    background: #000;
}

.progress-bars .progress {
    overflow: visible;
    height: 18px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    opacity: 0;
    background: #eee;
}

    .progress-bars .progress + .progress {
        margin-top: 50px;
    }

    .progress-bars .progress p {
        padding-bottom: 10px;
        left: 0;
    }

    .progress-bars .progress p,
    .progress-bars .progress .progress-bar span {
        top: -28px;
    }

    .progress-bars .progress .progress-bar {
        float: none;
        height: 100%;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        -webkit-transition: width 1s ease-in-out .3s;
        -o-transition: width 1s ease-in-out .3s;
        transition: width 1s ease-in-out .3s;
    }

        .progress-bars .progress .progress-bar span {
            display: block;
            right: 0;
            width: 34px;
            padding: 0;
            -webkit-border-radius: 3px;
            border-radius: 3px;
            font-size: 10px;
            line-height: 1.7;
            text-align: center;
        }

            .progress-bars .progress .progress-bar span::after {
                height: 8px;
                width: 8px;
                background: inherit;
                -webkit-transform: rotate(45deg);
                -moz-transform: rotate(45deg);
                -ms-transform: rotate(45deg);
                -o-transform: rotate(45deg);
                transform: rotate(45deg);
                left: 50%;
                margin-left: -4px;
                bottom: -4px;
                z-index: -1;
            }


/*Progress Bars */


/*Faq Accordions*/

#accordion .card {
    margin-bottom: 15px;
}

    #accordion .card:last-child {
        margin-bottom: 0;
    }

.card-header {
    padding: 0;
    background-color: transparent;
    border-bottom: none;
}

    .card-header .card-link {
        display: block;
        padding: .75rem 1.25rem;
        background: #fff;
        border: none;
        font-size: 1.125rem;
        color: #26313c;
    }

        .card-header .card-link:before {
            content: "\f107";
            float: right;
        }

        .card-header .card-link.collapsed:before {
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            transform: rotate(180deg);
        }

.card-body {
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding-top: 1.85rem;
    padding-bottom: 1.35rem;
}

    .card-body p:last-child {
        margin-bottom: 0;
    }


/*Accordion ends*/

@media screen and (max-width: 1400px) {
    .counters .count_nums {
        font-size: 5.625rem;
    }
}

@media screen and (max-width: 1266px) {
    .counters .count_nums {
        font-size: 5rem;
    }
}

@media screen and (max-width: 992px) {
    .process-wrapp {
        text-align: center;
    }

        .process-wrapp li {
            display: inline-block;
            max-width: 300px;
        }

            .process-wrapp li:first-child::before,
            .process-wrapp li:last-child::after {
                opacity: 1;
                visibility: visible;
            }

    #app-feature .feature-item {
        max-width: 300px;
        display: inline-block;
    }

    .app-image img {
        max-width: 100%;
    }

    #app-slider, .app-slider-lock {
        position: absolute;
        top: 10px;
        width: 195px;
        left: 10px !important;
        height: 400px;
    }

    .app-slider-lock-btn {
        width: 35px;
        height: 35px;
    }
}

@media screen and (max-width: 767px) {
    #services-slider {
        margin: -70px 0 0;
    }

        #services-slider.half-margin {
            margin: -55px 0 0;
        }

    .app-image img {
        max-width: 100%;
    }

    #app-slider, .app-slider-lock {
        top: 8px;
        width: 155px;
        left: 8px;
        overflow: hidden;
    }

    .app-image {
        width: 170px;
        margin: 3rem auto;
    }
}


/*-----Aboutus ends -----*/


/*----- Team -----*/

.team-content {
    padding: 2rem 1rem;
    background: #fff;
    text-align: center;
    height: 108px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.equal-shadow-team .team-content {
    box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .1);
}

.team-content::before {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
    -webkit-transform: translateY(100%);
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    background-size: 200% auto;
    background-image: -webkit-gradient(linear, left top, right top, from(#5192e1), color-stop(51%, #23ced5), to(#5192e1));
    background-image: -webkit-linear-gradient(left, #5192e1 0%, #23ced5 51%, #5192e1 100%);
    background-image: -moz-linear-gradient(left, #5192e1 0%, #23ced5 51%, #5192e1 100%);
    background-image: -o-linear-gradient(left, #5192e1 0%, #23ced5 51%, #5192e1 100%);
    background-image: linear-gradient(to right, #5192e1 0%, #23ced5 51%, #5192e1 100%);
}

.team-content p {
    margin-bottom: 0;
    font-size: 13px;
}

.team-box:hover .team-content * {
    color: #fff;
}

.team-box:hover .team-content h4 {
    margin-top: -15px;
}

.team-box:hover .team-content::before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.team-content ul {
    -webkit-transform: translateY(150%);
    -moz-transform: translateY(150%);
    -ms-transform: translateY(150%);
    -o-transform: translateY(150%);
    transform: translateY(150%);
}

.team-box:hover .team-content ul {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    margin-top: 5px;
}

.team-box:hover img {
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

.overlay {
    -webkit-background-size: 100% 100%;
    background-size: 100% 100%;
    background-image: -webkit-linear-gradient(to right, #23ced5aa 0%, #5192e1aa 100%);
    background-image: -moz-linear-gradient(to right, #23ced5aa 0%, #5192e1aa 100%);
    background-image: -ms-linear-gradient(to right, #23ced5aa 0%, #5192e1aa 100%);
    background-image: -o-linear-gradient(to right, #23ced5aa 0%, #5192e1aa 100%);
    background-image: linear-gradient(to right, #23ced5aa 0%, #5192e1aa 100%);
    position: absolute;
    opacity: 0;
    visibility: hidden;
    z-index: 99;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.overlay-blue {
    background-image: -webkit-linear-gradient(to right, #23ced5 0%, #5192e1 100%);
    background-image: -moz-linear-gradient(to right, #23ced5 0%, #5192e1 100%);
    background-image: -ms-linear-gradient(to right, #23ced5 0%, #5192e1 100%);
    background-image: -o-linear-gradient(to right, #23ced5 0%, #5192e1 100%);
    background-image: linear-gradient(to right, #23ced5 0%, #5192e1 100%);
    visibility: visible;
}

.overlay-dark {
    background-image: none;
    background-color: #000;
    z-index: 0;
    visibility: visible;
}

.overlay-gray {
    background-image: none;
    background-color: #333333;
    z-index: 1;
    visibility: visible;
}

.half-section-alt.teams-border::before {
    height: 108px;
}

#our-team-main.half-section-alt.teams-border::before {
    height: 160px;
}

.bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    visibility: visible;
}

.bg-black {
    background: #000000;
}


/*----- Team ends -----*/


/*----- Testimonial -----*/

.bg-testimonial,
#testimonial-slider .owl-nav {
    position: relative;
}

#testimonial-slider {
    margin-top: -90px;
    margin-bottom: -20px;
}

.bg-transparent {
    background: transparent;
}

.bg-testimonial::after {
    height: 55%;
    left: 0;
    top: 0;
    position: absolute;
    background: url(images/btc3.jpg) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    z-index: -1;
}

.bg-testimonial::after,
.testi-box .testimonial-round > img {
    width: 100%;
}

.testi-box .testimonial-round {
    height: 180px;
    width: 180px;
    overflow: hidden;
}

    .testi-box .testimonial-round,
    .testi-box .testimonial-round > img {
        -webkit-border-radius: 50%;
        border-radius: 50%;
    }

.testi-box.no-rounded .testimonial-round,
.testi-box.no-rounded .testimonial-round > img {
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    border: 1px solid #24cdd5;
}

.testi-box .testimonial-round:hover > img {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.testimonial-round > img {
    pointer-events: none;
}

#testimonial-slider .owl-nav {
    width: 300px;
    display: inline-block;
    height: 30px;
    -webkit-transform: translateY(-150%);
    -moz-transform: translateY(-150%);
    -ms-transform: translateY(-150%);
    -o-transform: translateY(-150%);
    transform: translateY(-150%);
    margin-left: 2%;
    position: absolute;
    z-index: 5;
}


/*styling for star rating*/

.test-star {
    font-size: 12px;
    color: #ffc13c;
    cursor: pointer;
}

#rattingIcon .fa-star {
    color: #ffc107;
    font-size: 16px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

#ratingText {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

@media (max-width: 992px) {
    #testimonial-slider .owl-nav {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%);
        margin-left: 1%;
    }
}


/*----- Testimonial ends home page-----*/


/* ----- Testimonials page start ----- */

.testimonial-wrapp {
    padding-bottom: 0.25rem;
    margin: auto 1rem;
}

    .testimonial-wrapp,
    .testimonial-wrapp .testimonial-text,
    .testimonial-wrapp .testimonial-photo,
    .testimonial-wrapp .quoted,
    .testimonial-quote {
        position: relative;
        -webkit-transition: all .4s ease-in;
        -o-transition: all .4s ease-in;
        transition: all .4s ease-in;
    }

        .testimonial-wrapp,
        .testimonial-wrapp .testimonial-text {
            text-align: center;
        }

            .testimonial-wrapp .quoted,
            .testimonial-wrapp .testimonial-photo {
                display: inline-block;
                -webkit-border-radius: 50%;
                border-radius: 50%;
            }

            .testimonial-wrapp .quoted {
                -webkit-background-size: 100% 100%;
                background-size: 200% 100%;
                background-image: -webkit-gradient(linear, left top, right top, from(#5192e1), color-stop(51%, #23ced5), to(#5192e1));
                background-image: -webkit-linear-gradient(left, #5192e1 0%, #23ced5 51%, #5192e1 100%);
                background-image: -moz-linear-gradient(left, #5192e1 0%, #23ced5 51%, #5192e1 100%);
                background-image: -o-linear-gradient(left, #5192e1 0%, #23ced5 51%, #5192e1 100%);
                background-image: linear-gradient(to right, #5192e1 0%, #23ced5 51%, #5192e1 100%);
                color: #fff;
                font-size: 20px;
                line-height: 50px;
                height: 50px;
                width: 50px;
                -webkit-transform: translateY(50%);
                -ms-transform: translateY(50%);
                -o-transform: translateY(50%);
                transform: translateY(50%);
                z-index: 1;
            }

            .testimonial-wrapp .testimonial-text {
                padding: 4.25rem 2.5rem;
                -webkit-border-radius: 10px;
                border-radius: 10px;
                border: 1px solid #f1f1f1;
                overflow: hidden;
                text-align: justify;
                transition: color 0.3s ease-in 0.1s;
            }

#testimonial-grid .testimonial-wrapp .testimonial-text {
    padding: 3rem .75rem;
}

.testimonial-wrapp .testimonial-photo {
    height: 100px;
    width: 100px;
    margin-top: -50px;
    overflow: hidden;
}

    .testimonial-wrapp .testimonial-photo,
    .testimonial-wrapp .testimonial-photo > img {
        -webkit-border-radius: 50%;
        border-radius: 50%;
        -webkit-transition: 0.4s;
        -moz-transition: 0.4s;
        -o-transition: 0.4s;
        transition: 0.4s;
    }

.testimonial-wrapp:hover img {
    transform: scale(1.1) rotate(-10deg);
}

h4.darkcolor {
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}

.testimonial-wrapp .testimonial-text::before {
    content: '';
    position: absolute;
    top: -10%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 30px;
    width: 30px;
    -webkit-background-size: 200% auto;
    background-size: 200% auto;
    background-image: -webkit-gradient(linear, left top, right top, from(#5192e1), color-stop(51%, #23ced5), to(#5192e1));
    background-image: -webkit-linear-gradient(left, #5192e1 0%, #23ced5 51%, #5192e1 100%);
    background-image: -moz-linear-gradient(left, #5192e1 0%, #23ced5 51%, #5192e1 100%);
    background-image: -o-linear-gradient(left, #5192e1 0%, #23ced5 51%, #5192e1 100%);
    background-image: linear-gradient(to right, #5192e1 0%, #23ced5 51%, #5192e1 100%);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    z-index: -2;
    transition: top 0.4s linear, transform 0.6s ease 0.2s;
}

.testimonial-wrapp:hover .testimonial-text::before {
    top: 60%;
    transform: translate(-50%, -50%) scale(20);
}

.testimonial-icon {
    overflow: hidden;
}

    .testimonial-icon .social-icons {
        transform: translateY(-200%) scale(1.7);
        opacity: 0;
        transition: 0.5s ease-out 0.1s;
    }

.testimonial-wrapp:hover .testimonial-icon .social-icons {
    transform: translateY(0) scale(1);
    opacity: 1;
}

.testimonial-wrapp:hover .testimonial-text,
.testimonial-wrapp:hover .quoted {
    color: #fff;
}

#testimonial-main-slider .owl-dot,
#price-slider .owl-dot,
#ourteam-main-slider .owl-dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: transparent;
    transition: 0.4s all;
    border-color: #a5a5a5;
    overflow: hidden;
}

    #testimonial-main-slider .owl-dot::before,
    #price-slider .owl-dot::before,
    #ourteam-main-slider .owl-dot::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #A91720;
        transform: translateY(100%);
    }

#testimonial-main-slider .active.owl-dot::before,
#price-slider .active.owl-dot::before,
#ourteam-main-slider .active.owl-dot::before {
    transform: translateY(0);
}


/* ----- Testimonial page ends ----- */


/*----- Gallery Portfolio -----*/


/*filters*/

.cbp-l-filters .cbp-filter-item {
    cursor: pointer;
    margin: 0 .2rem;
}

    .cbp-l-filters .cbp-filter-item,
    .cbp-l-filters .cbp-filter-item span {
        display: inline-block;
    }

        .cbp-l-filters .cbp-filter-item span {
            color: #26313c;
            font-size: 0.85rem;
            text-transform: capitalize;
            position: relative;
            padding-bottom: 0;
        }

.cbp-l-filters > .cbp-filter-item + .cbp-filter-item::before {
    display: inline-block;
    padding-right: 0.6rem;
    padding-left: 5px;
    color: inherit;
    content: "/";
}

.cbp-l-filters.whitecolor .cbp-filter-item span {
    color: #fff;
}

.cbp-l-filters .cbp-filter-item-active {
    cursor: default;
}

    .cbp-l-filters .cbp-filter-item-active span,
    .cbp-l-filters .cbp-filter-item:hover span,
    .cbp-l-filters .cbp-filter-item:focus span,
    .cbp-l-filters.whitecolor .cbp-filter-item:focus span,
    .cbp-l-filters.whitecolor .cbp-filter-item-active span {
        color: #24cdd5;
    }

.gallery-hvr {
    width: 100%;
    height: 100%;
    background: -webkit-radial-gradient(rgba(35, 206, 213, 0.9), rgba(81, 146, 225, 0.9) 50%);
    background: -moz-radial-gradient(rgba(35, 206, 213, 0.9), rgba(81, 146, 225, 0.9) 50%);
    background: -o-radial-gradient(rgba(35, 206, 213, 0.9), rgba(81, 146, 225, 0.9) 50%);
    background: radial-gradient(rgba(35, 206, 213, 0.9), rgba(81, 146, 225, 0.9) 50%);
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.cbp-item:hover .gallery-hvr {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.cbp-item img {
    -webkit-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.cbp-item:hover img {
    transform: scale(1.1);
}

.gallery-hvr .opens {
    display: inline-block;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    margin-right: 5px;
    margin-left: 5px;
    font-size: 18px;
    border: 1px solid #fff;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    background: #fff;
    color: #26313c;
    margin-bottom: 15px;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

    .gallery-hvr .opens::before,
    .shopping-box .overlay .opens::before {
        content: "";
        position: absolute;
        left: -1px;
        right: -1px;
        bottom: -1px;
        top: -1px;
        opacity: .3;
        visibility: hidden;
        background: #24cdd5;
        border-radius: inherit;
        z-index: -1;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }

    .gallery-hvr .opens:hover::before,
    .gallery-hvr .opens:focus::before,
    .shopping-box .overlay .opens:hover::before,
    .shopping-box .overlay .opens:focus::before {
        opacity: 1;
        visibility: visible;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }

    .gallery-hvr .opens:hover,
    .gallery-hvr .opens:focus {
        color: #fff;
    }

.gallery-hvr .center-box {
    position: absolute;
    left: 50%;
    top: 50%;
    text-align: center;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.center-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.cbp-l-loadMore-stop {
    display: none !important;
    opacity: 0;
    visibility: hidden;
}

.cbp-l-loadMore-button .cbp-l-loadMore-link {
    color: #fff !important;
    padding: 2px 35px;
}

.fa-spin {
    -webkit-animation: fa-spin 0.75s infinite linear !important;
    animation: fa-spin 0.75s infinite linear !important;
    font-size: 15px;
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.fancybox-thumbs__list a:before {
    border-color: #24cdd5;
}


/*----- Gallery ends -----*/


/* ----- Partner ----- */

#partners-slider .item {
    text-align: center;
}

#partners-slider .item,
#partners-slider .logo-item {
    position: relative;
}

#partners-slider .logo-item {
    width: 160px;
    height: 40px;
    overflow: hidden;
}

    #partners-slider .logo-item,
    #partners-slider .logo-item > img {
        display: inline-block;
    }

.logo-item > img {
    width: 98%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
}


/* ----- Partner ends ----- */


/*----- Contact US -----*/

section#stayconnect {
    margin-top: -40px;
}

.contactus-wrapp,
.getin_form .form-control,
#map-container,
.form-check,
.form-group label,
.checkbox label {
    position: relative;
}

.contactus-wrapp {
    padding: 2.5rem 2rem;
    -webkit-transform: translateY(40px);
    -moz-transform: translateY(40px);
    -ms-transform: translateY(40px);
    -o-transform: translateY(40px);
    transform: translateY(40px);
    z-index: 5;
}

    .contactus-wrapp.position-absolute {
        width: 97%;
        top: -180px;
    }

.single-page-footer {
    margin-top: 0;
}

    .single-page-footer .contactus-wrapp {
        transform: translateY(0px);
        background: #F1F1F1;
    }

.contactus-wrapp,
.getin_form .form-control,
.form-check label::before,
.form-check input[type="checkbox"]:checked + label::before {
    background: #fff;
}

.getin_form .form-control {
    /*border: 1px solid #ececec;*/
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 41px;
    color: #b6b8ba;
    font-size: 0.875rem;
}


/*transparent form parallax version*/

.transparent-form input,
.transparent-form textarea {
    background: transparent;
    color: #fff !important;
    padding: 1.5rem .75rem;
    border-radius: 30px;
    border-color: #9ca2a8;
}

    .transparent-form input:focus,
    .transparent-form textarea:focus {
        background: transparent;
        border-color: #fff;
    }

.transparent-form textarea {
    padding-top: 0.75rem;
    height: 150px;
}


/*CheckBox*/

.form-check {
    display: block;
    font-size: 13px;
}

.form-group label,
.checkbox label {
    font-size: 12px;
    font-weight: 500;
    padding-left: 10px;
    min-height: 20px;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.form-group label,
.checkbox label,
.form-check label::before,
.contact-table .icon-cell,
span.icon-contact {
    display: inline-block;
}

.form-check label::before {
    content: "\f00c";
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #ececec;
    -webkit-border-radius: 0;
    border-radius: 0;
    text-align: center;
    color: transparent;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}

.form-check input[type="checkbox"]:checked + label::before {
    background: #24cdd5;
    border-color: #24cdd5;
    color: #fff;
}

textarea {
    min-height: 160px;
    resize: none;
}

button {
    border: none;
    cursor: pointer;
}


/* Form general- */

::-webkit-input-placeholder,
.form-control::-webkit-input-placeholder,
:-moz-placeholder,
.form-control:-moz-placeholder,
::-moz-placeholder,
.form-control::-moz-placeholder,
:-ms-input-placeholder,
.form-control:-ms-input-placeholder {
    color: #b6b8ba;
}

textarea::-webkit-input-placeholder,
textarea:-moz-placeholder,
textarea::-moz-placeholder,
textarea:-ms-input-placeholder {
    color: #b6b8ba;
    opacity: 1;
}

.contact-table .cells {
    vertical-align: middle;
}

.contact-table .icon-cell {
    color: #26313c;
    text-align: center;
    font-size: 18px;
    margin-right: 10px;
}

#map-container,
#map-container > iframe {
    width: 100%;
}

    #map-container > iframe {
        border: none;
        height: 100%;
    }

span.icon-contact {
    font-size: 30px;
    margin-bottom: 20px;
    line-height: 1;
}

.noshadow .widget {
    box-shadow: none !important;
}


/*----- Contact US -----*/
.contact-wrapper .widget .icon-contact {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
}

.contact-wrapper .widget:hover .icon-contact {
    transform: scale(1.2);
}

.contact-wrapper .widget i {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    transition-delay: 0.3s;
}

.contact-wrapper .widget:hover i {
    transform: rotateY(-180deg);
}

/* ----- Our Blog ----- */

.news_item {
    background: #fff;
}

    .news_item.shadow {
        -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1) !important;
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1) !important;
    }

.shadow-equal {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

.news_desc p {
    margin-bottom: 0;
}

#our-blog .news_desc p {
    margin-bottom: 35px;
}

#our-blog .news_item {
    margin-bottom: 30px;
}

.news_item .news_desc {
    padding: 40px 30px;
}

#our-blog .cbp-item:hover img {
    transform: scale(1.15);
}

.news_item:hover .image img {
    transform: scale(1.05);
}

.news_item,
.eny_profile,
blockquote.blockquote,
.widget_search .input-group-addon,
.eny_profile .profile_text {
    position: relative;
}

    .meta-tags li,
    .meta-tags li a,
    blockquote.blockquote::before,
    ul.rounded li::before,
    .webtags li,
    .webcats li a::before,
    .webcats li a > span {
        display: inline-block;
    }

        .single_post span,
        .webcats li,
        .webcats li a,
        .webtags li a,
        .btn_reply {
            display: block;
        }

.meta-tags > li + li {
    margin-left: 10px;
}

.meta-tags li a {
    color: #a5a5a5;
    font-size: 12px;
    font-weight: 600;
}

    .meta-tags li a > i {
        font-size: 17px;
        margin-right: 5px;
    }

    .meta-tags li a > i,
    .meta-tags > li + li::before,
    .webcats li a::before,
    .single_post .text {
        vertical-align: text-bottom;
    }

ul.rounded li::before {
    vertical-align: unset;
}

.news_item:hover h3 {
    color: #24cdd5;
}

.meta-tags li a:hover,
.meta-tags li a:focus,
.commment li a:hover,
.commment li a:focus {
    color: #24CDD5;
}

.news_item .blog-img {
    position: relative;
    margin: 0 auto;
}

.owl-blog-item .owl-nav {
    position: absolute;
    bottom: 5px;
    right: 5px;
}

    .owl-blog-item .owl-nav .owl-next, .owl-blog-item .owl-nav .owl-prev {
        font-size: 18px;
        margin: 5px;
        padding: 3px 30px;
        -webkit-border-radius: 50px;
        -moz-border-radius: 50px;
        border-radius: 50px;
        background: transparent;
        border: 2px solid #fff;
        color: #fff;
        position: unset;
        display: inline-flex;
        justify-content: center;
        -webkit-transition: 0.2s all;
        -moz-transition: 0.2s all;
        -o-transition: 0.2s all;
        transition: 0.2s all;
    }

    .owl-blog-item .owl-nav .owl-prev {
        margin-left: auto;
    }

        .owl-blog-item .owl-nav .owl-prev:before,
        .owl-blog-item .owl-nav .owl-next:before {
            visibility: hidden;
            opacity: 0;
            display: none;
        }

        .owl-blog-item .owl-nav .owl-next:hover, .owl-blog-item .owl-nav .owl-prev:hover {
            background: #24cdd5;
            border: 2px solid #24cdd5;
        }

.play-hvr {
    position: absolute;
    z-index: 8;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    transition: 0.3s all;
}

.play-icon {
    position: relative;
    height: 60px;
    width: 60px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    border: 2px solid transparent;
    background: #24cdd5;
    padding-left: 4px;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
    transition: 0.3s;
}

.play-hvr:hover .play-icon {
    color: #24cdd5;
    background: #fff;
    border-color: #24CDD5;
}



/* ------- 404 ------ */

#error .error {
    position: relative;
}

    #error .error h1 {
        position: relative;
        color: #ebebeb;
        font-size: 10rem;
    }

    #error .error h2 {
        font-size: 2rem;
        left: 50%;
        top: 50%;
        position: absolute;
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        animation: moveUpDown404 1s infinite linear;
    }

@keyframes moveUpDown404 {
    0% {
        transform: translate(-50%, -50%);
    }

    25% {
        transform: translate(-50%, -60%);
    }

    50% {
        transform: translate(-50%, -50%);
    }

    75% {
        transform: translate(-50%, -40%);
    }

    100% {
        transform: translate(-50%, -50%);
    }
}


/* 404 */


/*Cart table*/

.cart_table table {
    margin-bottom: 0;
}

.border-radius {
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.border-radius-50 {
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

.classic-border {
    border: 2px solid #fff;
}

.cart_table .table-responsive thead {
    background: #f9f9f9;
}

    .cart_table .table-responsive thead tr > th {
        padding: 15px 20px;
        border-bottom-width: 1px;
    }

.cart_table .table-responsive tbody tr > td {
    vertical-align: middle;
    padding: 20px;
}

.cart_table .product-name {
    display: inline-block;
    vertical-align: middle;
}

.cart_table .btn-close {
    display: inline-block;
    color: #e84455;
    font-size: 20px;
}

.cart_table .shopping-product {
    display: inline-block;
    height: 70px;
    width: 70px;
    margin-right: 10px;
}

    .cart_table .shopping-product > img {
        width: 100%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
    }

.cart_table .d-table:hover .product-name,
.cart_table .d-table:focus .product-name {
    color: #24cdd5;
}

.apply_coupon {
    border: 1px solid #d1d1d1;
    border-top: none;
    padding: 20px;
}

    .apply_coupon .coupon > form input {
        height: 42px;
        margin-bottom: 0;
        margin-right: 5px;
    }

    .apply_coupon .coupon > form .form-group > input {
        width: 100%;
    }

    .apply_coupon .coupon a {
        width: 48%;
    }

.totals {
    padding: 40px 15px;
    border: 1px solid #d1d1d1;
}

    .totals .table-responsive tr > td {
        border: none;
        padding: 17px 10px;
    }

    .totals form.findus .form-control {
        margin-bottom: 15px;
        padding-left: 15px;
        border-color: #d2d2d2;
    }

.cart-total tbody tr td {
    width: 100% !important;
}

.totals form.findus .select:after {
    color: #A5A5A5;
}

@media (max-width: 768px) {
    .apply_coupon .btn_common {
        font-size: 10px;
        padding: 10px 1rem;
    }
}


/*Shop page*/

.shopping-box {
    -webkit-box-shadow: 0 0 10px #d1d1d1;
    box-shadow: 0 0 10px #d1d1d1;
    overflow: hidden;
}

    .shopping-box .shop-content {
        padding: 20px 15px;
    }

    .shopping-box:hover .overlay .opens {
        -ms-transform: rotate(0) scale(1);
        -o-transform: rotate(0) scale(1);
        -webkit-transform: rotate(0) scale(1);
        transform: rotate(0) scale(1);
    }

    .shopping-box .price-product {
        font-family: 'Open Sans', sans-serif;
        background-image: -webkit-gradient(linear, left top, right top, from(#5192e1), color-stop(51%, #23ced5), to(#5192e1));
        background-clip: border-box;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@colorPrimary', endColorstr='@colorSecondary', GradientType=1);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

.overlay .opens {
    height: 70px;
    width: 70px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    border: 1px solid #fff;
    display: inline-block;
    background: #fff;
    font-size: 28px;
    text-align: center;
    line-height: 70px;
    opacity: 1;
    -ms-transform: rotate(50deg) scale(1.5);
    -o-transform: rotate(50deg) scale(1.5);
    -webkit-transform: rotate(50deg) scale(1.5);
    transform: rotate(50deg) scale(1.5);
    z-index: 1;
    overflow: hidden;
    position: relative;
}

    .overlay .opens i {
        color: #000000aa;
        transition: all 0.3s;
        line-height: 1;
    }

    .overlay .opens:hover i,
    .overlay .opens:focus i {
        color: #fff;
    }

.shopping-box:hover img {
    transform: scale(1.05);
}

.shopping-box:hover .overlay {
    opacity: 1;
    visibility: visible;
}

.shopping-box:hover h4 > a,
.shopping-box:focus h4 > a {
    color: #24cdd5;
}

.quote .quote {
    border: 1px solid #d1d1d1;
    margin-right: 10px;
    max-width: 80px;
    padding: 8px 10px;
    text-align: center;
    vertical-align: top;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    height: 38px;
    font-size: 12px;
}

.quote .btn-common {
    font-size: 11px;
    padding: 10px 1.25rem;
    border-radius: 30px;
    border: 1px solid transparent;
}

.quote,
.quote a {
    display: inline-block;
}

.heading .divider-left {
    margin: 10px 0 -2px;
}

.heading .divider-center {
    margin: 10px auto;
}

.heading .divider-left,
.heading .divider-center {
    height: 4px;
    width: 70px;
    background-image: -webkit-gradient(linear, left top, right top, from(#5192e1), color-stop(51%, #23ced5), to(#5192e1));
    display: block;
}

.quote-wrapper h3 {
    position: relative;
    color: #fff;
    font-size: 1.35rem;
    display: inline;
}

    .quote-wrapper h3::before {
        content: "\f10d";
        font-family: "Font Awesome 5 Free", serif;
        font-weight: 900;
        font-size: 20px;
        position: absolute;
        color: #fff;
        left: -25px;
        top: -10px;
    }

    .quote-wrapper h3::after {
        content: "\f10e";
        font-family: "Font Awesome 5 Free", serif;
        font-weight: 900;
        font-size: 20px;
        position: absolute;
        color: #fff;
        bottom: -10px;
        right: -25px;
    }


/*shop detail Tabs*/

.tab-container {
    border: 1px solid #d1d1d1;
    padding: 2.5rem 1rem 0 1rem;
    -webkit-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

    .tab-container > p {
        margin-bottom: 0;
    }

    .tab-container .accordion-item + div > p {
        margin-bottom: 1rem;
    }

.tabset-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

    .tabset-list a {
        display: block;
        padding: 12px 1.75rem;
        color: #fff;
        font-weight: 600;
        -webkit-border-radius: 23px;
        border-radius: 23px;
        line-height: normal;
    }

    .tabset-list li {
        position: relative;
    }

        .tabset-list li a {
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;
            background: #d1d1d1;
            cursor: pointer;
        }

    .tabset-list .active > a {
        background: #24CDD5;
        cursor: default;
    }

.tab-container p:last-child {
    margin-bottom: 0;
}

.accordion-item {
    display: none !important;
}


/*shop carousel*/

.carousel-shop-detail .owl-nav,
#carousel-gallery-detail .owl-nav {
    display: flex;
    align-items: center;
}

.carousel-shop-detail,
#carousel-gallery-detail {
    overflow: hidden;
}

    .carousel-shop-detail .owl-nav button,
    #carousel-gallery-detail .owl-nav button {
        background: #ffffffaa;
        color: #000;
        border-radius: 3px;
        padding: 20px 15px;
        transition: all 0.3s ease-in;
        display: flex;
    }

        .carousel-shop-detail .owl-nav button:hover,
        #carousel-gallery-detail .owl-nav button:hover {
            background: #ffffff;
            color: #5192e1;
        }

        .carousel-shop-detail .owl-nav button:before,
        #carousel-gallery-detail .owl-nav button:before {
            transform: scale(0);
            visibility: hidden;
            opacity: 0;
        }

    .carousel-shop-detail:hover .owl-nav button,
    #carousel-gallery-detail:hover .owl-nav button {
        transform: translateX(0);
    }

    .carousel-shop-detail .owl-nav .owl-prev {
        margin: -50% 15px;
        transform: translateX(-45px);
    }

    #carousel-gallery-detail .owl-nav .owl-prev {
        margin: -33% 15px;
        transform: translateX(-45px);
    }

    .carousel-shop-detail .owl-nav .owl-next {
        margin: -50% 15px;
        transform: translateX(45px);
    }

    #carousel-gallery-detail .owl-nav .owl-next {
        margin: -33% 15px;
        transform: translateX(45px);
    }

    .carousel-shop-detail .owl-nav button span,
    #carousel-gallery-detail .owl-nav button span {
        font-size: 22px;
        font-weight: bold;
        margin: -15px -3px;
    }

.carousel-shop-detail-inner .item {
    margin-top: 2px;
    opacity: 0.5;
    border: 2px solid transparent;
    transition: all 0.4s linear;
}

.carousel-shop-detail-inner .synced .item {
    opacity: 1;
    border: 2px solid #24CDD5;
}

.carousel-shop-detail .owl-stage-outer {
    /*height: 350px;*/
}

#syncCarousel .owl-stage {
    pointer-events: auto;
}

#syncCarousel .item img {
    -webkit-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out;
    cursor: zoom-in;
}

#syncCarousel .item:hover img {
    transform: scale(1.8);
}

#syncChild .owl-item:not(.synced) {
    cursor: pointer;
}

#carousel-gallery-detail .item img {
    -webkit-transition: all .1s ease-out;
    -moz-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out;
    cursor: zoom-in;
}

#carousel-gallery-detail .item:hover img {
    transform: scale(1.1);
}


/*Comments & Date*/

ul.social_icon li,
.webtags li,
.commment li {
    display: inline-block;
}

.commment li {
    margin-left: 10px;
}

    .commment li:first-child {
        margin-left: 0;
    }

    .commment li:last-child {
        margin-right: 0;
    }

    .commment li a {
        display: block;
        color: #a5a5a5;
        font-size: 14px;
    }

        .commment li a > i {
            margin-right: 4px;
            vertical-align: baseline;
        }

body:not(.rtl-layout) .news_wrap .news_box .commment,
body:not(.rtl-layout) .readmore {
    direction: ltr;
}

.news_wrap .news_box .commment {
    margin: 20px 0;
}


/*Profile Image*/

.profile_bg {
    background: #f2f2f2;
    -webkit-box-shadow: 0 0 2px #c8c8c8;
    box-shadow: 0 0 2px #c8c8c8;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 20px;
}

.profile_border {
    border-top: 1px solid #c8c8c8;
}

    .profile_border:last-child {
        border-bottom: 1px solid #c8c8c8;
    }

.profile {
    background: #fff;
    padding: 15px;
    display: table;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

    .profile .p_pic,
    .profile .profile_text {
        display: table-cell;
    }

    .profile .p_pic {
        width: 100px;
        height: 100px;
        padding-right: 15px;
    }

        .profile .p_pic img {
            width: 100%;
            -webkit-border-radius: 50%;
            border-radius: 50%;
        }

.profile_text {
    vertical-align: top;
    padding-right: 10px;
}

    .profile_text h5 {
        margin-bottom: 8px;
    }

    .profile_text strong {
        color: #b2cb20;
        font-size: 14px;
    }

    .profile_text span {
        color: #5b5b5b;
        font-size: 13px;
    }


/*map */

.full-map {
    height: 400px;
    width: 100%;
    overflow: hidden;
    margin-bottom: 40px;
}

.short-map {
    max-height: 330px;
}


/*Pagination*/

.pagination li > a {
    height: 36px;
    width: 36px;
    padding: 0;
    line-height: 36px;
    font-size: 18px;
    color: #a5a5a5;
    text-align: center;
    margin: 0 4px;
    border: none;
}

    .pagination li > a:hover,
    .pagination li > a:focus,
    .pagination li.active > a {
        background: #24cdd5 !important;
        color: #fff;
        border: 0;
    }

    .pagination li > a.disabled {
        pointer-events: none;
    }

.pagination li > a,
.pagination li:first-child a,
.pagination li:last-child a,
ul.rounded li::before,
.webcats li a::before,
.eny_profile .profile_photo > img,
.single_post .post > img {
    -webkit-border-radius: 50% !important;
    border-radius: 50% !important;
}

blockquote.blockquote {
    font-style: italic;
}

    blockquote.blockquote::before {
        content: "\f10d";
        width: 40px;
        font-size: 28px;
        margin-right: 5px;
        color: #a1a1a1;
    }

ul.rounded > li + li {
    margin-top: 20px;
}

.rounded li {
    padding-left: 20px;
}

ul.rounded li::before {
    height: 10px;
    width: 10px;
    background: #24cdd5;
    margin-right: 10px;
    margin-left: -20px;
}


/*Post Comments*/

.eny_profile {
    border-bottom: 1px solid #ececec;
    padding-bottom: 30px;
}

    .eny_profile .profile_photo,
    .eny_profile .profile_text {
        display: table-cell;
        vertical-align: middle;
    }

    .eny_profile .profile_photo {
        height: 90px;
        width: 90px;
    }

        .eny_profile .profile_photo > img {
            width: 100%;
        }

    .eny_profile .profile_text {
        padding-left: 20px;
    }

        .eny_profile .profile_text .readmorebtn {
            position: absolute;
            right: 0;
            top: 5px;
        }


/*Widget Newlatter or search*/


/*.widget_search .input-group {
   width: 260px;
}*/

.widget_search .form-control {
    /*width: 214px;*/
    /*margin-right: 40px;*/
    -webkit-border-bottom-left-radius: 20px !important;
    border-bottom-left-radius: 20px !important;
    -webkit-border-top-left-radius: 20px !important;
    border-top-left-radius: 20px !important;
}

.widget_search .form-control,
.widget_search .input-group-addon {
    border-color: #ececec;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: table-cell;
}

.widget_search .input-group-addon {
    background-color: #24cdd5;
    color: #fff;
    top: 0;
    left: 0;
    font-size: 14px;
    width: 40px;
    -webkit-border-top-right-radius: 20px;
    border-top-right-radius: 20px;
    -webkit-border-bottom-right-radius: 20px;
    border-bottom-right-radius: 20px;
}

.widget_search .form-control:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #adaeae;
}


/*review find us form*/

form.findus .form-control {
    height: 48px;
    width: 100%;
    -webkit-box-shadow: none;
    box-shadow: none;
}

form.findus:not(.form-inline) .form-group {
    width: 100%;
}

form.findus .form-control,
form.findus textarea {
    padding: 12px 0;
    margin-bottom: 30px;
    font-size: 14px;
    border: none;
    border-bottom: 1px solid #a5a5a5;
    -webkit-border-radius: 0;
    border-radius: 0;
    position: relative;
    -webkit-transition: border .9s ease;
    -o-transition: border .9s ease;
    transition: border .9s ease;
}

form.findus textarea {
    width: 100%;
    outline: none;
    min-height: 160px;
}

.form-control {
    -webkit-box-shadow: 0 0;
    box-shadow: 0 0;
}

    .form-control:focus,
    textarea:focus {
        border-color: #24cdd5;
        -webkit-box-shadow: 0 0;
        box-shadow: 0 0;
    }

form.findus .select {
    border: none;
    border-bottom: 1px solid #d1d1d1;
    position: relative;
}

form.findus select {
    height: 100%;
    border: 0;
    width: 100%;
    color: inherit;
    opacity: .9;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 12px 15px;
    -webkit-border-radius: inherit;
    border-radius: inherit;
}

form.findus .select:after {
    content: "\f107";
    font-family: "Font Awesome 5 Free", serif;
    font-weight: 900;
    color: inherit;
    font-size: 16px;
    padding: 9px 0 8px 9px;
    position: absolute;
    right: 0;
    top: 0;
    background: transparent;
    z-index: 1;
    text-align: center;
    width: 10%;
    height: 100%;
    pointer-events: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.logincontainer .form-control {
    background: transparent;
}

.logincontainer .btn_common {
    width: 100%;
}


/*web Tags*/

.webtags li {
    margin: 1px;
}

    .webtags li a,
    .btn_reply {
        -webkit-border-radius: 24px;
        border-radius: 24px;
        color: #6f6f6f;
        font-size: 12px;
        margin: 2px 0;
        padding: 5px 1rem;
        border: 1px solid #ececec;
    }

        .webtags li a:hover,
        .webtags li a:focus {
            color: #fff;
            background: #24cdd5;
            border: 1px solid #24cdd5;
        }


/*Recent Sidebar*/

.sidebar .widget {
    padding: 30px 15px;
    background: #f6f6f6;
}

.news_box:hover h4 > a,
.news_box:focus h4 > a,
.blog-item:hover h3 > a,
.blog-item:focus h3 > a {
    color: #24CDD5;
}

.blog-item:hover img {
    transform: scale(1.05);
}

.single_post {
    overflow: hidden;
    display: table;
}

    .single_post .post,
    .single_post .text {
        display: table-cell;
    }

    .single_post .post {
        height: 50px;
        width: 50px;
    }

        .single_post .post > img {
            width: 100%;
        }

    .single_post .text {
        padding-left: 10px;
        font-size: 14px;
    }

        .single_post .text > a {
            font-weight: 600;
        }

    .single_post span {
        font-size: 12px;
    }

    .single_post:hover a,
    .single_post:focus a {
        color: #24cdd5;
    }


/*Categories*/

.webcats > li + li {
    margin-top: 10px;
}

.webcats li a::before {
    height: 8px;
    width: 8px;
    background: #24cdd5;
    margin-right: 10px;
    vertical-align: baseline;
    margin-bottom: 1px;
}

.webcats li a > span {
    font-weight: 600;
    margin-left: 5px;
    font-size: .875rem;
}

.webcats li a:hover,
.webcats li a:focus {
    color: #24cdd5;
}

.whitebox .widget {
    padding: 40px 30px;
    background: #fff;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
}

.contact-box p {
    margin-bottom: 0;
}


/* ----- Our Blog ends ----- */


/* ----- coming soon ----- */

.count_down p {
    color: #232323;
}

.count_down.animated-gradient p {
    background-image: -webkit-gradient(linear, left top, right top, from(#5192e1), color-stop(99%, #23ced5), to(#5192e1));
    background-clip: border-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.count_down.white p {
    color: #ffffff;
}

ul.count_down {
    list-style: none;
    margin: 0 0 0;
    padding: 0;
    display: block;
    text-align: center;
}

    ul.count_down li {
        display: inline-block;
        color: #232323;
        padding: 0 35px;
        width: auto;
    }

    ul.count_down.animated-gradient li {
        padding: 0 50px;
        width: auto;
    }

    ul.count_down.white li {
        color: #ffffff;
    }

    ul.count_down li p:nth-child(1) {
        font-size: 70px;
        font-weight: bold;
        line-height: normal;
        margin: 0 0 0 0;
        transition: 1s;
    }

    ul.count_down li p:nth-child(2) {
        color: #232323;
        font-size: 14px;
        line-height: normal;
        text-align: center;
        text-transform: uppercase;
        margin: 10px 0 0 0;
        transition: 1s;
        font-weight: 500;
    }

    ul.count_down.white li p:nth-child(2) {
        color: #ffffff;
    }

.count-down-form form {
    margin: 0 auto;
    position: relative;
}

    .count-down-form form .form-placeholder {
        border-radius: 40px;
        border: none;
        outline: none;
        padding: 25.5px;
        width: 100%;
        font-size: 16px;
        font-weight: 100;
        color: #232323;
        text-align: left;
    }

    .count-down-form form .email-placeholder {
        background: transparent;
        width: 100%;
        border: 1px solid #a5a5a5;
        border-radius: 40px;
        display: flex;
    }

    .count-down-form form .button {
        transition: all linear 300ms;
        margin: 5px 5px 5px 2px;
    }


/* ----- coming soon end ----- */


/* ----- Pricing ----- */

.pricing-item {
    position: relative;
    padding: 2.5rem 1rem;
    margin-bottom: 10px;
    margin-top: 10px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .12);
    box-shadow: 0 0 10px rgba(0, 0, 0, .12);
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    -webkit-border-radius: 0;
    text-align: center;
    overflow: hidden;
    background: #fff;
}

    .pricing-item .pricing-price {
        padding: 15px 0 14px 0;
        border-top: 1px solid rgba(139, 144, 157, 0.18);
        border-bottom: 1px solid rgba(139, 144, 157, 0.18);
    }

    .pricing-item.active .pricing-price {
        border-top: 1px solid rgba(255, 255, 255, 0.18);
        border-bottom: 1px solid rgba(255, 255, 255, 0.18);
    }

    .pricing-item .pricing-currency {
        font-size: 3rem;
        font-weight: 300;
    }

.pricing-list {
    font-size: 14px;
    padding: 25px 0;
    display: inline-block;
}

    .pricing-list li {
        margin: 14px 0 14px 25px;
        text-align: left;
        font-size: 1rem;
        position: relative;
    }

.price-included {
    position: relative;
    display: table;
    margin: 14px auto;
    padding: 2px 0 10px 5px;
    text-align: left;
    font-size: 1.1rem;
}
.p-item1.active{
background: url('images/btc3.jpg');
  position: relative;
background-repeat:no-repeat;
background-size:cover;
background-position: center;
}
.p-item2.active{
background: url('images/btc3.jpg');
      position: relative;
background-repeat:no-repeat;
background-size:cover;
background-position: center;
}
.p-item3.active{
background: url('images/package/3PROFESSIONAL.html');
    position: relative;
background-repeat:no-repeat;
background-size:cover;
background-position: center;
}
.p-item4.active{
background: url('images/package/4ADVANCE.html');
    position: relative;
background-repeat:no-repeat;
background-size:cover;
background-position: center;
}
.p-item5.active{
background: url('images/package/5MASTER.html');
    position: relative;
background-repeat:no-repeat;
background-size:cover;
background-position: center;
}
.p-item6.active{
background: url('images/package/6SILVER.html');
    position: relative;
background-repeat:no-repeat;
background-size:cover;
background-position: center;
}
.p-item7.active{
background: url('images/package/7GOLD.html');
    position: relative;
background-repeat:no-repeat;
background-size:cover;
background-position: center;
}
.p-item8.active{
background: url('images/package/8PLATINUM.html');
    position: relative;
background-repeat:no-repeat;
background-size:cover;
background-position: center;
}
.p-item9.active{
background: url('images/package/9DIAMOND.html');
    position: relative;
background-repeat:no-repeat;
background-size:cover;
background-position: center;
}
    /*.pricing-item.active .button {
        border-color: #fff;
        background: transparent;
        transition: 0.2s all;
    }*/
.pricing-item.active{
    height:473px !important
}
.pricing-item.active .pricing-currency {
    display:none;
}
.pricing-item.active .pricing-duration
 {
    display:none;
}
.pricing-item.active .darkcolor{
    display:none;
}
.pricing-item.active .pricing-price {
  display:none;
}
.pricing-item .button {
    border-color: #333;
    background: #333333;
    color: #fff;
    display: table;
    margin: 0 auto;
}
.pricing-item.active{
    vertical-align:middle;
}
.pricing-item.active .button{
top:85%;
}
.pricing-item.active,
.pricing-item.active .darkcolor {
    /*color: #fff !important;*/

}

.pricing-item .button:hover {
    background: #fff;
    color: #384141;
}

.pricing-item .button:focus {
    background: #fff;
    border-color: #26313c;
    color: #384141;
}


/*price sale*/

.pricing-item.sale::before,
.shopping-box .sale::before {
    content: '\f02e';
    font-family: "Font Awesome 5 Free", serif;
    font-weight: 900;
    position: absolute;
    top: -30px;
    right: 15px;
    font-size: 60px;
    color: #E84455;
    z-index: 1;
}

.pricing-item.gray.sale::before {
    color: #4A5158;
}

.shopping-box .sale::before {
    z-index: 100;
}

.pricing-item.sale::after,
.shopping-box .sale::after {
    content: "- " attr(data-sale) "%";
    position: absolute;
    top: 6px;
    right: 21px;
    font-size: 14px;
    color: #fff;
    z-index: 2;
}

.shopping-box .sale::after {
    z-index: 101;
}

.pricing-item.sale:hover::after,
.shopping-box .sale:hover::after {
    content: 'Sale';
    right: 24px;
}

.pricing-list li::before,
.price-included::before {
    content: '\f00c';
    font-family: "Font Awesome 5 Free", serif;
    font-weight: 900;
    position: absolute;
    top: 2px;
    left: -25px;
    color: #B2CB20;
}
.pricing-item.active .pricing-list{
    display:none;
}
.pricing-list li.price-not::before {
    content: '\f00d';
    font-family: "Font Awesome 5 Free", serif;
    font-weight: 900;
    position: absolute;
    top: 2px;
    left: -23px;
    color: #E84455;
}

.pricing-item.active .pricing-list li::before {
    color: #fff;
}

.price-toggle-wrapper {
    position: relative;
    background: #fff;
    border: 1px solid transparent;
    border-radius: 30px;
    overflow: hidden;
    display: inline-flex;
}

    .price-toggle-wrapper .Pricing-toggle-button {
        padding: 10px 110px;
        user-select: none;
        cursor: pointer;
        z-index: 1;
        font-size: 14px;
        font-weight: 600;
        position: relative;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

        .price-toggle-wrapper .Pricing-toggle-button.active {
            color: #fff;
            cursor: default;
        }

        .price-toggle-wrapper .Pricing-toggle-button.month::before {
            content: '';
            position: absolute;
            width: 105%;
            height: 100%;
            border-radius: 30px;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            display: block;
            overflow: hidden;
            transform: translateX(95%);
            z-index: -1;
            -webkit-background-size: 200% auto;
            background-size: 200% auto;
            background-image: -webkit-gradient(linear, left top, right top, from(#5192e1), color-stop(51%, #23ced5), to(#5192e1));
            background-image: -webkit-linear-gradient(left, #5192e1 0%, #23ced5 51%, #5192e1 100%);
            background-image: -moz-linear-gradient(left, #5192e1 0%, #23ced5 51%, #5192e1 100%);
            background-image: -o-linear-gradient(left, #5192e1 0%, #23ced5 51%, #5192e1 100%);
            background-image: linear-gradient(to right, #5192e1 0%, #23ced5 51%, #5192e1 100%);
            background-position: right center;
            background: #333;
        }

        .price-toggle-wrapper .Pricing-toggle-button.month.active::before {
            transform: translateX(-5%);
            background-position: left center;
        }

.pricing-price {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    transform: scale(1);
}

@media (max-width:992px) {
    .pricing-item .pricing-currency {
        font-size: 2.5rem;
    }

    .pricing-list li {
        font-size: 0.9375rem;
    }

    .price-toggle-wrapper .Pricing-toggle-button {
        padding: 10px 70px;
    }

    .testi-box .top90 {
        margin-top: 10px;
    }
}

@media (max-width: 767px) {
    .price-toggle-wrapper .Pricing-toggle-button {
        padding: 10px 40px;
        font-size: 13px;
    }

    #our-blog .news_item.last-blog {
        margin-bottom: 15px;
    }
}

@media (max-width: 576px) {
    .price-toggle-wrapper .Pricing-toggle-button {
        padding: 10px 30px;
    }

    .carousel-shop-detail .owl-nav button,
    #carousel-gallery-detail .owl-nav button {
        transform: translateX(0) !important;
    }

    #syncCarousel .owl-stage {
        pointer-events: none;
    }
}


/* ----- Pricing ends ----- */



@media (max-width: 1400px) {
    html {
        font-size: 15px;
    }
}

@media (max-width: 1266px) {
    html {
        font-size: 14px;
    }
}

@media (max-width: 1024px) {
    h2 {
        font-size: 2.75rem;
    }

    h3 {
        font-size: 1.375rem;
    }
}

@media (max-width: 992px) {
    h2 {
        font-size: 2.5rem;
    }

    p {
        font-size: 13px;
    }

    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
        padding-right: 15px;
        padding-left: 15px;
    }

    #shop .findus .form-group {
        margin-bottom: 20px !important;
        width: 100%;
    }

    #shop .findus .button,
    .findus .form-group {
        width: 100%;
    }

    .navbar-brand.center-brand {
        position: relative;
        top: auto;
        margin: 16px 0;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    .padding_testi {
        padding: 3.25rem 0 9.75rem 0;
    }

    .process-wrapp li {
        padding: 60px 15px 0 15px;
    }
}

@media (max-width: 767px) {
    .revicon {
        display: none;
        visibility: hidden;
        opacity: 0;
    }

    .feature-item.innovative-border.arr-left::before {
        top: auto;
        bottom: -8px;
        right: calc(50% - 7px);
        transform: rotate(45deg);
    }

    .feature-item.innovative-border.arr-right::before {
        right: auto;
        top: -8px;
        left: calc(50% - 7px);
        transform: rotate(45deg);
    }

    .padding {
        padding: 6rem 0;
    }

    .padding_top {
        padding-top: 6rem;
    }

    .padding_bottom {
        padding-bottom: 6rem;
    }

    .margin {
        margin: 6rem 0;
    }

    .margin_bottom {
        margin-bottom: 6rem;
    }

    .margin_top {
        margin-top: 4rem;
    }

    .padding_half {
        padding: 2rem 0;
    }

    .margin_half {
        margin: 2rem 0;
    }

    .padding_bottom_half {
        padding-bottom: 2rem;
    }

    .margin_bottom_half {
        margin-bottom: 2rem;
    }

    .padding_top_half {
        padding-top: 2rem;
    }

    .heading_space {
        margin-bottom: 2rem;
    }

    .team-box:hover .team-content h4 {
        margin-top: -10px;
    }

    .navbar-nav .nav-link:focus,
    .dropdown-menu .dropdown-item:focus,
    .dropdown-menu.megamenu .dropdown-item:focus {
        color: #24cdd5;
    }

    .transparent-form textarea {
        height: 40px;
        min-height: 40px;
        overflow-y: hidden;
    }

    .video-play-button {
        top: 100%;
        right: 50%;
        transform: translate(50%, -50%);
    }

    .process-wrapp li {
        padding: 50px 15px 0 15px;
    }

    .forget-buttons {
        display: flex;
        justify-content: space-between;
    }

        .forget-buttons button {
            width: 47%;
        }

    .cbp-l-filters .cbp-filter-item {
        margin: 0 .3rem 0.9rem;
    }

    .heading .divider-left {
        margin: 10px auto;
    }

    .video-content-setting {
        padding: 5rem 4rem;
    }

    #particles-text-morph {
        width: 100% !important;
    }
}

@media (max-width: 576px) {
    html {
        font-size: 13px;
    }

    .container {
        max-width: 98% !important;
    }

    .profile .p_pic,
    .profile .profile_text {
        display: block;
    }

    .profile_bg {
        padding: 5px;
    }

    .title-wrap h3 {
        display: block;
        margin: 3px auto;
        text-align: center;
        float: unset !important;
    }

    .title-wrap ul {
        float: unset !important;
        display: flex;
        justify-content: center;
    }

    .apply_coupon .coupon a {
        display: block;
        width: 100%;
    }

    .dark-slider h2,
    .light-slider h2 {
        font-size: 34px !important;
    }

    .dark-slider p,
    .light-slider p {
        font-size: 16px !important;
        line-height: 1.4 !important;
    }

    .process-wrapp li {
        padding: 35px 15px 0 15px;
    }

    .page-header .page-titles {
        transform: translateY(20px);
    }

    #pagepiling .darkcolor {
        color: #fff;
    }

    .sidemenu_btn {
        margin-right: 0;
    }
}

@media (max-width: 424px) {
    .side-menu .btn-close {
        margin-right: 0.7rem;
    }

    #services-slider .service-box > span {
        padding-top: 0.5rem;
    }

    .eny_profile .profile_text .readmorebtn {
        top: auto;
        bottom: -20px;
    }
}

@media (max-width: 360px) {
    .tabset-list a,
    .accordion-item a {
        display: block;
        padding: 10px 1.3rem;
    }

    #testimonial-slider .owl-nav {
        width: 270px;
    }

    .eny_profile .profile_photo,
    .eny_profile .profile_text {
        display: block;
        margin: 10px auto;
        text-align: center;
    }

    .dark-slider h2,
    .light-slider h2 {
        font-size: 28px !important;
    }
}


/*scroll bar styling*/

::-webkit-scrollbar-track {
    background-color: #515252;
}

::-webkit-scrollbar {
    width: 7px;
    background-color: #3EABDC;
}

::-webkit-scrollbar-thumb {
    background: #3EABDC;
}

    ::-webkit-scrollbar-thumb:hover {
        box-shadow: inset 0 0 100px 20px #3992bf;
    }


/*service-section css*/
.section-space {
    padding: 105px 0 85px;
}

.section-main {
    overflow: hidden;
    background: #EAEDF6;
}

.align-items-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.lg-pr-60 {
    padding-right: 37px;
}

.section-title {
    color: #1c1f26;
    font-size: 48px;
    font-weight: 300;
    line-height: 1.3;
    text-transform: capitalize;
    margin: 0 0 30px;
    letter-spacing: 0;
    position: relative;
    margin-left: -4px;
}

.style-p {
    margin: 0 0 30px;
    line-height: 1.8 !important;
    letter-spacing: 1px !important;
    color: #687180;
}

.section-subtitle {
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 6px !important;
    margin-bottom: 60px;
    margin: 0 0 30px;
    line-height: 1.8 !important;
}

.section-title span {
    font-weight: 600;
    display: block;
}

.icon-box-single.icon-box-center {
    text-align: center;
}

.icon-box-single {
    border: 1px solid rgba(0, 0, 0, 0.08);
    display: block;
    padding: 30px 45px 10px;
    margin-bottom: 30px;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .icon-box-single .icon-box, .price-table i.zmdi {
        font-size: 48px;
        margin-bottom: 10px;
        color: #687180;
    }

.icon-mobile, .icon-laptop, .icon-desktop, .icon-tablet, .icon-phone, .icon-document, .icon-documents, .icon-search, .icon-clipboard, .icon-newspaper, .icon-notebook, .icon-book-open, .icon-browser, .icon-calendar, .icon-presentation, .icon-picture, .icon-pictures, .icon-video, .icon-camera, .icon-printer, .icon-toolbox, .icon-briefcase, .icon-wallet, .icon-gift, .icon-bargraph, .icon-grid, .icon-expand, .icon-focus, .icon-edit, .icon-adjustments, .icon-ribbon, .icon-hourglass, .icon-lock, .icon-megaphone, .icon-shield, .icon-trophy, .icon-flag, .icon-map, .icon-puzzle, .icon-basket, .icon-envelope, .icon-streetsign, .icon-telescope, .icon-gears, .icon-key, .icon-paperclip, .icon-attachment, .icon-pricetags, .icon-lightbulb, .icon-layers, .icon-pencil, .icon-tools, .icon-tools-2, .icon-scissors, .icon-paintbrush, .icon-magnifying-glass, .icon-circle-compass, .icon-linegraph, .icon-mic, .icon-strategy, .icon-beaker, .icon-caution, .icon-recycle, .icon-anchor, .icon-profile-male, .icon-profile-female, .icon-bike, .icon-wine, .icon-hotairballoon, .icon-globe, .icon-genius, .icon-map-pin, .icon-dial, .icon-chat, .icon-heart, .icon-cloud, .icon-upload, .icon-download, .icon-target, .icon-hazardous, .icon-piechart, .icon-speedometer, .icon-global, .icon-compass, .icon-lifesaver, .icon-clock, .icon-aperture, .icon-quote, .icon-scope, .icon-alarmclock, .icon-refresh, .icon-happy, .icon-sad, .icon-facebook, .icon-twitter, .icon-googleplus, .icon-rss, .icon-tumblr, .icon-linkedin, .icon-dribbble {
    font-family: 'et-line';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
}

    .icon-genius:before {
        content: "\e046";
    }

.icon-box-single.icon-box-center {
    text-align: center;
}

.icon-box-title {
    font-weight: 500;
}

.icon-box-content p {
    margin: 0 0 30px;
    line-height: 1.8 !important;
    letter-spacing: 1px !important;
    font-family: "Roboto","Helvetica","Arial",sans-serif !important;
}

.section-subtitle {
    font-size: 14px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 6px !important;
    margin-bottom: 60px;
}

.icon-box-content h4 {
    color: #1c1f26;
    font-family: "Montserrat", sans-serif;
    margin-top: 0;
    text-transform: capitalize;
    line-height: 32px;
    -moz-osx-font-smoothing: grayscale;
    margin: 24px 0 16px;
    font-family: "Roboto","Helvetica","Arial",sans-serif !important;
}

.icon-box-single:hover, .icon-counter-single:hover, .price-table.active {
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

    .icon-box-single:hover .icon-box, .icon-box-single:hover .icon-box-content .icon-box-title, .icon-box-single:hover .icon-box-content p {
        color: #ffffff !important;
    }

.bg-grad-primary, .btn-highlight, .btn-highlight:active, .btn-highlight:hover, .grid-gallery .item-gallery-caption, .icon-box-single:hover, .icon-counter-single:hover, .main-footer .footer-social-links a:hover, .main-nav .links li .subnav li a:hover, .page-link:focus, .page-link:hover, .price-table-2.active, .price-table-3.active, .price-table.active, .progress .progress-bar, .tabs-single.is-active, .team-single:hover .team-detail, .widget .tags a:hover, .widget .tags a:hover {
    background: #c94444 !important;
    background: -moz-linear-gradient(-45deg, #0093a0 0%, #2d83b4 100%);
    background: -webkit-linear-gradient(-45deg, #0093a0 0%, #2d83b4 100%);
    background: linear-gradient(135deg, #0093a0 0%, #2d83b4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr= '#0093a0', endColorstr='#2d83b4',GradientType=1 );
    color: #fff !important;
}

.morphext {
    color: #016696 !important;
}
/*icon-service-section*/
.bg-img-3 {
    background-image: url(images/images.jpg);
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: inherit;
    overflow: hidden;
}

.overlay-color-92 {
    background-color: rgba(157, 23, 32, 0.92);
}

.overlay1 {
    position: relative;
    z-index: 2;
}

.text-box-circle:hover span {
    border-style: solid;
    background: #9D1720;
}

.ptb-100 {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
}

.align-items-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

.justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.text-box-circle {
    color: #ffffff;
    text-align: center;
}

    .text-box-circle span {
        color: #ffffff;
        font-size: 36px;
        margin-bottom: 30px;
        text-align: center;
        border: 1px dashed white;
        border-radius: 100px;
        width: 140px;
        height: 140px;
        padding: 43px 25px 40px 10px;
    }

    .text-box-circle .title {
        font-family: "Montserrat", sans-serif;
        color: #ffffff;
        font-weight: 400;
        line-height: 1.4;
    }

.h-medium {
    font-size: 16px;
    line-height: 1.2;
}

/*dark-service-section*/
.bg-img-19 {
    background-image: url(images/btc3.jpg);
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: inherit;
    overflow: hidden;
}

.overlay-dark-92 {
    background-color: rgba(20, 24, 32, 0.92);
}

.featured-box-03 {
    background: rgba(20, 24, 32, 0.62);
    -webkit-box-shadow: 0 0 0 1px rgba(236, 236, 236, 0.04);
    box-shadow: 0 0 0 1px rgba(236, 236, 236, 0.04);
    text-align: center;
    padding: 30px 30px 45px 30px;
    margin-top: 15px;
    margin-bottom: 15px;
    transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
    -o-transition-duration: 0.2s;
    height: 250px !important;
}

    .featured-box-03 i {
        color: #016696;
    }

    .featured-box-03 i {
        font-size: 36px;
        margin-bottom: 0;
        padding: 20px;
        width: 80px;
        height: 80px;
        text-align: center;
    }

    .featured-box-03 h6 {
        color: #FAFAFA;
        text-transform: capitalize;
        margin-bottom: 15px;
    }

.h-large {
    font-size: 18px;
    line-height: 1.2;
}

div.ptb-100 p:last-child {
    margin: 0;
}

.text-four, .four {
    color: #D3D3D3 !important;
}

.featured-box-03:hover {
    background: #016696;
    background: -webkit-gradient(left top, right bottom, color-stop(0%, rgba(238, 52, 73, 0.62)), color-stop(100%, #ff0055));
    background: linear-gradient(135deg, #016696 0%, #ff0055 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#016696', endColorstr='#ff0055', GradientType='1' );
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
    -ms-box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
    -o-box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
    box-shadow: 0 22px 43px rgba(0, 0, 0, 0.15);
}

    .featured-box-03:hover h6, .featured-box-03:hover i, .featured-box-03:hover p {
        color: #FAFAFA;
    }
/*//dark-service-section*/


/*pricing-table*/
.bg-img-7 {
    background-image: url(images/btc4.jpg);
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: inherit;
    overflow: hidden;
}

.overlay-light {
    background-color: rgba(200, 203, 210, 0.92);
}

    .overlay-light h1, .overlay-light h2, .overlay-light h3, .overlay-light h4, .overlay-light h5, .overlay-light h6 {
        color: #1c1f26 !important;
    }

.section-title span {
    font-weight: 600;
    display: block;
}

.price-table1, .price-table-2 {
    background: rgba(234, 237, 246, 0.92) !important;
    border: 1px solid rgba(0, 0, 0, 0.125);
    padding: 60px;
    margin-bottom: 30px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.size-48 {
    font-size: 48px;
}

.price-table1 .price-title {
    margin-top: 40px !important;
    line-height: 32px;
    margin: 24px 0 16px;
    font-family: "Montserrat", sans-serif;
    margin-top: 0;
    text-transform: capitalize;
    letter-spacing: 0.5px;
}

.price-table1 p {
    margin-bottom: 40px;
    letter-spacing: 1px;
}

.overlay-light p {
    color: #1c1f26 !important;
}

.price-table1 .price-valor {
    border: 1px solid rgba(0, 0, 0, 0.08);
    display: inline-block;
    padding: 5px 15px;
    margin-bottom: 0;
}

.price-table1:hover, .price-table-2:hover, .price-table1 .active:hover, .price-table-2 .active:hover {
    -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.colored {
    background: #C94444 !important;
    color: #fff !important;
}

    .colored h4 {
        color: #fff !important;
    }

    .colored p {
        color: #fff !important;
    }

    .colored .price-valor {
        border: 1px solid #fff;
    }
/*pricing-table*/
/*footer*/
.prl-60 {
    padding-right: 60px !important;
    padding-left: 60px !important;
}

.bg-dark {
    background: #1C2025 !important;
    color: #fafafa;
}

.ptb-60 {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}

.prl-30 {
    padding-right: 30px !important;
    padding-left: 30px !important;
}

.uppercase {
    text-transform: uppercase !important;
    font-family: "Montserrat", sans-serif;
    margin: 0 0 10px -2px;
    padding: 0;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0;
    line-height: 1.5;
}

.color-four {
    color: #7c7c7c !important;
    margin: 0 0 20px;
    font-size: 13px;
    line-height: 24px;
    letter-spacing: 1px !important;
    font-weight: 400;
}

.mr-30 {
    margin-right: 30px !important;
}

.size-20 {
    font-size: 20px;
    line-height: 30px;
}

.bg-dark .t-border, .bg-dark .l-border, .bg-dark .b-border, .bg-dark .r-border, .bg-dark.t-border, .bg-dark.l-border, .bg-dark.b-border, .bg-dark.r-border {
    border-color: rgba(255, 255, 255, 0.08) !important;
}

.r-border {
    border-right: 1px solid rgba(0, 0, 0, 0.08) !important;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
}

.list-menu-footer li {
    padding: 4px 0 5px 4px;
}

    .list-menu-footer li a, .bg-dark .address li {
        color: #7c7c7c;
    }

    .list-menu-footer li a {
        letter-spacing: 1px;
        font-weight: 300;
    }

dark .address li {
    color: #7c7c7c;
    padding: 5px 0 5px 5px;
}

.icon-list {
    display: inline-block;
    width: 25px;
    text-align: left;
}

.bg-color *, .bg-dark *, .bg-four *, .bg-third * {
    color: #fafafa;
}

.t-border {
    border-top: 1px solid rgba(0, 0, 0, 0.08) !important;
}

.ptb-30 {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.color-four a:hover {
    color: #ddd !important;
}
/*//service-section css*/

/*about-3rd-section*/
.ss_fea_icon {
    display: inline-block;
    width: 90px;
    position: relative;
}

.land_feature {
    text-align: center;
    overflow: hidden;
    margin-bottom: 30px;
}

    .land_feature:hover .ss_fea_hover {
        transform: scale(1);
    }

.feature_svg {
    height: 90px;
    width: 90px;
    line-height: 90px;
    text-align: center;
    margin: auto;
    border: 2px solid #eee;
    border-radius: 100%;
}

    .feature_svg svg {
        fill: #FF2A44;
    }

.land_feature:hover .ss_fea_hover {
    transform: scale(1);
}

.ss_fea_hover {
    bottom: 0;
    position: absolute;
    width: 114%;
    height: 107%;
    top: 0;
    transform: scale(0);
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
}

    .ss_fea_hover span:first-child {
        top: -5px;
        left: 10px;
    }

    .ss_fea_hover span {
        background-color: #ff1d4d;
        display: inline-flex;
        width: 6px;
        height: 6px;
        border-radius: 100%;
        position: absolute;
        transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -ms-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
    }

        .ss_fea_hover span:nth-child(2) {
            top: 9px;
            right: 0;
        }

        .ss_fea_hover span:nth-child(3) {
            top: 0px;
            right: 9px;
            width: 3px;
            height: 3px;
            background-color: #ff1d4d7a;
        }

        .ss_fea_hover span:nth-child(4) {
            bottom: 8px;
            right: 2px;
        }

        .ss_fea_hover span:nth-child(5) {
            bottom: -11px;
            left: 36px;
        }

        .ss_fea_hover span:nth-child(6) {
            bottom: 18px;
            left: -4px;
        }

        .ss_fea_hover span:last-child {
            width: 3px;
            height: 3px;
            background-color: #ff1d4d7a;
            bottom: 9px;
            left: 3px;
        }

.ss_box_bg {
    background: rgba(20, 24, 32, 0.62);
    -webkit-box-shadow: 0 0 0 1px rgba(236, 236, 236, 0.04);
    box-shadow: 0 0 0 1px rgba(236, 236, 236, 0.04);
    text-align: center;
    padding: 30px 30px 45px 30px;
    margin-top: 15px;
    margin-bottom: 15px;
    transition-timing-function: ease-in-out;
    -ms-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-duration: 0.2s;
    -ms-transition-duration: 0.2s;
    -moz-transition-duration: 0.2s;
    -webkit-transition-duration: 0.2s;
}

.land_feature {
    text-align: center;
    overflow: hidden;
    margin-bottom: 30px;
}

    .land_feature h2 {
        margin-top: 25px;
        font-size: 21px;
        color: white;
    }

.process-wrapp li:first-child::before, .process-wrapp li:last-child::after {
    opacity: 0;
    visibility: hidden;
}

.process-wrapp li::before {
    left: 0;
}

.process-wrapp li::before, .process-wrapp li::after {
    height: 1px;
    top: 115px;
    background: rgba(255, 255, 255, .5);
    width: 30%;
    z-index: -1;
    margin: 0;
}

/*about2-2nd-section*/
.img-size img {
    width: 201px;
}

/*revision style css*/
.icon-scissors:before {
    content: "" !important;
}

.icon-cloud:before {
    content: "" !important;
}

.icon-layers:before {
    content: "" !important;
}

.icon-tools:before {
    content: "" !important;
}

.icon-adjustments:before {
    content: "" !important;
}

.icon-documents:before {
    content: "" !important;
}

.mb-69 {
    margin-bottom: 69px !important;
}

.pricing-item.active .light-p {
    color: #fff !important;
}

.pricing-item.active .price-value {
    color: #fff !important;
}

.btn-black {
    background: #333333;
    border: solid 1px #333333;
    color: #fff !important;
    padding: 0.595rem 1.75rem !important;
    border-radius: 0px !important;
}

    .btn-black:hover {
        background: #016696;
        border: solid 1px #016696;
        color: #fff;
    }

.btn-pdark {
    background: #333333 !important;
    border: solid 1px #333333 !important;
    color: #fff !important;
}

    .btn-pdark:hover {
        background: #016696 !important;
        border: solid 1px #016696 !important;
        color: #fff;
    }

.mt-51 {
    margin-top: 51px;
}
/*news*/
.style-default .card, .style-default .sidebar .widget, .style-default .content-box {
    -webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1) !important;
}

.card-row .card {
    height: 100%;
    margin-bottom: 0;
}

.tab-post .entry {
    margin-bottom: 20px;
}

.card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    overflow: hidden;
    border: 0px solid rgba(0,0,0,.125) !important;
    border-radius: 7px !important;
    -webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1) !important;
    box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1) !important;
}

.entry {
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
}

.card__img-holder {
    margin-right: 0 !important;
    margin-bottom: 0 !important;
}

.entry__img-holder {
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
}

.thumb-70 {
    padding-bottom: 70%;
}

.thumb-container {
    background-color: #f7f7f7;
    position: relative;
    overflow: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

    .thumb-container img {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 100%;
        min-height: 100%;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

.entry__img {
    width: 100%;
}

.entry__meta-category--violet {
    background-color: #3E3EDD;
}

.entry__meta-category--align-in-corner {
    position: absolute;
    left: 16px;
    bottom: 16px;
}

.entry__meta-category--label {
    font-size: 10px;
    background-color: #2D95E3;
    padding: 5px 10px;
    z-index: 2;
    color: #fff !important;
    margin-bottom: 0;
    display: inline-block;
    border-radius: 5px;
}

.entry__meta-category {
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    margin-bottom: 3px;
    font-weight: 700;
    color: #0098d0;
}

.card__body {
    background-color: #fff;
    padding: 24px 32px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.entry__title {
    font-size: 18px;
    line-height: 1.4;
    margin-top: 3px;
    margin-bottom: 5px;
    font-family: 'Open Sans', sans-serif;
}

.entry__title {
    color: #212529;
}

.entry__meta li {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    color: #83858F;
}

.entry__meta a {
    color: #2D95E3;
}

.entry__meta li:after {
    content: '-';
    display: inline-block;
    margin: 0 3px;
}

.entry__excerpt {
    margin-top: 16px;
}

    .entry__excerpt p {
        margin-bottom: 0;
        font-size: 16px;
        color: #54555E;
        font-weight: normal;
        line-height: 26px;
        margin: 0 0 10px;
    }

.style-rounded .card {
    border-radius: 5px;
}

.section-title {
    color: #1C2025;
    font-size: 28px;
    font-weight: 600;
    line-height: 0.9;
    text-transform: uppercase;
    margin: 0 0 15px -4px;
    letter-spacing: 2px;
    position: relative;
    font-family: "Khand", sans-serif;
}

hr {
    border-top: 2px solid #FF2A44;
    width: 40px;
    position: relative;
    margin: 1.3em auto 5.4em auto;
}
/*//news*/
.fixedmenu .social-icons li a {
    color: #333 !important;
}

.fixedmenu .social-icons li a {
    color: #333 !important;
}

.page-titles h3 {
    font-size: 38px !important;
    margin: 0 0 25px;
}

.padding_bottom {
    padding-bottom: 0px !important;
}

.padding_top_half {
    padding-top: 4.75rem !important;
}

.card [class*=card-header-]:not(.card-header-icon):not(.card-header-text):not(.card-header-image) {
    margin-top: 0px !important;
}

.pt-65 {
    padding-top: 65px;
}

.feature-mission {
    background: #f6f6f6;
}

.pb-100 {
    padding-bottom: 100px;
}

.about-img img {
    margin-bottom: 56px;
}
/*right-panel-of download page*/
.panel {
    margin-bottom: 20px;
    border-width: 0;
    color: #333;
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
    box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
}

.panel-flat > .panel-heading {
    background-color: #fff;
}

.panel-heading {
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    padding: 10px 15px;
}

.heading-elements:not(.visible-elements) .heading-text {
    display: flex;
}

.panel-flat > .panel-heading > .panel-title {
    margin-top: 2px;
    margin-bottom: 2px;
}

.panel-title {
    font-size: 16px;
}

.panel-title {
    position: relative;
    font-size: 13px;
}

.heading-elements {
    background-color: inherit;
    position: absolute;
    top: 64%;
    right: 20px;
    height: 38px;
    margin-top: -19px;
}

.panel-body {
    padding: 20px !important;
}

.panel-body {
    position: relative;
}

.media-list {
    padding-left: 0;
    list-style: none;
}

.media-body, .media-left, .media-right {
    position: relative;
}

.media-left, .media > .pull-left {
    padding-right: 20px;
}

.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn-icon.btn-sm, .input-group-sm > .input-group-btn > .btn-icon {
    padding: 9px 13px;
}

.btn-flat {
    border-width: 2px !important;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.border-primary {
    border-color: #2196f3;
}

.btn-icon {
    padding-left: 11px;
    padding-right: 11px;
}

.btn-rounded, .btn-rounded img, .btn-rounded.btn-labeled > b {
    border-radius: 100px !important;
}

.text-primary, .text-primary:focus, .text-primary:hover {
    color: #2196f3 !important;
}

.legitRipple {
    position: relative;
    overflow: hidden;
    z-index: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.media-body, .media-left, .media-right {
    position: relative;
}

.media, .media-body {
    overflow: hidden;
}

.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
}

.media-body {
    width: 10000px;
}

    .media-body a {
        color: #3c8dbc;
    }

.media {
    margin-top: 20px;
    position: relative;
}

.border-slate {
    border-color: #607d8b;
}

.img-xs {
    width: 32px !important;
    height: 32px !important;
}

.panel-footer {
    padding: 10px 0px !important;
    border-top: 1px solid #ddd;
}

.img-circle {
    border-radius: 50%;
}

.bg-blue {
    background-color: #333 !important;
    color: #fff;
    padding: 5px;
}

.media-body, .media-left, .media-right {
    position: relative;
}

.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: top;
}

.media-right, .media > .pull-right {
    padding-left: 10px;
}

.text-nowrap {
    white-space: nowrap;
}

.panel-footer > .heading-elements {
    position: static;
    margin-top: 0;
    padding-right: 20px;
}

.list-inline li {
    margin-right: 8px;
}
/*tabs-download-page*/
.filter-group {
    text-align: center;
    margin-bottom: 40px;
}

.nav.nav-tabs {
    border: none;
    text-align: center;
    margin-bottom: 30px;
}

.list-control {
    display: inline-block;
    border-radius: 30px;
    margin-bottom: 0;
    padding-left: 0;
}

    .list-control li {
        margin: 0 15px 10px;
        padding: 0px 0px 3px 0;
        border-radius: 30px;
        cursor: pointer;
        display: inherit;
        position: relative;
        color: #444;
        text-transform: uppercase;
        font-size: 14px;
        font-weight: 600;
        letter-spacing: 1px;
    }

.nav.nav-tabs li {
    margin-bottom: 0px;
    float: none;
    display: inline-block;
}

.nav.nav-tabs > li.active > a, .nav.nav-tabs > li.active > a:focus, .nav.nav-tabs > li.active > a:hover, .nav.nav-tabs > li a.active {
    border: none;
    border-bottom: 1.5px solid #C50908;
    color: #181616;
}

.nav.nav-tabs li a {
    border: none;
    line-height: normal;
    margin-right: 10px;
    border-radius: 90px;
    padding: 12px 30px;
    background: #f6f7f8;
    color: #353535;
}

span i {
    margin-right: 5px;
}

figure.snip0013 {
    position: relative;
    overflow: hidden;
    margin: 10px;
    min-width: 220px;
    max-width: 310px;
    max-height: 220px;
    width: 100%;
    background: #000000;
    text-align: center;
}

    figure.snip0013 img {
        max-width: 100%;
        opacity: 1;
        -webkit-transition: opacity 0.35s;
        transition: opacity 0.35s;
    }

    figure.snip0013 > div {
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        height: 100%;
        position: absolute;
    }

        figure.snip0013 > div a {
            color: #ffffff;
        }

            figure.snip0013 > div a i {
                font-size: 50px;
                opacity: 0;
                top: 50%;
                position: relative;
                -webkit-transform: translate3d(0, -50%, 0);
                transform: translate3d(0, -50%, 0);
                -webkit-transition-delay: 0s;
                transition-delay: 0s;
                display: inline-block;
            }

                figure.snip0013 > div a i.left-icon {
                    -webkit-transform: translate3d(0, -50%, 0);
                    transform: translate3d(0, -50%, 0);
                }

                figure.snip0013 > div a i.right-icon {
                    -webkit-transform: translate3d(0, -50%, 0);
                    transform: translate3d(0, -50%, 0);
                }

        figure.snip0013 > div::before {
            position: absolute;
            top: 30px;
            right: 50%;
            bottom: 30px;
            left: 50%;
            border-left: 1px solid rgba(255, 255, 255, 0.8);
            border-right: 1px solid rgba(255, 255, 255, 0.8);
            content: '';
            opacity: 0;
            background-color: #ffffff;
            -webkit-transition: all 0.4s;
            transition: all 0.4s;
            -webkit-transition-delay: 0.3s;
            transition-delay: 0.3s;
        }

    figure.snip0013:hover img {
        opacity: 0.35;
    }

    figure.snip0013:hover > div i {
        opacity: 0.9;
        -webkit-transition: 0.3s ease-in-out;
        transition: 0.3s ease-in-out;
        -webkit-transition-delay: 0.3s;
        transition-delay: 0.3s;
    }

        figure.snip0013:hover > div i.left-icon {
            -webkit-transform: translate3d(-25%, -50%, 0);
            transform: translate3d(-25%, -50%, 0);
        }

        figure.snip0013:hover > div i.right-icon {
            -webkit-transform: translate3d(25%, -50%, 0);
            transform: translate3d(25%, -50%, 0);
        }

    figure.snip0013:hover > div::before {
        background: rgba(255, 255, 255, 0);
        left: 30px;
        right: 30px;
        opacity: 1;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }

.transparent-bg .navbar-nav .nav-link {
    font-family: 'Hind', 'Arial', 'sans-serif', sans-serif !important;
    font-weight: normal !important;
    font-size: 11px !important;
    text-transform: uppercase !important;
    letter-spacing: 3px !important;
}

ul.social-icons li a::before, ul.social-icons-simple li a::before {
    background: #A91720 !important;
}
ul.social-icons li a:hover{
    color: #fff !important;
}
/*.navbar-nav .nav-item {
        margin-right: 14px !important;
    margin-left: 5px !important;
}*/
.navbar-nav .nav-link {
        margin: 16px 0.8rem !important;
                       }
.side-nav .navbar-nav .nav-item {
    display: block;
    margin: 0px 0 !important;
}
.owl-blog-item .owl-nav .owl-next, .owl-blog-item .owl-nav .owl-prev {
    font-size: 18px;
    margin: 5px;
    padding: 0px 30px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background: transparent !important;
    border: 2px solid #fff !important;
    color: #fff !important;
    position: unset;
    display: inline-flex;
    justify-content: center;
    -webkit-transition: 0.2s all;
    -moz-transition: 0.2s all;
    -o-transition: 0.2s all;
    transition: 0.2s all;
}
.owl-prev, .owl-next {
    height: 30px !important;
    width: 30px !important;
}
.owl-nav i {
    color: #fff !important;
    font-size: 20px !important;
    padding-top: 2px !important;
}
/*news-slider-css*/
.post-slide5{
    margin: 0 15px;
    transition: all 0.4s ease-in-out 0s;
    box-shadow: 0 1px 2px rgba(43,59,93,0.30);
    margin-bottom:2em;
}
.post-slide5 .post-img{
    position: relative;
    overflow: hidden;
    height: 217px;
}
      .btn-r-more{
            width: 86px;
margin-top: 13px;
color: #016696;
        }
.post-slide5 .post-img:before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0);
    transition: all 0.4s linear 0s;
}
.post-slide5:hover .post-img:before{
    background: rgba(0, 0, 0, 0.6);
}
.post-slide5 .post-img img{
    width: 100%;
    height: auto;
}
.post-slide5 .category {
    width: 20%;
    font-size: 16px;
    color: #fff;
    line-height: 11px;
    text-align: center;
    text-transform: capitalize;
    padding: 11px 0;
    background: #016696 ;
    position: absolute;
    bottom: 0;
    left: -50%;
    transition: all 0.5s ease-in-out 0s;
}
.post-slide5:hover .category{
    left: 0;
}
.post-slide5 .post-review{
    padding: 25px 20px;
    background: #fff;
    position: relative;
     height: 173px;
        overflow:hidden;
}
.post-slide5 .post-title{
    margin: 0;
}
.post-slide5 .post-title a{
    display: inline-block;
    font-size: 16px;
    color: #016696 ;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 25px;
    transition: all 0.30s linear 0s;
}
.post-slide5 .post-title a:hover{
    text-decoration: none;
    color: #555;
}
.post-slide5 .post-description{
    font-size: 15px;
    color: #555;
    line-height: 26px;
}
.post-review .post-bar{
    margin-top: 20px;
}
.post-bar span{
    display: inline-block;
    font-size: 14px;
}
.post-bar span i{
    margin-right: 5px;
    color: #999;
}
.post-bar span a{
    color: #999;
    text-transform: uppercase;
}
.post-bar span a:hover{
    text-decoration: none;
    color: #016696 ;
}
.post-bar span.comments{
    float: right;
}
@media only screen and (max-width: 359px) {
    .post-slide5 .category{ font-size: 13px; }
}
/*@media (min-width:320px) and (max-width: 900px) {
    .owl-carousel.owl-drag .owl-item {
        width: 322.797px !important;
    }
}*/
.social-icons {
    margin-right: 100px !important;
    margin-left:0px !important;
}
@media (min-width: 992px){
.navbar-expand-lg .navbar-collapse {
  flex-grow: initial !important;
}
 }
/*counter*/
.countdown {
    text-align: center;
    margin: 8rem auto;
    z-index: 1000;
}
.styled div {
    display: inline-block;
    font-size: 33px;
    font-weight: 900;
    text-align: center;
    margin: 0 1px;
    width: auto;
    padding: 0px 38px 53px;
    height: 90px;
    background: rgba(255, 255, 255, 0.0);
    text-shadow: none;
    vertical-align: middle;
    border-right: 1px solid rgba(255, 255, 255, 0.36);
    text-shadow: 2px 2px rgba(12, 11, 11, 0.56);
    color:#fff;
}
.styled div span {
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.36);
    padding-top: 14px;
    font-size: 19px;
    font-weight: 400;
    text-align: center;
}
.styled div:first-child {
    margin-left: 0;
}
.styled div:last-child {
    border: none;
}
.bluebg-color{
    background-color:#00ACED;
}
.bluebg-color p{
   color:#fff !important;
}
.blue-color{
    color:#333;
}
.meta-tags li a {
    color: #fff !important;
    font-size: 12px;
    font-weight: 600;
}
/*div-overlay*/
.content {
  position: relative;
  max-width: 400px;
  overflow: hidden;
}

.content .content-overlay {
  background: rgba(0,0,0,0.8);
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}

.content:hover .content-overlay{
  opacity: 1;
}

.content-image{
  width: 100%;
}

.content-details {
     position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 74%;
    top: 50%;
    left: 50%;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.content:hover .content-details{
    opacity: 1;
    border-left: 1px solid rgba(255, 255, 255, 0.8);
    border-right: 1px solid rgba(255, 255, 255, 0.8);
}
.content-details:before {
    -webkit-transition: all 0.3s ease-in-out !important;
    -o-transition: all 0.3s ease-in-out !important;
    transition: all 0.3s ease-in-out !important;
}

.content-details i{
  color: #fff;
  font-weight: 500;
  letter-spacing: 0.15em;
  margin-bottom: 0.5em;
  font-size:50px;
  text-transform: uppercase;
}

.content-details p{
  color: #fff;
  font-size: 0.8em;
}
.ml-108{
    margin-left:108px;
}
/*.fadeIn-bottom{
  top: 80%;
}*/
        /*scrolling-popup*/
        .show {
            display: block !important;
        }

        .popup {
            background: #f6f6f6;
            padding: 50px;
            position: fixed;
            display: none;
            bottom: 106px;
            right: 458px;
            z-index: 1000;
            top:180px;
            width: 500px;
            height:300px;
            box-shadow: 0 0px 15px rgba(0, 0, 0, 0.1);
        }

            .popup label {
                color: white;
                padding: 0 10px 0 0;
            }

            .popup input[type="email"] {
                padding: 8px;
                border-radius: 4px;
                border: none;
                outline: none;
            }

            .popup input[type="submit"] {
                background: white;
                border: none;
                font-size: 1em;
                padding: 8px;
                border-radius: 4px;
                margin-left: 10px;
            }
            .deleteMeetingClose {
    font-size: 1.5em;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 5px;
}
                @media (min-width:600px) and (max-width:850px) {
            .pricing-item {
                height: 359px !important;
            }

                .pricing-item.active {
                    height: 359px !important;
                }

                .pricing-item .bottom30 {
                    margin-bottom: 0px;
                }post-slide5 .post-review

                .pricing-item.active .button {
                    top: 93%;
                }
        }
         @media (min-width:851px) and (max-width:992px) {
            .pricing-item.active {
                height: 437px !important;
            }
        }
        @media (min-width:993px) and (max-width:1000px) {
            .pricing-item.active {
                height: 456px !important;
            }
        }
/*tabs*/

.custom-tab-1 .nav-tabs > li.active > a {
    border-bottom: 3px solid #016696 !important;
}

.custom-tab-1 .nav-tabs > li.active > a {
    border-bottom: 3px solid #016696 !important;
    color: #016696 !important;
    background-color: #fff !important;
}

.custom-tab-1 .nav-tabs > li > a {
    background: transparent;
    border: none;
    line-height: normal;
        margin-right: 10px;
    border-radius: 90px !important;
    padding: 11px 27px !important;
    background: #f6f7f8 !important;
}
    .custom-tab-1 .nav-tabs > li > a:hover {
        background: #f6f7f8 !important;
        color: #212121;
        border-bottom: 3px solid #016696 !important;
        color: #016696 !important;
    }
     .custom-tab-1 .nav-tabs > li {
             margin-bottom:10px;
        }
       .custom-tab-1 .nav-tabs > li.active > a {
            border-bottom: 0px solid #016696 !important;
        }
       .custom-tab-1 .nav-tabs > li.active > a {
            border-bottom: 3px solid #016696 !important;
            color: #016696 !important;
            background-color: #fff !important;
        }
       
.our-mission {
padding-top: 105px;
padding-bottom: 85px;
}
.mt-15 {
margin-top: 12px;
}


.flex-news {
display: flex;
flex-direction: row;
padding-left: 10px;

}
.news-title {
flex:2;
margin-right:20px;
}