
* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
}

html,
body {
    font-size: 14px;
    color: #2d3663;
    font-family: 'Raleway', sans-serif;
    vertical-align: baseline;
    line-height: 1.7;
    font-weight: 400;
    overflow-x: hidden;
}

a:focus {
    outline: 0px solid;
}

img {
    max-width: 100%;
    height: auto;
}

p {
    margin: 0 0 25px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 20px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    color: #041331;
}

h1 {
    font-size: 32px;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 16px;
}

a {
    transition: all 0.5s ease-out;
    text-decoration: none;
    color: #041331
}

    a:active,
    a:hover {
        outline: 0 none;
        color: #041331;
        text-decoration: none
    }

ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
}

::-moz-selection {
    background: #2196f3;
    text-shadow: none;
    color: #fff
}

::selection {
    background: #2196f3;
    text-shadow: none;
    color: #fff
}

textarea:focus, input:focus {
    outline: none;
}

.pt-170 {
    padding-top: 170px
}

.pt-120 {
    padding-top: 120px
}

.pt-100 {
    padding-top: 100px
}

.pt-90 {
    padding-top: 90px
}

.pt-60 {
    padding-top: 60px
}

.pt-160 {
    padding-top: 160px
}

.pb-100 {
    padding-bottom: 100px
}

.pb-80 {
    padding-bottom: 80px
}

.pb-50 {
    padding-bottom: 50px
}

.pb-60 {
    padding-bottom: 60px
}

.bg-color {
    background: #fbfbfb
}

.no-padding-left {
    padding-left: 0px
}

.no-padding-right {
    padding-right: 0px
}

.margin-top-50 {
    margin-top: 50px
}

.bg-gray {
    background: #faf9f7
}

.bg-light-gray {
    background: #f5f5f5
}

.img-fluid {
    width: 100%;
    margin-bottom: 30px;
}

.pd-right-10 {
    padding-right: 10px;
}

.pd-left-10 {
    padding-left: 10px;
}
/*
1.Preloader
============================*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 9999999;
    right: 0;
    bottom: 0;
}

#preloader-status {
    height: 210px;
    width: 210px;
    background: url(../img/preloader.gif);
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;
    position: absolute;
    left: 50%;
    top: 50%;
}


/*
2.Scrollup
==============*/
#scrollUp {
    background: #f22f9a none repeat scroll 0 0;
    border-radius: 100%;
    bottom: 5px;
    color: #fff;
    font-size: 16px;
    height: 40px;
    right: 20px;
    text-align: center;
    text-decoration: none;
    width: 40px;
}

    #scrollUp:hover {
        opacity: 1;
        color: #fff !important;
        background: #c9c00;
    }

    #scrollUp i {
        display: block;
        font-weight: bold;
        padding-top: 11px;
    }
/*
3.Header Top
============================*/
.header-top {
    padding: 24px 0;
}

.info-intro:first-child {
    padding-left: 0px;
}

.contact-intro-inner {
    padding-left: 0;
}

.contact-intro {
    text-align: right;
    margin-top: 6px;
}

.info-intro {
    display: inline-block;
    padding-left: 30px;
}

.info-text h5 {
    font-size: 15px;
    margin-bottom: 0;
    text-align: left;
    text-transform: capitalize;
    color: #2d3663;
    font-weight: 800;
    font-family: 'Raleway', sans-serif;
}

.info-icon {
    display: inline-block;
    float: left;
    font-size: 34px;
    color: #8bc0df;
    line-height: 0;
}

.info-text {
    padding-left: 46px;
    text-align: left;
}

    .info-text a, .info-text span {
        font-size: 14px;
        color: #b7b7b7;
        text-transform: capitalize;
        font-weight: 500;
        font-family: 'Raleway', sans-serif;
    }
/*
4.Menu  Section
=================*/
.nav-menu-area {
    padding-right: 0;
}

.menu {
    display: inline-block;
    position: relative;
}

.main-menu ul {
    margin: 0;
    padding: 0;
    position: relative;
}

    .main-menu ul li {
        display: inline-block;
        position: relative;
    }

        .main-menu ul li.active > a {
            position: relative;
            color: #fff;
            z-index: 2;
        }

            .main-menu ul li.active > a::before {
                position: absolute;
                content: "";
                width: 100%;
                height: 33px;
                background: #2d3663;
                z-index: -1;
                left: 0;
                top: 50%;
                transform: translateY(-50%);
            }

        .main-menu ul li a {
            display: block;
            font-size: 14px;
            padding: 10px 12px;
            text-decoration: none;
            text-transform: uppercase;
            transition: all 0.4s ease 0s;
            position: relative;
            color: #2d3663;
            font-family: 'Raleway', sans-serif;
            font-weight: 900;
            line-height: 50px;
        }

        .main-menu ul li ul:hover .main-menu ul li a {
            background: #fafafa;
        }

        .main-menu ul li a:hover {
            transition: all 0.4s 0s ease;
            color: #f22f9a
        }

    .main-menu ul ul {
        background: #fff none repeat scroll 0 0;
        left: 12px;
        opacity: 0;
        position: absolute;
        text-align: left;
        top: 100px;
        transition: all 0.4s ease 0s;
        visibility: hidden;
        z-index: 99999;
        transition: all 0.3s ease 0s;
        border-top: 2px solid #f22f9a;
        box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
        padding: 20px 0;
    }

        .main-menu ul ul li {
            float: none;
            width: 220px;
        }

            .main-menu ul ul li ul {
                visibility: hidden !important;
                opacity: 0;
            }

            .main-menu ul ul li i {
                float: right;
            }

            .main-menu ul ul li:hover ul {
                visibility: visible !important;
                top: -1px;
                transition: all 0.3s ease 0s;
                opacity: 1;
            }

            .main-menu ul ul li a {
                line-height: 120%;
                padding: 10px 20px;
                color: #041331;
                font-size: 14px;
            }

                .main-menu ul ul li a:hover {
                    color: #fff;
                    background: #f22f9a;
                }

        .main-menu ul ul ul {
            left: 100%;
            transition: all 0.3s ease 0s;
            opacity: 1;
            border-top: 0px;
            border-top: 2px solid #f22f9a;
        }

    .main-menu ul li:hover ul {
        visibility: visible;
        transition: all 0.4s ease 0s;
        opacity: 1;
        top: 72px;
    }

.animation {
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes slideUpIn {
    0% {
        -webkit-transform: translateY(40px);
    }

    100% {
        -webkit-transform: translateY(0);
    }

    0% {
        -webkit-transform: translateY(40px);
    }
}

@keyframes slideUpIn {
    0% {
        transform: translateY(40px);
    }

    100% {
        transform: translateY(0);
    }

    0% {
        transform: translateY(40px);
    }
}

.slideUpIn {
    -webkit-animation-name: slideUpIn;
    animation-name: slideUpIn;
}

.menu-nav-sec.sticky_menu {
    left: 0;
    right: 0;
    top: 0;
    position: fixed;
    z-index: 9999;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.25);
    background-color: #fff
}

    .menu-nav-sec.sticky_menu .menu-area {
        background: inherit;
    }

        .menu-nav-sec.sticky_menu .menu-area .main-menu ul li a {
            color: #041331;
        }

        .menu-nav-sec.sticky_menu .menu-area .main-menu ul li ul li a {
            color: #041331 !important;
        }

.home-v2 .menu-area .main-menu ul li ul li a,
.home-v3 .menu-area .main-menu ul li ul li a {
    color: #041331 !important;
}

    .home-v2 .menu-area .main-menu ul li ul li a:hover,
    .home-v3 .menu-area .main-menu ul li ul li a:hover {
        color: #fff !important;
    }

.menu-nav-sec.sticky_menu .menu-area .main-menu ul li.active a {
    color: #fff;
}

.menu-nav-sec.sticky_menu .menu-area .main-menu ul li ul li a:hover {
    color: #fff !important;
}

.menu-nav-sec.sticky_menu .menu-area .main-menu ul li a:hover {
    color: #f22f9a;
}

.menu-nav-sec.sticky_menu .menu-area .site-search i {
    color: #041331;
}

.mobile-logo {
    display: none;
}
/*Menu Sidebar*/
.menu-sidebar-sec {
    padding-left: 0;
    text-align: right
}

.menubarContent {
    background: #2d3663;
    list-style: none;
    margin: 0;
    position: fixed;
    right: 0;
    overflow-y: auto;
    float: none;
    width: 370px;
    height: 100vh;
    top: 0;
    padding: 30px 30px 0;
    z-index: 9999999;
    -moz-transition: transform .4s ease;
    transition: transform .4s ease;
    text-align: left;
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    transform: translateX(100%);
    -ms-transition: transform .4s ease;
    -webkit-transition: transform .4s ease;
}

.close-button {
    width: 40px;
    height: 40px;
    border: 2px solid #fff;
    display: inline-block;
    border-radius: 100%;
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    line-height: 36px;
    float: right;
    margin-top: 4px;
}

.menu-sidebar-about {
    color: #fff;
    font-size: 16px;
    margin-top: 40px;
}

.menu-sidebar-contact-wedget h2 {
    color: #fff;
    font-weight: 800;
    margin-bottom: 20px;
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase;
}

.menu-sidebar-contact-wedget p {
    color: #fff;
}

.menu-sidebar-contact-wedget h2::after {
    position: absolute;
    content: "";
    height: 1px;
    width: 35px;
    background: #086475;
    left: 0;
    bottom: -1px;
}

.menu-sidebar-contact-wedget h2::before {
    position: absolute;
    content: "";
    height: 2px;
    width: 35px;
    background: #03a3c7;
    left: 0;
    bottom: 0;
}

.menu-sidebar-sococial.footer-social-profile {
    text-align: left;
    margin-top: 40px;
}
/*Menu Right Nav*/
.search-bar-icon,
.booking-btn,
.menu-sidebar {
    display: inline-block;
}

    .booking-btn a {
        padding: 24px 26px;
        background: #2d3663;
        display: inline-block;
        color: #fff;
        font-weight: 800;
        text-transform: uppercase;
        margin: 0px 16px;
        font-family: 'Raleway', sans-serif;
    }

        .booking-btn a:hover {
            background: #f22f9a;
        }
/*
5.Slider Section
======================*/
.slider {
    position: relative;
}

.all-slide .owl-item {
    height: 100vh;
}

.all-slide .single-slide {
    background-position: center center;
    background-size: cover;
    height: 100%;
    background-repeat: no-repeat;
}

.slider-text {
    left: 0%;
    position: relative;
    right: 0;
    top: 55%;
    transform: translateY(-50%);
    z-index: 2;
    width: 1170px;
    padding: 30px 15px;
    margin: 0px auto;
    overflow: hidden;
}

.slider-wraper {
    display: inline-block;
    width: 590px;
    height: 590px;
    background: #f22f9a;
    border-radius: 100%;
    position: relative;
}

    .slider-wraper::before {
        position: absolute;
        content: "";
        background: rgba(52, 150, 217, 0.65);
        width: 100%;
        height: 100%;
        right: -51px;
        border-radius: 100%;
        top: 15px;
    }

.slider-wraper-middle {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: 0px auto;
    text-align: center;
    transform: translateY(-50%);
}

.slider-wraper span {
    color: #fff;
    font-size: 14px;
    font-weight: 800;
    font-family: 'Raleway', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 16px;
    display: inline-block;
    width: 100%;
}

.slider-text h1 {
    color: #fff;
    font-size: 46px;
    text-transform: uppercase;
    transition: all 0.2s ease 0s;
    font-weight: bold;
    margin-bottom: 10px;
}

    .slider-text h1 span {
        color: #f22f9a
    }

.slider-text p {
    color: #fff;
}

.slider-text ul {
    margin-top: 20px;
}

.slider-text li {
    display: inline-block;
    margin-right: 10px;
}

    .slider-text li a {
        padding: 20px 33px;
        display: inline-block;
        background: #2d3663;
        color: #fff;
        position: relative;
        font-family: 'Raleway', sans-serif;
        font-weight: 800;
        font-size: 20px;
        border-radius: 50px;
    }

        .slider-text li a i {
            font-size: 26px;
            margin-right: 10px;
        }

.all-slide .owl-controls .owl-buttons div {
    background: none;
    opacity: 1.00;
}

.all-slide .owl-controls .owl-prev {
    left: 10px;
    position: absolute;
}

.all-slide .owl-controls .owl-next {
    right: 10px;
    position: absolute;
}

    .all-slide .owl-controls .owl-prev i, .all-slide .owl-controls .owl-next i {
        background: transparent;
        color: #fff;
        font-size: 25px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        transition: all 0.5s ease-out 0s;
        width: 50px;
        border: 1px solid #fff;
    }

        .all-slide .owl-controls .owl-next i:hover {
            transition: all 0.5s ease-out 0s;
            color: #f22f9a;
            border-color: #f22f9a
        }

        .all-slide .owl-controls .owl-prev i:hover {
            transition: all 0.5s ease-out 0s;
            color: #f22f9a;
            border-color: #f22f9a
        }

.all-slide.owl-theme .owl-controls .owl-dots {
    position: absolute;
    width: 1170px;
    z-index: 99;
    margin: 0px auto;
    text-align: left;
    left: 0;
    right: 0;
    bottom: 40px;
    padding-left: 15px;
}

.all-slide.owl-theme .owl-dots .owl-dot {
    background: #fff;
    height: 17px;
    margin: 5px;
    width: 17px;
    display: inline-block;
}

.all-slide.owl-carousel.owl-theme .owl-dot.active {
    background: #2d3663;
}

/*
6.About Us Section
======================*/
.about-inner {
    background: #2d3663;
    border-radius: 10px;
    padding: 46px 38px;
}

.about-sec {
    position: relative;
}

.group-title {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 40px;
}

    .group-title h1 {
        font-size: 200px;
        text-transform: uppercase;
        font-weight: 800;
        color: #f7f7f7;
    }

.about-desc {
    border-right: 1px solid #424a73;
    padding-right: 30px;
}

.about-banner {
    text-align: center;
}

.office-time {
    padding-right: 170px;
}

.about-desc,
.office-time {
    color: #fff;
}

    .about-desc h2,
    .office-time h2 {
        font-size: 24px;
        color: #fff;
        font-weight: 800;
    }

        .about-desc h2 span,
        .office-time h2 span {
            color: #f22f9a;
            font-size: 32px;
            margin-right: 12px;
        }

.about-short-text p {
    font-size: 18px;
    color: #ffffff;
    font-style: italic;
}

.about-short-text a {
    color: #f22f9a;
    border-bottom: 1px solid #f22f9a;
}

.about-readmore {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border-bottom: 1px solid #fff;
}

.office-time ul li {
    display: inline-block;
    width: 100%;
    font-weight: 600;
}

    .office-time ul li span {
        float: right;
    }

/*
7.Title Section
======================*/
.sec-title h1 {
    color: #2d3663;
    font-weight: 800;
    text-transform: capitalize;
    margin-bottom: 15px;
    font-size: 35px;
}

    .sec-title h1 span {
        color: #f22f9a;
    }

.border-height {
    width: 5px;
    height: 30px;
    background: #f22f9a;
    margin-bottom: 15px;
}

.sec-border-height {
    width: 5px;
    height: 30px;
    background: #f22f9a;
    text-align: center;
    margin: 0px auto;
    margin-bottom: 15px;
}

.sec-sub-title {
    font-weight: 800;
    color: #2d3663;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 4px;
}
/*
8.Doctor Feature Section
======================*/
.feature-sec {
    position: relative;
}

.feature-banner {
    position: absolute;
    top: 0;
    height: 100%;
}

    .feature-banner img {
        margin-top: 66px;
    }

.department-sec-title {
    background-image: url('../img/department-sec-img.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 70px 0px;
    position: relative;
}

.department-sec-title-overlay {
    position: absolute;
    content: "";
    background-color: rgba(255, 255, 255, 0.87);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.doctor-feature {
    padding: 24px 30px;
    box-shadow: 0 0 20px 3px #fafafa;
    margin-bottom: 30px;
    position: relative;
}

    .doctor-feature::before {
        position: absolute;
        content: "";
        width: 3px;
        height: 0px;
        background: #f22f9a;
        left: 0;
        top: 30px;
        transition: all 0.4s ease 0s;
    }

    .doctor-feature:hover.doctor-feature::before {
        transition: all 0.4s ease 0s;
        height: 100px;
    }

    .doctor-feature:hover.doctor-feature i {
        color: #f22f9a;
        transition: all 0.4s ease 0s;
    }

    .doctor-feature i {
        font-size: 36px;
        margin-bottom: 20px;
        display: inline-block;
        transition: all 0.4s ease 0s;
    }

    .doctor-feature h2 {
        margin-bottom: 10px;
        line-height: 24px;
    }

        .doctor-feature h2 a {
            color: #2d3663;
            font-weight: 800;
            font-size: 18px;
            font-family: 'Montserrat', sans-serif;
        }

    .doctor-feature p {
        margin-bottom: 0px;
    }
/*
9.Counter Up Section
======================*/
.counter-up-sec {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

    .counter-up-sec .row div[class*="col-md-"] {
        padding: 0;
        margin: 0;
    }

.single-counter {
    display: inline-block;
    width: 50%;
    float: left;
    padding: 20px 0;
}

.single-counter-inner {
    display: block;
}

.single-counter:last-child {
    padding-right: 0px;
}

.counter-number {
    display: block;
    text-align: center;
}

.counter-up-sec h3 {
    display: inline-block;
    font-size: 25px;
    padding-top: 60px;
    color: #2d3663;
    text-transform: uppercase;
}

.counter-number h1 {
    font-size: 65px;
    color: #f22f9a;
    margin-bottom: 0px;
    text-align: center !important;
}

.counter-text {
    text-align: center;
}

.single-counter {
    display: inline-block;
}

.counter-text h2 {
    margin-bottom: 10px;
    color: #2d3663;
    font-size: 24px;
    padding: 0;
    font-family: 'Raleway', sans-serif;
}
/*
10.Department Section
======================*/
.shorttitle {
    display: none;
}

.department-tab-content {
    padding: 60px 40px;
    background: #f5f5f5;
    border-radius: 6px;
}

.department-tab-list {
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #ddd;
    margin-bottom: 30px;
}

    .department-tab-list li {
        display: inline-block;
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 600;
        color: #2d3663;
        position: relative;
        width: 100%;
    }

        .department-tab-list li.active a {
            color: #fff;
            background: #2d3663;
            border-bottom: 0;
        }

        .department-tab-list li a {
            padding: 20px 20px;
            display: inline-block;
            border-bottom: 1px dashed #d2d2d2;
            width: 100%;
            border-radius: 6px;
            margin-bottom: 1px;
            font-size: 18px;
            font-weight: 600;
        }

            .department-tab-list li a i {
                font-size: 24px;
                margin-right: 20px;
            }

            .department-tab-list li a img {
                margin-right: 16px;
            }

.tab-content-text h2 {
    font-size: 24px;
    font-weight: 800;
    color: #2d3663;
    text-transform: capitalize;
    font-family: 'Raleway', sans-serif;
}

.tab-content-text h4 {
    color: #2d3663;
    font-size: 16px;
    text-transform: capitalize;
    font-family: 'Raleway', sans-serif;
    line-height: 1.5;
    font-weight: 800;
}

.readmore-btn {
    padding: 15px 34px;
    display: inline-block;
    background: #2d3663;
    color: #fff;
    position: relative;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 14px;
    border-radius: 50px;
}

    .readmore-btn i {
        font-size: 24px;
        position: relative;
        top: 3px;
        margin-right: 5px;
    }

    .readmore-btn:hover {
        background: #f22f9a;
        color: #fff;
    }

.department-tab .mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    background-color: #2d3663;
    background-color: rgba(45,54,99,.95);
}
/*
11.Skill Progress Section
=========================*/
.skill-and-accordion-sec {
    padding-top: 60px;
    padding-bottom: 100px;
}

.progress-inner {
    margin: 0 0 12px;
    overflow: hidden;
}

.progress-inner-item {
    position: relative;
    margin: 0;
}

.skill-title {
    z-index: 100;
    color: #2d3663;
    font-size: 18px;
    font-weight: 800;
    font-family: 'Raleway', sans-serif;
}

.progressbar-number {
    width: 100%;
    z-index: 10;
}

.progress-number-count {
    background-color: #6bb1e1;
    padding: 0 8px;
    position: absolute;
    bottom: -40px;
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.progressbar-number,
.progress-number-count {
    font-size: 18px;
    line-height: 40px;
    height: 40px;
    letter-spacing: 0px;
    font-weight: 800;
    text-transform: none;
    color: #fff
}

.progress-content-outter {
    height: 40px;
    background-color: #eeeeee;
}

.progress-content {
    height: 40px;
    background-color: #2d3663;
    width: 0%;
}
/*
12.FAQ Section
=========================*/
.faq-sec .panel {
    border: none;
    border-radius: 0;
    -webkit-box-shadow: 0;
    box-shadow: 0 1px 1px rgba(0,0,0,.0);
    background: transparent;
}

.faq-sec .panel-group .panel + .panel {
    margin-top: 0;
}

.faq-sec .panel-content {
    border: 1px solid #c0e8f1;
    padding: 30px;
    display: inline-block;
    width: 100%;
}

.faq-sec .panel-heading a {
    margin-bottom: 0px;
    padding: 18px 30px;
    border: 1px solid #c0e8f1;
    border-radius: 0;
    background: transparent;
    width: 100%;
    display: inline-block;
    text-transform: uppercase;
    color: #2d3663;
    font-weight: 800;
    font-size: 14px;
    background: #ffffff;
    text-decoration: none;
    position: relative;
    font-family: 'Raleway', sans-serif;
    background: #f2f7f9;
    line-height: 1.6;
}

.faq-sec .panel-group .panel-heading.active h4 a {
    background: #2d3663;
    color: #fff;
}

.faq-sec .panel-title a::before {
    float: right !important;
    font-family: FontAwesome;
    content: "\f067";
    color: #f22f9a;
    font-weight: bold;
    font-size: 18px;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    text-align: center;
    line-height: 20px;
}

.faq-sec .panel-group .panel-heading.active h4 a::before {
    float: right !important;
    font-family: FontAwesome;
    content: "\f068";
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    width: 24px;
    height: 24px;
    border-radius: 100%;
    text-align: center;
    line-height: 24px;
}

.faq-sec .panel-group .panel-heading.active h4 a::after {
    width: 1px;
    height: 100%;
    background: #22517c;
    right: 85px;
    position: absolute;
    content: "";
    top: 0;
}

.faq-sec .panel-group .panel-heading h4 a::after {
    width: 1px;
    height: 100%;
    background: #c0e8f1;
    right: 85px;
    position: absolute;
    content: "";
    top: 0;
}

.faq-sec.faq-page-sec {
    overflow: visible;
    padding: 0;
    background: none;
}

.faq-sec .panel-group .panel-heading {
    border-bottom: 0;
    padding: 0px 0px;
}

.accordion-right-text p {
    margin-bottom: 0;
}

.accordion-left-img {
    float: left;
    border: 3px solid #c0e8f1;
}

.accordion-right-text {
    padding-left: 160px;
}
/* 12.1-----------------about-dos-----------------*/
.about-btn {
    margin-top: 60px;
    text-align: center;
}

    .about-btn a {
        color: #fff;
        font-weight: 800;
        text-transform: uppercase;
        padding: 22px 60px;
        background: #2d3663;
        border-left: 20px solid #f22f9a;
        border-right: 20px solid #f22f9a;
        border-radius: 30px;
        transition: .8s;
    }

        .about-btn a:hover {
            background-color: #f22f9a;
            color: #fff;
        }

.about-dos, .about-donts {
    margin-top: 30px;
}

    .about-dos span {
        background-color: #2d3663;
        color: #fafafa;
        padding: 9px 30px;
        font-size: 18px;
        font-weight: 700;
        border-left: 20px solid #f22f9a;
    }

.about-dos1 {
    padding-top: 20px;
}

    .about-dos1 img {
        border-radius: 50%;
        margin: 0px auto;
        display: block;
    }

.img-round {
    width: 95px;
    height: 95px;
    border: 2px solid #f22f9a;
    border-radius: 50%;
    margin: 0px auto;
    padding-top: 8px;
}

.about-dos1 h4 {
    text-align: center;
    padding-top: 5px;
    font-size: 12px;
    color: #f22f9a;
    margin: 0;
}

.mpzero1 {
    margin: 0;
    padding: 0;
}
/*
13.News Letter Section 
======================*/
.newsletter-sec {
    padding: 50px 0;
    background: #2d3663;
}

.newsletter-icon i {
    font-size: 72px;
    color: #fff;
}

.newsletter-icon {
    float: left;
    margin-top: 20px;
}

.newsletter-text {
    padding-left: 100px;
}

    .newsletter-text span {
        color: #6bb1e1;
        font-size: 12px;
        letter-spacing: 10px;
        font-weight: 800;
    }

    .newsletter-text h1 {
        font-size: 30px;
        font-weight: 800;
        color: #fff;
        line-height: 42px;
    }

.newsletter-form {
    margin-top: 30px;
}

    .newsletter-form form input[type="email"] {
        padding: 15px 165px 15px 34px;
        background: #47ccc8;
        border-radius: 50px;
        font-weight: 500;
        color: #747993;
        width: 100%;
    }

    .newsletter-form form {
        position: relative;
    }

        .newsletter-form form button {
            padding: 15px 30px;
            background: #232949;
            color: #fff;
            font-weight: 500;
            border-radius: 50px;
            position: absolute;
            right: -4px;
            top: 0;
        }

    .newsletter-form button i {
        font-size: 24px;
        margin-right: 8px;
        position: relative;
        top: 3px;
    }
/*
14.Why Choose Us Section 
======================*/
.why-choose-us-sec {
    position: relative;
}

.why-us-subtitle,
.feature-service-v3-subtitle {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 800;
    margin-bottom: 10px;
    display: inline-block;
    position: relative;
    color: #2d3663;
    letter-spacing: 6px;
}

.why-choose-v1-title h1,
.feature-service-v3-title h1 {
    color: #2d3663;
    font-size: 36px;
    font-weight: 800;
    line-height: 47px;
    margin-bottom: 4px;
}

.why-choose-v1-title h2,
.feature-service-v3-title h2 {
    font-size: 36px;
    color: #f22f9a;
}

.why-choose-v1-title h2 {
    font-weight: 300;
}

.why-choose-v1-title p {
    font-weight: 500;
    font-size: 16px;
}

.feature-service-v3-title {
    text-align: center;
}

    .feature-service-v3-title p {
        font-weight: 600;
        font-size: 16px;
        color: #;
    }

.why-choose-v1-single {
    margin: 20px 0;
    color: #2d3663;
}

    .why-choose-v1-single .icon {
        width: 60px;
        height: 60px;
        margin-right: 10px;
        text-align: center;
        line-height: 60px;
        font-size: 28px;
        border-radius: 100%;
        position: relative;
        border: 2px solid #f3f3f3;
        background: #fff;
        color: #f22f9a
    }

        .why-choose-v1-single .icon img {
            width: 40px;
            padding: 8px 0;
        }

    .why-choose-v1-single .media {
        overflow: visible;
    }

    .why-choose-v1-single:nth-child(1) .icon {
        color: #f22f9a
    }

    .why-choose-v1-single:nth-child(2) .icon {
        color: #fd5e80
    }

    .why-choose-v1-single:nth-child(3) .icon {
        color: #ffd041
    }

    .why-choose-v1-single .media-left {
        position: relative;
    }

        .why-choose-v1-single .media-left::before {
            width: 1px;
            height: 170px;
            position: absolute;
            content: "";
            top: 0;
            left: 30px;
            border-left: 2px solid #f3f3f3;
            transition: all 0.4s ease 0s;
        }

    .why-choose-v1-single:last-child .media-left:before {
        display: none;
    }

    .why-choose-v1-single .media-body h2 {
        font-size: 16px;
        margin-bottom: 10px;
        text-transform: capitalize;
        color: #2d3663;
        font-weight: 800;
        font-family: 'Raleway', sans-serif;
    }

/*
15.Project Section 
======================*/
.single-gallery {
    position: relative;
    overflow: hidden;
}

    .single-gallery > img {
        width: 100% !important;
    }

.single-gallery-overlay a img {
    position: absolute;
    right: 0;
    top: 20px;
    right: 30px;
    transform: scale(0);
    transition: all 0.4s ease 0s;
}

.single-gallery:hover .single-gallery-overlay a img {
    transform: scale(1);
    transition: all 0.4s ease 0s;
}

.single-gallery img {
    transform: scale(1);
    transition: all 0.4s ease 0s;
}

.single-gallery:hover.single-gallery img {
    transform: scale(1.2);
    transition: all 0.4s ease 0s;
}

.single-gallery-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transition: all 0.4s ease 0s;
    border: 10px solid rgba(0, 0, 0, 0.0);
}

    .single-gallery-overlay::before {
        position: absolute;
        top: 0;
        content: "";
        height: 0%;
        width: 100%;
        background-color: rgba(45,54,99, 0.95);
        transition: all 0.4s ease 0s;
    }

.single-gallery:hover .single-gallery-overlay::before {
    height: 100%;
    transition: all 0.4s ease 0s;
}

.single-gallery-text {
    position: absolute;
    top: 50%;
    width: 100%;
    padding: 0px 20px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.4s ease 0s;
    transform: translateY(-50%);
}

    .single-gallery-text h2 {
        margin-bottom: 10px;
    }

        .single-gallery-text h2 a {
            color: #ffffff;
            font-size: 22px;
            font-weight: 800;
            text-transform: uppercase;
        }

    .single-gallery-text span {
        color: #b7b7b7;
        font-size: 14px;
        text-transform: uppercase;
    }

.single-gallery:hover .single-gallery-text {
    visibility: visible;
    opacity: 1;
    transition: all 0.4s ease 0s;
}

.medical-project .owl-item img {
    width: auto;
}

.single-gallery-icon i {
    font-size: 46px;
    color: #f22f9a;
}

.single-gallery-icon {
    float: left;
}

.single-gallery-text-inner {
    padding-left: 60px;
}

/*
16.Team Section 
======================*/
.single-team-inner {
    text-align: center;
    display: inline-block;
    margin: 0px auto;
}

.single-team {
    margin: 0px auto;
    text-align: center;
    display: inline-block;
    margin-bottom: 35px;
}

.single-team-img {
    width: 350px;
    height: 350px;
    border-radius: 100%;
    border: 5px solid #c0e8f1;
    overflow: hidden;
    position: relative;
}

.team-overlay {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
}

.team-overlay-text {
    position: absolute;
    bottom: -100%;
    width: 100%;
    padding-top: 50px;
    background-color: rgba(45,54,99, 0.95);
    text-align: center;
    padding-bottom: 60px;
    transition: all 0.4s ease 0s;
}

.single-team:hover .team-overlay-text {
    transition: all 0.4s ease 0s;
    bottom: 0;
}

.team-overlay-text h2 {
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 800;
    margin-bottom: 10px;
}

.team-overlay-text span {
    color: #f22f9a;
}

.all-team-button {
    text-align: center;
}

.team-tab li {
    display: inline-block;
}

    .team-tab li.active .team-tab-icon {
        background: #f22f9a;
        color: #fff;
        transition: all 0.4s ease 0s;
    }

    .team-tab li.active .team-tab-title {
        color: #f22f9a;
        transition: all 0.4s ease 0s;
    }

.team-tab-icon {
    display: inline-block;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: #0f1934;
    line-height: 50px;
    cursor: pointer;
    margin-bottom: 16px;
    transition: all 0.4s ease 0s;
}

.team-tab-title {
    display: inline-block;
    width: 100%;
    color: #2d3663;
    text-transform: uppercase;
    font-size: 14px;
    transition: all 0.4s ease 0s;
    cursor: pointer;
    font-weight: 600;
}

.team-tab {
    position: relative;
    text-align: center;
    margin-bottom: 40px;
    display: inline-block;
    width: 100%;
}

.shorttitle {
    display: none;
}
/*
17.Patner Section
=================*/
.all-patner.owl-carousel {
    text-align: center;
    overflow: hidden;
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
}

    .all-patner.owl-carousel .owl-stage-outer {
        display: inline-block;
    }

.single-patner img {
    opacity: 0.30;
    transition: all 0.4s ease 0s;
}

.single-patner:hover.single-patner img {
    opacity: 1;
    transition: all 0.4s ease 0s;
}

.all-patner.owl-carousel.owl-theme .owl-item {
    padding: 0 16px;
}

.single-patner {
    height: 86px;
    padding: 6px;
    text-align: center;
}

.all-patner.owl-carousel.owl-theme img {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
}

.all-patner.owl-carousel .owl-item img {
    width: auto;
}
/*
18.Blog Section 
======================*/
.blog-inner h2 a {
    font-size: 24px;
    color: #2d3663;
    font-family: 'Montserrat', sans-serif;
}

.blog-inner h2 {
    margin-bottom: 10px;
}

.post-date {
    color: #a1a1a1;
    font-size: 14px;
    font-style: italic;
}

.blog-inner {
    border-bottom: 1px solid #eeeeee;
}

.blog-inner {
    margin-bottom: 40px;
}

.blogreadmore-btn {
    padding: 12px 30px;
    display: inline-block;
    color: #fff;
    position: relative;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 14px;
    border-radius: 50px;
    border: 1px solid #cacdd8;
    color: #2d3663;
}

    .blogreadmore-btn i {
        font-size: 24px;
        position: relative;
        top: 3px;
        margin-right: 5px;
    }

.blog-thumb {
    margin-bottom: 32px;
}

    .blog-thumb img {
        width: 100%;
    }

.recent-blog .blog-inner {
    padding-bottom: 35px;
}

.blog-classic-sec .blogreadmore-btn {
    padding: 12px 30px;
    display: inline-block;
    color: #fff;
    position: relative;
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    font-size: 14px;
    border-radius: 50px;
    border: 1px solid #2d3663;
    color: #fff;
    background: #2d3663;
}

.single-blog p a {
    border-bottom: 1px solid #2d3663;
    color: #2d3663;
}

.blog-details-colmn {
    margin-bottom: 30px;
}

    .blog-details-colmn img {
        width: 100%;
    }

.related-blog-inner h2 a {
    font-size: 18px;
    color: #2d3663;
    font-weight: 800;
    font-family: 'Raleway', sans-serif;
}

.related-blog-thumb {
    margin-bottom: 20px;
}

    .related-blog-thumb img {
        width: 100%;
    }

.related-blog-title {
    font-size: 24px;
    text-transform: capitalize;
    font-weight: 800;
    margin-bottom: 30px;
}

.related-blog-inner {
    margin-bottom: 30px;
}
/*
19.Sidebar
============================*/
.blog-widget-title {
    font-size: 18px;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 20px;
}

    .blog-widget-title::before {
        position: absolute;
        content: "";
        border-bottom: 1px solid #c5c0a6;
        width: 50px;
        bottom: 0;
        left: 0;
    }

    .blog-widget-title span {
        color: #c5c0a6;
    }
/*Project Widget*/
.project-widget-text {
    position: relative;
}

.project-widget-overlay {
    background-color: rgba(1, 47, 92, 0.90);
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    padding: 40px 30px;
}

.project-widget img {
    width: 100%;
}

.project-widget-overlay h2 {
    text-transform: uppercase;
    color: #fff;
    font-weight: 500;
    margin-bottom: 15px;
}

.project-widget-overlay span {
    display: inline-block;
    width: 100%;
    color: #fff;
}

.project-widget a {
    display: inline-block;
    width: 100%;
    padding: 20px;
    color: #fff;
    background: #161616;
}
/*Project Cat*/
.project-cat {
    margin: 40px 0
}

    .project-cat li {
        display: inline-block;
        width: 100%;
    }

        .project-cat li a {
            display: inline-block;
            background: #f8f8f8;
            padding: 20px;
            text-transform: capitalize;
            width: 100%;
            margin-bottom: 10px;
            position: relative;
            color: #0a0a0a;
            border-bottom: 2px solid #f8f8f8;
        }

            .project-cat li a:hover {
                color: #fec107;
                border-color: #fec107;
            }
/*brochures*/
.brochures {
    margin-bottom: 40px;
}

    .brochures li {
        display: inline-block;
        width: 100%;
        padding: 16px 30px;
        position: relative;
        background: #0a325a;
        margin-bottom: 5px;
    }

        .brochures li a {
            color: #fff;
            font-weight: 600;
            font-size: 18px;
            text-transform: capitalize;
        }

        .brochures li:hover {
            background: #fab90a
        }

        .brochures li a span {
            margin-right: 15px;
        }

.gmap-widget img {
    width: 100%;
}
/*Search Widget*/
.search-field {
    margin-bottom: 40px;
    background: #f7f7f7;
    padding: 50px 36px;
}

    .search-field form {
        display: inline-block;
        width: 100%;
        position: relative;
        overflow: hidden;
    }

    .search-field input[type="text"] {
        background: #fff none repeat scroll 0 0;
        border: 1px solid #d7dad9;
        padding: 14px 54px 14px 14px;
        width: 100%;
    }

    .search-field button {
        color: #fff;
        padding: 16px 20px;
        position: absolute;
        right: 0;
        top: 0;
        background: #2d3663;
        font-size: 18px;
    }

        .search-field button i {
            top: -4px;
            position: relative;
        }

/*Archive Widget*/
.archive-widget {
    margin-bottom: 40px;
    background: #f7f7f7;
    padding: 50px 36px;
}

    .archive-widget li {
        display: inline-block;
        width: 100%;
        padding-bottom: 10px;
        position: relative;
    }

        .archive-widget li::before {
            content: "\ea7c";
            position: absolute;
            left: 0;
            top: 40%;
            transform: translateY(-50%);
            font-family: IcoFont !important;
            transition: all 0.4s ease 0s;
        }

        .archive-widget li a {
            color: #3e3e3e;
            text-transform: capitalize;
            padding-left: 30px;
        }

            .archive-widget li a:hover {
                color: #f22f9a
            }

        .archive-widget li:hover:before {
            color: #f22f9a;
            transition: all 0.4s ease 0s;
        }

        .archive-widget li a span {
            float: right;
        }

/*Recent Post Widget*/
.widget-recent-post {
    margin-bottom: 40px;
    background: #f7f7f7;
    padding: 50px 36px;
}

.tab-widget {
    display: inline-block;
    width: 100%;
    margin-bottom: 30px;
}

    .tab-widget li {
        display: inline-block;
        float: left;
    }

        .tab-widget li.active a {
            color: #fff;
            background: #2d3663;
        }

        .tab-widget li a {
            background: #f22f9a;
            padding: 14px 14px;
            display: inline-block;
        }

.recent-post-desc li {
    display: inline-block;
    margin-right: 10px;
}

    .recent-post-desc li a {
        font-weight: 300;
        text-transform: capitalize;
        color: #2d3663;
    }

.recent-post-thumb {
    float: left;
    margin-right: 25px;
    position: relative;
}

.recent-post-widget:hover .recent-post-thumb-overlay a {
    transform: scale(1);
    transition: all 0.4s ease 0s;
}

.recent-post-thumb-overlay a {
    position: absolute;
    left: 5px;
    top: 5px;
    transform: scale(0);
    transition: all 0.4s ease 0s;
}

.recent-post-widget:hover .recent-post-thumb-overlay {
    visibility: visible;
    transition: all 0.4s ease 0s;
    height: 100%;
}

.recent-post-thumb-overlay {
    position: absolute;
    height: 0%;
    width: 100%;
    top: 0;
    left: 0;
    visibility: hidden;
    transition: all 0.4s ease 0s;
    background-color: rgba(1, 47, 92, 0.90);
}

.recent-post-desc h3 {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 24px;
}

.recent-post-desc {
    margin-top: 10px;
}

    .recent-post-desc h3 a {
        color: #333333;
    }

    .recent-post-desc a:hover {
        transition: all 0.4s ease-in-out 0s;
        color: #2d3663
    }
/*Post Tag Widget */
.widget-tag {
    display: inline-block;
    width: 100%;
    margin-bottom: 40px;
    background: #f7f7f7;
    padding: 50px 36px;
}

    .widget-tag li a:hover {
        transition: all 0.4s ease-in-out 0s;
        color: #2d3663 !important
    }

    .widget-tag a {
        float: left;
        margin-right: 5px;
        margin-bottom: 5px;
        padding: 10px 16px;
        color: #fff;
        font-weight: 600;
        background: #333333;
    }

    .widget-tag li a:hover {
        background: #2d3663;
        border-color: #2d3663;
        color: #fff !important;
    }

    .widget-tag li:first-child a {
        background: #2d3663;
        border-color: #2d3663;
        color: #fff !important;
    }
/*Blog Comment List*/
.comment-list {
    border: 1px solid #fafafa;
    font-size: 18px;
    padding: 14px;
    text-align: center;
}

    .comment-list h5 {
        margin-bottom: 0;
    }

.commenter-photo {
    float: left;
    margin-right: 20px;
    height: 140px;
}

.comment-author {
    margin-bottom: 16px;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: bold;
    color: #f22f9a;
}

.comment-author-designation {
    font-size: 14px;
    color: #858484;
    font-style: italic;
}

.comment-time {
    font-size: 14px;
    font-weight: normal;
    display: inline-block;
    width: 100%;
    color: #012f5c;
    letter-spacing: 2px;
}

.commentar-sec .media.mt-3 {
    margin-top: 70px;
}

.post-commnet-title {
    margin-right: 14px;
}

.commentar-sec h2 {
    margin-top: 50px;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 50px;
    font-size: 24px;
    color: #012f5c;
}

.comment-title-icon {
    margin-right: 10px;
}

.commentar-sec.author {
    position: relative;
}

    .commentar-sec.author .media-body {
        padding-left: 100px;
    }

    .commentar-sec.author .media {
        background: #fafafa none repeat scroll 0 0;
        border-radius: 30px;
        padding: 30px 0;
        margin-left: 20px;
    }

.author-thumb {
    border-radius: 100%;
    float: left;
    height: 100px;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 70px;
    width: 100px;
}

    .author-thumb img {
        height: 100%;
        width: 100%;
    }

.commentar-meta {
    position: relative;
    margin-bottom: 10px;
}

.replay-button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
}

/*Comment Input Filed*/
.commentar-sec {
    margin-top: 40px;
}

    .commentar-sec .media {
        padding: 30px;
        background: #faf9f7;
    }

    .commentar-sec .media-body p {
        margin-bottom: 0;
    }

.comment-reply-title {
    font-size: 24px;
    text-transform: capitalize;
    font-weight: bold;
    margin-bottom: 26px;
}

.comment-field {
    margin-top: 50px;
}

#commentform input[type="text"] {
    padding: 14px 22px;
    width: 100%;
    font-size: 16px;
    border: 1px solid #cccccc;
    color: #a3a3a3;
    font-weight: normal;
}

#commentform textarea {
    resize: vertical;
    width: 100%;
    font-size: 16px;
    border: 1px solid #cccccc;
    color: #a3a3a3;
    padding: 26px 22px;
}

#commentform input#submit {
    padding: 16px 34px;
    display: inline-block;
    background: #0a325a;
    color: #fff;
    text-transform: capitalize;
    position: relative;
    font-weight: 600;
    border: 2px solid #0a325a;
    transition: all 0.4s ease 0s;
    border-radius: 50px;
    font-size: 16px;
}

    #commentform input#submit:hover {
        background: #f22f9a;
        border-color: #f22f9a;
        transition: all 0.4s ease 0s;
        color: #fff
    }

#commentform p {
    margin-bottom: 30px;
}

#commentform input:focus,
#commentform textarea:focus {
    outline: none !important;
    border-color: #fff3ba;
    transition: all 0.4s ease 0s;
}

/*
20.Home Version 2 
======================*/
.home-v2 .hd-sec {
    position: absolute;
    z-index: 9999;
    width: 100%;
}

.home-v2 .slider-wraper,
.home-v2 .slider-wraper::before {
    background: none;
}

.home-v2 .slider-wraper-middle {
    text-align: left;
}

.home-v2 .contact-intro {
    text-align: left;
}

.home-v2 .info-text h5 {
    color: #fff;
}

.home-v2 .nav-menu {
    text-align: right;
}

.slider-overlay {
    background: rgba(0,0,0,1);
    background: linear-gradient(to bottom, #000000 0%, #12345622 80%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#12345622', GradientType=0 );
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
}

.appoitment-button {
    margin-top: 14px;
    text-align: right;
}

    .appoitment-button a {
        color: #fff;
        font-weight: 800;
        text-transform: uppercase;
        padding: 22px 30px;
        background: #2d3663;
    }

.home-v2 .main-menu ul li a {
    color: #fff;
}

.home-v2 .header-top {
    border-bottom-color: #556d8f;
}

.home-v2 .logo {
    padding-top: 12px;
}

.home-v2 .feature-img {
    margin-top: 130px;
}

.home-v2 .menu-nav-sec.sticky_menu .logo-area {
    display: none;
}

.home-v2 .menu-nav-sec.sticky_menu .mobile-logo {
    display: block;
    padding-top: 10px;
}
/*
21.feature service version 2 
==============================*/
.feature-service-v2 {
    padding-top: 70px;
    padding-bottom: 60px;
    position: relative;
}

.feature-service-v2-banner {
    position: absolute;
    top: 0;
    height: 100%;
}

    .feature-service-v2-banner img {
        margin-top: 66px;
    }

.feature-service-v2-inner {
    text-align: center;
    padding: 30px;
}

.feature-service-v2-item {
    border-bottom: 1px solid #eeeeee;
    position: relative;
}

    .feature-service-v2-item:first-child:before {
        display: none;
    }

    .feature-service-v2-item::before {
        position: absolute;
        content: "";
        height: 100%;
        width: 1px;
        background: #eeeeee;
        left: 0;
    }

.feature-service-v2-inner h2 {
    margin-bottom: 15px;
}

    .feature-service-v2-inner h2 a {
        font-size: 18px;
        text-transform: uppercase;
        color: #2d3663;
        font-weight: 800;
        font-family: 'Montserrat', sans-serif;
        line-height: 26px;
    }

.servicev2-readmore {
    border: 1px solid #2d3663;
    padding: 10px 20px;
    border-radius: 50px;
    color: #2d3663;
    font-weight: 600;
    text-transform: capitalize;
    display: inline-block;
}

    .servicev2-readmore i {
        color: #2d3663;
        font-size: 19px;
        margin-right: 5px;
    }

.feature-service-v2-inner:hover .servicev2-readmore {
    background: #2d3663;
    color: #fff;
}

    .feature-service-v2-inner:hover .servicev2-readmore i {
        color: #fff;
    }
/*
22. Why Us
==============================*/
.why-us-inner img {
    margin-bottom: 26px;
    width: 100%;
}

.why-us-inner {
    margin-bottom: 30px;
}

    .why-us-inner h2 {
        line-height: 24px;
    }

        .why-us-inner h2 a {
            font-family: 'Montserrat', sans-serif;
            font-weight: 800;
            color: #2d3663;
        }

    .why-us-inner:hover .simple-buton {
        background: #2d3663;
        color: #fff;
    }

        .why-us-inner:hover .simple-buton i {
            color: #fff;
        }

.simple-buton {
    border: 1px solid #2d3663;
    padding: 10px 20px;
    border-radius: 50px;
    color: #2d3663;
    font-weight: 600;
    text-transform: capitalize;
    display: inline-block;
}

    .simple-buton i {
        color: #2d3663;
        font-size: 19px;
        margin-right: 5px;
    }

/*
26. Team Version 2
====================*/
.single-team-v2 {
    margin-bottom: 30px;
    position: relative;
}

.team-v2-info {
    background: #353e69;
    text-align: center;
    position: absolute;
    bottom: -20px;
    width: 100%;
    left: 0;
    border-bottom: 3px solid #f22f9a;
}

    .team-v2-info h2 {
        margin-bottom: 10px;
    }

        .team-v2-info h2 a {
            font-size: 18px;
            text-transform: uppercase;
            font-weight: 800;
            color: #fff;
        }

    .team-v2-info p {
        font-size: 14px;
        color: #f22f9a;
        margin-bottom: 0px;
    }

.team-v2-img img {
    width: 100%;
}
/*
27. Testimonial V2 Section
=============================*/
.testimonial-v2-sec {
    background: #2d3663 none repeat scroll 0 0;
    padding: 80px 0;
    background-image: url(../img/testimonial-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
}

.dtestimonial-v2-sec-overlay {
    position: absolute;
    content: "";
    background-color: rgba(45, 54, 99, 0.90);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.testimonial-v2-sec .all-testimonial.owl-carousel.owl-theme .owl-item img {
    height: 130px;
    width: 130px;
    border-bottom: 0;
    border-radius: 100%;
}

.single-testimonial-v2 .client-comment {
    display: inline-block;
    width: 75%;
    color: #fff;
    font-size: 18px;
    position: relative;
}

    .single-testimonial-v2 .client-comment::before {
        position: absolute;
        content: "";
        bottom: 0;
        right: 0;
        width: 99px;
        height: 54px;
    }

.testimonial-client-info {
    display: inline-block;
    width: 25%;
    float: left;
}

.client-info h2 {
    font-size: 24px;
    font-weight: 800;
    font-style: normal;
    color: #fff;
    font-family: 'Raleway', sans-serif;
}

.client-info h3 {
    font-size: 13px;
    font-weight: 600;
    font-style: normal;
    color: #fff;
    margin-bottom: 0;
    font-family: 'Raleway', sans-serif;
}

.client-rating i {
    font-size: 14px;
    color: #f22f9a;
}

.all-testimonial .owl-controls {
    position: absolute;
    top: 70%;
    width: 100%;
    left: 114px;
}

    .all-testimonial .owl-controls .owl-prev {
        left: -80px;
        position: absolute;
    }

        .all-testimonial .owl-controls .owl-prev i {
            background: #f22f9a !important;
        }

    .all-testimonial .owl-controls .owl-next {
        left: -30px;
        position: absolute;
    }

        .all-testimonial .owl-controls .owl-prev i, .all-testimonial .owl-controls .owl-next i {
            color: #011e40;
            font-size: 34px;
            height: 50px;
            line-height: 50px;
            text-align: center;
            transition: all 0.5s ease-out 0s;
            width: 50px;
            background: #2d3663;
            display: inline-block;
            color: #fff;
        }

.testimonial-sec.all-testimonial .owl-controls .owl-next i:hover {
    transition: all 0.5s ease-out 0s;
    background: #f22f9a;
}

.all-testimonial .owl-controls .owl-prev i:hover {
    transition: all 0.5s ease-out 0s;
    background: #f22f9a;
}
/*
28.Page Heading Section
==========================*/
.pagehding-sec {
    background-image: url("../img/page-hd.jpg");
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    background-size: cover;
    padding: 140px 0 30px 0;
    height: 350px;
    width: 100%;
    display: table;
}

    .pagehding-sec .container {
        display: table-cell;
        vertical-align: bottom;
        width: 100%;
    }

.page-heading h1 {
    font-size: 46px;
    text-align: left;
    text-transform: uppercase;
    font-weight: 800;
    color: #fff;
    margin-bottom: 10px;
}

.breadcrumb-list {
    text-align: left;
}

    .breadcrumb-list li {
        display: inline-block;
        position: relative;
        padding: 0px 10px;
    }

        .breadcrumb-list li:first-child {
            padding-left: 0px;
        }

        .breadcrumb-list li a {
            font-family: 'Montserrat', sans-serif;
            text-transform: uppercase;
            color: #f22f9b;
            font-size: 16px;
        }

        .breadcrumb-list li:last-child a {
            color: #fff;
        }

        .breadcrumb-list li::before {
            content: ">";
            position: absolute;
            right: -4px;
            font-size: 18px;
            top: -2px;
            color: #f22f9b;
        }

        .breadcrumb-list li:last-child::before {
            display: none
        }

        .breadcrumb-list li:last-child::before {
            display: none;
        }
/*
29.Team Details Page
==========================*/
.team-details-comment {
    font-weight: 600;
    font-size: 22px;
    color: #2d3663;
    font-style: italic;
}

.team-details-info p {
    margin-bottom: 10px;
}

.team-time-title {
    font-size: 18px;
    color: #000000;
    font-weight: 600;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
    font-family: 'Montserrat', sans-serif;
}

.team-working-time ul li {
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
    padding-bottom: 8px;
}

    .team-working-time ul li span {
        float: right;
    }

.team-details-desc {
    margin-top: 20px;
}
/*
30.Career Page
========================*/
.career-form-title {
    color: #fff;
    background: #2d3663;
    margin-bottom: 0;
    padding: 20px;
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
}

    .career-form-title img {
        margin-right: 16px;
    }

.contact-field {
    background: #f9f9f9;
    padding: 30px;
    box-shadow: inset 2px 2px 2px 2px #fafafa;
}

.career-form .contact-field input[type=text],
.career-form .contact-field input[type=email],
.career-form .contact-field input[type=date],
.career-form .contact-field input[type=datetime],
.career-form .contact-field input[type=tel] {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #d1d1d1;
    margin-bottom: 20px;
    padding: 8px;
    width: 100%;
    color: #989898;
    font-style: italic;
    border-radius: 4px;
}

.career-form .contact-field .message-input {
    display: inline-block;
    width: 100%;
    padding-left: 0px;
}

.career-form .single-input-field textarea {
    border: 1px solid #d1d1d1;
    width: 100%;
    height: 100px;
    padding: 10px;
    margin-top: 10px;
    color: #989898;
    font-style: italic;
}

.career-form .single-input-field input[type="file"] {
    display: none;
}

.career-form .single-input-field .upload-file {
    padding: 15px 32px;
    display: inline-block;
    background: #2d3663;
    color: #fff !important;
    text-transform: capitalize;
    position: relative;
    margin-top: 20px;
    font-size: 15px;
    border-radius: 50px;
    font-style: italic;
    font-weight: 500;
    cursor: pointer;
}

    .career-form .single-input-field .upload-file i {
        margin-right: 10px;
    }

.career-form .single-input-fieldsbtn input[type="submit"] {
    padding: 15px 32px;
    display: inline-block;
    background: #f22f9a;
    color: #fff;
    text-transform: capitalize;
    position: relative;
    margin-top: 20px;
    font-size: 15px;
    border-radius: 50px;
}

    .career-form .single-input-fieldsbtn input[type="submit"]:hover {
        background: #2d3663;
        transition: all 0.4s ease-in-out 0s;
        border-color: #2d3663;
        color: #fff
    }

.job-description ul li {
    color: #2d3663;
    font-weight: 500;
    display: inline-block;
    width: 100%;
    padding-bottom: 20px;
}

    .job-description ul li:first-child span {
        color: #f22f9a
    }

.job-description h3 {
    font-size: 14px;
    color: #2d3663;
}

.applay-button {
    padding: 12px 36px;
    display: inline-block;
    background: #f22f9a;
    color: #fff;
    text-transform: capitalize;
    position: relative;
    margin-top: 20px;
    font-size: 15px;
    border-radius: 50px;
}

    .applay-button:hover {
        background: #2d3663;
        transition: all 0.4s ease-in-out 0s;
        border-color: #2d3663;
        color: #fff
    }
/*
31.Portfolio Section
========================*/
.simplefilter {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
    display: inline-block;
    width: 100%;
    overflow: hidden;
}

.shorttitle {
    display: none;
}

.simplefilter li {
    cursor: pointer;
    display: inline-block;
    padding: 15px 20px;
    font-size: 14px;
    text-transform: uppercase;
    text-align: left;
    font-weight: 600;
    position: relative;
    color: #2d3663;
}

    .simplefilter li.active {
        color: #f22f9a;
    }

    .simplefilter li.active {
        position: relative;
    }

.project-gallery .single-gallery {
    width: 25%;
    float: left;
}

.project-gallery-v2 .single-gallery {
    margin-bottom: 30px;
}
/*
32.Contact Page
========================*/
#gmap {
    height: 500px;
}

.contact-info-text {
    margin-bottom: 50px;
}

.contact-form.career-form .contact-field {
    background: inherit;
    box-shadow: inherit;
}

.single-input-field label {
    color: #626262 !important;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: normal;
}

.contact-info-text h2 i {
    font-size: 28px;
    margin-right: 14px;
    color: #03a3c7;
}

.contact-info-text h2 {
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
}

.contact-info-text span {
    color: #989898;
    font-size: 16px;
    display: inline-block;
    width: 100%;
}
/*
Footer Section 
======================*/
footer {
    background: #333;
    position: relative;
}

.footer-sec {
    padding-top: 60px;
}

    .footer-sec h4 {
        color: #fff;
        font-weight: 800;
        margin-bottom: 20px;
        padding-bottom: 10px;
        position: relative;
        text-transform: uppercase;
    }
    /*.footer-sec h4::before {
	position: absolute;
	content: "";
	height: 2px;
	width: 35px;
	background: #03a3c7;
	left: 0;
	bottom: 0;
}
.footer-sec h4::after {
	position: absolute;
	content: "";
	height: 1px;
	width: 35px;
	background: #086475;
	left: 0;
	bottom: -1px;
}*/

    .footer-sec p {
        color: #ededed;
        font-size: 14px;
    }

.footer-wedget-one img {
    margin-bottom: 15px;
}

.footer-social-profile li {
    display: inline-block;
    margin-right: 6px;
}

.footer-social-profile {
    text-align: center;
    margin-bottom: 26px;
}

    .footer-social-profile li a {
        color: #fff;
        display: inline-block;
        height: 38px;
        line-height: 34px;
        text-align: center;
        width: 42px;
        border: 2px solid #fff;
        font-size: 1.6rem;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .footer-social-profile li a:hover {
            color: #3190cf;
            border-color: #3190cf;
        }

.footer-wedget-one ul {
    margin-top: 15px;
}

.footer-wedget-three li i {
    display: inline-block;
    margin-right: 10px;
}

.ft-menu ul {
    padding: 0px 20px;
}

.ft-menu h2 {
    display: inline-block;
    text-align: left;
}

.footer-widget-menu li::before {
    content: "";
    left: 0px;
    position: absolute;
    top: 36%;
    width: 6px;
    height: 5px;
    background: #fff;
    transform: translateY(-50%);
}

.footer-widget-menu li:last-child:after {
    display: none;
}

.footer-widget-menu li::after {
    position: absolute;
    content: "";
    background: #182f36;
    bottom: 0;
    width: 100%;
    left: 0;
    height: 2px;
}

.footer-widget-menu li {
    position: relative
}

    .footer-widget-menu li a {
        color: #989898;
        display: inline-block;
        font-size: 14px;
        padding-bottom: 10px;
        padding-left: 14px;
        text-transform: capitalize;
    }

        .footer-widget-menu li a:hover {
            color: #3190cf;
            transition: all 0.4s ease 0s;
        }

    .footer-widget-menu li:hover:before {
        background: #3190cf;
        transition: all 0.4s ease 0s;
    }

.bussiness-time > span {
    color: #fff;
    display: inline-block;
    font-size: 14px;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.bussiness-time li {
    color: #ededed;
    padding-bottom: 10px;
    text-transform: capitalize;
    font-size: 14px;
}

    .bussiness-time li span {
        color: #3190cf
    }

.footer-bottom-sec {
    padding-bottom: 30px;
}

    .footer-bottom-sec p {
        color: #a0a0a0;
        font-size: 14px;
        margin: 0;
        text-align: center;
    }

.copy-right span,
.copy-right span a {
    color: #3190cf;
    text-transform: capitalize;
}

.inner-item {
    color: #fff;
    font-size: 14px;
}

.footer-widget {
    margin-bottom: 40px;
}
/* The End */


/* Services */
.services {
    background: #2d3663 url(../img/brush-tooth.png) no-repeat;
    background-position: top right;
    background-size: 200px 190px
}

    .services .sec-title .sec-sub-title,
    .services .sec-title h1,
    .services .sec-title p {
        color: #FFF;
    }

    .services .sec-title p {
        font-weight: 500;
    }

    .services .services-inner {
        text-align: right;
        padding: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        -webkit-border-radius: 2%;
        -moz-border-radius: 2%;
        -o-border-radius: 2%;
        border-radius: 2%;
        transition: all .5s;
        border: 1px solid #f0f0f0;
        background: #fafafa;
        background: linear-gradient(45deg, #f0f0f0 50%, #FFF 50%);
        margin-bottom: 20px;
    }

        .services .services-inner:hover {
            border: 1px solid #f22f9a;
            -webkit-border-radius: 5%;
            -moz-border-radius: 5%;
            -o-border-radius: 5%;
            border-radius: 5%;
        }

            .services .services-inner:hover h2 {
            }

        .services .services-inner .icon {
            -webkit-border-radius: 100%;
            -moz-border-radius: 100%;
            -o-border-radius: 100%;
            border-radius: 100%;
            max-width: 120px;
            margin-left: auto;
            margin-right: auto;
            margin-bottom: 30px;
            border: 2px solid #2d3663;
        }

        .services .services-inner .details {
        }

        .services .services-inner h2 {
        }

        .services .services-inner p {
            -webkit-line-clamp: 3;
            -moz-line-clamp: 3;
            -o-line-clamp: 3;
            line-clamp: 3;
            overflow: hidden;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            text-overflow: ellipsis;
        }

    .services .services-inner1 p {
        -webkit-line-clamp: 2;
        -moz-line-clamp: 2;
        -o-line-clamp: 2;
        line-clamp: 2;
    }

    .services .services-inner .readmore-btn {
        padding: 6px 15px;
    }

.page-details-sec h2 {
    color: #f22f9a;
    font-size: 1.8rem;
    font-weight: 700;
    position: relative;
}
.page-details-sec .h2-strong {
    color: #f22f9a;
    font-size: 2.5rem;
    font-weight: 700;
    position: relative;
}
.page-details-sec .h3-strong {
    color: #2d3663;
    font-size: 1.8rem;
    font-weight: 700;
    position: relative;
}

    .page-details-sec h2 span {
        color: #2d3663;
    }
/*.page-details-sec h2:before
{
    content:'';
    position:absolute;
    bottom:-8px;
    border:1px solid #f22f9a;
    width:138px;
}*/
.page-details-sec h3 {
    color: #f22f9a;
    font-size: 1.2rem;
    font-weight: 500;
    position: relative;
    margin-bottom: 10px;
}

.page-details-sec h4 {
    font-size: 1.2rem;
    font-weight: 600;
}

.page-details-sec h5 {
    line-height: 22px;
    text-align: justify;
}

.page-details-sec p {
    text-align: justify;
}

.page-details-sec .team-v2-info p {
    text-align: center;
}

.page-details-sec img {
    width: 100%;
    margin-bottom: 20px;
}

.page-details-sec .page-list {
    padding-left: 40px;
    width: 100%;
    margin-bottom: 20px;
}

    .page-details-sec .page-list li {
        list-style-position: outside;
        list-style-type: circle;
        line-height: 2rem;
    }

.page-details-sec .side-menu {
    background: #f0f0f0;
    padding: 10px 0;
    border-bottom: 3px solid #f22f9a;
}

    .page-details-sec .side-menu h2 {
        margin-left: 15px;
    }

    .page-details-sec .side-menu ul {
        background: #f0f0f0;
    }

        .page-details-sec .side-menu ul li a {
            line-height: 30px;
            padding: 5px 15px;
            display: block;
        }

            .page-details-sec .side-menu ul li a:hover {
                background: #2d3663;
                color: #FFF;
            }

.popup-container {
    padding: 0;
}

.img-block {
    width: 100%;
}

.img-border {
    border: 5px solid #ddd !important;
}

/*----------------whatsapp-icon--------------*/

.whats-app {
    margin: 0 0 50px 0 !important;
    padding-left: 15px;
    padding-right: 15px;
    position: fixed !important;
    z-index: 999 !important;
    bottom: 0 !important;
    height: 50px;
    min-width: 50px;
    border-radius: 25px;
    background-color: #4dc247;
    box-shadow: 2px 2px 6px rgb(0 0 0 / 40%);
    left: 50px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    transition: ease 0.4s;
    -webkit-animation: vibrate 2s cubic-bezier(.36, .07, .19, .97) infinite;
    animation: vibrate 2s cubic-bezier(.36, .07, .19, .97) infinite;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 300px;
    perspective: 300px;
}

    .whats-app:hover {
        text-decoration: none;
    }

    .whats-app i {
        font-size: 25px;
        margin-right: 8px;
    }

    .whats-app:hover, .whats-app:focus {
        display: flex;
        align-items: center;
        justify-content: center;
        color: #000;
    }

    .whats-app:focus {
        color: #fff;
    }

.up-icon {
    position: fixed;
    bottom: 50px;
    right: 50px;
    background: #4588c8;
    color: #fff;
    border-radius: 25px;
    padding: 8px 20px;
    z-index: 666;
    font-size: 18px;
    box-shadow: 0 0 3px rgba(0,0,0,0.4);
    text-decoration: none important;
    transition: ease-in-out .3s;
    -webkit-animation: vibrate 2s cubic-bezier(.36, .07, .19, .97) infinite;
    animation: vibrate 2s cubic-bezier(.36, .07, .19, .97) infinite;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 300px;
    perspective: 300px;
}

@keyframes vibrate {
    0.50%, 10%, 20%, 30%, 40%, 50% {
        -webkit-transform: translate3d(0.9px, 0, 0);
        transform: translate3d(0.9px, 0, 0);
    }

    5%, 15%, 25%, 35%, 45% {
        -webkit-transform: translate3d(-0.9px, 0, 0);
        transform: translate3d(-0.9px, 0, 0);
    }

    100% {
        -webkit-transform: translate3d(0.9px, 0, 0);
        transform: translate3d(0.9px, 0, 0);
    }
}

.up-icon i {
    margin-right: 8px;
    font-size: 20px;
}

.up-icon:focus {
    color: #fff;
}

.up-icon:hover {
    color: #000;
    background: #fec712;
    text-decoration: none;
}

@media only screen and (max-width:768px) {
    .whats-app {
        margin: 0 0 60px 0 !important;
        padding-right: 8px;
        left: 10px;
        font-size: 15px
    }

    .whats-app {
        margin: 0 0 0px 0 !important;
        z-index: 999 !important;
        min-width: 50%;
        border-radius: 0px;
        left: 0;
        color: #fff;
        font-size: 16px;
        font-weight: 600;
        transition: ease 0.4s;
    }

        .whats-app i {
            animation: mymove ease-in-out 1s infinite;
        }

    .up-icon {
        bottom: 50px;
        right: 10px;
        padding: 15px;
        font-size: 18px;
    }

    .up-icon {
        bottom: 0px;
        right: 0px;
        color: #fff;
        border-radius: 0%;
        padding: 0px 20px;
        line-height: 50px !important;
        text-align: center;
        width: 50%;
        height: 50px;
        font-size: 18px;
        box-shadow: 0 0 3px rgba(0,0,0,0.4);
    }
}

.title-testi h3 {
    margin: 0;
    color: #fff;
    font-size: 28px;
    text-align: center;
    padding-bottom: 40px;
}
/*---------------------*/
.rating-cl {
    display: inline-block;
    text-align: center;
}
/*ratting*/
.ratingStar {
    font-size: 0pt;
    width: 20px;
    height: 18px;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    display: block;
    background-repeat: no-repeat;
    background-size: 20px 18px;
}

.savedRatingStar {
    background-image: url(../img/SavedStar.png);
}

.filledRatingStar {
    background-image: url(../img/FilledStar.png);
}

.emptyRatingStar {
    background-image: url(../img/EmptyStar.png);
}

.mb20 {
    margin-bottom: 20px;
}

.review-content {
}

.testi-caption {
    margin-bottom: 20px;
}

.sectionClass {
    padding: 20px 0px 50px 0px;
    position: relative;
    display: block;
}

.fullWidth {
    width: 100% !important;
    display: table;
    float: none;
    padding: 0;
    min-height: 1px;
    height: 100%;
    position: relative;
}


.sectiontitle {
    background-position: center;
    margin: 30px 0 0px;
    text-align: center;
    min-height: 20px;
}

    .sectiontitle h2 {
        font-size: 30px;
        color: #222;
        margin-bottom: 0px;
        padding-right: 10px;
        padding-left: 10px;
    }


.headerLine {
    width: 160px;
    height: 2px;
    display: inline-block;
    background: #101F2E;
}


.projectFactsWrap {
    display: flex;
    margin-top: 30px;
    flex-direction: row;
    flex-wrap: wrap;
}


#projectFacts .fullWidth {
    padding: 0;
}

.projectFactsWrap .item {
    width: 25%;
    height: 100%;
    padding: 50px 0px;
    text-align: center;
}

    .projectFactsWrap .item:nth-child(1) {
        background: #2d3663;
    }

    .projectFactsWrap .item:nth-child(2) {
        background: #f22f9a;
    }

    .projectFactsWrap .item:nth-child(3) {
        background: #2d3663;
    }

    .projectFactsWrap .item:nth-child(4) {
        background: #f22f9a;
    }

    .projectFactsWrap .item p.number {
        font-size: 40px;
        padding: 0;
        font-weight: bold;
    }

    .projectFactsWrap .item p {
        color: rgba(255, 255, 255, 0.8);
        font-size: 18px;
        margin: 0;
        padding: 10px;
        font-family: 'Open Sans';
    }


    .projectFactsWrap .item span {
        width: 60px;
        background: rgba(255, 255, 255, 0.8);
        height: 2px;
        display: block;
        margin: 0 auto;
    }


    .projectFactsWrap .item i {
        vertical-align: middle;
        font-size: 50px;
        color: rgba(255, 255, 255, 0.8);
    }


    .projectFactsWrap .item:hover i, .projectFactsWrap .item:hover p {
        color: white;
    }

    .projectFactsWrap .item:hover span {
        background: white;
    }

@media (max-width: 786px) {
    .projectFactsWrap .item {
        flex: 0 0 100%;
    }
}
.video-block-page {
    padding: 6px;
    background: #f9fafa;
    border: 1px solid #ddd;
    margin-bottom: 20px;
    transition: all 0.3s;
}
.video-block-page h4 {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin: 0;
    padding: 15px 0;
}
