/**
* Template Name: Delicious - v2.1.0
* Template URL: https://bootstrapmade.com/delicious-free-restaurant-bootstrap-theme/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  /*font-family: Arial, Helvetica, sans-serif;
  font-family: "Poppins", sans-serif;*/
  font-family: Calibre, Arial, sans-serif;
  color: #444444;
}

a {
  color: #C41212;
}

a:hover {
  color: #C41212;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: Calibre, Arial, sans-serif;
  /*font-family: sans-serif;
  font-family: "Satisfy", sans-serif;*/
}

a:hover, a:focus {
    color: #23527c;
    text-decoration: none !important;
}

/*--------------------------------------------------------------
# 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;
  border-radius: 50px;
  background: #C41212;
  color: #fff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #C41212;
  color: #fff;
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  padding: 0;
  font-size: 15px;
  height: 50px;
  transition: all 0.5s;
  background: rgba(26, 24, 22, 0.8);
  color: rgba(255, 255, 255, 0.7);
}

#topbar.topbar-transparent {
  background: transparent;
}

#topbar.topbar-scrolled {
  top: -50px;
}

#topbar i {
  color: #ffb03b;
}

#topbar i + i {
  margin-left: 15px;
}

/* Desktop and Mobile view css */
@media screen and (min-width: 993px) and (max-width: 2040px) {
    .mobile-view {
        display: none;
    }
    .desktop-view {
        display: contents;
    }
}

    @media screen and (min-width: 320px) and (max-width: 992px) {
        .desktop-view {
            display: none;
        }
        .mobile-view {
            display: block !important;
        }
            .mobile-view nav.navbar.navbar-expand-lg.navbar-dark.bg-dark.fixed-top .navbar-brand {
                padding: 0 !important;
                height: 60px !important;
                width: 90%;
            }
        nav.nav-menu.navbar.navbar-expand-lg.navbar-dark.bg-dark.fixed-top {
            padding: 15px 10px;
        }

        #header.header-scrolled {
            top: 0;
            background: transparent !important;
        }

        .mobile-view nav.navbar.navbar-expand-lg.navbar-dark.bg-dark.fixed-top .navbar-brand {
            padding: 0 !important;
            height: 50px !important;
        }

        .mobile-view .nav-menu.navbar.navbar-expand-lg.navbar-dark.bg-dark.fixed-top a {
            display: block;
            position: relative;
            color: white;
            padding: 9px 14px;
            transition: 0.3s;
            font-family: Calibre, Arial, sans-serif;
            font-size: 15px;
            font-weight: 500;
            /* font-family: "Poppins", sans-serif; */
            margin: 0 2px;
            border-bottom: 2px solid transparent;
        }

        .mobile-view nav.nav-menu.navbar.navbar-expand-lg.navbar-dark.bg-dark.fixed-top .container {
            margin: 0 auto;
        }

        nav.nav-menu.navbar.navbar-expand-lg.navbar-dark.bg-dark.fixed-top .row {
            width: 100%;
        }

        .mobile-view nav.navbar.navbar-expand-lg.navbar-dark.bg-dark.fixed-top .navbar-brand img.img-fluid.img-responsive {
            height: 50px;
            width: auto;
        }

        nav.nav-menu.navbar.navbar-expand-lg.navbar-dark.bg-dark.fixed-top .row button.navbar-toggler {
            float: right;
            position: relative;
            right: 0;
            display: block;
           /* height: fit-content;
            top: 13px;*/
            border: 0;
        }
        nav.nav-menu.navbar.navbar-expand-lg.navbar-dark.bg-dark.fixed-top button:focus {
            outline: none !important;
        }
    }

    /*--------------------------------------------------------------
# Header LOGIN
--------------------------------------------------------------*/
.logo.mr-auto{}

#hero .banner-design.login-page .col-lg-6 {
    padding: 25px 35px;
}

    #hero .banner-design.login-page .text-box {
        position: relative;
        top: 10%;
        left: 0;
    }

        #hero .banner-design.login-page .text-box h2 {
            color: #fff;
            margin-bottom: 24px;
            font-size: 38px;
            font-weight: 600;
            letter-spacing: 0px;
            font-family: Calibre, Arial, sans-serif;
            margin-top: 5px;
        }

    #hero .banner-design.login-page .col-md-12.form-group .form-control {
        border-radius: 20px;
        border: none;
        background-color: #FAFAFA;
        border: 1px solid #ddd;
        outline: none;
        height: 42px;
    }

    #hero .banner-design.login-page .cat-tech_box .bottom-sec p {
        font-weight: 600;
        font-size: 13px;
        margin-top: 42px;
    }

#hero .banner-design.login-page .cat-tech_box h2 {
    color: #fff;
    margin-bottom: 15px;
    font-size: 40px;
    font-weight: 700;
    margin-top: 5px;
}

    .botton-sec.login-btn {
        width: 84%;
        margin: 0 auto;
    }

        .botton-sec.login-btn button {
            width: 100% !important;
        }

.botton-sec.forgot-btn {
    width: 84%;
    margin: 0 auto;
    height: 65px;
    margin-top: 22px;
}

        .botton-sec.forgot-btn .forgotbtn {
            width: 100% !important;
        }

    .botton-sec.forget-password .radius.title.fp.forgotbtn {
        background-color: transparent;
        box-shadow: none;
        color: #333;
        font-size: 16px;
        /* margin-top: 35px; */
        /* margin-bottom: 35px; */
        /* padding: 35px 0; */
    }

        .botton-sec.forget-password .radius.title.fp.forgotbtn:hover {
            color: #C41212;
        }

    /* Login massage alarte */
    div#incorrectPW {
        position: absolute;
        background-color: transparent !important;
        background: transparent !important;
        box-shadow: none;
        float: right;
        right: 280px;
        width: 415px;
    }

        div#incorrectPW .alert.alert-danger {
            margin: 0 !important;
            position: relative;
            top: -190px;
            padding: 0 !important;
            background: transparent !important;
            border: none;
            right: 0;
            width: 401px;
            color: red !important;
        }

        div#incorrectPW .alert.alert-success {
            background: transparent;
            border: none;
            position: relative;
            top: -240px;
        }

    .contact-us-form .form-row .form-group label {
        font-size: 15px;
        font-weight: 500;
    }

    .contact-us-form .form-row .form-group input.form-control {
        height: 42px;
        border-radius: 3px;
        box-shadow: none;
        font-size: 15px !important;
    }

    @media screen and (min-width: 768px) and (max-width: 1024px) {
        div#incorrectPW .alert.alert-success {
            background: transparent;
            border: none;
            position: relative;
            top: -240px;
            right: -85px;
            float: right;
        }
    }

    @media screen and (min-width: 667px) and (max-width: 768px) {
        div#incorrectPW .alert.alert-success {
            background: transparent;
            border: none;
            position: relative;
            top: -240px;
            right: -30px !important;
            float: right;
            width: 400px;
        }
    }

    @media screen and (min-width: 568px) and (max-width: 767px) {
        div #incorrectPW {
            position: absolute;
            background-color: transparent !important;
            background: transparent !important;
            box-shadow: none;
            float: right;
            right: 0;
            width: 100%;
        }

            div#incorrectPW .alert.alert-danger {
                margin: 0 !important;
                position: relative;
                top: -210px;
                padding: 0 !important;
                background: transparent !important;
                border: none;
                right: 0;
                width: auto;
                color: red !important;
            }
            /*#hero .hero-container.background-image {
        background-color: rgba(0, 0, 0, 0.82);
        padding-bottom: 0 !important;
    }*/
            div#incorrectPW .alert.alert-success {
                background: transparent;
                border: none;
                position: relative;
                top: -240px;
                right: -115px;
                float: right;
                width: 400px;
            }
    }

    @media screen and (min-width: 320px) and (max-width: 567px) {
        div#incorrectPW {
            position: absolute;
            background-color: transparent !important;
            background: transparent !important;
            box-shadow: none;
            float: right;
            right: 0;
            width: 100%;
        }

            div#incorrectPW .alert.alert-danger {
                margin: 0 !important;
                position: relative;
                top: -210px;
                padding: 0 !important;
                background: transparent !important;
                border: none;
                right: 0;
                width: auto;
                color: red !important;
            }

        #hero .banner-design.login-page .text-box h2 {
            color: #fff;
            margin-bottom: 0;
            font-size: 38px !important;
            font-weight: 500;
            letter-spacing: 1px;
            font-family: Calibre, Arial, sans-serif;
        }
        /* #hero .hero-container.background-image {
        background-color: rgba(0, 0, 0, 0.82);
        padding-bottom: 0 !important;
    }*/
        div#incorrectPW .alert.alert-success {
            background: transparent;
            border: none;
            position: relative;
            top: -240px;
            right: -30px;
            float: right;
            width: 400px;
        }
        #header.header-scrolled {
            top: 0;
            background: rgba(0, 0, 0, 0.97) !important;
        }
    }

    @media screen and (min-width: 320px) and (max-width: 360px) {
        #hero .banner-design.login-page .text-box h2 {
            color: #fff;
            margin-bottom: 0;
            font-size: 32px !important;
            font-weight: 500;
            letter-spacing: 1px;
            font-family: Calibre, Arial, sans-serif;
        }

        #hero .banner-design.login-page .cat-tech_box h2 {
            color: #fff;
            margin-bottom: 25px;
            font-size: 34px !important;
            font-weight: 700;
        }

        div#incorrectPW .alert.alert-danger {
            margin: 0 !important;
            position: relative;
            top: -238px !important;
            padding: 0 !important;
            background: transparent !important;
            border: none;
            right: -10px !important;
            width: auto;
            color: red !important;
        }

        div#incorrectPW .alert.alert-success {
            background: transparent;
            border: none;
            position: relative;
            top: -265px;
            right: -50px !important;
            float: right;
            width: 400px;
        }
    }

    #hero .banner-design.login-page .cat-tech_box .bottom-sec p span a.link:hover {
        text-decoration: underline;
    }

    @media screen and (min-width: 320px) and (max-width: 570px) {
        #hero .banner-design.login-page .col-lg-6 {
            padding: 25px 15px;
        }
    }

    /*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
    /*top: 20px;*/
    /*height: 103px;*/
    z-index: 9999999999;
    transition: all 0.5s;
    padding: 10px 0;
    background: rgba(26, 24, 22, 0.85);

}
.logo.mr-auto {
    margin-top: 0px !important;
}
#header.header-transparent {
    /*  background: transparent;*/
    background: rgba(26, 24, 22, 0.75);
}

        #header.header-scrolled {
            top: 0;
            background: rgba(0, 0, 0, 0.97) !important;
        }

        #header .logo h1 {
            font-size: 28px;
            margin: 0;
            line-height: 1;
            font-weight: 400;
            letter-spacing: 3px;
        }

            #header .logo h1 a, #header .logo h1 a:hover {
                color: #fff;
                text-decoration: none;
            }

#header .logo img {
    padding: 0;
    margin: 0;
   /* max-height: 60px;*/
    max-height: 71px;
}
    #header .logo.mr-auto {
        margin-left: 0px;
        padding-top: 0;
    }
.bg-dark {
    background-color: #000 !important;
}
    

    .margin-bottom-20 {
        margin-bottom: 25px;
    }

    @media (max-width: 992px) {
        #header {
            top: 0;
            background: rgba(26, 24, 22, 0.85);
        }
    }


    /*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
    /* Desktop Navigation */
    .nav-menu, .nav-menu * {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .nav-menu > ul > li {
            position: relative;
            white-space: nowrap;
            float: left;
        }

        .nav-menu a {
            display: block;
            position: relative;
            color: white;
            padding: 6px 14px;
            transition: 0.3s;
            font-family: Calibre, Arial, sans-serif;
            font-size: 14px;
            font-weight: 500;
            /*font-family: "Poppins", sans-serif;*/
            margin: 0 2px;
            border-bottom: 2px solid transparent;
        }

            .nav-menu a:hover, .nav-menu .active > a, .nav-menu li:hover > a {
                color: #FFF;
                text-decoration: none;
                /* font-weight: 500; */
                border-bottom: 2px solid #DD0B0C;
                /* margin: 0 2px; */
                transition: 0.5s;
            }

        .nav-menu .book-a-table a {
            background: #ffb03b;
            color: #fff;
            border-radius: 50px;
            margin: 0 0 0 20px;
            padding: 10px 25px;
            text-transform: uppercase;
            font-size: 13px;
            font-weight: 500;
            letter-spacing: 1px;
            transition: 0.3s;
        }

            .nav-menu .book-a-table a:hover {
                background: #ffa012;
                color: #fff;
            }

        .nav-menu .drop-down ul {
            display: block;
            position: absolute;
            left: 0;
            top: calc(100% + 30px);
            z-index: 99;
            opacity: 0;
            visibility: hidden;
            padding: 10px 0;
            background: #fff;
            box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
            transition: ease all 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: 500;
            text-transform: none;
            color: #433f39;
        }

            .nav-menu .drop-down ul a:hover, .nav-menu .drop-down ul .active > a, .nav-menu .drop-down ul li:hover > a {
                color: #ffb03b;
            }

        .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;
            }

 /* li.cat-tech-logo input#btnLogout {
        background-color: #090909;
    }*/
li.cat-tech-logo input#btnLogout {
    background-color: #009143;
}

#btnLogout.btn.btn-danger:hover {
    background-color: #c00000;
    border: 0px solid #c00000!important;
}
    @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: #fff;
        }

    .mobile-nav {
        position: fixed;
        top: 100px;
        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: #433f39;
            padding: 10px 20px;
            font-weight: 500;
            outline: none;
        }

            .mobile-nav a:hover, .mobile-nav .active > a, .mobile-nav li:hover > a {
                color: #DD0B0C;
                text-decoration: none;
            }

        .mobile-nav .book-a-table a {
            background: #DD0B0C;
            color: #fff;
            border-radius: 50px;
            margin: 0 0 0 20px;
            padding: 10px 25px;
            text-transform: uppercase;
            font-size: 13px;
            font-weight: 500;
            letter-spacing: 1px;
            transition: 0.3s;
            display: inline-block;
        }

            .mobile-nav .book-a-table a:hover {
                background: #ffa012;
                color: #fff;
            }

        .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(39, 37, 34, 0.6);
        overflow: hidden;
        display: none;
        transition: ease-in-out 0.2s;
    }

    .mobile-nav-active {
        overflow: hidden;
    }

        .mobile-nav-active .mobile-nav {
            opacity: 0.95;
            visibility: visible;
        }

        .mobile-nav-active .mobile-nav-toggle i {
            color: #fff;
        }

    div#navContainer {
        display: none;
    }

    .contact .php-email-form button[type="submit"] {
        background: #C41212;
        border: 0;
        padding: 7px 72px;
        color: #FFF;
        transition: 0.4s;
        border-radius: 4px;
        font-weight: 600;
        outline: none;
        font-size: 13px;
        text-align: right;
        height: 35px;
    }
    /*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
    /*#hero {
  width: 100%;
  height: 100vh;
  background-color: rgba(39, 37, 34, 0.8);
  overflow: hidden;
  padding: 0;
}*/
.collapse-menu li a:hover, a:focus {
    color: #fff !important;
    outline: medium none;
    text-decoration: none;
    width: 100%;
}

#hero {
    display: block;
    position: relative;
    /* background-image: url('../img/slide/slide-1.jpg');
        background-repeat: no-repeat;*/
    width: 100%;
    float: left;
}

    #hero {
        width: 100%;
        height: auto !important;
        background-color: rgba(39, 37, 34, 0.5);
        overflow: hidden;
        padding: 0;
    }

        #hero .hero-container.background-image {
            background-color: rgba(0, 0, 0, 0.5);
            /*padding-bottom: 20px;*/
            padding-bottom: 0;
        }

        #hero .carousel-item {
            width: 100%;
            height: 100vh;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
        }

            #hero .carousel-item::before {
                content: '';
                background-color: rgba(12, 11, 10, 0.5);
                position: absolute;
                top: 0;
                right: 0;
                left: 0;
                bottom: 0;
            }

        #hero .carousel-container {
            display: flex;
            justify-content: center;
            align-items: center;
            position: absolute;
            bottom: 0;
            top: 0;
            left: 0;
            right: 0;
        }

        #hero .carousel-content {
            text-align: center;
        }

        #hero h2 {
            color: #fff;
            margin-bottom: 15px;
            font-family: Calibre, Arial, sans-serif;
            font-size: 43px;
            font-weight: 500;
        }

            #hero h2 span {
                color: #ffb03b;
            }

        #hero p {
            width: 80%;
            -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
            margin: 24px auto 30px auto;
            font-size: 16px;
            color: #fff;
           /* line-height: 30px;*/
        }
.content-text {
    margin-bottom: 32px;
}
.content-text p {
    margin: 0 !important;
}
        #hero .saibsNetCrm p {
            font-size: 13px;
            text-align: center;
        }

        #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%;
            opacity: 1;
        }

        #hero .carousel-control-next-icon, #hero .carousel-control-prev-icon {
            background: none;
            font-size: 36px;
            line-height: 1;
            width: auto;
            height: auto;
            background: rgba(255, 255, 255, 0.1);
            border-radius: 50px;
            padding: 10px;
            transition: 0.3s;
            color: rgba(255, 255, 255, 0.5);
        }

            #hero .carousel-control-next-icon:hover, #hero .carousel-control-prev-icon:hover {
                background: rgba(255, 255, 255, 0.2);
                color: rgba(255, 255, 255, 0.8);
            }

        #hero .carousel-indicators li {
            cursor: pointer;
        }

        #hero .btn-menu, #hero .btn-book {
            font-weight: 600;
            font-size: 13px;
            letter-spacing: 1px;
            text-transform: uppercase;
            display: inline-block;
            padding: 12px 30px;
            border-radius: 50px;
            transition: 0.5s;
            line-height: 1;
            margin: 0 10px;
            -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
            color: #fff;
            border: 2px solid #ffb03b;
        }

            #hero .btn-menu:hover, #hero .btn-book:hover {
                background: #ffb03b;
                color: #fff;
            }

    @media screen and (min-width: 567px) and (max-width: 768px) {
        .banner-design {
            display: inline-block;
            margin-top: 20% !important;
        }
    }
@media screen and (min-width: 320px) and (max-width: 580px) {
    .banner-design {
        display: inline-block;
        margin-top: 30% !important;
    }
}
@media screen and (min-width: 320px) and (max-width: 480px) {
    .mobile-view nav.navbar.navbar-expand-lg.navbar-dark.bg-dark.fixed-top .navbar-brand {
        padding: 0 !important;
        height: 60px !important;
        width: 85% !important;
    }
}

    @media screen and (min-width: 320px) and (max-width: 375px) {
        .cat-tech_box .botton-sec button[type="submit"] {
            background: #090909;
            border: 0;
            padding: 9px 12px;
            color: #FFF;
            transition: 0.4s;
            border-radius: 50px;
            font-weight: 500;
            outline: none;
            width: 100% !important;
            font-size: 13px;
            margin-bottom: 5px;
        }
    }

    /*--------------------------------------------------------------
# Top Banner Design
--------------------------------------------------------------*/
.banner-design {
    display: inline-flex;
    position: relative;
    /* margin-top: 13%;*/
    margin-top: 10%;
    width: 100%;
}
.cat-tech_box {
    height: auto;
    display: grid;
    text-align: center;
    padding: 0;
    border-radius: 10px;
    /* border: 1px solid #000; */
    /* background: rgba(9, 9, 9, 0.9); */
    background-color: #b03535;
    padding-top: 15px;
}

        .cat-tech_box .top-sec {
            padding: 15px;
            background-color: #b03535;
        }

.middle-sec {
    background-color: #fff;
    padding: 20px 30px 10px;
    border-bottom: 1px solid #fff;
}

    .cat-tech_box .bottom-sec {
        background-color: #fff;
        /* border-radius: 20px; */
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    .col-md-12.form-group .form-control {
        border-radius: 20px;
        border: none;
        background-color: #FAFAFA;
        border: 1px solid #ddd;
        outline: none;
    }

    .cat-tech_box p {
        margin: 0 auto 30px auto;
        color: #666 !important;
        font-size: 14px;
    }

    .banner-design.login-page .middle-sec .col-md-12.form-group {
        margin-bottom: 0;
    }

    .cat-tech_box .botton-sec input[type="submit"] {
        background: #090909;
        border: 0;
        padding: 9px 12px;
        color: #FFF;
        transition: 0.4s;
        border-radius: 50px;
        font-weight: 500;
        outline: none;
        width: 100%;
        font-size: 14px;
    }

        .cat-tech_box .botton-sec input[type="submit"]:hover {
            background: #DD0B0C;
            color: #FFF;
        }

    .banner-design .contact-btn button[type="submit"] {
        background: #FFF;
        border: 0;
        padding: 9px 12px;
        color: #DD0B0C;
        transition: 0.4s;
        border-radius: 50px;
        font-weight: 600;
        outline: none;
        width: 185px;
        font-size: 14px;
        text-transform: uppercase;
    }

        .banner-design .contact-btn button[type="submit"]:hover {
            background: #DD0B0C;
            color: #FFF;
        }

    @media (max-width: 768px) {
        #hero h2 {
            font-size: 28px;
        }

        .middle-sec {
            background-color: #fff;
            padding: 20px 20px;
            border-bottom: 1px solid #fff;
        }

        .cat-tech_box .botton-sec button[type="submit"] {
            background: #333333;
            border: 0;
            padding: 9px 12px;
            color: #FFF;
            transition: 0.4s;
            border-radius: 50px;
            font-weight: 500;
            outline: none;
            width: 145px;
            font-size: 13px;
            margin-bottom: 5px;
        }
    }

    @media (max-width: 992px) {
        .banner-design {
            display: inline-block;
            margin-top: 25%;
        }

        #hero .banner-design p {
            width: 100%;
        }

        .col-lg-7 {
            width: 100%;
            float: left;
        }

        .col-lg-5 {
            width: 100%;
            float: left;
        }
    }


    @media (min-width: 1024px) {
        #hero p {
            width: 100%;
        }

        #hero .carousel-control-prev, #hero .carousel-control-next {
            width: 5%;
        }
    }

    /*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
    section#why-us {
        position: relative;
        display: inline-block;
        width: 100%;
    }
section#why-us {
    padding-top: 20px;
    padding-bottom: 30px;
    background-color: rgba(255, 255, 255, 0.7);
}
    section {
        padding: 20px 0 45px;
    }

    .section-bg {
        background-color: white;
    }

    .section-title {
        text-align: center;
        padding-bottom: 30px;
    }

        .section-title h2 {
            margin: 15px 0;
            font-family: Calibre, Arial, sans-serif;
            font-size: 32px;
            font-weight: 700;
            color: #212121;
        }

.mt-5, .my-5 {
    margin-top: 2rem !important;
}

            .section-title h2 span {
                color: #C41212;
            }

        .section-title p {
            margin: 15px auto 0 auto;
            font-weight: 300;
        }

    @media (min-width: 1024px) {
        .section-title p {
            width: 50%;
        }
    }

    /*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
    .breadcrumbs {
        padding: 20px 0;
        background-color: #f2f1ef;
        min-height: 40px;
        margin-top: 120px;
    }

    @media (max-width: 992px) {
        .breadcrumbs {
            margin-top: 70px;
        }
    }

    .breadcrumbs h2 {
        font-size: 24px;
        font-weight: 300;
        margin: 0;
    }

    @media (max-width: 992px) {
        .breadcrumbs h2 {
            margin: 0 0 10px 0;
        }
    }

    .breadcrumbs ol {
        display: flex;
        flex-wrap: wrap;
        list-style: none;
        padding: 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: #6c757d;
                content: "/";
            }

    @media (max-width: 768px) {
        .breadcrumbs .d-flex {
            display: block !important;
        }

        .breadcrumbs ol {
            display: block;
        }

            .breadcrumbs ol li {
                display: inline-block;
            }
    }

    /*--------------------------------------------------------------
# About
--------------------------------------------------------------*/
    .about {
        background: #fffaf3;
    }

        .about .content {
            padding: 0 80px;
        }

            .about .content h3 {
                font-weight: 400;
                font-size: 34px;
                color: #5f5950;
            }

            .about .content h4 {
                font-size: 20px;
                font-weight: 700;
                margin-top: 5px;
            }

            .about .content p {
                font-size: 15px;
                color: #848484;
            }

            .about .content ul {
                list-style: none;
                padding: 0;
            }

                .about .content ul li + li {
                    margin-top: 15px;
                }

                .about .content ul li {
                    position: relative;
                    padding-left: 26px;
                }

                .about .content ul i {
                    font-size: 20px;
                    color: #ffb03b;
                    position: absolute;
                    left: 0;
                    top: 2px;
                }

            .about .content p:last-child {
                margin-bottom: 0;
            }

        .about .video-box {
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center center;
            min-height: 400px;
            position: relative;
        }

        .about .play-btn {
            width: 94px;
            height: 94px;
            background: radial-gradient(#ffb03b 50%, rgba(255, 176, 59, 0.4) 52%);
            border-radius: 50%;
            display: block;
            position: absolute;
            left: calc(50% - 47px);
            top: calc(50% - 47px);
            overflow: hidden;
        }

            .about .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);
            }

            .about .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(255, 176, 59, 0.7);
                top: -15%;
                left: -15%;
                background: rgba(198, 16, 0, 0);
            }

            .about .play-btn:hover::after {
                border-left: 15px solid #ffb03b;
                transform: scale(20);
            }

            .about .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;
            }

    @media (max-width: 1024px) {
        .about .content, .about .accordion-list {
            padding-left: 0;
            padding-right: 0;
        }
    }

    @media (max-width: 992px) {
        .about .content {
            padding-top: 30px;
        }

        .about .accordion-list {
            padding-bottom: 30px;
        }
    }

    @-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;
        }
    }

    /*--------------------------------------------------------------
# Whu Us
--------------------------------------------------------------*/
    .why-us .section-title h2 span {
        color: #C41212;
        border-bottom: 2px solid #DD0B0C;
    }

.why-us .box {
    background-color: #fff;
    padding: 50px 30px;
    box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.15);
    transition: all ease-in-out 0.3s;
    height: 460px;
    border: 1px solid #ddd;
}

        .why-us .box .cat-tech-icon {
            background-color: #000000;
            width: 100%;
            height: 150px;
            padding: 30px 15px;
        }

            .why-us .box .cat-tech-icon span {
                width: 212px;
                margin: 0 auto;
                position: relative;
                top: 10px;
            }

        .why-us .box span {
            display: block;
            font-size: 28px;
            font-weight: 700;
            color: #C41212;
        }

        .why-us .box h4 {
            font-size: 20px;
            font-weight: 600;
            padding: 0;
            margin: 20px 0 5px;
            color: #333;
            height: 56px;
        }
        .why-us .box p {
            color: #555555;
            font-size: 15px;
            margin: 0;
            padding: 0;
            height: 75px;
        }
        .why-us .box:hover {
            background: #C41212;
            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;
            }

        .why-us .box .text-center {
            margin-top: 10px;
        }
            .why-us .box .text-center button[type="submit"] {
                background: #333;
                border: 0;
                padding: 7px 42px;
                color: #FFF;
                transition: 0.4s;
                border-radius: 50px;
                font-weight: 500;
                outline: none;
            }

        .why-us .box:hover .text-center button[type="submit"] {
            background: #fff;
            color: #DD0B0C;
        }

        .why-us .box .text-center button[type="submit"]:hover {
            background: #fff;
            color: #212121;
        }
        .why-us .box .text-center a, button, input[type=submit], input[type=button], .product-img {
            background: #333;
            border: 0;
            /* padding: 7px 42px; */
            color: #FFF;
            transition: 0.4s;
            border-radius: 50px;
            font-weight: 500;
            outline: none;
        }

      .why-us .box:hover input.btn {
            background-color: #fff;
            color: #C41212;
        }
        .why-us .box .text-center a, button, input[type=submit], input[type=button], .product-img {
            background: #333;
            color: #fff;
        }

/*--------------------------------------------------------------
# Contact
--------------------------------------------------------------*/
section#contact {
    position: relative;
    display: inline-block;
    width: 100%;
}

    #contact .section-title {
        text-align: center;
        padding-bottom: 1px;
    }

    section#contact {
        background-color: #FFF;
    }

    #contact .section-title h2 span {
        color: #C41212;
        border-bottom: 2px solid #DD0B0C;
    }

    .contact .info-wrap {
        box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
        padding: 30px;
    }

    .contact .info {
        background: #fff;
    }

        .contact .info i {
            font-size: 20px;
            color: #ffb03b;
            float: left;
            width: 44px;
            height: 44px;
            background: #fff6e8;
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 50px;
            transition: all 0.3s ease-in-out;
        }

        .contact .info h4 {
            padding: 0 0 0 60px;
            font-size: 18px;
            font-weight: 600;
            margin-bottom: 5px;
            color: #433f39;
            /* font-family: "Poppins", sans-serif;*/
            font-family: sans-serif;
        }

        .contact .info p {
            padding: 0 0 0 60px;
            margin-bottom: 0;
            font-size: 14px;
            color: #7a7368;
        }

        .contact .info:hover i {
            background: #ffb03b;
            color: #fff;
        }

    .contact .php-email-form {
        width: 100%;
        box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
        padding: 30px;
        background: transparent;
    }

    .form-control {
        background-clip: border-box;
    }

    .contact .php-email-form .form-group {
        padding-bottom: 8px;
    }

    .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: center;
        padding: 15px;
        font-weight: 600;
    }

    .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 {
        height: 44px;
    }

    .contact .php-email-form textarea {
        padding: 10px 12px;
    }

    .contact .php-email-form button[type="submit"] {
        background: #C41212;
        border: 0;
        padding: 7px 72px;
        color: #FFF;
        transition: 0.4s;
        border-radius: 4px;
        font-weight: 600;
        outline: none;
        font-size: 13px;
        text-align: right;
        height: 35px;
    }

        .contact .php-email-form button[type="submit"]:hover {
            background: #5CB75C;
            color: #333;
            outline: none;
        }

    .contact-us-form {
        width: 100%;
        box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
        padding: 30px;
        background: transparent;
    }

        .contact-us-form .text-right .btn.Chang-password-btn {
            background: #C41212;
            border: 0;
            padding: 7px 72px;
            color: #FFF;
            transition: 0.4s;
            border-radius: 4px;
            font-weight: 600;
            outline: none;
            font-size: 13px;
            text-align: right;
            height: 35px;
        }

            .contact-us-form .text-right .btn.Chang-password-btn:hover {
                background: #5CB75C;
                color: #333;
                outline: none;
            }


    @-webkit-keyframes animate-loading {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }

    @keyframes animate-loading {
        0% {
            transform: rotate(0deg);
        }

        100% {
            transform: rotate(360deg);
        }
    }

    /*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background: #35322d;
    color: #fff;
    font-size: 14px;
    text-align: center;
    padding: 22px 0 15px;
    display: none;
}
        #footer h3 {
            font-size: 36px;
            font-weight: 700;
            color: #ffb03b;
            position: relative;
            padding: 0;
            margin: 0 0 15px 0;
        }

        #footer p {
            font-size: 15;
            font-style: italic;
            padding: 0;
            margin: 0 0 40px 0;
        }

        #footer .social-links {
            margin: 0 0 40px 0;
        }

            #footer .social-links a {
                font-size: 18px;
                display: inline-block;
                background: #46423b;
                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 .social-links a:hover {
                    background: #ffb03b;
                }

        #footer .copyright {
            margin: 0 0 5px 0;
            font-family: sans-serif;
        }

            #footer .copyright span {
                letter-spacing: 1px;
            }

        #footer .credits {
            font-size: 13px;
        }

    #footer .copyright p {
        margin-bottom: 5px;
    }

    a.link-tag {
        color: #FFF;
        font-style: normal;
    }

    #footer p {
        font-size: 15;
        font-style: normal;
        margin-bottom: 10px;
    }