 .navbar-nav li a {
     border-radius: 0;
     font-size: 12px;
     font-style: normal;
     font-weight: 700;
     line-height: 20px;
     padding: 10px 13px;
     text-transform: uppercase;
     color: #801323;
     text-decoration: none;
 }

 .navbar-nav>li>a:hover {
     color: #ffffff;
     background: #801323;
 }

 .dropdown-item {
     text-decoration: none;
 }

 .dropdown-menu>li>a:hover {
     color: #ffffff;
     background: #801323;
     text-decoration: none;
 }

 .navbar-nav .dropdown .dropdown-submenu li:hover a {
     color: #ffffff;
     background: #801323;
 }

 @media (min-width: 992px) {
     .navbar-expand-lg .navbar-collapse {
         display: flex !important;
         flex-basis: auto;
         justify-content: end;
     }

     .navbar-nav .dropdown-menu {
         border: none;
     }
 }

 .dropdown-menu>li.kopie>a {
     padding-left: 5px;
 }

 .dropdown-submenu {
     position: relative;
 }

 .dropdown-submenu>.dropdown-menu {
     top: 0;
     left: 100%;
     margin-top: 5px;
     margin-left: -1px;
     -webkit-border-radius: 0 6px 6px 6px;
     -moz-border-radius: 0 6px 6px 6px;
     border-radius: 0 6px 6px 6px;
     border: none;
 }

 .dropdown-submenu>a:after {
     border-color: transparent transparent transparent #333;
     border-style: solid;
     border-width: 5px 0 5px 5px;
     content: " ";
     display: block;
     float: right;
     height: 0;
     margin-right: -10px;
     margin-top: 5px;
     width: 0;
 }

 .dropdown-submenu:hover>a:after {
     border-left-color: #fff;
 }

 .dropdown-submenu>a:after {
     border-left-color: #801323;
 }

 @media (max-width: 767px) {
     .navbar-nav {
         display: inline;
     }

     .navbar-default .navbar-brand {
         display: inline;
     }

     .navbar-default .navbar-toggle .icon-bar {
         background-color: #fff;
     }

     .navbar-default .navbar-nav .dropdown-menu>li>a {
         color: red;
         background-color: #ccc;
         border-radius: 4px;
         margin-top: 2px;
     }

     .navbar-default .navbar-nav .open .dropdown-menu>li>a {
         color: #333;
     }

     .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover,
     .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus {
         background-color: #ccc;
     }

     .navbar-nav .open .dropdown-menu {
         border-bottom: 1px solid white;
         border-radius: 0;
     }

     .dropdown-menu {
         padding-left: 10px;
     }

     .dropdown-menu .dropdown-menu {
         padding-left: 20px;
     }

     .dropdown-menu .dropdown-menu .dropdown-menu {
         padding-left: 30px;
     }

     li.dropdown.open {
         border: 0px solid red;
     }

 }

 @media (min-width: 768px) {
     ul.nav li:hover>ul.dropdown-menu {
         display: block;
     }

     #navbar {
         text-align: center;
     }
 }




 p {
     color: #777;
     line-height: 24px;
     margin: 0 0 20px;
     text-align: justify;
 }

 #footer.short {
     padding-top: 50px;
 }

 #footer {
     background: rgba(128, 128, 128, .22);
     border-top: 4px solid #0e0e0e;
     font-size: 0.9em;
     /* margin-top: 50px; */
     padding: 70px 0 0;
     position: relative;
     clear: both;
 }

 .list.list-icons {
     list-style: none;
     padding-left: 0;
     padding-right: 0;
 }

 .list.list-icons li {
     position: relative;
 }

 .list li {
     margin-bottom: 13px;
 }

 .list.list-icons.list-icons-style-3 li .fa,
 .list.list-icons.list-icons-style-3 li .icons {
     background-color: #801323;
 }

 .list.list-icons.list-icons-style-3 li .fa,
 .list.list-icons.list-icons-style-3 li .icons {
     color: #FFF;
     border-radius: 50%;
     width: 25px;
     height: 25px;
     text-align: center;
     padding: 7px 0px;
 }

 .list.list-icons li .fa,
 .list.list-icons li .icons {
     color: #801323;
     border-color: #801323;
 }

 .list.list-icons li .fa,
 .list.list-icons li .icons {
     position: absolute;
     left: 80px;
     top: 0px;
 }

 hr {
     background-image: -webkit-linear-gradient(left, transparent, #DBDBDB, transparent);
     background-image: linear-gradient(to right, transparent, #DBDBDB, transparent);
     border: 0;
     height: 1px;
     margin: 22px 0;
 }

 #footer a {
     color: black;
     text-decoration: none;
 }

 .contact .php-email-form input {
     height: 44px;
 }

 .php-email-form input,
 .php-email-form textarea,
 .php-email-form select {
     border-radius: 0;
     box-shadow: none;
     font-size: 14px;
     /* background: #0c0b09; */
     border-color: #625b4b;
     color: #000;
 }

 .form-control {
     display: block;
     width: 100%;
     padding: 0.375rem 0.75rem;
     font-size: 1rem;
     font-weight: 400;
     line-height: 1.5;
     color: #212529;
     background-color: #fff;
     background-clip: padding-box;
     border: 1px solid #ced4da;
     -webkit-appearance: none;
     -moz-appearance: none;
     appearance: none;
     border-radius: 0.375rem;
     transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
 }

 .php-email-form textarea {
     padding: 10px 12px;
     min-height: 120px;
     height: 120px;
 }

 .btn {
     color: #ffffff;
     background-color: #801323;
     border-color: #801323;
     padding: 10px 16px;
     font-size: 18px;
     line-height: 1.3333333;
     border-radius: 0;
 }

 @media only screen and (max-width: 767px) {
    h1 {
         font-size: 2.1em;
         line-height: 44px;
         margin: 30px 0;
         color: #2e353e !important;
     }

     h2 {
         font-size: 2.2em;
         line-height: 44px;
         margin: 30px 0;
         color: #2e353e !important;
         text-align: center;
     } 

     .slider{
        margin-top: 96px;
     }    

     .diamonds {
         font-size: 0;
         position: relative;
         text-align: center;
          padding: 0;
          margin-top: 80px;
     }

     .diamonds>li {
         display: inline-block;
         font-size: 18px;
         margin: 0 55px;
         line-height: 24px;
     }

     .diamonds .diamond {
         overflow: hidden;
         transform: rotate(-45deg);
     }

     .diamonds .diamond {
         background: #f4f4f4;
         display: block;
         height: 255px;
         overflow: hidden;
         position: relative;
         text-decoration: none;
         width: 255px;
     }

     .diamonds .content {
         display: table-cell;
         height: 255px;
         padding: 0 10px;
         transform: rotate(45deg);
         text-align: center;
         vertical-align: middle;
         width: 255px;
         position: relative;
     }

     .diamonds .content img {
         margin-left: -45%;
         max-width: 375px;
     }

     .diamonds .diamond:after {
         -webkit-transition: all 0.2s ease;
         -moz-transition: all 0.2s ease;
         transition: all 0.2s ease;
         content: " ";
         width: 100%;
         height: 100%;
         position: absolute;
         top: 0;
         left: 0;
         background: #000;
         opacity: 0;
         transform: scale(0);
         z-index: 100;
     }

     .diamondtext {
         z-index: 99;
         background: #801323;
         min-height: 50px;
         padding: 15px;
         margin-top: 52px;
         text-align: center;
         color: white;
         font-size: 26px;
         font-weight: 600;
         font-weight: 600;
         position: relative;
         text-transform: capitalize;
         margin-bottom: 75px;
     }

     .diamondtext .text2 {
         font-size: 14px;
         text-align: center;
         color: white;
         font-weight: 600;
         text-transform: capitalize;
     }

 }

 @media only screen and (min-width: 767px) {
     h1 {
         font-size: 2.6em;
         line-height: 44px;
         margin: 0 0 32px 0;
         color: #2e353e !important;
     }

     h1 {
         font-size: 2.6em;
         line-height: 44px;
         margin: 0 0 32px 0;
         color: #2e353e !important;
     }
     .diamonds {
         padding: 50px 0 0 25px;
     }

     .diamonds {
         font-size: 0;
         margin: 40px auto;
         position: relative;
         text-align: center;
     }

     .diamonds>li {
         display: inline-block;
         font-size: 18px;
         margin: 0 65px;
         line-height: 24px;
     }

     .diamonds .diamond {
         overflow: hidden;
         transform: rotate(-45deg);
     }

     .diamonds .diamond {
         background: #f4f4f4;
         display: block;
         height: 255px;
         overflow: hidden;
         position: relative;
         text-decoration: none;
         width: 255px;
     }

     .diamonds .content {
         display: table-cell;
         height: 255px;
         padding: 0 10px;
         transform: rotate(45deg);
         text-align: center;
         vertical-align: middle;
         width: 255px;
         position: relative;
     }

     .diamonds .content img {
         margin-left: -45%;
         max-width: 375px;
     }

     .diamonds .diamond:after {
         -webkit-transition: all 0.2s ease;
         -moz-transition: all 0.2s ease;
         transition: all 0.2s ease;
         content: " ";
         width: 100%;
         height: 100%;
         position: absolute;
         top: 0;
         left: 0;
         background: #000;
         opacity: 0;
         transform: scale(0);
         z-index: 100;
     }

     .diamondtext {
         z-index: 99;
         background: #801323;
         min-height: 50px;
         padding: 15px;
         margin-top: 52px;
         text-align: center;
         color: white;
         font-size: 26px;
         font-weight: 600;
         font-weight: 600;
         position: relative;
         text-transform: capitalize;
     }

     .diamondtext .text2 {
         font-size: 14px;
         text-align: center;
         color: white;
         font-weight: 600;
         text-transform: capitalize;
     }
 }


 .testimonial {
     margin: 0 20px 40px;
 }

 .testimonial .testimonial-content {
     padding: 35px 25px 35px 50px;
     margin-bottom: 35px;
     background: #fff;
     border: 1px solid #f0f0f0;
     position: relative;
 }

 .testimonial .testimonial-content:after {
     content: "";
     display: inline-block;
     width: 20px;
     height: 20px;
     background: #fff;
     position: absolute;
     bottom: -10px;
     left: 22px;
     transform: rotate(45deg);
 }

 .testimonial-content .testimonial-icon {
     width: 50px;
     height: 45px;
     background: #801323;
     text-align: center;
     font-size: 22px;
     color: #fff;
     line-height: 42px;
     position: absolute;
     top: 37px;
     left: -19px;
 }

 .testimonial-content .testimonial-icon:before {
     content: "";
     border-bottom: 16px solid #801323;
     border-left: 18px solid transparent;
     position: absolute;
     top: -16px;
     left: 1px;
 }

 .testimonial .description {
     font-size: 15px;
     font-style: italic;
     color: #8a8a8a;
     line-height: 23px;
     margin: 0;
 }

 .testimonial .title {
     display: block;
     font-size: 18px;
     font-weight: 700;
     color: #ffffff;
     text-transform: capitalize;
     letter-spacing: 1px;
     margin: 0 0 5px 0;
 }

 .testimonial .post {
     display: block;
     font-size: 14px;
     color: #801323;
 }

 .owl-theme .owl-controls {
     margin-top: 20px;
 }

 .owl-theme .owl-controls .owl-page span {
     background: #ccc;
     opacity: 1;
     transition: all 0.4s ease 0s;
 }

 .owl-theme .owl-controls .owl-page.active span,
 .owl-theme .owl-controls.clickable .owl-page:hover span {
     background: #801323;
 }

 .page-header {
     background-color: #171717;
     border-bottom: 5px solid #CCC;
     border-top: 5px solid #384045;
     margin: 96px 0 0 0;
     min-height: 50px;
     padding: 20px 0;
     position: relative;
     text-align: left;
 }

 .page-header .breadcrumb>li {
     text-shadow: none;
 }

 .breadcrumb>li {
     display: inline-block;
 }

 li {
     line-height: 24px;
 }

 .breadcrumb>.active {
     color: #777;
 }

 .page-header .breadcrumb {
     background: none;
     margin: -3px 0 0;
     padding: 0;
 }

 .breadcrumb>li+li:before {
     padding: 0 5px;
     color: #ccc;
     content: "/\00a0";
 }

 .page-header h1 {
     color: #ffffff !important;
     font-weight: 200;
     font-size: 2.2em;
     padding: 20px 0 0;
     position: relative;
     line-height: 0px;
 }

 .page-header a {
     color: #801323;
     text-decoration: none;
 }

 .page-header a:hover {
     color: #e35938;
 }

 hr.solid {
     background: #020202;
     border: 0;
     height: 1px;
     margin: 22px 0;
 }

 #specifications .fa {
     font-size: 45px;
     color: #801323;
     padding: 15px 0;
 }

 #specifications .box-content img {
     filter: brightness(0) saturate(100%) invert(12%) sepia(63%) saturate(3407%) hue-rotate(336deg) brightness(91%) contrast(99%);
 }

 .owl-carousel {
     text-align: center;
     padding-top: 15px;
 }

 .owl-carousel button.owl-dot {
     width: 15px;
     height: 15px;
     border-radius: 50%;
     display: inline-block;
     background: #ccc !important;
     margin: 0 3px;
 }

 .owl-carousel button.owl-dot.active {
     background-color: #801323 !important;
 }

 .owl-carousel button.owl-dot:focus {
     outline: none;
 }

 .overview h5 {
     font-size: 18px;
 }

 .btn-ravi {
     width: 100%;
     text-align: center;
     margin-top: 20px;
 }

 #exampleModal h5 {
     text-align: center;
     color: #801323;
     width: 100%;
     font-size: 24px;
     margin-bottom: 10px;
     text-transform: uppercase;
 }