/*
Author: Sara Alkurdy
*/

@import url("https://fonts.googleapis.com/css?family=Josefin+Sans&display=swap");
@import url("https://fonts.googleapis.com/css?family=Muli&display=swap");

body {
    font-family: "Muli", sans-serif;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Josefin Sans", sans-serif;
    font-weight: 500;
    color: #343434;
}

dl, ol, ul {
    margin-top: 0;
    margin-bottom: 1rem;
    list-style: none;
    padding: 0;
}

p {
    font-weight: 400;
    font-size: 14px;
    color: #7e7e7e;
}

.btn-warning {
    background-color: #478d95 !important;
    color: #fff !important;
}

.text-title {
    font-weight: 400;
    letter-spacing: 2px;
    position: relative;
}

    .text-title::before {
        content: "";
        position: absolute;
        bottom: -20px;
        left: calc(50% - 10px);
        height: 15px;
        width: 15px;
        background: #478d95;
        z-index: 2;
        border-radius: 10px;
    }

    .text-title::after {
        content: "";
        height: 1px;
        width: 120px;
        background: #343434;
        position: absolute;
        bottom: -13px;
        left: calc(50% - 60px);
        z-index: 1;
    }


/* Navbar */

.navbar.navbar-dark .breadcrumb .nav-item .nav-link,
.navbar.navbar-dark .navbar-nav .nav-item .nav-link {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
}

.navbar {
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .navbar.navbar-dark .breadcrumb .nav-item .nav-link:hover,
    .navbar.navbar-dark .navbar-nav .nav-item .nav-link:hover {
        color: #478d95;
    }

    .navbar.navbar-dark .breadcrumb .nav-item.active > .nav-link:hover,
    .navbar.navbar-dark .navbar-nav .nav-item.active > .nav-link:hover,
    .navbar.navbar-dark .navbar-toggler,
    .navbar.navbar-dark form .md-form .form-control {
        color: #478d95;
    }

    .navbar.scrolling-navbar.top-nav-collapse {
        -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
        background: rgb(71 141 149 / 90%);
    }

    .navbar.navbar-dark .breadcrumb .nav-item.active > .nav-link,
    .navbar.navbar-dark .navbar-nav .nav-item.active > .nav-link {
        background-color: transparent;
    }

    .navbar .container {
        border-bottom: 1px solid rgba(255, 255,255, 0.5);
    }

.top-nav-collapse .container {
    border-bottom: 2px solid transparent;
}

.navbar-nav li a:hover::after {
    width: 100%;
}

.navbar-dark .icon {
    color: #fff;
    font-size: 18px;
    margin-right: 20px;
    padding-top: 5px;
    cursor: pointer;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    border-left: 1px solid rgba(63, 60, 57, 0.35);
    padding: 5px 20px;
}

.navbar-dark .dropdown-menu {
    top: 100%;
    right: 0;
    left: auto;
    z-index: 1000;
    min-width: 20rem;
    padding: 11px 10px;
    margin: 29px -20px 0px;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.navbar.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(52, 52, 52)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar.scrolling-navbar .nav-link,
.navbar.scrolling-navbar.active {
    color: #000;
}

.navbar .dropdown-menu form {
    width: 23rem;
}


/* Navigation*/

.navbar {
    background-color: transparent;
}

.scrolling-navbar {
    -webkit-transition: 0.5s ease-in-out, padding 0.5s ease-in-out;
    transition: 0.5s ease-in-out, padding 0.5s ease-in-out;
}

.top-nav-collapse {
    background-color: #ffffff;
}

.navbar-nav li .active:after {
    bottom: -10px;
    opacity: 1;
}

.navbar-nav li a:after {
    content: "";
    width: 58px;
    height: 13px;
    background: #478d95;
    position: absolute;
    bottom: 32px;
    left: calc(45% - 25px);
    opacity: 0;
    z-index: 9999;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.navbar.scrolling-navbar.top-nav-collapse .navbar-nav .nav-item .nav-link {
    color: #fff !important;
}

.navbar.scrolling-navbar.top-nav-collapse .navbar-nav li a:after {
    content: "";
    width: 58px;
    height: 13px;
    background: #fff;
}


/* Necessary for full page carousel*/

header {
    background-color: #fff;
    margin: 0 auto;
}

.nav-item .nav-link {
    color: #5f5d5d;
}

.carousel-caption {
    position: absolute;
    left: 0;
    bottom: 29%;
    right: 40%;
    z-index: 10;
    padding: 5% 13%;
    color: #fff;
    text-align: left;
    background: rgb(71 141 149 / 60%);
}

    .carousel-caption p {
        color: #000;
    }

.carousel-indicators .active {
    background-color: rgb(71 141 149 / 60%);
}

.carousel,
.carousel-item,
.carousel-item.active {
    height: 100vh;
}

.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 100vh;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    filter: invert(100%);
}

.rgba-black-strong,
.rgba-black-strong:after {
    background-color: hsla(0, 0%, 100%, 0.5);
}

.view img {
    background-size: cover;
    height: 100vh;
}


/* CONTACT US */

.contact-us {
    position: relative;
    padding: 100px 0;
}


/* Footer */
.footer-logo {
    background: #478d95;
    margin-top: 40px !important;
}

footer.page-footer {
    background-color: #121116;
}

.footer-social {
    padding: 20px 0px;
    color: #fff;
}

    .footer-social::after {
        content: "";
        display: block;
        width: 20%;
        height: 1px;
        background: #ffffff;
        position: relative;
        left: 40%;
        top: 15px;
        bottom: 15px;
    }

footer .fa-linkedin-in,
footer .fa-facebook-f {
    padding: 2px;
}

footer.page-footer a {
    color: #494949;
    padding: 10px;
    background: #fff;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

footer.page-footer .atmalink {
    background: transparent;
    color: #fff;
}

footer.page-footer a:hover {
    color: #fff;
    padding: 10px;
    background: #000;
}

footer.page-footer .atmalink:hover {
    background: transparent;
}

.atma-color {
    color: #478d95;
}

.footer-logo::before {
    content: "";
    display: block;
    width: 100%;
    height: 7px;
    background: #000000;
    position: relative;
    top: 0px;
    bottom: 15px;
}


/* Services */

.services {
    position: relative;
    padding: 100px 0;
}

    .services .media-body {
        position: relative;
    }

    .services .left-line::after {
        content: "";
        width: 1px;
        height: 200px;
        background: #494848;
        position: absolute;
        top: 20px;
        left: -35px;
    }

.service-separator {
    position: relative;
    left: 79px;
    height: 15rem;
}

.services h5 {
    color: #478d95;
}


/* Phone Advertise */

.phone-advertise {
    display: table;
    position: relative;
    width: 100%;
    height: 350px;
    background: url(../images/phone-bg.jpg);
    background-size: auto;
    background-size: cover;
    padding: 100px 0;
}

    .phone-advertise .phone-img {
        position: relative;
        top: 15px;
    }

        .phone-advertise .phone-img .first-phone img {
            position: absolute;
            top: 0;
            left: 130px;
            z-index: 1;
            width: 170px;
        }

        .phone-advertise .phone-img .second-phone img {
            width: 150px;
            left: 240px;
            position: absolute;
            top: 40px;
        }

    .phone-advertise .phone-text {
        position: relative;
        background: rgb(71 141 149 / 60%);
        padding: 30px 64px;
    }


/* About Us */

.about-us {
    position: relative;
    padding-top: 100px;
}

input,
textarea {
    font-size: 13px;
    color: #1f2021;
    border: 1px solid #dbdbdb;
}

textarea {
    height: 150px;
}

.get-touch h6,
.where-we h6 {
    font-weight: 500;
    color: #1f2021;
    letter-spacing: 1px;
}

.inner-addon {
    position: relative;
}


    /* style icon */

    .inner-addon .fa-search {
        position: absolute;
        padding: 10px;
        bottom: 8px;
        pointer-events: none;
    }


/* align icon */

.left-addon input {
    padding-left: 2rem;
    background: rgba(0, 0, 0, 0);
    border: none;
}

@media (max-width: 991px) {
    .navbar .container {
        border-bottom: none;
    }

    .navbar-nav li .active:after {
        opacity: 0;
    }

    .navbar-dark .icon {
        border-left: 1px solid transparent;
        padding: 5px 20px;
    }

    .services .left-line::after {
        content: "";
        background: transparent;
    }

    .view img {
        height: 100vh;
    }
}


/* Courses */

.courses,
.online-courses {
    position: relative;
    padding: 100px;
}

@media (max-width: 500px) {
    .courses-types {
        margin-left: 2.666667%;
    }
}

img[alt="Online Courses"],
img[alt="Local Courses"],
img[alt="Adobe For Beginners"],
img[alt="Graphic Design"],
img[alt="C++ Courses"] {
    width: 250px;
    height: auto;
}


/* Online Courses */

.online-courses-images {
    position: relative;
    margin-left: 6.5rem;
}

@media (max-width: 500px) {
    .online-courses-images {
        margin-left: 0.5rem;
    }
}

/*********/
.languageTop {
    display: inline-block;
    /* float: left; */
    padding: 0;
    margin: 0;
    width: 190px;
    margin-left: 1px;
}

    .languageTop > div {
    }

    .languageTop div form {
        display: block;
        margin: 0 9px;
        max-width: 160px;
    }

    .languageTop > div label {
        display: none;
    }

    .languageTop > div select {
        width: 100%;
        margin: -25px 0 0 0;
        background: rgba(0,98, 129, 0.6);
        color: white;
        padding: 0 13px;
        height: 40px;
        font-size: 11px;
        border-radius: 0;
        border: 1px solid rgba(255,255,255,.3);
        display: block !important;
        border-radius: 9px;
    }

        .languageTop > div select option {
            padding: 5px 10px
        }


/*===========================
     07.Project css 
===========================*/
@media (max-width: 767px) {
    .project-area {
        margin: 80px 0;
    }
}

.isotope-menu {
    text-align: center;
    list-style: none;
    margin-bottom: 40px;
}

    .isotope-menu li {
        display: inline-block;
        font-weight: 600;
        font-size: 16px;
        color: #E4E4E4;
        cursor: pointer;
        background: #191A1C;
        -webkit-box-shadow: inset 0px 0px 10px rgba(6, 6, 6, 0.15);
        box-shadow: inset 0px 0px 10px rgba(6, 6, 6, 0.15);
        border-radius: 10px;
        padding: 10px 30px;
        margin: 0 10px;
        -webkit-transition: all 0.5s ease-out 0s;
        transition: all 0.5s ease-out 0s;
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .isotope-menu li {
        font-size: 14px;
        margin: 0 5px;
    }
}

@media (max-width: 767px) {
    .isotope-menu li {
        font-size: 14px;
        padding: 15px 20px;
        margin: 10px 5px;
    }
}

.isotope-menu li.active {
    color: #fff;
    background-color: #478d95;
}

.isotope-menu li:hover {
    color: #191A1C;
    background-color: #478d95;
}

.single-item {
    position: relative;
    margin-bottom: 50px;
}

    .single-item .item-img a img {
        width: 100%;
        border-radius: 10px;
    }

    .single-item .item-inner-cnt {
        background-color: rgb(71 141 149 / 98%);
        border-radius: 20px;
        padding: 20px;
        width: 90%;
        left: 5%;
        position: absolute;
        bottom: -10%;
        -webkit-transition: all 0.5s ease-out 0s;
        transition: all 0.5s ease-out 0s;
    }

        .single-item .item-inner-cnt span {
            font-weight: 500;
            font-size: 15px;
            display: inline-block;
            color: #E4E4E4;
            border-bottom: 1px solid #fff;
            padding-bottom: 2px;
            margin-bottom: 10px;
        }

        .single-item .item-inner-cnt h4 {
            font-weight: 500;
            font-size: 20px;
            text-transform: capitalize;
            color: #E4E4E4;
            margin: 0;
        }

        .single-item .item-inner-cnt .view-btn {
            text-align: right;
            visibility: hidden;
            opacity: 0;
            height: 0;
            -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
            -webkit-transition: all 0.5s ease-out 0s;
            transition: all 0.5s ease-out 0s;
        }

            .single-item .item-inner-cnt .view-btn a {
                position: relative;
                font-style: normal;
                font-weight: 500;
                font-size: 14px;
                color: #E4E4E4;
                display: inline-block;
                text-transform: capitalize;
            }

                .single-item .item-inner-cnt .view-btn a:before {
                    position: absolute;
                    content: "";
                    left: -10px;
                    top: -3px;
                    border: 0.8px solid #478d95;
                    -webkit-box-sizing: border-box;
                    box-sizing: border-box;
                    height: 30px;
                    width: 30px;
                    border-radius: 50%;
                    -webkit-animation-name: rotateme;
                    animation-name: rotateme;
                    -webkit-animation-duration: 5s;
                    animation-duration: 5s;
                    -webkit-animation-iteration-count: infinite;
                    animation-iteration-count: infinite;
                    -webkit-animation-timing-function: linear;
                    animation-timing-function: linear;
                    -webkit-transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
                    transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
                }

    .single-item:hover .item-inner-cnt .view-btn {
        margin-top: 20px;
        visibility: visible;
        opacity: 1;
        height: auto;
        -webkit-transform: translateY(0%);
        transform: translateY(0%);
    }

/*===========================
    
===========================*/

.breadcrumbs {
    position: relative;
    height: 360px;
    background-image: url(../img/project/breadcrumb5-bg.jpg);
    background-size: cover;
    background-position: center center;
    z-index: 1;
    background-attachment: fixed;
    margin-bottom: 40px;
}

@media (max-width: 767px) {
    .breadcrumbs {
        height: 320px;
    }
}

.breadcrumbs:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #17161A;
    opacity: 0.83;
    z-index: -1;
}

.breadcrumb-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 360px;
}

@media (max-width: 767px) {
    .breadcrumb-wrapper {
        height: 320px;
    }
}

.breadcrumb-cnt {
    position: relative;
    text-align: center;
}

    .breadcrumb-cnt h1 {
        font-size: 40px;
        font-weight: 700;
        color: #478d95;
        text-transform: capitalize;
        margin-bottom: 5px;
        /* max-width: 60%; */
    }

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .breadcrumb-cnt h1 {
        font-size: 2px;
    }
}

@media (max-width: 767px) {
    .breadcrumb-cnt h1 {
        font-size: 18px;
    }
}

.breadcrumb-cnt span {
    font-size: 14px;
    color: #fff;
    text-transform: capitalize;
}

    .breadcrumb-cnt span a {
        display: inline-block;
        color: #478d95;
    }

    .breadcrumb-cnt span i {
        margin: 0 5px;
    }

.breadcrumb-cnt .breadcrumb-video {
    position: absolute;
    right: 0;
    top: 0;
    display: none;
}

@media (max-width: 767px) {
    .breadcrumb-cnt .breadcrumb-video {
        display: none;
    }
}

.breadcrumb-cnt .breadcrumb-video img {
    max-width: 370px;
    max-height: 340px;
    border-radius: 5px;
}

.breadcrumb-cnt .breadcrumb-video:before {
    position: absolute;
    content: "";
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #17161A;
    opacity: 0.2;
    border-radius: 5px;
}

.breadcrumb-cnt .breadcrumb-video .video-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

    .breadcrumb-cnt .breadcrumb-video .video-inner a {
        height: 80px;
        width: 80px;
        line-height: 80px;
        border: 2px dashed #fff;
        text-align: center;
        display: inline-block;
        color: #fff;
        border-radius: 50%;
        font-size: 20px;
        -webkit-animation-name: ripple;
        animation-name: ripple;
        -webkit-animation-duration: 2.5s;
        animation-duration: 2.5s;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }

*===========================
04.Services css
===========================*/
.services-area {
    position: relative;
}

@media (max-width: 767px) {
    .services-area {
        margin: 80px 0 50px;
    }
}

.services-area .swiper-button-next,
.services-area .swiper-button-prev {
    top: 70%;
}

@media (max-width: 767px) {
    .services-area .swiper-button-next,
    .services-area .swiper-button-prev {
        display: none;
    }
}

.services-area .swiper-button-next:after,
.services-area .swiper-button-prev:after {
    font-size: 20px;
    height: 40px;
    min-width: 40px;
    color: #2A2A2A;
    border: 1px solid #2A2A2A;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.services-area .swiper-button-next:hover:after,
.services-area .swiper-button-prev:hover:after {
    color: #E4E4E4;
    background-color: #2A2A2A;
}

.services-area .swiper-button-next {
    right: 7%;
}

@media only screen and (min-width: 1400px) and (max-width: 1699px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .services-area .swiper-button-next {
        right: 1%;
    }
}

.services-area .swiper-button-prev {
    left: 7%;
}

@media only screen and (min-width: 1400px) and (max-width: 1699px), only screen and (min-width: 1200px) and (max-width: 1399px), only screen and (min-width: 992px) and (max-width: 1199px), only screen and (min-width: 768px) and (max-width: 991px) {
    .services-area .swiper-button-prev {
        left: 1%;
    }
}

.swiper.services-slider {
    padding: 5px;
}

.single-service {
    position: relative;
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.05);
    border-radius: 10px;
    padding: 30px;
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    height: 100%;
}

    .single-service span {
        position: absolute;
        right: 30px;
        top: 30px;
        font-weight: 700;
        font-size: 50px;
        -webkit-text-stroke: 2px #000;
        -webkit-text-fill-color: transparent;
        opacity: 0.07;
        line-height: 1;
        -webkit-transition: all 0.5s ease-out 0s;
        transition: all 0.5s ease-out 0s;
    }

    .single-service .icon {
        margin-bottom: 20px;
    }

        .single-service .icon img {
            height: 85px;
        }

    .single-service h4 {
        font-style: normal;
        font-weight: 500;
        font-size: 25px;
        color: #17161A;
        margin-bottom: 10px;
        -webkit-transition: all 0.5s ease-out 0s;
        transition: all 0.5s ease-out 0s;
    }

    .single-service p {
        font-weight: 400;
        font-size: 16px;
        color: #272727;
        -webkit-transition: all 0.5s ease-out 0s;
        transition: all 0.5s ease-out 0s;
    }

    .single-service .read-btn {
        text-align: right;
    }

        .single-service .read-btn a {
            position: relative;
            font-weight: 400;
            font-size: 17px;
            color: #17161A;
            text-align: right;
            display: inline-block;
            margin-top: 20px;
            -webkit-transition: all 0.5s ease-out 0s;
            transition: all 0.5s ease-out 0s;
        }

            .single-service .read-btn a:before {
                position: absolute;
                content: "";
                left: -10px;
                top: -3px;
                border: 0.8px solid #478d95;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                height: 30px;
                width: 30px;
                border-radius: 50%;
                -webkit-animation-name: rotateme;
                animation-name: rotateme;
                -webkit-animation-duration: 5s;
                animation-duration: 5s;
                -webkit-animation-iteration-count: infinite;
                animation-iteration-count: infinite;
                -webkit-animation-timing-function: linear;
                animation-timing-function: linear;
                -webkit-transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
                transition: all 0.2s cubic-bezier(0.98, 0.57, 1, 1) 0s;
            }

    .single-service:hover {
        background-color: #0D0D0F;
    }

        .single-service:hover span {
            -webkit-text-stroke: 1px #478d95;
            -webkit-text-fill-color: transparent;
            opacity: .5;
        }

        .single-service:hover h4,
        .single-service:hover p {
            color: #E4E4E4;
        }

        .single-service:hover .read-btn a {
            color: #E4E4E4;
        }

img {
    max-width: 100%;
}

/*===========================
     19.Service page css 
===========================*/
@media (max-width: 767px) {
    .services-grid {
        margin: 80px 0;
    }
}

@media (max-width: 767px) {
    .service-details {
        margin: 80px 0;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .service-details-content {
        margin-bottom: 50px;
    }
}

.service-details-content > img {
    width: 100%;
}

.service-details-content h3 {
    font-weight: 600;
    font-size: 35px;
    color: #17161A;
    margin-top: 40px;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .service-details-content h3 {
        font-size: 24px;
    }
}

.service-details-content h3 i {
    margin-right: 10px;
}

.service-details-content p {
    font-size: 15px;
    color: #272727;
    margin-bottom: 30px;
}

    .service-details-content p:last-child {
        margin: 0;
    }

.sidebar-widget {
    border: 1px solid #F0F0F0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 35px 20px;
    margin-bottom: 40px;
}

    .sidebar-widget:last-child {
        margin-bottom: 0;
    }

    .sidebar-widget h4 {
        font-weight: 700;
        font-size: 22px;
        display: inline-block;
        text-transform: uppercase;
        color: #17161A;
        margin-bottom: 10px;
        /* border-bottom: 2px solid #eee; */
        padding-bottom: 10px;
    }

    .sidebar-widget p {
        margin-bottom: 20px;
    }

.category {
    list-style: none;
}

    .category li {
        margin-bottom: 15px;
    }

        .category li:last-child {
            margin: 0;
        }

        .category li a {
            font-weight: 500;
            font-size: 16px;
            color: #272727;
            position: relative;
            display: block;
            -webkit-transition: all 0.5s ease-out 0s;
            transition: all 0.5s ease-out 0s;
        }

            .category li a i {
                position: absolute;
                right: 0;
            }

            .category li a:hover {
                color: #478d95;
            }

.sidebar-banner {
    position: relative;
}

    .sidebar-banner:before {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        background-color: #17161A;
        opacity: 0.8;
        content: "";
    }

    .sidebar-banner img {
        width: 100%;
    }

.banner-inner {
    position: absolute;
    left: 5%;
    top: 5%;
    width: 90%;
    height: 90%;
    padding: 100px 20px;
    background-color: #17161A;
    border-radius: 10px;
    background-image: url(../img/widget-content-bg.png);
    background-size: cover;
    background-position: center center;
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .banner-inner {
        padding: 50px 20px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-inner {
        padding: 20px;
    }
}

@media (max-width: 767px) {
    .banner-inner {
        padding: 60px 20px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner-inner {
        padding: 100px 20px;
    }
}

.banner-inner h3 {
    font-weight: 700;
    font-size: 41px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 0;
}

@media (max-width: 767px) {
    .banner-inner h3 {
        font-size: 34px;
    }
}

.banner-inner h3 img.angle {
    position: relative;
    top: -10px;
    width: auto;
}

.banner-inner h3 span {
    color: #478d95;
    display: block;
}

.banner-inner a {
    position: absolute;
    bottom: 100px;
    left: 50%;
    font-weight: 700;
    font-size: 30px;
    display: block;
    color: #FFFFFF;
    width: 100%;
    text-align: center;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .banner-inner a {
        bottom: 50px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .banner-inner a {
        bottom: 20px;
    }
}

@media (max-width: 767px) {
    .banner-inner a {
        bottom: 60px;
    }
}

@media only screen and (min-width: 576px) and (max-width: 767px) {
    .banner-inner a {
        bottom: 100px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .service-items {
        margin-top: 80px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .service-items {
        margin-top: 50px;
    }
}

@media (max-width: 767px) {
    .service-items {
        margin-top: 10px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .service-items .service-details-item {
        margin-top: 80px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .service-items .service-details-item .or-2 {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .single-details {
        margin-bottom: 35px;
    }
}

.single-details h4 {
    font-weight: 600;
    font-size: 30px;
    color: #17161A;
    margin: 20px 0;
}

    .single-details h4 span {
        font-weight: 700;
        font-size: 65px;
        opacity: 0.1;
        -webkit-text-stroke: 1px #000;
        -webkit-text-fill-color: transparent;
        margin-right: 10px;
        line-height: 1;
        display: inline-block;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
    .single-details h4 span {
        font-size: 60px;
    }
}

.single-details p {
    font-size: 15px;
    color: #272727;
    text-align: justify;
}

.single-details-thumb img {
    width: 100%;
}

/*===========================
     20.Project page css 
===========================*/
@media (max-width: 767px) {
    .project-details {
        margin-top: 80px;
    }
}

.project-thumb {
    position: relative;
}

    .project-thumb img {
        width: 100%;
    }

    .project-thumb .tag {
        position: absolute;
        bottom: 0;
    }

        .project-thumb .tag a {
            background-color: #478d95;
            font-weight: 500;
            font-size: 18px;
            display: inline-block;
            text-align: center;
            text-transform: capitalize;
            color: #272727;
            padding: 8px 20px;
            min-width: 140px;
        }

@media only screen and (min-width: 768px) and (max-width: 991px), (max-width: 767px) {
    .project-details-content {
        margin-bottom: 40px;
    }
}

.project-details-content h3 {
    font-weight: 600;
    font-size: 35px;
    text-transform: capitalize;
    color: #17161A;
    margin: 30px 0 20px;
}

@media (max-width: 767px) {
    .project-details-content h3 {
        font-size: 30px;
    }
}

.project-details-content h3 p {
    text-align: justify;
    font-size: 15px;
}

.project-details-content .clinet-need {
    margin-top: 20px;
}

    .project-details-content .clinet-need h4 {
        font-weight: 600;
        font-size: 30px;
        text-transform: capitalize;
        color: #17161A;
    }

    .project-details-content .clinet-need p {
        font-size: 15px;
        margin-bottom: 15px;
    }

        .project-details-content .clinet-need p:last-child {
            margin: 0;
        }

.swiper.work-process-slide .arrow {
    position: absolute;
    right: 0;
    top: 50%;
    left: auto;
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    z-index: 1;
}

@media (max-width: 767px) {
    .swiper.work-process-slide .arrow {
        display: none;
    }
}

.swiper.work-process-slide .arrow .swiper-button-next-c,
.swiper.work-process-slide .arrow .swiper-button-prev-c {
    border: 1px solid #D3D3D3;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    color: #478d95;
    font-size: 18px;
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    overflow: hidden;
    cursor: pointer;
    display: none;
}

    .swiper.work-process-slide .arrow .swiper-button-next-c:hover,
    .swiper.work-process-slide .arrow .swiper-button-prev-c:hover {
        color: #fff;
        background-color: #478d95;
    }

.swiper.work-process-slide .arrow .swiper-button-prev-c {
    position: absolute;
    right: 70px;
    top: 0;
    left: auto;
}

.working-process {
    margin-bottom: 30px;
}

    .working-process h4 {
        font-weight: 600;
        font-size: 30px;
        text-transform: capitalize;
        color: #17161A;
        margin-bottom: 30px;
    }

    .working-process p {
        font-size: 15px;
        text-align: justify;
        margin-top: 30px;
    }

.work-thumb {
    position: relative;
}

    .work-thumb img {
        width: 100%;
    }

@media (max-width: 767px) {
    .work-thumb img {
        width: 100%;
    }
}

.label {
    position: absolute;
    top: 0;
}

    .label span {
        font-weight: 600;
        font-size: 22px;
        text-align: center;
        text-transform: capitalize;
        color: #FFFFFF;
        background-color: #17161A;
        padding: 5px 20px;
        display: inline-block;
    }

.check-lunch h4 {
    font-weight: 600;
    font-size: 30px;
    text-transform: capitalize;
    color: #17161A;
    margin: 25px 0 20px;
}

.check-lunch p {
    text-align: justify;
    font-size: 15px;
}

.check {
    list-style: none;
}

@media (max-width: 767px) {
    .check {
        margin-bottom: 20px;
    }
}

.check li {
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 16px;
    display: block;
    color: #17161A;
}

    .check li .subCheck {
        padding-left: 30px;
    }

        .check li .subCheck li {
            font-size: 14px;
        }

@media only screen and (min-width: 992px) and (max-width: 1199px), (max-width: 767px) {
    .check li {
        font-size: 15px;
    }
}

.check li:last-child {
    margin: 0;
}

.check li i {
    margin-right: 10px;
}

.project-slider {
    position: relative;
    margin-top: 100px;
}

@media (max-width: 767px) {
    .project-slider {
        margin-top: 80px;
    }
}

.project-slider h4 {
    font-weight: 600;
    font-size: 35px;
    text-transform: capitalize;
    color: #17161A;
    margin-bottom: 50px;
}

@media (max-width: 767px) {
    .project-slider h4 {
        font-size: 30px;
    }
}

.project-slider .arrow {
    position: absolute;
    right: 0;
    top: 0;
    left: auto;
}

@media (max-width: 767px) {
    .project-slider .arrow {
        display: none;
    }
}

.project-slider .arrow .swiper-button-next-c,
.project-slider .arrow .swiper-button-prev-c {
    border: 1px solid #D3D3D3;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 40px;
    color: #478d95;
    font-size: 18px;
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    overflow: hidden;
}

    .project-slider .arrow .swiper-button-next-c:hover,
    .project-slider .arrow .swiper-button-prev-c:hover {
        color: #fff;
        background-color: #478d95;
    }

.project-slider .arrow .swiper-button-prev-c {
    position: absolute;
    right: 70px;
    top: 0;
    left: auto;
}


.client-box {
    margin-bottom: 12px;
    display: flex;
    border-top: 1px dotted #ccc;
    padding-top: 12px;
    align-items: center;
}

    .client-box:last-child {
        margin: 0;
    }

    .client-box span {
        position: relative;
        font-size: 15px;
        display: inline-block;
        color: #272727;
        margin-bottom: 5px;
        padding-left: 25px;
    }

        .client-box span:after {
            position: absolute;
            content: "";
            left: 0;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            height: 16px;
            width: 16px;
            background-color: #478d95;
            border-radius: 50%;
        }

        .client-box span:before {
            position: absolute;
            content: "";
            left: 3px;
            top: 50%;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            height: 10px;
            width: 10px;
            border: 1px solid rgba(255, 255, 255, 0.4);
            border-radius: 50%;
            z-index: 1;
        }

    .client-box h5 {
        font-weight: 500;
        font-size: 18px;
        color: #17161A;
        margin: 0;
    }

.contact-info h3 {
    font-weight: 600;
    font-size: 35px;
    color: #17161A;
    margin-bottom: 20px;
}

@media (max-width: 767px) {
    .contact-info h3 {
        font-size: 30px;
    }
}

.contact-info p {
    font-size: 15px;
}

.cmpy-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 30px;
}

    .cmpy-info .icon {
        min-width: 60px;
    }

        .cmpy-info .icon i {
            height: 45px;
            width: 45px;
            line-height: 45px;
            font-size: 20px;
            text-align: center;
            background-color: rgba(23, 22, 26, 0.1);
            border-radius: 50%;
            -webkit-transition: all 0.5s ease-out 0s;
            transition: all 0.5s ease-out 0s;
        }

    .cmpy-info .cnt h5 {
        font-size: 20px;
        font-weight: 600;
        color: #17161A;
        text-transform: uppercase;
        margin-bottom: 10px;
    }

    .cmpy-info .cnt p {
        font-size: 14px;
        font-weight: 500;
        color: #272727;
    }

    .cmpy-info .cnt a {
        font-size: 14px;
        font-weight: 500;
        color: #272727;
        display: block;
        -webkit-transition: all 0.5s ease-out 0s;
        transition: all 0.5s ease-out 0s;
    }

        .cmpy-info .cnt a:hover {
            color: #478d95;
        }

    .cmpy-info:hover .icon i {
        color: #478d95;
        background-color: rgba(117, 218, 180, 0.1);
    }


span.sec-title {
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
    color: #478d95;
    text-transform: capitalize;
    border-bottom: 1px solid #478d95;
    padding-bottom: 2px;
    text-align: left;
    margin-bottom: 15px;
}

.work-process-slide .label {
    position: absolute;
    bottom: 0;
    z-index: 1;
    top: auto;
}

    .work-process-slide .label a {
        background-color: #478d95;
        font-weight: 500;
        font-size: 18px;
        display: inline-block;
        text-align: center;
        text-transform: capitalize;
        color: #272727;
        padding: 8px 20px;
        min-width: 140px;
    }
/*Section title*/
.title-wrap {
    max-width: 630px;
    margin: 0 auto;
}

.sec-title {
    text-align: center;
    margin-bottom: 50px;
}

    .sec-title.layout2 {
        text-align: revert;
    }

    .sec-title.white h2,
    .sec-title.white p {
        color: #fff;
    }

    .sec-title span {
        font-weight: 600;
        font-size: 16px;
        display: inline-block;
        color: #478d95;
        text-transform: capitalize;
        border-bottom: 1px solid #478d95;
        padding-bottom: 2px;
        margin-bottom: 5px;
    }

    .sec-title h2 {
        font-weight: 700;
        font-size: 38px;
        text-transform: capitalize;
        color: #17161A;
        /* line-height: 1.3; */
        margin-bottom: 10px;
    }

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .sec-title h2 {
        font-size: 35px;
    }
}

@media (max-width: 767px) {
    .sec-title h2 {
        font-size: 30px;
    }
}

.sec-pad {
    padding: 120px 0;
}

.sec-pad-top {
    padding-top: 120px;
}

.sec-pad-bottom {
    padding-bottom: 120px;
}

.sec-mar {
    margin: 120px 0;
}

.sec-mar-top {
    margin-top: 120px;
}

.sec-mar-bottom {
    margin-bottom: 120px;
}

/*===========================
     09.Price plan css 
===========================*/
@media (max-width: 767px) {
    .priceing-plan {
        margin: 80px 0;
    }
}

.price-table-tab {
    margin-bottom: 40px;
}

.nav.nav-pills {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .nav.nav-pills .nav-item .nav-link {
        background-color: #191A1C;
        -webkit-box-shadow: inset 0px 0px 10px rgba(6, 6, 6, 0.15);
        box-shadow: inset 0px 0px 10px rgba(6, 6, 6, 0.15);
        border-radius: 10px;
        min-width: 170px;
        padding: 10px 30px;
        margin: 0 15px;
        font-weight: 600;
        font-size: 17px;
        color: #E4E4E4;
        -webkit-transition: all 0.5s ease-out 0s;
        transition: all 0.5s ease-out 0s;
    }

@media (max-width: 767px) {
    .nav.nav-pills .nav-item .nav-link {
        font-size: 14px;
        min-width: 125px;
        padding: 15px 20px;
        margin: 0px 10px;
    }
}

.nav.nav-pills .nav-item .nav-link.active {
    background-color: #478d95;
    color: #191A1C;
}

.nav.nav-pills .nav-item .nav-link:hover {
    background-color: #478d95;
    color: #191A1C;
}

.price-box {
    background-color: #FFFFFF;
    -webkit-box-shadow: 0px 0px 40px rgba(33, 33, 33, 0.1);
    box-shadow: 0px 0px 40px rgba(33, 33, 33, 0.1);
    border-radius: 10px;
    padding: 40px 40px 90px;
    text-align: center;
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
    height: 100%;
    position: relative;
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .price-box {
        padding: 40px 20px;
    }
}

.price-box.layout2 h3:before {
    position: absolute;
    content: "";
    left: 50%;
    bottom: -10px;
    width: 150px;
    height: 2px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: -webkit-gradient(linear, left top, right top, from(#181818), color-stop(#478d95), to(#181818));
    background: linear-gradient(90deg, #181818, #478d95, #181818);
}

.price-box h3 {
    position: relative;
    font-weight: 700;
    font-size: 26px;
    color: #17161A;
    margin-bottom: 30px;
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

    .price-box h3:before {
        position: absolute;
        content: "";
        left: 50%;
        bottom: -10px;
        width: 150px;
        height: 2px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(#478d95), to(#fff));
        background: linear-gradient(90deg, rgba(0,0,0,0), #478d95, rgba(0,0,0,0));
    }

.price-box span {
    font-weight: 400;
    font-size: 18px;
    color: #17161A;
    display: block;
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.price-box strong {
    font-weight: 700;
    font-size: 38px;
    color: #17161A;
    display: block;
    margin: 20px 0;
    -webkit-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

    .price-box strong sub {
        color: #478d95;
        font-size: 16px;
        font-weight: 400;
    }

.price-box:hover {
    background-color: #191A1C;
    border-radius: 10px;
}

    .price-box:hover h3 {
        color: #E4E4E4;
    }

        .price-box:hover h3:before {
            position: absolute;
            content: "";
            left: 50%;
            bottom: -10px;
            width: 150px;
            height: 2px;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            background: -webkit-gradient(linear, left top, right top, from(#181818), color-stop(#478d95), to(#181818));
            background: linear-gradient(90deg, rgba(0,0,0,0), #478d95, rgba(0,0,0,0));
        }

    .price-box:hover h3,
    .price-box:hover span,
    .price-box:hover strong {
        color: #E4E4E4;
    }

    .price-box:hover .item-list li {
        color: #E4E4E4;
        -webkit-transition: all 0.5s ease-out 0s;
        transition: all 0.5s ease-out 0s;
    }

    .price-box:hover .price-btn a {
        color: #000;
        background-color: #478d95;
    }

.item-list li {
    font-size: 16px;
    color: #17161A;
    margin-bottom: 15px;
}

    .item-list li:last-child {
        margin: 0;
    }

    .item-list li i {
        margin-right: 5px;
        font-size: 18px;
    }

.price-btn {
    position: absolute;
    display: inline-block;
    margin-top: 40px;
    bottom: 25px;
    left: 0;
    right: 0;
}

    .price-btn a {
        background-color: #478d95;
        border-radius: 5px;
        font-weight: 700;
        font-size: 17px;
        display: inline-block;
        text-align: center;
        color: #FFFFFF;
        min-width: 200px;
        padding: 10px 30px;
        -webkit-transition: transition(0.5s), transition(0.5s);
        transition: transition(0.5s), transition(0.5s);
        transition: transition(0.5s);
    }

    .price-btn .line-1 {
        position: absolute;
        right: 8px;
        top: 8px;
        z-index: 2;
    }

        .price-btn .line-1:before {
            position: absolute;
            content: "";
            border: 1px solid #FFFFFF;
            width: 25px;
            opacity: 0.1;
            right: 0;
        }

        .price-btn .line-1:after {
            position: absolute;
            content: "";
            border: 1px solid #FFFFFF;
            height: 25px;
            opacity: 0.1;
        }

    .price-btn .line-2 {
        position: absolute;
        left: 8px;
        bottom: 10px;
        z-index: 2;
    }

        .price-btn .line-2:before {
            position: absolute;
            content: "";
            border: 1px solid #FFFFFF;
            height: 25px;
            opacity: 0.1;
            right: 0px;
            bottom: -2px;
        }

        .price-btn .line-2:after {
            position: absolute;
            content: "";
            border: 1px solid #FFFFFF;
            width: 25px;
            opacity: 0.1;
            left: 0px;
        }

.price-box ul li i {
    font-size: 12px;
}
