/* ===================================
    Table of Content
====================================== */

/*  - Google Fonts
    - General
    - Header And Navigation
    - Slider
    - About
    - Counters
    - Portfolio
    - Booking
    - Testimonial
    - Clients
    - Google Map
    - Contact
    - Footer
    - Loader
    - StandAlone
    - Media Queries   */

/* ===================================
    Google font
====================================== */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

.main-font {
    font-family: 'Montserrat', sans-serif;
}
.alt-font {
    font-family: 'Roboto', sans-serif;
}

/* ===================================
    Scrollbar
====================================== */

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    width: 12px;
    background: #ffffff;
    border-left: 0 solid white;
    border-right: 0 solid white;
}

::-webkit-scrollbar-thumb {
    background: #990000;
    width: 0;
    height: 25%;
}

/* ===================================
    General
====================================== */

body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    color: #000000;
    font-weight: 300;
    line-height: 25px;
    width: 100%;
    overflow-x: hidden
}
.h1,
.h2,
.h3,
.h4,
.h5,
h1,
h2,
h3,
h4,
h5 {
    line-height: 1.2;
    font-weight: 400;
    font-family: 'Poppins', sans-serif;
}
a,
input,
button,
.navbar,
.fixedmenu,
.tp-bullet,
.owl-dot,
.owl-prev,
.owl-next {
    transition: ease-in-out 0.2s;
    -webkit-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -ms-transition: ease-in-out 0.2s;
    -o-transition: ease-in-out 0.2s;
}
section,
.section-padding {
    position: relative;
    overflow: hidden;
}
a {
    color: inherit;
    text-decoration: none;
}
.rev_slider_wrapper {
    width: 100% !important;
}
.btn.focus,
.btn:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
}
p:last-child {
    margin-bottom: 0 !important;
    font-family: 'Roboto', sans-serif;
}
.fa,
.far,
.fas {
    display: inline;
}
a:active,
a:hover {
    color: #000000;
}
li {
    list-style: none;
    text-decoration: none;
}
blockquote {
    border-left: 2px solid;
    padding: 10px 15px 10px 35px;
    margin: 32px 0;
    font-size: 18px;
    line-height: 28px;
}
blockquote > cite {
    font-weight: 400;
    font-size: 14px;
    display: block;
}
.hidden {
    display: none;
}
section {
    padding: 7.5rem 0;
}
.padding-bottom {
    padding-bottom: 7.5rem;
}
.padding-top {
    padding-top: 7.5rem;
}

/* Transition none */
.no-transition * {
    transition-timing-function: initial;
    -moz-transition-timing-function: initial;
    -webkit-transition-timing-function: initial;
    -o-transition-timing-function: initial;
    -ms-transition-timing-function: initial;
    transition-duration: 0s;
    -moz-transition-duration: 0s;
    -webkit-transition-duration: 0s;
    -o-transition-duration: 0s;
    -ms-transition-duration: 0s;
}

/* Overlay */
.bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* Opacity */
.opacity-full {
    opacity: 1;
}
.opacity-3 {
    opacity: .3;
}
.opacity-4 {
    opacity: .4;
}
.opacity-5 {
    opacity: .5;
}
.opacity-6 {
    opacity: .6;
}
.opacity-7 {
    opacity: .7;
}
.opacity-8 {
    opacity: .8;
}
.opacity-9 {
    opacity: .9;
}

/* button */
.btn {
    -webkit-appearance: initial;
    overflow: hidden;
    position: -webkit-sticky;
    position: sticky;
    z-index: 2;
    display: inline-block;
    font-size: 12px;
    border: 2px solid transparent;
    letter-spacing: 0.5px;
    line-height: inherit;
    border-radius: 0;
    text-transform: capitalize;
    width: auto;
    font-family: 'Montserrat', sans-serif;
    font-weight: bold;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease !important;
    transition: all 0.5s ease !important;
}

/* button size */
.btn.btn-small {
    font-size: 12px;
    padding: 4px 1.8em;
}
.btn.btn-medium {
    font-size: 16px;
    padding: 14px 46px;
    line-height: 1.8em
}
.btn.btn-large {
    font-size: 16px;
    padding: 8px 35px;
    line-height: 1.8em;
}
.btn.btn-rounded {
    border-radius: 50px;
}

/* Green Button */
.btn.btn-green {
    background: #990000;
    border-color: #990000;
    color: #ffffff
}
.btn.btn-green:hover {
    background: #000000 !important;
    border-color: #000000;
    color: #ffffff !important
}

/* White Button */
.btn.btn-white {
    background: #ffffff;
    border-color: #ffffff;
    color: #000000
}
.btn.btn-white:hover {
    background: #000000 !important;
    border-color: #000000;
    color: #ffffff !important
}

/* Background Color */
.bg-black {
    background-color: #202020;
}
.bg-green {
    background-color: #990000;
}
.bg-grey {
    background-color: #f2f2f2;
}
.bg-light-black {
    background-color: #000000;
}

/* Text Color */
.text-black {
    color: #202020;
}
.text-green {
    color: #990000;
}
.text-pink {
    color: #f2f2f2;
}
.text-light-black {
    color: #000000;
}

/* Icon Text Hover */
.facebook-text-hvr:hover {
    color: #4267B2 !important;
}
.twitter-text-hvr:hover {
    color: #1DA1F2 !important;
}
.instagram-text-hvr:hover {
    color: #C32AA3 !important;
}
.linkedin-text-hvr:hover {
    color: #0077B5 !important;
}
.pinterest-text-hvr:hover {
    color: #BD081C !important;
}
.google-text-hvr:hover {
    color: #DB4437 !important;
}

/* ===================================
        Header
====================================== */

header a.logo img {
    max-width: 60px;
}

.navbar-top-default {
    position: absolute;
    z-index: 99;
    overflow: hidden;
    height: 100px;
    width: 100%;
    background: #000000;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.header-appear .navbar-top-default {
    height: 100px;
    position: fixed;
    z-index: 99;
    top: 0;
    background: #000000;
    -webkit-animation-name: animationFade;
    animation-name: animationFade;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
    box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.35);
}

/*change nav color on sticky nav*/
.header-appear .navbar-simple .navbar-nav .nav-link {
    color: #ffffff;
}

.navbar-nav {
    align-items: center;
}

.navbar-top-default #incubasoftware {
    margin-right: -30px;
}

/*Navbar Simple*/
.navbar-simple .navbar-nav .nav-link {
    font-size: 16px;
    color: #ffffff;
    font-weight: normal;
    text-align: center;
    padding: 0 2rem;
    font-family: 'Montserrat', sans-serif;
}

.nav-box-round .navbar-nav .nav-link {
    border-radius: 20px;
}

.header-appear .nav-box-round .navbar-nav .nav-link.active {
    background-color: #990000;
    color: #ffffff !important;
}

.header-appear .nav-box-round .navbar-nav .nav-link:hover {
    color: #990000;
}

/*nav line*/
.line:after {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border: 1px solid rgba(255, 255, 255, 0);
    bottom: -5px;
    content: " ";
    display: block;
    margin: 0 auto;
    position: relative;
    -webkit-transition: all 280ms ease-in-out;
    transition: all 280ms ease-in-out;
    width: 0;
}

.line:hover:after,
.line.active:after {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-color: #990000;
    -webkit-transition: width 350ms ease-in-out;
    transition: width 350ms ease-in-out;
    width: 100%;
}

/* ===================================
    Side Menu
====================================== */

.side-menu {
    width: 40%;
    position: fixed;
    right: 0;
    top: 0;
    background: #000000;
    z-index: 1032;
    height: 100%;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform 0.5s ease;
    transition: -webkit-transform 0.5s ease;
    -o-transition: -o-transform 0.5s ease;
    -o-transition: transform 0.5s ease;
    transition: transform 0.5s ease, -webkit-transform 0.5s ease;
    overflow: hidden;
}

.side-menu.left {
    left: 0;
    right: auto;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
}

.side-navbar.navbar-nav {
    align-items: start;
}

.side-menu.before-side {
    width: 280px;
}

.side-menu.side-menu-active,
.side-menu.before-side {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.pul-menu .side-menu.side-menu-active {
    visibility: visible;
    opacity: 1;
}

.side-menu .navbar-brand {
    margin: 0 0 2.5rem;
}

/*Side overlay*/
#close_side_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    -webkit-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    -o-transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    transition: opacity 300ms cubic-bezier(0.895, 0.03, 0.685, 0.22);
    display: none;
    z-index: 1031;
    opacity: 0.4;
}

/*side clode btn*/
.side-menu .btn-close {
    height: 34px;
    width: 34px;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 30px;
    right: 40px;
    cursor: pointer;
}

.side-menu.before-side .btn-close {
    display: none;
}

.side-menu .btn-close::before,
.side-menu .btn-close::after {
    position: absolute;
    left: 16px;
    content: ' ';
    height: 24px;
    width: 2px;
    background: #ffffff;
    top: 5px;
}

.side-menu .btn-close:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.side-menu .btn-close:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

/*side open btn*/

.sidemenu_btn {
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    width: 36px;
    padding: 6px;
    right: 40px;
    top: 35px;
    position: absolute;
    display: inline-block;
}

.sidemenu_btn span {
    height: 2px;
    width: 100%;
    background: #ffffff;
    display: block;
    margin-left: auto;
    transition: 0.5s ease;
}

.header-appear .sidemenu_btn span {
    background: #ffffff;
}

.sidemenu_btn span:nth-child(2) {
    margin: 4px 0;
}

.sidemenu_btn:hover span:first-child,
.sidemenu_btn:hover span:last-child {
    width: 70%;
    transition: 0.5s ease;
    margin-left: auto;
}

.side-menu .inner-wrapper {
    padding: 1rem 4rem;
    height: 100%;
    position: relative;
    overflow-y: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: left;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.pul-menu.pushwrap .side-menu .inner-wrapper {
    padding: 3.5rem 2.5rem;
}

.side-menu .side-nav {
    margin-bottom: 30px;
    height: 70%;
    display: flex;
    align-items: center;
}

.side-nav .navbar-nav .nav-item {
    display: block;
    margin: 20px 0 !important;
    padding: 0 !important;
    opacity: 0;
    -webkit-transition: all 0.8s ease 500ms;
    -o-transition: all 0.8s ease 500ms;
    transition: all 0.8s ease 500ms;

    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
}
.side-nav .navbar-nav .nav-item:first-child {
    -webkit-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.side-nav .navbar-nav .nav-item:nth-child(2) {
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.side-nav .navbar-nav .nav-item:nth-child(3) {
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
.side-nav .navbar-nav .nav-item:nth-child(4) {
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}
.side-nav .navbar-nav .nav-item:nth-child(5) {
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
.side-nav .navbar-nav .nav-item:nth-child(6) {
    -webkit-transition-delay: 0.6s;
    -o-transition-delay: 0.6s;
    transition-delay: 0.6s;
}
.side-nav .navbar-nav .nav-item:nth-child(7) {
    -webkit-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    transition-delay: 0.7s;
}
.side-nav .navbar-nav .nav-item:nth-child(8) {
    -webkit-transition-delay: 0.8s;
    -o-transition-delay: 0.8s;
    transition-delay: 0.8s;
}
.side-nav .navbar-nav .nav-item:nth-child(9) {
    -webkit-transition-delay: 0.9s;
    -o-transition-delay: 0.9s;
    transition-delay: 0.9s;
}

.side-menu.side-menu-active .side-nav .navbar-nav .nav-item {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
}

.side-nav .navbar-nav .nav-link {
    display: inline-table;
    color: #ffffff;
    padding: 2px 0 3px !important;
    font-size: 20px;
    font-weight: normal;
    line-height: normal;
    position: relative;
    border-radius: 0;
    font-family: 'Montserrat', sans-serif;
}

.side-nav .navbar-nav .nav-link:after {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border: 1px solid rgba(255, 255, 255, 0);
    bottom: -5px;
    content: " ";
    display: block;
    margin: 0 auto;
    position: relative;
    -webkit-transition: all 280ms ease-in-out;
    transition: all 280ms ease-in-out;
    width: 0;
}

.side-nav .navbar-nav .nav-link:hover:after,
.side-nav .navbar-nav .nav-link.active:after {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    border-color: #990000;
    -webkit-transition: width 350ms ease-in-out;
    transition: width 350ms ease-in-out;
    width: 100%;
}

.side-menu p {
    margin-top: 0.5rem;
    margin-bottom: 0;
}

.social-icons-simple {
    margin-bottom: 0;
    margin-left: -10px;
}

.social-icons-simple li {
    display: inline-block;
    color: #ffffff;
}

.side-footer p {
    color: #ffffff;
}

.side-menu .social-icons-simple li a {
    font-size: 16px;
    justify-content: center;
    color: #ffffff;
    height: 46px;
    line-height: 38px;
    width: 46px;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    align-items: center;
    display: flex;
    z-index: 1;
    -webkit-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
}

.social-icons-simple li .social-icon:hover {
    background-color: #990000;
    color: #ffffff;
}

@-webkit-keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}
@keyframes animationFade {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.side-menu .btn-close:hover {
    -webkit-animation: 0.8s rotate;
    animation: 0.8s rotate;
}

@-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes rotates {
    from {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* ===================================
   Slider Section
====================================== */

.slider {
    padding: 100px 0 0;
}

.heading-area .heading {
    font-size: 36px;
    color: #000000;
    font-weight: 600;
    margin: 25px 0;
    font-family: 'Montserrat', sans-serif;
}

.heading-area .text {
    font-family: Roboto, sans-serif;
    font-weight: normal;
    font-size: 16px;
    color: #515050;
    margin-bottom: 40px;
}

.heading-area .sub-heading {
    font-size: 16px;
    font-weight: normal;
    color: #515050;
    font-family: 'Montserrat', sans-serif;
}

.slider-icons .slider-social {
    position: absolute;
    right: 2%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 11;
    color: #000000;
}

.slider-icons .slider-social li {
    list-style: none;
}

.slider-icons .slider-social a {
    text-decoration: none;
    width: 48px;
    height: 48px;
    color: #000000;
    background: #ffffff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    font-size: 16px;
    margin: 2px;
    border: 1px solid transparent;
    -webkit-transition: background-color 0.3s ease-in-out;
    -moz-transition: background-color 0.3s ease-in-out;
    -o-transition: background-color 0.3s ease-in-out;
    transition: background-color 0.3s ease-in-out;
    position: relative;
}

.slider-icons .slider-social a:hover {
    background: #000000;
    color: #ffffff;
}

.services-slider .service-box > span {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.services-slider {
    margin: -150px 0 0;
    min-height: 350px;
    z-index: 21;
}

.services-slider.owl-carousel .owl-stage-outer {
    padding-top: 25px;
    padding-bottom: 25px;
}

.services-slider .service-box {
    padding: 4rem;
    background: #000000;
    color: #fff;
    text-align: center;
    -webkit-transition: all 0.5s ease 0.1s;
    -o-transition: all 0.5s ease 0.1s;
    transition: all 0.5s ease 0.1s;
    z-index: 2;
}

.services-slider .service-box,
.services-slider .service-box > span {
    overflow: hidden;
}

.services-slider .service-box > span {
    font-size: 40px;
    height: 50px;
    width: 50px;
    line-height: 50px;
}

.services-slider .service-box h4 {
    font-size: 24px;
    font-weight: normal;
    font-family: Montserrat, sans-serif;
}

.services-slider .service-box p {
    font-size: 16px;
    font-weight: normal;
    font-family: Roboto, sans-serif;
}

.services-slider .service-box:hover {
    cursor: pointer;
}

.services-slider .service-box:hover span {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.services-slider .owl-item.current .service-box {
    background: #990000;
    padding: 5rem 4rem;
    margin-top: -15px;
}

/* ===================================
    Start About
====================================== */

.app-feature {
    text-align: left;
}

.app-feature:hover .number {
    transform: translateY(-10px);
}

.app-feature:last-child {
    margin-bottom: 0;
}

.app-feature .number {
    font-size: 42px;
    color: #990000;
    text-align: center;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.app-feature h4 {
    font-size: 24px;
    font-weight: 600;
    color: #000000;
    font-family: Montserrat, sans-serif;
}

.app-feature p {
    font-size: 16px;
    font-weight: normal;
    color: #515050;
    line-height: 1.5;
    font-family: Roboto, sans-serif;
}

.about .equal-margin {
    margin: 120px 0;
}

.about .quote-btn p {
    font-size: 16px;
    color: #515050;
    margin-bottom: 0;
    font-weight: normal;
    font-family: Roboto, sans-serif;
}

.about .quote-btn h4 {
    font-size: 30px;
    font-weight: 600;
    color: #000000;
    margin: 30px 0;
    font-family: Montserrat, sans-serif;
}

/* ===================================
    Start Counters
====================================== */

.bg-counters {
    background: #000000;
    color: #ffffff;
}

.counters h2 {
    font-size: 92px;
    font-weight: 300;
    color: #990000;
    margin-bottom: 15px;
    font-family: Montserrat, sans-serif;
}

.counters h4 {
    font-size: 24px;
    font-weight: 300;
    font-family: Roboto, sans-serif;
}

.bg-counters .center-para {
    font-size: 16px;
    font-weight: 300;
    font-family: Roboto, sans-serif;
}

/* ===================================
    Cube Portfolio
====================================== */

.cube-portfolio1 .cbp-l-filters-button .cbp-filter-item {
    background: transparent;
    border: none;
    margin: 10px 4px 6px;
    padding: 10px 0;
    font-size: 18px;
    font-weight: 500;
    color: #3d3d3d;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.cube-portfolio1 .cbp-l-filters-button .cbp-filter-item.cbp-filter-item-active {
    color: #990000;
}

.cube-portfolio1 .cbp-l-filters-button .cbp-filter-item:hover {
    color: #990000;
}

.cube-portfolio1 .cbp-l-grid-mosaic-flat .cbp-caption-activeWrap {
    color: #990000;
}

.cube-portfolio1 .cbp-caption-zoom .cbp-caption:hover .cbp-caption-activeWrap {
    opacity: .8;
}

.cbp-l-filters-button {
    margin: 40px;
}

.cbp-l-caption-alignCenter {
    position: absolute;
    top: 0;
    z-index: 4;
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-in-out;
    -moz-transition: opacity 0.4s ease-in-out;
    -ms-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out;
}

.cube-portfolio1 .cbp-caption-zoom .cbp-caption:hover .cbp-l-caption-alignCenter {
    opacity: 1;
}

.cbp-l-caption-body p {
    font-size: 12px;
}

.cbp-l-caption-body h5 {
    font-weight: 400;
}

.plus {
    display: block;
    margin: 0 auto 1rem;
    height: 70px;
    width: 70px;
    position: relative;
    overflow: hidden;
}

.plus::before {
    width: 2px;
    margin-left: -1px;
    left: 50%;
    top: 5px;
    bottom: 5px;
}

.plus::after {
    height: 2px;
    margin-top: -1px;
    top: 50%;
    left: 5px;
    right: 5px;
}

.plus::before,
.plus::after {
    content: " ";
    position: absolute;
    background: #fff;
}

.portfolio_top {
    position: relative;
    overflow: hidden;
}

#portfolio_top::before,
#portfolio_top::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    background: #fff;
    height: 90px;
    width: 100%;
}

#portfolio_top::before {
    top: 0;
}

#portfolio_top::after {
    bottom: 0;
}

.text_wrap {
    padding: 50px 2rem 0.5rem;
}

.itemshadow .cbp-item-wrapper {
    -webkit-box-shadow: 0 0 4px 1px rgba(101, 101, 101, 0.2);
    box-shadow: 0 0 4px 1px rgba(101, 101, 101, 0.2);
    padding-bottom: 2px;
    padding-top: 5px;
}

.border-portfolio .cbp-item img {
    border: 20px solid #fff;
}

.bottom-text {
    display: table;
}

.bottom-text > .cells {
    display: table-cell;
    vertical-align: middle;
    padding: 15px;
}

.bottom-text p {
    font-size: 15px;
    margin-bottom: 0;
}

.bottom-text .port_head {
    font-weight: 600;
    font-size: 5.625rem;
    line-height: 1;
}

/*Overlays*/
.overlay-two {
    position: absolute;
    left: 20px;
    top: 25px;
    right: 20px;
    bottom: 22px;
    opacity: 0;
    visibility: hidden;
    z-index: 1;
    -webkit-transition: all 0.5s ease-in 0.1s;
    -o-transition: all 0.5s ease-in 0.1s;
    transition: all 0.5s ease-in 0.1s;
}

.overlay-two:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #990000;
    opacity: .7;
}

.cbp-item:hover .overlay-two,
.cbp-item:focus .overlay-two {
    opacity: 1;
    visibility: visible;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.cbp-item:hover .overlay-two {
    opacity: 1;
    visibility: visible;
}

.plus {
    display: inline-block;
    height: 70px;
    width: 70px;
    position: relative;
    overflow: hidden;
}

.overlay-two > h4,
.overlay-two > p {
    position: relative;
    color: #ffffff;
}

.plus::before,
.plus::after {
    content: " ";
    position: absolute;
    background: #fff;
}

.plus::after {
    height: 2px;
    margin-top: -1px;
    top: 50%;
    left: 5px;
    right: 5px;
}

.plus::before {
    width: 2px;
    margin-left: -1px;
    left: 50%;
    top: 5px;
    bottom: 5px;
}

.plus p {
    font-size: 13px;
}

.bottom-text > .cells {
    display: table-cell;
    vertical-align: middle;
    padding: 15px;
}

/* ===================================
    Booking Section
====================================== */

.booking-area {
    background: #990000;
    padding: 5rem 0;
}

.booking-area .quote-btn p {
    font-size: 16px;
    color: #ffffff;
    margin-bottom: 0;
    font-weight: normal;
    font-family: Roboto, sans-serif;
}

.booking-area .quote-btn h4 {
    font-size: 30px;
    font-weight: 600;
    color: #ffffff;
    margin: 34px 0;
    font-family: Montserrat, sans-serif;
}

/* ===================================
      Testimonials Section
====================================== */

.testimonial_img {
    position: absolute;
    left: 35%;
    top: 60%;
}

.testimonial_img img {
    border-radius: 50%;
    height: 100% !important;
    width: 100% !important;
}

.owl-testimonial {
    margin-top: 50px;
}

.client-data {
    position: absolute;
}

.testimonial-box {
    background: #000000;
    overflow: hidden;
    padding: 65px 45px 45px;
    margin: 50px 10px 10px;
    -webkit-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    transition: 0.5s ease;
    cursor: pointer;
    border-radius: 10px;
}

.owl-testimonial .owl-item.center .testimonial-box {
    background-color: #990000;
    padding: 85px 45px 45px;

}

.owl-testimonial .center .quote_box {
    background-color: #000000;
}

.owl-testimonial .center .quote_box .quote {
    color: #ffffff;
}

.center .testimonial-box {
    background-color: #990000;
}

.center .testimonial-box:hover:before {
    opacity: 1 !important;
}

.center .testimonial-box .infot_margin {
    opacity: 1;
}

.owl-testimonial .center .testimonial-box:hover .quote {
    color: #ffffff;
}

.owl-testimonial .center .testimonial-box:hover .quote_box {
    background-color: #000000;
}

.margin-p {
    text-align: center;
}

.testimonial_img {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translateX(-50%);
}

.testimonial_img img {
    height: 100% !important;
    width: 100% !important;
}

.quote {
    font-size: 30px;
    color: #ffffff;
}

.quote_box {
    border: 1px solid transparent;
    border-radius: 50px;
    width: 60px;
    height: 60px;
    background: #990000;
    padding: 15px 10px 10px 14px;
    position: absolute;
    bottom: 83.5%;
    left: 50%;
    transform: translateX(-50%);
}

.infot_margin {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 40px;
    position: relative;
    z-index: 999;
    color: #ffffff;
}

.testimonial_name {
    font-size: 24px;
    font-family: 'Roboto', sans-serif;
    color: #000000;
    text-align: center;
    margin: 0;
    font-weight: normal;
    letter-spacing: 0;
}

#testimonials .text1 .info {
    font-size: 15px;
    font-weight: normal;
    margin-top: 6px;
    font-family: Roboto, sans-serif;
}

#testimonials .text1 {
    position: absolute;
    text-align: center;
    top: 84%;
    left: 50%;
    transform: translateX(-50%);
}

#testimonials .item {
    padding-bottom: 120px;
}

.owl-testimonial .owl-dots {
    margin-top: 40px !important;
}

.owl-testimonial .owl-dots .owl-dot.active span,
.owl-testimonial .owl-dots .owl-dot:hover span {
    background: #990000;
}

.owl-testimonial .owl-dots {
    display: flex;
    justify-content: center;
}

.owl-testimonial .owl-dots .owl-dot span {
    background: #ffffff;
    border: 2px solid #000000;
    font-size: 30px;
    padding: 5px;
    margin-left: 10px;
    border-radius: 50%;
}

/* ===================================
     Client Section
====================================== */

.owl-carousel .owl-item img {
    width: auto;
    max-width: 100%;
    display: inline-block;
}

.partners-slider .logo-item {
    text-align: center;
}

.map-area {
    position: relative;
    height: 250px;
    margin-bottom: 250px;
}

.full-map {
    height: 500px;
    width: 100%;
    overflow: hidden;
}

/* ===================================
    Contact Section
====================================== */

.contact-form .form-control {
    border: 1px solid #d4d4d4;
    padding: 23px 15px;
    background: #ffffff;
    font-weight: normal;
    font-family: Roboto, sans-serif;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 16px;
    min-height: 45px;
    position: relative;
    -webkit-transition: border 0.9s ease;
    -o-transition: border 0.9s ease;
    transition: border 0.9s ease;
}

.contact-form .form-group {
    margin-bottom: 1.5rem;
}

.contact-form textarea.form-control {
    min-height: 192px;
    resize: none;
    margin-bottom: 0;
}

.contact-form .form-group:nth-last-child(1) {
    margin-bottom: 0;
}

.contact-detail {
    position: relative;
    width: 100%;
    padding: 0 30px;
}

.contact-dots {
    height: 430px;
    width: 490px;
    position: absolute;
    top: -25px;
    left: -10px;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

audio,
video,
canvas {
    max-width: 100%;
}

.contact-sec .contact-details {
    font-family: Roboto, sans-serif;
    width: 90%;
    margin-left: 20px;
}

.contact-sec .contact-details ul {
    padding-left: 0;
    margin-bottom: 0;
    margin-top: 50px;
}

.contact-sec .contact-details ul li {
    color: #000000;
    list-style: none;
    margin-bottom: 35px;
    font-size: 16px;
    display: flex;
    align-items: center;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
}

.contact-sec .contact-details ul li:first-child {
    width: 60%;
}

.contact-sec .contact-details ul li span {
    display: inline-block;
    padding-right: 30px;
}

.contact-sec .contact-details ul li span:last-child {
    padding-right: 0;
}

.contact-sec .contact-details ul li i {
    font-size: 36px;
    margin-right: 20px;
    margin-bottom: 8px;
    color: #000000;
}

/* ===================================
    Footer Section
====================================== */

.footer-style-1 {
    padding: 4rem 0;
}

.footer-social {
    text-align: left;
}

.footer-social ul {
    margin: 0;
    padding: 0;
}

.footer-social li {
    display: inline-block;
}

.footer-social a {
    display: block;
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border-radius: 50px;
    font-size: 17px;
    margin: 0 10px 0 0;
    border: 1px solid transparent;
    -webkit-transition: background-color 0.2s ease-in-out;
    -moz-transition: background-color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out;
    -o-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
}

.footer-social li:nth-last-child(1) a {
    margin-right: 0;
}

.footer-social li a:hover {
    background-color: #990000;
    color: #ffffff;
}

.footer-social li a {
    color: #000000;
}

.company-about {
    font-size: 16px;
    font-weight: normal;
    font-family: Roboto, sans-serif;
}

/*===================================
    Loader
======================================*/

.loader1 {
    bottom: 0;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 100%;
    z-index: 1111;
    overflow-x: hidden;
    background: #fff;
}

.loader-inner {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #990000;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

#loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #990000;
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
}

#loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #990000;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

/* ===================================
    Start StandAlone
====================================== */

.standalone-row:not(:last-child) {
    margin-bottom: 3rem;
}

.standalone-row .stand-img-des {
    padding-left: 30px;
    text-align: center;
}

.standalone-row:nth-child(2) .stand-img-des {
    padding-left: 0;
    padding-right: 30px;
}

.standalone-detail .sub-heading {
    margin-bottom: 10px;
    font-weight: normal;
}

.standalone-area .sub-heading {
    margin-bottom: 8px;
    font-weight: normal;
    color: #515050;
}

.standalone-detail .heading {
    margin-bottom: 20px;
    font-size: 48px;
    color: #000000;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.standalone-detail .para_text {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    text-align: center;
    font-size: 16px;
    margin: 0 auto;
    color: #515050;
}

.standalone-detail {
    padding-bottom: 100px;
}

.standalone-area .heading-text {
    font-weight: 600;
    margin-bottom: 12px;
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
}

.standalone-area .stand-img-des .para_text {
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    color: #515050;
}

.page-title {
    position: relative;
    text-align: center;
    padding: 0 0 500px;
    background: url("../images/standalone.jpg");
    background-size: cover;
}

.page-title .auto-container {
    position: relative;
}

.standalone-footer {
    padding: 5rem 0;
}

.footer-social.stand {
    text-align: center;
    margin-bottom: 15px;
}

/* ===================================
   Media Queries
====================================== */

@media(max-width: 1200px) and(min-width: 992px) {

    .navbar-simple .navbar-nav .nav-link {
        padding: 0.5rem 1.4rem;
    }
    .sidemenu_btn {
        right: -4px;
    }
    .navbar .container {
        max-width: 930px;
    }
}

@media screen and(max-width: 991px) and(min-width: 768px) {

    body {
        text-align: center;
    }
    .heading-area .heading {
        font-size: 32px;
    }

    /* Nav */
    .navbar-top-default {
        background: #000000;
        top: 0;
    }
    .navigation-toggle span {
        background-color: #ffffff;
    }

    /* Side Menu */
    .side-menu {
        width: 60%;
    }
    .side-footer p {
        font-size: 16px;
    }
    .sidemenu_btn {
        right: 15px;
    }

    /* Some Services */
    .services-slider {
        margin: 0;
    }
    .services-slider.half-margin {
        margin: -55px 0 0;
    }
    .services-slider .owl-item .service-box {
        background: #000000;
        padding: 2rem 1rem;
        margin-top: 0;
    }
    .services-slider .owl-item.current .service-box {
        padding: 3rem 1rem;
    }
    .services-slider .service-box h4 {
        font-size: 22px;
    }
    .services-slider .service-box p {
        font-size: 15px;
    }

    /* About */
    .app-feature {
        text-align: center;
        width: 70%;
    }
    .about .equal-margin {
        margin: 100px auto 0;
    }
    .about .quote-btn {
        margin-top: 100px;
    }
    .about .quote-btn h4 {
        margin: 20px 0;
    }

    /* Counters */
    .counters h2 {
        font-size: 72px;
    }
    .counters h4 {
        font-size: 20px;
    }

    /* Booking */
    .booking-area .quote-btn h4 {
        margin: 20px 0;
    }

    /* Testimonials */
    .owl-testimonial {
        margin-top: 25px;
    }

    /* Contact */
    .contact-dots {
        display: none;
    }
    .contact-detail {
        padding: 0;
    }
    .contact-sec .heading {
        font-size: 42px;
    }
    .contact-sec .contact-form {
        width: 100%;
        margin-left: 0;
    }
    .contact-sec .contact-details {
        width: 100%;
        margin-left: 0;
    }
    .contact-sec .contact-details ul li:first-child {
        width: 100%;
    }
    .contact-sec .contact-details ul li {
        display: block;
        margin-bottom: 50px;
    }
    .contact-sec .contact-details ul li i {
        margin-right: 0;
        margin-bottom: 15px;
        display: block;
    }
    .company-about {
        margin-top: 15px;
    }
    .footer-social a {
        margin: 0;
    }

    /* Standalone */
    .standalone-detail {
        padding-bottom: 70px;
    }
    .standalone-area .gradient-text1 {
        font-size: 30px;
    }
    .standalone-detail .heading {
        font-size: 30px;
    }
    .standalone-area .sub-heading {
        margin-top: 3rem;
    }
    .standalone-row .stand-img-des {
        padding-left: 0;
        padding-right: 0;
    }
    .standalone-row:nth-child(2) .stand-img-des {
        padding-left: 0;
        padding-right: 0;
    }
    .standalone-row:nth-child(2) {
        margin-top: 6rem;
        margin-bottom: 6rem;
    }
    .para_text {
        font-size: 18px;
    }
    .author-avatar {
        float: none;
        margin-bottom: 25px;
        overflow: visible;
    }
    .agency-author {
        padding: 30px;
        text-align: left;
    }
    .author-content {
        padding: 0;
    }
}

@media screen and(max-width: 767px) {

    body {
        text-align: center;
    }
    section {
        padding: 4.5rem 0;
    }
    .heading-area .heading {
        font-size: 24px;
        margin: 20px 0;
    }
    .heading-area .text {
        font-size: 15px;
    }
    .btn.btn-medium {
        font-size: 14px;
        padding: 12px 40px;
    }
    .heading-area .sub-heading {
        font-size: 15px;
    }

    /* Nav */
    .round-nav {
        border-radius: 0;
    }
    .navbar-top-default {
        background: #000000;
        top: 0;
        height: 80px;
    }
    .header-appear .navbar-top-default {
        height: 80px;
    }
    .navigation-toggle span {
        background-color: #ffffff;
    }

    /* Side Menu */
    .side-menu {
        width: 100%;
    }
    .side-footer p {
        font-size: 14px;
    }
    .sidemenu_btn {
        right: 15px;
    }
    .sidemenu_btn {
        top: 25px;
    }

    /* Slider */
    .slider-icons .slider-social {
        display: none;
    }
    .slider {
        padding: 80px 0 0;
    }

    /* Some Services */
    .services-slider {
        margin: 0;
        min-height: auto;
    }
    .services-slider.half-margin {
        margin: -55px 0 0;
    }
    .services-slider .owl-item .service-box {
        background: #000000;
        padding: 2rem 0;
        margin-top: 0;
    }
    .services-slider .owl-item.current .service-box {
        padding: 2rem 0;
        margin-top: 0 !important;
    }
    .services-slider .service-box p {
        font-size: 15px;
        background: transparent;
    }
    .services-slider .service-box {
        background: transparent !important;
        color: #000000;
    }
    .services-slider .service-box > span {
        color: #990000;
    }

    /* About */
    .app-feature {
        text-align: center;
    }
    .about .equal-margin {
        margin: 80px 0 0;
    }
    .about .quote-btn p {
        font-size: 15px;
    }
    .about .quote-btn {
        margin-top: 80px;
    }
    .about .quote-btn h4 {
        margin: 15px 0 20px;
    }
    .about .quote-btn h4 {
        font-size: 28px;
    }

    /* Counters */
    .counters h2 {
        font-size: 70px;
        margin-bottom: 0;
    }
    .bg-counters .center-para {
        font-size: 15px;
    }
    .counters h4 {
        font-size: 26px;
    }

    /* Portfolio */
    .cbp-l-filters-button {
        margin: 20px 0;
    }
    .cube-portfolio1 .cbp-l-filters-button .cbp-filter-item {
        visibility: hidden;
    }
    .cbp-popup-lightbox .cbp-popup-prev {
        visibility: hidden !important;
    }
    .cbp-popup-lightbox .cbp-popup-next {
        visibility: hidden !important;
    }

    /* Booking */
    .booking-area .quote-btn h4 {
        font-size: 28px;
        margin: 25px 0;
    }

    /* Testimonials */
    .owl-testimonial {
        margin-top: 35px;
    }

    /* Contact */
    .contact-dots {
        display: none;
    }
    .contact-detail {
        padding: 0;
    }
    .footer-social {
        text-align: center;
    }
    .contact-sec .heading {
        font-size: 26px;
    }
    .contact-sec .contact-details .text {
        font-size: 14px;
    }
    .contact-sec .contact-form {
        width: 100%;
        margin-left: 0;
    }
    .contact-sec .contact-details {
        width: 100%;
        margin-left: 0;
    }
    .contact-sec .contact-details ul li:first-child {
        width: 100%;
    }
    .contact-sec .contact-details ul li {
        display: block;
        margin-bottom: 50px;
    }
    .contact-sec .contact-details ul li i {
        margin-right: 0;
        margin-bottom: 15px;
        display: block;
    }
    .company-about {
        margin-top: 15px;
    }
    .footer-social a {
        margin: 0;
    }

    /* Standalone */
    .standalone-detail {
        padding-bottom: 70px;
    }
    .standalone-detail .heading {
        font-size: 30px;
    }
    .standalone-area .sub-heading {
        margin-top: 3rem;
    }
    .standalone-row .stand-img-des {
        padding-left: 0;
        padding-right: 0;
    }
    .standalone-row:nth-child(2) .stand-img-des {
        padding-left: 0;
        padding-right: 0;
    }
    .standalone-row:nth-child(2) {
        margin-top: 6rem;
        margin-bottom: 6rem;
    }
    .standalone-area .heading-text {
        font-size: 30px;
    }

}

@media screen and(max-width: 575.98px) {}
