

/*Customize code here*/
.btn-info {
    color: #fff;
    background-color: #dc5427;
    border-color: #dc5427;
}

    .btn-info:hover {
        color: #fff;
        background-color: #b93e16;
        border-color: #b93e16;
    }

hr {
    margin-top: 0px;
    margin-bottom: 0px;

}


/*End*/
* {
    outline: none !important;
}

.form-control:focus {
    border-color: #ced4da !important;
    box-shadow: none !important;
}

body {
    font-family: "Open Sans", sans-serif;
    color: #444444;
  /*  background: #eaeaea;*/
}

a {
    color: #dc5427;
}

    a:hover {
        color: #e82d2d;
        text-decoration: none;
    }

h1, h2, h3, h4, h5, h6 {
    font-family: "Raleway", sans-serif;
}

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    display: none;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
}

    .back-to-top i {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        width: 40px;
        height: 40px;
        background: #dc5427;
        color: #fff;
        transition: all 0.4s;
    }

        .back-to-top i:hover {
            background: #e72323;
            color: #fff;
        }

/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
}

    #preloader:before {
        content: "";
        position: fixed;
        top: calc(50% - 30px);
        left: calc(50% - 30px);
        border: 6px solid #dc5427;
        border-top-color: #efefef;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        -webkit-animation: animate-preloader 1s linear infinite;
        animation: animate-preloader 1s linear infinite;
    }

@-webkit-keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
    height: 45px;
    font-size: 14px;
    transition: all 0.5s;
    color: #fff;
    background-color: #dc5427;
    font-weight: 600;
}

    #topbar.topbar-scrolled {
        top: -40px;
    }

    #topbar .contact-info a {
        line-height: 1;
        color: #fff;
        transition: 0.3s;
    }

        #topbar .contact-info a:hover {
            color: #fff;
        }

    #topbar .contact-info i {
        color: #ffffff;
        padding-right: 4px;
    }

        #topbar .contact-info i.icofont-phone {
            margin-left: 15px;
        }

    #topbar .social-links a {
        color: #fff;
        padding-left: 15px;
        display: inline-block;
        line-height: 1px;
        transition: 0.3s;
    }

        #topbar .social-links a:hover {
            color: #fff;
        }

        #topbar .social-links a:first-child {
            border-left: 0;
        }

.icofont-twitter, .icofont-facebook, .icofont-instagram, .icofont-skype, .icofont-linkedin {
    background: white;
    padding: 6px;
    border-radius: 50%;
    color: #000;
    height: 30px;
    width: 30px;
}


    .icofont-twitter:hover {
        color: #dc5427;
    }

    .icofont-facebook:hover {
        color: #dc5427;
    }

    .icofont-instagram:hover {
        color: #dc5427;
    }

    .icofont-skype:hover {
        color: #dc5427;
    }

    .icofont-linkedin:hover {
        color: #dc5427;
    }


/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    background: #fff;
    transition: all 0.5s;
    z-index: 997;
    top: 40px;
}

    #header.header-scrolled {
        top: 0;
        background: #fff;
    }

    #header .logo {
        font-size: 32px;
        margin: 0;
        padding: 0;
        line-height: 1;
        font-weight: 700;
        letter-spacing: 2px;
        text-transform: uppercase;
    }

        #header .logo a {
            color: #fff;
        }

        #header .logo img {
            max-height: 85px;
            padding: 5px;
        }

@media (max-width: 992px) {
    #header {
        top: 0;
        /* padding: 15px 0; */
        background: #fff;
    }

        #header .logo {
            font-size: 28px;
        }
}

.header-inner-pages {
    background: rgba(0, 0, 0, 0.9) !important;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Desktop Navigation */
.nav-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.nav-menu > ul {
    display: flex;
}

    .nav-menu > ul > li {
        position: relative;
        white-space: nowrap;
        padding: 18px 15px;
        margin-left: 0px;
        transition: 0.3s;
        margin-top: 5px;
    }

.nav-menu a {
    display: block;
    position: relative;
    color: #0a131c;
    transition: 0.3s;
    font-size: 16px;
    font-weight: 600;
    font-family: "Open Sans", sans-serif;
}

/*.nav-menu > ul > li:hover, .nav-menu .active {
  background: #dc5427;
}*/
.nav-menu > ul > li:hover, .nav-menu .active a {
    color: #dc5427;
}

.nav-menu .drop-down ul {
    display: block;
    position: absolute;
    left: 0;
    top: calc(100% + 30px);
    margin-top: 9px;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
    background: #fff;
    border-radius: 2px;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: 0.3s;
}

.nav-menu .drop-down:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.nav-menu .drop-down li {
    min-width: 180px;
    position: relative;
}

.nav-menu .drop-down ul a {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 600;
    text-transform: none;
    color: #191919;
}

    .nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
        color: #e82d2d;
    }

.nav-menu .drop-down > a:after {
    content: "\ea99";
    font-family: IcoFont;
    padding-left: 5px;
}

.nav-menu .drop-down .drop-down ul {
    top: 0;
    left: calc(100% - 30px);
}

.nav-menu .drop-down .drop-down:hover > ul {
    opacity: 1;
    top: 0;
    left: 100%;
}

.nav-menu .drop-down .drop-down > a {
    padding-right: 35px;
}

    .nav-menu .drop-down .drop-down > a:after {
        content: "\eaa0";
        font-family: IcoFont;
        position: absolute;
        right: 15px;
    }

/* Get Startet Button */
.get-started-btn {
    margin-left: 25px;
    color: #dc5427;
    border-radius: 50px;
    padding: 8px 25px 9px 25px;
    white-space: nowrap;
    transition: 0.3s;
    font-weight: 600;
    font-size: 14px;
    display: inline-block;
    border: 2px solid #dc5427;
    margin-top: 5px;
}

    .get-started-btn:hover {
        background: #dc5427;
        color: #fff;
    }

@media (max-width: 992px) {
    .get-started-btn {
        margin: 0 250px 0 0;
        padding: 6px 18px;
    }
}

@media (max-width: 1366px) {
    .nav-menu .drop-down .drop-down ul {
        left: -90%;
    }

    .nav-menu .drop-down .drop-down:hover > ul {
        left: -100%;
    }

    .nav-menu .drop-down .drop-down > a:after {
        content: "\ea9d";
    }
}

/* Mobile Navigation */
.mobile-nav-toggle {
    position: fixed;
    right: 15px;
    top: 25px;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
}

    .mobile-nav-toggle i {
        color: #131212;
    }

.mobile-nav {
    position: fixed;
    top: 55px;
    right: 15px;
    bottom: 15px;
    left: 15px;
    z-index: 9999;
    overflow-y: auto;
    background: #fff;
    transition: ease-in-out 0.2s;
    opacity: 0;
    visibility: hidden;
    border-radius: 10px;
    padding: 10px 0;
}

    .mobile-nav * {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .mobile-nav a {
        display: block;
        position: relative;
        color: #191919;
        padding: 10px 20px;
        font-weight: 500;
        outline: none;
    }

        .mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
            color: #e82d2d;
            text-decoration: none;
        }

    .mobile-nav .drop-down > a:after {
        content: "\ea99";
        font-family: IcoFont;
        padding-left: 10px;
        position: absolute;
        right: 15px;
    }

    .mobile-nav .active.drop-down > a:after {
        content: "\eaa1";
    }

    .mobile-nav .drop-down > a {
        padding-right: 35px;
    }

    .mobile-nav .drop-down ul {
        display: none;
        overflow: hidden;
    }

    .mobile-nav .drop-down li {
        padding-left: 20px;
    }

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(0, 0, 0, 0.6);
    overflow: hidden;
    display: none;
    transition: ease-in-out 0.2s;
}

.mobile-nav-active {
    overflow: hidden;
}

    .mobile-nav-active .mobile-nav {
        opacity: 1;
        visibility: visible;
    }

    .mobile-nav-active .mobile-nav-toggle i {
        color: #fff;
    }


/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
    width: 100%;
    height: calc(100vh - 114px);
    padding: 0;
    overflow: hidden;
}

    #hero .carousel-item {
        width: 100%;
        height: calc(100vh - 114px);
        background-size: cover;
        background-position: top right;
        background-repeat: no-repeat;
        overflow: hidden;
    }

        #hero .carousel-item::before {
            content: '';
            background-color: rgba(13, 30, 45, 0.6);
            position: absolute;
            height: 100%;
            width: 100%;
            top: 0;
            right: 0;
            left: 0;
            bottom: 0;
            overflow: hidden;
        }

    #hero .carousel-container {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
        overflow: hidden;
    }

    #hero .carousel-content {
        text-align: left;
    }

@media (max-width: 992px) {
    #hero, #hero .carousel-item {
        height: calc(100vh - 70px);
    }

        #hero .carousel-content.container {
            padding: 0 50px;
        }
}

#hero h2 {
    color: #fff;
    margin-bottom: 30px;
    font-size: 40px;
    font-weight: 900;
}

#hero p {
    width: 80%;
    -webkit-animation-delay: 0.4s;
    animation-delay: 0.4s;
    color: #fff;
}

#hero .carousel-inner .carousel-item {
    transition-property: opacity;
    background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-left,
#hero .carousel-inner .active.carousel-item-right {
    opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-left,
#hero .carousel-inner .carousel-item-prev.carousel-item-right {
    opacity: 1;
    transition: 0.5s;
}

    #hero .carousel-inner .carousel-item-next,
    #hero .carousel-inner .carousel-item-prev,
    #hero .carousel-inner .active.carousel-item-left,
    #hero .carousel-inner .active.carousel-item-right {
        left: 0;
        transform: translate3d(0, 0, 0);
    }

#hero .carousel-control-prev, #hero .carousel-control-next {
    width: 10%;
}

#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
    background: none;
    font-size: 48px;
    line-height: 1;
    width: auto;
    height: auto;
}

#hero .carousel-indicators li {
    cursor: pointer;
}

#hero .btn-get-started {
    font-family: "Raleway", sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 10px 28px;
    transition: 0.5s;
    margin-top: 10px;
    border: 2px solid #fff;
    color: #fff;
    -webkit-animation-delay: 0.8s;
    animation-delay: 0.8s;
    margin: 10px;
}

    #hero .btn-get-started:hover {
        background: #dc5427;
        border: 2px solid #dc5427;
    }

@media (max-width: 768px) {
    #hero h2 {
        font-size: 28px;
    }
}

@media (min-width: 1024px) {
    #hero p {
        /*width: 60%;*/
        font-size: 28px;
        width: 600px;
    }

    #hero .carousel-control-prev, #hero .carousel-control-next {
        width: 5%;
    }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
    padding: 60px 0;
    overflow: hidden;
}

.section-title {
    text-align: center;
    padding: 30px 0;
    position: relative;
}

    .section-title h2 {
        font-size: 32px;
        font-weight: 700;
        text-transform: uppercase;
        margin-bottom: 20px;
        padding-bottom: 0;
        color: #191919;
        position: relative;
        z-index: 2;
    }

    .section-title span {
        position: absolute;
        top: 30px;
        color: #f4f4f4;
        left: 0;
        right: 0;
        z-index: 1;
        font-weight: 700;
        font-size: 52px;
        text-transform: uppercase;
        line-height: 0;
    }

    .section-title p {
        margin-bottom: 0;
        position: relative;
        z-index: 2;
    }

@media (max-width: 575px) {
    .section-title h2 {
        font-size: 28px;
        margin-bottom: 15px;
    }

    .section-title span {
        font-size: 38px;
    }
}

/*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
.about .content h3 {
    font-weight: 600;
    font-size: 26px;
}

.about .content ul {
    list-style: none;
    padding: 0;
}

    .about .content ul li {
        padding-bottom: 10px;
    }

    .about .content ul i {
        font-size: 20px;
        padding-right: 4px;
        color: #dc5427;
    }

.about .content p:last-child {
    margin-bottom: 0;
}

/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
.why-us {
    padding-top: 0;
    box-shadow: none !important;
}

    .why-us .vission_section {
        box-shadow: none !important;
        background: transparent !important;
    }

    .why-us .box {
        padding: 50px 30px;
        box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
        height: 355px;
        transition: all ease-in-out 0.3s;
    }

        .why-us .box span {
            display: block;
            font-size: 28px;
            font-weight: 700;
            color: #ed5b5b;
        }

        .why-us .box h4 {
            font-size: 24px;
            font-weight: 600;
            padding: 0;
            margin: 20px 0;
            color: #191919;
        }

        .why-us .box p {
            color: #aaaaaa;
            font-size: 15px;
            margin: 0;
            padding: 0;
        }

        .why-us .box:hover {
            background: #dc5427;
            padding: 30px 30px 70px 30px;
            box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.18);
        }

            .why-us .box:hover span, .why-us .box:hover h4, .why-us .box:hover p {
                color: #fff;
            }

/*--------------------------------------------------------------
# Clients
--------------------------------------------------------------*/
.clients {
    background: #f2f2f2;
    padding: 15px 0;
    text-align: center;
}

    .clients img {
        width: 50%;
        -webkit-filter: grayscale(100);
        filter: grayscale(100);
        transition: all 0.4s ease-in-out;
        display: inline-block;
        padding: 15px 0;
    }

        .clients img:hover {
            -webkit-filter: none;
            filter: none;
            transform: scale(1.2);
        }

@media (max-width: 768px) {
    .clients img {
        width: 40%;
    }
}

/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/
.services .icon-box {
    text-align: center;
    padding: 80px 20px;
    transition: all ease-in-out 0.3s;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

    .services .icon-box .icon {
        margin: 0 auto;
        width: 64px;
        height: 64px;
        background: #dc5427;
        transition: all .3s ease-out 0s;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 20px;
        transform-style: preserve-3d;
    }

        .services .icon-box .icon i {
            color: #fff;
            font-size: 28px;
        }

        .services .icon-box .icon::before {
            position: absolute;
            content: '';
            left: -8px;
            top: -8px;
            height: 100%;
            width: 100%;
            background: #fce5e5;
            transition: all .3s ease-out 0s;
            transform: translateZ(-1px);
        }

    .services .icon-box h4 {
        font-weight: 700;
        margin-bottom: 15px;
        font-size: 24px;
    }

        .services .icon-box h4 a {
            color: #191919;
        }

    .services .icon-box p {
        line-height: 24px;
        font-size: 14px;
        margin-bottom: 0;
    }

    .services .icon-box:hover {
        background: #dc5427;
        border-color: #dc5427;
        padding: 70px 20px 90px 20px;
    }

        .services .icon-box:hover .icon {
            background: #fff;
        }

            .services .icon-box:hover .icon i {
                color: #dc5427;
            }

            .services .icon-box:hover .icon::before {
                background: #e82d2d;
            }

        .services .icon-box:hover h4 a, .services .icon-box:hover p {
            color: #fff;
        }

/*--------------------------------------------------------------
# Cta
--------------------------------------------------------------*/
.cta {
    background: linear-gradient(rgba(2, 2, 2, 0.5), rgba(0, 0, 0, 0.5)), url("../img/cta-bg.png") fixed center center;
    background-size: cover;
    padding: 120px 0;
}

    .cta h3 {
        color: #fff;
        font-size: 28px;
        font-weight: 700;
    }

    .cta p {
        color: #fff;
    }

    .cta .cta-btn {
        font-family: "Raleway", sans-serif;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 14px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 10px 28px;
        transition: 0.5s;
        margin-top: 10px;
        border: 2px solid #fff;
        color: #fff;
    }

        .cta .cta-btn:hover {
            background: #dc5427;
            border: 2px solid #dc5427;
        }

/*--------------------------------------------------------------
# Our Portfolio
--------------------------------------------------------------*/
.portfolio .portfolio-item {
    margin-bottom: 30px;
}

.portfolio #portfolio-flters {
    padding: 0;
    margin: 0 0 35px 0;
    list-style: none;
    text-align: center;
}

    .portfolio #portfolio-flters li {
        cursor: pointer;
        margin: 0 15px 15px 0;
        display: inline-block;
        padding: 10px 20px;
        font-size: 12px;
        line-height: 20px;
        color: #444;
        border-radius: 4px;
        text-transform: uppercase;
        background: #fff;
        margin-bottom: 5px;
        transition: all 0.3s ease-in-out;
    }

        .portfolio #portfolio-flters li:hover, .portfolio #portfolio-flters li.filter-active {
            background: #dc5427;
            color: #fff;
        }

        .portfolio #portfolio-flters li:last-child {
            margin-right: 0;
        }

.portfolio .portfolio-wrap {
    box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
    position: relative;
    overflow: hidden;
}

    .portfolio .portfolio-wrap img {
        transition: 0.3s;
    }

    .portfolio .portfolio-wrap .portfolio-info {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        opacity: 0;
        position: absolute;
        bottom: 0;
        top: 0;
        left: 0;
        right: 0;
        transition: 0.3s;
        text-align: center;
        background: rgba(31, 53, 72, 0.6);
        padding-bottom: 30px;
    }

        .portfolio .portfolio-wrap .portfolio-info h4 {
            font-size: 20px;
            color: #fff;
            font-weight: 600;
        }

        .portfolio .portfolio-wrap .portfolio-info p {
            color: #fff;
            font-size: 14px;
            text-transform: uppercase;
        }

        .portfolio .portfolio-wrap .portfolio-info a {
            color: #dc5427;
            margin: 0 4px;
            font-size: 18px;
            line-height: 1;
            background-color: #fff;
            padding-top: 7px;
            border-radius: 50px;
            text-align: center;
            width: 36px;
            height: 35px;
            display: inline-block;
            transition: 0.3s;
        }

            .portfolio .portfolio-wrap .portfolio-info a:hover {
                background: #dc5427;
                color: #fff;
            }

    .portfolio .portfolio-wrap:hover {
        box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.16);
    }

        .portfolio .portfolio-wrap:hover .portfolio-info {
            opacity: 1;
            padding-bottom: 0;
        }

        .portfolio .portfolio-wrap:hover img {
            transform: scale(1.1);
        }

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
    padding-top: 30px;
}

    .portfolio-details .portfolio-details-container {
        position: relative;
    }

    .portfolio-details .portfolio-details-carousel {
        position: relative;
        z-index: 1;
    }

        .portfolio-details .portfolio-details-carousel .owl-nav, .portfolio-details .portfolio-details-carousel .owl-dots {
            margin-top: 5px;
            text-align: left;
        }

        .portfolio-details .portfolio-details-carousel .owl-dot {
            display: inline-block;
            margin: 0 10px 0 0;
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background-color: #ddd !important;
        }

            .portfolio-details .portfolio-details-carousel .owl-dot.active {
                background-color: #dc5427 !important;
            }

    .portfolio-details .portfolio-info {
        padding: 30px;
        position: absolute;
        right: 0;
        bottom: -70px;
        background: #fff;
        box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
        z-index: 2;
    }

        .portfolio-details .portfolio-info h3 {
            font-size: 22px;
            font-weight: 700;
            margin-bottom: 20px;
            padding-bottom: 20px;
            border-bottom: 1px solid #eee;
        }

        .portfolio-details .portfolio-info ul {
            list-style: none;
            padding: 0;
            font-size: 15px;
        }

            .portfolio-details .portfolio-info ul li + li {
                margin-top: 10px;
            }

    .portfolio-details .portfolio-description {
        padding-top: 50px;
    }

        .portfolio-details .portfolio-description h2 {
            width: 50%;
            font-size: 26px;
            font-weight: 700;
            margin-bottom: 20px;
        }

        .portfolio-details .portfolio-description p {
            padding: 0 0 0 0;
        }

@media (max-width: 768px) {
    .portfolio-details .portfolio-description h2 {
        width: 100%;
    }

    .portfolio-details .portfolio-info {
        position: static;
        margin-top: 30px;
    }
}


/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
    padding: 20px;
    background: #f9f9f9;
    text-align: center;
    border-radius: 8px;
    position: relative;
    overflow: hidden;
}

    .pricing .box h3 {
        font-weight: 400;
        padding: 15px;
        font-size: 18px;
        text-transform: uppercase;
        font-weight: 600;
        color: #191919;
    }

    .pricing .box h4 {
        font-size: 42px;
        color: #dc5427;
        font-weight: 500;
        font-family: "Open Sans", sans-serif;
        margin-bottom: 20px;
    }

        .pricing .box h4 sup {
            font-size: 20px;
            top: -15px;
            left: -3px;
        }

        .pricing .box h4 span {
            color: #bababa;
            font-size: 16px;
            font-weight: 300;
        }

    .pricing .box ul {
        padding: 0;
        list-style: none;
        color: #191919;
        text-align: center;
        line-height: 20px;
        font-size: 14px;
    }

        .pricing .box ul li {
            padding-bottom: 16px;
        }

        .pricing .box ul i {
            color: #dc5427;
            font-size: 18px;
            padding-right: 4px;
        }

        .pricing .box ul .na {
            color: #ccc;
            text-decoration: line-through;
        }

    .pricing .box .btn-wrap {
        padding: 15px;
        text-align: center;
    }

    .pricing .box .btn-buy {
        background: #dc5427;
        display: inline-block;
        padding: 10px 40px;
        color: #fff;
        transition: none;
        font-size: 14px;
        font-weight: 400;
        font-family: "Raleway", sans-serif;
        font-weight: 600;
        transition: 0.3s;
    }

        .pricing .box .btn-buy:hover {
            background: #e82d2d;
        }

.pricing .featured {
    background: #dc5427;
    box-shadow: none;
    color: #fff;
}

    .pricing .featured h3, .pricing .featured h4, .pricing .featured ul, .pricing .featured ul li, .pricing .featured ul .na {
        color: #fff;
    }

        .pricing .featured h4 span {
            color: rgba(255, 255, 255, 0.58);
        }

    .pricing .featured .btn-wrap {
        padding: 15px;
        text-align: center;
    }

    .pricing .featured .btn-buy {
        background: rgba(255, 255, 255, 0.2);
    }

        .pricing .featured .btn-buy:hover {
            background: #fff;
            color: #dc5427;
        }

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
/*.team .member {
  text-align: center;
  margin-bottom: 20px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1);
  padding: 30px 20px;
  background: #fff;
}

.team .member img {
  max-width: 60%;
  border-radius: 50%;
  margin: 0 0 30px 0;
}

.team .member h4 {
  font-weight: 700;
  margin-bottom: 2px;
  font-size: 18px;
}

.team .member span {
  font-style: italic;
  display: block;
  font-size: 13px;
}

.team .member p {
  padding-top: 10px;
  font-size: 14px;
  font-style: italic;
  color: #aaaaaa;
}

.team .member .social {
  margin-top: 15px;
}

.team .member .social a {
  color: #919191;
  transition: 0.3s;
}

.team .member .social a:hover {
  color: #dc5427;
}

.team .member .social i {
  font-size: 18px;
  margin: 0 2px;
}
*/
/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact .info-box {
    color: #444444;
    text-align: center;
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    padding: 20px 0 30px 0;
}

    .contact .info-box i {
        font-size: 32px;
        color: #dc5427;
        border-radius: 50%;
        padding: 8px;
        border: 2px dotted #f5a0a0;
    }

    .contact .info-box h3 {
        font-size: 20px;
        color: #777777;
        font-weight: 700;
        margin: 10px 0;
    }

    .contact .info-box p {
        padding: 0;
        line-height: 24px;
        font-size: 14px;
        margin-bottom: 0;
    }

.contact .php-email-form {
    box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
    padding: 30px;
}

    .contact .php-email-form .validate {
        display: none;
        color: red;
        margin: 0 0 15px 0;
        font-weight: 400;
        font-size: 13px;
    }

    .contact .php-email-form .error-message {
        display: none;
        color: #fff;
        background: #ed3c0d;
        text-align: left;
        padding: 15px;
        font-weight: 600;
    }

        .contact .php-email-form .error-message br + br {
            margin-top: 25px;
        }

    .contact .php-email-form .sent-message {
        display: none;
        color: #fff;
        background: #18d26e;
        text-align: center;
        padding: 15px;
        font-weight: 600;
    }

    .contact .php-email-form .loading {
        display: none;
        background: #fff;
        text-align: center;
        padding: 15px;
    }

        .contact .php-email-form .loading:before {
            content: "";
            display: inline-block;
            border-radius: 50%;
            width: 24px;
            height: 24px;
            margin: 0 10px -6px 0;
            border: 3px solid #18d26e;
            border-top-color: #eee;
            -webkit-animation: animate-loading 1s linear infinite;
            animation: animate-loading 1s linear infinite;
        }

    .contact .php-email-form input, .contact .php-email-form textarea {
        border-radius: 0;
        box-shadow: none;
        font-size: 14px;
    }

        .contact .php-email-form input::focus, .contact .php-email-form textarea::focus {
            background-color: #dc5427;
        }

    .contact .php-email-form input {
        padding: 20px 15px;
    }

    .contact .php-email-form textarea {
        padding: 12px 15px;
    }

    .contact .php-email-form button[type="submit"] {
        background: #dc5427;
        border: 0;
        padding: 10px 24px;
        color: #fff;
        transition: 0.4s;
    }

        .contact .php-email-form button[type="submit"]:hover {
            background: #e82d2d;
        }

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
    padding: 15px 0;
    background: #efefef;
    margin-top: 98px;
}

@media (max-width: 992px) {
    .breadcrumbs {
        margin-top: 50px;
    }
}

.breadcrumbs h2 {
    font-size: 26px;
    font-weight: 600;
}

.breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0 0 10px 0;
    margin: 0;
    font-size: 14px;
}

    .breadcrumbs ol li + li {
        padding-left: 10px;
    }

        .breadcrumbs ol li + li::before {
            display: inline-block;
            padding-right: 10px;
            color: #333333;
            content: "/";
        }

/*--------------------------------------------------------------
# Portfolio Details
--------------------------------------------------------------*/
.portfolio-details {
    padding-top: 40px;
}

    .portfolio-details .portfolio-details-container {
        position: relative;
    }

    .portfolio-details .portfolio-details-carousel {
        position: relative;
        z-index: 1;
    }

        .portfolio-details .portfolio-details-carousel .owl-nav, .portfolio-details .portfolio-details-carousel .owl-dots {
            margin-top: 5px;
            text-align: left;
        }

        .portfolio-details .portfolio-details-carousel .owl-dot {
            display: inline-block;
            margin: 0 10px 0 0;
            width: 12px;
            height: 12px;
            border-radius: 50%;
            background-color: #ddd !important;
        }

            .portfolio-details .portfolio-details-carousel .owl-dot.active {
                background-color: #dc5427 !important;
            }

    .portfolio-details .portfolio-info {
        padding: 30px;
        position: absolute;
        right: 0;
        bottom: -70px;
        background: #fff;
        box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
        z-index: 2;
    }

        .portfolio-details .portfolio-info h3 {
            font-size: 22px;
            font-weight: 700;
            margin-bottom: 20px;
            padding-bottom: 20px;
            border-bottom: 1px solid #eee;
        }

        .portfolio-details .portfolio-info ul {
            list-style: none;
            padding: 0;
            font-size: 15px;
        }

            .portfolio-details .portfolio-info ul li + li {
                margin-top: 10px;
            }

    .portfolio-details .portfolio-description {
        padding-top: 50px;
    }

        .portfolio-details .portfolio-description h2 {
            width: 50%;
            font-size: 26px;
            font-weight: 700;
            margin-bottom: 20px;
        }

        .portfolio-details .portfolio-description p {
            padding: 0 0 0 0;
        }

@media (max-width: 768px) {
    .portfolio-details .portfolio-info {
        position: static;
        margin-top: 30px;
    }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background: #0c0c0c;
    padding: 0 0 30px 0;
    color: #fff;
    font-size: 14px;
}

    #footer .footer-top {
        padding: 35px 0 30px 0;
    }

        #footer .footer-top .footer-info {
            margin-bottom: 15px;
            background: #191919;
            color: #fff;
            border-top: 4px solid #dc5427;
            text-align: center;
            padding: 30px 20px;
        }

            #footer .footer-top .footer-info h3 {
                font-size: 36px;
                margin: 0 0 12px 0;
                padding: 2px 0 2px 0;
                line-height: 1;
                font-weight: 700;
            }

            #footer .footer-top .footer-info p {
                font-size: 14px;
                line-height: 24px;
                margin-bottom: 0;
                font-family: "Raleway", sans-serif;
            }

        #footer .footer-top .social-links a {
            font-size: 18px;
            display: inline-block;
            background: #262626;
            color: #fff;
            line-height: 1;
            padding: 8px 0;
            margin-right: 4px;
            border-radius: 50%;
            text-align: center;
            width: 36px;
            height: 36px;
            transition: 0.3s;
        }

            #footer .footer-top .social-links a:hover {
                background: #dc5427;
                color: #fff;
                text-decoration: none;
            }

        #footer .footer-top h4 {
            font-size: 16px;
            font-weight: 600;
            color: #fff;
            position: relative;
            padding-bottom: 12px;
        }

        #footer .footer-top .footer-links {
            margin-bottom: 30px;
        }

            #footer .footer-top .footer-links ul {
                list-style: none;
                padding: 0;
                margin: 0;
            }

                #footer .footer-top .footer-links ul i {
                    padding-right: 2px;
                    color: #ed5b5b;
                    font-size: 18px;
                    line-height: 1;
                }

                #footer .footer-top .footer-links ul li {
                    padding: 10px 0;
                    display: flex;
                    align-items: center;
                }

                    #footer .footer-top .footer-links ul li:first-child {
                        padding-top: 0;
                    }

                #footer .footer-top .footer-links ul a {
                    color: #fff;
                    transition: 0.3s;
                    display: inline-block;
                    line-height: 1;
                }

                    #footer .footer-top .footer-links ul a:hover {
                        color: #eb4444;
                    }

        #footer .footer-top .footer-newsletter form {
            margin-top: 30px;
            background: #fff;
            padding: 6px 10px;
            position: relative;
            border-radius: 4;
        }

            #footer .footer-top .footer-newsletter form input[type="email"] {
                border: 0;
                padding: 4px;
                width: calc(100% - 110px);
            }

            #footer .footer-top .footer-newsletter form input[type="submit"] {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                border: 0;
                background: none;
                font-size: 16px;
                padding: 0 20px;
                background: #dc5427;
                color: #fff;
                transition: 0.3s;
                border-radius: 4;
            }

                #footer .footer-top .footer-newsletter form input[type="submit"]:hover {
                    background: #e82d2d;
                }

    #footer .copyright {
        border-top: 1px solid #262626;
        text-align: center;
        padding-top: 30px;
    }

    #footer .credits {
        padding-top: 5px;
        text-align: center;
        font-size: 13px;
        color: #fff;
    }

        #footer .credits a {
            color: #e82d2d;
        }

@media (max-width: 575px) {
    #footer .footer-top .footer-info {
        margin: -20px 0 30px 0;
    }

    .portfolio .portfolio-item {
        /* background: #1e4356; */
        overflow: hidden;
        min-height: 200px;
        position: relative;
        border-radius: 4px;
        margin: 0 0 30px 50px !important;
        /* width: 366px; */
    }

    .get-started-btn {
        margin: 0 140px 0 0;
        padding: 6px 18px;
    }
}


.footer-info h3 a img {
    width: 30%;
}


.maintaince-container img {
    width: 100%;
}


.page-header .page-header-content {
    position: relative;
    background-image: url(../img/cta-bg.png);
    background-position: inherit;
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0px;
    padding: 62px 0px;
    text-align: center;
}


    .page-header .page-header-content .heading {
        position: relative;
        line-height: 30px;
        margin-top: 100px;
        margin-bottom: 0px;
        color: #ffffff;
    }

.breadcrumb {
    display: -ms-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: transparent !important;
    border-radius: .25rem;
    color: #fff;
    text-align: center;
}

    .breadcrumb ul li {
        text-align: center;
    }

/*about*/

.about_member {
    background: #fff;
    padding: 3rem;
    margin-top: 0rem;
}

    .about_member h3 {
        color: #0c1a28;
        font-size: 28px;
        font-weight: 700;
    }

    .about_member p {
        color: #0c1a28;
    }

    .about_member .cta-btn {
        font-family: "Raleway", sans-serif;
        text-transform: uppercase;
        font-weight: 500;
        font-size: 14px;
        letter-spacing: 1px;
        display: inline-block;
        padding: 10px 28px;
        transition: 0.5s;
        margin-top: 10px;
        border: 2px solid #dc5427;
        color: #dc5427;
    }

        .about_member .cta-btn:hover {
            background: #dc5427;
            border: 2px solid #dc5427;
            color: #fff;
        }

.about_cta {
    background: linear-gradient(rgba(2, 2, 2, 0.5), rgba(0, 0, 0, 0.5)), url(../img/cta-bg.png) fixed center center;
    background-size: cover;
    padding: 50px 0;
}

.portfolio .portfolio-item {
    background: #ffffff;
    overflow: hidden;
    min-height: 200px;
    position: relative !important;
    border-radius: 15px;
    margin: 0 0 30px 0;
    width: 366px;
}

    .portfolio .portfolio-item img {
        transition: all 0.3s ease-in-out;
        border-radius: 15px;
        width: 340px;
        height: 365px;
        object-fit: cover;
    }

.portfolio-item {
    position: absolute !important;
    left: 0px !important;
    top: 0px !important;
    padding: 20px;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.second_pic {
    margin-top: -30px;
}


/*--------------------------------------------------------------
# Why Us
--------------------------------------------------------------*/
/*.why-us .container {
  box-shadow: 0 5px 25px 0 rgba(214, 215, 216, 0.6);
  background: #fff;
}
*/
.why-us .icon-box + .icon-box {
    margin-top: 50px;
}

.why-us .icon-box .icon {
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    background: #f3f8fa;
    border-radius: 6px;
    transition: 0.5s;
}

    .why-us .icon-box .icon i {
        color: #dc5427;
        font-size: 32px;
    }

.why-us .icon-box:hover .icon {
    background: #dc5427;
}

    .why-us .icon-box:hover .icon i {
        color: #fff;
    }

.why-us .icon-box .title {
    margin-left: 95px;
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 18px;
    text-transform: uppercase;
}

    .why-us .icon-box .title a {
        color: #343a40;
        transition: 0.3s;
    }

        .why-us .icon-box .title a:hover {
            color: #dc5427;
        }

.why-us .icon-box .description {
    margin-left: 95px;
    line-height: 24px;
    font-size: 14px;
}

.why-us .video-box {
    position: relative;
    margin-bottom: 1rem;
}

.video-box .bottom_details h3 {
    text-align: center;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.why-us .video-box img {
    padding-top: 15px;
    padding-bottom: 5px;
    width: 1024px;
}

.why-us .play-btn {
    width: 94px;
    height: 94px;
    background: radial-gradient(#dc5427 50%, rgba(104, 164, 196, 0.4) 52%);
    border-radius: 50%;
    display: block;
    position: absolute;
    left: calc(50% - 47px);
    top: calc(50% - 47px);
    overflow: hidden;
}

    .why-us .play-btn::after {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateX(-40%) translateY(-50%);
        width: 0;
        height: 0;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 15px solid #fff;
        z-index: 100;
        transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    .why-us .play-btn::before {
        content: '';
        position: absolute;
        width: 120px;
        height: 120px;
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
        -webkit-animation: pulsate-btn 2s;
        animation: pulsate-btn 2s;
        -webkit-animation-direction: forwards;
        animation-direction: forwards;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
        -webkit-animation-timing-function: steps;
        animation-timing-function: steps;
        opacity: 1;
        border-radius: 50%;
        border: 5px solid rgba(104, 164, 196, 0.7);
        top: -15%;
        left: -15%;
        background: rgba(198, 16, 0, 0);
    }

    .why-us .play-btn:hover::after {
        border-left: 15px solid #dc5427;
        transform: scale(20);
    }

    .why-us .play-btn:hover::before {
        content: '';
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translateX(-40%) translateY(-50%);
        width: 0;
        height: 0;
        border: none;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        border-left: 15px solid #fff;
        z-index: 200;
        -webkit-animation: none;
        animation: none;
        border-radius: 0;
    }

@-webkit-keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

@keyframes pulsate-btn {
    0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
    }

    100% {
        transform: scale(1, 1);
        opacity: 0;
    }
}

.portfolio {
    padding: 20px 0;
    overflow: hidden;
}



/*--------------------------------------------------------------
# Service Details
--------------------------------------------------------------*/
.service-details {
    padding-bottom: 10px;
}

    .service-details .card {
        border: 0;
        padding: 0 30px;
        margin-bottom: 60px;
        position: relative;
    }

    .service-details .card-img {
        width: calc(100% + 60px);
        margin-left: -30px;
        overflow: hidden;
        z-index: 9;
        border-radius: 0;
    }

        .service-details .card-img img {
            max-width: 100%;
            transition: all 0.3s ease-in-out;
            height: 350px;
            width: 100%;
            object-fit: cover;
        }

    .service-details .card-body {
        z-index: 10;
        background: #fff;
        border-top: 4px solid #fff;
        padding: 30px;
        box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
        margin-top: -60px;
        transition: 0.3s;
    }

    .service-details .card-title {
        font-weight: 700;
        text-align: center;
        margin-bottom: 20px;
    }

        .service-details .card-title a {
            color: #1e4356;
            transition: 0.3s;
        }

    .service-details .card-text {
        color: #5e5e5e;
    }

    .service-details .read-more a {
        color: #777777;
        text-transform: uppercase;
        font-weight: 600;
        font-size: 12px;
        transition: 0.3s;
    }

        .service-details .read-more a:hover {
            color: #dc5427;
        }

    .service-details .card:hover img {
        transform: scale(1.1);
    }

    .service-details .card:hover .card-body {
        border-color: #dc5427;
    }

        .service-details .card:hover .card-body .card-title a {
            color: #dc5427;
        }


/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
.contact {
    padding-bottom: 30px;
}

    .contact .info-box {
        color: #444;
        text-align: center;
        box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
        padding: 20px 0 30px 0;
        margin-bottom: 30px;
    }

        .contact .info-box i {
            font-size: 32px;
            color: #dc5427;
            border-radius: 50%;
            padding: 8px;
            border: 2px dotted #dc5427;
        }

        .contact .info-box h3 {
            font-size: 20px;
            color: #666;
            font-weight: 700;
            margin: 10px 0;
        }

        .contact .info-box p {
            padding: 0;
            line-height: 24px;
            font-size: 14px;
            margin-bottom: 0;
        }

    .contact .php-email-form {
        box-shadow: 0 0 30px rgba(214, 215, 216, 0.6);
        padding: 30px;
        margin-bottom: 30px;
        height: 395px;
    }

        .contact .php-email-form .validate {
            display: none;
            color: red;
            margin: 0 0 15px 0;
            font-weight: 400;
            font-size: 13px;
        }

        .contact .php-email-form .error-message {
            display: none;
            color: #fff;
            background: #ed3c0d;
            text-align: left;
            padding: 15px;
            font-weight: 600;
        }

            .contact .php-email-form .error-message br + br {
                margin-top: 25px;
            }

        .contact .php-email-form .sent-message {
            display: none;
            color: #fff;
            background: #18d26e;
            text-align: center;
            padding: 15px;
            font-weight: 600;
        }

        .contact .php-email-form .loading {
            display: none;
            background: #fff;
            text-align: center;
            padding: 15px;
        }

            .contact .php-email-form .loading:before {
                content: "";
                display: inline-block;
                border-radius: 50%;
                width: 24px;
                height: 24px;
                margin: 0 10px -6px 0;
                border: 3px solid #18d26e;
                border-top-color: #eee;
                -webkit-animation: animate-loading 1s linear infinite;
                animation: animate-loading 1s linear infinite;
            }

        .contact .php-email-form input, .contact .php-email-form textarea {
            border-radius: 0;
            box-shadow: none;
            font-size: 14px;
        }

            .contact .php-email-form input::focus, .contact .php-email-form textarea::focus {
                background-color: #dc5427;
            }

        .contact .php-email-form input {
            padding: 20px 15px;
        }

        .contact .php-email-form textarea {
            padding: 12px 15px;
        }

        .contact .php-email-form button[type="submit"] {
            background: #dc5427;
            border: 0;
            padding: 10px 24px;
            color: #fff;
            transition: 0.4s;
        }

            .contact .php-email-form button[type="submit"]:hover {
                background: #8dbad2;
            }

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Map
--------------------------------------------------------------*/
.map {
    padding: 0;
    margin-bottom: -6px;
}

    .map iframe {
        width: 100%;
        height: 380px;
    }

/*--------------------------------------------------------------
# Team
--------------------------------------------------------------*/
.team {
    background: #fff;
    padding-bottom: 30px;
}

    .team .member {
        margin-bottom: 20px;
        overflow: hidden;
    }

        .team .member .member-img {
            position: relative;
            overflow: hidden;
        }

        .team .member .social {
            position: absolute;
            left: 0;
            bottom: -40px;
            right: 0;
            height: 40px;
            opacity: 0;
            transition: bottom ease-in-out 0.4s;
            text-align: center;
            background: rgba(30, 67, 86, 0.8);
        }

            .team .member .social a {
                transition: color 0.3s;
                color: #fff;
                margin: 0 10px;
                padding-top: 8px;
                display: inline-block;
            }

                .team .member .social a:hover {
                    color: #dc5427;
                }

            .team .member .social i {
                font-size: 18px;
                margin: 0 2px;
            }

        .team .member .member-info h4 {
            font-weight: 700;
            margin: 15px 0 5px 0;
            font-size: 18px;
        }

        .team .member .member-info span {
            display: block;
            font-size: 13px;
            text-transform: uppercase;
            font-weight: 400;
            margin-bottom: 15px;
            color: #dc5427;
        }

        .team .member .member-info p {
            font-style: italic;
            font-size: 14px;
            line-height: 26px;
            color: #666;
        }

        .team .member:hover .social {
            bottom: 0;
            opacity: 1;
            transition: bottom ease-in-out 0.4s;
        }

/*Project*/

.why-us .container {
    box-shadow: 0 5px 25px 0 rgba(214, 215, 216, 0.6);
    background: #fff;
}



.project_section .video-box img {
    padding-top: 15px;
    padding-bottom: 15px;
    width: 1024px;
    height: 500px;
}


.read-more a {
    margin-left: 25px;
    color: #dc5427;
    /*border-radius: 50px;*/
    padding: 8px 30px 9px 30px;
    white-space: nowrap;
    transition: 0.3s;
    font-weight: 600;
    font-size: 14px;
    display: inline-block;
    border: 2px solid #dc5427 !important;
    margin-top: 10px;
}

    .read-more a:hover {
        background: #dc5427;
        border: 2px solid #dc5427;
        color: #fff;
    }
/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog {
    padding: 40px 0 20px 0;
}

    .blog .entry {
        padding: 30px;
        margin-bottom: 60px;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    }

        .blog .entry .entry-img {
            /* max-height: 400px; */
            margin: -30px -30px 20px -30px;
            overflow: hidden;
            height: 600px;
        }

        .blog .entry .entry-title {
            font-size: 28px;
            font-weight: bold;
            padding: 0;
            margin: 0 0 20px 0;
        }

            .blog .entry .entry-title a {
                color: #32627b;
                transition: 0.3s;
            }

                .blog .entry .entry-title a:hover {
                    color: #dc5427;
                }

        .blog .entry .entry-meta {
            margin-bottom: 15px;
            color: #dddddd;
        }

            .blog .entry .entry-meta ul {
                display: flex;
                flex-wrap: wrap;
                list-style: none;
                padding: 0;
                margin: 0;
            }

                .blog .entry .entry-meta ul li + li {
                    padding-left: 15px;
                }

            .blog .entry .entry-meta i {
                font-size: 14px;
                padding-right: 4px;
            }

            .blog .entry .entry-meta a {
                color: #aaaaaa;
                font-size: 14px;
                display: inline-block;
            }

        .blog .entry .entry-content p {
            line-height: 24px;
        }

        .blog .entry .entry-content .read-more {
            -moz-text-align-last: right;
            text-align-last: right;
        }

            .blog .entry .entry-content .read-more a {
                display: inline-block;
                background: #dc5427;
                color: #fff;
                padding: 6px 20px;
                transition: 0.3s;
                font-size: 14px;
            }

                .blog .entry .entry-content .read-more a:hover {
                    background: #32627b;
                }

        .blog .entry .entry-content h3 {
            font-size: 22px;
            margin-top: 30px;
            font-weight: bold;
        }

        .blog .entry .entry-content blockquote {
            overflow: hidden;
            background-color: #fafafa;
            padding: 60px;
            position: relative;
            text-align: center;
            margin: 20px 0;
        }

            .blog .entry .entry-content blockquote p {
                color: #444;
                line-height: 1.6;
                margin-bottom: 0;
                font-style: italic;
                font-weight: 500;
                font-size: 22px;
            }

            .blog .entry .entry-content blockquote .quote-left {
                position: absolute;
                left: 20px;
                top: 20px;
                font-size: 36px;
                color: #e7e7e7;
            }

            .blog .entry .entry-content blockquote .quote-right {
                position: absolute;
                right: 20px;
                bottom: 20px;
                font-size: 36px;
                color: #e7e7e7;
            }

            .blog .entry .entry-content blockquote::after {
                content: '';
                position: absolute;
                left: 0;
                top: 0;
                bottom: 0;
                width: 3px;
                background-color: #32627b;
                margin-top: 20px;
                margin-bottom: 20px;
            }

        .blog .entry .entry-footer {
            padding-top: 10px;
            border-top: 1px solid #e6e6e6;
        }

            .blog .entry .entry-footer i {
                color: #4c99c1;
                display: inline;
            }

            .blog .entry .entry-footer a {
                color: #90c0d8;
                transition: 0.3s;
            }

                .blog .entry .entry-footer a:hover {
                    color: #dc5427;
                }

            .blog .entry .entry-footer .cats {
                list-style: none;
                display: inline;
                padding: 0 20px 0 0;
                font-size: 14px;
            }

                .blog .entry .entry-footer .cats li {
                    display: inline-block;
                }

            .blog .entry .entry-footer .tags {
                list-style: none;
                display: inline;
                padding: 0;
                font-size: 14px;
            }

                .blog .entry .entry-footer .tags li {
                    display: inline-block;
                }

                    .blog .entry .entry-footer .tags li + li::before {
                        padding-right: 6px;
                        color: #6c757d;
                        content: ",";
                    }

            .blog .entry .entry-footer .share {
                font-size: 16px;
            }

                .blog .entry .entry-footer .share i {
                    padding-left: 5px;
                }

    .blog .entry-single {
        margin-bottom: 30px;
    }

        .blog .entry-single img {
            width: 100%;
            height: 600px;
        }

    .blog .blog-author {
        padding: 20px;
        margin-bottom: 30px;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    }

        .blog .blog-author img {
            width: 120px;
        }

        .blog .blog-author h4 {
            margin-left: 140px;
            font-weight: 600;
            font-size: 22px;
            margin-bottom: 0px;
            padding: 0;
        }

        .blog .blog-author .social-links {
            margin: 0 0 5px 140px;
        }

            .blog .blog-author .social-links a {
                color: #72afce;
            }

        .blog .blog-author p {
            margin-left: 140px;
            font-style: italic;
            color: #b7b7b7;
        }

    .blog .blog-comments {
        margin-bottom: 30px;
    }

        .blog .blog-comments .comments-count {
            font-weight: bold;
        }

        .blog .blog-comments .comment {
            margin-top: 30px;
            position: relative;
        }

            .blog .blog-comments .comment .comment-img {
                width: 50px;
            }

            .blog .blog-comments .comment h5 {
                margin-left: 65px;
                font-size: 16px;
                margin-bottom: 2px;
            }

                .blog .blog-comments .comment h5 a {
                    font-weight: bold;
                    color: #444;
                    transition: 0.3s;
                }

                    .blog .blog-comments .comment h5 a:hover {
                        color: #dc5427;
                    }

                .blog .blog-comments .comment h5 .reply {
                    padding-left: 10px;
                    color: #32627b;
                }

            .blog .blog-comments .comment time {
                margin-left: 65px;
                display: block;
                font-size: 14px;
                color: #72afce;
                margin-bottom: 5px;
            }

            .blog .blog-comments .comment p {
                margin-left: 65px;
            }

            .blog .blog-comments .comment.comment-reply {
                padding-left: 40px;
            }

        .blog .blog-comments .reply-form {
            margin-top: 30px;
            padding: 30px;
            box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
        }

            .blog .blog-comments .reply-form h4 {
                font-weight: bold;
                font-size: 22px;
            }

            .blog .blog-comments .reply-form p {
                font-size: 14px;
            }

            .blog .blog-comments .reply-form input {
                border-radius: 0;
                padding: 20px 10px;
                font-size: 14px;
            }

                .blog .blog-comments .reply-form input:focus {
                    box-shadow: none;
                    border-color: #dc5427;
                }

            .blog .blog-comments .reply-form textarea {
                border-radius: 0;
                padding: 10px 10px;
                font-size: 14px;
            }

                .blog .blog-comments .reply-form textarea:focus {
                    box-shadow: none;
                    border-color: #dc5427;
                }

            .blog .blog-comments .reply-form .form-group {
                margin-bottom: 25px;
            }

            .blog .blog-comments .reply-form .btn-primary {
                border-radius: 0;
                padding: 10px 20px;
                border: 0;
                background-color: #32627b;
            }

                .blog .blog-comments .reply-form .btn-primary:hover {
                    background-color: #dc5427;
                }

    .blog .blog-pagination {
        color: #7b9bab;
    }

        .blog .blog-pagination ul {
            display: flex;
            padding-left: 0;
            list-style: none;
        }

        .blog .blog-pagination li {
            border: 1px solid white;
            margin: 0 5px;
            transition: 0.3s;
        }

            .blog .blog-pagination li.active {
                background: white;
            }

            .blog .blog-pagination li a {
                color: #aaaaaa;
                padding: 7px 16px;
                display: inline-block;
            }

            .blog .blog-pagination li.active, .blog .blog-pagination li:hover {
                background: #dc5427;
                border: 1px solid #dc5427;
            }

                .blog .blog-pagination li.active a, .blog .blog-pagination li:hover a {
                    color: #fff;
                }

            .blog .blog-pagination li.disabled {
                background: #fff;
                border: 1px solid white;
            }

                .blog .blog-pagination li.disabled i {
                    color: #f1f1f1;
                    padding: 10px 16px;
                    display: inline-block;
                }

    .blog .sidebar {
        padding: 30px;
        margin: 0 0 60px 20px;
        box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    }

        .blog .sidebar .sidebar-title {
            font-size: 20px;
            font-weight: 700;
            padding: 0 0 0 0;
            margin: 0 0 15px 0;
            color: #32627b;
            position: relative;
        }

        .blog .sidebar .sidebar-item {
            margin-bottom: 30px;
        }

        .blog .sidebar .search-form form {
            background: #fff;
            border: 1px solid #ddd;
            padding: 3px 10px;
            position: relative;
        }

            .blog .sidebar .search-form form input[type="text"] {
                border: 0;
                padding: 4px;
                width: calc(100% - 40px);
            }

            .blog .sidebar .search-form form button {
                position: absolute;
                top: 0;
                right: 0;
                bottom: 0;
                border: 0;
                background: none;
                font-size: 16px;
                padding: 0 15px;
                margin: -1px;
                background: #32627b;
                color: #fff;
                transition: 0.3s;
            }

                .blog .sidebar .search-form form button:hover {
                    background: #dc5427;
                }

        .blog .sidebar .categories ul {
            list-style: none;
            padding: 0;
        }

            .blog .sidebar .categories ul li + li {
                padding-top: 10px;
            }

            .blog .sidebar .categories ul a {
                color: #3f8db5;
            }

                .blog .sidebar .categories ul a:hover {
                    color: #dc5427;
                }

                .blog .sidebar .categories ul a span {
                    padding-left: 5px;
                    color: #bedae8;
                    font-size: 14px;
                }

        .blog .sidebar .recent-posts .post-item + .post-item {
            margin-top: 15px;
        }

        .blog .sidebar .recent-posts img {
            width: 80px;
            float: left;
        }

        .blog .sidebar .recent-posts h4 {
            font-size: 15px;
            margin-left: 95px;
            font-weight: bold;
        }

            .blog .sidebar .recent-posts h4 a {
                color: #0d2735;
                transition: 0.3s;
            }

                .blog .sidebar .recent-posts h4 a:hover {
                    color: #dc5427;
                }

        .blog .sidebar .recent-posts time {
            display: block;
            margin-left: 95px;
            font-style: italic;
            font-size: 14px;
            color: #72afce;
        }

        .blog .sidebar .tags {
            margin-bottom: -10px;
        }

            .blog .sidebar .tags ul {
                list-style: none;
                padding: 0;
            }

                .blog .sidebar .tags ul li {
                    display: inline-block;
                }

                .blog .sidebar .tags ul a {
                    color: #3f8db5;
                    font-size: 14px;
                    padding: 6px 14px;
                    margin: 0 6px 8px 0;
                    border: 1px solid #e4eff5;
                    display: inline-block;
                    transition: 0.3s;
                }

                    .blog .sidebar .tags ul a:hover {
                        color: #fff;
                        border: 1px solid #32627b;
                        background: #32627b;
                    }

                    .blog .sidebar .tags ul a span {
                        padding-left: 5px;
                        color: #bedae8;
                        font-size: 14px;
                    }


/*--------------------------------------------------------------
# Our Services
--------------------------------------------------------------*/
.services_project {
    padding-bottom: 20px;
}

    .services_project .icon-box {
        padding: 0px;
        position: relative;
        overflow: hidden;
        margin: 0 0 40px 0;
        background: #fff;
        box-shadow: 0 5px 26px 0 rgba(68, 88, 144, 0.14);
        transition: all 0.3s ease-in-out;
        text-align: center;
        border: 1px solid #fff;
    }

    .services_project .icon {
        margin: 0 auto 20px auto;
        padding-top: 17px;
        display: inline-block;
        text-align: center;
        border-radius: 50%;
        width: 72px;
        height: 72px;
    }

        .services_project .icon i {
            font-size: 36px;
            line-height: 1;
        }

    .services_project .title {
        font-weight: 700;
        margin-bottom: 15px;
        font-size: 18px;
    }

        .services_project .title a {
            color: #111;
        }

    .services_project .description {
        font-size: 15px;
        line-height: 28px;
        margin-bottom: 10px;
    }

    .services_project .icon-box-pink .icon {
        background: #fceef3;
    }

        .services_project .icon-box-pink .icon i {
            color: #ff689b;
        }

    .services_project .icon-box-pink:hover {
        border-color: #ff689b;
    }

    .services_project .icon-box-cyan .icon {
        background: #e6fdfc;
    }

        .services_project .icon-box-cyan .icon i {
            color: #3fcdc7;
        }

    .services_project .icon-box-cyan:hover {
        border-color: #3fcdc7;
    }

    .services_project .icon-box-green .icon {
        background: #eafde7;
    }

        .services_project .icon-box-green .icon i {
            color: #41cf2e;
        }

    .services_project .icon-box-green:hover {
        border-color: #41cf2e;
    }

    .services_project .icon-box-blue .icon {
        background: #e1eeff;
    }

        .services_project .icon-box-blue .icon i {
            color: #2282ff;
        }

    .services_project .icon-box-blue:hover {
        border-color: #2282ff;
    }


    .services_project .read-more a {
        margin-bottom: 20px;
    }

    .services_project img {
        width: 100%;
        height: 250px;
        object-fit: cover;
    }
.news_box {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding-top:15px;
}

/*.news_box:hover {
    padding: 30px 30px 70px 30px;
    box-shadow: 10px 15px 30px rgba(0, 0, 0, 0.18);
}*/

.society_document {
    padding: 0px 0;
}

.society_document1 {
    padding: 6rem 0;
}

.society_document img {
    width: 100%;
}

.society_document_rc .content {
    background: #f5f3f3;
    padding: 1rem 1rem;
}

.back-box {
    width: 300px;
    height: 300px;
    background: #dc5427;
    position: absolute;
    margin-left: 255px;
    margin-top: -15px;
}


.back-box2 {
    width: 300px;
    height: 300px;
    background: #dc5427;
    position: absolute;
    margin-left: 555px;
    margin-top: -285px;
    z-index: -1;
}



/*member......*/

.member_form {
    padding: 0px 0;
}


    .member_form .php-member_form {
        height: auto;
    }


.control-label:after {
    content: "*";
    color: red;
    font-weight: bold;
}


.contact .php-email-form select {
    padding: 20px 15px;
    border-radius: 0;
}


.contact .php-email-form select {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}





/*--------------------------------------------------------------
# Constitution
--------------------------------------------------------------*/


.constitution .entry .entry-title {
    font-size: 28px;
    font-weight: bold;
    padding: 0;
    margin: 0 0 20px 0;
    text-align: center;
}

.constitution .entry-content h4 {
    color: #000;
    font-weight: 600;
}

.constitution .entry-content h5 {
    color: #000;
    font-weight: 600;
}

.constitution .entry-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}


    .constitution .entry-content ul li:first-child {
        padding-top: 0;
    }

    .constitution .entry-content ul li {
        padding: 10px 0;
        display: flex;
        align-items: center;
    }


    .constitution .entry-content ul i {
        padding-right: 2px;
        color: #ed5b5b;
        font-size: 18px;
        line-height: 1;
    }

    .constitution .entry-content ul a {
        color: #444444;
        transition: 0.3s;
        display: inline-block;
        line-height: 1.3;
    }


    .constitution .entry-content ul .bx8 {
        padding-right: 2px;
        color: #ed5b5b;
        font-size: 18px;
        line-height: 1;
        position: relative;
        margin-top: -20px;
    }

    .constitution .entry-content ul .bx9 {
        padding-right: 2px;
        color: #ed5b5b;
        font-size: 18px;
        line-height: 1;
        position: relative;
        margin-top: -40px;
    }


.table {
    width: 100%;
    margin-bottom: 1rem;
    color: #212529;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

    .table .thead-dark th {
        color: #fff;
        background-color: #dc5427;
        border-color: #dc5427;
    }

.content_topic {
    padding-left: 2rem;
}

.member-img img {
    max-width: 100%;
    height: 350px;
    width: 100%;
    object-fit: cover;
}


/*event calender */

.b-calendar {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    margin: 2.5em auto;
    max-width: 70rem;
}

.b-calendar__information {
    border-radius: 1.2rem 0 0 1.2rem;
    color: #000;
    height: 100%;
    text-align: center;
    padding-left: 0.9rem;
    padding-right: 0.9rem;
    font-size: 32px;
    margin-bottom: 2rem;
}

    .b-calendar__information .selected-date {
        padding-top: 3rem;
        padding-left: 2.5rem;
        position: relative;
    }
        /*.b-calendar__information .selected-date:before {
  content: "";
  position: absolute;
  background-color: #f0932b;
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  top: 4.5rem;
  left: -0.25rem;
}*/
        .b-calendar__information .selected-date .weekday {
            font-weight: 100;
            padding-bottom: 0.5em;
        }

        .b-calendar__information .selected-date .day {
            font-size: 2em;
            font-weight: 600;
            line-height: 1;
        }

        .b-calendar__information .selected-date .month {
            font-size: 1.5em;
            font-weight: 600;
            line-height: 1;
            text-transform: uppercase;
        }

    .b-calendar__information .go-today-link {
        display: none;
    }

.b-calendar__calendar {
    min-height: 40rem;
    padding-right: 0.9rem;
}

.b-calendar__header {
    margin-bottom: 2rem;
}

    .b-calendar__header .month {
        font-size: 1.25em;
        font-weight: 200;
        text-transform: capitalize;
        min-width: 10rem;
    }

    .b-calendar__header .year {
        font-size: 1.5em;
        font-weight: 600;
        margin-bottom: 1rem;
    }

    .b-calendar__header .arrow {
        background: transparent;
        border: 1px solid rgba(0, 0, 0, 0.1);
        border-radius: 50%;
        color: #000;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
        align-items: center;
        -webkit-box-pack: center;
        justify-content: center;
        height: 2.5rem;
        width: 2.5rem;
    }

        .b-calendar__header .arrow:hover {
            cursor: pointer;
        }

    .b-calendar__header .arrow-left i {
        -webkit-transform: translateX(-10%);
        transform: translateX(-10%);
    }

    .b-calendar__header .arrow-right i {
        -webkit-transform: translateX(10%);
        transform: translateX(10%);
    }

.b-calendar__weekdays {
    display: -webkit-box;
    display: flex;
    margin-bottom: 1.25rem;
}

    .b-calendar__weekdays .weekday {
        width: calc(100% / 7);
        padding: 0.25rem 0.5rem;
    }

.b-calendar__dates {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

    .b-calendar__dates:after {
        content: "";
        position: absolute;
        bottom: 0;
        background-color: #fff;
        height: 1px;
        width: 100%;
        z-index: 1;
    }

    .b-calendar__dates .date {
        border-right: 1px solid rgba(0, 0, 0, 0.05);
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        font-weight: 200;
        min-height: 4.5rem;
        padding: 0.25rem 0.5rem;
        position: relative;
        width: calc(100% / 7);
    }

        .b-calendar__dates .date.blank {
            background-color: rgba(0, 0, 0, 0.02);
            color: rgba(0, 0, 0, 0.2);
        }

        .b-calendar__dates .date.no-border-right {
            border-right: none;
        }

        .b-calendar__dates .date.today {
            background-color: #ff7979;
            color: #fff;
        }

        .b-calendar__dates .date.selected {
            background-color: #f0932b;
            color: #fff;
        }

        .b-calendar__dates .date .link {
            cursor: pointer;
            position: absolute;
            top: 0.05rem;
            left: 0.05rem;
            bottom: 0.05rem;
            right: 0.05rem;
            z-index: 1;
        }

        .b-calendar__dates .date .weekday {
            display: none;
        }

        .b-calendar__dates .date .additional {
            font-size: 0.75em;
            position: absolute;
            bottom: 0.25rem;
            left: 0.5rem;
        }

            .b-calendar__dates .date .additional .year {
                padding-right: 0.25rem;
                font-size: 0.75em;
            }

        .b-calendar__dates .date .event-mobile-container {
            display: none;
        }

.b-event-container {
    margin-top: 2rem;
}

    .b-event-container .create-event-form {
        margin-bottom: 1rem;
    }

        .b-event-container .create-event-form .event-title-input {
            margin-right: 0.25rem;
            width: calc(100% - 2.7rem);
        }

    .b-event-container .btn-group {
        width: 100%;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
        justify-content: center;
        margin-bottom: 1rem;
    }

        .b-event-container .btn-group .btn {
            width: 33.33%;
        }

    .b-event-container .event-list {
        list-style: none;
        padding: 0;
        margin-left: -0.9rem;
        margin-right: -0.9rem;
        max-height: 20rem;
        overflow-y: auto;
    }

        .b-event-container .event-list .event {
            background-color: rgba(255, 255, 255, 0.1);
            display: -webkit-box;
            display: flex;
            -webkit-box-align: center;
            align-items: center;
            -webkit-box-pack: justify;
            justify-content: space-between;
            padding: 0.5rem 0.9rem;
            margin-bottom: 0.5rem;
        }

            .b-event-container .event-list .event.completed {
                background-color: rgba(255, 255, 255, 0.2);
            }

                .b-event-container .event-list .event.completed .title {
                    opacity: 0.5;
                }

                    .b-event-container .event-list .event.completed .title:before {
                        content: "";
                        position: absolute;
                        top: 50%;
                        left: -0.5rem;
                        display: block;
                        width: 0%;
                        height: 1px;
                        background: #fff;
                        -webkit-animation: strikeitem 0.3s ease-out 0s forwards;
                        animation: strikeitem 0.3s ease-out 0s forwards;
                    }

            .b-event-container .event-list .event .title {
                position: relative;
                max-width: calc(100% - 4rem);
                white-space: nowrap;
                overflow: hidden;
                text-overflow: ellipsis;
            }

            .b-event-container .event-list .event .buttons {
                display: -webkit-box;
                display: flex;
            }

                .b-event-container .event-list .event .buttons .btn {
                    background: transparent;
                    border: none;
                    color: #fff;
                    font-size: 1.2em;
                    padding: 0;
                    height: 1.75rem;
                    width: 1.75rem;
                    box-shadow: none;
                }

    .b-event-container .no-events {
        margin-top: 1.5rem;
    }

@-webkit-keyframes strikeitem {
    to {
        width: calc(100% + 1rem);
    }
}

@keyframes strikeitem {
    to {
        width: calc(100% + 1rem);
    }
}

@media (max-width: 991.98px) {
    .b-calendar__calendar {
        padding: 0;
    }

    .b-calendar__information {
        border-radius: 2rem 2rem 0 0;
        padding-top: 2rem;
        padding-bottom: 2rem;
        min-height: auto;
    }

        .b-calendar__information .today {
            padding-top: 0;
        }
}

@media (max-width: 480px) {
    .b-calendar__weekdays {
        display: none;
    }

    .b-calendar__information .selected-date {
        padding-top: 2rem;
        padding-bottom: 1rem;
        padding-left: 2.5rem;
    }

        .b-calendar__information .selected-date:before {
            top: 3rem;
        }

    .b-calendar__information .b-event-container {
        display: none;
    }

    .b-calendar__information .go-today-link {
        display: block;
        color: #fff;
    }

    .b-calendar__header .go-today-btn {
        display: none;
    }

    .b-calendar__header .month-change-container {
        width: 100%;
        min-width: 100%;
    }

    .b-calendar__header .month {
        width: 100%;
    }

    .b-calendar__dates .date {
        width: 100%;
        text-align: left !important;
        border: none;
        border-bottom: 1px solid rgba(0, 0, 0, 0.05);
        display: -webkit-box;
        display: flex;
    }

        .b-calendar__dates .date.blank {
            display: none;
        }

        .b-calendar__dates .date .weekday {
            display: block;
            margin-left: 0.25rem;
        }

        .b-calendar__dates .date .event-mobile-container {
            background: #535c68;
            display: block;
            position: absolute;
            margin-top: 0;
            top: 100%;
            left: 0;
            right: 0;
            padding: 2rem 0.5rem;
            z-index: 10;
        }

            .b-calendar__dates .date .event-mobile-container.collapse {
                display: none !important;
            }

            .b-calendar__dates .date .event-mobile-container.show {
                display: block !important;
            }
}

b-tooltip {
    display: none;
}

.modal-body img {
    width: 100%;
    object-fit: cover;
    height: 405px;
    margin-bottom: 10px;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 70%;
        margin: 1.75rem auto;
    }
}


.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
    background: #dc5427;
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    color: #fff;
}

.close {
    float: right;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
}


.event-title h2 {
    font-size: 2.5em;
    text-transform: uppercase;
}

.event-date-time h3 {
    font-size: 1.5em;
}

.book-btn button[type="submit"] {
    background: #dc5427;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
}

    .book-btn button[type="submit"]:hover {
        background: #8dbad2;
    }

#maintaince {
    padding: 0px 0 !important;
    overflow: hidden;
}

.event-calender-body {
    background: #eeeeef;
}

.event-calender {
    background: #eeeeef;
    padding: 0px 0;
}

#app {
    background: white;
    padding-left: 10px;
}



/*PRODUCT*/

.card-text {
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-title {
    margin-bottom: 1rem;
    font-size: 20px;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
}

.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
    /*height: 630px;*/
}

.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
    z-index: 5;
}


.product-details img {
    width: 100%;
    height: 350px;
    object-fit: contain;
}

.product-img {
    background-color: #f3f0f0;
    padding: 2rem;
}



/*iPad Pro 9.7"*/
/* Portrait */
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 2) {
    .d-lg-block {
        display: none !important;
    }

    .d-lg-none {
        display: block !important;
    }

    #topbar {
        display: none !important;
    }

    .fixed-top {
        position: unset;
    }

    .get-started-btn {
        position: absolute;
        margin-left: 45%;
    }
}
/* Landscape */
/*@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 2) {
    .d-lg-block {
        display: none !important;
    }
    .d-lg-none {
        display: block !important;
    }
    #topbar {
        display: none !important;
    }
   
}*/
