.navbar-brand span {
    color: #FF0505;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: 0.1em;
    font-family: 'Kaushan Script', 'Helvetica Neue', Helvetica, Arial, cursive;
}

.navbar-brand {
    color: #fff;
    font-size: 20px;
    font-family: 'Kaushan Script', 'Helvetica Neue', Helvetica, Arial, cursive;
    font-weight: 700;
    letter-spacing: 0.1em;
}

.navbar-nav .nav-item .nav-link {
    padding: 1.1em 1em !important;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.1px;
    color: #1d2d40 !important;
    font-family: 'Gothic A1', sans-serif;
}

.navbar-nav .nav-item .nav-link:hover {
    color: #FF0505 !important;
}

.navbar-expand-md .navbar-nav .dropdown-menu {
    border-top: 3px solid #e31e24;
}

.dropdown-item:hover {
    background-color: #FF0505;
    color: #fff;
}

nav {
    -webkit-transition: padding-top .3s, padding-bottom .3s;
    -moz-transition: padding-top .3s, padding-bottom .3s;
    transition: padding-top .3s, padding-bottom .3s;
    border: none;
}

.navbar-dark .navbar-toggler {
    border-color: #1d2d40 !important;
    margin-right: 5px;
}

.navbar-dark .navbar-toggler-icon {
    color: #ffffff !important;
    background-image: none !important;
}

.shrink {
    padding-top: 0;
    padding-bottom: 0;
    background-color: #FFFFFF;
}

.navbar {
    padding: 0 !important;
}
/* For the phone number (left side) */
.smallnav1 {
    float: left;
    padding-top: 15px;
    padding-bottom: 7px;
    font-size: 14px;
    z-index: 999;
}



/* For the email (right side) */
.smallnav {
    float: right;
    padding-top: 15px;
    padding-bottom: 7px;
    font-size: 14px;
    z-index: 999;
}

/* For tablet and larger screens */
@media only screen and (max-width: 900px) {
    .smallnav1 {
        font-size: 12px;
        float: left;  /* Phone number on the left */
    }

    .smallnav {
        font-size: 12px;
        float: right; /* Email on the right */
    }
}

@media only screen and (max-width: 600px) {
    .smallnav1 {
        font-size: 12px;
        float: left; /* Phone number on the left */
    }

    .smallnav {
        font-size: 12px;
        float: right; /* Email on the right */
    }
    
}

/* For mobile screens (max-width 600px) */
@media only screen and (max-width: 600px) {
    .smallnav1 {
        font-size: 12px;
        float: left; /* Phone number on the left */
    }

    .smallnav {
        font-size: 12px;
        float: right; /* Email on the right */
    }
    
}


dl,
ol,
ul {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.slider-ban {
    position: fixed;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    display: block;
    /* height: 100vh; */
    height: 110vh;
    padding-top: 114px;
    position: relative;
    min-width: 100%;
    width: 100%;
    max-width: 100%;
    line-height: 1;
}

@media only screen and (max-width: 600px) {
    .carousel-inner>.item>img {
        /*height: 100vh;
		
        min-width: 100vh;*/
        width: 100%;
        max-width: 100vh;
        padding-top: 87px;
        height: 106vh;
    }
}

.carousel-caption h4 {
    font-size: 40px;
}

.carousel-caption p {
    padding-bottom: 25vh;
    font-size: 20px;
}

@media only screen and (max-width: 480px) {
    .carousel-caption h4 {
        font-size: 30px;
    }
    .carousel-caption p {
        font-size: 20px;
    }
}

/**
 * Change animation duration
 */

.animated {
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100px, 0, 0);
        transform: translate3d(100px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100px, 0, 0);
        transform: translate3d(100px, 0, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

.img-responsive {
    display: block;
    height: auto;
    width: 100%;
    .gallery & {
        object-fit: cover;
        height: 100%;
    }
}

.offer {
    margin-top: 100vh;
    background-color: white !important;
}

.clearfix {
    overflow: auto;
}

.text-box {
    position: fixed;
    top: 230px;
    text-align: center !important;
    width: 100%;
    color: #fff;
    transform: translateY(-50%);
}

.banner {
    width: 100%;
    height: auto;
}

.about {
    margin-top: 50vh;
}

h6.description {
    font-weight: 300px;
    letter-spacing: 2px;
    color: white;
    border-bottom: 1px solid rgba(255, 255, 255);
    padding-bottom: 5px;
    padding-top: 50px;
    font-size: 25px;
}

.testimonials {
    padding-top: 0;
    padding-bottom: 0;
}

.big-img img {
    height: 385px;
    width: 100%;
    object-fit: cover;
}

.inner-section {
    position: relative;
}

.inner-section h3 {
    text-transform: uppercase;
    font-weight: bold;
}

.inner-section h3:after {
    content: '';
    position: absolute;
    border-bottom: 4px solid #1d2d40;
    width: 100%;
    max-width: 10%;
    top: 37px;
    left: 0;
}

.linear-grid img {
    width: 100%;
    height: 124px;
    object-fit: cover;
}

.big-img2 img {
    height: 472px;
    width: 100%;
    object-fit: cover;
}

.my-grid img {
    height: 228px;
    width: 100%;
    object-fit: cover;
}

.services {
    background-color: #FBFBFB;
}

.single-service {
    position: relative;
    text-align: center;
    margin-bottom: 50px;
    -webkit-transition: .3s;
    transition: .3s;
    padding: 30px 20px;
    box-shadow: 0 1px 4px rgba(204, 203, 203)
}

.single-service:before {
    position: absolute;
    width: 0;
    height: 0;
    background-color: #e31e24;
    left: 0;
    top: 0;
    content: "";
    -webkit-transition: .3s;
    transition: .3s
}

.single-service:after {
    position: absolute;
    width: 0;
    height: 0;
    background-color: #e31e24;
    right: 0;
    bottom: 0;
    content: "";
    -webkit-transition: .3s;
    transition: .3s
}

.single-service:hover:after,
.single-service:hover:before {
    width: 50%;
    height: 2px;
    -webkit-transition: .3s;
    transition: .3s
}

.single-service:hover {
    box-shadow: 1px 3px 10px 0 rgba(0, 0, 0, 0.10)
}

.single-service.ser:hover {
    box-shadow: 1px 15px 23px 6px rgba(0, 0, 0, 0.10);
    background-color: white;
}

.single-service i.fa {
    font-size: 20px;
    width: 60px;
    height: 60px;
    border: 1px solid #ddd;
    line-height: 60px;
    margin-bottom: 30px;
    border-radius: 50%;
    -webkit-transition: .3s;
    transition: .3s
}

.single-service:hover i.fa {
    background-color: #e31e24;
    color: #fff;
    border-color: #e31e24;
    border-radius: 0;
}

.single-service h4 {
    font-size: 20px;
    font-weight: 400;
    color: white;
    margin-bottom: 15px;
    text-transform: capitalize;
}

.single-service p {
    font-size: 15px;
    line-height: 1.8;
    color: white;
}

.col-big {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    width: 20%;
}

.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}

.hovereffect .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hovereffect:hover .overlay {
    background-color: rgba(14, 14, 14, 0.4);
}

.hovereffect img {
    display: block;
    position: relative;
}

.hovereffect h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 17px;
    padding: 10px;
    margin-top: 50px;
    background: rgba(0, 0, 0, 0.6);
    -webkit-transform: translateY(45px);
    -ms-transform: translateY(45px);
    transform: translateY(45px);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.hovereffect:hover h2 {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    transform: translateY(5px);
    margin: 0px;
}

.hovereffect p.info {
    display: inline-block;
    text-decoration: none;
    padding: 7px 14px;
    text-transform: uppercase;
    color: #fff;
    border: 1px solid #fff;
    background-color: transparent;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    font-weight: normal;
    margin: 7px;
    font-size: small;
}

.hovereffect:hover p.info {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.hovereffect p.info:hover {
    box-shadow: 0 0 5px #fff;
}

/* Footer */

@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
#footer {
    background: #007b5e !important;
}

#footer h5 {
    padding-left: 10px;
    border-left: 3px solid #eeeeee;
    padding-bottom: 6px;
    margin-bottom: 20px;
    color: #ffffff;
}

#footer a {
    color: #ffffff;
    text-decoration: none !important;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

#footer ul.social li {
    padding: 3px 0;
}

#footer ul.social li a i {
    margin-right: 5px;
    font-size: 25px;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
}

#footer ul.social li:hover a i {
    font-size: 30px;
    margin-top: -10px;
}

#footer ul.social li a,
#footer ul.quick-links li a {
    color: #ffffff;
}

#footer ul.social li a:hover {
    color: #eeeeee;
}

#footer ul.quick-links li {
    padding: 3px 0;
    -webkit-transition: .5s all ease;
    -moz-transition: .5s all ease;
    transition: .5s all ease;
}

#footer ul.quick-links li:hover {
    padding: 3px 0;
    margin-left: 5px;
    font-weight: 700;
}

#footer ul.quick-links li a i {
    margin-right: 5px;
}

#footer ul.quick-links li:hover a i {
    font-weight: 700;
}

@media (max-width:767px) {
    #footer h5 {
        padding-left: 0;
        border-left: transparent;
        padding-bottom: 0px;
        margin-bottom: 10px;
    }
}

.pizzaro-handheld-footer-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 1px rgba(173, 170, 170, 0.7);
    z-index: 9999;
}

.pizzaro-handheld-footer-bar:before,
.pizzaro-handheld-footer-bar:after {
    content: "";
    display: table;
}

.pizzaro-handheld-footer-bar:after {
    clear: both;
}

.pizzaro-handheld-footer-bar ul {
    margin: 0;
}

.pizzaro-handheld-footer-bar ul li {
    display: inline-block;
    float: left;
    text-align: center;
}

.pizzaro-handheld-footer-bar ul li:last-child>a {
    border-right: 0;
}

.pizzaro-handheld-footer-bar ul li>a {
    height: 40px;
    display: block;
    position: relative;
    text-indent: -9999px;
    z-index: 999;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
}

.pizzaro-handheld-footer-bar ul li>a:active,
.pizzaro-handheld-footer-bar ul li>a:focus {
    outline: none;
}

.pizzaro-handheld-footer-bar ul li>a:before {
    display: inline-block;
    font: normal normal normal 1em/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    line-height: 2;
    font-weight: 400;
    font-size: 1.618em;
    text-indent: 0;
    display: block;
    cursor: pointer;
}

.pizzaro-handheld-footer-bar ul li.search>a:before {
    content: "\ec46";
}

.pizzaro-handheld-footer-bar ul li.search .site-search {
    position: absolute;
    bottom: -2em;
    left: 0;
    right: 0;
    -webkit-transition: all, ease, .2s;
    -moz-transition: all, ease, .2s;
    transition: all, ease, .2s;
    padding: 1em;
    visibility: hidden;
    z-index: 1;
    display: block;
}

.pizzaro-handheld-footer-bar ul li.search.active .site-search {
    bottom: 100%;
    visibility: visible;
}

.pizzaro-handheld-footer-bar ul li.search .site-search,
.pizzaro-handheld-footer-bar ul li.search .widget,
.pizzaro-handheld-footer-bar ul li.search form {
    margin-bottom: 0;
}

.pizzaro-handheld-footer-bar ul li.my-account>a:before {
    content: "\f2a0";
    color: #fd0060;
}

.pizzaro-handheld-footer-bar ul li.cart>a:before {
    content: "\f232";
    color: #ffffff;
}

.pizzaro-handheld-footer-bar ul li.search>a:before {
    content: "\f095";
    color: #ffffff;
}

.pizzaro-handheld-footer-bar ul li.cart .count {
    text-indent: 0;
    display: block;
    width: 2em;
    height: 2em;
    line-height: 2;
    box-sizing: content-box;
    font-size: .75em;
    position: absolute;
    top: 0.875em;
    left: 50%;
    border-radius: 100%;
    border: 1px solid;
}

.pizzaro-handheld-footer-bar ul.columns-1 li {
    width: 100%;
    display: block;
    float: none;
}

.pizzaro-handheld-footer-bar ul.columns-2 li {
    width: 50%;
}

.pizzaro-handheld-footer-bar ul.columns-3 li {
    width: 33.33333%;
}

.pizzaro-handheld-footer-bar ul.columns-4 li {
    width: 25%;
}

.pizzaro-handheld-footer-bar ul.columns-5 li {
    width: 20%;
}

.pizzaro-handheld-footer-bar,
.pizzaro-handheld-footer-bar ul li>a,
.pizzaro-handheld-footer-bar ul li.search .site-search {
    /* color: #26ade3; */
    background: #1d2d40;
}

.pizzaro-handheld-footer-bar .site-search .widget_product_search form:before {
    top: 50%;
    left: auto;
}

.pizzaro-handheld-footer-bar .widget_product_search form input[type=submit],
.pizzaro-handheld-footer-bar .widget_search form input[type=submit] {
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute;
    top: 0;
    left: 0;
}

.pizzaro-handheld-footer-bar .site-search .widget_product_search input[type=search],
.pizzaro-handheld-footer-bar .site-search .widget_product_search input[type=text] {
    padding: 1.41575em 3.706325903em 1.41575em 1.618em;
    line-height: 1;
    width: 100%;
    border-radius: 0;
    background-color: #f2f2f2;
    color: #43454b;
    outline: 0;
    border: 0;
    -webkit-appearance: none;
    border-radius: 2px;
    box-sizing: border-box;
    font-weight: 400;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.125);
}

@media (min-width: 900px) {
    .menu-toggle,
    .handheld-navigation,
    .main-navigation.toggled .handheld-navigation,
    .main-navigation.toggled div.menu {
        display: none;
    }
    .main-navigation,
    .primary-navigation,
    .secondary-navigation {
        display: block;
    }
    .gallery-item.inner-box {
        height: 300px;
    }
    figure.image-1 {
        height: 300px;
    }
    /**
   * Handheld footer bar
   */
    .pizzaro-handheld-footer-bar {
        display: none;
    }
}

@media screen and (max-width: 992px) {
    span.hidden-sm.hidden-xs.hidden-md {
        display: none;
    }
    .img-responsive.log {
        display: block;
        height: auto;
        width: 191px;
        margin-left: 4px;
    }
}

@import url(//cdn.rawgit.com/rtaibah/dubai-font-cdn/master/dubai-font.css);
*,
*:after,
*:before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    user-select: none;
    /*cursor: default;*/
}

/*testimonial*/

/*html {
    width: 100%;
    height: auto;
}

body {
    width: 100%;
    height: auto;
    font-size: 16px;
    font-family: Dubai-Light;
    background: rgba(30,30,30);
}*/

.testim {
    width: 100%;
    /* position: absolute;*/
    top: 50%;
    -webkit-transform: translatey(-50%);
    -moz-transform: translatey(-50%);
    -ms-transform: translatey(-50%);
    -o-transform: translatey(-50%);
    transform: translatey(-50%);
}

.testim .wrap {
    position: relative;
    width: 100%;
    max-width: 1020px;
    padding: 40px 20px;
    margin: auto;
}

.testim .arrow {
    display: block;
    position: absolute;
    color: #000;
    cursor: pointer;
    font-size: 2em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    padding: 5px;
    z-index: 22222222;
}

.testim .arrow:before {
    cursor: pointer;
}

.testim .arrow:hover {
    color: #ea830e;
}

.testim .arrow.left {
    left: 10px;
}

.testim .arrow.right {
    right: 10px;
}

.testim .dots {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 60px;
    left: 0;
    display: block;
    z-index: 3333;
    height: 12px;
}

.testim .dots .dot {
    list-style-type: none;
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #eee;
    margin: 0 10px;
    cursor: pointer;
    -webkit-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    position: relative;
}

.testim .dots .dot.active,
.testim .dots .dot:hover {
    background: #1d2d40;
    border-color: #1d2d40;
}

.testim .dots .dot.active {
    -webkit-animation: testim-scale .5s ease-in-out forwards;
    -moz-animation: testim-scale .5s ease-in-out forwards;
    -ms-animation: testim-scale .5s ease-in-out forwards;
    -o-animation: testim-scale .5s ease-in-out forwards;
    animation: testim-scale .5s ease-in-out forwards;
}

.testim .cont {
    position: relative;
    overflow: hidden;
}

.testim .cont>div {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 0 70px 0;
    opacity: 0;
}

.testim .cont>div.inactive {
    opacity: 1;
}

.testim .cont>div.active {
    position: relative;
    opacity: 1;
}

.testim .cont div .img img {
    display: block;
    width: 100px;
    height: 100px;
    margin: auto;
    border-radius: 50%;
}

.testim .cont div h2 {
    color: #1d2d40;
    font-size: 1em;
    margin: 15px 0;
}

.testim .cont div p {
    font-size: 1.15em;
    color: #101010;
    width: 80%;
    margin: auto;
}

.testim .cont div.active .img img {
    -webkit-animation: testim-show .5s ease-in-out forwards;
    -moz-animation: testim-show .5s ease-in-out forwards;
    -ms-animation: testim-show .5s ease-in-out forwards;
    -o-animation: testim-show .5s ease-in-out forwards;
    animation: testim-show .5s ease-in-out forwards;
}

.testim .cont div.active h2 {
    -webkit-animation: testim-content-in .4s ease-in-out forwards;
    -moz-animation: testim-content-in .4s ease-in-out forwards;
    -ms-animation: testim-content-in .4s ease-in-out forwards;
    -o-animation: testim-content-in .4s ease-in-out forwards;
    animation: testim-content-in .4s ease-in-out forwards;
}

.testim .cont div.active p {
    -webkit-animation: testim-content-in .5s ease-in-out forwards;
    -moz-animation: testim-content-in .5s ease-in-out forwards;
    -ms-animation: testim-content-in .5s ease-in-out forwards;
    -o-animation: testim-content-in .5s ease-in-out forwards;
    animation: testim-content-in .5s ease-in-out forwards;
}

.testim .cont div.inactive .img img {
    -webkit-animation: testim-hide .5s ease-in-out forwards;
    -moz-animation: testim-hide .5s ease-in-out forwards;
    -ms-animation: testim-hide .5s ease-in-out forwards;
    -o-animation: testim-hide .5s ease-in-out forwards;
    animation: testim-hide .5s ease-in-out forwards;
}

.testim .cont div.inactive h2 {
    -webkit-animation: testim-content-out .4s ease-in-out forwards;
    -moz-animation: testim-content-out .4s ease-in-out forwards;
    -ms-animation: testim-content-out .4s ease-in-out forwards;
    -o-animation: testim-content-out .4s ease-in-out forwards;
    animation: testim-content-out .4s ease-in-out forwards;
}

.testim .cont div.inactive p {
    -webkit-animation: testim-content-out .5s ease-in-out forwards;
    -moz-animation: testim-content-out .5s ease-in-out forwards;
    -ms-animation: testim-content-out .5s ease-in-out forwards;
    -o-animation: testim-content-out .5s ease-in-out forwards;
    animation: testim-content-out .5s ease-in-out forwards;
}

@-webkit-keyframes testim-scale {
    0% {
        -webkit-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }
    35% {
        -webkit-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }
    70% {
        -webkit-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }
    100% {
        -webkit-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-moz-keyframes testim-scale {
    0% {
        -moz-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }
    35% {
        -moz-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }
    70% {
        -moz-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }
    100% {
        -moz-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-ms-keyframes testim-scale {
    0% {
        -ms-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }
    35% {
        -ms-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }
    70% {
        -ms-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }
    100% {
        -ms-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-o-keyframes testim-scale {
    0% {
        -o-box-shadow: 0px 0px 0px 0px #eee;
        box-shadow: 0px 0px 0px 0px #eee;
    }
    35% {
        -o-box-shadow: 0px 0px 10px 5px #eee;
        box-shadow: 0px 0px 10px 5px #eee;
    }
    70% {
        -o-box-shadow: 0px 0px 10px 5px #ea830e;
        box-shadow: 0px 0px 10px 5px #ea830e;
    }
    100% {
        -o-box-shadow: 0px 0px 0px 0px #ea830e;
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@keyframes testim-scale {
    0% {
        box-shadow: 0px 0px 0px 0px #eee;
    }
    35% {
        box-shadow: 0px 0px 10px 5px #eee;
    }
    70% {
        box-shadow: 0px 0px 10px 5px #ea830e;
    }
    100% {
        box-shadow: 0px 0px 0px 0px #ea830e;
    }
}

@-webkit-keyframes testim-content-in {
    from {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@-moz-keyframes testim-content-in {
    from {
        opacity: 0;
        -moz-transform: translateY(100%);
        transform: translateY(100%);
    }
    to {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
}

@-ms-keyframes testim-content-in {
    from {
        opacity: 0;
        -ms-transform: translateY(100%);
        transform: translateY(100%);
    }
    to {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}

@-o-keyframes testim-content-in {
    from {
        opacity: 0;
        -o-transform: translateY(100%);
        transform: translateY(100%);
    }
    to {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes testim-content-in {
    from {
        opacity: 0;
        transform: translateY(100%);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@-webkit-keyframes testim-content-out {
    from {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        opacity: 0;
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-moz-keyframes testim-content-out {
    from {
        opacity: 1;
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        opacity: 0;
        -moz-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-ms-keyframes testim-content-out {
    from {
        opacity: 1;
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        opacity: 0;
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@-o-keyframes testim-content-out {
    from {
        opacity: 1;
        -o-transform: translateY(0);
        transform: translateY(0);
    }
    to {
        opacity: 0;
        transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

@keyframes testim-content-out {
    from {
        opacity: 1;
        transform: translateY(0);
    }
    to {
        opacity: 0;
        transform: translateY(-100%);
    }
}

@-webkit-keyframes testim-show {
    from {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes testim-show {
    from {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
    to {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

@-ms-keyframes testim-show {
    from {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
    to {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

@-o-keyframes testim-show {
    from {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
    to {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes testim-show {
    from {
        opacity: 0;
        transform: scale(0);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

@-webkit-keyframes testim-hide {
    from {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    to {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
}

@-moz-keyframes testim-hide {
    from {
        opacity: 1;
        -moz-transform: scale(1);
        transform: scale(1);
    }
    to {
        opacity: 0;
        -moz-transform: scale(0);
        transform: scale(0);
    }
}

@-ms-keyframes testim-hide {
    from {
        opacity: 1;
        -ms-transform: scale(1);
        transform: scale(1);
    }
    to {
        opacity: 0;
        -ms-transform: scale(0);
        transform: scale(0);
    }
}

@-o-keyframes testim-hide {
    from {
        opacity: 1;
        -o-transform: scale(1);
        transform: scale(1);
    }
    to {
        opacity: 0;
        -o-transform: scale(0);
        transform: scale(0);
    }
}

@keyframes testim-hide {
    from {
        opacity: 1;
        transform: scale(1);
    }
    to {
        opacity: 0;
        transform: scale(0);
    }
}

@media all and (max-width: 300px) {
    body {
        font-size: 14px;
    }
}

@media all and (max-width: 500px) {
    .testim .arrow {
        font-size: 1.5em;
    }
    .testim .cont div p {
        line-height: 25px;
    }
}

li.categories {
    list-style: none;
    /* line-height: 30px; */
    border-bottom: 1px solid #80808040;
    /* width: 100%; */
    text-align: left;
    padding: 12px 6px 11px 32px;
}

li.categories:hover {
    background-color: #ff0505;
    color: white;
}

li.catmain {
    list-style: none;
    /* line-height: 30px; */
    border-bottom: 1px solid #80808040;
    /* width: 100%; */
    text-align: left;
    padding: 12px 6px 11px 32px;
    background-color: #ff0505;
    color: white;
}

li.hajj {
    line-height: 35px;
}

section.about.testimonials {
    margin-top: -11px;
    margin-bottom: 225px;
}

section.review.testim {
    margin-bottom: -194px;
}

h1.banner {
    font-size: 50px;
}

button.bb.book.w3-border.w3-border-red.w3-button.w3-round-large.w3-white {
    float: left;
    border-radius: 0;
    padding: 10px;
    margin-top: 4px;
}

input.track {
    padding: 10px;
    font-size: 13px;
    border: 1px solid #ffffff;
    float: left;
    width: 13%;
    background: #ffffff;
    margin-top: 6px;
    margin-right: 3px;
}

button.now {
    float: left;
    width: 11%;
    padding: 4px;
    background: #e31e25;
    color: #ffffff;
    font-size: 13px;
    border: 1px solid #e31e25;
    /* border-left: none; */
    cursor: pointer;
    height: 41px;
    line-height: inherit;
    margin-top: 6px;
}

button.now:hover {
    background-color: #d0181ff2;
    color: #ffffff;
    border: 1px solid #d0181ff2;
}

button.bb.book.w3-border.w3-border-red.w3-button.w3-round-large.w3-white {
    float: left;
    border-radius: 0;
    padding: 11px;
    margin-top: 6px;
    font-size: 13px;
    color: #fff !important;
    background-color: #1d2d40 !important;
    border: 1px solid #1d2d40 !important;
    margin-right: 9px;
    height: 40px;
}

button.bb.book.w3-border.w3-border-red.w3-button.w3-round-large.w3-white:hover {
    color: #fff !important;
    background-color: #4a5e77 !important;
    border: 1px solid #4a5e77 !important;
}

@media screen and (max-width: 992px) {
    section.about.testimonials {
        margin-top: -11px;
        margin-bottom: 294px;
    }
    section.review.testim {
        margin-bottom: -270px;
    }
    h1.banner {
        font-size: 35px;
    }
}

.container-fluid.ll {
    padding-top: 20px;
}

button.w3-button.w3-white.w3-border.w3-border-red.w3-round-large.bb {
    margin-top: 7px;
    margin-bottom: 7px;
}

button.w3-button.w3-white.w3-border.w3-border-red.w3-round-large.bb:hover {
    color: #fff !important;
    background-color: #e0787b !important;
}

@media screen and (max-width: 992px) {
    button.w3-button.w3-white.w3-border.w3-border-red.w3-round-large.bb {
        margin-top: 5px;
        margin-bottom: 10px;
    }
    .container-fluid.ll {
        padding-top: 30px;
    }
    input.track {
        padding: 10px 7px;
        font-size: 12px;
        border: 1px solid #ffffff;
        float: left;
        width: 32%;
        background: #ffffff;
        margin-top: 6px;
        margin-right: 3px;
    }
    button.now {
        float: left;
        width: 27%;
        padding: 4px;
        background: #e31e25;
        color: #ffffff;
        font-size: 12px;
        border: 1px solid #e31e25;
        /* border-left: none; */
        cursor: pointer;
        height: 40px;
        line-height: inherit;
        margin-top: 6px;
    }
}